Trace number 221295

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.03 1804.97

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-2.xml
MD5SUMeff9c8045eca05be21e4f0ad183bd8c1
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 benchmark5.2832
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/221295-1168258015/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/node76/watcher-221295-1168258015 -o ROOT/results/node76/solver-221295-1168258015 -C 1800 -M 900 /tmp/evaluation/221295-1168258015/Complete/Ordinary/solver /tmp/evaluation/221295-1168258015/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.00 2.00 1.68 5/90 18987
/proc/meminfo: memFree=1468560/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=1968 CPUtime=0
/proc/18986/stat : 18986 (sh) R 18984 18986 18320 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 174199034 2015232 34 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 206841118992 0 0 4096 0 0 0 0 17 1 0 0
/proc/18986/statm: 492 34 26 169 0 8 0

[startup+0.108009 s]
/proc/loadavg: 2.00 2.00 1.68 5/90 18987
/proc/meminfo: memFree=1468560/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=53828 CPUtime=0.09
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 2365 0 0 0 8 1 0 0 20 0 1 0 174199034 55119872 2083 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/18986/statm: 13457 2083 154 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53828

[startup+0.516083 s]
/proc/loadavg: 2.00 2.00 1.68 5/90 18987
/proc/meminfo: memFree=1468560/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=66424 CPUtime=0.5
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 4539 0 0 0 48 2 0 0 24 0 1 0 174199034 68018176 4254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 0 0 0 17 0 0 0
/proc/18986/statm: 16606 4254 157 90 0 16143 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66424

[startup+1.33724 s]
/proc/loadavg: 2.00 2.00 1.68 3/90 18987
/proc/meminfo: memFree=1452176/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=66424 CPUtime=1.31
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 4564 0 0 0 129 2 0 0 25 0 1 0 174199034 68018176 4279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 0 0 0
/proc/18986/statm: 16606 4279 173 90 0 16143 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 66424

[startup+2.97656 s]
/proc/loadavg: 2.00 2.00 1.68 3/90 18987
/proc/meminfo: memFree=1449616/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=66424 CPUtime=2.94
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 6608 0 0 0 291 3 0 0 25 0 1 0 174199034 68018176 6323 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662606 0 0 4096 2 0 0 0 17 0 0 0
/proc/18986/statm: 16606 6323 173 90 0 16143 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 66424

[startup+6.2542 s]
/proc/loadavg: 2.00 2.00 1.68 3/91 18988
/proc/meminfo: memFree=1439496/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=6.2
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8278 0 0 0 616 4 0 0 25 0 2 0 174199034 78966784 7444 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 7444 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 7444 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 77116

[startup+12.7235 s]
/proc/loadavg: 2.00 2.00 1.68 3/91 18988
/proc/meminfo: memFree=1436808/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=12.6
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8963 0 0 0 1256 4 0 0 25 0 2 0 174199034 78966784 8129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8129 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8129 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) 77116

[startup+25.536 s]
/proc/loadavg: 2.00 2.00 1.68 3/91 18988
/proc/meminfo: memFree=1436808/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=25.31
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8964 0 0 0 2527 4 0 0 25 0 2 0 174199034 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8130 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 77116

[startup+51.179 s]
/proc/loadavg: 2.00 2.00 1.69 3/91 18988
/proc/meminfo: memFree=1436872/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=50.71
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8964 0 0 0 5067 4 0 0 25 0 2 0 174199034 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8130 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 77116

[startup+102.439 s]
/proc/loadavg: 2.00 2.00 1.71 3/91 18988
/proc/meminfo: memFree=1436872/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=101.49
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8964 0 0 0 10145 4 0 0 25 0 2 0 174199034 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8130 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 77116

[startup+162.533 s]
/proc/loadavg: 2.00 2.00 1.72 3/91 18988
/proc/meminfo: memFree=1410824/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=161.03
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8964 0 0 0 16098 5 0 0 25 0 2 0 174199034 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8130 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 77116

[startup+222.551 s]
/proc/loadavg: 2.03 2.01 1.74 3/91 18988
/proc/meminfo: memFree=1410760/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=220.46
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8964 0 0 0 22041 5 0 0 25 0 2 0 174199034 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8130 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 77116

