Trace number 207931

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.02 1808.43

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-715_ext.xml
MD5SUMb560b2188dccf33930e15d7e9eea996b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark205.171
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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/207931-1168183852/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/node44/watcher-207931-1168183852 -o ROOT/results/node44/solver-207931-1168183852 -C 1800 -M 900 /tmp/evaluation/207931-1168183852/Complete/Ordinary/solver /tmp/evaluation/207931-1168183852/unknown 1800 

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

/proc/loadavg: 1.94 2.04 1.90 5/74 9784
/proc/meminfo: memFree=1502408/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=61820 CPUtime=0.1
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 1642 0 0 0 10 0 0 0 20 0 1 0 166784336 63303680 1358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/9783/statm: 15455 1358 158 90 0 14993 0

[startup+0.212726 s]
/proc/loadavg: 1.94 2.04 1.90 5/74 9784
/proc/meminfo: memFree=1502408/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=62180 CPUtime=0.2
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 3330 0 0 0 19 1 0 0 21 0 1 0 166784336 63672320 2900 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 0 0 0 17 1 0 0
/proc/9783/statm: 15545 2900 158 90 0 15083 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 62180

[startup+0.620768 s]
/proc/loadavg: 1.94 2.04 1.90 5/74 9784
/proc/meminfo: memFree=1502408/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=82580 CPUtime=0.6
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 11977 0 0 0 56 4 0 0 24 0 1 0 166784336 84561920 10663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/9783/statm: 20645 10663 158 90 0 20183 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 82580

[startup+1.44385 s]
/proc/loadavg: 1.94 2.04 1.90 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=1.42
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12801 0 0 0 137 5 0 0 25 0 2 0 166784336 95051776 11487 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11487 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11487 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 92824

[startup+3.09102 s]
/proc/loadavg: 1.94 2.04 1.90 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=3.06
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12801 0 0 0 301 5 0 0 25 0 2 0 166784336 95051776 11487 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11487 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11487 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 92824

[startup+6.37036 s]
/proc/loadavg: 1.95 2.04 1.90 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=6.31
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12802 0 0 0 626 5 0 0 25 0 2 0 166784336 95051776 11488 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11488 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11488 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 92824

[startup+12.843 s]
/proc/loadavg: 1.95 2.04 1.90 3/75 9785
/proc/meminfo: memFree=1456896/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=12.72
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 1267 5 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 92824

[startup+25.6643 s]
/proc/loadavg: 1.96 2.03 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=25.44
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 2539 5 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 92824

[startup+51.33 s]
/proc/loadavg: 1.97 2.03 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=50.88
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 5083 5 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 92824

[startup+102.546 s]
/proc/loadavg: 1.99 2.02 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=101.7
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 10164 6 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711213 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 92824

[startup+162.59 s]
/proc/loadavg: 1.99 2.02 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=161.25
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 16119 6 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134720369 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 92824

[startup+222.643 s]
/proc/loadavg: 1.99 2.01 1.91 3/75 9785
/proc/meminfo: memFree=1457024/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=220.82
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 22076 6 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.82
Current children cumulated vsize (KiB) 92824

[startup+282.696 s]
/proc/loadavg: 1.99 2.01 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=280.36
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12803 0 0 0 28030 6 0 0 25 0 2 0 166784336 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11489 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.36
Current children cumulated vsize (KiB) 92824

