Trace number 1048301

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 476.404 480.973

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-4_ext.xml
MD5SUMdda15bb097170bfdb5da181f6f7a82bb
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 benchmark0.673896
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.01/0.03	c --- Preproc Stats ---
1.25/1.34	c start processing
1.25/1.34	c start relation processing
2.65/2.73	c start cnf exporting
20.57/20.87	c parsing time : 1.222
20.57/20.87	c preprocessing time : 20.75
20.57/20.87	
20.57/20.87	c Nary constraints - conflicts : 0 supports : 5
20.57/20.87	c Binary constraints - conflicts : 0 supports :0
20.57/20.87	c max arity constraint : 10
20.57/20.87	c Max Tuples generated 0
20.57/20.87	c relations : 5
20.57/20.87	c relations BDD: 5
20.57/20.87	c sampling 0/0
20.57/20.87	c vars : 169869 - clauses :  559874
20.57/20.87	
20.63/20.93	 
20.63/20.93	c --- SAT Solver Stats ---
20.63/20.93	 
476.31/480.95	c restarts              : 11
476.31/480.95	c conflicts             : 12518          (27 /sec)
476.31/480.95	c decisions             : 27633          (1.55 % random) (61 /sec)
476.31/480.95	c propagations          : 704507870      (1546205 /sec)
476.31/480.95	c conflict literals     : 589733         (44.11 % deleted)
476.31/480.95	c Memory used           : 40.23 MB
476.31/480.95	c CPU time              : 455.637 s
476.31/480.95	
476.31/480.95	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-1048301-1215042746/watcher-1048301-1215042746 -o /tmp/evaluation-result-1048301-1215042746/solver-1048301-1215042746 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048301-1215042746.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.36 2.11 1.95 4/73 21161
/proc/meminfo: memFree=996720/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=8652 CPUtime=0
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 228369665 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 2163 280 208 79 0 156 0
[pid=21162] ppid=21161 vsize=8688 CPUtime=0
/proc/21162/stat : 21162 (galacM.sh) S 21161 21161 19665 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 228369665 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21162/statm: 2172 286 209 79 0 165 0
[pid=21163] ppid=21162 vsize=8728 CPUtime=0
/proc/21163/stat : 21163 (galacM.sh) R 21162 21161 19665 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 228369665 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 255372881191 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/21163/statm: 2182 290 209 79 0 175 0

[startup+0.027529 s]
/proc/loadavg: 2.36 2.11 1.95 4/73 21161
/proc/meminfo: memFree=996720/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=8784 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) R 21159 21161 19665 0 -1 4194304 603 1481 0 0 0 0 0 1 21 0 1 0 228369665 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 4288520 0 2 4096 73728 0 0 0 17 1 0 0
/proc/21161/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101536 s]
/proc/loadavg: 2.36 2.11 1.95 4/73 21161
/proc/meminfo: memFree=996720/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301558 s]
/proc/loadavg: 2.36 2.11 1.95 4/73 21161
/proc/meminfo: memFree=996720/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701599 s]
/proc/loadavg: 2.36 2.11 1.95 4/73 21161
/proc/meminfo: memFree=996720/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50269 s]
/proc/loadavg: 2.36 2.11 1.95 3/83 21183
/proc/meminfo: memFree=924960/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21175] ppid=21161 vsize=812548 CPUtime=1.44
/proc/21175/stat : 21175 (java) S 21161 21161 19665 0 -1 0 20179 0 1 0 135 9 0 0 18 0 9 0 228369669 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21175/statm: 203137 19605 1885 9 0 197170 0
[pid=21175/tid=21176] ppid=21161 vsize=812548 CPUtime=1.26
/proc/21175/task/21176/stat : 21176 (java) R 21161 21161 19665 0 -1 64 14463 0 1 0 119 7 0 0 25 0 9 0 228369670 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21177] ppid=21161 vsize=812548 CPUtime=0.03
/proc/21175/task/21177/stat : 21177 (java) S 21161 21161 19665 0 -1 64 4239 0 0 0 2 1 0 0 17 0 9 0 228369671 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21178] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21178/stat : 21178 (java) S 21161 21161 19665 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 228369671 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21179] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21179/stat : 21179 (java) S 21161 21161 19665 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 228369671 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21180] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21180/stat : 21180 (java) S 21161 21161 19665 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 228369673 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21181] ppid=21161 vsize=812548 CPUtime=0.13
/proc/21175/task/21181/stat : 21181 (java) R 21161 21161 19665 0 -1 64 779 0 0 0 13 0 0 0 16 0 9 0 228369673 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 102641045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21182] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21182/stat : 21182 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 228369673 832049152 19605 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21183] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21183/stat : 21183 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 228369673 832049152 19605 996147200 134512640 134550740 4294955616 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) 860104

