Trace number 1080351

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
galac E? (TO) 1800.01 1817.02

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-6_ext.xml
MD5SUM0f1b884dfd1924af2bb3a0367831bfe2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.70252
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.75/1.85	c start processing
1.75/1.85	c start relation processing
4.52/4.63	c start cnf exporting
17.99/18.29	c parsing time : 1.723
17.99/18.29	c preprocessing time : 18.167
17.99/18.29	
17.99/18.29	c Nary constraints - conflicts : 0 supports : 60
17.99/18.29	c Binary constraints - conflicts : 0 supports :0
17.99/18.29	c max arity constraint : 3
17.99/18.29	c Max Tuples generated 0
17.99/18.29	c relations : 60
17.99/18.29	c relations BDD: 60
17.99/18.29	c sampling 0/0
17.99/18.29	c vars : 135767 - clauses :  433154
17.99/18.29	
18.09/18.34	 
18.09/18.34	c --- SAT Solver Stats ---
18.09/18.34	 
18.09/18.34	c eSAT 0.1 : minisat core with additionnal features
18.09/18.34	c ============================[ Problem Statistics ]=============================
18.09/18.34	c |                                                                             |
18.09/18.34	c |  Number of variables:  135766                                               |
18.09/18.34	c |  Number of clauses:    433154                                               |
18.56/18.81	c |  Parsing time:         0.42         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080351-1215212739/watcher-1080351-1215212739 -o /tmp/evaluation-result-1080351-1215212739/solver-1080351-1215212739 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080351-1215212739.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 17574
/proc/meminfo: memFree=1779512/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=8652 CPUtime=0
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 346 0 0 0 0 0 0 0 17 0 1 0 1005728877 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 2163 280 208 79 0 156 0
[pid=17575] ppid=17574 vsize=8688 CPUtime=0
/proc/17575/stat : 17575 (galacE.sh) S 17574 17574 15810 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1005728877 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269028655186 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17575/statm: 2172 286 209 79 0 165 0
[pid=17576] ppid=17575 vsize=8728 CPUtime=0
/proc/17576/stat : 17576 (galacE.sh) R 17575 17574 15810 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1005728877 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269028486439 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/17576/statm: 2182 290 209 79 0 175 0

[startup+0.026913 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 17574
/proc/meminfo: memFree=1779512/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=8784 CPUtime=0.01
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 586 1319 0 0 0 0 0 1 20 0 1 0 1005728877 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 269028655186 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17574/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101922 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 17574
/proc/meminfo: memFree=1779512/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.301936 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 17574
/proc/meminfo: memFree=1779512/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.701975 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 17574
/proc/meminfo: memFree=1779512/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+1.50204 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 17596
/proc/meminfo: memFree=1709480/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17588] ppid=17574 vsize=812628 CPUtime=1.43
/proc/17588/stat : 17588 (java) S 17574 17574 15810 0 -1 0 21757 0 1 0 134 9 0 0 18 0 9 0 1005728880 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17588/statm: 203157 21182 1882 9 0 197138 0
[pid=17588/tid=17589] ppid=17574 vsize=812628 CPUtime=1.22
/proc/17588/task/17589/stat : 17589 (java) R 17574 17574 15810 0 -1 64 14456 0 1 0 116 6 0 0 25 0 9 0 1005728882 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4126738875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17590] ppid=17574 vsize=812628 CPUtime=0.07
/proc/17588/task/17590/stat : 17590 (java) S 17574 17574 15810 0 -1 64 5847 0 0 0 5 2 0 0 16 0 9 0 1005728883 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17591] ppid=17574 vsize=812628 CPUtime=0
/proc/17588/task/17591/stat : 17591 (java) S 17574 17574 15810 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1005728883 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17592] ppid=17574 vsize=812628 CPUtime=0
/proc/17588/task/17592/stat : 17592 (java) S 17574 17574 15810 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1005728883 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17593] ppid=17574 vsize=812628 CPUtime=0
/proc/17588/task/17593/stat : 17593 (java) S 17574 17574 15810 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1005728885 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17594] ppid=17574 vsize=812628 CPUtime=0.12
/proc/17588/task/17594/stat : 17594 (java) S 17574 17574 15810 0 -1 64 756 0 0 0 12 0 0 0 16 0 9 0 1005728885 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17595] ppid=17574 vsize=812628 CPUtime=0
/proc/17588/task/17595/stat : 17595 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1005728885 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17596] ppid=17574 vsize=812628 CPUtime=0
/proc/17588/task/17596/stat : 17596 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1005728885 832131072 21182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860200

