Trace number 207714

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 1817.5

General information on the benchmark

Namefapp/test01-04/test01/
test01-0150-8.xml
MD5SUMc3f7208494f1f464cbff75e34a96bcfc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.867867
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables150
Number of constraints1460
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1460
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207714-1168182964/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/node5/watcher-207714-1168182964 -o ROOT/results/node5/solver-207714-1168182964 -C 1800 -M 900 /tmp/evaluation/207714-1168182964/Complete/Ordinary/solver /tmp/evaluation/207714-1168182964/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.17 2.06 2.09 5/86 12738
/proc/meminfo: memFree=1547888/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=61788 CPUtime=0.09
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 1401 0 0 0 9 0 0 0 20 0 1 0 146910898 63270912 1116 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 1 0 0
/proc/12737/statm: 15447 1116 160 90 0 14985 0

[startup+0.212612 s]
/proc/loadavg: 2.17 2.06 2.09 5/86 12738
/proc/meminfo: memFree=1547888/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=61788 CPUtime=0.2
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 1425 0 0 0 20 0 0 0 21 0 1 0 146910898 63270912 1140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 0 0 0 17 1 0 0
/proc/12737/statm: 15447 1140 176 90 0 14985 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 61788

[startup+0.62066 s]
/proc/loadavg: 2.17 2.06 2.09 5/86 12738
/proc/meminfo: memFree=1547888/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=0.6
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 2079 0 0 0 60 0 0 0 25 0 2 0 146910898 73760768 1794 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554148 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12737/statm: 18008 1794 180 90 0 17546 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 72032

[startup+1.44175 s]
/proc/loadavg: 2.15 2.06 2.09 3/87 12739
/proc/meminfo: memFree=1538088/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=1.42
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3051 0 0 0 141 1 0 0 25 0 2 0 146910898 73760768 2766 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12737/statm: 18008 2766 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 2766 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) 72032

[startup+3.08494 s]
/proc/loadavg: 2.15 2.06 2.09 3/87 12739
/proc/meminfo: memFree=1536488/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=3.06
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3388 0 0 0 305 1 0 0 25 0 2 0 146910898 73760768 3103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12737/statm: 18008 3103 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3103 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) 72032

[startup+6.36931 s]
/proc/loadavg: 2.14 2.06 2.09 3/87 12739
/proc/meminfo: memFree=1536104/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=6.33
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 632 1 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 72032

[startup+12.8401 s]
/proc/loadavg: 2.05 2.04 2.08 4/95 12812
/proc/meminfo: memFree=1492064/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=12.78
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 1277 1 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 72032

[startup+25.6613 s]
/proc/loadavg: 2.11 2.05 2.08 4/95 12812
/proc/meminfo: memFree=1455784/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=25.51
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 2550 1 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 72032

[startup+51.3112 s]
/proc/loadavg: 2.14 2.06 2.09 3/95 12812
/proc/meminfo: memFree=1411816/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=50.94
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 5092 2 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 72032

[startup+102.586 s]
/proc/loadavg: 2.12 2.07 2.09 3/95 12812
/proc/meminfo: memFree=1360040/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=101.73
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 10171 2 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 72032

[startup+162.604 s]
/proc/loadavg: 2.16 2.10 2.09 3/95 12812
/proc/meminfo: memFree=1320936/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=161.18
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 16116 2 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 72032

[startup+222.611 s]
/proc/loadavg: 2.06 2.08 2.09 3/95 12812
/proc/meminfo: memFree=1289192/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=220.67
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 22065 2 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.67
Current children cumulated vsize (KiB) 72032

[startup+282.645 s]
/proc/loadavg: 2.11 2.09 2.09 3/95 12812
/proc/meminfo: memFree=1244520/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=280.15
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 28013 2 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 72032

[startup+342.667 s]
/proc/loadavg: 2.11 2.09 2.09 3/95 12812
/proc/meminfo: memFree=1214568/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=339.65
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 33962 3 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553066 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 72032