[startup+3.10286 s]
/proc/loadavg: 2.36 2.11 1.95 4/83 21183
/proc/meminfo: memFree=914400/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21175] ppid=21161 vsize=812548 CPUtime=3.03
/proc/21175/stat : 21175 (java) S 21161 21161 19665 0 -1 0 32463 0 1 0 288 15 0 0 18 0 9 0 228369669 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21175/statm: 203137 31883 1906 9 0 197170 0
[pid=21175/tid=21176] ppid=21161 vsize=812548 CPUtime=2.31
/proc/21175/task/21176/stat : 21176 (java) R 21161 21161 19665 0 -1 64 14510 0 1 0 224 7 0 0 25 0 9 0 228369670 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21177] ppid=21161 vsize=812548 CPUtime=0.48
/proc/21175/task/21177/stat : 21177 (java) R 21161 21161 19665 0 -1 64 16424 0 0 0 42 6 0 0 16 0 9 0 228369671 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21178] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21178/stat : 21178 (java) S 21161 21161 19665 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 228369671 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21179] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21179/stat : 21179 (java) S 21161 21161 19665 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 228369671 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21180] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21180/stat : 21180 (java) S 21161 21161 19665 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 228369673 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21181] ppid=21161 vsize=812548 CPUtime=0.2
/proc/21175/task/21181/stat : 21181 (java) S 21161 21161 19665 0 -1 64 831 0 0 0 20 0 0 0 15 0 9 0 228369673 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21182] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21182/stat : 21182 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 228369673 832049152 31883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21183] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21183/stat : 21183 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 228369673 832049152 31883 996147200 134512640 134550740 4294955616 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) 860104

[startup+6.30219 s]
/proc/loadavg: 2.33 2.11 1.95 3/83 21183
/proc/meminfo: memFree=842144/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21175] ppid=21161 vsize=812548 CPUtime=6.2
/proc/21175/stat : 21175 (java) S 21161 21161 19665 0 -1 0 40468 0 1 0 600 20 0 0 18 0 9 0 228369669 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21175/statm: 203137 39882 1906 9 0 197170 0
[pid=21175/tid=21176] ppid=21161 vsize=812548 CPUtime=5.15
/proc/21175/task/21176/stat : 21176 (java) R 21161 21161 19665 0 -1 64 14516 0 1 0 506 9 0 0 25 0 9 0 228369670 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4126903820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21177] ppid=21161 vsize=812548 CPUtime=0.81
/proc/21175/task/21177/stat : 21177 (java) S 21161 21161 19665 0 -1 64 24423 0 0 0 72 9 0 0 16 0 9 0 228369671 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21178] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21178/stat : 21178 (java) S 21161 21161 19665 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 228369671 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21179] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21179/stat : 21179 (java) S 21161 21161 19665 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 228369671 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21180] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21180/stat : 21180 (java) S 21161 21161 19665 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 228369673 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21181] ppid=21161 vsize=812548 CPUtime=0.2
/proc/21175/task/21181/stat : 21181 (java) S 21161 21161 19665 0 -1 64 831 0 0 0 20 0 0 0 15 0 9 0 228369673 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21182] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21182/stat : 21182 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 228369673 832049152 39882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21183] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21183/stat : 21183 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 228369673 832049152 39882 996147200 134512640 134550740 4294955616 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) 860104

[startup+12.7029 s]
/proc/loadavg: 2.30 2.10 1.95 3/83 21183
/proc/meminfo: memFree=838432/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=0.01
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21175] ppid=21161 vsize=812548 CPUtime=12.53
/proc/21175/stat : 21175 (java) S 21161 21161 19665 0 -1 0 40482 0 1 0 1231 22 0 0 18 0 9 0 228369669 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21175/statm: 203137 39884 1906 9 0 197170 0
[pid=21175/tid=21176] ppid=21161 vsize=812548 CPUtime=11.47
/proc/21175/task/21176/stat : 21176 (java) R 21161 21161 19665 0 -1 64 14528 0 1 0 1136 11 0 0 25 0 9 0 228369670 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4126882763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21177] ppid=21161 vsize=812548 CPUtime=0.82
/proc/21175/task/21177/stat : 21177 (java) S 21161 21161 19665 0 -1 64 24423 0 0 0 73 9 0 0 16 0 9 0 228369671 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21178] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21178/stat : 21178 (java) S 21161 21161 19665 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 228369671 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21179] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21179/stat : 21179 (java) S 21161 21161 19665 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 228369671 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21180] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21180/stat : 21180 (java) S 21161 21161 19665 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 228369673 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21181] ppid=21161 vsize=812548 CPUtime=0.2
/proc/21175/task/21181/stat : 21181 (java) S 21161 21161 19665 0 -1 64 833 0 0 0 20 0 0 0 16 0 9 0 228369673 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21182] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21182/stat : 21182 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 228369673 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21175/tid=21183] ppid=21161 vsize=812548 CPUtime=0
/proc/21175/task/21183/stat : 21183 (java) S 21161 21161 19665 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 228369673 832049152 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860104

