Trace number 216537

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.02 1803.18

General information on the benchmark

NamepseudoSeries/chnl/
chnl-50-60.xml
MD5SUM385be330c14c7ad329787941e0ba6352
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension220
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216537-1168243104/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/node10/watcher-216537-1168243104 -o ROOT/results/node10/solver-216537-1168243104 -C 1800 -M 900 /tmp/evaluation/216537-1168243104/Complete/Ordinary/solver /tmp/evaluation/216537-1168243104/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.00 2.01 2.00 5/94 3626
/proc/meminfo: memFree=1711168/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=53472 CPUtime=0
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 172705774 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/3625/statm: 13368 203 123 90 0 12906 0

[startup+0.10736 s]
/proc/loadavg: 2.00 2.01 2.00 5/94 3626
/proc/meminfo: memFree=1711168/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=61640 CPUtime=0.1
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 2377 0 0 0 9 1 0 0 18 0 1 0 172705774 63119360 2093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560586 0 0 4096 2 0 0 0 17 1 0 0
/proc/3625/statm: 15410 2094 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.515415 s]
/proc/loadavg: 2.00 2.01 2.00 5/94 3626
/proc/meminfo: memFree=1711168/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=0.5
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 48 2 0 0 21 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72792

[startup+1.33653 s]
/proc/loadavg: 2.00 2.01 2.00 4/95 3627
/proc/meminfo: memFree=1696248/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=1.32
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 130 2 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 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) 72792

