Trace number 217788

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1802.74

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-70-13-a3.xml
MD5SUM867e5ac3974f1355ea650434b3018815
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark971.281
SatisfiableNO
(Un)Satisfiability was proved
Number of variables91
Number of constraints3159
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3159
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/217788-1168248933/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/node51/watcher-217788-1168248933 -o ROOT/results/node51/solver-217788-1168248933 -C 1800 -M 900 /tmp/evaluation/217788-1168248933/Complete/Ordinary/solver /tmp/evaluation/217788-1168248933/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.83 1.94 1.96 5/82 16190
/proc/meminfo: memFree=1426104/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=53468 CPUtime=0
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 462 0 0 0 0 0 0 0 20 0 1 0 173292009 54751232 182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 3404656 0 0 4096 2 0 0 0 17 1 0 0
/proc/16189/statm: 13367 182 116 90 0 12905 0

[startup+0.104192 s]
/proc/loadavg: 1.83 1.94 1.96 5/82 16190
/proc/meminfo: memFree=1426104/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=0.09
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1490 0 0 0 9 0 0 0 20 0 2 0 173292009 73605120 1205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1205 179 90 0 17508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71880

[startup+0.512255 s]
/proc/loadavg: 1.83 1.94 1.96 5/82 16190
/proc/meminfo: memFree=1426104/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=0.5
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1490 0 0 0 50 0 0 0 24 0 2 0 173292009 73605120 1205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817675 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1205 179 90 0 17508 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 71880

[startup+1.3334 s]
/proc/loadavg: 1.83 1.94 1.96 3/83 16191
/proc/meminfo: memFree=1421872/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=1.31
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1492 0 0 0 131 0 0 0 25 0 2 0 173292009 73605120 1207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1207 179 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 71880

[startup+2.97267 s]
/proc/loadavg: 1.83 1.94 1.96 3/83 16191
/proc/meminfo: memFree=1421872/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=2.94
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1493 0 0 0 294 0 0 0 25 0 2 0 173292009 73605120 1208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552935 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1208 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 71880

[startup+6.25523 s]
/proc/loadavg: 1.85 1.94 1.96 3/83 16191
/proc/meminfo: memFree=1421872/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=6.2
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1493 0 0 0 620 0 0 0 25 0 2 0 173292009 73605120 1208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1208 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 71880

[startup+12.7173 s]
/proc/loadavg: 1.86 1.94 1.96 3/83 16191
/proc/meminfo: memFree=1421872/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=12.6
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1493 0 0 0 1260 0 0 0 25 0 2 0 173292009 73605120 1208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1208 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 71880

[startup+25.5725 s]
/proc/loadavg: 1.89 1.94 1.96 3/83 16191
/proc/meminfo: memFree=1421872/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=25.34
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1495 0 0 0 2534 0 0 0 25 0 2 0 173292009 73605120 1210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1210 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 71880

[startup+51.2109 s]
/proc/loadavg: 1.93 1.94 1.96 3/83 16191
/proc/meminfo: memFree=1421936/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=50.77
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1495 0 0 0 5077 0 0 0 25 0 2 0 173292009 73605120 1210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1210 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 71880

[startup+102.502 s]
/proc/loadavg: 1.97 1.95 1.96 3/83 16191
/proc/meminfo: memFree=1421936/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=101.62
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 10162 0 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134784793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 71880

[startup+162.599 s]
/proc/loadavg: 1.99 1.95 1.96 3/83 16191
/proc/meminfo: memFree=1421936/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=161.2
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 16120 0 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 71880

[startup+222.618 s]
/proc/loadavg: 1.99 1.96 1.96 3/83 16191
/proc/meminfo: memFree=1421936/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=220.7
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 22069 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758941 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.7
Current children cumulated vsize (KiB) 71880

[startup+282.718 s]
/proc/loadavg: 1.47 1.82 1.91 2/66 16213
/proc/meminfo: memFree=1507912/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=280.65
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 28064 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.65
Current children cumulated vsize (KiB) 71880

[startup+342.756 s]
/proc/loadavg: 1.17 1.67 1.85 2/66 16213
/proc/meminfo: memFree=1507912/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=340.67
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 34066 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134785518 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.67
Current children cumulated vsize (KiB) 71880

[startup+402.792 s]
/proc/loadavg: 1.06 1.55 1.79 2/66 16213
/proc/meminfo: memFree=1507912/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=400.68
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 40067 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565967 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 71880

[startup+462.837 s]
/proc/loadavg: 1.02 1.44 1.74 2/66 16213
/proc/meminfo: memFree=1507976/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=460.71
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 46070 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 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) 71880

[startup+522.875 s]
/proc/loadavg: 1.01 1.36 1.69 2/66 16213
/proc/meminfo: memFree=1507976/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=520.73
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 52072 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.73
Current children cumulated vsize (KiB) 71880

[startup+582.913 s]
/proc/loadavg: 1.00 1.29 1.65 2/66 16213
/proc/meminfo: memFree=1507984/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=71880 CPUtime=580.75
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1496 0 0 0 58074 1 0 0 25 0 2 0 173292009 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554605 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 17970 1211 180 90 0 17508 0
[pid=16189/tid=16191] ppid=16187 vsize=71880 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173292019 73605120 1211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.75
Current children cumulated vsize (KiB) 71880

[startup+642.952 s]

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

