Trace number 203440

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 1805.31

General information on the benchmark

Namefrb/frb53-24/
frb53-24-5-mgd_ext.xml
MD5SUM2f7f9a6c7c062604348f10a4f021703f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints476
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension476
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/203440-1168159840/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/node4/watcher-203440-1168159840 -o ROOT/results/node4/solver-203440-1168159840 -C 1800 -M 900 /tmp/evaluation/203440-1168159840/Complete/Ordinary/solver /tmp/evaluation/203440-1168159840/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.92 2.00 1.99 5/93 10900
/proc/meminfo: memFree=1708032/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=5352 CPUtime=0
/proc/10899/stat : 10899 (sh) R 10897 10899 10819 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 164379749 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 259913086489 0 0 4100 65536 0 0 0 17 1 0 0
/proc/10899/statm: 1338 233 196 169 0 49 0

[startup+0.103168 s]
/proc/loadavg: 1.92 2.00 1.99 5/93 10900
/proc/meminfo: memFree=1708032/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=53824 CPUtime=0.09
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 1833 0 0 0 8 1 0 0 20 0 1 0 164379749 55115776 1549 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/10899/statm: 13456 1549 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511207 s]
/proc/loadavg: 1.92 2.00 1.99 5/93 10900
/proc/meminfo: memFree=1708032/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=53820 CPUtime=0.49
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 4494 0 0 0 47 2 0 0 23 0 1 0 164379749 55111680 4209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/10899/statm: 13455 4209 158 90 0 12993 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53820

[startup+1.33229 s]
/proc/loadavg: 1.92 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683512/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=1.31
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6532 0 0 0 128 3 0 0 25 0 2 0 164379749 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597264 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6247 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64064

[startup+2.98445 s]
/proc/loadavg: 1.92 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683512/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=2.95
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6532 0 0 0 292 3 0 0 25 0 2 0 164379749 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711190 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6247 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 64064

[startup+6.26376 s]
/proc/loadavg: 1.93 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683512/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=6.19
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6532 0 0 0 616 3 0 0 25 0 2 0 164379749 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6247 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 64064

[startup+12.7334 s]
/proc/loadavg: 1.94 2.00 1.99 4/94 10901
/proc/meminfo: memFree=1683576/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=12.61
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6532 0 0 0 1258 3 0 0 25 0 2 0 164379749 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6247 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 64064

[startup+25.5911 s]
/proc/loadavg: 1.95 2.00 1.99 4/94 10901
/proc/meminfo: memFree=1683704/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=25.34
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6532 0 0 0 2531 3 0 0 25 0 2 0 164379749 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134825269 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6247 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 64064

[startup+51.2181 s]
/proc/loadavg: 1.96 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683704/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=50.73
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6532 0 0 0 5070 3 0 0 25 0 2 0 164379749 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6247 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 64064

[startup+102.429 s]
/proc/loadavg: 1.98 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683768/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=101.48
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 10144 4 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670072 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 64064

