Trace number 224654

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.1 1815.75

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-71_ext.xml
MD5SUM765022ea2040aa1c68968658328a98b9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.12252
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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/224654-1168269396/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/node10/watcher-224654-1168269396 -o ROOT/results/node10/solver-224654-1168269396 -C 1800 -M 900 /tmp/evaluation/224654-1168269396/Complete/Ordinary/solver /tmp/evaluation/224654-1168269396/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.85 1.97 1.92 5/88 19629
/proc/meminfo: memFree=1689504/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=61640 CPUtime=0.09
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 1908 0 0 0 9 0 0 0 20 0 1 0 175334948 63119360 1624 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9305047 0 0 4096 2 0 0 0 17 1 0 0
/proc/19628/statm: 15410 1624 158 90 0 14948 0

[startup+0.210952 s]
/proc/loadavg: 1.85 1.97 1.92 5/88 19629
/proc/meminfo: memFree=1689504/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=61640 CPUtime=0.2
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 2917 0 0 0 19 1 0 0 21 0 1 0 175334948 63119360 2633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564071 0 0 4096 2 0 0 0 17 1 0 0
/proc/19628/statm: 15410 2633 158 90 0 14948 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 61640

[startup+0.619006 s]
/proc/loadavg: 1.85 1.97 1.92 5/88 19629
/proc/meminfo: memFree=1689504/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=61640 CPUtime=0.6
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 3634 0 0 0 59 1 0 0 25 0 1 0 175334948 63119360 3350 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 0 0 0 17 1 0 0
/proc/19628/statm: 15410 3350 158 90 0 14948 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 61640

[startup+1.44212 s]
/proc/loadavg: 1.85 1.97 1.92 3/88 19629
/proc/meminfo: memFree=1647392/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=76188 CPUtime=1.41
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 13448 0 0 0 134 7 0 0 25 0 1 0 175334948 78016512 11279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/19628/statm: 19047 11279 158 90 0 18585 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 76188

[startup+3.08835 s]
/proc/loadavg: 1.85 1.97 1.92 3/88 19629
/proc/meminfo: memFree=1639904/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=3.05
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17589 0 0 0 296 9 0 0 25 0 2 0 175334948 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13187 170 90 0 21244 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 86824

[startup+6.36779 s]
/proc/loadavg: 1.86 1.97 1.92 3/89 19630
/proc/meminfo: memFree=1637144/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=6.3
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17589 0 0 0 621 9 0 0 25 0 2 0 175334948 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13187 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 86824

[startup+12.8447 s]
/proc/loadavg: 1.88 1.97 1.92 3/89 19630
/proc/meminfo: memFree=1637272/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=12.71
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17589 0 0 0 1262 9 0 0 25 0 2 0 175334948 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13187 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 86824

[startup+25.6807 s]
/proc/loadavg: 1.90 1.97 1.92 3/89 19630
/proc/meminfo: memFree=1637336/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=25.43
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 2534 9 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711655 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 86824

[startup+51.3579 s]
/proc/loadavg: 1.93 1.97 1.92 3/89 19630
/proc/meminfo: memFree=1637400/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=50.87
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 5078 9 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 86824

[startup+102.59 s]
/proc/loadavg: 1.97 1.97 1.92 3/89 19630
/proc/meminfo: memFree=1637464/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=101.64
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 10154 10 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 86824