[startup+3.10217 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 17596
/proc/meminfo: memFree=1696104/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17588] ppid=17574 vsize=812736 CPUtime=3.02
/proc/17588/stat : 17588 (java) S 17574 17574 15810 0 -1 0 23035 0 1 0 292 10 0 0 18 0 9 0 1005728880 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17588/statm: 203184 22457 1887 9 0 197165 0
[pid=17588/tid=17589] ppid=17574 vsize=812736 CPUtime=2.74
/proc/17588/task/17589/stat : 17589 (java) R 17574 17574 15810 0 -1 64 14482 0 1 0 267 7 0 0 25 0 9 0 1005728882 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4126847691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17590] ppid=17574 vsize=812736 CPUtime=0.1
/proc/17588/task/17590/stat : 17590 (java) S 17574 17574 15810 0 -1 64 7076 0 0 0 8 2 0 0 17 0 9 0 1005728883 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17591] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17591/stat : 17591 (java) S 17574 17574 15810 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1005728883 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17592] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17592/stat : 17592 (java) S 17574 17574 15810 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1005728883 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17593] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17593/stat : 17593 (java) S 17574 17574 15810 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1005728885 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17594] ppid=17574 vsize=812736 CPUtime=0.15
/proc/17588/task/17594/stat : 17594 (java) S 17574 17574 15810 0 -1 64 779 0 0 0 15 0 0 0 16 0 9 0 1005728885 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17595] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17595/stat : 17595 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1005728885 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17596] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17596/stat : 17596 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1005728885 832241664 22457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860308

[startup+6.30142 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 17596
/proc/meminfo: memFree=1644520/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17588] ppid=17574 vsize=812736 CPUtime=6.19
/proc/17588/stat : 17588 (java) S 17574 17574 15810 0 -1 0 37215 0 1 0 601 18 0 0 18 0 9 0 1005728880 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17588/statm: 203184 36630 1908 9 0 197165 0
[pid=17588/tid=17589] ppid=17574 vsize=812736 CPUtime=5.13
/proc/17588/task/17589/stat : 17589 (java) R 17574 17574 15810 0 -1 64 14529 0 1 0 505 8 0 0 25 0 9 0 1005728882 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 103841073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17590] ppid=17574 vsize=812736 CPUtime=0.81
/proc/17588/task/17590/stat : 17590 (java) S 17574 17574 15810 0 -1 64 21166 0 0 0 73 8 0 0 16 0 9 0 1005728883 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17591] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17591/stat : 17591 (java) S 17574 17574 15810 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1005728883 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17592] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17592/stat : 17592 (java) S 17574 17574 15810 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1005728883 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17593] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17593/stat : 17593 (java) S 17574 17574 15810 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17594] ppid=17574 vsize=812736 CPUtime=0.21
/proc/17588/task/17594/stat : 17594 (java) S 17574 17574 15810 0 -1 64 822 0 0 0 21 0 0 0 16 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17595] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17595/stat : 17595 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17596] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17596/stat : 17596 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860308

