Trace number 204727

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1811.55

General information on the benchmark

Namefapp/fapp16-20/fapp17/
fapp17-0300-3.xml
MD5SUM9ae1df0cce98a242997f01d96e447136
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.65675
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/204727-1168166718/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/node15/watcher-204727-1168166718 -o ROOT/results/node15/solver-204727-1168166718 -C 1800 -M 900 /tmp/evaluation/204727-1168166718/Complete/Ordinary/solver /tmp/evaluation/204727-1168166718/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.08 2.23 2.13 4/97 14161
/proc/meminfo: memFree=1054664/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=18540 CPUtime=0
/proc/14160/stat : 14160 (runsolver) R 14158 14160 13674 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 165066920 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14160/statm: 4635 279 244 17 0 2626 0

[startup+0.108687 s]
/proc/loadavg: 2.08 2.23 2.13 4/97 14161
/proc/meminfo: memFree=1054664/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=53824 CPUtime=0.1
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 1824 0 0 0 9 1 0 0 21 0 1 0 165066920 55115776 1540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 0 0 0 17 1 0 0
/proc/14160/statm: 13456 1540 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.516749 s]
/proc/loadavg: 2.08 2.23 2.13 4/97 14161
/proc/meminfo: memFree=1054664/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=62028 CPUtime=0.5
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 2465 0 0 0 49 1 0 0 25 0 1 0 165066920 63516672 2180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 0 0 0 17 1 0 0
/proc/14160/statm: 15507 2180 176 90 0 15045 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62028

[startup+1.33889 s]
/proc/loadavg: 2.08 2.23 2.13 3/97 14161
/proc/meminfo: memFree=1044424/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=62028 CPUtime=1.31
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 3430 0 0 0 129 2 0 0 25 0 1 0 165066920 63516672 3145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134638470 0 0 4096 2 0 0 0 17 1 0 0
/proc/14160/statm: 15507 3145 176 90 0 15045 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62028

[startup+2.98117 s]
/proc/loadavg: 2.08 2.23 2.13 3/98 14162
/proc/meminfo: memFree=1040832/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=2.94
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4060 0 0 0 292 2 0 0 25 0 2 0 165066920 74006528 3775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3775 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3775 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) 72272

[startup+6.26073 s]
/proc/loadavg: 2.08 2.23 2.13 3/98 14162
/proc/meminfo: memFree=1040064/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=6.2
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4114 0 0 0 617 3 0 0 25 0 2 0 165066920 74006528 3829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3829 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3829 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) 72272

[startup+12.7378 s]
/proc/loadavg: 2.07 2.23 2.13 3/98 14162
/proc/meminfo: memFree=1040128/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=12.61
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4116 0 0 0 1258 3 0 0 25 0 2 0 165066920 74006528 3831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3831 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 72272

[startup+25.555 s]
/proc/loadavg: 2.05 2.21 2.13 3/98 14162
/proc/meminfo: memFree=1040192/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=25.32
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4119 0 0 0 2529 3 0 0 25 0 2 0 165066920 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3834 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 72272

[startup+51.2294 s]
/proc/loadavg: 2.10 2.21 2.13 3/98 14162
/proc/meminfo: memFree=1040192/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=50.76
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4119 0 0 0 5073 3 0 0 25 0 2 0 165066920 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3834 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 72272

[startup+102.437 s]
/proc/loadavg: 2.04 2.18 2.12 3/98 14162
/proc/meminfo: memFree=1040192/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=101.5
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4119 0 0 0 10147 3 0 0 25 0 2 0 165066920 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3834 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 72272

[startup+162.473 s]
/proc/loadavg: 2.01 2.14 2.10 3/98 14162
/proc/meminfo: memFree=1040128/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=160.99
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4119 0 0 0 16095 4 0 0 25 0 2 0 165066920 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3834 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 72272

[startup+222.5 s]
/proc/loadavg: 2.00 2.11 2.09 3/98 14162
/proc/meminfo: memFree=1040128/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=220.46
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4119 0 0 0 22042 4 0 0 25 0 2 0 165066920 74006528 3834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3834 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3834 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) 72272

[startup+282.573 s]
/proc/loadavg: 2.00 2.09 2.09 3/98 14162
/proc/meminfo: memFree=1040064/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=280
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4121 0 0 0 27995 5 0 0 25 0 2 0 165066920 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3836 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 72272

