Trace number 232239

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.12

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-9.xml
MD5SUMf41f74e67ebd749df209f3aa190b0751
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1535
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/232239-1168321155/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/node42/watcher-232239-1168321155 -o ROOT/results/node42/solver-232239-1168321155 -C 1800 -M 900 /tmp/evaluation/232239-1168321155/Complete/Ordinary/solver /tmp/evaluation/232239-1168321155/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.97 2.00 1.84 5/81 5309
/proc/meminfo: memFree=1230208/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=18540 CPUtime=0
/proc/5308/stat : 5308 (runsolver) R 5306 5308 4798 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 180514984 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5308/statm: 4635 279 244 17 0 2626 0

[startup+0.107291 s]
/proc/loadavg: 1.97 2.00 1.84 5/81 5309
/proc/meminfo: memFree=1230208/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=53824 CPUtime=0.09
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 1876 0 0 0 8 1 0 0 20 0 1 0 180514984 55115776 1592 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613927 0 0 4096 2 0 0 0 17 1 0 0
/proc/5308/statm: 13456 1592 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51533 s]
/proc/loadavg: 1.97 2.00 1.84 5/81 5309
/proc/meminfo: memFree=1230208/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72280 CPUtime=0.5
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3168 0 0 0 49 1 0 0 24 0 2 0 180514984 74014720 2791 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5308/statm: 18070 2791 171 90 0 17608 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72280

[startup+1.33642 s]
/proc/loadavg: 1.97 2.00 1.84 3/82 5310
/proc/meminfo: memFree=1213752/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72280 CPUtime=1.31
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3168 0 0 0 130 1 0 0 25 0 2 0 180514984 74014720 2791 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858221 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5308/statm: 18070 2791 171 90 0 17608 0
[pid=5308/tid=5310] ppid=5306 vsize=72280 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74014720 2791 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) 72280

[startup+2.97361 s]
/proc/loadavg: 1.97 2.00 1.84 3/82 5310
/proc/meminfo: memFree=1129592/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=2.95
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3594 0 0 0 293 2 0 0 25 0 2 0 180514984 74018816 3117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5308/statm: 18071 3117 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3117 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72284

[startup+6.25306 s]
/proc/loadavg: 2.05 2.01 1.85 4/82 5310
/proc/meminfo: memFree=1052408/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=6.22
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3635 0 0 0 620 2 0 0 25 0 2 0 180514984 74018816 3158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5308/statm: 18071 3158 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3158 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) 72284

[startup+12.7267 s]
/proc/loadavg: 2.05 2.01 1.85 3/82 5310
/proc/meminfo: memFree=932544/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=12.66
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3682 0 0 0 1264 2 0 0 25 0 2 0 180514984 74018816 3205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5308/statm: 18071 3205 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 72284

[startup+25.5811 s]
/proc/loadavg: 2.10 2.03 1.85 3/82 5310
/proc/meminfo: memFree=810048/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=25.45
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3682 0 0 0 2543 2 0 0 25 0 2 0 180514984 74018816 3205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5308/statm: 18071 3205 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 72284

[startup+51.2429 s]
/proc/loadavg: 2.14 2.04 1.86 3/75 6004
/proc/meminfo: memFree=1395056/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=51.03
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3691 0 0 0 5097 6 0 0 25 0 2 0 180514984 74018816 3214 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3214 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3214 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 72284

[startup+102.458 s]
/proc/loadavg: 2.06 2.03 1.87 3/75 6005
/proc/meminfo: memFree=1433848/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=102.18
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3692 0 0 0 10211 7 0 0 25 0 2 0 180514984 74018816 3215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627592 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3215 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 72284

[startup+162.529 s]
/proc/loadavg: 2.09 2.04 1.88 3/75 6005
/proc/meminfo: memFree=1433848/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=162.2
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3697 0 0 0 16213 7 0 0 25 0 2 0 180514984 74018816 3220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3220 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 72284

[startup+222.612 s]
/proc/loadavg: 2.03 2.03 1.88 3/75 6005
/proc/meminfo: memFree=1433784/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=222.21
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3697 0 0 0 22214 7 0 0 25 0 2 0 180514984 74018816 3220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622746 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3220 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 72284

[startup+282.679 s]
/proc/loadavg: 2.01 2.02 1.89 3/75 6005
/proc/meminfo: memFree=1433784/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=282.21
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3697 0 0 0 28214 7 0 0 25 0 2 0 180514984 74018816 3220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3220 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 72284

[startup+342.75 s]
/proc/loadavg: 2.00 2.02 1.89 3/75 6005
/proc/meminfo: memFree=1433784/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=342.23
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3698 0 0 0 34216 7 0 0 25 0 2 0 180514984 74018816 3221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589504 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3221 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 72284

[startup+402.816 s]
/proc/loadavg: 2.00 2.01 1.90 3/75 6005
/proc/meminfo: memFree=1433784/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=402.23
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3698 0 0 0 40216 7 0 0 25 0 2 0 180514984 74018816 3221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3221 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 72284

[startup+462.896 s]
/proc/loadavg: 2.00 2.01 1.91 3/75 6005
/proc/meminfo: memFree=1433720/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=462.25
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3698 0 0 0 46218 7 0 0 25 0 2 0 180514984 74018816 3221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3221 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 72284