[startup+342.742 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=339.92
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12804 0 0 0 33985 7 0 0 25 0 2 0 166784336 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11490 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.92
Current children cumulated vsize (KiB) 92824

[startup+402.787 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 9785
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=399.46
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12804 0 0 0 39939 7 0 0 25 0 2 0 166784336 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11490 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.46
Current children cumulated vsize (KiB) 92824

[startup+462.836 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 9785
/proc/meminfo: memFree=1456896/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=459.13
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12804 0 0 0 45906 7 0 0 25 0 2 0 166784336 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589726 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11490 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.13
Current children cumulated vsize (KiB) 92824

[startup+522.882 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 9785
/proc/meminfo: memFree=1456896/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=518.91
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12804 0 0 0 51884 7 0 0 25 0 2 0 166784336 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134856367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11490 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.91
Current children cumulated vsize (KiB) 92824

[startup+582.937 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 9785
/proc/meminfo: memFree=1456896/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=92824 CPUtime=578.71
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12804 0 0 0 57864 7 0 0 25 0 2 0 166784336 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 23206 11490 169 90 0 22744 0
[pid=9783/tid=9785] ppid=9781 vsize=92824 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166784426 95051776 11490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.71
Current children cumulated vsize (KiB) 92824

[startup+642.983 s]

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

/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12814 0 0 0 117663 7 0 0 25 0 3 0 166784336 105541632 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609526 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 25767 11500 169 90 0 25305 0
[pid=9783/tid=9785] ppid=9781 vsize=103068 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 3 0 166784426 105541632 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=103068 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166874462 105541632 11500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.7
Current children cumulated vsize (KiB) 103068

[startup+1243.42 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 9788
/proc/meminfo: memFree=1456680/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=103068 CPUtime=1236.51
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12817 0 0 0 123644 7 0 0 25 0 3 0 166784336 105541632 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 25767 11503 169 90 0 25305 0
[pid=9783/tid=9785] ppid=9781 vsize=103068 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 3 0 166784426 105541632 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=103068 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166874462 105541632 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.51
Current children cumulated vsize (KiB) 103068

[startup+1303.46 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 9788
/proc/meminfo: memFree=1456680/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=103068 CPUtime=1296.33
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12817 0 0 0 129626 7 0 0 25 0 3 0 166784336 105541632 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 25767 11503 169 90 0 25305 0
[pid=9783/tid=9785] ppid=9781 vsize=103068 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 3 0 166784426 105541632 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=103068 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166874462 105541632 11503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.33
Current children cumulated vsize (KiB) 103068

[startup+1363.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/79 9789
/proc/meminfo: memFree=1456672/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1356.14
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 135607 7 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711190 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.14
Current children cumulated vsize (KiB) 113312

[startup+1423.56 s]
/proc/loadavg: 2.00 2.00 1.91 3/79 9789
/proc/meminfo: memFree=1456608/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1415.96
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 141589 7 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574088 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1415.96
Current children cumulated vsize (KiB) 113312

[startup+1483.59 s]
/proc/loadavg: 2.00 2.00 1.91 3/79 9789
/proc/meminfo: memFree=1456672/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1475.97
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 147590 7 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565758 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.97
Current children cumulated vsize (KiB) 113312

[startup+1543.62 s]
/proc/loadavg: 2.00 2.00 1.91 3/79 9789
/proc/meminfo: memFree=1456672/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1535.98
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 153591 7 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599022 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.98
Current children cumulated vsize (KiB) 113312

[startup+1603.66 s]
/proc/loadavg: 2.00 2.00 1.91 3/79 9789
/proc/meminfo: memFree=1456608/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1596
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 159593 7 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596
Current children cumulated vsize (KiB) 113312

[startup+1663.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 9869
/proc/meminfo: memFree=1507760/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1656.01
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 165593 8 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.01
Current children cumulated vsize (KiB) 113312

[startup+1723.79 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 9879
/proc/meminfo: memFree=1504928/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1715.79
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 171571 8 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747406 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.79
Current children cumulated vsize (KiB) 113312

[startup+1783.89 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 9879
/proc/meminfo: memFree=1504864/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1775.6
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12818 0 0 0 177552 8 0 0 25 0 4 0 166784336 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9783/statm: 28328 11504 169 90 0 27866 0
[pid=9783/tid=9785] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9785/stat : 9785 (bprolog) S 9781 9783 9092 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 4 0 166784426 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9787] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9787/stat : 9787 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166874462 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9783/tid=9789] ppid=9781 vsize=113312 CPUtime=0
/proc/9783/task/9789/stat : 9789 (bprolog) S 9781 9783 9092 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166919473 116031488 11504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 113312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.42 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 9905
/proc/meminfo: memFree=1503704/2055920 swapFree=4191892/4192956
[pid=9783] ppid=9781 vsize=113312 CPUtime=1800
/proc/9783/stat : 9783 (bprolog) R 9781 9783 9092 0 -1 4194304 12819 0 0 0 179991 9 0 0 25 0 1 0 166784336 116031488 11505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 0 0 0 17 0 0 0
/proc/9783/statm: 28328 11505 170 90 0 27866 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 113312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.43
CPU time (s): 1800.02
CPU user time (s): 1799.92
CPU system time (s): 0.098984
CPU usage (%): 99.5345
Max. virtual memory (cumulated for all children) (KiB): 113312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12819
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= 36
involuntary context switches= 21258

runsolver used 1.9747 s user time and 4.89326 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Jan  7 15:30:52 UTC 2007


IDJOB= 207931
IDBENCH= 4345
FILE ID= node44/207931-1168183852

PBS_JOBID= 3479166

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-715_ext.xml
COMMAND LINE= /tmp/evaluation/207931-1168183852/Complete/Ordinary/solver /tmp/evaluation/207931-1168183852/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-207931-1168183852 -o ROOT/results/node44/conversion-207931-1168183852 -C 600 -M 900 /tmp/evaluation/207931-1168183852/Complete/Ordinary/conversion /tmp/evaluation/207931-1168183852/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-207931-1168183852 -o ROOT/results/node44/solver-207931-1168183852 -C 1800 -M 900  /tmp/evaluation/207931-1168183852/Complete/Ordinary/solver /tmp/evaluation/207931-1168183852/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b560b2188dccf33930e15d7e9eea996b

RANDOM SEED= 295004849

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.213
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.213
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:       1502952 kB
Buffers:         37224 kB
Cached:         377316 kB
SwapCached:        396 kB
Active:         228004 kB
Inactive:       259596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502952 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          83108 kB
Slab:            50756 kB
Committed_AS:  3447664 kB
PageTables:       1856 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 node44 on Sun Jan  7 16:01:01 UTC 2007