Trace number 1048209

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 MUNSAT 470.024 474.529

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-11_ext.xml
MD5SUMbf445b0edc5f252db310d539684109ce
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 benchmark1.69674
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.25/1.34	c start processing
1.25/1.34	c start relation processing
2.64/2.73	c start cnf exporting
20.56/20.87	c parsing time : 1.218
20.56/20.87	c preprocessing time : 20.746
20.56/20.87	
20.56/20.87	c Nary constraints - conflicts : 0 supports : 5
20.56/20.87	c Binary constraints - conflicts : 0 supports :0
20.56/20.87	c max arity constraint : 10
20.56/20.87	c Max Tuples generated 0
20.56/20.87	c relations : 5
20.56/20.87	c relations BDD: 5
20.56/20.87	c sampling 0/0
20.56/20.87	c vars : 170007 - clauses :  560288
20.56/20.87	
20.63/20.94	 
20.63/20.94	c --- SAT Solver Stats ---
20.63/20.94	 
469.97/474.51	c restarts              : 10
469.97/474.51	c conflicts             : 11045          (25 /sec)
469.97/474.51	c decisions             : 24635          (1.60 % random) (55 /sec)
469.97/474.51	c propagations          : 723522182      (1610462 /sec)
469.97/474.51	c conflict literals     : 387421         (45.66 % deleted)
469.97/474.51	c Memory used           : 39.04 MB
469.97/474.51	c CPU time              : 449.264 s
469.97/474.51	
469.97/474.51	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048209-1215042461/watcher-1048209-1215042461 -o /tmp/evaluation-result-1048209-1215042461/solver-1048209-1215042461 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048209-1215042461.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: 2.02 2.04 1.95 4/81 18762
/proc/meminfo: memFree=1823504/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=8652 CPUtime=0
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983220181 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 2163 280 208 79 0 156 0
[pid=18763] ppid=18762 vsize=8688 CPUtime=0
/proc/18763/stat : 18763 (galacM.sh) S 18762 18762 18316 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1983220181 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18763/statm: 2172 286 209 79 0 165 0
[pid=18764] ppid=18763 vsize=8728 CPUtime=0
/proc/18764/stat : 18764 (galacM.sh) R 18763 18762 18316 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1983220181 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 253307186471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/18764/statm: 2182 290 209 79 0 175 0

[startup+0.0640359 s]
/proc/loadavg: 2.02 2.04 1.95 4/81 18762
/proc/meminfo: memFree=1823504/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101545 s]
/proc/loadavg: 2.02 2.04 1.95 4/81 18762
/proc/meminfo: memFree=1823504/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301563 s]
/proc/loadavg: 2.02 2.04 1.95 4/81 18762
/proc/meminfo: memFree=1823504/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701598 s]
/proc/loadavg: 2.02 2.04 1.95 4/81 18762
/proc/meminfo: memFree=1823504/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50267 s]
/proc/loadavg: 2.02 2.04 1.95 3/91 18784
/proc/meminfo: memFree=1751744/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18776] ppid=18762 vsize=812628 CPUtime=1.43
/proc/18776/stat : 18776 (java) S 18762 18762 18316 0 -1 0 20175 0 1 0 132 11 0 0 18 0 9 0 1983220184 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18776/statm: 203157 19601 1887 9 0 197138 0
[pid=18776/tid=18777] ppid=18762 vsize=812628 CPUtime=1.25
/proc/18776/task/18777/stat : 18777 (java) R 18762 18762 18316 0 -1 64 14476 0 1 0 117 8 0 0 25 0 9 0 1983220186 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4126693552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18778] ppid=18762 vsize=812628 CPUtime=0.03
/proc/18776/task/18778/stat : 18778 (java) S 18762 18762 18316 0 -1 64 4238 0 0 0 1 2 0 0 17 0 9 0 1983220187 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18779] ppid=18762 vsize=812628 CPUtime=0
/proc/18776/task/18779/stat : 18779 (java) S 18762 18762 18316 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983220187 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18780] ppid=18762 vsize=812628 CPUtime=0
/proc/18776/task/18780/stat : 18780 (java) S 18762 18762 18316 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983220187 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18781] ppid=18762 vsize=812628 CPUtime=0
/proc/18776/task/18781/stat : 18781 (java) S 18762 18762 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983220189 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18782] ppid=18762 vsize=812628 CPUtime=0.13
/proc/18776/task/18782/stat : 18782 (java) S 18762 18762 18316 0 -1 64 762 0 0 0 13 0 0 0 16 0 9 0 1983220189 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18783] ppid=18762 vsize=812628 CPUtime=0
/proc/18776/task/18783/stat : 18783 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983220189 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18784] ppid=18762 vsize=812628 CPUtime=0
/proc/18776/task/18784/stat : 18784 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983220189 832131072 19601 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860192