[startup+12.7029 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 17596
/proc/meminfo: memFree=1635176/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=0.02
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17588] ppid=17574 vsize=812736 CPUtime=12.53
/proc/17588/stat : 17588 (java) S 17574 17574 15810 0 -1 0 37227 0 1 0 1232 21 0 0 18 0 9 0 1005728880 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17588/statm: 203184 36630 1908 9 0 197165 0
[pid=17588/tid=17589] ppid=17574 vsize=812736 CPUtime=11.45
/proc/17588/task/17589/stat : 17589 (java) R 17574 17574 15810 0 -1 64 14541 0 1 0 1135 10 0 0 25 0 9 0 1005728882 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4126655251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17590] ppid=17574 vsize=812736 CPUtime=0.82
/proc/17588/task/17590/stat : 17590 (java) S 17574 17574 15810 0 -1 64 21166 0 0 0 74 8 0 0 16 0 9 0 1005728883 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17591] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17591/stat : 17591 (java) S 17574 17574 15810 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1005728883 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17592] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17592/stat : 17592 (java) S 17574 17574 15810 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1005728883 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17593] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17593/stat : 17593 (java) S 17574 17574 15810 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17594] ppid=17574 vsize=812736 CPUtime=0.21
/proc/17588/task/17594/stat : 17594 (java) S 17574 17574 15810 0 -1 64 822 0 0 0 21 0 0 0 16 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17595] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17595/stat : 17595 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17588/tid=17596] ppid=17574 vsize=812736 CPUtime=0
/proc/17588/task/17596/stat : 17596 (java) S 17574 17574 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1005728885 832241664 36630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860308