[startup+162.492 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683704/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=160.99
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 16095 4 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 64064

[startup+222.559 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683640/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=220.52
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 22047 5 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667306 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 64064

[startup+282.626 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683640/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=280.03
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 27998 5 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667177 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 64064

[startup+342.713 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683512/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=339.57
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 33951 6 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.57
Current children cumulated vsize (KiB) 64064

[startup+402.784 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10901
/proc/meminfo: memFree=1683384/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=399.09
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 39903 6 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 64064

[startup+462.787 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 10973
/proc/meminfo: memFree=1796656/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=458.92
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 45884 8 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.92
Current children cumulated vsize (KiB) 64064

[startup+522.809 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 10973
/proc/meminfo: memFree=1796592/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=518.89
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 51881 8 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.89
Current children cumulated vsize (KiB) 64064

[startup+582.908 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 10973
/proc/meminfo: memFree=1796528/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=64064 CPUtime=578.91
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6533 0 0 0 57883 8 0 0 25 0 2 0 164379749 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 16016 6248 170 90 0 15554 0
[pid=10899/tid=10901] ppid=10897 vsize=64064 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164379812 65601536 6248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 64064

[startup+642.954 s]

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

/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6535 0 0 0 117837 27 0 0 25 0 3 0 164379749 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 18577 6250 170 90 0 18115 0
[pid=10899/tid=10901] ppid=10897 vsize=74308 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164379812 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=74308 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164469828 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.64
Current children cumulated vsize (KiB) 74308

[startup+1243.34 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 11243
/proc/meminfo: memFree=1795560/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=74308 CPUtime=1238.63
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6535 0 0 0 123836 27 0 0 25 0 3 0 164379749 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 18577 6250 170 90 0 18115 0
[pid=10899/tid=10901] ppid=10897 vsize=74308 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164379812 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=74308 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164469828 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.63
Current children cumulated vsize (KiB) 74308

[startup+1303.39 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 11243
/proc/meminfo: memFree=1795432/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=74308 CPUtime=1298.61
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6535 0 0 0 129833 28 0 0 25 0 3 0 164379749 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711526 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 18577 6250 170 90 0 18115 0
[pid=10899/tid=10901] ppid=10897 vsize=74308 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164379812 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=74308 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164469828 76091392 6250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.61
Current children cumulated vsize (KiB) 74308

[startup+1363.44 s]
/proc/loadavg: 2.00 2.00 2.00 4/97 11244
/proc/meminfo: memFree=1795424/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1358.61
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 135833 28 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.61
Current children cumulated vsize (KiB) 84552

[startup+1423.46 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 11244
/proc/meminfo: memFree=1795360/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1418.56
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 141828 28 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.56
Current children cumulated vsize (KiB) 84552

[startup+1483.49 s]
/proc/loadavg: 2.08 2.02 2.01 3/97 11244
/proc/meminfo: memFree=1795296/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1478.52
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 147824 28 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.52
Current children cumulated vsize (KiB) 84552

[startup+1543.52 s]
/proc/loadavg: 2.03 2.01 2.00 3/97 11244
/proc/meminfo: memFree=1795232/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1538.49
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 153821 28 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711350 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.49
Current children cumulated vsize (KiB) 84552

[startup+1603.53 s]
/proc/loadavg: 2.01 2.00 2.00 3/97 11244
/proc/meminfo: memFree=1795168/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1598.47
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 159818 29 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667124 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.47
Current children cumulated vsize (KiB) 84552

[startup+1663.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 11246
/proc/meminfo: memFree=1794848/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1658.4
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 165811 29 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.4
Current children cumulated vsize (KiB) 84552

[startup+1723.56 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 11246
/proc/meminfo: memFree=1794848/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1718.36
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 171807 29 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.36
Current children cumulated vsize (KiB) 84552

[startup+1783.58 s]
/proc/loadavg: 2.08 2.02 2.01 3/97 11246
/proc/meminfo: memFree=1794848/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1778.32
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6536 0 0 0 177803 29 0 0 25 0 4 0 164379749 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10899/statm: 21138 6251 170 90 0 20676 0
[pid=10899/tid=10901] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/10901/stat : 10901 (bprolog) S 10897 10899 10819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164379812 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10899/tid=11243] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11243/stat : 11243 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164469828 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10899/tid=11244] ppid=10897 vsize=84552 CPUtime=0
/proc/10899/task/11244/stat : 11244 (bprolog) S 10897 10899 10819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164514834 86581248 6251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.32
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 11246
/proc/meminfo: memFree=1794848/2055920 swapFree=4182144/4192956
[pid=10899] ppid=10897 vsize=84552 CPUtime=1800.01
/proc/10899/stat : 10899 (bprolog) R 10897 10899 10819 0 -1 4194304 6537 0 0 0 179971 30 0 0 25 0 1 0 164379749 86581248 6252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711572 0 0 4096 2 0 0 0 17 0 0 0
/proc/10899/statm: 21138 6252 171 90 0 20676 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.31
CPU time (s): 1800.02
CPU user time (s): 1799.72
CPU system time (s): 0.305953
CPU usage (%): 99.7073
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6537
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 44268

runsolver used 2.34764 s user time and 5.64214 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 08:50:40 UTC 2007


IDJOB= 203440
IDBENCH= 3963
FILE ID= node4/203440-1168159840

PBS_JOBID= 3478293

Free space on /tmp= 66301 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb53-24/frb53-24-5-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203440-1168159840/Complete/Ordinary/solver /tmp/evaluation/203440-1168159840/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-203440-1168159840 -o ROOT/results/node4/conversion-203440-1168159840 -C 600 -M 900 /tmp/evaluation/203440-1168159840/Complete/Ordinary/conversion /tmp/evaluation/203440-1168159840/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-203440-1168159840 -o ROOT/results/node4/solver-203440-1168159840 -C 1800 -M 900  /tmp/evaluation/203440-1168159840/Complete/Ordinary/solver /tmp/evaluation/203440-1168159840/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2f7f9a6c7c062604348f10a4f021703f

RANDOM SEED= 67801583

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.223
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.223
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:       1708512 kB
Buffers:         29592 kB
Cached:         103140 kB
SwapCached:       2520 kB
Active:         220704 kB
Inactive:        74036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708512 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         181476 kB
Slab:            37072 kB
Committed_AS:  5001428 kB
PageTables:       2676 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= 66307 MiB



End job on node4 on Sun Jan  7 09:20:47 UTC 2007