Trace number 198797

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 1801.39

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f10.xml
MD5SUMd7f7cf5b131886a3ab2e0dc3439adef6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.67974
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/198797-1168130925/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/node47/watcher-198797-1168130925 -o ROOT/results/node47/solver-198797-1168130925 -C 1800 -M 900 /tmp/evaluation/198797-1168130925/Complete/Ordinary/solver /tmp/evaluation/198797-1168130925/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.70 1.81 1.87 3/73 21539
/proc/meminfo: memFree=1416208/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=872 CPUtime=0
/proc/21538/stat : 21538 (sh) R 21536 21538 21041 0 -1 4194304 29 0 0 0 0 0 0 0 20 0 1 0 161491986 892928 13 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 208714869464 0 0 4096 0 0 0 0 17 1 0 0
/proc/21538/statm: 218 13 8 169 0 6 0

[startup+0.101868 s]
/proc/loadavg: 1.70 1.81 1.87 3/73 21539
/proc/meminfo: memFree=1416208/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=53824 CPUtime=0.08
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 1586 0 0 0 8 0 0 0 20 0 1 0 161491986 55115776 1302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554931 0 0 4096 2 0 0 0 17 1 0 0
/proc/21538/statm: 13456 1302 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.509911 s]
/proc/loadavg: 1.70 1.81 1.87 3/73 21539
/proc/meminfo: memFree=1416208/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=0.49
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6387 0 0 0 46 3 0 0 24 0 2 0 161491986 81858560 4148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4148 177 90 0 19523 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 79940

[startup+1.33099 s]
/proc/loadavg: 1.70 1.81 1.87 3/74 21540
/proc/meminfo: memFree=1399048/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=1.3
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 127 3 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 79940

[startup+2.96817 s]
/proc/loadavg: 1.70 1.81 1.87 3/74 21540
/proc/meminfo: memFree=1399048/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=2.93
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 290 3 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663883 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 79940

[startup+6.25252 s]
/proc/loadavg: 1.73 1.81 1.87 3/74 21540
/proc/meminfo: memFree=1399048/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=6.18
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 615 3 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 79940

[startup+12.7192 s]
/proc/loadavg: 1.75 1.81 1.87 3/74 21540
/proc/meminfo: memFree=1399112/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=12.59
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 1256 3 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 79940

[startup+25.5536 s]
/proc/loadavg: 1.80 1.82 1.87 3/74 21540
/proc/meminfo: memFree=1399112/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=25.32
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 2529 3 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 79940

[startup+51.2153 s]
/proc/loadavg: 1.87 1.84 1.87 3/74 21540
/proc/meminfo: memFree=1399304/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=50.77
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 5074 3 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 79940

[startup+102.512 s]
/proc/loadavg: 1.85 1.83 1.86 3/74 21633
/proc/meminfo: memFree=1479488/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=101.99
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6671 0 0 0 10194 5 0 0 25 0 2 0 161491986 81858560 4432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 4432 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4432 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) 79940

[startup+162.55 s]
/proc/loadavg: 1.94 1.86 1.87 3/74 21633
/proc/meminfo: memFree=1479296/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=161.97
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 6797 0 0 0 16192 5 0 0 25 0 2 0 161491986 81858560 4558 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 4558 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4558 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) 79940

[startup+222.582 s]
/proc/loadavg: 1.98 1.88 1.88 3/74 21633
/proc/meminfo: memFree=1478272/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=221.95
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7036 0 0 0 22189 6 0 0 25 0 2 0 161491986 81858560 4797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 4797 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 79940

[startup+282.615 s]
/proc/loadavg: 1.99 1.90 1.88 3/74 21633
/proc/meminfo: memFree=1478272/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=281.92
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7036 0 0 0 28186 6 0 0 25 0 2 0 161491986 81858560 4797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 4797 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.92
Current children cumulated vsize (KiB) 79940

[startup+342.646 s]
/proc/loadavg: 2.07 1.93 1.89 3/74 21633
/proc/meminfo: memFree=1478208/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=341.9
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7036 0 0 0 34184 6 0 0 25 0 2 0 161491986 81858560 4797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 4797 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.9
Current children cumulated vsize (KiB) 79940

