Trace number 216730

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.03 1800.49

General information on the benchmark

Namerlfap/rlfapScensMod/
scen9-w1-f3.xml
MD5SUM1a6b0f77408f44fcd9d0a9f15ce8dc84
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 benchmark0.600908
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints1138
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1138
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216730-1168243913/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/node41/watcher-216730-1168243913 -o ROOT/results/node41/solver-216730-1168243913 -C 1800 -M 900 /tmp/evaluation/216730-1168243913/Complete/Ordinary/solver /tmp/evaluation/216730-1168243913/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: 0.79 0.95 0.98 3/69 26359
/proc/meminfo: memFree=1852032/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=3004 CPUtime=0
/proc/26357/stat : 26357 (sh) R 26351 26357 26007 0 -1 4194304 56 0 0 0 0 0 0 0 21 0 1 0 172791361 3076096 40 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 238387525001 0 0 4096 0 0 0 0 17 1 0 0
/proc/26357/statm: 751 40 30 169 0 9 0

[startup+0.104871 s]
/proc/loadavg: 0.79 0.95 0.98 3/69 26359
/proc/meminfo: memFree=1852032/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=61636 CPUtime=0.08
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 1185 0 0 0 8 0 0 0 21 0 1 0 172791361 63115264 900 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566777 0 0 4096 2 0 0 0 17 0 0 0
/proc/26357/statm: 15409 900 173 90 0 14947 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61636

[startup+0.513904 s]
/proc/loadavg: 0.79 0.95 0.98 3/69 26359
/proc/meminfo: memFree=1852032/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=0.49
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 48 1 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71880

[startup+1.34198 s]
/proc/loadavg: 0.79 0.95 0.98 4/82 26379
/proc/meminfo: memFree=1831000/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=1.31
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 130 1 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 71880

[startup+2.98512 s]
/proc/loadavg: 0.79 0.95 0.98 3/82 26379
/proc/meminfo: memFree=1825432/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=2.95
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 294 1 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 71880

[startup+6.2644 s]
/proc/loadavg: 0.81 0.95 0.98 2/69 26380
/proc/meminfo: memFree=1843008/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=6.23
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 622 1 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589307 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 71880

[startup+12.727 s]
/proc/loadavg: 0.82 0.95 0.98 2/69 26391
/proc/meminfo: memFree=1843336/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=12.69
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 1268 1 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580143 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71880

[startup+25.5361 s]
/proc/loadavg: 0.86 0.95 0.98 2/69 26425
/proc/meminfo: memFree=1842832/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=25.49
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 2547 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71880

[startup+51.1763 s]
/proc/loadavg: 0.91 0.96 0.98 2/66 26502
/proc/meminfo: memFree=1848104/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=51.12
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 5110 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 71880

