Trace number 210734

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.08 1801

General information on the benchmark

NamepseudoSeries/uclid/
ooo-burch-dill-3-accl.xml
MD5SUMbffe4df83243320da15e0cb4f79702b5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.4786
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables4622
Number of constraints12568
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12568
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210734-1168201995/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/node55/watcher-210734-1168201995 -o ROOT/results/node55/solver-210734-1168201995 -C 1800 -M 900 /tmp/evaluation/210734-1168201995/Complete/Ordinary/solver /tmp/evaluation/210734-1168201995/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.02 1.95 5/81 19627
/proc/meminfo: memFree=1204600/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=1320 CPUtime=0
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 168598624 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 6849316 0 0 4096 0 0 0 0 17 1 0 0
/proc/19626/statm: 330 36 29 90 0 167 0

[startup+0.105801 s]
/proc/loadavg: 2.00 2.02 1.95 5/81 19627
/proc/meminfo: memFree=1204600/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=61640 CPUtime=0.09
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 2149 0 0 0 8 1 0 0 20 0 1 0 168598624 63119360 1865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691896 0 0 4096 2 0 0 0 17 1 0 0
/proc/19626/statm: 15410 1865 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.513839 s]
/proc/loadavg: 2.00 2.02 1.95 5/81 19627
/proc/meminfo: memFree=1204600/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=61640 CPUtime=0.5
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 5204 0 0 0 48 2 0 0 24 0 1 0 168598624 63119360 4920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/19626/statm: 15410 4920 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33492 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 19628
/proc/meminfo: memFree=1177136/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=1.3
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 127 3 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552341 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 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) 73788

[startup+2.97508 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 19628
/proc/meminfo: memFree=1177136/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=2.93
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 290 3 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 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) 73788

