Trace number 234203

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.03 1801.99

General information on the benchmark

Nametaillard/js-taillard-15/
js-taillard-15-100-1.xml
MD5SUMb3d611ca069239f98b1759de1b883165
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.0037
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1263
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/234203-1168331000/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/node58/watcher-234203-1168331000 -o ROOT/results/node58/solver-234203-1168331000 -C 1800 -M 900 /tmp/evaluation/234203-1168331000/Complete/Ordinary/solver /tmp/evaluation/234203-1168331000/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.36 2.38 2.23 3/84 22696
/proc/meminfo: memFree=1233896/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=872 CPUtime=0
/proc/22695/stat : 22695 (sh) R 22693 22695 21824 0 -1 4194304 28 0 0 0 0 0 0 0 20 0 1 0 181498039 892928 12 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 226235525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/22695/statm: 218 12 7 169 0 6 0

[startup+0.101799 s]
/proc/loadavg: 2.36 2.38 2.23 3/84 22696
/proc/meminfo: memFree=1233896/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=61796 CPUtime=0.08
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1427 0 0 0 8 0 0 0 20 0 1 0 181498039 63279104 1142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/22695/statm: 15449 1142 158 90 0 14987 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61796

[startup+0.509839 s]
/proc/loadavg: 2.36 2.38 2.23 3/84 22696
/proc/meminfo: memFree=1233896/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=0.48
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 48 0 0 0 24 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 72040

[startup+1.33091 s]
/proc/loadavg: 2.36 2.38 2.23 3/85 22697
/proc/meminfo: memFree=1226336/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=1.3
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 130 0 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 72040

[startup+2.96805 s]
/proc/loadavg: 2.36 2.38 2.23 3/85 22697
/proc/meminfo: memFree=1220640/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=2.92
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 292 0 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 72040

[startup+6.24733 s]
/proc/loadavg: 2.49 2.41 2.24 3/85 22697
/proc/meminfo: memFree=1196128/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=6.19
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 618 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72040

[startup+12.7359 s]
/proc/loadavg: 2.45 2.40 2.24 4/85 22697
/proc/meminfo: memFree=1157856/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=12.67
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 1266 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 72040

[startup+25.595 s]
/proc/loadavg: 2.35 2.38 2.24 4/85 22697
/proc/meminfo: memFree=1076704/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=25.51
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 2550 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618051 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 72040

[startup+51.2921 s]
/proc/loadavg: 2.23 2.35 2.23 3/85 22697
/proc/meminfo: memFree=917088/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=51.13
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 5112 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 72040

[startup+102.493 s]
/proc/loadavg: 2.10 2.29 2.22 5/85 22697
/proc/meminfo: memFree=819424/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=101.98
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 10197 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 72040

[startup+162.519 s]
/proc/loadavg: 2.03 2.24 2.20 3/85 22697
/proc/meminfo: memFree=816480/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=161.77
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 16176 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 72040

[startup+222.582 s]
/proc/loadavg: 2.01 2.19 2.18 3/85 22697
/proc/meminfo: memFree=814752/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=221.56
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 22155 1 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626455 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 72040

[startup+282.595 s]
/proc/loadavg: 1.99 2.18 2.18 2/66 22712
/proc/meminfo: memFree=1557384/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=281.36
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 28134 2 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 72040

[startup+342.652 s]
/proc/loadavg: 1.36 1.96 2.10 2/66 22712
/proc/meminfo: memFree=1557512/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=341.4
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 34138 2 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.4
Current children cumulated vsize (KiB) 72040

[startup+402.711 s]
/proc/loadavg: 1.13 1.78 2.03 2/66 22712
/proc/meminfo: memFree=1557512/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=401.45
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 40143 2 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.45
Current children cumulated vsize (KiB) 72040

[startup+462.765 s]
/proc/loadavg: 1.05 1.64 1.96 2/66 22712
/proc/meminfo: memFree=1557576/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=461.49
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 46147 2 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.49
Current children cumulated vsize (KiB) 72040

[startup+522.827 s]
/proc/loadavg: 1.02 1.52 1.90 2/66 22712
/proc/meminfo: memFree=1557640/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=521.53
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 52151 2 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817575 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.53
Current children cumulated vsize (KiB) 72040

[startup+582.88 s]
/proc/loadavg: 1.00 1.42 1.84 2/66 22712
/proc/meminfo: memFree=1557584/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=72040 CPUtime=581.57
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1881 0 0 0 58155 2 0 0 25 0 2 0 181498039 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134616994 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 18010 1596 172 90 0 17548 0
[pid=22695/tid=22697] ppid=22693 vsize=72040 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181498055 73768960 1596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.57
Current children cumulated vsize (KiB) 72040

[startup+642.934 s]

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

[pid=22695/tid=22697] ppid=22693 vsize=82284 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181498055 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=82284 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181588069 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.14
Current children cumulated vsize (KiB) 82284

[startup+1243.67 s]
/proc/loadavg: 1.00 1.04 1.39 2/67 22713
/proc/meminfo: memFree=1557448/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=82284 CPUtime=1242.21
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1896 0 0 0 124218 3 0 0 25 0 3 0 181498039 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134819345 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 20571 1611 172 90 0 20109 0
[pid=22695/tid=22697] ppid=22693 vsize=82284 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181498055 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=82284 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181588069 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 82284

