Trace number 197703

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.1 1803.17

General information on the benchmark

Namecril/
cril-7.ext.xml
MD5SUM7cc7e95e3ab2b5c1b2e8d820acd1fe1b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.951855
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables36
Number of constraints153
Maximum constraint arity4
Maximum domain size9
Number of constraints which are defined in extension153
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/197703-1168126139/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/node45/watcher-197703-1168126139 -o ROOT/results/node45/solver-197703-1168126139 -C 1800 -M 900 /tmp/evaluation/197703-1168126139/Complete/Ordinary/solver /tmp/evaluation/197703-1168126139/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.32 0.44 0.84 4/68 5645
/proc/meminfo: memFree=1838976/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=53472 CPUtime=0
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 478 0 0 0 0 0 0 0 18 0 1 0 161016619 54755328 197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/5644/statm: 13368 197 123 90 0 12906 0

[startup+0.107443 s]
/proc/loadavg: 0.32 0.44 0.84 4/68 5645
/proc/meminfo: memFree=1838976/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=61636 CPUtime=0.1
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 2508 0 0 0 9 1 0 0 18 0 1 0 161016619 63115264 2223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604115 0 0 4096 2 0 0 0 17 1 0 0
/proc/5644/statm: 15409 2224 158 90 0 14947 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61636

[startup+0.515516 s]
/proc/loadavg: 0.32 0.44 0.84 4/68 5645
/proc/meminfo: memFree=1838976/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=0.5
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 49 1 0 0 22 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 71880

[startup+1.33567 s]
/proc/loadavg: 0.32 0.44 0.84 2/69 5646
/proc/meminfo: memFree=1827256/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=1.32
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 131 1 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 71880

[startup+2.97596 s]
/proc/loadavg: 0.32 0.44 0.84 2/69 5646
/proc/meminfo: memFree=1827256/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=2.96
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 295 1 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 71880

[startup+6.25256 s]
/proc/loadavg: 0.38 0.45 0.84 2/69 5646
/proc/meminfo: memFree=1827256/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=6.24
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 623 1 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 71880

[startup+12.7127 s]
/proc/loadavg: 0.43 0.45 0.84 2/69 5646
/proc/meminfo: memFree=1827192/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=12.7
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 1269 1 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 71880

[startup+25.5211 s]
/proc/loadavg: 0.55 0.48 0.84 2/69 5648
/proc/meminfo: memFree=1827000/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=25.5
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 2549 1 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 71880

[startup+51.1537 s]
/proc/loadavg: 0.79 0.54 0.85 2/70 5656
/proc/meminfo: memFree=1725040/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=51.11
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 5110 1 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 71880

[startup+102.388 s]
/proc/loadavg: 1.38 0.74 0.90 3/71 5702
/proc/meminfo: memFree=1486880/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=102.27
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 10221 6 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 71880

[startup+162.452 s]
/proc/loadavg: 1.77 0.97 0.97 2/69 5702
/proc/meminfo: memFree=1623728/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=162.07
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 16201 6 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 71880

[startup+222.458 s]
/proc/loadavg: 1.82 1.11 1.01 3/82 5766
/proc/meminfo: memFree=1027848/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=221.84
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 22085 99 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134605442 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.84
Current children cumulated vsize (KiB) 71880

[startup+282.497 s]
/proc/loadavg: 2.47 1.41 1.12 4/82 5766
/proc/meminfo: memFree=751752/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=281.61
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 28062 99 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.61
Current children cumulated vsize (KiB) 71880

[startup+342.573 s]
/proc/loadavg: 2.83 1.70 1.23 4/82 5766
/proc/meminfo: memFree=751624/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=341.42
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 34043 99 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.42
Current children cumulated vsize (KiB) 71880

[startup+402.628 s]
/proc/loadavg: 2.45 1.80 1.29 3/82 5766
/proc/meminfo: memFree=751560/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=401.18
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 40019 99 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670742 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.18
Current children cumulated vsize (KiB) 71880

[startup+462.676 s]
/proc/loadavg: 2.16 1.83 1.34 3/82 5766
/proc/meminfo: memFree=751496/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=460.96
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 45997 99 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.96
Current children cumulated vsize (KiB) 71880

[startup+522.729 s]
/proc/loadavg: 2.10 1.87 1.38 3/82 5766
/proc/meminfo: memFree=751432/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=520.75
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 51975 100 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552184 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.75
Current children cumulated vsize (KiB) 71880

[startup+582.794 s]
/proc/loadavg: 1.98 1.88 1.41 3/82 5836
/proc/meminfo: memFree=919944/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=71880 CPUtime=580.61
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3354 0 0 0 57961 100 0 0 25 0 2 0 161016619 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 17970 3069 170 90 0 17508 0
[pid=5644/tid=5646] ppid=5642 vsize=71880 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 161016634 73605120 3069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.61
Current children cumulated vsize (KiB) 71880

[startup+642.826 s]

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

/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3356 0 0 0 117957 101 0 0 25 0 3 0 161016619 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750837 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 20531 3071 170 90 0 20069 0
[pid=5644/tid=5646] ppid=5642 vsize=82124 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161016634 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=82124 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161106646 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.58
Current children cumulated vsize (KiB) 82124

[startup+1243.45 s]
/proc/loadavg: 2.00 1.97 1.69 3/83 5837
/proc/meminfo: memFree=919616/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=82124 CPUtime=1240.6
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3356 0 0 0 123958 102 0 0 25 0 3 0 161016619 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 20531 3071 170 90 0 20069 0
[pid=5644/tid=5646] ppid=5642 vsize=82124 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161016634 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=82124 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161106646 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.6
Current children cumulated vsize (KiB) 82124

