Trace number 221080

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-13UNSAT 1562.52 1575.56

General information on the benchmark

Nameehi/ehi-90/
ehi-90-315-99_ext.xml
MD5SUM32a46e1b61ce19dfedf0cb0dca143f99
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.149976
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables315
Number of constraints4367
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4367
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1575.56	
1575.56	Time: 1562211
1575.56	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/221080-1168256577/unknown)

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-221080-1168256577 -o ROOT/results/node1/solver-221080-1168256577 -C 1800 -M 900 /tmp/evaluation/221080-1168256577/Complete/Ordinary/solver /tmp/evaluation/221080-1168256577/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.29 1.07 0.99 5/88 20451
/proc/meminfo: memFree=1439120/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=53472 CPUtime=0
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 174055581 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20450/statm: 13368 203 123 90 0 12906 0

[startup+0.102931 s]
/proc/loadavg: 1.29 1.07 0.99 5/88 20451
/proc/meminfo: memFree=1439120/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=53824 CPUtime=0.09
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 1691 0 0 0 9 0 0 0 18 0 1 0 174055581 55115776 1407 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601199 0 0 4096 2 0 0 0 17 1 0 0
/proc/20450/statm: 13456 1407 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510977 s]
/proc/loadavg: 1.29 1.07 0.99 5/88 20451
/proc/meminfo: memFree=1439120/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=0.5
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3519 0 0 0 49 1 0 0 21 0 2 0 174055581 73793536 3234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3234 170 90 0 17554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72064

[startup+1.33207 s]
/proc/loadavg: 1.29 1.07 0.99 3/89 20452
/proc/meminfo: memFree=1426568/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=1.32
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3529 0 0 0 131 1 0 0 25 0 2 0 174055581 73793536 3244 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711919 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3244 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3244 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) 72064

[startup+2.96927 s]
/proc/loadavg: 1.29 1.07 0.99 3/89 20452
/proc/meminfo: memFree=1426696/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=2.95
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3533 0 0 0 294 1 0 0 25 0 2 0 174055581 73793536 3248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614691 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3248 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72064

[startup+6.24865 s]
/proc/loadavg: 1.35 1.09 1.00 3/89 20452
/proc/meminfo: memFree=1426504/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=6.23
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3541 0 0 0 622 1 0 0 25 0 2 0 174055581 73793536 3256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3256 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 72064

[startup+12.7214 s]
/proc/loadavg: 1.40 1.10 1.00 3/89 20452
/proc/meminfo: memFree=1426504/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=12.7
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3559 0 0 0 1269 1 0 0 25 0 2 0 174055581 73793536 3274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3274 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3274 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 72064

[startup+25.5599 s]
/proc/loadavg: 1.53 1.14 1.02 3/89 20452
/proc/meminfo: memFree=1426504/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=25.54
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3560 0 0 0 2553 1 0 0 25 0 2 0 174055581 73793536 3275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3275 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3275 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) 72064

[startup+51.2229 s]
/proc/loadavg: 1.69 1.21 1.04 3/89 20452
/proc/meminfo: memFree=1426440/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=51.2
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3562 0 0 0 5118 2 0 0 25 0 2 0 174055581 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3277 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3277 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) 72064

[startup+102.448 s]
/proc/loadavg: 1.91 1.35 1.09 3/89 20452
/proc/meminfo: memFree=1426696/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=102.4
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3562 0 0 0 10238 2 0 0 25 0 2 0 174055581 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3277 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3277 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) 72064

[startup+162.544 s]
/proc/loadavg: 1.48 1.34 1.10 2/82 20469
/proc/meminfo: memFree=1436048/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=162.47
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3562 0 0 0 16244 3 0 0 25 0 2 0 174055581 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589719 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 18016 3277 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 72064

[startup+222.6 s]
/proc/loadavg: 1.81 1.46 1.16 3/88 20528
/proc/meminfo: memFree=1327192/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=222.04
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3562 0 0 0 22200 4 0 0 25 0 2 0 174055581 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3277 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 72064

[startup+282.658 s]
/proc/loadavg: 1.93 1.55 1.21 3/88 20528
/proc/meminfo: memFree=1271320/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=281.6
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3562 0 0 0 28156 4 0 0 25 0 2 0 174055581 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3277 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.6
Current children cumulated vsize (KiB) 72064

