Trace number 207330

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.04 1808.36

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-3.xml
MD5SUM5543eebd260890ffaa71de054fb37075
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.37579
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207330-1168181208/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/node18/watcher-207330-1168181208 -o ROOT/results/node18/solver-207330-1168181208 -C 1800 -M 900 /tmp/evaluation/207330-1168181208/Complete/Ordinary/solver /tmp/evaluation/207330-1168181208/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.43 2.58 2.54 5/97 28908
/proc/meminfo: memFree=980280/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=18540 CPUtime=0
/proc/28907/stat : 28907 (runsolver) R 28905 28907 27759 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 166515653 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28907/statm: 4635 279 244 17 0 2626 0

[startup+0.108678 s]
/proc/loadavg: 2.43 2.58 2.54 5/97 28908
/proc/meminfo: memFree=980280/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=53824 CPUtime=0.09
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 1542 0 0 0 9 0 0 0 20 0 1 0 166515653 55115776 1258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565691 0 0 4096 2 0 0 0 17 1 0 0
/proc/28907/statm: 13456 1258 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.520711 s]
/proc/loadavg: 2.43 2.58 2.54 5/97 28908
/proc/meminfo: memFree=980280/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=61888 CPUtime=0.5
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 1856 0 0 0 50 0 0 0 23 0 1 0 166515653 63373312 1571 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 0 0 0 17 1 0 0
/proc/28907/statm: 15472 1571 176 90 0 15010 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61888

[startup+1.34379 s]
/proc/loadavg: 2.43 2.58 2.54 5/98 28909
/proc/meminfo: memFree=970160/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=1.33
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 2969 0 0 0 132 1 0 0 25 0 2 0 166515653 73863168 2684 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28907/statm: 18033 2684 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2684 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 72132

[startup+2.98095 s]
/proc/loadavg: 2.43 2.58 2.54 3/98 28909
/proc/meminfo: memFree=970096/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=2.96
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 2970 0 0 0 295 1 0 0 25 0 2 0 166515653 73863168 2685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28907/statm: 18033 2685 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2685 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) 72132

[startup+6.26026 s]
/proc/loadavg: 2.48 2.58 2.54 4/98 28909
/proc/meminfo: memFree=970096/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=6.22
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 2970 0 0 0 621 1 0 0 25 0 2 0 166515653 73863168 2685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28907/statm: 18033 2685 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2685 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) 72132

[startup+12.7279 s]
/proc/loadavg: 2.52 2.59 2.54 4/98 28909
/proc/meminfo: memFree=970096/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=12.65
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 2970 0 0 0 1264 1 0 0 25 0 2 0 166515653 73863168 2685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28907/statm: 18033 2685 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2685 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) 72132

[startup+25.5451 s]
/proc/loadavg: 2.54 2.59 2.54 4/98 28909
/proc/meminfo: memFree=970096/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=25.41
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 2970 0 0 0 2540 1 0 0 25 0 2 0 166515653 73863168 2685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28907/statm: 18033 2685 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 72132

[startup+51.1946 s]
/proc/loadavg: 2.36 2.54 2.53 3/98 28909
/proc/meminfo: memFree=969904/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=50.94
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3016 0 0 0 5093 1 0 0 25 0 2 0 166515653 73863168 2731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28907/statm: 18033 2731 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 72132

[startup+102.44 s]
/proc/loadavg: 2.09 2.44 2.50 4/95 29087
/proc/meminfo: memFree=1664776/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=102.06
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3016 0 0 0 10204 2 0 0 25 0 2 0 166515653 73863168 2731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2731 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 72132

[startup+162.477 s]
/proc/loadavg: 2.16 2.39 2.47 3/95 29087
/proc/meminfo: memFree=1483336/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=162.03
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3016 0 0 0 16201 2 0 0 25 0 2 0 166515653 73863168 2731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554618 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2731 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2731 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 72132

[startup+222.509 s]
/proc/loadavg: 2.12 2.33 2.44 3/95 29087
/proc/meminfo: memFree=1408456/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=221.78
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 22175 3 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 72132

