Trace number 247611

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1801.54

General information on the benchmark

Namedriver/
driverlogw-09-sat_ext.xml
MD5SUM5933f4a42187117e9e508d20340f2ade
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.89671
SatisfiableYES
(Un)Satisfiability was proved
Number of variables650
Number of constraints17447
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension17447
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/247611-1168393259/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/node12/watcher-247611-1168393259 -o ROOT/results/node12/solver-247611-1168393259 -C 1800 -M 900 /tmp/evaluation/247611-1168393259/Complete/Ordinary/solver /tmp/evaluation/247611-1168393259/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.08 1.59 1.70 5/94 16857
/proc/meminfo: memFree=1743536/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=18540 CPUtime=0
/proc/16856/stat : 16856 (runsolver) R 16854 16856 15859 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 187721561 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16856/statm: 4635 279 244 17 0 2626 0

[startup+0.107943 s]
/proc/loadavg: 1.08 1.59 1.70 5/94 16857
/proc/meminfo: memFree=1743536/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=53824 CPUtime=0.09
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 2102 0 0 0 8 1 0 0 20 0 1 0 187721561 55115776 1818 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10095570 0 0 4096 2 0 0 0 17 1 0 0
/proc/16856/statm: 13456 1818 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516015 s]
/proc/loadavg: 1.08 1.59 1.70 5/94 16857
/proc/meminfo: memFree=1743536/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=66440 CPUtime=0.49
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 5568 0 0 0 46 3 0 0 23 0 1 0 187721561 68034560 5281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859347 0 0 4096 2 0 0 0 17 1 0 0
/proc/16856/statm: 16610 5281 158 90 0 16148 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 66440

[startup+1.33716 s]
/proc/loadavg: 1.08 1.59 1.70 3/95 16858
/proc/meminfo: memFree=1717416/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=1.32
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6650 0 0 0 128 4 0 0 25 0 2 0 187721561 78524416 6363 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16856/statm: 19171 6363 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6363 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) 76684

[startup+2.98046 s]
/proc/loadavg: 1.15 1.60 1.70 3/95 16858
/proc/meminfo: memFree=1716456/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=2.94
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6652 0 0 0 290 4 0 0 25 0 2 0 187721561 78524416 6365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609313 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16856/statm: 19171 6365 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 76684

[startup+6.26405 s]
/proc/loadavg: 1.15 1.60 1.70 3/95 16858
/proc/meminfo: memFree=1714408/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=6.19
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 615 4 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 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) 76684

[startup+12.7332 s]
/proc/loadavg: 1.28 1.61 1.70 3/95 16858
/proc/meminfo: memFree=1712488/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=12.6
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 1256 4 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 76684

[startup+25.5885 s]
/proc/loadavg: 1.39 1.62 1.71 3/95 16858
/proc/meminfo: memFree=1709480/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=25.34
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 2530 4 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608324 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 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) 76684

[startup+51.2601 s]
/proc/loadavg: 1.60 1.65 1.72 3/95 16858
/proc/meminfo: memFree=1705320/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=50.77
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 5073 4 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 76684

[startup+102.486 s]
/proc/loadavg: 1.67 1.67 1.72 2/79 16873
/proc/meminfo: memFree=1738072/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=101.64
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 10159 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 76684

[startup+162.551 s]
/proc/loadavg: 1.22 1.54 1.67 2/79 16873
/proc/meminfo: memFree=1738136/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=161.68
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 16163 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 76684

[startup+222.627 s]
/proc/loadavg: 1.08 1.44 1.62 2/79 16873
/proc/meminfo: memFree=1738072/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=221.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 22169 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 76684

[startup+282.698 s]
/proc/loadavg: 1.03 1.36 1.59 2/79 16873
/proc/meminfo: memFree=1738008/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=281.78
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 28173 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 76684

[startup+342.766 s]
/proc/loadavg: 1.01 1.29 1.54 2/79 16873
/proc/meminfo: memFree=1737944/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=341.83
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 34178 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.83
Current children cumulated vsize (KiB) 76684

[startup+402.841 s]
/proc/loadavg: 1.00 1.23 1.51 2/79 16873
/proc/meminfo: memFree=1737816/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=401.89
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 40184 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.89
Current children cumulated vsize (KiB) 76684

[startup+462.912 s]
/proc/loadavg: 1.00 1.19 1.47 2/79 16873
/proc/meminfo: memFree=1737752/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=461.94
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 46189 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 76684

[startup+522.982 s]
/proc/loadavg: 1.00 1.15 1.44 2/79 16873
/proc/meminfo: memFree=1737624/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=521.99
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 52194 5 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 76684

[startup+583.051 s]
/proc/loadavg: 1.00 1.12 1.41 2/79 16873
/proc/meminfo: memFree=1737560/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=76684 CPUtime=582.04
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6659 0 0 0 58198 6 0 0 25 0 2 0 187721561 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 19171 6372 170 90 0 18709 0
[pid=16856/tid=16858] ppid=16854 vsize=76684 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 187721629 78524416 6372 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 76684

[startup+643.121 s]

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

/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6660 0 0 0 118261 7 0 0 25 0 3 0 187721561 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 21732 6373 170 90 0 21270 0
[pid=16856/tid=16858] ppid=16854 vsize=86928 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 187721629 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=86928 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 187811644 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 86928

[startup+1243.91 s]
/proc/loadavg: 1.00 1.00 1.18 2/86 17016
/proc/meminfo: memFree=1734944/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=86928 CPUtime=1242.66
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6660 0 0 0 124244 22 0 0 25 0 3 0 187721561 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 21732 6373 170 90 0 21270 0
[pid=16856/tid=16858] ppid=16854 vsize=86928 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 187721629 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=86928 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 187811644 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.66
Current children cumulated vsize (KiB) 86928