[startup+342.616 s]
/proc/loadavg: 2.00 2.07 2.08 3/98 14162
/proc/meminfo: memFree=1040000/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=339.48
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4121 0 0 0 33943 5 0 0 25 0 2 0 165066920 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3836 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.48
Current children cumulated vsize (KiB) 72272

[startup+402.686 s]
/proc/loadavg: 2.06 2.07 2.08 3/98 14162
/proc/meminfo: memFree=1039936/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=399
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4121 0 0 0 39895 5 0 0 25 0 2 0 165066920 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3836 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399
Current children cumulated vsize (KiB) 72272

[startup+462.741 s]
/proc/loadavg: 2.02 2.05 2.07 3/98 14162
/proc/meminfo: memFree=1040448/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=458.51
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4121 0 0 0 45845 6 0 0 25 0 2 0 165066920 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3836 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.51
Current children cumulated vsize (KiB) 72272

[startup+522.758 s]
/proc/loadavg: 2.05 2.06 2.07 3/98 14162
/proc/meminfo: memFree=1039872/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=517.99
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4121 0 0 0 51792 7 0 0 25 0 2 0 165066920 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3836 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.99
Current children cumulated vsize (KiB) 72272

[startup+582.796 s]
/proc/loadavg: 2.02 2.04 2.07 3/98 14162
/proc/meminfo: memFree=1039872/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=72272 CPUtime=577.47
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4121 0 0 0 57740 7 0 0 25 0 2 0 165066920 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 18068 3836 180 90 0 17606 0
[pid=14160/tid=14162] ppid=14158 vsize=72272 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165067069 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.47
Current children cumulated vsize (KiB) 72272

[startup+642.82 s]
/proc/loadavg: 2.09 2.06 2.07 3/98 14162
/proc/meminfo: memFree=1039808/2055920 swapFree=4174172/4192956

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

/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4123 0 0 0 117554 30 0 0 25 0 3 0 165066920 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14160/statm: 20629 3838 180 90 0 20167 0
[pid=14160/tid=14162] ppid=14158 vsize=82516 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165067069 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=82516 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165157082 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.84
Current children cumulated vsize (KiB) 82516

[startup+1243.43 s]
/proc/loadavg: 2.00 1.73 1.82 3/96 14826
/proc/meminfo: memFree=1063008/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=82516 CPUtime=1235.62
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4123 0 0 0 123532 30 0 0 25 0 3 0 165066920 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14160/statm: 20629 3838 180 90 0 20167 0
[pid=14160/tid=14162] ppid=14158 vsize=82516 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165067069 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=82516 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165157082 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1235.62
Current children cumulated vsize (KiB) 82516

[startup+1303.53 s]
/proc/loadavg: 2.00 1.78 1.82 3/96 14826
/proc/meminfo: memFree=1063008/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=82516 CPUtime=1295.36
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4123 0 0 0 129506 30 0 0 25 0 3 0 165066920 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14160/statm: 20629 3838 180 90 0 20167 0
[pid=14160/tid=14162] ppid=14158 vsize=82516 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165067069 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=82516 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165157082 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1295.36
Current children cumulated vsize (KiB) 82516

[startup+1363.53 s]
/proc/loadavg: 2.00 1.81 1.83 3/97 14827
/proc/meminfo: memFree=1063000/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1355.04
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4124 0 0 0 135474 30 0 0 25 0 4 0 165066920 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14160/statm: 23190 3839 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165202088 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.04
Current children cumulated vsize (KiB) 92760

[startup+1423.61 s]
/proc/loadavg: 2.39 1.93 1.86 4/97 14889
/proc/meminfo: memFree=1264536/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1414.79
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4124 0 0 0 141439 40 0 0 25 0 4 0 165066920 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 23190 3839 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165202088 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.79
Current children cumulated vsize (KiB) 92760

[startup+1483.69 s]
/proc/loadavg: 2.21 1.97 1.88 3/97 14889
/proc/meminfo: memFree=1068568/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1474.31
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4124 0 0 0 147391 40 0 0 25 0 4 0 165066920 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 23190 3839 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165202088 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.31
Current children cumulated vsize (KiB) 92760

