Trace number 1048140

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 446.772 451.131

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-1_ext.xml
MD5SUMc4fcf9157ac7aa9473df5899165401ff
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.730888
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.06	c --- Preproc Stats ---
1.22/1.39	c start processing
1.22/1.39	c start relation processing
2.71/2.82	c start cnf exporting
20.92/21.22	c parsing time : 1.239
20.92/21.22	c preprocessing time : 21.07
20.92/21.22	
20.92/21.22	c Nary constraints - conflicts : 0 supports : 5
20.92/21.22	c Binary constraints - conflicts : 0 supports :0
20.92/21.22	c max arity constraint : 10
20.92/21.22	c Max Tuples generated 0
20.92/21.22	c relations : 5
20.92/21.22	c relations BDD: 5
20.92/21.22	c sampling 0/0
20.92/21.22	c vars : 169858 - clauses :  559841
20.92/21.22	
20.92/21.29	 
20.92/21.29	c --- SAT Solver Stats ---
20.92/21.29	 
446.72/451.10	c restarts              : 11
446.72/451.10	c conflicts             : 14052          (33 /sec)
446.72/451.10	c decisions             : 28655          (1.27 % random) (67 /sec)
446.72/451.10	c propagations          : 640077047      (1503597 /sec)
446.72/451.10	c conflict literals     : 793099         (49.05 % deleted)
446.72/451.10	c Memory used           : 41.16 MB
446.72/451.10	c CPU time              : 425.697 s
446.72/451.10	
446.72/451.10	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-1048140-1215042182/watcher-1048140-1215042182 -o /tmp/evaluation-result-1048140-1215042182/solver-1048140-1215042182 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048140-1215042182.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 2.00 1.86 4/81 9402
/proc/meminfo: memFree=1838472/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=8560 CPUtime=0
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 409835594 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 224627771279 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9402/statm: 2140 254 197 79 0 133 0

[startup+0.0411361 s]
/proc/loadavg: 1.99 2.00 1.86 4/81 9402
/proc/meminfo: memFree=1838472/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=8784 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 639 1481 0 0 0 0 0 1 21 0 1 0 409835594 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 224627753042 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9402/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101147 s]
/proc/loadavg: 1.99 2.00 1.86 4/81 9402
/proc/meminfo: memFree=1838472/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301174 s]
/proc/loadavg: 1.99 2.00 1.86 4/81 9402
/proc/meminfo: memFree=1838472/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701232 s]
/proc/loadavg: 1.99 2.00 1.86 4/81 9402
/proc/meminfo: memFree=1838472/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50135 s]
/proc/loadavg: 1.99 2.00 1.86 4/91 9424
/proc/meminfo: memFree=1766456/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9416] ppid=9402 vsize=812628 CPUtime=1.4
/proc/9416/stat : 9416 (java) S 9402 9402 9024 0 -1 0 20167 0 1 0 128 12 0 0 18 0 9 0 409835601 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9416/statm: 203157 19594 1886 9 0 197138 0
[pid=9416/tid=9417] ppid=9402 vsize=812628 CPUtime=1.22
/proc/9416/task/9417/stat : 9417 (java) R 9402 9402 9024 0 -1 64 14475 0 1 0 113 9 0 0 25 0 9 0 409835602 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4126759223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9418] ppid=9402 vsize=812628 CPUtime=0.03
/proc/9416/task/9418/stat : 9418 (java) S 9402 9402 9024 0 -1 64 4238 0 0 0 1 2 0 0 17 0 9 0 409835603 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9419] ppid=9402 vsize=812628 CPUtime=0
/proc/9416/task/9419/stat : 9419 (java) S 9402 9402 9024 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 409835603 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9420] ppid=9402 vsize=812628 CPUtime=0
/proc/9416/task/9420/stat : 9420 (java) S 9402 9402 9024 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409835603 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9421] ppid=9402 vsize=812628 CPUtime=0
/proc/9416/task/9421/stat : 9421 (java) S 9402 9402 9024 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409835605 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9422] ppid=9402 vsize=812628 CPUtime=0.13
/proc/9416/task/9422/stat : 9422 (java) S 9402 9402 9024 0 -1 64 755 0 0 0 13 0 0 0 16 0 9 0 409835606 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9423] ppid=9402 vsize=812628 CPUtime=0
/proc/9416/task/9423/stat : 9423 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 409835606 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9424] ppid=9402 vsize=812628 CPUtime=0
/proc/9416/task/9424/stat : 9424 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409835606 832131072 19594 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860192