[startup+402.681 s]
/proc/loadavg: 2.03 1.94 1.90 3/74 21633
/proc/meminfo: memFree=1478208/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=401.87
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7047 0 0 0 40181 6 0 0 25 0 2 0 161491986 81858560 4808 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 4808 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 4808 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.87
Current children cumulated vsize (KiB) 79940

[startup+462.716 s]
/proc/loadavg: 2.01 1.95 1.91 3/74 21633
/proc/meminfo: memFree=1476416/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=461.83
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7488 0 0 0 46177 6 0 0 25 0 2 0 161491986 81858560 5249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 5249 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 5249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.83
Current children cumulated vsize (KiB) 79940

[startup+522.759 s]
/proc/loadavg: 2.00 1.95 1.91 3/74 21633
/proc/meminfo: memFree=1475584/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=521.83
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7696 0 0 0 52176 7 0 0 25 0 2 0 161491986 81858560 5457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665050 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 5457 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 5457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 79940

[startup+582.856 s]
/proc/loadavg: 1.72 1.89 1.89 2/66 21647
/proc/meminfo: memFree=1513768/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=79940 CPUtime=581.88
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 7852 0 0 0 58181 7 0 0 25 0 2 0 161491986 81858560 5613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589411 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 19985 5613 177 90 0 19523 0
[pid=21538/tid=21540] ppid=21536 vsize=79940 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161492018 81858560 5613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 79940

[startup+642.912 s]

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

/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 12287 0 0 0 118226 20 0 0 25 0 3 0 161491986 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 26452 6141 177 90 0 25990 0
[pid=21538/tid=21540] ppid=21536 vsize=105808 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161492018 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=105808 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161582037 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 105808

[startup+1243.71 s]
/proc/loadavg: 1.00 1.09 1.42 2/67 21846
/proc/meminfo: memFree=1511392/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=105808 CPUtime=1242.53
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 12287 0 0 0 124233 20 0 0 25 0 3 0 161491986 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 26452 6141 177 90 0 25990 0
[pid=21538/tid=21540] ppid=21536 vsize=105808 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161492018 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=105808 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161582037 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.53
Current children cumulated vsize (KiB) 105808

[startup+1303.8 s]
/proc/loadavg: 1.00 1.07 1.39 2/67 21846
/proc/meminfo: memFree=1511456/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=105808 CPUtime=1302.6
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 12287 0 0 0 130240 20 0 0 25 0 3 0 161491986 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 26452 6141 177 90 0 25990 0
[pid=21538/tid=21540] ppid=21536 vsize=105808 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161492018 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=105808 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161582037 108347392 6141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.6
Current children cumulated vsize (KiB) 105808

[startup+1363.89 s]
/proc/loadavg: 1.00 1.05 1.36 2/68 21847
/proc/meminfo: memFree=1507160/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1362.67
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13398 0 0 0 136246 21 0 0 25 0 4 0 161491986 118837248 7252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7252 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161627045 118837248 7252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.67
Current children cumulated vsize (KiB) 116052

[startup+1423.9 s]
/proc/loadavg: 1.00 1.04 1.33 2/68 21847
/proc/meminfo: memFree=1507096/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1422.67
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13399 0 0 0 142246 21 0 0 25 0 4 0 161491986 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7253 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161627045 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.67
Current children cumulated vsize (KiB) 116052

[startup+1483.9 s]
/proc/loadavg: 1.00 1.03 1.31 2/68 21847
/proc/meminfo: memFree=1507096/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1482.65
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13399 0 0 0 148244 21 0 0 25 0 4 0 161491986 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7253 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161627045 118837248 7253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.65
Current children cumulated vsize (KiB) 116052

[startup+1543.91 s]
/proc/loadavg: 1.00 1.02 1.29 2/68 21847
/proc/meminfo: memFree=1506712/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1542.65
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13494 0 0 0 154244 21 0 0 25 0 4 0 161491986 118837248 7348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7348 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161627045 118837248 7348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.65
Current children cumulated vsize (KiB) 116052