[startup+6.2664 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 19628
/proc/meminfo: memFree=1177200/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=6.19
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 616 3 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 73788

[startup+12.735 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 19628
/proc/meminfo: memFree=1177328/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=12.6
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 1257 3 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 73788

[startup+25.5618 s]
/proc/loadavg: 1.93 2.00 1.94 3/82 19704
/proc/meminfo: memFree=1398576/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=25.37
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 2532 5 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 73788

[startup+51.2248 s]
/proc/loadavg: 2.09 2.03 1.95 3/83 19705
/proc/meminfo: memFree=1333288/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=51.01
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 5096 5 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 73788

[startup+102.444 s]
/proc/loadavg: 2.04 2.02 1.95 3/83 19705
/proc/meminfo: memFree=1333416/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=102.16
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 10211 5 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 73788

[startup+162.525 s]
/proc/loadavg: 2.01 2.02 1.95 3/83 19705
/proc/meminfo: memFree=1333416/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=162.21
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 16215 6 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 73788

[startup+222.57 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 19705
/proc/meminfo: memFree=1333416/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=222.19
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 22213 6 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 73788

[startup+282.649 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 19705
/proc/meminfo: memFree=1333352/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=282.2
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 28214 6 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 73788

[startup+342.681 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19705
/proc/meminfo: memFree=1333352/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=342.19
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 34213 6 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 73788

[startup+402.762 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19705
/proc/meminfo: memFree=1333352/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=402.21
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 40215 6 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 73788

[startup+462.768 s]
/proc/loadavg: 1.61 1.90 1.92 2/66 19719
/proc/meminfo: memFree=1460984/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=462.18
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 46211 7 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552749 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 73788

[startup+522.825 s]
/proc/loadavg: 1.22 1.74 1.86 2/66 19719
/proc/meminfo: memFree=1461112/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=522.22
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 52215 7 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 73788

[startup+582.883 s]
/proc/loadavg: 1.08 1.60 1.80 2/66 19719
/proc/meminfo: memFree=1461112/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=73788 CPUtime=582.26
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 8579 0 0 0 58219 7 0 0 25 0 2 0 168598624 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 18447 7038 179 90 0 17985 0
[pid=19626/tid=19628] ppid=19624 vsize=73788 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168598706 75558912 7038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 73788

[startup+642.941 s]

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

Current children cumulated CPU time (s) 1182.83
Current children cumulated vsize (KiB) 84068

[startup+1243.68 s]
/proc/loadavg: 1.00 1.06 1.38 2/67 19720
/proc/meminfo: memFree=1460600/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=84068 CPUtime=1242.9
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9563 0 0 0 124281 9 0 0 25 0 3 0 168598624 86085632 7142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809320 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 21017 7142 179 90 0 20555 0
[pid=19626/tid=19628] ppid=19624 vsize=84068 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168598706 86085632 7142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=84068 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168688733 86085632 7142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.9
Current children cumulated vsize (KiB) 84068

[startup+1303.77 s]
/proc/loadavg: 1.00 1.05 1.35 2/67 19720
/proc/meminfo: memFree=1460600/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=84068 CPUtime=1302.97
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9563 0 0 0 130288 9 0 0 25 0 3 0 168598624 86085632 7142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820745 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 21017 7142 179 90 0 20555 0
[pid=19626/tid=19628] ppid=19624 vsize=84068 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168598706 86085632 7142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=84068 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168688733 86085632 7142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.97
Current children cumulated vsize (KiB) 84068

[startup+1363.86 s]
/proc/loadavg: 1.00 1.03 1.33 2/68 19721
/proc/meminfo: memFree=1460592/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1363.05
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 136296 9 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.05
Current children cumulated vsize (KiB) 94312

[startup+1423.87 s]
/proc/loadavg: 1.00 1.03 1.30 2/68 19721
/proc/meminfo: memFree=1460592/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1423.04
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 142295 9 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134819408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.04
Current children cumulated vsize (KiB) 94312

[startup+1483.88 s]
/proc/loadavg: 1.03 1.03 1.28 2/68 19721
/proc/meminfo: memFree=1460592/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1483.03
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 148294 9 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.03
Current children cumulated vsize (KiB) 94312

[startup+1543.88 s]
/proc/loadavg: 1.01 1.02 1.26 2/68 19721
/proc/meminfo: memFree=1460592/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1543.02
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 154293 9 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.02
Current children cumulated vsize (KiB) 94312

[startup+1603.89 s]
/proc/loadavg: 1.00 1.02 1.25 2/68 19721
/proc/meminfo: memFree=1460592/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1603.02
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 160293 9 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.02
Current children cumulated vsize (KiB) 94312

[startup+1663.9 s]
/proc/loadavg: 1.00 1.01 1.23 2/74 19787
/proc/meminfo: memFree=1459320/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1663.01
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 166287 14 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552782 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.01
Current children cumulated vsize (KiB) 94312

[startup+1723.94 s]
/proc/loadavg: 1.00 1.01 1.21 2/74 19879
/proc/meminfo: memFree=1459200/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1723.03
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 172281 22 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.03
Current children cumulated vsize (KiB) 94312

[startup+1783.96 s]
/proc/loadavg: 1.00 1.00 1.19 2/68 19919
/proc/meminfo: memFree=1460272/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1783.03
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 178277 26 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.03
Current children cumulated vsize (KiB) 94312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.98 s]
/proc/loadavg: 1.00 1.00 1.19 2/68 19919
/proc/meminfo: memFree=1460272/2055920 swapFree=4192812/4192956
[pid=19626] ppid=19624 vsize=94312 CPUtime=1800.06
/proc/19626/stat : 19626 (bprolog) R 19624 19626 18721 0 -1 4194304 9564 0 0 0 179980 26 0 0 25 0 4 0 168598624 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19626/statm: 23578 7143 179 90 0 23116 0
[pid=19626/tid=19628] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19628/stat : 19628 (bprolog) S 19624 19626 18721 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168598706 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19720] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19720/stat : 19720 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168688733 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19626/tid=19721] ppid=19624 vsize=94312 CPUtime=0
/proc/19626/task/19721/stat : 19721 (bprolog) S 19624 19626 18721 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168733740 96575488 7143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 94312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801
CPU time (s): 1800.08
CPU user time (s): 1799.81
CPU system time (s): 0.267959
CPU usage (%): 99.949
Max. virtual memory (cumulated for all children) (KiB): 94312

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

runsolver used 1.85672 s user time and 4.90025 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 20:33:15 UTC 2007


IDJOB= 210734
IDBENCH= 4642
FILE ID= node55/210734-1168201995

PBS_JOBID= 3480719

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-burch-dill-3-accl.xml
COMMAND LINE= /tmp/evaluation/210734-1168201995/Complete/Ordinary/solver /tmp/evaluation/210734-1168201995/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-210734-1168201995 -o ROOT/results/node55/conversion-210734-1168201995 -C 600 -M 900 /tmp/evaluation/210734-1168201995/Complete/Ordinary/conversion /tmp/evaluation/210734-1168201995/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-210734-1168201995 -o ROOT/results/node55/solver-210734-1168201995 -C 1800 -M 900  /tmp/evaluation/210734-1168201995/Complete/Ordinary/solver /tmp/evaluation/210734-1168201995/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bffe4df83243320da15e0cb4f79702b5

RANDOM SEED= 85857084

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.218
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	: 5931.00
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.218
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:       1205144 kB
Buffers:         39116 kB
Cached:         456332 kB
SwapCached:          0 kB
Active:         418148 kB
Inactive:       375020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4304 kB
Writeback:           0 kB
Mapped:         315844 kB
Slab:            42396 kB
Committed_AS:  4010924 kB
PageTables:       2340 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66555 MiB



End job on node55 on Sun Jan  7 21:03:25 UTC 2007