[startup+522.961 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6005
/proc/meminfo: memFree=1433720/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=522.28
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3699 0 0 0 52220 8 0 0 25 0 2 0 180514984 74018816 3222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3222 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 72284

[startup+583.061 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6005
/proc/meminfo: memFree=1433720/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=72284 CPUtime=582.3
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3699 0 0 0 58222 8 0 0 25 0 2 0 180514984 74018816 3222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 18071 3222 172 90 0 17609 0
[pid=5308/tid=5310] ppid=5306 vsize=72284 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180515018 74018816 3222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72284

[startup+643.13 s]

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

Current children cumulated CPU time (s) 1182.52
Current children cumulated vsize (KiB) 82528

[startup+1243.97 s]
/proc/loadavg: 2.00 2.02 1.94 3/76 6006
/proc/meminfo: memFree=1433648/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=82528 CPUtime=1242.56
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3729 0 0 0 124247 9 0 0 25 0 3 0 180514984 84508672 3252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 20632 3252 172 90 0 20170 0
[pid=5308/tid=5310] ppid=5306 vsize=82528 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180515018 84508672 3252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=82528 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180605196 84508672 3252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.56
Current children cumulated vsize (KiB) 82528

[startup+1304.06 s]
/proc/loadavg: 2.00 2.01 1.94 3/82 6032
/proc/meminfo: memFree=1432304/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=82528 CPUtime=1302.57
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3729 0 0 0 130248 9 0 0 25 0 3 0 180514984 84508672 3252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 20632 3252 172 90 0 20170 0
[pid=5308/tid=5310] ppid=5306 vsize=82528 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180515018 84508672 3252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=82528 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180605196 84508672 3252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.57
Current children cumulated vsize (KiB) 82528

[startup+1364.08 s]
/proc/loadavg: 2.00 2.01 1.94 3/83 6157
/proc/meminfo: memFree=1432248/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1362.51
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3837 0 0 0 136227 24 0 0 25 0 4 0 180514984 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3259 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 180650208 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.51
Current children cumulated vsize (KiB) 92772

[startup+1424.11 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1422.49
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3837 0 0 0 142216 33 0 0 25 0 4 0 180514984 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3259 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 180650208 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.49
Current children cumulated vsize (KiB) 92772

[startup+1484.14 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1482.43
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3837 0 0 0 148210 33 0 0 25 0 4 0 180514984 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3259 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 180650208 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.43
Current children cumulated vsize (KiB) 92772

[startup+1544.16 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1542.41
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3837 0 0 0 154208 33 0 0 25 0 4 0 180514984 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624180 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3259 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 180650208 94998528 3259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.41
Current children cumulated vsize (KiB) 92772

[startup+1604.19 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1602.38
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3840 0 0 0 160205 33 0 0 25 0 4 0 180514984 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621991 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3262 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180650208 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.38
Current children cumulated vsize (KiB) 92772

[startup+1664.2 s]
/proc/loadavg: 2.05 2.01 1.95 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1662.31
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3840 0 0 0 166198 33 0 0 25 0 4 0 180514984 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3262 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180650208 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 92772

[startup+1724.21 s]
/proc/loadavg: 2.02 2.01 1.95 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1722.28
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3840 0 0 0 172195 33 0 0 25 0 4 0 180514984 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3262 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180650208 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 92772

[startup+1784.23 s]
/proc/loadavg: 2.06 2.02 1.95 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1782.25
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3840 0 0 0 178192 33 0 0 25 0 4 0 180514984 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3262 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180650208 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 92772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.05 2.02 1.95 3/77 6205
/proc/meminfo: memFree=1433128/2055920 swapFree=4191892/4192956
[pid=5308] ppid=5306 vsize=92772 CPUtime=1800.09
/proc/5308/stat : 5308 (bprolog) R 5306 5308 4798 0 -1 4194304 3840 0 0 0 179975 34 0 0 25 0 4 0 180514984 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5308/statm: 23193 3262 172 90 0 22731 0
[pid=5308/tid=5310] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/5310/stat : 5310 (bprolog) S 5306 5308 4798 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180515018 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5308/tid=6006] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6006/stat : 6006 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180605196 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5308/tid=6151] ppid=5306 vsize=92772 CPUtime=0
/proc/5308/task/6151/stat : 6151 (bprolog) S 5306 5308 4798 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180650208 94998528 3262 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 92772

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.12
CPU time (s): 1800.11
CPU user time (s): 1799.77
CPU system time (s): 0.343947
CPU usage (%): 99.8886
Max. virtual memory (cumulated for all children) (KiB): 92772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3840
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= 551
involuntary context switches= 8618

runsolver used 2.17767 s user time and 5.79312 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Jan  9 05:39:15 UTC 2007


IDJOB= 232239
IDBENCH= 6509
FILE ID= node42/232239-1168321155

PBS_JOBID= 3502859

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-9.xml
COMMAND LINE= /tmp/evaluation/232239-1168321155/Complete/Ordinary/solver /tmp/evaluation/232239-1168321155/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node42/convwatcher-232239-1168321155 -o ROOT/results/node42/conversion-232239-1168321155 -C 600 -M 900 /tmp/evaluation/232239-1168321155/Complete/Ordinary/conversion /tmp/evaluation/232239-1168321155/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-232239-1168321155 -o ROOT/results/node42/solver-232239-1168321155 -C 1800 -M 900  /tmp/evaluation/232239-1168321155/Complete/Ordinary/solver /tmp/evaluation/232239-1168321155/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f41f74e67ebd749df209f3aa190b0751

RANDOM SEED= 228177975

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.229
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.229
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:       1231648 kB
Buffers:         56636 kB
Cached:         365948 kB
SwapCached:        376 kB
Active:         507712 kB
Inactive:       256944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1231648 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5100 kB
Writeback:           0 kB
Mapped:         359768 kB
Slab:            44320 kB
Committed_AS:  4670996 kB
PageTables:       2504 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= 66537 MiB



End job on node42 on Tue Jan  9 06:09:20 UTC 2007