[startup+102.421 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 26502
/proc/meminfo: memFree=1848304/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=102.35
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 10233 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 71880

[startup+162.481 s]
/proc/loadavg: 0.98 0.97 0.98 2/66 26502
/proc/meminfo: memFree=1848368/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=162.4
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 16238 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 71880

[startup+222.54 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26502
/proc/meminfo: memFree=1848368/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=222.44
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 22242 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 71880

[startup+282.597 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26502
/proc/meminfo: memFree=1848368/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=282.48
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 28246 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 71880

[startup+342.656 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26502
/proc/meminfo: memFree=1848368/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=342.53
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 34251 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 71880

[startup+402.72 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26504
/proc/meminfo: memFree=1848176/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=402.57
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 40255 2 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 71880

[startup+462.775 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26504
/proc/meminfo: memFree=1848240/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=462.62
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 46259 3 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589307 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.62
Current children cumulated vsize (KiB) 71880

[startup+522.832 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26504
/proc/meminfo: memFree=1848304/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=522.67
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 52264 3 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.67
Current children cumulated vsize (KiB) 71880

[startup+582.888 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26504
/proc/meminfo: memFree=1848240/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=71880 CPUtime=582.71
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2696 0 0 0 58268 3 0 0 25 0 2 0 172791361 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554069 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 17970 2411 177 90 0 17508 0
[pid=26357/tid=26379] ppid=26351 vsize=71880 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172791380 73605120 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.71
Current children cumulated vsize (KiB) 71880

[startup+642.948 s]

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

/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2700 0 0 0 118322 3 0 0 25 0 3 0 172791361 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 20531 2415 177 90 0 20069 0
[pid=26357/tid=26379] ppid=26351 vsize=82124 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172791380 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=82124 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172881393 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.25
Current children cumulated vsize (KiB) 82124

[startup+1243.66 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 26505
/proc/meminfo: memFree=1848040/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=82124 CPUtime=1243.32
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2700 0 0 0 124329 3 0 0 25 0 3 0 172791361 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 20531 2415 177 90 0 20069 0
[pid=26357/tid=26379] ppid=26351 vsize=82124 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172791380 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=82124 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172881393 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243.32
Current children cumulated vsize (KiB) 82124

[startup+1303.74 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 26505
/proc/meminfo: memFree=1848040/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=82124 CPUtime=1303.38
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2700 0 0 0 130335 3 0 0 25 0 3 0 172791361 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 20531 2415 177 90 0 20069 0
[pid=26357/tid=26379] ppid=26351 vsize=82124 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172791380 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=82124 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172881393 84094976 2415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1303.38
Current children cumulated vsize (KiB) 82124

[startup+1363.83 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847840/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1363.46
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 136343 3 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.46
Current children cumulated vsize (KiB) 92368

[startup+1423.84 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847776/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1423.45
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 142342 3 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.45
Current children cumulated vsize (KiB) 92368

[startup+1483.84 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847712/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1483.45
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 148341 4 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661453 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.45
Current children cumulated vsize (KiB) 92368

[startup+1543.85 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847648/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1543.44
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 154340 4 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.44
Current children cumulated vsize (KiB) 92368

[startup+1603.86 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847584/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1603.43
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 160339 4 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.43
Current children cumulated vsize (KiB) 92368

[startup+1663.86 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847520/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1663.42
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 166338 4 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.42
Current children cumulated vsize (KiB) 92368

[startup+1723.86 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847584/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1723.41
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 172337 4 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.41
Current children cumulated vsize (KiB) 92368

[startup+1783.87 s]
/proc/loadavg: 1.00 0.99 0.99 2/68 26506
/proc/meminfo: memFree=1847584/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1783.4
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2776 0 0 0 178336 4 0 0 25 0 4 0 172791361 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26357/statm: 23092 2491 177 90 0 22630 0
[pid=26357/tid=26379] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26379/stat : 26379 (bprolog) S 26351 26357 26007 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172791380 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26357/tid=26505] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26505/stat : 26505 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172881393 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26357/tid=26506] ppid=26351 vsize=92368 CPUtime=0
/proc/26357/task/26506/stat : 26506 (bprolog) S 26351 26357 26007 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172926399 94584832 2491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.4
Current children cumulated vsize (KiB) 92368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.49 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26506
/proc/meminfo: memFree=1847520/2055920 swapFree=4191892/4192956
[pid=26357] ppid=26351 vsize=92368 CPUtime=1800.02
/proc/26357/stat : 26357 (bprolog) R 26351 26357 26007 0 -1 4194304 2777 0 0 0 179998 4 0 0 25 0 1 0 172791361 94584832 2492 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661443 0 0 4096 2 0 0 0 17 0 0 0
/proc/26357/statm: 23092 2492 178 90 0 22630 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 92368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.49
CPU time (s): 1800.03
CPU user time (s): 1799.98
CPU system time (s): 0.043993
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 92368

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

runsolver used 1.52377 s user time and 4.87826 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan  8 08:11:56 UTC 2007


IDJOB= 216730
IDBENCH= 5098
FILE ID= node41/216730-1168243913

PBS_JOBID= 3481795

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScensMod/scen9-w1-f3.xml
COMMAND LINE= /tmp/evaluation/216730-1168243913/Complete/Ordinary/solver /tmp/evaluation/216730-1168243913/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node41/convwatcher-216730-1168243913 -o ROOT/results/node41/conversion-216730-1168243913 -C 600 -M 900 /tmp/evaluation/216730-1168243913/Complete/Ordinary/conversion /tmp/evaluation/216730-1168243913/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-216730-1168243913 -o ROOT/results/node41/solver-216730-1168243913 -C 1800 -M 900  /tmp/evaluation/216730-1168243913/Complete/Ordinary/solver /tmp/evaluation/216730-1168243913/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1a6b0f77408f44fcd9d0a9f15ce8dc84

RANDOM SEED= 904190233

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.234
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.234
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:       1852648 kB
Buffers:         37376 kB
Cached:          93740 kB
SwapCached:        396 kB
Active:          89128 kB
Inactive:        61712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852648 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:          28496 kB
Slab:            38004 kB
Committed_AS:  3320512 kB
PageTables:       1700 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= 66561 MiB



End job on node41 on Mon Jan  8 08:42:02 UTC 2007