Trace number 209040

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.05 1811.85

General information on the benchmark

Namefapp/fapp01-05/fapp01/
fapp01-0200-7.xml
MD5SUM6c0d7b1018352ff183de92024cdcc4ef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.43778
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209040-1168191389/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/node51/watcher-209040-1168191389 -o ROOT/results/node51/solver-209040-1168191389 -C 1800 -M 900 /tmp/evaluation/209040-1168191389/Complete/Ordinary/solver /tmp/evaluation/209040-1168191389/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.84 1.28 1.10 5/85 32549
/proc/meminfo: memFree=1302856/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=53472 CPUtime=0
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 167537700 54755328 206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 3085265 0 0 4096 2 0 0 0 17 1 0 0
/proc/32548/statm: 13368 206 123 90 0 12906 0

[startup+0.103466 s]
/proc/loadavg: 1.84 1.28 1.10 5/85 32549
/proc/meminfo: memFree=1302856/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=53824 CPUtime=0.08
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 1438 0 0 0 8 0 0 0 20 0 1 0 167537700 55115776 1154 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612198 0 0 4096 2 0 0 0 17 1 0 0
/proc/32548/statm: 13456 1154 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511533 s]
/proc/loadavg: 1.84 1.28 1.10 5/85 32549
/proc/meminfo: memFree=1302856/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=61844 CPUtime=0.49
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 1779 0 0 0 49 0 0 0 24 0 1 0 167537700 63328256 1494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607184 0 0 4096 2 0 0 0 17 1 0 0
/proc/32548/statm: 15461 1494 176 90 0 14999 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61844

[startup+1.33267 s]
/proc/loadavg: 1.84 1.28 1.10 3/86 32550
/proc/meminfo: memFree=1292352/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=1.31
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3272 0 0 0 130 1 0 0 25 0 2 0 167537700 73818112 2987 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32548/statm: 18022 2987 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 2987 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72088

[startup+2.97758 s]
/proc/loadavg: 1.84 1.28 1.10 3/86 32550
/proc/meminfo: memFree=1290752/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=2.94
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3446 0 0 0 293 1 0 0 25 0 2 0 167537700 73818112 3161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32548/statm: 18022 3161 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 72088

[startup+6.26451 s]
/proc/loadavg: 1.85 1.30 1.10 3/86 32550
/proc/meminfo: memFree=1290816/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=6.2
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3470 0 0 0 619 1 0 0 25 0 2 0 167537700 73818112 3185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32548/statm: 18022 3185 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 72088

[startup+12.7246 s]
/proc/loadavg: 1.86 1.31 1.11 3/86 32550
/proc/meminfo: memFree=1290752/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=12.61
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3474 0 0 0 1260 1 0 0 25 0 2 0 167537700 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32548/statm: 18022 3189 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 72088

[startup+25.5518 s]
/proc/loadavg: 1.89 1.34 1.12 3/86 32550
/proc/meminfo: memFree=1290880/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=25.33
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3474 0 0 0 2532 1 0 0 25 0 2 0 167537700 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32548/statm: 18022 3189 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 72088

[startup+51.1641 s]
/proc/loadavg: 1.93 1.39 1.14 3/82 32660
/proc/meminfo: memFree=1594080/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=50.82
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3474 0 0 0 5080 2 0 0 25 0 2 0 167537700 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3189 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 72088

[startup+102.397 s]
/proc/loadavg: 1.97 1.48 1.19 3/82 32660
/proc/meminfo: memFree=1548000/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=101.99
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3474 0 0 0 10197 2 0 0 25 0 2 0 167537700 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3189 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 72088

[startup+162.433 s]
/proc/loadavg: 1.99 1.57 1.23 3/82 32660
/proc/meminfo: memFree=1519264/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=161.97
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3474 0 0 0 16194 3 0 0 25 0 2 0 167537700 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134628072 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3189 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 72088

