Trace number 216251

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.12 1807.48

General information on the benchmark

NamepseudoSeries/ppp/
ppp-1-3-13-19.xml
MD5SUMae758250d0e2faa1c8e5e6e4d17f9606
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 benchmark225.74
SatisfiableYES
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30522
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30522
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216251-1168239425/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-216251-1168239425 -o ROOT/results/node10/solver-216251-1168239425 -C 1800 -M 900 /tmp/evaluation/216251-1168239425/Complete/Ordinary/solver /tmp/evaluation/216251-1168239425/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.01 2.00 5/94 2803
/proc/meminfo: memFree=1094808/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=18540 CPUtime=0
/proc/2802/stat : 2802 (runsolver) R 2800 2802 2668 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 172339781 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2802/statm: 4635 279 244 17 0 2626 0

[startup+0.108094 s]
/proc/loadavg: 2.00 2.01 2.00 5/94 2803
/proc/meminfo: memFree=1094808/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=61640 CPUtime=0.09
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 2244 0 0 0 9 0 0 0 20 0 1 0 172339781 63119360 1960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134693060 0 0 4096 2 0 0 0 17 1 0 0
/proc/2802/statm: 15410 1960 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516149 s]
/proc/loadavg: 2.00 2.01 2.00 5/94 2803
/proc/meminfo: memFree=1094808/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=61640 CPUtime=0.5
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 9054 0 0 0 46 4 0 0 24 0 1 0 172339781 63119360 8770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/2802/statm: 15410 8770 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33726 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 2803
/proc/meminfo: memFree=1053784/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=107856 CPUtime=1.32
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 22447 0 0 0 122 10 0 0 25 0 1 0 172339781 110444544 13071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/2802/statm: 26964 13071 158 90 0 26502 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 107856

