Trace number 237866

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.08 1806.74

General information on the benchmark

Namehaystacks/
haystacks_17.xml
MD5SUM2218b17888bd2e948cc597d464c99a9e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.48877
SatisfiableNO
(Un)Satisfiability was proved
Number of variables289
Number of constraints2328
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2328
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237866-1168351589/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/node2/watcher-237866-1168351589 -o ROOT/results/node2/solver-237866-1168351589 -C 1800 -M 900 /tmp/evaluation/237866-1168351589/Complete/Ordinary/solver /tmp/evaluation/237866-1168351589/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.85 1.99 1.99 5/89 21760
/proc/meminfo: memFree=1760176/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=53472 CPUtime=0
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 183554944 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/21759/statm: 13368 199 123 90 0 12906 0

[startup+0.103404 s]
/proc/loadavg: 1.85 1.99 1.99 5/89 21760
/proc/meminfo: memFree=1760176/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=61780 CPUtime=0.09
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1505 0 0 0 9 0 0 0 18 0 1 0 183554944 63262720 1220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552184 0 0 4096 2 0 0 0 17 1 0 0
/proc/21759/statm: 15445 1220 174 90 0 14983 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61780

[startup+0.511478 s]
/proc/loadavg: 1.85 1.99 1.99 5/89 21760
/proc/meminfo: memFree=1760176/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=0.5
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 50 0 0 0 22 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72024

[startup+1.33263 s]
/proc/loadavg: 1.86 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756008/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=1.32
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 132 0 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552780 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72024

[startup+2.97793 s]
/proc/loadavg: 1.86 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756008/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=2.96
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 296 0 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72024

[startup+6.25853 s]
/proc/loadavg: 1.86 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1755888/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=6.24
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 624 0 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 72024

[startup+12.7297 s]
/proc/loadavg: 1.88 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1755888/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=12.71
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 1271 0 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752487 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 72024

[startup+25.5591 s]
/proc/loadavg: 1.90 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756016/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=25.54
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 2553 1 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 72024

[startup+51.2268 s]
/proc/loadavg: 1.93 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756080/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=51.2
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 5119 1 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 72024