[startup+3.10282 s]
/proc/loadavg: 2.02 2.04 1.95 4/91 18784
/proc/meminfo: memFree=1741184/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18776] ppid=18762 vsize=812760 CPUtime=3.02
/proc/18776/stat : 18776 (java) S 18762 18762 18316 0 -1 0 32457 0 1 0 284 18 0 0 18 0 9 0 1983220184 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18776/statm: 203190 31877 1908 9 0 197171 0
[pid=18776/tid=18777] ppid=18762 vsize=812760 CPUtime=2.31
/proc/18776/task/18777/stat : 18777 (java) R 18762 18762 18316 0 -1 64 14523 0 1 0 223 8 0 0 25 0 9 0 1983220186 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18778] ppid=18762 vsize=812760 CPUtime=0.48
/proc/18776/task/18778/stat : 18778 (java) R 18762 18762 18316 0 -1 64 16423 0 0 0 40 8 0 0 16 0 9 0 1983220187 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18779] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18779/stat : 18779 (java) S 18762 18762 18316 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983220187 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18780] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18780/stat : 18780 (java) S 18762 18762 18316 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983220187 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18781] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18781/stat : 18781 (java) S 18762 18762 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983220189 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18782] ppid=18762 vsize=812760 CPUtime=0.2
/proc/18776/task/18782/stat : 18782 (java) S 18762 18762 18316 0 -1 64 812 0 0 0 20 0 0 0 15 0 9 0 1983220189 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18783] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18783/stat : 18783 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983220189 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18784] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18784/stat : 18784 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983220189 832266240 31877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860324

[startup+6.3011 s]
/proc/loadavg: 2.02 2.04 1.95 3/91 18784
/proc/meminfo: memFree=1668928/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18776] ppid=18762 vsize=812760 CPUtime=6.19
/proc/18776/stat : 18776 (java) S 18762 18762 18316 0 -1 0 40473 0 1 0 598 21 0 0 18 0 9 0 1983220184 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18776/statm: 203190 39887 1908 9 0 197171 0
[pid=18776/tid=18777] ppid=18762 vsize=812760 CPUtime=5.13
/proc/18776/task/18777/stat : 18777 (java) R 18762 18762 18316 0 -1 64 14529 0 1 0 504 9 0 0 25 0 9 0 1983220186 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 103826944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18778] ppid=18762 vsize=812760 CPUtime=0.82
/proc/18776/task/18778/stat : 18778 (java) S 18762 18762 18316 0 -1 64 24433 0 0 0 72 10 0 0 16 0 9 0 1983220187 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18779] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18779/stat : 18779 (java) S 18762 18762 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983220187 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18780] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18780/stat : 18780 (java) S 18762 18762 18316 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983220187 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18781] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18781/stat : 18781 (java) S 18762 18762 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983220189 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18782] ppid=18762 vsize=812760 CPUtime=0.2
/proc/18776/task/18782/stat : 18782 (java) S 18762 18762 18316 0 -1 64 812 0 0 0 20 0 0 0 15 0 9 0 1983220189 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18783] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18783/stat : 18783 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983220189 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18784] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18784/stat : 18784 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983220189 832266240 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860324

[startup+12.7027 s]
/proc/loadavg: 2.02 2.04 1.95 3/91 18784
/proc/meminfo: memFree=1665152/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=0.01
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18776] ppid=18762 vsize=812760 CPUtime=12.53
/proc/18776/stat : 18776 (java) S 18762 18762 18316 0 -1 0 40487 0 1 0 1230 23 0 0 18 0 9 0 1983220184 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18776/statm: 203190 39890 1908 9 0 197171 0
[pid=18776/tid=18777] ppid=18762 vsize=812760 CPUtime=11.46
/proc/18776/task/18777/stat : 18777 (java) R 18762 18762 18316 0 -1 64 14540 0 1 0 1136 10 0 0 25 0 9 0 1983220186 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4126884704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18778] ppid=18762 vsize=812760 CPUtime=0.82
/proc/18776/task/18778/stat : 18778 (java) S 18762 18762 18316 0 -1 64 24433 0 0 0 72 10 0 0 16 0 9 0 1983220187 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18779] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18779/stat : 18779 (java) S 18762 18762 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983220187 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18780] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18780/stat : 18780 (java) S 18762 18762 18316 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983220187 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18781] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18781/stat : 18781 (java) S 18762 18762 18316 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983220189 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18782] ppid=18762 vsize=812760 CPUtime=0.21
/proc/18776/task/18782/stat : 18782 (java) S 18762 18762 18316 0 -1 64 815 0 0 0 21 0 0 0 15 0 9 0 1983220189 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18783] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18783/stat : 18783 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983220189 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18776/tid=18784] ppid=18762 vsize=812760 CPUtime=0
/proc/18776/task/18784/stat : 18784 (java) S 18762 18762 18316 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983220189 832266240 39890 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860324