[startup+222.435 s]
/proc/loadavg: 1.99 1.65 1.28 3/82 32660
/proc/meminfo: memFree=1498080/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=221.92
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3475 0 0 0 22189 3 0 0 25 0 2 0 167537700 73818112 3190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3190 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.92
Current children cumulated vsize (KiB) 72088

[startup+282.472 s]
/proc/loadavg: 1.99 1.71 1.32 3/82 32660
/proc/meminfo: memFree=1481888/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=281.88
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3476 0 0 0 28184 4 0 0 25 0 2 0 167537700 73818112 3191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3191 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.88
Current children cumulated vsize (KiB) 72088

[startup+342.511 s]
/proc/loadavg: 1.99 1.76 1.36 3/82 32660
/proc/meminfo: memFree=1464032/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=341.86
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3476 0 0 0 34182 4 0 0 25 0 2 0 167537700 73818112 3191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3191 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.86
Current children cumulated vsize (KiB) 72088

[startup+402.588 s]
/proc/loadavg: 2.11 1.83 1.41 3/82 32660
/proc/meminfo: memFree=959328/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=401.67
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3476 0 0 0 40163 4 0 0 25 0 2 0 167537700 73818112 3191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3191 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.67
Current children cumulated vsize (KiB) 72088

[startup+462.678 s]
/proc/loadavg: 2.00 1.84 1.44 3/82 551
/proc/meminfo: memFree=1626392/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=461.42
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3477 0 0 0 46134 8 0 0 25 0 2 0 167537700 73818112 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3192 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.42
Current children cumulated vsize (KiB) 72088

[startup+522.768 s]
/proc/loadavg: 2.03 1.88 1.47 3/82 551
/proc/meminfo: memFree=1516896/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=521.24
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3478 0 0 0 52115 9 0 0 25 0 2 0 167537700 73818112 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3193 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.24
Current children cumulated vsize (KiB) 72088

[startup+582.859 s]
/proc/loadavg: 2.07 1.92 1.51 3/82 551
/proc/meminfo: memFree=1475744/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=72088 CPUtime=581.05
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3480 0 0 0 58096 9 0 0 25 0 2 0 167537700 73818112 3195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589296 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 18022 3195 180 90 0 17560 0
[pid=32548/tid=32550] ppid=32546 vsize=72088 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167537780 73818112 3195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.05
Current children cumulated vsize (KiB) 72088

[startup+642.945 s]

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

/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3491 0 0 0 117719 10 0 0 25 0 3 0 167537700 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 20583 3206 180 90 0 20121 0
[pid=32548/tid=32550] ppid=32546 vsize=82332 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167537780 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=82332 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167627792 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.29
Current children cumulated vsize (KiB) 82332

[startup+1243.52 s]
/proc/loadavg: 2.00 2.00 1.75 3/83 552
/proc/meminfo: memFree=1254936/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=82332 CPUtime=1236.78
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3491 0 0 0 123668 10 0 0 25 0 3 0 167537700 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 20583 3206 180 90 0 20121 0
[pid=32548/tid=32550] ppid=32546 vsize=82332 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167537780 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=82332 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167627792 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.78
Current children cumulated vsize (KiB) 82332

[startup+1303.53 s]
/proc/loadavg: 2.00 2.00 1.76 3/83 552
/proc/meminfo: memFree=1243544/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=82332 CPUtime=1296.28
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3491 0 0 0 129618 10 0 0 25 0 3 0 167537700 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 20583 3206 180 90 0 20121 0
[pid=32548/tid=32550] ppid=32546 vsize=82332 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167537780 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=82332 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167627792 84307968 3206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.28
Current children cumulated vsize (KiB) 82332

[startup+1363.63 s]
/proc/loadavg: 2.00 2.00 1.77 3/84 553
/proc/meminfo: memFree=1229584/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1355.85
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 135575 10 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.85
Current children cumulated vsize (KiB) 92576

[startup+1423.65 s]
/proc/loadavg: 2.00 2.00 1.78 3/84 553
/proc/meminfo: memFree=1218832/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1415.35
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 141524 11 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.35
Current children cumulated vsize (KiB) 92576