[startup+1303.93 s]
/proc/loadavg: 1.00 1.00 1.17 2/80 17072
/proc/meminfo: memFree=1735760/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=86928 CPUtime=1302.66
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6660 0 0 0 130238 28 0 0 25 0 3 0 187721561 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 21732 6373 170 90 0 21270 0
[pid=16856/tid=16858] ppid=16854 vsize=86928 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 187721629 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=86928 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 187811644 89014272 6373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.66
Current children cumulated vsize (KiB) 86928

[startup+1364.03 s]
/proc/loadavg: 1.00 1.00 1.16 2/81 17073
/proc/meminfo: memFree=1735752/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1362.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6668 0 0 0 136245 29 0 0 25 0 4 0 187721561 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552645 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6381 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 187856650 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.74
Current children cumulated vsize (KiB) 97172

[startup+1424.05 s]
/proc/loadavg: 1.00 1.00 1.14 2/81 17073
/proc/meminfo: memFree=1735688/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1422.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6668 0 0 0 142245 29 0 0 25 0 4 0 187721561 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6381 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 187856650 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.74
Current children cumulated vsize (KiB) 97172

[startup+1484.07 s]
/proc/loadavg: 1.00 1.00 1.13 2/81 17073
/proc/meminfo: memFree=1735688/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1482.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6668 0 0 0 148245 29 0 0 25 0 4 0 187721561 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6381 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 187856650 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.74
Current children cumulated vsize (KiB) 97172

[startup+1544.09 s]
/proc/loadavg: 1.05 1.01 1.13 2/81 17073
/proc/meminfo: memFree=1735560/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1542.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6668 0 0 0 154245 29 0 0 25 0 4 0 187721561 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614872 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6381 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 187856650 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.74
Current children cumulated vsize (KiB) 97172

[startup+1604.11 s]
/proc/loadavg: 1.02 1.01 1.11 2/81 17073
/proc/meminfo: memFree=1735496/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1602.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6668 0 0 0 160245 29 0 0 25 0 4 0 187721561 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6381 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187856650 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.74
Current children cumulated vsize (KiB) 97172

[startup+1664.14 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 17073
/proc/meminfo: memFree=1735496/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1662.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6668 0 0 0 166245 29 0 0 25 0 4 0 187721561 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6381 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187856650 99504128 6381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.74
Current children cumulated vsize (KiB) 97172

[startup+1724.16 s]
/proc/loadavg: 1.00 1.00 1.09 2/81 17073
/proc/meminfo: memFree=1735432/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1722.74
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6669 0 0 0 172245 29 0 0 25 0 4 0 187721561 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6382 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187856650 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.74
Current children cumulated vsize (KiB) 97172

[startup+1784.18 s]
/proc/loadavg: 1.00 1.00 1.08 2/81 17073
/proc/meminfo: memFree=1735304/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1782.75
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6669 0 0 0 178245 30 0 0 25 0 4 0 187721561 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16856/statm: 24293 6382 170 90 0 23831 0
[pid=16856/tid=16858] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16858/stat : 16858 (bprolog) S 16854 16856 15859 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 187721629 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=16874] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/16874/stat : 16874 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187811644 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16856/tid=17073] ppid=16854 vsize=97172 CPUtime=0
/proc/16856/task/17073/stat : 17073 (bprolog) S 16854 16856 15859 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 187856650 99504128 6382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.75
Current children cumulated vsize (KiB) 97172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.53 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 17073
/proc/meminfo: memFree=1735304/2055920 swapFree=4160348/4192956
[pid=16856] ppid=16854 vsize=97172 CPUtime=1800.09
/proc/16856/stat : 16856 (bprolog) R 16854 16856 15859 0 -1 4194304 6670 0 0 0 179979 30 0 0 25 0 1 0 187721561 99504128 6383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 0 0 0
/proc/16856/statm: 24293 6383 171 90 0 23831 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 97172

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.54
CPU time (s): 1800.1
CPU user time (s): 1799.79
CPU system time (s): 0.308953
CPU usage (%): 99.9204
Max. virtual memory (cumulated for all children) (KiB): 97172

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

runsolver used 1.93571 s user time and 4.5823 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Jan 10 01:40:59 UTC 2007


IDJOB= 247611
IDBENCH= 11646
FILE ID= node12/247611-1168393259

PBS_JOBID= 3522807

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/driver/driverlogw-09-sat_ext.xml
COMMAND LINE= /tmp/evaluation/247611-1168393259/Complete/Ordinary/solver /tmp/evaluation/247611-1168393259/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node12/convwatcher-247611-1168393259 -o ROOT/results/node12/conversion-247611-1168393259 -C 600 -M 900 /tmp/evaluation/247611-1168393259/Complete/Ordinary/conversion /tmp/evaluation/247611-1168393259/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-247611-1168393259 -o ROOT/results/node12/solver-247611-1168393259 -C 1800 -M 900  /tmp/evaluation/247611-1168393259/Complete/Ordinary/solver /tmp/evaluation/247611-1168393259/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5933f4a42187117e9e508d20340f2ade

RANDOM SEED= 151668010

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.265
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.265
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:       1743824 kB
Buffers:         23200 kB
Cached:         189632 kB
SwapCached:       4972 kB
Active:         193468 kB
Inactive:        65060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743824 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            5704 kB
Writeback:           0 kB
Mapped:          62664 kB
Slab:            38312 kB
Committed_AS:  5988848 kB
PageTables:       2184 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= 66560 MiB



End job on node12 on Wed Jan 10 02:11:07 UTC 2007