Trace number 200369

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.11 1804.92

General information on the benchmark

NamequeensKnights/
queensKnights-80-5-add.xml
MD5SUM7a51bbe4282e558cd323d92b7034649e
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 benchmark135.891
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables85
Number of constraints3170
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3170
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200369-1168142247/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/node59/watcher-200369-1168142247 -o ROOT/results/node59/solver-200369-1168142247 -C 1800 -M 900 /tmp/evaluation/200369-1168142247/Complete/Ordinary/solver /tmp/evaluation/200369-1168142247/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.10 2.03 1.85 3/84 11755
/proc/meminfo: memFree=1320560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=18540 CPUtime=0
/proc/11754/stat : 11754 (runsolver) R 11752 11754 11493 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 162622807 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11754/statm: 4635 279 244 17 0 2626 0

[startup+0.102267 s]
/proc/loadavg: 2.10 2.03 1.85 3/84 11755
/proc/meminfo: memFree=1320560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=53824 CPUtime=0.08
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1610 0 0 0 8 0 0 0 21 0 1 0 162622807 55115776 1326 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/11754/statm: 13456 1326 158 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.510307 s]
/proc/loadavg: 2.10 2.03 1.85 3/84 11755
/proc/meminfo: memFree=1320560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=0.49
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1957 0 0 0 48 1 0 0 25 0 2 0 162622807 73846784 1672 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1672 181 90 0 17567 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 72116

[startup+1.3314 s]
/proc/loadavg: 2.09 2.03 1.85 3/85 11756
/proc/meminfo: memFree=1304104/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=1.31
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1957 0 0 0 130 1 0 0 25 0 2 0 162622807 73846784 1672 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134680402 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1672 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1672 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) 72116

[startup+2.96858 s]
/proc/loadavg: 2.09 2.03 1.85 5/85 11756
/proc/meminfo: memFree=1293544/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=2.93
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1957 0 0 0 292 1 0 0 25 0 2 0 162622807 73846784 1672 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554071 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1672 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1672 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 72116

[startup+6.25494 s]
/proc/loadavg: 2.08 2.03 1.85 3/85 11756
/proc/meminfo: memFree=1297704/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=6.19
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1957 0 0 0 618 1 0 0 25 0 2 0 162622807 73846784 1672 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1672 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1672 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) 72116

[startup+12.7357 s]
/proc/loadavg: 2.07 2.02 1.85 3/85 11756
/proc/meminfo: memFree=1315496/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=12.61
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 1260 1 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 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) 72116

[startup+25.5461 s]
/proc/loadavg: 2.06 2.02 1.85 3/85 11756
/proc/meminfo: memFree=1333096/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=25.32
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 2531 1 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589673 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 72116

[startup+51.24 s]
/proc/loadavg: 2.04 2.02 1.86 3/85 11756
/proc/meminfo: memFree=1338152/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=50.78
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 5077 1 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 72116

[startup+102.522 s]
/proc/loadavg: 2.13 2.05 1.87 3/85 11756
/proc/meminfo: memFree=1029416/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=101.68
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 10167 1 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618159 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 72116

[startup+162.609 s]
/proc/loadavg: 2.13 2.06 1.89 3/85 11756
/proc/meminfo: memFree=1058152/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=161.72
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 16171 1 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 72116

[startup+222.631 s]
/proc/loadavg: 2.05 2.05 1.90 3/91 11828
/proc/meminfo: memFree=754896/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=221.55
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 22151 4 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554071 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 72116

[startup+282.725 s]
/proc/loadavg: 2.15 2.07 1.91 3/91 11920
/proc/meminfo: memFree=752248/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=281.34
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 28124 10 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552388 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.34
Current children cumulated vsize (KiB) 72116

[startup+342.8 s]
/proc/loadavg: 2.05 2.06 1.91 3/85 11954
/proc/meminfo: memFree=720296/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=341.15
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 34103 12 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.15
Current children cumulated vsize (KiB) 72116

[startup+402.867 s]
/proc/loadavg: 2.02 2.04 1.91 3/85 11954
/proc/meminfo: memFree=710184/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=400.95
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 40083 12 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618975 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.95
Current children cumulated vsize (KiB) 72116

[startup+462.941 s]
/proc/loadavg: 2.12 2.06 1.92 3/85 11954
/proc/meminfo: memFree=705000/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=460.74
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 46062 12 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.74
Current children cumulated vsize (KiB) 72116

[startup+523.011 s]
/proc/loadavg: 2.04 2.05 1.92 3/86 11955
/proc/meminfo: memFree=696160/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=520.55
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 52043 12 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.55
Current children cumulated vsize (KiB) 72116

[startup+583.081 s]
/proc/loadavg: 2.01 2.04 1.92 3/86 11955
/proc/meminfo: memFree=696096/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=72116 CPUtime=580.32
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1958 0 0 0 58020 12 0 0 25 0 2 0 162622807 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11754/statm: 18029 1673 181 90 0 17567 0
[pid=11754/tid=11756] ppid=11752 vsize=72116 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 162622823 73846784 1673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.32
Current children cumulated vsize (KiB) 72116

[startup+643.161 s]

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

/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1959 0 0 0 117898 15 0 0 25 0 3 0 162622807 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 20590 1674 181 90 0 20128 0
[pid=11754/tid=11756] ppid=11752 vsize=82360 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162622823 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=82360 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162712839 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.13
Current children cumulated vsize (KiB) 82360