/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1498 0 0 0 118106 2 0 0 25 0 3 0 173292009 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817667 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 20531 1213 180 90 0 20069 0
[pid=16189/tid=16191] ppid=16187 vsize=82124 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173292019 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=82124 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173382031 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.08
Current children cumulated vsize (KiB) 82124

[startup+1243.49 s]
/proc/loadavg: 1.00 1.03 1.30 2/67 16214
/proc/meminfo: memFree=1507912/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=82124 CPUtime=1241.12
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1498 0 0 0 124110 2 0 0 25 0 3 0 173292009 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661383 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 20531 1213 180 90 0 20069 0
[pid=16189/tid=16191] ppid=16187 vsize=82124 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173292019 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=82124 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173382031 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.12
Current children cumulated vsize (KiB) 82124

[startup+1303.55 s]
/proc/loadavg: 1.00 1.02 1.28 2/67 16214
/proc/meminfo: memFree=1507912/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=82124 CPUtime=1301.16
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1498 0 0 0 130114 2 0 0 25 0 3 0 173292009 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 20531 1213 180 90 0 20069 0
[pid=16189/tid=16191] ppid=16187 vsize=82124 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173292019 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=82124 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173382031 84094976 1213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 82124

[startup+1363.62 s]
/proc/loadavg: 1.00 1.01 1.26 2/68 16215
/proc/meminfo: memFree=1507904/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1361.21
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 136119 2 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664564 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.21
Current children cumulated vsize (KiB) 92368

[startup+1423.71 s]
/proc/loadavg: 1.00 1.01 1.24 2/68 16215
/proc/meminfo: memFree=1507904/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1421.28
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 142126 2 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 92368

[startup+1483.79 s]
/proc/loadavg: 1.00 1.00 1.22 2/68 16215
/proc/meminfo: memFree=1507904/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1481.35
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 148133 2 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.35
Current children cumulated vsize (KiB) 92368

[startup+1543.89 s]
/proc/loadavg: 1.00 1.00 1.20 2/74 16297
/proc/meminfo: memFree=1506640/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1541.39
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 154136 3 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.39
Current children cumulated vsize (KiB) 92368

[startup+1603.9 s]
/proc/loadavg: 1.00 1.00 1.19 2/74 16383
/proc/meminfo: memFree=1506576/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1601.34
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 160130 4 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624455 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.34
Current children cumulated vsize (KiB) 92368

[startup+1663.99 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 16413
/proc/meminfo: memFree=1507520/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1661.39
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 166135 4 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134779239 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.39
Current children cumulated vsize (KiB) 92368

[startup+1724.08 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 16413
/proc/meminfo: memFree=1507520/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1721.47
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 172143 4 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 92368

[startup+1784.18 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 16413
/proc/meminfo: memFree=1507520/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1781.54
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1513 0 0 0 178150 4 0 0 25 0 4 0 173292009 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16189/statm: 23092 1228 180 90 0 22630 0
[pid=16189/tid=16191] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16191/stat : 16191 (bprolog) S 16187 16189 15248 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173292019 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16189/tid=16214] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16214/stat : 16214 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173382031 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16189/tid=16215] ppid=16187 vsize=92368 CPUtime=0
/proc/16189/task/16215/stat : 16215 (bprolog) S 16187 16189 15248 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173427037 94584832 1228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 92368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.74 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 16413
/proc/meminfo: memFree=1507584/2055920 swapFree=4192812/4192956
[pid=16189] ppid=16187 vsize=92368 CPUtime=1800.1
/proc/16189/stat : 16189 (bprolog) R 16187 16189 15248 0 -1 4194304 1514 0 0 0 180006 4 0 0 25 0 1 0 173292009 94584832 1229 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 0 0 0 17 1 0 0
/proc/16189/statm: 23092 1229 181 90 0 22630 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 92368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.74
CPU time (s): 1800.11
CPU user time (s): 1800.06
CPU system time (s): 0.049992
CPU usage (%): 99.8541
Max. virtual memory (cumulated for all children) (KiB): 92368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1514
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= 14
involuntary context switches= 11919

runsolver used 1.3418 s user time and 4.16137 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Mon Jan  8 09:35:33 UTC 2007


IDJOB= 217788
IDBENCH= 5172
FILE ID= node51/217788-1168248933

PBS_JOBID= 3481904

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-70-13-a3.xml
COMMAND LINE= /tmp/evaluation/217788-1168248933/Complete/Ordinary/solver /tmp/evaluation/217788-1168248933/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-217788-1168248933 -o ROOT/results/node51/conversion-217788-1168248933 -C 600 -M 900 /tmp/evaluation/217788-1168248933/Complete/Ordinary/conversion /tmp/evaluation/217788-1168248933/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-217788-1168248933 -o ROOT/results/node51/solver-217788-1168248933 -C 1800 -M 900  /tmp/evaluation/217788-1168248933/Complete/Ordinary/solver /tmp/evaluation/217788-1168248933/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  867e5ac3974f1355ea650434b3018815

RANDOM SEED= 863673835

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.277
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.277
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:       1426520 kB
Buffers:         46260 kB
Cached:         432936 kB
SwapCached:          0 kB
Active:         233408 kB
Inactive:       342552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         115984 kB
Slab:            38548 kB
Committed_AS:  4492400 kB
PageTables:       2032 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= 66563 MiB



End job on node51 on Mon Jan  8 10:05:37 UTC 2007