[startup+102.453 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756016/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=102.4
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 10239 1 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 72024

[startup+162.507 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1756016/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=162.44
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 16242 2 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.44
Current children cumulated vsize (KiB) 72024

[startup+222.565 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638704/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=222.48
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 22246 2 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 72024

[startup+282.641 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638640/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=282.53
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 28251 2 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663812 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.53
Current children cumulated vsize (KiB) 72024

[startup+342.654 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638512/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=342.52
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 34249 3 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 72024

[startup+402.665 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 21761
/proc/meminfo: memFree=1638448/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=402.51
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 40247 4 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 72024

[startup+462.753 s]
/proc/loadavg: 1.99 1.99 1.99 3/88 22376
/proc/meminfo: memFree=1820280/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=462.35
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 46225 10 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 72024

[startup+522.839 s]
/proc/loadavg: 1.99 1.99 1.99 3/88 22376
/proc/meminfo: memFree=1820408/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=522.13
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 52203 10 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 72024

[startup+582.922 s]
/proc/loadavg: 1.99 1.99 1.99 3/88 22376
/proc/meminfo: memFree=1820344/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=72024 CPUtime=581.95
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1535 0 0 0 58184 11 0 0 25 0 2 0 183554944 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 18006 1250 179 90 0 17544 0
[pid=21759/tid=21761] ppid=21757 vsize=72024 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 183554956 73752576 1250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 72024

[startup+643.001 s]

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

/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1536 0 0 0 117966 12 0 0 25 0 3 0 183554944 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 20567 1251 179 90 0 20105 0
[pid=21759/tid=21761] ppid=21757 vsize=82268 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183554956 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=82268 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183644973 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.78
Current children cumulated vsize (KiB) 82268

[startup+1243.55 s]
/proc/loadavg: 2.05 2.00 1.99 3/89 22379
/proc/meminfo: memFree=1819696/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=82268 CPUtime=1239.49
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1536 0 0 0 123937 12 0 0 25 0 3 0 183554944 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 20567 1251 179 90 0 20105 0
[pid=21759/tid=21761] ppid=21757 vsize=82268 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183554956 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=82268 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183644973 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.49
Current children cumulated vsize (KiB) 82268

[startup+1303.56 s]
/proc/loadavg: 2.02 2.00 1.99 3/89 22379
/proc/meminfo: memFree=1819632/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=82268 CPUtime=1299.23
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1536 0 0 0 129911 12 0 0 25 0 3 0 183554944 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 20567 1251 179 90 0 20105 0
[pid=21759/tid=21761] ppid=21757 vsize=82268 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183554956 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=82268 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183644973 84242432 1251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.23
Current children cumulated vsize (KiB) 82268

[startup+1363.56 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 22381
/proc/meminfo: memFree=1819488/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1358.96
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1562 0 0 0 135884 12 0 0 25 0 4 0 183554944 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1277 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183689983 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.96
Current children cumulated vsize (KiB) 92512

[startup+1423.59 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 22381
/proc/meminfo: memFree=1819360/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1418.69
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1562 0 0 0 141857 12 0 0 25 0 4 0 183554944 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1277 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183689983 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.69
Current children cumulated vsize (KiB) 92512

[startup+1483.62 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 22381
/proc/meminfo: memFree=1819360/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1478.45
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1562 0 0 0 147832 13 0 0 25 0 4 0 183554944 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1277 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183689983 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.45
Current children cumulated vsize (KiB) 92512

[startup+1543.64 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 22381
/proc/meminfo: memFree=1819232/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1538.21
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1562 0 0 0 153808 13 0 0 25 0 4 0 183554944 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752045 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1277 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183689983 94732288 1277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.21
Current children cumulated vsize (KiB) 92512

[startup+1603.67 s]
/proc/loadavg: 2.02 2.02 2.00 3/91 22381
/proc/meminfo: memFree=1818208/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1597.95
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1816 0 0 0 159782 13 0 0 25 0 4 0 183554944 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1531 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183689983 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.95
Current children cumulated vsize (KiB) 92512

[startup+1663.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 22381
/proc/meminfo: memFree=1818144/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1657.7
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1816 0 0 0 165757 13 0 0 25 0 4 0 183554944 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1531 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183689983 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.7
Current children cumulated vsize (KiB) 92512

[startup+1723.72 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 22381
/proc/meminfo: memFree=1818080/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1717.45
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1816 0 0 0 171732 13 0 0 25 0 4 0 183554944 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1531 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183689983 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.45
Current children cumulated vsize (KiB) 92512

[startup+1783.75 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22382
/proc/meminfo: memFree=1817944/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1777.19
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1816 0 0 0 177706 13 0 0 25 0 4 0 183554944 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21759/statm: 23128 1531 179 90 0 22666 0
[pid=21759/tid=21761] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/21761/stat : 21761 (bprolog) S 21757 21759 20120 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183554956 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21759/tid=22379] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22379/stat : 22379 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183644973 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21759/tid=22381] ppid=21757 vsize=92512 CPUtime=0
/proc/21759/task/22381/stat : 22381 (bprolog) S 21757 21759 20120 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183689983 94732288 1531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.19
Current children cumulated vsize (KiB) 92512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22382
/proc/meminfo: memFree=1817880/2055920 swapFree=4180528/4192956
[pid=21759] ppid=21757 vsize=92512 CPUtime=1800.08
/proc/21759/stat : 21759 (bprolog) R 21757 21759 20120 0 -1 4194304 1817 0 0 0 179994 14 0 0 25 0 1 0 183554944 94732288 1532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 0 0 0 17 0 0 0
/proc/21759/statm: 23128 1532 180 90 0 22666 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 92512

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.74
CPU time (s): 1800.08
CPU user time (s): 1799.94
CPU system time (s): 0.141978
CPU usage (%): 99.6317
Max. virtual memory (cumulated for all children) (KiB): 92512

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

runsolver used 1.84472 s user time and 4.64529 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 14:06:31 UTC 2007


IDJOB= 237866
IDBENCH= 6968
FILE ID= node2/237866-1168351589

PBS_JOBID= 3503668

Free space on /tmp= 66525 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_17.xml
COMMAND LINE= /tmp/evaluation/237866-1168351589/Complete/Ordinary/solver /tmp/evaluation/237866-1168351589/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-237866-1168351589 -o ROOT/results/node2/conversion-237866-1168351589 -C 600 -M 900 /tmp/evaluation/237866-1168351589/Complete/Ordinary/conversion /tmp/evaluation/237866-1168351589/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-237866-1168351589 -o ROOT/results/node2/solver-237866-1168351589 -C 1800 -M 900  /tmp/evaluation/237866-1168351589/Complete/Ordinary/solver /tmp/evaluation/237866-1168351589/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2218b17888bd2e948cc597d464c99a9e

RANDOM SEED= 762051123

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760720 kB
Buffers:         17276 kB
Cached:         109368 kB
SwapCached:        312 kB
Active:         175000 kB
Inactive:        68704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760720 kB
SwapTotal:     4192956 kB
SwapFree:      4180528 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:         129616 kB
Slab:            36044 kB
Committed_AS:  5084780 kB
PageTables:       2488 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= 66533 MiB



End job on node2 on Tue Jan  9 14:36:40 UTC 2007