[startup+2.98175 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 3627
/proc/meminfo: memFree=1696248/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=2.96
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 294 2 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72792

[startup+6.25919 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3627
/proc/meminfo: memFree=1696256/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=6.22
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 620 2 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758889 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 72792

[startup+12.7221 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3627
/proc/meminfo: memFree=1696264/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=12.65
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 1263 2 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 72792

[startup+25.5338 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3627
/proc/meminfo: memFree=1696328/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=25.4
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 2538 2 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 72792

[startup+51.1653 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3627
/proc/meminfo: memFree=1696392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=50.92
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 5089 3 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774986 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 72792

[startup+102.429 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3627
/proc/meminfo: memFree=1696392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=101.94
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 10191 3 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 72792

[startup+162.514 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 3693
/proc/meminfo: memFree=1695096/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=161.67
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 16164 3 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 72792

[startup+222.517 s]
/proc/loadavg: 2.06 2.01 2.00 3/101 3785
/proc/meminfo: memFree=1695128/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=221.32
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 22129 3 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 72792

[startup+282.533 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 3825
/proc/meminfo: memFree=1696008/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=281.24
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 28120 4 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.24
Current children cumulated vsize (KiB) 72792

[startup+342.619 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 3825
/proc/meminfo: memFree=1696072/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=341.3
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 34126 4 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.3
Current children cumulated vsize (KiB) 72792

[startup+402.662 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 3825
/proc/meminfo: memFree=1696072/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=401.32
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 40128 4 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758178 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.32
Current children cumulated vsize (KiB) 72792

[startup+462.71 s]
/proc/loadavg: 2.15 2.04 2.01 3/95 3825
/proc/meminfo: memFree=1696072/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=461.36
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 46131 5 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.36
Current children cumulated vsize (KiB) 72792

[startup+522.764 s]
/proc/loadavg: 2.05 2.03 2.00 3/95 3825
/proc/meminfo: memFree=1696072/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=521.39
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 52134 5 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.39
Current children cumulated vsize (KiB) 72792

[startup+582.811 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 3825
/proc/meminfo: memFree=1696080/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=72792 CPUtime=581.43
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 4703 0 0 0 58137 6 0 0 25 0 2 0 172705774 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 18198 3926 180 90 0 17736 0
[pid=3625/tid=3627] ppid=3623 vsize=72792 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 172705805 74539008 3926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.43
Current children cumulated vsize (KiB) 72792

[startup+642.864 s]

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

/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5702 0 0 0 118160 9 0 0 25 0 3 0 172705774 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 20771 4541 180 90 0 20309 0
[pid=3625/tid=3627] ppid=3623 vsize=83084 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172705805 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=83084 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172795822 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 83084

[startup+1243.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 3826
/proc/meminfo: memFree=1693512/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=83084 CPUtime=1241.73
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5702 0 0 0 124163 10 0 0 25 0 3 0 172705774 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552908 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 20771 4541 180 90 0 20309 0
[pid=3625/tid=3627] ppid=3623 vsize=83084 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172705805 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=83084 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172795822 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.73
Current children cumulated vsize (KiB) 83084

[startup+1303.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 3828
/proc/meminfo: memFree=1693256/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=83084 CPUtime=1301.75
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5702 0 0 0 130165 10 0 0 25 0 3 0 172705774 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 20771 4541 180 90 0 20309 0
[pid=3625/tid=3627] ppid=3623 vsize=83084 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172705805 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=83084 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172795822 85078016 4541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 83084

[startup+1363.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 3829
/proc/meminfo: memFree=1693248/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1361.78
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 136168 10 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 93328

[startup+1423.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4057
/proc/meminfo: memFree=1739200/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1421.69
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 142157 12 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799700 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 93328

[startup+1483.43 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 4057
/proc/meminfo: memFree=1739392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1481.49
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 148136 13 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 93328

[startup+1543.46 s]
/proc/loadavg: 2.09 2.04 2.01 3/89 4057
/proc/meminfo: memFree=1739392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1541.29
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 154116 13 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.29
Current children cumulated vsize (KiB) 93328

[startup+1603.49 s]
/proc/loadavg: 2.06 2.04 2.01 3/89 4057
/proc/meminfo: memFree=1739392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1601.09
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 160095 14 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.09
Current children cumulated vsize (KiB) 93328

[startup+1663.52 s]
/proc/loadavg: 2.08 2.05 2.01 3/89 4057
/proc/meminfo: memFree=1739392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1660.88
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 166074 14 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758175 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.88
Current children cumulated vsize (KiB) 93328

[startup+1723.55 s]
/proc/loadavg: 2.03 2.04 2.00 3/89 4057
/proc/meminfo: memFree=1739392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1720.69
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 172054 15 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.69
Current children cumulated vsize (KiB) 93328

[startup+1783.58 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 4057
/proc/meminfo: memFree=1739392/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1780.49
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5703 0 0 0 178034 15 0 0 25 0 4 0 172705774 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 23332 4542 180 90 0 22870 0
[pid=3625/tid=3627] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3627/stat : 3627 (bprolog) S 3623 3625 3545 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172705805 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3826] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3826/stat : 3826 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172795822 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3625/tid=3829] ppid=3623 vsize=93328 CPUtime=0
/proc/3625/task/3829/stat : 3829 (bprolog) S 3623 3625 3545 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172840833 95567872 4542 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.49
Current children cumulated vsize (KiB) 93328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.17 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 4057
/proc/meminfo: memFree=1739328/2055920 swapFree=4178216/4192956
[pid=3625] ppid=3623 vsize=93328 CPUtime=1800.01
/proc/3625/stat : 3625 (bprolog) R 3623 3625 3545 0 -1 4194304 5704 0 0 0 179986 15 0 0 25 0 1 0 172705774 95567872 4543 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134764128 0 0 4096 2 0 0 0 17 1 0 0
/proc/3625/statm: 23332 4543 181 90 0 22870 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 93328

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.18
CPU time (s): 1800.02
CPU user time (s): 1799.86
CPU system time (s): 0.159975
CPU usage (%): 99.8249
Max. virtual memory (cumulated for all children) (KiB): 93328

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

runsolver used 1.89971 s user time and 4.89426 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 07:58:24 UTC 2007


IDJOB= 216537
IDBENCH= 5086
FILE ID= node10/216537-1168243104

PBS_JOBID= 3481571

Free space on /tmp= 66379 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-50-60.xml
COMMAND LINE= /tmp/evaluation/216537-1168243104/Complete/Ordinary/solver /tmp/evaluation/216537-1168243104/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-216537-1168243104 -o ROOT/results/node10/conversion-216537-1168243104 -C 600 -M 900 /tmp/evaluation/216537-1168243104/Complete/Ordinary/conversion /tmp/evaluation/216537-1168243104/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-216537-1168243104 -o ROOT/results/node10/solver-216537-1168243104 -C 1800 -M 900  /tmp/evaluation/216537-1168243104/Complete/Ordinary/solver /tmp/evaluation/216537-1168243104/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  385be330c14c7ad329787941e0ba6352

RANDOM SEED= 355259116

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.232
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.232
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:       1711712 kB
Buffers:         54292 kB
Cached:         151908 kB
SwapCached:       2628 kB
Active:         168084 kB
Inactive:       120916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711712 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:         100772 kB
Slab:            39704 kB
Committed_AS:  5189940 kB
PageTables:       2412 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= 66379 MiB



End job on node10 on Mon Jan  8 08:28:30 UTC 2007