Trace number 2085192

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Concrete DC 2009-07-14UNSAT 17.2454 17.3804

DiagnosticValue
CHECKS345304
NODES52

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-5/
normalized-lei450-05c-04.xml
MD5SUM51e3a409d29f8ba8e006b0765e6c3201
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.346946
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9803
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9803
Global constraints used (with number of constraints)

Solver Data

9.16/9.29	c CPU-LOAD 7.42
9.16/9.29	c LOADED 450 V (4 E), 9803 ExtensionConstraint2D, arity 2, 7.42 cpu
17.18/17.33	s UNSATISFIABLE
17.18/17.33	d NODES 52
17.18/17.33	d CHECKS 345304
17.18/17.33	c CDC-added-constraints: 0
17.18/17.33	c CDC-nbsingletontests: 1800
17.18/17.33	c CDC-nogoods: 0
17.18/17.33	c heuristic-cpu: 0.0
17.18/17.33	c prepro-constraint-ccks: 0
17.18/17.33	c prepro-constraint-presenceccks: 0
17.18/17.33	c prepro-cpu: 7.14
17.18/17.33	c prepro-matrix2d-ccks: 313696
17.18/17.33	c prepro-matrix2d-presenceccks: 0
17.18/17.33	c prepro-removed: 0
17.18/17.33	c search-cpu: 0.5600004
17.18/17.33	c search-nps: 92.85707
17.18/17.33	c total-assgn: 52
17.18/17.33	c total-constraint-ccks: 0
17.18/17.33	c total-constraint-presence-ccks: 0
17.18/17.33	c total-cpu: 7.76
17.18/17.33	c total-matrix2d-ccks: 345304
17.18/17.33	c total-matrix2d-presence-ccks: 0
17.18/17.33	c TOTAL-NODES 52
17.18/17.33	c TOTAL-CPU 7.76

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085192-1247725499/watcher-2085192-1247725499 -o /tmp/evaluation-result-2085192-1247725499/solver-2085192-1247725499 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2085192-1247725499.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 12492
/proc/meminfo: memFree=1609516/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=18576 CPUtime=0
/proc/12492/stat : 12492 (runsolver) R 12490 12492 12455 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 59616996 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12492/statm: 4644 284 249 26 0 2626 0

[startup+0.021059 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 12492
/proc/meminfo: memFree=1609516/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102627 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 12492
/proc/meminfo: memFree=1609516/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301648 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 12492
/proc/meminfo: memFree=1609516/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701694 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 12492
/proc/meminfo: memFree=1609516/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50279 s]
/proc/loadavg: 1.91 1.97 1.99 3/91 12505
/proc/meminfo: memFree=1594588/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=848408 CPUtime=1.54
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 6801 0 1 0 147 7 0 0 18 0 9 0 59616997 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 212102 6061 2003 9 0 206580 0
[pid=12497/tid=12498] ppid=12492 vsize=848408 CPUtime=1.15
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 3901 0 1 0 111 4 0 0 22 0 9 0 59616999 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4125998065 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=848408 CPUtime=0.06
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 873 0 0 0 6 0 0 0 16 0 9 0 59617000 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59617000 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59617000 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59617003 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=848408 CPUtime=0.3
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 1331 0 0 0 29 1 0 0 16 0 9 0 59617006 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59617006 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59617007 868769792 6061 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 853764