[startup+25.5018 s]
/proc/loadavg: 2.01 2.04 1.95 3/83 18785
/proc/meminfo: memFree=1778624/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=37544 CPUtime=4.5
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8501 0 0 0 446 4 0 0 25 0 1 0 1983222275 38445056 8480 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9386 8480 57 152 0 9231 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 85108

[startup+51.1011 s]
/proc/loadavg: 2.01 2.03 1.95 3/83 18785
/proc/meminfo: memFree=1778560/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=37808 CPUtime=29.87
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8561 0 0 0 2982 5 0 0 25 0 1 0 1983222275 38715392 8540 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9452 8540 57 152 0 9297 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 85372

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 1.95 3/83 18785
/proc/meminfo: memFree=1778176/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=38204 CPUtime=80.58
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8645 0 0 0 8053 5 0 0 25 0 1 0 1983222275 39120896 8624 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9551 8624 57 152 0 9396 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 85768

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.95 3/83 18785
/proc/meminfo: memFree=1777792/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=38480 CPUtime=140.02
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8729 0 0 0 13997 5 0 0 25 0 1 0 1983222275 39403520 8708 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9620 8708 57 152 0 9465 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 86044

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1777408/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=38884 CPUtime=199.45
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8817 0 0 0 19940 5 0 0 25 0 1 0 1983222275 39817216 8796 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9721 8796 57 152 0 9566 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 86448

[startup+282.302 s]
/proc/loadavg: 2.04 2.03 1.95 3/83 18785
/proc/meminfo: memFree=1777024/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39172 CPUtime=258.9
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8897 0 0 0 25885 5 0 0 25 0 1 0 1983222275 40112128 8876 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9793 8876 57 152 0 9638 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 86736

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 1.95 3/83 18785
/proc/meminfo: memFree=1776704/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39580 CPUtime=318.34
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 8983 0 0 0 31828 6 0 0 25 0 1 0 1983222275 40529920 8962 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9895 8962 57 152 0 9740 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 87144

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776320/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39844 CPUtime=377.78
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9057 0 0 0 37772 6 0 0 25 0 1 0 1983222275 40800256 9036 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9961 9036 57 152 0 9806 0
Current children cumulated CPU time (s) 398.44
Current children cumulated vsize (KiB) 87408

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=437.22
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 43716 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 457.88
Current children cumulated vsize (KiB) 87540

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

[startup+467.102 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=441.98
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 44192 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134529688 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 462.64
Current children cumulated vsize (KiB) 87540

[startup+470.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=445.15
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 44509 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 465.81
Current children cumulated vsize (KiB) 87540

[startup+471.907 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=446.74
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 44668 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 467.4
Current children cumulated vsize (KiB) 87540

[startup+473.502 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=448.32
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 44826 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 468.98
Current children cumulated vsize (KiB) 87540

[startup+474.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=449.11
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 44905 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 469.77
Current children cumulated vsize (KiB) 87540

[startup+474.502 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 18785
/proc/meminfo: memFree=1776192/2055920 swapFree=4180084/4192956
[pid=18762] ppid=18760 vsize=47564 CPUtime=20.66
/proc/18762/stat : 18762 (galacM.sh) S 18760 18762 18316 0 -1 4194304 800 42212 0 1 0 0 2037 29 17 0 1 0 1983220181 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18762/statm: 11891 365 246 79 0 219 0
[pid=18785] ppid=18762 vsize=39976 CPUtime=449.31
/proc/18785/stat : 18785 (minisat) R 18762 18762 18316 0 -1 4194304 9083 0 0 0 44925 6 0 0 25 0 1 0 1983222275 40935424 9062 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/18785/statm: 9994 9062 57 152 0 9839 0
Current children cumulated CPU time (s) 469.97
Current children cumulated vsize (KiB) 87540

Child status: 0
Real time (s): 474.529
CPU time (s): 470.024
CPU user time (s): 469.645
CPU system time (s): 0.378942
CPU usage (%): 99.0505
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 469.645
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52314
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= 1687
involuntary context switches= 21003

runsolver used 0.596909 second user time and 1.57176 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 01:47:41
IDJOB=1048209
IDBENCH=54352
IDSOLVER=350
FILE ID=node25/1048209-1215042461
PBS_JOBID= 7875124
Free space on /tmp= 66540 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-11_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048209-1215042461/watcher-1048209-1215042461 -o /tmp/evaluation-result-1048209-1215042461/solver-1048209-1215042461 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1048209-1215042461.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf445b0edc5f252db310d539684109ce
RANDOM SEED=1935898286

node25.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.234
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.234
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:       1824048 kB
Buffers:         17316 kB
Cached:         108780 kB
SwapCached:       6504 kB
Active:          73924 kB
Inactive:        89008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824048 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            4004 kB
Writeback:           0 kB
Mapped:          52400 kB
Slab:            54092 kB
Committed_AS:  3444980 kB
PageTables:       2072 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= 66536 MiB
End job on node25 at 2008-07-03 01:55:36