[startup+3.10257 s]
/proc/loadavg: 1.99 2.00 1.86 4/91 9424
/proc/meminfo: memFree=1756280/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9416] ppid=9402 vsize=812760 CPUtime=3
/proc/9416/stat : 9416 (java) S 9402 9402 9024 0 -1 0 32322 0 1 0 282 18 0 0 18 0 9 0 409835601 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9416/statm: 203190 31743 1907 9 0 197171 0
[pid=9416/tid=9417] ppid=9402 vsize=812760 CPUtime=2.28
/proc/9416/task/9417/stat : 9417 (java) R 9402 9402 9024 0 -1 64 14523 0 1 0 219 9 0 0 25 0 9 0 409835602 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 102812798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9418] ppid=9402 vsize=812760 CPUtime=0.48
/proc/9416/task/9418/stat : 9418 (java) S 9402 9402 9024 0 -1 64 16293 0 0 0 41 7 0 0 19 0 9 0 409835603 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9419] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9419/stat : 9419 (java) S 9402 9402 9024 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 409835603 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9420] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9420/stat : 9420 (java) S 9402 9402 9024 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409835603 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9421] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9421/stat : 9421 (java) S 9402 9402 9024 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409835605 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9422] ppid=9402 vsize=812760 CPUtime=0.2
/proc/9416/task/9422/stat : 9422 (java) S 9402 9402 9024 0 -1 64 807 0 0 0 20 0 0 0 16 0 9 0 409835606 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9423] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9423/stat : 9423 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 409835606 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9424] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9424/stat : 9424 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409835606 832266240 31743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860324

[startup+6.30203 s]
/proc/loadavg: 1.99 2.00 1.86 3/91 9424
/proc/meminfo: memFree=1683640/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9416] ppid=9402 vsize=812760 CPUtime=6.16
/proc/9416/stat : 9416 (java) S 9402 9402 9024 0 -1 0 40460 0 1 0 593 23 0 0 18 0 9 0 409835601 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9416/statm: 203190 39874 1908 9 0 197171 0
[pid=9416/tid=9417] ppid=9402 vsize=812760 CPUtime=5.09
/proc/9416/task/9417/stat : 9417 (java) R 9402 9402 9024 0 -1 64 14530 0 1 0 499 10 0 0 25 0 9 0 409835602 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4126831255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9418] ppid=9402 vsize=812760 CPUtime=0.84
/proc/9416/task/9418/stat : 9418 (java) S 9402 9402 9024 0 -1 64 24421 0 0 0 73 11 0 0 16 0 9 0 409835603 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9419] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9419/stat : 9419 (java) S 9402 9402 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409835603 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9420] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9420/stat : 9420 (java) S 9402 9402 9024 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409835603 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9421] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9421/stat : 9421 (java) S 9402 9402 9024 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409835605 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9422] ppid=9402 vsize=812760 CPUtime=0.2
/proc/9416/task/9422/stat : 9422 (java) S 9402 9402 9024 0 -1 64 810 0 0 0 20 0 0 0 15 0 9 0 409835606 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9423] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9423/stat : 9423 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 409835606 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9424] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9424/stat : 9424 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409835606 832266240 39874 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 860324