[startup+402.688 s]
/proc/loadavg: 2.04 2.07 2.08 3/95 12812
/proc/meminfo: memFree=1173992/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=399.13
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 39910 3 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754760 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.13
Current children cumulated vsize (KiB) 72032

[startup+462.696 s]
/proc/loadavg: 2.07 2.07 2.08 4/95 12812
/proc/meminfo: memFree=1149864/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=458.57
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 45854 3 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.57
Current children cumulated vsize (KiB) 72032

[startup+522.697 s]
/proc/loadavg: 2.02 2.05 2.08 3/95 12812
/proc/meminfo: memFree=1129704/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=518.04
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 51801 3 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.04
Current children cumulated vsize (KiB) 72032

[startup+582.767 s]
/proc/loadavg: 2.01 2.04 2.07 3/95 12812
/proc/meminfo: memFree=1110952/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=72032 CPUtime=577.56
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3392 0 0 0 57752 4 0 0 25 0 2 0 146910898 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134779882 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 18008 3107 180 90 0 17546 0
[pid=12737/tid=12739] ppid=12735 vsize=72032 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 146910955 73760768 3107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.56
Current children cumulated vsize (KiB) 72032

[startup+642.813 s]

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

/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3393 0 0 0 116850 9 0 0 25 0 3 0 146910898 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 20569 3108 180 90 0 20107 0
[pid=12737/tid=12739] ppid=12735 vsize=82276 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 146910955 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=82276 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 147000971 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1168.59
Current children cumulated vsize (KiB) 82276

[startup+1243.06 s]
/proc/loadavg: 2.03 2.05 2.06 3/100 13005
/proc/meminfo: memFree=1453496/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=82276 CPUtime=1228.34
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3393 0 0 0 122824 10 0 0 25 0 3 0 146910898 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 20569 3108 180 90 0 20107 0
[pid=12737/tid=12739] ppid=12735 vsize=82276 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 146910955 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=82276 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 147000971 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1228.34
Current children cumulated vsize (KiB) 82276

[startup+1303.07 s]
/proc/loadavg: 2.01 2.04 2.05 3/100 13005
/proc/meminfo: memFree=1384376/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=82276 CPUtime=1288.03
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3393 0 0 0 128793 10 0 0 25 0 3 0 146910898 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 20569 3108 180 90 0 20107 0
[pid=12737/tid=12739] ppid=12735 vsize=82276 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 146910955 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=82276 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 147000971 84250624 3108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1288.03
Current children cumulated vsize (KiB) 82276

[startup+1363.08 s]
/proc/loadavg: 2.00 2.03 2.05 3/101 13006
/proc/meminfo: memFree=1384304/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1347.75
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3417 0 0 0 134765 10 0 0 25 0 4 0 146910898 94740480 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3132 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 147045983 94740480 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1347.75
Current children cumulated vsize (KiB) 92520

[startup+1423.11 s]
/proc/loadavg: 2.00 2.02 2.04 3/101 13006
/proc/meminfo: memFree=1384048/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1407.52
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3473 0 0 0 140742 10 0 0 25 0 4 0 146910898 94740480 3188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3188 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 147045983 94740480 3188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1407.52
Current children cumulated vsize (KiB) 92520

[startup+1483.15 s]
/proc/loadavg: 2.05 2.03 2.04 3/101 13006
/proc/meminfo: memFree=1384048/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1467.28
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3474 0 0 0 146718 10 0 0 25 0 4 0 146910898 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3189 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 147045983 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.28
Current children cumulated vsize (KiB) 92520

[startup+1543.18 s]
/proc/loadavg: 2.02 2.02 2.04 3/101 13006
/proc/meminfo: memFree=1384048/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1527.04
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3474 0 0 0 152693 11 0 0 25 0 4 0 146910898 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3189 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 147045983 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.04
Current children cumulated vsize (KiB) 92520