[startup+2.97448 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 2803
/proc/meminfo: memFree=1032344/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=2.95
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 281 14 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134816047 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 120680

[startup+6.26092 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2804
/proc/meminfo: memFree=1018448/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=6.22
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 608 14 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 120680

[startup+12.7238 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2804
/proc/meminfo: memFree=1018512/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=12.65
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 1251 14 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 120680

[startup+25.5605 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2804
/proc/meminfo: memFree=1018576/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=25.43
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 2529 14 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 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) 120680

[startup+51.223 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2804
/proc/meminfo: memFree=1018640/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=50.97
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 5083 14 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 120680

[startup+102.437 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2804
/proc/meminfo: memFree=1018640/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=101.95
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 10180 15 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 120680

[startup+162.478 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 2804
/proc/meminfo: memFree=1018640/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=161.7
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 16155 15 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 120680

[startup+222.529 s]
/proc/loadavg: 2.01 2.01 2.00 3/101 2870
/proc/meminfo: memFree=1017232/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=221.4
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 22125 15 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 120680

[startup+282.598 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2962
/proc/meminfo: memFree=1017184/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=281.12
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 28096 16 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 120680

[startup+342.651 s]
/proc/loadavg: 2.10 2.03 2.01 3/95 3002
/proc/meminfo: memFree=1018128/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=340.84
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 34068 16 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.84
Current children cumulated vsize (KiB) 120680

[startup+402.692 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 3002
/proc/meminfo: memFree=1018128/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=400.6
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 40043 17 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 120680

[startup+462.737 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 3002
/proc/meminfo: memFree=1018128/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=460.36
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 46019 17 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.36
Current children cumulated vsize (KiB) 120680

[startup+522.779 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 3002
/proc/meminfo: memFree=1018128/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=520.12
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 51995 17 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (KiB) 120680

[startup+582.827 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3002
/proc/meminfo: memFree=1018128/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=579.88
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32096 0 0 0 57970 18 0 0 25 0 2 0 172339781 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 30170 19189 182 90 0 29708 0
[pid=2802/tid=2804] ppid=2800 vsize=120680 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172340063 123576320 19189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.88
Current children cumulated vsize (KiB) 120680

[startup+642.872 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3002
/proc/meminfo: memFree=1018128/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=120680 CPUtime=639.64
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 32097 0 0 0 63946 18 0 0 25 0 2 0 172339781 123576320 19190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34293 0 0 0 117738 23 0 0 25 0 3 0 172339781 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809155 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 32740 19265 182 90 0 32278 0
[pid=2802/tid=2804] ppid=2800 vsize=130960 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172340063 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=130960 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172430082 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.61
Current children cumulated vsize (KiB) 130960

[startup+1243.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 3003
/proc/meminfo: memFree=1017544/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=130960 CPUtime=1237.4
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34293 0 0 0 123716 24 0 0 25 0 3 0 172339781 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 32740 19265 182 90 0 32278 0
[pid=2802/tid=2804] ppid=2800 vsize=130960 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172340063 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=130960 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172430082 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.4
Current children cumulated vsize (KiB) 130960

[startup+1303.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 3003
/proc/meminfo: memFree=1017416/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=130960 CPUtime=1297.18
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34293 0 0 0 129694 24 0 0 25 0 3 0 172339781 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 32740 19265 182 90 0 32278 0
[pid=2802/tid=2804] ppid=2800 vsize=130960 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172340063 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=130960 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172430082 134103040 19265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.18
Current children cumulated vsize (KiB) 130960

[startup+1363.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 3006
/proc/meminfo: memFree=1017216/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1356.97
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 135672 25 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.97
Current children cumulated vsize (KiB) 141204

[startup+1423.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 3006
/proc/meminfo: memFree=1017152/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1416.78
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 141653 25 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.78
Current children cumulated vsize (KiB) 141204

[startup+1483.7 s]
/proc/loadavg: 1.96 1.98 1.99 3/97 3116
/proc/meminfo: memFree=1632384/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1476.68
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 147641 27 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.68
Current children cumulated vsize (KiB) 141204

[startup+1543.79 s]
/proc/loadavg: 1.98 1.98 1.99 4/97 3116
/proc/meminfo: memFree=1632512/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1536.68
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 153641 27 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614592 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.68
Current children cumulated vsize (KiB) 141204

[startup+1603.87 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 3116
/proc/meminfo: memFree=1632448/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1596.71
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 159644 27 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.71
Current children cumulated vsize (KiB) 141204

[startup+1663.95 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 3116
/proc/meminfo: memFree=1632448/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1656.72
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 165645 27 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560303 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.72
Current children cumulated vsize (KiB) 141204

[startup+1724.04 s]
/proc/loadavg: 1.99 1.98 1.99 4/97 3116
/proc/meminfo: memFree=1632448/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1716.74
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 171647 27 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.74
Current children cumulated vsize (KiB) 141204

[startup+1784.12 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 3116
/proc/meminfo: memFree=1632456/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1776.78
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34294 0 0 0 177650 28 0 0 25 0 4 0 172339781 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2802/statm: 35301 19266 182 90 0 34839 0
[pid=2802/tid=2804] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/2804/stat : 2804 (bprolog) S 2800 2802 2668 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172340063 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3003] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3003/stat : 3003 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172430082 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2802/tid=3004] ppid=2800 vsize=141204 CPUtime=0
/proc/2802/task/3004/stat : 3004 (bprolog) S 2800 2802 2668 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172475091 144592896 19266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.78
Current children cumulated vsize (KiB) 141204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.47 s]
/proc/loadavg: 2.06 2.00 2.00 3/94 3116
/proc/meminfo: memFree=1632456/2055920 swapFree=4178216/4192956
[pid=2802] ppid=2800 vsize=141204 CPUtime=1800.1
/proc/2802/stat : 2802 (bprolog) R 2800 2802 2668 0 -1 4194304 34295 0 0 0 179982 28 0 0 25 0 1 0 172339781 144592896 19267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 0 0 0 17 0 0 0
/proc/2802/statm: 35301 19267 183 90 0 34839 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 141204

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.48
CPU time (s): 1800.12
CPU user time (s): 1799.82
CPU system time (s): 0.293955
CPU usage (%): 99.5925
Max. virtual memory (cumulated for all children) (KiB): 141204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34295
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 46227

runsolver used 1.82972 s user time and 6.10007 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 06:57:06 UTC 2007


IDJOB= 216251
IDBENCH= 5064
FILE ID= node10/216251-1168239425

PBS_JOBID= 3481550

Free space on /tmp= 66374 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ae758250d0e2faa1c8e5e6e4d17f9606

RANDOM SEED= 221967746

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:       1095224 kB
Buffers:         51724 kB
Cached:         158216 kB
SwapCached:       2628 kB
Active:         785368 kB
Inactive:       119208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1095224 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            8748 kB
Writeback:           0 kB
Mapped:         711604 kB
Slab:            39452 kB
Committed_AS:  5177064 kB
PageTables:       3580 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= 66373 MiB



End job on node10 on Mon Jan  8 07:27:34 UTC 2007