[startup+342.715 s]
/proc/loadavg: 1.97 1.63 1.25 3/88 20528
/proc/meminfo: memFree=1218392/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=341.12
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3565 0 0 0 34107 5 0 0 25 0 2 0 174055581 73793536 3280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3280 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.12
Current children cumulated vsize (KiB) 72064

[startup+402.77 s]
/proc/loadavg: 2.05 1.71 1.30 3/88 20528
/proc/meminfo: memFree=1167448/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=400.67
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3567 0 0 0 40062 5 0 0 25 0 2 0 174055581 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555787 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3282 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 72064

[startup+462.828 s]
/proc/loadavg: 2.02 1.76 1.34 3/88 20528
/proc/meminfo: memFree=1125976/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=460.21
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3567 0 0 0 46016 5 0 0 25 0 2 0 174055581 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610250 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3282 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 72064

[startup+522.894 s]
/proc/loadavg: 2.00 1.80 1.38 3/88 20528
/proc/meminfo: memFree=1095448/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=519.71
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3567 0 0 0 51966 5 0 0 25 0 2 0 174055581 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3282 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.71
Current children cumulated vsize (KiB) 72064

[startup+582.947 s]
/proc/loadavg: 2.07 1.85 1.42 3/88 20528
/proc/meminfo: memFree=1067480/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=579.25
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3567 0 0 0 57919 6 0 0 25 0 2 0 174055581 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3282 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.25
Current children cumulated vsize (KiB) 72064

[startup+643.007 s]

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

/proc/meminfo: memFree=952408/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=817.35
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3567 0 0 0 81727 8 0 0 25 0 2 0 174055581 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3282 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 817.35
Current children cumulated vsize (KiB) 72064

[startup+883.251 s]
/proc/loadavg: 2.00 1.94 1.57 3/88 20528
/proc/meminfo: memFree=930520/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=72064 CPUtime=876.84
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3567 0 0 0 87676 8 0 0 25 0 2 0 174055581 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 18016 3282 170 90 0 17554 0
[pid=20450/tid=20452] ppid=20448 vsize=72064 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 174055602 73793536 3282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 876.84
Current children cumulated vsize (KiB) 72064

[startup+943.331 s]
/proc/loadavg: 2.00 1.94 1.59 3/89 20529
/proc/meminfo: memFree=909072/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=936.37
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 93629 8 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.37
Current children cumulated vsize (KiB) 82308

[startup+1003.42 s]
/proc/loadavg: 2.00 1.95 1.62 3/89 20529
/proc/meminfo: memFree=892048/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=995.9
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 99582 8 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 995.9
Current children cumulated vsize (KiB) 82308

[startup+1063.51 s]
/proc/loadavg: 2.00 1.96 1.64 3/89 20529
/proc/meminfo: memFree=873360/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=1055.41
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 105531 10 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1055.41
Current children cumulated vsize (KiB) 82308

[startup+1123.52 s]
/proc/loadavg: 2.00 1.96 1.66 3/95 20679
/proc/meminfo: memFree=829216/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=1114.77
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 111457 20 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1114.77
Current children cumulated vsize (KiB) 82308

[startup+1183.53 s]
/proc/loadavg: 2.00 1.97 1.67 3/89 20727
/proc/meminfo: memFree=789648/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=1174.19
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 117392 27 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.19
Current children cumulated vsize (KiB) 82308

[startup+1243.61 s]
/proc/loadavg: 2.00 1.97 1.69 3/89 20727
/proc/meminfo: memFree=760272/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=1233.7
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 123343 27 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.7
Current children cumulated vsize (KiB) 82308

[startup+1303.69 s]
/proc/loadavg: 2.00 1.97 1.71 3/89 20727
/proc/meminfo: memFree=739600/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=82308 CPUtime=1293.22
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3571 0 0 0 129295 27 0 0 25 0 3 0 174055581 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 20577 3286 170 90 0 20115 0
[pid=20450/tid=20452] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174055602 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=82308 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174145621 84283392 3286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1293.22
Current children cumulated vsize (KiB) 82308