[startup+1603.22 s]
/proc/loadavg: 2.00 2.02 2.03 3/101 13006
/proc/meminfo: memFree=1383920/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1586.81
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3474 0 0 0 158670 11 0 0 25 0 4 0 146910898 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3189 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147045983 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.81
Current children cumulated vsize (KiB) 92520

[startup+1663.26 s]
/proc/loadavg: 2.00 2.01 2.02 3/101 13006
/proc/meminfo: memFree=1383920/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1646.57
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3474 0 0 0 164646 11 0 0 25 0 4 0 146910898 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3189 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147045983 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.57
Current children cumulated vsize (KiB) 92520

[startup+1723.29 s]
/proc/loadavg: 2.05 2.02 2.02 3/101 13006
/proc/meminfo: memFree=1383920/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1706.32
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3474 0 0 0 170621 11 0 0 25 0 4 0 146910898 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3189 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147045983 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.32
Current children cumulated vsize (KiB) 92520

[startup+1783.33 s]
/proc/loadavg: 2.02 2.02 2.02 3/101 13006
/proc/meminfo: memFree=1319664/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1766.09
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3474 0 0 0 176598 11 0 0 25 0 4 0 146910898 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12737/statm: 23130 3189 180 90 0 22668 0
[pid=12737/tid=12739] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12739/stat : 12739 (bprolog) S 12735 12737 12314 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 146910955 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12737/tid=12866] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/12866/stat : 12866 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147000971 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12737/tid=13006] ppid=12735 vsize=92520 CPUtime=0
/proc/12737/task/13006/stat : 13006 (bprolog) S 12735 12737 12314 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 147045983 94740480 3189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.09
Current children cumulated vsize (KiB) 92520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.49 s]
/proc/loadavg: 2.01 2.01 2.02 3/98 13006
/proc/meminfo: memFree=1319664/2055920 swapFree=4192812/4192956
[pid=12737] ppid=12735 vsize=92520 CPUtime=1800.08
/proc/12737/stat : 12737 (bprolog) R 12735 12737 12314 0 -1 4194304 3475 0 0 0 179997 11 0 0 25 0 1 0 146910898 94740480 3190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580097 0 0 4096 2 0 0 0 17 0 0 0
/proc/12737/statm: 23130 3190 181 90 0 22668 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 92520

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1817.5
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.120981
CPU usage (%): 99.0426
Max. virtual memory (cumulated for all children) (KiB): 92520

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

runsolver used 1.80373 s user time and 4.84326 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 15:16:04 UTC 2007


IDJOB= 207714
IDBENCH= 4308
FILE ID= node5/207714-1168182964

PBS_JOBID= 3478926

Free space on /tmp= 66349 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test01/test01-0150-8.xml
COMMAND LINE= /tmp/evaluation/207714-1168182964/Complete/Ordinary/solver /tmp/evaluation/207714-1168182964/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node5/convwatcher-207714-1168182964 -o ROOT/results/node5/conversion-207714-1168182964 -C 600 -M 900 /tmp/evaluation/207714-1168182964/Complete/Ordinary/conversion /tmp/evaluation/207714-1168182964/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-207714-1168182964 -o ROOT/results/node5/solver-207714-1168182964 -C 1800 -M 900  /tmp/evaluation/207714-1168182964/Complete/Ordinary/solver /tmp/evaluation/207714-1168182964/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c3f7208494f1f464cbff75e34a96bcfc

RANDOM SEED= 361664148

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1548368 kB
Buffers:         47320 kB
Cached:         346196 kB
SwapCached:          0 kB
Active:         114316 kB
Inactive:       331200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          74396 kB
Slab:            47024 kB
Committed_AS:  3714432 kB
PageTables:       2140 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= 66349 MiB



End job on node5 on Sun Jan  7 15:46:22 UTC 2007