[startup+3.10296 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 12505
/proc/meminfo: memFree=1590364/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=848408 CPUtime=3.13
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 8615 0 1 0 305 8 0 0 18 0 9 0 59616997 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 212102 7636 2624 9 0 206580 0
[pid=12497/tid=12498] ppid=12492 vsize=848408 CPUtime=2.64
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 3915 0 1 0 260 4 0 0 25 0 9 0 59616999 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4126370661 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=848408 CPUtime=0.15
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 2673 0 0 0 15 0 0 0 16 0 9 0 59617000 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59617000 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59617000 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59617003 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=848408 CPUtime=0.3
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 1331 0 0 0 29 1 0 0 16 0 9 0 59617006 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59617006 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59617007 868769792 7636 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 853764

[startup+6.30132 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 12505
/proc/meminfo: memFree=1586212/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=848408 CPUtime=6.29
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 9378 0 1 0 621 8 0 0 18 0 9 0 59616997 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 212102 8308 2624 9 0 206580 0
[pid=12497/tid=12498] ppid=12492 vsize=848408 CPUtime=5.69
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 3928 0 1 0 565 4 0 0 25 0 9 0 59616999 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4126366877 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=848408 CPUtime=0.27
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 3423 0 0 0 26 1 0 0 16 0 9 0 59617000 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59617000 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59617000 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59617003 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=848408 CPUtime=0.3
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 1331 0 0 0 29 1 0 0 16 0 9 0 59617006 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59617006 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=848408 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59617007 868769792 8308 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 853764

[startup+12.701 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 12507
/proc/meminfo: memFree=1570140/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=852508 CPUtime=12.63
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 14612 0 1 0 1249 14 0 0 18 0 10 0 59616997 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 213127 12135 2634 9 0 207605 0
[pid=12497/tid=12498] ppid=12492 vsize=852508 CPUtime=10.84
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 4476 0 1 0 1079 5 0 0 25 0 10 0 59616999 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4127726938 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=852508 CPUtime=1.01
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 6811 0 0 0 97 4 0 0 16 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59617003 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=852508 CPUtime=0.75
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 2618 0 0 0 73 2 0 0 16 0 10 0 59617006 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59617006 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59617007 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12507] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12507/stat : 12507 (java) S 12492 12492 12455 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59617940 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 857864

Solver just ended. Dumping a history of the last processes samples

[startup+15.9024 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 12507
/proc/meminfo: memFree=1570140/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=852508 CPUtime=15.8
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 14634 0 1 0 1566 14 0 0 18 0 10 0 59616997 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 213127 12135 2634 9 0 207605 0
[pid=12497/tid=12498] ppid=12492 vsize=852508 CPUtime=14
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 4498 0 1 0 1394 6 0 0 25 0 10 0 59616999 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4127760521 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=852508 CPUtime=1.02
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 6811 0 0 0 98 4 0 0 16 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59617003 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=852508 CPUtime=0.75
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 2618 0 0 0 73 2 0 0 15 0 10 0 59617006 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59617006 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59617007 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12507] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12507/stat : 12507 (java) S 12492 12492 12455 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59617940 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 857864

[startup+16.7025 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 12507
/proc/meminfo: memFree=1570140/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=852508 CPUtime=16.58
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 14640 0 1 0 1644 14 0 0 18 0 10 0 59616997 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 213127 12135 2634 9 0 207605 0
[pid=12497/tid=12498] ppid=12492 vsize=852508 CPUtime=14.78
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 4504 0 1 0 1472 6 0 0 25 0 10 0 59616999 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 104749972 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=852508 CPUtime=1.02
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 6811 0 0 0 98 4 0 0 16 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 59617000 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59617003 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=852508 CPUtime=0.75
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 2618 0 0 0 73 2 0 0 15 0 10 0 59617006 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59617006 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59617007 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12507] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12507/stat : 12507 (java) S 12492 12492 12455 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59617940 872968192 12135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 857864

[startup+17.1025 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 12507
/proc/meminfo: memFree=1570140/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=852508 CPUtime=16.98
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 14642 0 1 0 1684 14 0 0 18 0 9 0 59616997 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 213127 12136 2634 9 0 207605 0
[pid=12497/tid=12498] ppid=12492 vsize=852508 CPUtime=15.18
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 4504 0 1 0 1512 6 0 0 25 0 9 0 59616999 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4127737806 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=852508 CPUtime=1.02
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 6811 0 0 0 98 4 0 0 16 0 9 0 59617000 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59617000 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59617000 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59617003 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=852508 CPUtime=0.76
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 2619 0 0 0 74 2 0 0 15 0 9 0 59617006 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59617006 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59617007 872968192 12136 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.98
Current children cumulated vsize (KiB) 857864

[startup+17.3034 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 12507
/proc/meminfo: memFree=1570140/2055920 swapFree=4192812/4192956
[pid=12492] ppid=12490 vsize=5356 CPUtime=0
/proc/12492/stat : 12492 (concrete.sh) S 12490 12492 12455 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59616996 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12492/statm: 1339 244 201 169 0 50 0
[pid=12497] ppid=12492 vsize=852508 CPUtime=17.18
/proc/12497/stat : 12497 (java) S 12492 12492 12455 0 -1 0 14648 0 1 0 1704 14 0 0 18 0 9 0 59616997 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 213127 12142 2634 9 0 207605 0
[pid=12497/tid=12498] ppid=12492 vsize=852508 CPUtime=15.37
/proc/12497/task/12498/stat : 12498 (java) R 12492 12492 12455 0 -1 64 4504 0 1 0 1531 6 0 0 25 0 9 0 59616999 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12492 vsize=852508 CPUtime=1.02
/proc/12497/task/12499/stat : 12499 (java) S 12492 12492 12455 0 -1 64 6811 0 0 0 98 4 0 0 16 0 9 0 59617000 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12492 12492 12455 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59617000 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12492 12492 12455 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59617000 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59617003 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12492 vsize=852508 CPUtime=0.77
/proc/12497/task/12503/stat : 12503 (java) S 12492 12492 12455 0 -1 64 2625 0 0 0 74 3 0 0 15 0 9 0 59617006 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59617006 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12492 vsize=852508 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12492 12492 12455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59617007 872968192 12142 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.18
Current children cumulated vsize (KiB) 857864

Child status: 0
Real time (s): 17.3804
CPU time (s): 17.2454
CPU user time (s): 17.0804
CPU system time (s): 0.164974
CPU usage (%): 99.2232
Max. virtual memory (cumulated for all children) (KiB): 859152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0804
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6134
involuntary context switches= 6671

runsolver used 0.025996 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-16 08:24:59
IDJOB=2085192
IDBENCH=58313
IDSOLVER=736
FILE ID=node9/2085192-1247725499
PBS_JOBID= 9521576
Free space on /tmp= 66372 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-5/normalized-lei450-05c-04.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085192-1247725499/watcher-2085192-1247725499 -o /tmp/evaluation-result-2085192-1247725499/solver-2085192-1247725499 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2085192-1247725499.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 51e3a409d29f8ba8e006b0765e6c3201
RANDOM SEED=134965062

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.216
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.216
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:       1609996 kB
Buffers:         76968 kB
Cached:         243856 kB
SwapCached:          0 kB
Active:          94576 kB
Inactive:       281728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609996 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          75932 kB
Slab:            54776 kB
Committed_AS:   595052 kB
PageTables:       1928 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= 66372 MiB
End job on node9 at 2009-07-16 08:25:16