Trace number 216212

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 1802.52

General information on the benchmark

NamepseudoSeries/ppp/
ppp-1-13.xml
MD5SUM186089833c0bc96dc14a6fe36838fbd0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark259.75
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables4632
Number of constraints31138
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31138
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216212-1168239023/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/node18/watcher-216212-1168239023 -o ROOT/results/node18/solver-216212-1168239023 -C 1800 -M 900 /tmp/evaluation/216212-1168239023/Complete/Ordinary/solver /tmp/evaluation/216212-1168239023/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.91 1.98 1.99 5/94 17958
/proc/meminfo: memFree=1575576/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=61640 CPUtime=0.1
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 2274 0 0 0 9 1 0 0 21 0 1 0 172299134 63119360 1990 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/17957/statm: 15410 1990 158 90 0 14948 0

[startup+0.217564 s]
/proc/loadavg: 1.91 1.98 1.99 5/94 17958
/proc/meminfo: memFree=1575576/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=61640 CPUtime=0.19
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 3909 0 0 0 18 1 0 0 22 0 1 0 172299134 63119360 3625 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589296 0 0 4096 2 0 0 0 17 1 0 0
/proc/17957/statm: 15410 3625 158 90 0 14948 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 61640

[startup+0.625604 s]
/proc/loadavg: 1.91 1.98 1.99 5/94 17958
/proc/meminfo: memFree=1575576/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=80968 CPUtime=0.61
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 12760 0 0 0 55 6 0 0 25 0 1 0 172299134 82911232 12328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/17957/statm: 20242 12328 158 90 0 19780 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 80968

[startup+1.44668 s]
/proc/loadavg: 1.91 1.98 1.99 3/94 17958
/proc/meminfo: memFree=1512344/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=80968 CPUtime=1.42
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 16352 0 0 0 134 8 0 0 25 0 1 0 172299134 82911232 15920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564332 0 0 4096 2 0 0 0 17 1 0 0
/proc/17957/statm: 20242 15920 158 90 0 19780 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 80968

[startup+3.09084 s]
/proc/loadavg: 1.91 1.98 1.99 4/94 17958
/proc/meminfo: memFree=1509272/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=3.05
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 293 12 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820934 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 128724