[startup+12.7029 s]
/proc/loadavg: 1.99 2.00 1.86 3/91 9424
/proc/meminfo: memFree=1680056/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=0.01
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9416] ppid=9402 vsize=812760 CPUtime=12.5
/proc/9416/stat : 9416 (java) S 9402 9402 9024 0 -1 0 40474 0 1 0 1224 26 0 0 18 0 9 0 409835601 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9416/statm: 203190 39877 1908 9 0 197171 0
[pid=9416/tid=9417] ppid=9402 vsize=812760 CPUtime=11.41
/proc/9416/task/9417/stat : 9417 (java) R 9402 9402 9024 0 -1 64 14541 0 1 0 1128 13 0 0 25 0 9 0 409835602 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4126882732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9418] ppid=9402 vsize=812760 CPUtime=0.84
/proc/9416/task/9418/stat : 9418 (java) S 9402 9402 9024 0 -1 64 24421 0 0 0 73 11 0 0 16 0 9 0 409835603 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9419] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9419/stat : 9419 (java) S 9402 9402 9024 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 409835603 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9420] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9420/stat : 9420 (java) S 9402 9402 9024 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409835603 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9421] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9421/stat : 9421 (java) S 9402 9402 9024 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409835605 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9422] ppid=9402 vsize=812760 CPUtime=0.21
/proc/9416/task/9422/stat : 9422 (java) S 9402 9402 9024 0 -1 64 813 0 0 0 21 0 0 0 15 0 9 0 409835606 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9423] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9423/stat : 9423 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 409835606 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9416/tid=9424] ppid=9402 vsize=812760 CPUtime=0
/proc/9416/task/9424/stat : 9424 (java) S 9402 9402 9024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 409835606 832266240 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 860324

[startup+25.5018 s]
/proc/loadavg: 1.99 2.00 1.86 3/83 9425
/proc/meminfo: memFree=1793336/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=37532 CPUtime=4.15
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 8493 0 0 0 411 4 0 0 25 0 1 0 409837724 38432768 8474 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 9383 8474 57 152 0 9228 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 85096

[startup+51.1014 s]
/proc/loadavg: 1.99 2.00 1.86 3/83 9425
/proc/meminfo: memFree=1792888/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=38224 CPUtime=29.51
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 8646 0 0 0 2947 4 0 0 25 0 1 0 409837724 39141376 8627 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 9556 8627 57 152 0 9401 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 85788

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.87 3/83 9425
/proc/meminfo: memFree=1792312/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=38784 CPUtime=80.24
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 8791 0 0 0 8019 5 0 0 25 0 1 0 409837724 39714816 8772 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 9696 8772 57 152 0 9541 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 86348

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 1.89 3/83 9425
/proc/meminfo: memFree=1791608/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=39576 CPUtime=139.67
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 8977 0 0 0 13962 5 0 0 25 0 1 0 409837724 40525824 8958 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 9894 8958 57 152 0 9739 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 87140

[startup+222.302 s]
/proc/loadavg: 2.02 2.02 1.89 3/83 9425
/proc/meminfo: memFree=1791032/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=40104 CPUtime=199.1
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9113 0 0 0 19905 5 0 0 25 0 1 0 409837724 41066496 9094 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10026 9094 57 152 0 9871 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 87668

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.90 3/83 9425
/proc/meminfo: memFree=1790456/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=40768 CPUtime=258.54
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9268 0 0 0 25848 6 0 0 25 0 1 0 409837724 41746432 9249 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10192 9249 57 152 0 10037 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 88332

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 1.90 3/83 9425
/proc/meminfo: memFree=1789752/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=41296 CPUtime=317.97
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9415 0 0 0 31791 6 0 0 25 0 1 0 409837724 42287104 9396 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10324 9396 57 152 0 10169 0
Current children cumulated CPU time (s) 338.94
Current children cumulated vsize (KiB) 88860

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1789112/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=41836 CPUtime=377.41
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9550 0 0 0 37735 6 0 0 25 0 1 0 409837724 42840064 9531 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10459 9531 57 152 0 10304 0
Current children cumulated CPU time (s) 398.38
Current children cumulated vsize (KiB) 89400

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788984/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=41996 CPUtime=384.54
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9581 0 0 0 38448 6 0 0 25 0 1 0 409837724 43003904 9562 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10499 9562 57 152 0 10344 0
Current children cumulated CPU time (s) 405.51
Current children cumulated vsize (KiB) 89560