[startup+1243.84 s]
/proc/loadavg: 1.00 1.32 1.64 2/67 12187
/proc/meminfo: memFree=1439696/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=82360 CPUtime=1239.18
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1959 0 0 0 123903 15 0 0 25 0 3 0 162622807 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 20590 1674 181 90 0 20128 0
[pid=11754/tid=11756] ppid=11752 vsize=82360 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162622823 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=82360 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162712839 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.18
Current children cumulated vsize (KiB) 82360

[startup+1303.91 s]
/proc/loadavg: 1.00 1.26 1.60 2/67 12189
/proc/meminfo: memFree=1439696/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=82360 CPUtime=1299.23
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1959 0 0 0 129908 15 0 0 25 0 3 0 162622807 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554371 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 20590 1674 181 90 0 20128 0
[pid=11754/tid=11756] ppid=11752 vsize=82360 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162622823 84336640 1674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=82360 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162712839 84336640 1674 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) 82360

[startup+1363.98 s]
/proc/loadavg: 1.00 1.21 1.55 2/68 12190
/proc/meminfo: memFree=1439624/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1359.28
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 135913 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552577 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.28
Current children cumulated vsize (KiB) 92604

[startup+1424.07 s]
/proc/loadavg: 1.00 1.17 1.52 2/68 12190
/proc/meminfo: memFree=1439688/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1419.36
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 141921 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.36
Current children cumulated vsize (KiB) 92604

[startup+1484.16 s]
/proc/loadavg: 1.00 1.14 1.48 2/68 12190
/proc/meminfo: memFree=1439624/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1479.43
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 147928 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.43
Current children cumulated vsize (KiB) 92604

[startup+1544.25 s]
/proc/loadavg: 1.00 1.11 1.45 2/68 12190
/proc/meminfo: memFree=1439624/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1539.51
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 153936 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.51
Current children cumulated vsize (KiB) 92604

[startup+1604.34 s]
/proc/loadavg: 1.00 1.09 1.42 2/68 12190
/proc/meminfo: memFree=1439560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1599.59
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 159944 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.59
Current children cumulated vsize (KiB) 92604

[startup+1664.43 s]
/proc/loadavg: 1.00 1.07 1.39 2/68 12190
/proc/meminfo: memFree=1439560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1659.66
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 165951 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661314 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.66
Current children cumulated vsize (KiB) 92604

[startup+1724.52 s]
/proc/loadavg: 1.05 1.07 1.37 2/68 12190
/proc/meminfo: memFree=1439560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1719.73
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 171958 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750389 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.73
Current children cumulated vsize (KiB) 92604

[startup+1784.61 s]
/proc/loadavg: 1.09 1.07 1.35 2/68 12190
/proc/meminfo: memFree=1439560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1779.81
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1960 0 0 0 177966 15 0 0 25 0 4 0 162622807 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11754/statm: 23151 1675 181 90 0 22689 0
[pid=11754/tid=11756] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/11756/stat : 11756 (bprolog) S 11752 11754 11493 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162622823 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11754/tid=12089] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12089/stat : 12089 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162712839 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11754/tid=12190] ppid=11752 vsize=92604 CPUtime=0
/proc/11754/task/12190/stat : 12190 (bprolog) S 11752 11754 11493 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162757847 94826496 1675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.81
Current children cumulated vsize (KiB) 92604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.91 s]
/proc/loadavg: 1.06 1.06 1.34 2/65 12190
/proc/meminfo: memFree=1439560/2055920 swapFree=4192812/4192956
[pid=11754] ppid=11752 vsize=92604 CPUtime=1800.1
/proc/11754/stat : 11754 (bprolog) R 11752 11754 11493 0 -1 4194304 1961 0 0 0 179995 15 0 0 25 0 1 0 162622807 94826496 1676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750317 0 0 4096 2 0 0 0 17 1 0 0
/proc/11754/statm: 23151 1676 182 90 0 22689 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 92604

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.92
CPU time (s): 1800.11
CPU user time (s): 1799.96
CPU system time (s): 0.153976
CPU usage (%): 99.7339
Max. virtual memory (cumulated for all children) (KiB): 92604

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

runsolver used 1.74773 s user time and 4.40433 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 03:57:27 UTC 2007


IDJOB= 200369
IDBENCH= 3704
FILE ID= node59/200369-1168142247

PBS_JOBID= 3478078

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queensKnights/queensKnights-80-5-add.xml
COMMAND LINE= /tmp/evaluation/200369-1168142247/Complete/Ordinary/solver /tmp/evaluation/200369-1168142247/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node59/convwatcher-200369-1168142247 -o ROOT/results/node59/conversion-200369-1168142247 -C 600 -M 900 /tmp/evaluation/200369-1168142247/Complete/Ordinary/conversion /tmp/evaluation/200369-1168142247/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-200369-1168142247 -o ROOT/results/node59/solver-200369-1168142247 -C 1800 -M 900  /tmp/evaluation/200369-1168142247/Complete/Ordinary/solver /tmp/evaluation/200369-1168142247/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7a51bbe4282e558cd323d92b7034649e

RANDOM SEED= 267523183

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.239
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.239
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:       1321040 kB
Buffers:         16788 kB
Cached:         524016 kB
SwapCached:          0 kB
Active:         351556 kB
Inactive:       327316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4472 kB
Writeback:           0 kB
Mapped:         158716 kB
Slab:            41068 kB
Committed_AS:  3907564 kB
PageTables:       2144 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= 66550 MiB



End job on node59 on Sun Jan  7 04:27:34 UTC 2007