[startup+1603.92 s]
/proc/loadavg: 1.00 1.02 1.27 2/68 21847
/proc/meminfo: memFree=1505624/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1602.63
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13753 0 0 0 160242 21 0 0 25 0 4 0 161491986 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554411 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7607 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161627045 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.63
Current children cumulated vsize (KiB) 116052

[startup+1663.93 s]
/proc/loadavg: 1.00 1.01 1.25 2/68 21847
/proc/meminfo: memFree=1505624/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1662.62
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13753 0 0 0 166241 21 0 0 25 0 4 0 161491986 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7607 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161627045 118837248 7607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.62
Current children cumulated vsize (KiB) 116052

[startup+1723.93 s]
/proc/loadavg: 1.00 1.01 1.23 2/68 21847
/proc/meminfo: memFree=1505560/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1722.62
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13755 0 0 0 172241 21 0 0 25 0 4 0 161491986 118837248 7609 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7609 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7609 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7609 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161627045 118837248 7609 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.62
Current children cumulated vsize (KiB) 116052

[startup+1783.94 s]
/proc/loadavg: 1.00 1.00 1.21 2/68 21849
/proc/meminfo: memFree=1505432/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1782.6
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13757 0 0 0 178239 21 0 0 25 0 4 0 161491986 118837248 7611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21538/statm: 29013 7611 177 90 0 28551 0
[pid=21538/tid=21540] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21540/stat : 21540 (bprolog) S 21536 21538 21041 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161492018 118837248 7611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21846] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21846/stat : 21846 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161582037 118837248 7611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21538/tid=21847] ppid=21536 vsize=116052 CPUtime=0
/proc/21538/task/21847/stat : 21847 (bprolog) S 21536 21538 21041 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161627045 118837248 7611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (KiB) 116052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.38 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 21849
/proc/meminfo: memFree=1505432/2055920 swapFree=4183928/4192956
[pid=21538] ppid=21536 vsize=116052 CPUtime=1800.03
/proc/21538/stat : 21538 (bprolog) R 21536 21538 21041 0 -1 4194304 13758 0 0 0 179982 21 0 0 25 0 1 0 161491986 118837248 7612 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 0 0 0 17 0 0 0
/proc/21538/statm: 29013 7612 178 90 0 28551 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 116052

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.39
CPU time (s): 1800.05
CPU user time (s): 1799.83
CPU system time (s): 0.221966
CPU usage (%): 99.9256
Max. virtual memory (cumulated for all children) (KiB): 116052

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

runsolver used 1.67175 s user time and 4.78327 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sun Jan  7 00:48:46 UTC 2007


IDJOB= 198797
IDBENCH= 3576
FILE ID= node47/198797-1168130925

PBS_JOBID= 3477969

Free space on /tmp= 66531 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f10.xml
COMMAND LINE= /tmp/evaluation/198797-1168130925/Complete/Ordinary/solver /tmp/evaluation/198797-1168130925/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node47/convwatcher-198797-1168130925 -o ROOT/results/node47/conversion-198797-1168130925 -C 600 -M 900 /tmp/evaluation/198797-1168130925/Complete/Ordinary/conversion /tmp/evaluation/198797-1168130925/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-198797-1168130925 -o ROOT/results/node47/solver-198797-1168130925 -C 1800 -M 900  /tmp/evaluation/198797-1168130925/Complete/Ordinary/solver /tmp/evaluation/198797-1168130925/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d7f7cf5b131886a3ab2e0dc3439adef6

RANDOM SEED= 149424010

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.240
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.240
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:       1416688 kB
Buffers:         24168 kB
Cached:         438520 kB
SwapCached:       3452 kB
Active:         203652 kB
Inactive:       384536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416688 kB
SwapTotal:     4192956 kB
SwapFree:      4183928 kB
Dirty:            5628 kB
Writeback:           0 kB
Mapped:         134080 kB
Slab:            36280 kB
Committed_AS:  3223412 kB
PageTables:       2008 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= 66534 MiB



End job on node47 on Sun Jan  7 01:18:50 UTC 2007