[startup+1303.76 s]
/proc/loadavg: 1.00 1.03 1.36 2/67 22713
/proc/meminfo: memFree=1557448/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=82284 CPUtime=1302.28
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1896 0 0 0 130225 3 0 0 25 0 3 0 181498039 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 20571 1611 172 90 0 20109 0
[pid=22695/tid=22697] ppid=22693 vsize=82284 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181498055 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=82284 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181588069 84258816 1611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.28
Current children cumulated vsize (KiB) 82284

[startup+1363.84 s]
/proc/loadavg: 1.00 1.02 1.34 2/68 22714
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1362.35
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1897 0 0 0 136232 3 0 0 25 0 4 0 181498039 94748672 1612 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552429 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1612 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1612 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1612 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181633075 94748672 1612 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 92528

[startup+1423.85 s]
/proc/loadavg: 1.00 1.02 1.32 2/68 22714
/proc/meminfo: memFree=1557376/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1422.34
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1906 0 0 0 142231 3 0 0 25 0 4 0 181498039 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1621 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181633075 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 92528

[startup+1483.86 s]
/proc/loadavg: 1.00 1.01 1.29 2/68 22714
/proc/meminfo: memFree=1557376/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1482.33
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1906 0 0 0 148230 3 0 0 25 0 4 0 181498039 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553066 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1621 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181633075 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 92528

[startup+1543.94 s]
/proc/loadavg: 1.06 1.02 1.27 2/68 22714
/proc/meminfo: memFree=1557376/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1542.4
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1906 0 0 0 154237 3 0 0 25 0 4 0 181498039 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1621 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181633075 94748672 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.4
Current children cumulated vsize (KiB) 92528

[startup+1603.95 s]
/proc/loadavg: 1.02 1.02 1.26 2/68 22714
/proc/meminfo: memFree=1557376/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1602.39
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1907 0 0 0 160236 3 0 0 25 0 4 0 181498039 94748672 1622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1622 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181633075 94748672 1622 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.39
Current children cumulated vsize (KiB) 92528

[startup+1663.95 s]
/proc/loadavg: 1.00 1.01 1.24 2/68 22714
/proc/meminfo: memFree=1557312/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1662.39
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1917 0 0 0 166235 4 0 0 25 0 4 0 181498039 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809328 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1632 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181633075 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.39
Current children cumulated vsize (KiB) 92528

[startup+1723.96 s]
/proc/loadavg: 1.00 1.00 1.22 2/68 22714
/proc/meminfo: memFree=1557312/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1722.38
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1917 0 0 0 172234 4 0 0 25 0 4 0 181498039 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1632 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181633075 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 92528

[startup+1783.97 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 22714
/proc/meminfo: memFree=1557248/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1782.37
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1917 0 0 0 178233 4 0 0 25 0 4 0 181498039 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552350 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1632 172 90 0 22670 0
[pid=22695/tid=22697] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22697/stat : 22697 (bprolog) S 22693 22695 21824 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181498055 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22713] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22713/stat : 22713 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181588069 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181633075 94748672 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 92528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.61 s]
/proc/loadavg: 1.00 1.00 1.20 2/66 22714
/proc/meminfo: memFree=1557312/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=92528 CPUtime=1800.01
/proc/22695/stat : 22695 (bprolog) R 22693 22695 21824 0 -1 4194304 1918 0 0 0 179997 4 0 0 25 0 2 0 181498039 94748672 1633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621973 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22695/statm: 23132 1633 173 90 0 22670 0
[pid=22695/tid=22714] ppid=22693 vsize=92528 CPUtime=0
/proc/22695/task/22714/stat : 22714 (bprolog) S 22693 22695 21824 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 2 0 181633075 94748672 1633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 92528

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.99
CPU time (s): 1800.03
CPU user time (s): 1799.98
CPU system time (s): 0.043993
CPU usage (%): 99.8912
Max. virtual memory (cumulated for all children) (KiB): 92528

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

runsolver used 1.77473 s user time and 4.73128 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Jan  9 08:23:20 UTC 2007


IDJOB= 234203
IDBENCH= 6671
FILE ID= node58/234203-1168331000

PBS_JOBID= 3503253

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-100-1.xml
COMMAND LINE= /tmp/evaluation/234203-1168331000/Complete/Ordinary/solver /tmp/evaluation/234203-1168331000/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-234203-1168331000 -o ROOT/results/node58/conversion-234203-1168331000 -C 600 -M 900 /tmp/evaluation/234203-1168331000/Complete/Ordinary/conversion /tmp/evaluation/234203-1168331000/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-234203-1168331000 -o ROOT/results/node58/solver-234203-1168331000 -C 1800 -M 900  /tmp/evaluation/234203-1168331000/Complete/Ordinary/solver /tmp/evaluation/234203-1168331000/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b3d611ca069239f98b1759de1b883165

RANDOM SEED= 582573890

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.223
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.223
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:       1234248 kB
Buffers:         56044 kB
Cached:         360728 kB
SwapCached:          0 kB
Active:         378140 kB
Inactive:       379796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4256 kB
Writeback:           0 kB
Mapped:         361824 kB
Slab:            48404 kB
Committed_AS:  4078292 kB
PageTables:       2408 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= 66556 MiB



End job on node58 on Tue Jan  9 08:53:23 UTC 2007