[startup+1303.55 s]
/proc/loadavg: 1.78 1.92 1.69 2/67 5852
/proc/meminfo: memFree=1609992/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=82124 CPUtime=1300.64
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3356 0 0 0 129961 103 0 0 25 0 3 0 161016619 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711765 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 20531 3071 170 90 0 20069 0
[pid=5644/tid=5646] ppid=5642 vsize=82124 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161016634 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=82124 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161106646 84094976 3071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.64
Current children cumulated vsize (KiB) 82124

[startup+1363.64 s]
/proc/loadavg: 1.32 1.77 1.65 2/68 5853
/proc/meminfo: memFree=1610112/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1360.71
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3357 0 0 0 135968 103 0 0 25 0 4 0 161016619 94584832 3072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665120 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3072 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161151656 94584832 3072 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.71
Current children cumulated vsize (KiB) 92368

[startup+1423.65 s]
/proc/loadavg: 1.12 1.63 1.61 2/68 5853
/proc/meminfo: memFree=1610112/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1420.7
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 141967 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.7
Current children cumulated vsize (KiB) 92368

[startup+1483.75 s]
/proc/loadavg: 1.04 1.51 1.57 2/68 5853
/proc/meminfo: memFree=1610176/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1480.79
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 147976 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.79
Current children cumulated vsize (KiB) 92368

[startup+1543.76 s]
/proc/loadavg: 1.01 1.41 1.53 2/68 5853
/proc/meminfo: memFree=1610112/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1540.77
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 153974 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.77
Current children cumulated vsize (KiB) 92368

[startup+1603.77 s]
/proc/loadavg: 1.00 1.34 1.49 2/68 5853
/proc/meminfo: memFree=1610176/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1600.76
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 159973 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.76
Current children cumulated vsize (KiB) 92368

[startup+1663.77 s]
/proc/loadavg: 1.00 1.27 1.46 2/68 5853
/proc/meminfo: memFree=1610176/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1660.74
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 165971 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662774 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.74
Current children cumulated vsize (KiB) 92368

[startup+1723.78 s]
/proc/loadavg: 1.00 1.22 1.43 2/68 5853
/proc/meminfo: memFree=1610112/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1720.73
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 171970 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604108 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.73
Current children cumulated vsize (KiB) 92368

[startup+1783.88 s]
/proc/loadavg: 1.00 1.18 1.40 2/68 5853
/proc/meminfo: memFree=1610112/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1780.81
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3358 0 0 0 177978 103 0 0 25 0 4 0 161016619 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552682 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5644/statm: 23092 3073 170 90 0 22630 0
[pid=5644/tid=5646] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5646/stat : 5646 (bprolog) S 5642 5644 5553 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161016634 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5837] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5837/stat : 5837 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161106646 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5644/tid=5853] ppid=5642 vsize=92368 CPUtime=0
/proc/5644/task/5853/stat : 5853 (bprolog) S 5642 5644 5553 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161151656 94584832 3073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.81
Current children cumulated vsize (KiB) 92368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.16 s]
/proc/loadavg: 1.00 1.16 1.39 2/65 5853
/proc/meminfo: memFree=1610112/2055920 swapFree=4184048/4192956
[pid=5644] ppid=5642 vsize=92368 CPUtime=1800.09
/proc/5644/stat : 5644 (bprolog) R 5642 5644 5553 0 -1 4194304 3359 0 0 0 179906 103 0 0 25 0 1 0 161016619 94584832 3074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565543 0 0 4096 2 0 0 0 17 0 0 0
/proc/5644/statm: 23092 3074 171 90 0 22630 0
Current children cumulated CPU time (s) 1800.09
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): 1803.17
CPU time (s): 1800.1
CPU user time (s): 1799.07
CPU system time (s): 1.03684
CPU usage (%): 99.8299
Max. virtual memory (cumulated for all children) (KiB): 92368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3359
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= 12
involuntary context switches= 11032

runsolver used 2.13167 s user time and 5.06323 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 23:29:03 UTC 2007


IDJOB= 197703
IDBENCH= 3506
FILE ID= node45/197703-1168126139

PBS_JOBID= 3477661

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/cril/cril-7.ext.xml
COMMAND LINE= /tmp/evaluation/197703-1168126139/Complete/Ordinary/solver /tmp/evaluation/197703-1168126139/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-197703-1168126139 -o ROOT/results/node45/conversion-197703-1168126139 -C 600 -M 900 /tmp/evaluation/197703-1168126139/Complete/Ordinary/conversion /tmp/evaluation/197703-1168126139/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-197703-1168126139 -o ROOT/results/node45/solver-197703-1168126139 -C 1800 -M 900  /tmp/evaluation/197703-1168126139/Complete/Ordinary/solver /tmp/evaluation/197703-1168126139/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7cc7e95e3ab2b5c1b2e8d820acd1fe1b

RANDOM SEED= 45224862

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.259
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.259
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:       1839392 kB
Buffers:         22280 kB
Cached:         132996 kB
SwapCached:       3164 kB
Active:          85256 kB
Inactive:        84428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839392 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          20044 kB
Slab:            32604 kB
Committed_AS:  2930404 kB
PageTables:       1596 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= 66543 MiB



End job on node45 on Sat Jan  6 23:59:40 UTC 2007