[startup+25.5019 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 17597
/proc/meminfo: memFree=1694120/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=78940 CPUtime=7.08
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 21393 0 0 0 699 9 0 0 25 0 1 0 1005730711 80834560 19217 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 19735 19217 79 162 0 19570 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 126512

[startup+51.102 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 17597
/proc/meminfo: memFree=1694248/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=78940 CPUtime=32.45
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 21397 0 0 0 3236 9 0 0 25 0 1 0 1005730711 80834560 19221 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 19735 19221 80 162 0 19570 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 126512

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 17597

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

/proc/17597/statm: 27509 26999 80 162 0 27344 0
Current children cumulated CPU time (s) 1111.78
Current children cumulated vsize (KiB) 157608

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17639
/proc/meminfo: memFree=1510048/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=110036 CPUtime=1153.1
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 29175 0 0 0 115286 24 0 0 25 0 1 0 1005730711 112676864 26999 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 27509 26999 80 162 0 27344 0
Current children cumulated CPU time (s) 1171.22
Current children cumulated vsize (KiB) 157608

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17639
/proc/meminfo: memFree=1509856/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=110036 CPUtime=1212.55
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 29181 0 0 0 121230 25 0 0 25 0 1 0 1005730711 112676864 27005 996147200 134512640 135177480 4294955968 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 27509 27005 80 162 0 27344 0
Current children cumulated CPU time (s) 1230.67
Current children cumulated vsize (KiB) 157608

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17639
/proc/meminfo: memFree=1509664/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=110376 CPUtime=1271.99
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 29227 0 0 0 127174 25 0 0 25 0 1 0 1005730711 113025024 27051 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 27594 27051 80 162 0 27429 0
Current children cumulated CPU time (s) 1290.11
Current children cumulated vsize (KiB) 157948

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17639
/proc/meminfo: memFree=1509408/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=110516 CPUtime=1331.42
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 29279 0 0 0 133117 25 0 0 25 0 1 0 1005730711 113168384 27103 996147200 134512640 135177480 4294955968 18446744073709551615 134565682 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 27629 27103 80 162 0 27464 0
Current children cumulated CPU time (s) 1349.54
Current children cumulated vsize (KiB) 158088

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 17639
/proc/meminfo: memFree=1509152/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=110908 CPUtime=1390.87
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 29356 0 0 0 139062 25 0 0 25 0 1 0 1005730711 113569792 27180 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 27727 27180 80 162 0 27562 0
Current children cumulated CPU time (s) 1408.99
Current children cumulated vsize (KiB) 158480

[startup+1482.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/83 17639
/proc/meminfo: memFree=1506016/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=114284 CPUtime=1450.31
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 30162 0 0 0 145004 27 0 0 25 0 1 0 1005730711 117026816 27986 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 28571 27986 80 162 0 28406 0
Current children cumulated CPU time (s) 1468.43
Current children cumulated vsize (KiB) 161856

[startup+1542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/83 17639
/proc/meminfo: memFree=1502048/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=118156 CPUtime=1509.75
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 31110 0 0 0 150946 29 0 0 25 0 1 0 1005730711 120991744 28934 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 29539 28934 80 162 0 29374 0
Current children cumulated CPU time (s) 1527.87
Current children cumulated vsize (KiB) 165728

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/83 17639
/proc/meminfo: memFree=1501216/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=118828 CPUtime=1569.19
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 31287 0 0 0 156889 30 0 0 25 0 1 0 1005730711 121679872 29111 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 29707 29111 80 162 0 29542 0
Current children cumulated CPU time (s) 1587.31
Current children cumulated vsize (KiB) 166400

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 17639
/proc/meminfo: memFree=1501088/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=118828 CPUtime=1628.62
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 31287 0 0 0 162832 30 0 0 25 0 1 0 1005730711 121679872 29111 996147200 134512640 135177480 4294955968 18446744073709551615 134571299 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 29707 29111 80 162 0 29542 0
Current children cumulated CPU time (s) 1646.74
Current children cumulated vsize (KiB) 166400

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17639
/proc/meminfo: memFree=1501024/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=118828 CPUtime=1688.07
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 31287 0 0 0 168777 30 0 0 25 0 1 0 1005730711 121679872 29111 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 29707 29111 80 162 0 29542 0
Current children cumulated CPU time (s) 1706.19
Current children cumulated vsize (KiB) 166400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17639
/proc/meminfo: memFree=1500768/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=119008 CPUtime=1747.5
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 31323 0 0 0 174720 30 0 0 25 0 1 0 1005730711 121864192 29147 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 29752 29147 80 162 0 29587 0
Current children cumulated CPU time (s) 1765.62
Current children cumulated vsize (KiB) 166580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17639
/proc/meminfo: memFree=1500768/2055920 swapFree=4137208/4192956
[pid=17574] ppid=17572 vsize=47572 CPUtime=18.12
/proc/17574/stat : 17574 (galacE.sh) S 17572 17574 15810 0 -1 4194304 799 38948 0 1 0 1 1785 26 17 0 1 0 1005728877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17574/statm: 11893 364 245 79 0 219 0
[pid=17597] ppid=17574 vsize=119148 CPUtime=1781.89
/proc/17597/stat : 17597 (eSAT_static) R 17574 17574 15810 0 -1 4194304 31353 0 0 0 178158 31 0 0 25 0 1 0 1005730711 122007552 29177 996147200 134512640 135177480 4294955968 18446744073709551615 134565301 0 0 4096 3 0 0 0 17 1 0 0
/proc/17597/statm: 29787 29177 80 162 0 29622 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 166720

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17574 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=858285
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 18.1322
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.02
CPU time (s): 1800.01
CPU user time (s): 1799.43
CPU system time (s): 0.58
CPU usage (%): 99.0641
Max. virtual memory (cumulated for all children) (KiB): 860308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8583
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39747
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= 1577
involuntary context switches= 1561

runsolver used 2.25766 second user time and 6.01309 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 01:05:39
IDJOB=1080351
IDBENCH=56955
IDSOLVER=351
FILE ID=node26/1080351-1215212739
PBS_JOBID= 7881693
Free space on /tmp= 66468 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-6_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080351-1215212739/watcher-1080351-1215212739 -o /tmp/evaluation-result-1080351-1215212739/solver-1080351-1215212739 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1080351-1215212739.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f1b884dfd1924af2bb3a0367831bfe2
RANDOM SEED=1719145919

node26.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.221
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.221
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:       1779992 kB
Buffers:         16508 kB
Cached:         122688 kB
SwapCached:      49368 kB
Active:         190064 kB
Inactive:        30684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779992 kB
SwapTotal:     4192956 kB
SwapFree:      4137208 kB
Dirty:            4404 kB
Writeback:           0 kB
Mapped:          97880 kB
Slab:            40372 kB
Committed_AS:  1758836 kB
PageTables:       1932 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= 66456 MiB
End job on node26 at 2008-07-05 01:35:59