[startup+25.5012 s]
/proc/loadavg: 2.24 2.10 1.95 3/75 21184
/proc/meminfo: memFree=951648/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=37700 CPUtime=4.51
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 8530 0 0 0 446 5 0 0 25 0 1 0 228371759 38604800 8511 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 9425 8511 57 152 0 9270 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 85256

[startup+51.1019 s]
/proc/loadavg: 2.15 2.09 1.95 3/75 21184
/proc/meminfo: memFree=951712/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=38096 CPUtime=29.86
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 8622 0 0 0 2981 5 0 0 25 0 1 0 228371759 39010304 8603 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 9524 8603 57 152 0 9369 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 85652

[startup+102.306 s]
/proc/loadavg: 2.07 2.07 1.95 3/75 21184
/proc/meminfo: memFree=951200/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=38624 CPUtime=80.58
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 8734 0 0 0 8053 5 0 0 25 0 1 0 228371759 39550976 8715 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 9656 8715 57 152 0 9501 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 86180

[startup+162.302 s]
/proc/loadavg: 2.02 2.06 1.95 3/75 21184
/proc/meminfo: memFree=950688/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=39020 CPUtime=140.02
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 8829 0 0 0 13996 6 0 0 25 0 1 0 228371759 39956480 8810 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 9755 8810 57 152 0 9600 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 86576

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 1.95 3/75 21184
/proc/meminfo: memFree=950368/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=39284 CPUtime=199.46
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 8908 0 0 0 19940 6 0 0 25 0 1 0 228371759 40226816 8889 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 9821 8889 57 152 0 9666 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 86840

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 1.95 3/75 21184
/proc/meminfo: memFree=949984/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=39680 CPUtime=258.9
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9022 0 0 0 25884 6 0 0 25 0 1 0 228371759 40632320 9003 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 9920 9003 57 152 0 9765 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 87236

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.95 3/75 21184
/proc/meminfo: memFree=949536/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=40208 CPUtime=318.34
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9129 0 0 0 31828 6 0 0 25 0 1 0 228371759 41172992 9110 996147200 134512640 135136200 4294955968 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10052 9110 57 152 0 9897 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 87764

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 1.95 3/75 21184
/proc/meminfo: memFree=948768/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=40900 CPUtime=377.78
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9301 0 0 0 37772 6 0 0 25 0 1 0 228371759 41881600 9282 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10225 9282 57 152 0 10070 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 88456

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=437.22
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 43716 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 88744

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

[startup+473.501 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=448.32
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 44826 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 468.99
Current children cumulated vsize (KiB) 88744

[startup+476.702 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=451.49
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 45143 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 472.16
Current children cumulated vsize (KiB) 88744

[startup+478.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=453.07
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 45301 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 473.74
Current children cumulated vsize (KiB) 88744

[startup+479.902 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=454.66
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 45460 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 475.33
Current children cumulated vsize (KiB) 88744

[startup+480.707 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=455.45
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 45539 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 476.12
Current children cumulated vsize (KiB) 88744

[startup+480.902 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 21184
/proc/meminfo: memFree=948384/2055912 swapFree=4178528/4192956
[pid=21161] ppid=21159 vsize=47556 CPUtime=20.67
/proc/21161/stat : 21161 (galacM.sh) S 21159 21161 19665 0 -1 4194304 798 42206 0 1 0 0 2038 29 17 0 1 0 228369665 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21161/statm: 11889 363 244 79 0 219 0
[pid=21184] ppid=21161 vsize=41188 CPUtime=455.64
/proc/21184/stat : 21184 (minisat) R 21161 21161 19665 0 -1 4194304 9366 0 0 0 45558 6 0 0 25 0 1 0 228371759 42176512 9347 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/21184/statm: 10297 9347 57 152 0 10142 0
Current children cumulated CPU time (s) 476.31
Current children cumulated vsize (KiB) 88744

Child status: 0
Real time (s): 480.973
CPU time (s): 476.404
CPU user time (s): 476.019
CPU system time (s): 0.384941
CPU usage (%): 99.05
Max. virtual memory (cumulated for all children) (KiB): 860104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.019
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52587
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= 1585
involuntary context switches= 12198

runsolver used 0.566913 second user time and 1.62975 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 01:52:26
IDJOB=1048301
IDBENCH=54356
IDSOLVER=350
FILE ID=node78/1048301-1215042746
PBS_JOBID= 7875022
Free space on /tmp= 126856 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dda15bb097170bfdb5da181f6f7a82bb
RANDOM SEED=1037854607

node78.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.247
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.247
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:      2055912 kB
MemFree:        997200 kB
Buffers:         34436 kB
Cached:         146136 kB
SwapCached:       7584 kB
Active:         940720 kB
Inactive:        61828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        997200 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            4312 kB
Writeback:           0 kB
Mapped:         830428 kB
Slab:            39992 kB
Committed_AS:  1375400 kB
PageTables:       3124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126852 MiB
End job on node78 at 2008-07-03 02:00:28