[startup+1483.72 s]
/proc/loadavg: 2.13 2.03 1.80 3/90 627
/proc/meminfo: memFree=1200328/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1474.89
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 147475 14 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 92576

[startup+1543.8 s]
/proc/loadavg: 2.15 2.05 1.82 3/90 719
/proc/meminfo: memFree=1189720/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1534.34
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 153413 21 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.34
Current children cumulated vsize (KiB) 92576

[startup+1603.84 s]
/proc/loadavg: 2.09 2.05 1.84 3/84 751
/proc/meminfo: memFree=1178128/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1593.84
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 159361 23 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.84
Current children cumulated vsize (KiB) 92576

[startup+1663.88 s]
/proc/loadavg: 2.09 2.06 1.85 3/84 751
/proc/meminfo: memFree=1166672/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1653.38
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 165315 23 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576069 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.38
Current children cumulated vsize (KiB) 92576

[startup+1723.93 s]
/proc/loadavg: 2.07 2.06 1.86 3/84 751
/proc/meminfo: memFree=1146576/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1712.9
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 171267 23 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.9
Current children cumulated vsize (KiB) 92576

[startup+1783.98 s]
/proc/loadavg: 2.02 2.05 1.86 3/84 751
/proc/meminfo: memFree=1141328/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1772.44
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3502 0 0 0 177221 23 0 0 25 0 4 0 167537700 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32548/statm: 23144 3217 180 90 0 22682 0
[pid=32548/tid=32550] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/32550/stat : 32550 (bprolog) S 32546 32548 32100 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167537780 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32548/tid=552] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/552/stat : 552 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167627792 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32548/tid=553] ppid=32546 vsize=92576 CPUtime=0
/proc/32548/task/553/stat : 553 (bprolog) S 32546 32548 32100 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167672799 94797824 3217 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.44
Current children cumulated vsize (KiB) 92576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.84 s]
/proc/loadavg: 2.01 2.04 1.87 3/81 751
/proc/meminfo: memFree=1139664/2055920 swapFree=4192812/4192956
[pid=32548] ppid=32546 vsize=92576 CPUtime=1800.04
/proc/32548/stat : 32548 (bprolog) R 32546 32548 32100 0 -1 4194304 3503 0 0 0 179981 23 0 0 25 0 1 0 167537700 94797824 3218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 0 0 0 17 0 0 0
/proc/32548/statm: 23144 3218 181 90 0 22682 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 92576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.85
CPU time (s): 1800.05
CPU user time (s): 1799.82
CPU system time (s): 0.235964
CPU usage (%): 99.349
Max. virtual memory (cumulated for all children) (KiB): 92576

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

runsolver used 1.9367 s user time and 5.01024 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sun Jan  7 17:36:30 UTC 2007


IDJOB= 209040
IDBENCH= 4492
FILE ID= node51/209040-1168191389

PBS_JOBID= 3479323

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp01/fapp01-0200-7.xml
COMMAND LINE= /tmp/evaluation/209040-1168191389/Complete/Ordinary/solver /tmp/evaluation/209040-1168191389/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-209040-1168191389 -o ROOT/results/node51/conversion-209040-1168191389 -C 600 -M 900 /tmp/evaluation/209040-1168191389/Complete/Ordinary/conversion /tmp/evaluation/209040-1168191389/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-209040-1168191389 -o ROOT/results/node51/solver-209040-1168191389 -C 1800 -M 900  /tmp/evaluation/209040-1168191389/Complete/Ordinary/solver /tmp/evaluation/209040-1168191389/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6c0d7b1018352ff183de92024cdcc4ef

RANDOM SEED= 752272153

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.277
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.277
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:       1303272 kB
Buffers:         27540 kB
Cached:         287028 kB
SwapCached:          0 kB
Active:         436016 kB
Inactive:       263116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:         404692 kB
Slab:            38020 kB
Committed_AS:  4247284 kB
PageTables:       2536 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= 66556 MiB



End job on node51 on Sun Jan  7 18:06:43 UTC 2007