[startup+1543.76 s]
/proc/loadavg: 2.10 1.99 1.89 3/97 14889
/proc/meminfo: memFree=1068056/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1533.83
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 4124 0 0 0 153343 40 0 0 25 0 4 0 165066920 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 23190 3839 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165202088 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.83
Current children cumulated vsize (KiB) 92760

[startup+1603.84 s]
/proc/loadavg: 2.04 1.99 1.90 4/97 14889
/proc/meminfo: memFree=1064472/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1593.35
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 5044 0 0 0 159294 41 0 0 25 0 4 0 165066920 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 23190 4759 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165202088 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.35
Current children cumulated vsize (KiB) 92760

[startup+1663.85 s]
/proc/loadavg: 2.07 2.00 1.91 4/97 14889
/proc/meminfo: memFree=1064408/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1652.82
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 5044 0 0 0 165240 42 0 0 25 0 4 0 165066920 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 23190 4759 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165202088 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.82
Current children cumulated vsize (KiB) 92760

[startup+1723.9 s]
/proc/loadavg: 2.24 2.05 1.93 3/97 14996
/proc/meminfo: memFree=1434072/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1712.56
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 5044 0 0 0 171208 48 0 0 25 0 4 0 165066920 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14160/statm: 23190 4759 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165202088 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.56
Current children cumulated vsize (KiB) 92760

[startup+1783.94 s]
/proc/loadavg: 2.23 2.08 1.94 3/97 14996
/proc/meminfo: memFree=1154968/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1772.53
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 5044 0 0 0 177205 48 0 0 25 0 4 0 165066920 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14160/statm: 23190 4759 180 90 0 22728 0
[pid=14160/tid=14162] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14162/stat : 14162 (bprolog) S 14158 14160 13674 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165067069 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14503] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14503/stat : 14503 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165157082 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14160/tid=14827] ppid=14158 vsize=92760 CPUtime=0
/proc/14160/task/14827/stat : 14827 (bprolog) S 14158 14160 13674 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165202088 94986240 4759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.53
Current children cumulated vsize (KiB) 92760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.54 s]
/proc/loadavg: 2.22 2.09 1.95 3/94 14996
/proc/meminfo: memFree=1094616/2055920 swapFree=4174172/4192956
[pid=14160] ppid=14158 vsize=92760 CPUtime=1800.09
/proc/14160/stat : 14160 (bprolog) R 14158 14160 13674 0 -1 4194304 5045 0 0 0 179961 48 0 0 25 0 1 0 165066920 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589020 0 0 4096 2 0 0 0 17 0 0 0
/proc/14160/statm: 23190 4760 181 90 0 22728 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 92760

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.55
CPU time (s): 1800.11
CPU user time (s): 1799.62
CPU system time (s): 0.486925
CPU usage (%): 99.3683
Max. virtual memory (cumulated for all children) (KiB): 92760

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

runsolver used 2.16367 s user time and 5.59715 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Jan  7 10:45:18 UTC 2007


IDJOB= 204727
IDBENCH= 4051
FILE ID= node15/204727-1168166718

PBS_JOBID= 3478666

Free space on /tmp= 66326 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp17/fapp17-0300-3.xml
COMMAND LINE= /tmp/evaluation/204727-1168166718/Complete/Ordinary/solver /tmp/evaluation/204727-1168166718/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node15/convwatcher-204727-1168166718 -o ROOT/results/node15/conversion-204727-1168166718 -C 600 -M 900 /tmp/evaluation/204727-1168166718/Complete/Ordinary/conversion /tmp/evaluation/204727-1168166718/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-204727-1168166718 -o ROOT/results/node15/solver-204727-1168166718 -C 1800 -M 900  /tmp/evaluation/204727-1168166718/Complete/Ordinary/solver /tmp/evaluation/204727-1168166718/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9ae1df0cce98a242997f01d96e447136

RANDOM SEED= 461081567

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.276
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.276
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:       1055144 kB
Buffers:         52136 kB
Cached:         120440 kB
SwapCached:       6400 kB
Active:         840312 kB
Inactive:       103460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1055144 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         791040 kB
Slab:            40052 kB
Committed_AS:  5322688 kB
PageTables:       3900 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= 66317 MiB



End job on node15 on Sun Jan  7 11:15:32 UTC 2007