[startup+282.528 s]
/proc/loadavg: 2.11 2.29 2.42 3/95 29087
/proc/meminfo: memFree=1372040/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=281.48
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 28145 3 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554283 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.48
Current children cumulated vsize (KiB) 72132

[startup+342.61 s]
/proc/loadavg: 2.04 2.23 2.39 3/95 29087
/proc/meminfo: memFree=1287048/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=341.24
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 34121 3 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.24
Current children cumulated vsize (KiB) 72132

[startup+402.674 s]
/proc/loadavg: 2.01 2.19 2.36 3/95 29087
/proc/meminfo: memFree=1254864/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=400.96
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 40093 3 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.96
Current children cumulated vsize (KiB) 72132

[startup+462.745 s]
/proc/loadavg: 2.00 2.15 2.34 3/95 29087
/proc/meminfo: memFree=1214352/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=460.71
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 46068 3 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.71
Current children cumulated vsize (KiB) 72132

[startup+522.811 s]
/proc/loadavg: 2.03 2.13 2.32 3/95 29087
/proc/meminfo: memFree=1166736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=520.45
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 52042 3 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.45
Current children cumulated vsize (KiB) 72132

[startup+582.879 s]
/proc/loadavg: 2.01 2.11 2.30 3/95 29087
/proc/meminfo: memFree=1145296/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=72132 CPUtime=580.19
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3018 0 0 0 58015 4 0 0 25 0 2 0 166515653 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 18033 2733 180 90 0 17571 0
[pid=28907/tid=28909] ppid=28905 vsize=72132 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166515752 73863168 2733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.19
Current children cumulated vsize (KiB) 72132

[startup+642.948 s]

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

/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3024 0 0 0 117792 16 0 0 25 0 3 0 166515653 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 20594 2739 180 90 0 20132 0
[pid=28907/tid=28909] ppid=28905 vsize=82376 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166515752 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=82376 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166605766 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.08
Current children cumulated vsize (KiB) 82376

[startup+1243.33 s]
/proc/loadavg: 2.01 2.04 2.15 3/96 29360
/proc/meminfo: memFree=1363656/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=82376 CPUtime=1238
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3024 0 0 0 123784 16 0 0 25 0 3 0 166515653 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 20594 2739 180 90 0 20132 0
[pid=28907/tid=28909] ppid=28905 vsize=82376 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166515752 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=82376 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166605766 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238
Current children cumulated vsize (KiB) 82376

[startup+1303.36 s]
/proc/loadavg: 2.00 2.03 2.14 3/96 29360
/proc/meminfo: memFree=1329032/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=82376 CPUtime=1297.7
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3024 0 0 0 129753 17 0 0 25 0 3 0 166515653 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 20594 2739 180 90 0 20132 0
[pid=28907/tid=28909] ppid=28905 vsize=82376 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166515752 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=82376 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166605766 84353024 2739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.7
Current children cumulated vsize (KiB) 82376

[startup+1363.4 s]
/proc/loadavg: 2.00 2.02 2.13 3/97 29361
/proc/meminfo: memFree=1287168/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1357.44
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3025 0 0 0 135727 17 0 0 25 0 4 0 166515653 94842880 2740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 2740 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 2740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 2740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166650773 94842880 2740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.44
Current children cumulated vsize (KiB) 92620

[startup+1423.45 s]
/proc/loadavg: 2.00 2.02 2.11 3/97 29361
/proc/meminfo: memFree=1262592/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1417.19
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3041 0 0 0 141702 17 0 0 25 0 4 0 166515653 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 2756 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166650773 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.19
Current children cumulated vsize (KiB) 92620

[startup+1483.51 s]
/proc/loadavg: 2.04 2.03 2.11 3/97 29361
/proc/meminfo: memFree=1233280/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1476.92
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3041 0 0 0 147675 17 0 0 25 0 4 0 166515653 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 2756 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166650773 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.92
Current children cumulated vsize (KiB) 92620