[startup+1363.77 s]
/proc/loadavg: 2.00 1.97 1.73 3/90 20728
/proc/meminfo: memFree=716424/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=92552 CPUtime=1352.74
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3572 0 0 0 135246 28 0 0 25 0 4 0 174055581 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 23138 3287 170 90 0 22676 0
[pid=20450/tid=20452] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174055602 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174145621 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20450/tid=20728] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20728/stat : 20728 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174190631 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.74
Current children cumulated vsize (KiB) 92552

[startup+1423.87 s]
/proc/loadavg: 2.00 1.97 1.74 3/90 20728
/proc/meminfo: memFree=694984/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=92552 CPUtime=1412.25
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3572 0 0 0 141197 28 0 0 25 0 4 0 174055581 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 23138 3287 170 90 0 22676 0
[pid=20450/tid=20452] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174055602 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174145621 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20450/tid=20728] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20728/stat : 20728 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174190631 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1412.25
Current children cumulated vsize (KiB) 92552

[startup+1483.88 s]
/proc/loadavg: 2.00 1.97 1.75 3/90 20728
/proc/meminfo: memFree=674440/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=92552 CPUtime=1471.69
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3572 0 0 0 147141 28 0 0 25 0 4 0 174055581 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711228 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 23138 3287 170 90 0 22676 0
[pid=20450/tid=20452] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174055602 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174145621 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20450/tid=20728] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20728/stat : 20728 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174190631 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.69
Current children cumulated vsize (KiB) 92552

[startup+1543.89 s]
/proc/loadavg: 2.00 1.97 1.76 3/90 20728
/proc/meminfo: memFree=650568/2055920 swapFree=4165612/4192956
[pid=20450] ppid=20448 vsize=92552 CPUtime=1531.14
/proc/20450/stat : 20450 (bprolog) R 20448 20450 19797 0 -1 4194304 3572 0 0 0 153085 29 0 0 25 0 4 0 174055581 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20450/statm: 23138 3287 170 90 0 22676 0
[pid=20450/tid=20452] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20452/stat : 20452 (bprolog) S 20448 20450 19797 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174055602 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20450/tid=20529] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20529/stat : 20529 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174145621 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20450/tid=20728] ppid=20448 vsize=92552 CPUtime=0
/proc/20450/task/20728/stat : 20728 (bprolog) S 20448 20450 19797 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174190631 94773248 3287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.14
Current children cumulated vsize (KiB) 92552

Child status: 0
Real time (s): 1575.56
CPU time (s): 1562.52
CPU user time (s): 1562.22
CPU system time (s): 0.294955
CPU usage (%): 99.1719
Max. virtual memory (cumulated for all children) (KiB): 92552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1562.22
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3583
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= 15
involuntary context switches= 62132

runsolver used 1.68474 s user time and 4.79827 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan  8 11:43:05 UTC 2007


IDJOB= 221080
IDBENCH= 5394
FILE ID= node1/221080-1168256577

PBS_JOBID= 3482377

Free space on /tmp= 66311 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ehi/ehi-90/ehi-90-315-99_ext.xml
COMMAND LINE= /tmp/evaluation/221080-1168256577/Complete/Ordinary/solver /tmp/evaluation/221080-1168256577/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-221080-1168256577 -o ROOT/results/node1/conversion-221080-1168256577 -C 600 -M 900 /tmp/evaluation/221080-1168256577/Complete/Ordinary/conversion /tmp/evaluation/221080-1168256577/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-221080-1168256577 -o ROOT/results/node1/solver-221080-1168256577 -C 1800 -M 900  /tmp/evaluation/221080-1168256577/Complete/Ordinary/solver /tmp/evaluation/221080-1168256577/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  32a46e1b61ce19dfedf0cb0dca143f99

RANDOM SEED= 327848257

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.234
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.234
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:       1439208 kB
Buffers:         56412 kB
Cached:         455952 kB
SwapCached:       3620 kB
Active:         242272 kB
Inactive:       316880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439208 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          58320 kB
Slab:            42152 kB
Committed_AS:  5269504 kB
PageTables:       2372 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= 66306 MiB



End job on node1 on Mon Jan  8 12:09:34 UTC 2007