[startup+162.652 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19630
/proc/meminfo: memFree=1637400/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=161.15
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 16105 10 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.15
Current children cumulated vsize (KiB) 86824

[startup+222.719 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637144/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=220.66
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 22055 11 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.66
Current children cumulated vsize (KiB) 86824

[startup+282.784 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637208/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=280.17
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 28006 11 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 86824

[startup+342.861 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637216/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=339.7
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 33959 11 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 86824

[startup+402.929 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637216/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=399.22
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 39910 12 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 86824

[startup+462.992 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637280/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=458.73
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 45861 12 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.73
Current children cumulated vsize (KiB) 86824

[startup+523.058 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637280/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=518.25
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 51812 13 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.25
Current children cumulated vsize (KiB) 86824

[startup+583.122 s]
/proc/loadavg: 1.99 1.97 1.92 3/89 19632
/proc/meminfo: memFree=1637216/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=577.76
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 57763 13 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 21706 13188 170 90 0 21244 0
[pid=19628/tid=19630] ppid=19626 vsize=86824 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175335204 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.76
Current children cumulated vsize (KiB) 86824

[startup+643.133 s]
/proc/loadavg: 1.99 1.97 1.92 4/89 19632
/proc/meminfo: memFree=1637280/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=86824 CPUtime=637.21
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17590 0 0 0 63708 13 0 0 25 0 2 0 175334948 88907776 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17591 0 0 0 117280 17 0 0 25 0 3 0 175334948 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 24267 13189 170 90 0 23805 0
[pid=19628/tid=19630] ppid=19626 vsize=97068 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175335204 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=97068 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175425223 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.97
Current children cumulated vsize (KiB) 97068

[startup+1243.84 s]
/proc/loadavg: 2.01 2.01 1.95 3/90 19633
/proc/meminfo: memFree=1637144/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=97068 CPUtime=1232.42
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17591 0 0 0 123225 17 0 0 25 0 3 0 175334948 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 24267 13189 170 90 0 23805 0
[pid=19628/tid=19630] ppid=19626 vsize=97068 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175335204 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=97068 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175425223 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.42
Current children cumulated vsize (KiB) 97068

[startup+1303.84 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 19633
/proc/meminfo: memFree=1637080/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=97068 CPUtime=1291.88
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17591 0 0 0 129170 18 0 0 25 0 3 0 175334948 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 24267 13189 170 90 0 23805 0
[pid=19628/tid=19630] ppid=19626 vsize=97068 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175335204 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=97068 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175425223 99397632 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.88
Current children cumulated vsize (KiB) 97068

[startup+1363.85 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 19634
/proc/meminfo: memFree=1636944/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1351.34
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 135116 18 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.34
Current children cumulated vsize (KiB) 107312

[startup+1423.86 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 19634
/proc/meminfo: memFree=1636944/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1410.79
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 141060 19 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.79
Current children cumulated vsize (KiB) 107312

[startup+1483.87 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 19634
/proc/meminfo: memFree=1636880/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1470.25
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 147006 19 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.25
Current children cumulated vsize (KiB) 107312

[startup+1543.88 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 19634
/proc/meminfo: memFree=1636816/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1529.71
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 152951 20 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.71
Current children cumulated vsize (KiB) 107312

[startup+1603.89 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 19634
/proc/meminfo: memFree=1636816/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1589.18
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 158898 20 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.18
Current children cumulated vsize (KiB) 107312

[startup+1663.99 s]
/proc/loadavg: 1.93 1.98 1.94 3/89 19863
/proc/meminfo: memFree=1637928/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1648.84
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 164862 22 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.84
Current children cumulated vsize (KiB) 107312

[startup+1724.05 s]
/proc/loadavg: 1.94 1.97 1.94 3/89 19942
/proc/meminfo: memFree=1632336/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1708.81
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 170858 23 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.81
Current children cumulated vsize (KiB) 107312

[startup+1784.12 s]
/proc/loadavg: 1.98 1.97 1.94 3/89 19942
/proc/meminfo: memFree=1640144/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1768.63
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17608 0 0 0 176839 24 0 0 25 0 4 0 175334948 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19628/statm: 26828 13206 170 90 0 26366 0
[pid=19628/tid=19630] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19630/stat : 19630 (bprolog) S 19626 19628 19548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175335204 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19633] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19633/stat : 19633 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175425223 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19628/tid=19634] ppid=19626 vsize=107312 CPUtime=0
/proc/19628/task/19634/stat : 19634 (bprolog) S 19626 19628 19548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175470234 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.63
Current children cumulated vsize (KiB) 107312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.73 s]
/proc/loadavg: 1.98 1.97 1.94 3/86 19942
/proc/meminfo: memFree=1638224/2055920 swapFree=4178216/4192956
[pid=19628] ppid=19626 vsize=107312 CPUtime=1800.09
/proc/19628/stat : 19628 (bprolog) R 19626 19628 19548 0 -1 4194304 17609 0 0 0 179985 24 0 0 25 0 1 0 175334948 109887488 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 0 0 0 17 0 0 0
/proc/19628/statm: 26828 13207 171 90 0 26366 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 107312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.75
CPU time (s): 1800.1
CPU user time (s): 1799.85
CPU system time (s): 0.250961
CPU usage (%): 99.1385
Max. virtual memory (cumulated for all children) (KiB): 107312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17609
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= 14
involuntary context switches= 64174

runsolver used 2.00969 s user time and 6.03708 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 15:16:36 UTC 2007


IDJOB= 224654
IDBENCH= 5778
FILE ID= node10/224654-1168269396

PBS_JOBID= 3482977

Free space on /tmp= 66380 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-71_ext.xml
COMMAND LINE= /tmp/evaluation/224654-1168269396/Complete/Ordinary/solver /tmp/evaluation/224654-1168269396/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-224654-1168269396 -o ROOT/results/node10/conversion-224654-1168269396 -C 600 -M 900 /tmp/evaluation/224654-1168269396/Complete/Ordinary/conversion /tmp/evaluation/224654-1168269396/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-224654-1168269396 -o ROOT/results/node10/solver-224654-1168269396 -C 1800 -M 900  /tmp/evaluation/224654-1168269396/Complete/Ordinary/solver /tmp/evaluation/224654-1168269396/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  765022ea2040aa1c68968658328a98b9

RANDOM SEED= 170507789

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.232
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.232
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:       1689984 kB
Buffers:         68920 kB
Cached:         198820 kB
SwapCached:       2628 kB
Active:         157888 kB
Inactive:       151800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689984 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            3048 kB
Writeback:           0 kB
Mapped:          52528 kB
Slab:            41008 kB
Committed_AS:  4745768 kB
PageTables:       2248 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= 66380 MiB



End job on node10 on Mon Jan  8 15:46:54 UTC 2007