[startup+6.38216 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 17959
/proc/meminfo: memFree=1507024/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=6.31
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 619 12 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 128724

[startup+12.8538 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 17959
/proc/meminfo: memFree=1507152/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=12.72
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 1260 12 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 128724

[startup+25.676 s]
/proc/loadavg: 1.94 1.98 1.99 3/95 17959
/proc/meminfo: memFree=1507216/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=25.43
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 2531 12 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 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) 128724

[startup+51.29 s]
/proc/loadavg: 1.96 1.98 1.99 3/95 17959
/proc/meminfo: memFree=1507280/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=50.8
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 5068 12 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615456 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 128724

[startup+102.562 s]
/proc/loadavg: 2.02 2.00 1.99 3/95 18068
/proc/meminfo: memFree=1540744/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=101.9
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 10174 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 128724

[startup+162.61 s]
/proc/loadavg: 2.01 2.00 1.99 3/95 18068
/proc/meminfo: memFree=1540872/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=161.89
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 16173 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 128724

[startup+222.646 s]
/proc/loadavg: 2.04 2.01 2.00 3/95 18068
/proc/meminfo: memFree=1540808/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=221.85
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 22169 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 128724

[startup+282.651 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 18068
/proc/meminfo: memFree=1540808/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=281.79
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 28163 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.79
Current children cumulated vsize (KiB) 128724

[startup+342.652 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18068
/proc/meminfo: memFree=1540808/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=341.74
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 34158 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 128724

[startup+402.667 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18068
/proc/meminfo: memFree=1540816/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=401.68
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 40152 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589649 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.68
Current children cumulated vsize (KiB) 128724

[startup+462.668 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18068
/proc/meminfo: memFree=1540752/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=461.62
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 46146 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.62
Current children cumulated vsize (KiB) 128724

[startup+522.691 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18068
/proc/meminfo: memFree=1540752/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=521.59
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 52143 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.59
Current children cumulated vsize (KiB) 128724

[startup+582.778 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18068
/proc/meminfo: memFree=1540752/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=581.6
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 58144 16 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 32181 17243 182 90 0 31719 0
[pid=17957/tid=17959] ppid=17955 vsize=128724 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172299401 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.6
Current children cumulated vsize (KiB) 128724

[startup+642.877 s]
/proc/loadavg: 2.03 2.01 2.00 3/101 18176
/proc/meminfo: memFree=1539416/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=128724 CPUtime=641.61
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 27738 0 0 0 64141 20 0 0 25 0 2 0 172299134 131813376 17243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1181.46
Current children cumulated vsize (KiB) 138968

[startup+1243.35 s]
/proc/loadavg: 2.06 2.01 2.00 3/96 18267
/proc/meminfo: memFree=1538824/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=138968 CPUtime=1241.44
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28109 0 0 0 124112 32 0 0 25 0 3 0 172299134 142303232 17614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 34742 17614 182 90 0 34280 0
[pid=17957/tid=17959] ppid=17955 vsize=138968 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172299401 142303232 17614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=138968 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172389416 142303232 17614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.44
Current children cumulated vsize (KiB) 138968

[startup+1303.38 s]
/proc/loadavg: 2.07 2.03 2.00 3/96 18267
/proc/meminfo: memFree=1538824/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=138968 CPUtime=1301.39
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28109 0 0 0 130107 32 0 0 25 0 3 0 172299134 142303232 17614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815477 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 34742 17614 182 90 0 34280 0
[pid=17957/tid=17959] ppid=17955 vsize=138968 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172299401 142303232 17614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=138968 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172389416 142303232 17614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.39
Current children cumulated vsize (KiB) 138968

[startup+1363.43 s]
/proc/loadavg: 2.08 2.03 2.00 3/97 18268
/proc/meminfo: memFree=1538816/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1361.39
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 136107 32 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.39
Current children cumulated vsize (KiB) 149212

[startup+1423.48 s]
/proc/loadavg: 2.03 2.03 2.00 3/97 18268
/proc/meminfo: memFree=1537920/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1421.37
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 142105 32 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.37
Current children cumulated vsize (KiB) 149212

[startup+1483.55 s]
/proc/loadavg: 2.01 2.02 2.00 3/97 18268
/proc/meminfo: memFree=1537792/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1481.39
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 148106 33 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.39
Current children cumulated vsize (KiB) 149212

[startup+1543.62 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 18268
/proc/meminfo: memFree=1537792/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1541.4
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 154107 33 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.4
Current children cumulated vsize (KiB) 149212

[startup+1603.68 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 18268
/proc/meminfo: memFree=1537792/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1601.4
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 160107 33 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.4
Current children cumulated vsize (KiB) 149212

[startup+1663.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 18268
/proc/meminfo: memFree=1537792/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1661.36
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 166103 33 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.36
Current children cumulated vsize (KiB) 149212

[startup+1723.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 18270
/proc/meminfo: memFree=1537472/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1721.38
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 172105 33 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 149212

[startup+1783.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 18270
/proc/meminfo: memFree=1537472/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1781.4
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 178107 33 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 149212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 18270
/proc/meminfo: memFree=1537472/2055920 swapFree=4192812/4192956
[pid=17957] ppid=17955 vsize=149212 CPUtime=1800.01
/proc/17957/stat : 17957 (bprolog) R 17955 17957 17597 0 -1 4194304 28111 0 0 0 179967 34 0 0 25 0 4 0 172299134 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17957/statm: 37303 17616 182 90 0 36841 0
[pid=17957/tid=17959] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/17959/stat : 17959 (bprolog) S 17955 17957 17597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172299401 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17957/tid=18267] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18267/stat : 18267 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172389416 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17957/tid=18268] ppid=17955 vsize=149212 CPUtime=0
/proc/17957/task/18268/stat : 18268 (bprolog) S 17955 17957 17597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172434426 152793088 17616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 149212

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.52
CPU time (s): 1800.03
CPU user time (s): 1799.68
CPU system time (s): 0.351946
CPU usage (%): 99.8621
Max. virtual memory (cumulated for all children) (KiB): 163884

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

runsolver used 1.56976 s user time and 5.30719 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan  8 06:50:23 UTC 2007


IDJOB= 216212
IDBENCH= 5061
FILE ID= node18/216212-1168239023

PBS_JOBID= 3481540

Free space on /tmp= 66293 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ppp/ppp-1-13.xml
COMMAND LINE= /tmp/evaluation/216212-1168239023/Complete/Ordinary/solver /tmp/evaluation/216212-1168239023/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-216212-1168239023 -o ROOT/results/node18/conversion-216212-1168239023 -C 600 -M 900 /tmp/evaluation/216212-1168239023/Complete/Ordinary/conversion /tmp/evaluation/216212-1168239023/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-216212-1168239023 -o ROOT/results/node18/solver-216212-1168239023 -C 1800 -M 900  /tmp/evaluation/216212-1168239023/Complete/Ordinary/solver /tmp/evaluation/216212-1168239023/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  186089833c0bc96dc14a6fe36838fbd0

RANDOM SEED= 794355235

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.231
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.231
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:       1575992 kB
Buffers:         65196 kB
Cached:         210612 kB
SwapCached:          0 kB
Active:         281368 kB
Inactive:       141608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8732 kB
Writeback:           0 kB
Mapped:         175068 kB
Slab:            41488 kB
Committed_AS:  5713660 kB
PageTables:       2340 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= 66289 MiB



End job on node18 on Mon Jan  8 07:20:47 UTC 2007