[startup+282.575 s]
/proc/loadavg: 2.01 2.01 1.75 3/91 18988
/proc/meminfo: memFree=1410824/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=279.91
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8964 0 0 0 27986 5 0 0 25 0 2 0 174199034 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8130 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 77116

[startup+342.627 s]
/proc/loadavg: 2.00 2.00 1.77 3/91 18988
/proc/meminfo: memFree=1384328/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=339.4
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8973 0 0 0 33935 5 0 0 25 0 2 0 174199034 78966784 8139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8139 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.4
Current children cumulated vsize (KiB) 77116

[startup+402.659 s]
/proc/loadavg: 2.00 2.00 1.78 3/91 18988
/proc/meminfo: memFree=1384264/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=398.86
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8978 0 0 0 39881 5 0 0 25 0 2 0 174199034 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554251 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8144 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 77116

[startup+462.752 s]
/proc/loadavg: 2.00 2.00 1.79 3/91 18988
/proc/meminfo: memFree=1384200/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=458.42
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8978 0 0 0 45837 5 0 0 25 0 2 0 174199034 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18986/statm: 19279 8144 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.42
Current children cumulated vsize (KiB) 77116

[startup+522.838 s]
/proc/loadavg: 2.00 2.00 1.80 3/86 19047
/proc/meminfo: memFree=1726120/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=518.38
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8978 0 0 0 51832 6 0 0 25 0 2 0 174199034 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 19279 8144 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.38
Current children cumulated vsize (KiB) 77116

[startup+582.92 s]
/proc/loadavg: 2.00 2.00 1.81 3/86 19047
/proc/meminfo: memFree=1710056/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=578.44
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8978 0 0 0 57838 6 0 0 25 0 2 0 174199034 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 19279 8144 177 90 0 18816 0
[pid=18986/tid=18988] ppid=18984 vsize=77116 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 25 0 2 0 174199373 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.44
Current children cumulated vsize (KiB) 77116

[startup+642.973 s]
/proc/loadavg: 2.00 2.00 1.82 4/86 19047
/proc/meminfo: memFree=1683048/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=77116 CPUtime=638.47
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8978 0 0 0 63841 6 0 0 25 0 2 0 174199034 78966784 8144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8979 0 0 0 117863 6 0 0 25 0 3 0 174199034 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 21840 8145 177 90 0 21377 0
[pid=18986/tid=18988] ppid=18984 vsize=87360 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 174199373 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=87360 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174289389 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.69
Current children cumulated vsize (KiB) 87360

[startup+1243.47 s]
/proc/loadavg: 1.00 1.14 1.43 2/72 19068
/proc/meminfo: memFree=1822640/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=87360 CPUtime=1238.72
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8979 0 0 0 123866 6 0 0 25 0 3 0 174199034 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751771 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 21840 8145 177 90 0 21377 0
[pid=18986/tid=18988] ppid=18984 vsize=87360 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 174199373 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=87360 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174289389 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.72
Current children cumulated vsize (KiB) 87360

[startup+1303.53 s]
/proc/loadavg: 1.00 1.11 1.40 2/72 19068
/proc/meminfo: memFree=1822576/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=87360 CPUtime=1298.76
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8979 0 0 0 129870 6 0 0 25 0 3 0 174199034 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 21840 8145 177 90 0 21377 0
[pid=18986/tid=18988] ppid=18984 vsize=87360 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 174199373 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=87360 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174289389 89456640 8145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.76
Current children cumulated vsize (KiB) 87360

[startup+1363.59 s]
/proc/loadavg: 1.00 1.09 1.37 2/73 19069
/proc/meminfo: memFree=1822504/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1358.8
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8982 0 0 0 135874 6 0 0 25 0 4 0 174199034 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8148 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174334396 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.8
Current children cumulated vsize (KiB) 97604

[startup+1423.67 s]
/proc/loadavg: 1.00 1.07 1.35 2/73 19069
/proc/meminfo: memFree=1822568/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1418.86
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8982 0 0 0 141880 6 0 0 25 0 4 0 174199034 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8148 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174334396 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.86
Current children cumulated vsize (KiB) 97604

[startup+1483.75 s]
/proc/loadavg: 1.00 1.05 1.32 2/73 19069
/proc/meminfo: memFree=1822504/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1478.91
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8982 0 0 0 147885 6 0 0 25 0 4 0 174199034 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8148 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174334396 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.91
Current children cumulated vsize (KiB) 97604