[startup+435.103 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788728/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=409.9
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9617 0 0 0 40984 6 0 0 25 0 1 0 409837724 43155456 9598 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9598 57 152 0 10381 0
Current children cumulated CPU time (s) 430.87
Current children cumulated vsize (KiB) 89708

[startup+441.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788664/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=416.24
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9625 0 0 0 41618 6 0 0 25 0 1 0 409837724 43155456 9606 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9606 57 152 0 10381 0
Current children cumulated CPU time (s) 437.21
Current children cumulated vsize (KiB) 89708

[startup+447.902 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788664/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=422.57
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9627 0 0 0 42251 6 0 0 25 0 1 0 409837724 43155456 9608 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9608 57 152 0 10381 0
Current children cumulated CPU time (s) 443.54
Current children cumulated vsize (KiB) 89708

[startup+449.501 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788664/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=424.16
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9627 0 0 0 42410 6 0 0 25 0 1 0 409837724 43155456 9608 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9608 57 152 0 10381 0
Current children cumulated CPU time (s) 445.13
Current children cumulated vsize (KiB) 89708

[startup+450.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788664/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=424.95
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9627 0 0 0 42489 6 0 0 25 0 1 0 409837724 43155456 9608 996147200 134512640 135136200 4294955968 18446744073709551615 134530504 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9608 57 152 0 10381 0
Current children cumulated CPU time (s) 445.92
Current children cumulated vsize (KiB) 89708

[startup+450.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788664/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=425.35
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9627 0 0 0 42529 6 0 0 25 0 1 0 409837724 43155456 9608 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9608 57 152 0 10381 0
Current children cumulated CPU time (s) 446.32
Current children cumulated vsize (KiB) 89708

[startup+451.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9425
/proc/meminfo: memFree=1788664/2055920 swapFree=4180288/4192956
[pid=9402] ppid=9400 vsize=47564 CPUtime=20.97
/proc/9402/stat : 9402 (galacM.sh) S 9400 9402 9024 0 -1 4194304 799 42199 0 1 0 0 2063 34 17 0 1 0 409835594 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9402/statm: 11891 364 245 79 0 219 0
[pid=9425] ppid=9402 vsize=42144 CPUtime=425.75
/proc/9425/stat : 9425 (minisat) R 9402 9402 9024 0 -1 4194304 9627 0 0 0 42569 6 0 0 25 0 1 0 409837724 43155456 9608 996147200 134512640 135136200 4294955968 18446744073709551615 134520060 0 0 4096 3 0 0 0 17 1 0 0
/proc/9425/statm: 10536 9608 57 152 0 10381 0
Current children cumulated CPU time (s) 446.72
Current children cumulated vsize (KiB) 89708

Child status: 0
Real time (s): 451.131
CPU time (s): 446.772
CPU user time (s): 446.338
CPU system time (s): 0.433934
CPU usage (%): 99.0338
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.338
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52843
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= 1661
involuntary context switches= 20256

runsolver used 0.545917 second user time and 1.52177 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-03 01:43:02
IDJOB=1048140
IDBENCH=54349
IDSOLVER=350
FILE ID=node49/1048140-1215042182
PBS_JOBID= 7875077
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4fcf9157ac7aa9473df5899165401ff
RANDOM SEED=465248737

node49.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.249
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.249
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:       1838952 kB
Buffers:         16764 kB
Cached:         103156 kB
SwapCached:       6084 kB
Active:          68392 kB
Inactive:        88448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838952 kB
SwapTotal:     4192956 kB
SwapFree:      4180288 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          52704 kB
Slab:            45012 kB
Committed_AS:   765700 kB
PageTables:       1884 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= 66536 MiB
End job on node49 at 2008-07-03 01:50:34