[startup+1543.56 s]
/proc/loadavg: 2.01 2.02 2.10 3/97 29361
/proc/meminfo: memFree=1215040/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1536.66
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 3041 0 0 0 153649 17 0 0 25 0 4 0 166515653 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 2756 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166650773 94842880 2756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.66
Current children cumulated vsize (KiB) 92620

[startup+1603.62 s]
/proc/loadavg: 2.06 2.03 2.09 3/97 29361
/proc/meminfo: memFree=1188032/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1596.41
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 4426 0 0 0 159623 18 0 0 25 0 4 0 166515653 94842880 4141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577591 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 4141 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 4141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 4141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166650773 94842880 4141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 92620

[startup+1663.69 s]
/proc/loadavg: 2.02 2.02 2.08 3/97 29361
/proc/meminfo: memFree=1164352/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1656.14
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 4475 0 0 0 165596 18 0 0 25 0 4 0 166515653 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 4190 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166650773 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.14
Current children cumulated vsize (KiB) 92620

[startup+1723.75 s]
/proc/loadavg: 2.00 2.02 2.08 3/97 29361
/proc/meminfo: memFree=1137408/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1715.89
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 4475 0 0 0 171570 19 0 0 25 0 4 0 166515653 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580485 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 4190 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166650773 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.89
Current children cumulated vsize (KiB) 92620

[startup+1783.82 s]
/proc/loadavg: 2.00 2.01 2.07 3/97 29361
/proc/meminfo: memFree=1109184/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1775.64
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 4475 0 0 0 177545 19 0 0 25 0 4 0 166515653 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28907/statm: 23155 4190 180 90 0 22693 0
[pid=28907/tid=28909] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/28909/stat : 28909 (bprolog) S 28905 28907 27759 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166515752 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28907/tid=29233] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29233/stat : 29233 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166605766 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28907/tid=29361] ppid=28905 vsize=92620 CPUtime=0
/proc/28907/task/29361/stat : 29361 (bprolog) S 28905 28907 27759 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166650773 94842880 4190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.64
Current children cumulated vsize (KiB) 92620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.35 s]
/proc/loadavg: 2.00 2.01 2.07 3/94 29361
/proc/meminfo: memFree=1095104/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=92620 CPUtime=1800.02
/proc/28907/stat : 28907 (bprolog) R 28905 28907 27759 0 -1 4194304 4476 0 0 0 179983 19 0 0 25 0 1 0 166515653 94842880 4191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 0 0 0 17 0 0 0
/proc/28907/statm: 23155 4191 181 90 0 22693 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 92620

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.36
CPU time (s): 1800.04
CPU user time (s): 1799.84
CPU system time (s): 0.199969
CPU usage (%): 99.5399
Max. virtual memory (cumulated for all children) (KiB): 92620

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

runsolver used 1.9447 s user time and 5.8991 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 14:46:48 UTC 2007


IDJOB= 207330
IDBENCH= 4284
FILE ID= node18/207330-1168181208

PBS_JOBID= 3478869

Free space on /tmp= 66289 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-3.xml
COMMAND LINE= /tmp/evaluation/207330-1168181208/Complete/Ordinary/solver /tmp/evaluation/207330-1168181208/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-207330-1168181208 -o ROOT/results/node18/conversion-207330-1168181208 -C 600 -M 900 /tmp/evaluation/207330-1168181208/Complete/Ordinary/conversion /tmp/evaluation/207330-1168181208/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-207330-1168181208 -o ROOT/results/node18/solver-207330-1168181208 -C 1800 -M 900  /tmp/evaluation/207330-1168181208/Complete/Ordinary/solver /tmp/evaluation/207330-1168181208/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5543eebd260890ffaa71de054fb37075

RANDOM SEED= 826639253

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.231
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.231
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:        980696 kB
Buffers:         31504 kB
Cached:         184940 kB
SwapCached:          0 kB
Active:         870524 kB
Inactive:       144784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        980696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         828328 kB
Slab:            43372 kB
Committed_AS:  5366600 kB
PageTables:       3568 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= 66285 MiB



End job on node18 on Sun Jan  7 15:16:58 UTC 2007