[startup+1543.84 s]
/proc/loadavg: 1.00 1.04 1.30 2/73 19069
/proc/meminfo: memFree=1822504/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1538.98
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 8982 0 0 0 153892 6 0 0 25 0 4 0 174199034 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663812 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8148 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174334396 99946496 8148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.98
Current children cumulated vsize (KiB) 97604

[startup+1603.92 s]
/proc/loadavg: 1.00 1.03 1.28 2/73 19069
/proc/meminfo: memFree=1820840/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1599.03
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 9383 0 0 0 159897 6 0 0 25 0 4 0 174199034 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8549 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174334396 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.03
Current children cumulated vsize (KiB) 97604

[startup+1664 s]
/proc/loadavg: 1.00 1.02 1.26 2/73 19069
/proc/meminfo: memFree=1820840/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1659.09
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 9383 0 0 0 165903 6 0 0 25 0 4 0 174199034 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8549 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174334396 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.09
Current children cumulated vsize (KiB) 97604

[startup+1724.08 s]
/proc/loadavg: 1.00 1.02 1.24 2/73 19069
/proc/meminfo: memFree=1820840/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1719.15
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 9383 0 0 0 171909 6 0 0 25 0 4 0 174199034 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8549 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174334396 99946496 8549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.15
Current children cumulated vsize (KiB) 97604

[startup+1784.15 s]
/proc/loadavg: 1.00 1.01 1.22 2/73 19069
/proc/meminfo: memFree=1820776/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1779.2
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 9391 0 0 0 177914 6 0 0 25 0 4 0 174199034 99946496 8557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18986/statm: 24401 8557 177 90 0 23938 0
[pid=18986/tid=18988] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/18988/stat : 18988 (bprolog) S 18984 18986 18320 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 174199373 99946496 8557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18986/tid=19068] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19068/stat : 19068 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174289389 99946496 8557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18986/tid=19069] ppid=18984 vsize=97604 CPUtime=0
/proc/18986/task/19069/stat : 19069 (bprolog) S 18984 18986 18320 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174334396 99946496 8557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.2
Current children cumulated vsize (KiB) 97604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.96 s]
/proc/loadavg: 1.00 1.01 1.22 2/70 19069
/proc/meminfo: memFree=1820776/2055888 swapFree=4095388/4096564
[pid=18986] ppid=18984 vsize=97604 CPUtime=1800.01
/proc/18986/stat : 18986 (bprolog) R 18984 18986 18320 0 -1 4194304 9392 0 0 0 179995 6 0 0 25 0 1 0 174199034 99946496 8558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 0 0 0 17 1 0 0
/proc/18986/statm: 24401 8558 178 90 0 23938 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 97604

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.97
CPU time (s): 1800.03
CPU user time (s): 1799.95
CPU system time (s): 0.073988
CPU usage (%): 99.7259
Max. virtual memory (cumulated for all children) (KiB): 97604

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

runsolver used 2.00869 s user time and 3.77343 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 12:06:55 UTC 2007


IDJOB= 221295
IDBENCH= 5440
FILE ID= node76/221295-1168258015

PBS_JOBID= 3482593

Free space on /tmp= 66644 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-2.xml
COMMAND LINE= /tmp/evaluation/221295-1168258015/Complete/Ordinary/solver /tmp/evaluation/221295-1168258015/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node76/convwatcher-221295-1168258015 -o ROOT/results/node76/conversion-221295-1168258015 -C 600 -M 900 /tmp/evaluation/221295-1168258015/Complete/Ordinary/conversion /tmp/evaluation/221295-1168258015/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-221295-1168258015 -o ROOT/results/node76/solver-221295-1168258015 -C 1800 -M 900  /tmp/evaluation/221295-1168258015/Complete/Ordinary/solver /tmp/evaluation/221295-1168258015/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  eff9c8045eca05be21e4f0ad183bd8c1

RANDOM SEED= 622810536

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1469104 kB
Buffers:         41500 kB
Cached:          98832 kB
SwapCached:        428 kB
Active:         468236 kB
Inactive:        70524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1469104 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            3204 kB
Writeback:           0 kB
Mapped:         417832 kB
Slab:            32824 kB
Committed_AS:  7256388 kB
PageTables:       2576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66645 MiB



End job on node76 on Mon Jan  8 12:37:04 UTC 2007