Trace number 1048324

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 388.111 388.728

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-10_ext.xml
MD5SUM8251395210f77b2e86753effd7694eb9
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.679895
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.19	c --- Preproc Stats ---
1.05/1.34	c start processing
1.05/1.34	c start relation processing
2.44/2.71	c start cnf exporting
20.03/20.55	c parsing time : 1.049
20.03/20.55	c preprocessing time : 20.258
20.03/20.55	
20.03/20.55	c Nary constraints - conflicts : 0 supports : 5
20.03/20.55	c Binary constraints - conflicts : 0 supports :0
20.03/20.55	c max arity constraint : 10
20.03/20.55	c Max Tuples generated 0
20.03/20.55	c relations : 5
20.03/20.55	c relations BDD: 5
20.03/20.55	c sampling 0/0
20.03/20.55	c vars : 169913 - clauses :  560006
20.03/20.55	
20.03/20.59	 
20.03/20.59	c --- SAT Solver Stats ---
20.03/20.59	 
388.06/388.71	c restarts              : 11
388.06/388.71	c conflicts             : 12824          (35 /sec)
388.06/388.71	c decisions             : 25984          (1.60 % random) (71 /sec)
388.06/388.71	c propagations          : 590834606      (1606043 /sec)
388.06/388.71	c conflict literals     : 483573         (36.67 % deleted)
388.06/388.71	c Memory used           : 39.79 MB
388.06/388.71	c CPU time              : 367.882 s
388.06/388.71	
388.06/388.71	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-1048324-1215042856/watcher-1048324-1215042856 -o /tmp/evaluation-result-1048324-1215042856/solver-1048324-1215042856 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048324-1215042856.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.01 1.91 4/81 21485
/proc/meminfo: memFree=1868592/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=1736 CPUtime=0
/proc/21485/stat : 21485 (galacM.sh) R 21483 21485 20842 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 116280963 1777664 34 996147200 4194304 4520092 548682068832 18446744073709551615 244274198877 0 0 4096 0 0 0 0 17 1 0 0
/proc/21485/statm: 434 34 26 79 0 53 0

[startup+0.103143 s]
/proc/loadavg: 2.02 2.01 1.91 4/81 21485
/proc/meminfo: memFree=1868592/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=8784 CPUtime=0
/proc/21485/stat : 21485 (galacM.sh) D 21483 21485 20842 0 -1 4194304 573 1318 0 1 0 0 0 0 17 0 1 0 116280963 8994816 319 996147200 4194304 4520092 548682068832 18446744073709551615 244277018706 0 2 4096 73728 18446744071563479169 0 0 17 0 0 0
/proc/21485/statm: 2196 319 217 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.201836 s]
/proc/loadavg: 2.02 2.01 1.91 4/81 21485
/proc/meminfo: memFree=1868592/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301811 s]
/proc/loadavg: 2.02 2.01 1.91 4/81 21485
/proc/meminfo: memFree=1868592/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701262 s]
/proc/loadavg: 2.02 2.01 1.91 4/81 21485
/proc/meminfo: memFree=1868592/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50206 s]
/proc/loadavg: 2.02 2.01 1.91 4/91 21507
/proc/meminfo: memFree=1795552/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21499] ppid=21485 vsize=812628 CPUtime=1.25
/proc/21499/stat : 21499 (java) S 21485 21485 20842 0 -1 0 20176 0 1 0 113 12 0 0 19 0 9 0 116280983 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21499/statm: 203157 19602 1889 9 0 197138 0
[pid=21499/tid=21500] ppid=21485 vsize=812628 CPUtime=1.06
/proc/21499/task/21500/stat : 21500 (java) R 21485 21485 20842 0 -1 64 14472 0 1 0 98 8 0 0 25 0 9 0 116280985 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21501] ppid=21485 vsize=812628 CPUtime=0.03
/proc/21499/task/21501/stat : 21501 (java) S 21485 21485 20842 0 -1 64 4238 0 0 0 2 1 0 0 16 0 9 0 116280986 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21502] ppid=21485 vsize=812628 CPUtime=0
/proc/21499/task/21502/stat : 21502 (java) S 21485 21485 20842 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 116280986 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21503] ppid=21485 vsize=812628 CPUtime=0
/proc/21499/task/21503/stat : 21503 (java) S 21485 21485 20842 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 116280986 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21504] ppid=21485 vsize=812628 CPUtime=0
/proc/21499/task/21504/stat : 21504 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116280989 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21505] ppid=21485 vsize=812628 CPUtime=0.12
/proc/21499/task/21505/stat : 21505 (java) R 21485 21485 20842 0 -1 64 767 0 0 0 12 0 0 0 16 0 9 0 116280989 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 102097235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21506] ppid=21485 vsize=812628 CPUtime=0
/proc/21499/task/21506/stat : 21506 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116280989 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21507] ppid=21485 vsize=812628 CPUtime=0
/proc/21499/task/21507/stat : 21507 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116280989 832131072 19602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 860192

[startup+3.10271 s]
/proc/loadavg: 2.01 2.01 1.91 4/91 21507
/proc/meminfo: memFree=1775264/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21499] ppid=21485 vsize=812760 CPUtime=2.82
/proc/21499/stat : 21499 (java) S 21485 21485 20842 0 -1 0 32458 0 1 0 264 18 0 0 19 0 9 0 116280983 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21499/statm: 203190 31878 1910 9 0 197171 0
[pid=21499/tid=21500] ppid=21485 vsize=812760 CPUtime=2.1
/proc/21499/task/21500/stat : 21500 (java) R 21485 21485 20842 0 -1 64 14518 0 1 0 201 9 0 0 25 0 9 0 116280985 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21501] ppid=21485 vsize=812760 CPUtime=0.5
/proc/21499/task/21501/stat : 21501 (java) R 21485 21485 20842 0 -1 64 16423 0 0 0 43 7 0 0 16 0 9 0 116280986 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 104185898 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21502] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21502/stat : 21502 (java) S 21485 21485 20842 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 116280986 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21503] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21503/stat : 21503 (java) S 21485 21485 20842 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 116280986 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21504] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21504/stat : 21504 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116280989 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21505] ppid=21485 vsize=812760 CPUtime=0.19
/proc/21499/task/21505/stat : 21505 (java) S 21485 21485 20842 0 -1 64 818 0 0 0 19 0 0 0 15 0 9 0 116280989 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21506] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21506/stat : 21506 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116280989 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21507] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21507/stat : 21507 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116280989 832266240 31878 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 860324

[startup+6.30132 s]
/proc/loadavg: 2.01 2.01 1.91 4/91 21507
/proc/meminfo: memFree=1712544/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21499] ppid=21485 vsize=812760 CPUtime=5.99
/proc/21499/stat : 21499 (java) S 21485 21485 20842 0 -1 0 40466 0 1 0 576 23 0 0 19 0 9 0 116280983 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21499/statm: 203190 39880 1910 9 0 197171 0
[pid=21499/tid=21500] ppid=21485 vsize=812760 CPUtime=4.97
/proc/21499/task/21500/stat : 21500 (java) R 21485 21485 20842 0 -1 64 14524 0 1 0 487 10 0 0 25 0 9 0 116280985 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4126095759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21501] ppid=21485 vsize=812760 CPUtime=0.79
/proc/21499/task/21501/stat : 21501 (java) S 21485 21485 20842 0 -1 64 24425 0 0 0 68 11 0 0 16 0 9 0 116280986 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21502] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21502/stat : 21502 (java) S 21485 21485 20842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116280986 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21503] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21503/stat : 21503 (java) S 21485 21485 20842 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 116280986 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21504] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21504/stat : 21504 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116280989 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21505] ppid=21485 vsize=812760 CPUtime=0.19
/proc/21499/task/21505/stat : 21505 (java) S 21485 21485 20842 0 -1 64 818 0 0 0 19 0 0 0 15 0 9 0 116280989 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21506] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21506/stat : 21506 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116280989 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21507] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21507/stat : 21507 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116280989 832266240 39880 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 860324

[startup+12.7025 s]
/proc/loadavg: 2.01 2.01 1.91 3/91 21507
/proc/meminfo: memFree=1708896/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=0.01
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 767 1696 0 1 0 0 0 1 18 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21499] ppid=21485 vsize=812760 CPUtime=12.31
/proc/21499/stat : 21499 (java) S 21485 21485 20842 0 -1 0 40481 0 1 0 1206 25 0 0 19 0 9 0 116280983 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21499/statm: 203190 39883 1910 9 0 197171 0
[pid=21499/tid=21500] ppid=21485 vsize=812760 CPUtime=11.28
/proc/21499/task/21500/stat : 21500 (java) R 21485 21485 20842 0 -1 64 14536 0 1 0 1116 12 0 0 25 0 9 0 116280985 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4126657597 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21501] ppid=21485 vsize=812760 CPUtime=0.8
/proc/21499/task/21501/stat : 21501 (java) S 21485 21485 20842 0 -1 64 24425 0 0 0 69 11 0 0 16 0 9 0 116280986 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21502] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21502/stat : 21502 (java) S 21485 21485 20842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116280986 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21503] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21503/stat : 21503 (java) S 21485 21485 20842 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 116280986 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21504] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21504/stat : 21504 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116280989 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21505] ppid=21485 vsize=812760 CPUtime=0.2
/proc/21499/task/21505/stat : 21505 (java) S 21485 21485 20842 0 -1 64 821 0 0 0 20 0 0 0 15 0 9 0 116280989 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21506] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21506/stat : 21506 (java) S 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116280989 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21499/tid=21507] ppid=21485 vsize=812760 CPUtime=0
/proc/21499/task/21507/stat : 21507 (java) R 21485 21485 20842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116280989 832266240 39883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 860324

[startup+25.502 s]
/proc/loadavg: 2.01 2.01 1.91 3/83 21508
/proc/meminfo: memFree=1822432/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=37604 CPUtime=4.9
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 8521 0 0 0 485 5 0 0 25 0 1 0 116283022 38506496 8494 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 9401 8494 57 152 0 9246 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 85168

[startup+51.1061 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 21508
/proc/meminfo: memFree=1822176/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=38012 CPUtime=30.49
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 8600 0 0 0 3044 5 0 0 25 0 1 0 116283022 38924288 8573 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 9503 8573 57 152 0 9348 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 85576

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 21508
/proc/meminfo: memFree=1821728/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=38412 CPUtime=81.68
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 8716 0 0 0 8162 6 0 0 25 0 1 0 116283022 39333888 8689 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 9603 8689 57 152 0 9448 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 85976

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 21508
/proc/meminfo: memFree=1821280/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=38820 CPUtime=141.65
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 8812 0 0 0 14159 6 0 0 25 0 1 0 116283022 39751680 8785 996147200 134512640 135136200 4294955968 18446744073709551615 134529577 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 9705 8785 57 152 0 9550 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 86384

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 21510
/proc/meminfo: memFree=1820576/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=39500 CPUtime=201.63
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 8986 0 0 0 20157 6 0 0 25 0 1 0 116283022 40448000 8959 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 9875 8959 57 152 0 9720 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 87064

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 21510
/proc/meminfo: memFree=1820064/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=39916 CPUtime=261.6
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9091 0 0 0 26154 6 0 0 25 0 1 0 116283022 40873984 9064 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 9979 9064 57 152 0 9824 0
Current children cumulated CPU time (s) 281.72
Current children cumulated vsize (KiB) 87480

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 21510
/proc/meminfo: memFree=1819680/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40340 CPUtime=321.58
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9177 0 0 0 32152 6 0 0 25 0 1 0 116283022 41308160 9150 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10085 9150 57 152 0 9930 0
Current children cumulated CPU time (s) 341.7
Current children cumulated vsize (KiB) 87904

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

[startup+358.401 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 21510
/proc/meminfo: memFree=1819488/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40480 CPUtime=337.67
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9216 0 0 0 33761 6 0 0 25 0 1 0 116283022 41451520 9189 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10120 9189 57 152 0 9965 0
Current children cumulated CPU time (s) 357.79
Current children cumulated vsize (KiB) 88044

[startup+371.202 s]
/proc/loadavg: 1.93 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826400/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40612 CPUtime=350.44
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9238 0 0 0 35037 7 0 0 25 0 1 0 116283022 41586688 9211 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10153 9211 57 152 0 9998 0
Current children cumulated CPU time (s) 370.56
Current children cumulated vsize (KiB) 88176

[startup+377.602 s]
/proc/loadavg: 1.94 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826144/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40612 CPUtime=356.84
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9255 0 0 0 35677 7 0 0 25 0 1 0 116283022 41586688 9228 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10153 9228 57 152 0 9998 0
Current children cumulated CPU time (s) 376.96
Current children cumulated vsize (KiB) 88176

[startup+384.007 s]
/proc/loadavg: 1.94 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826080/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40744 CPUtime=363.24
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9264 0 0 0 36317 7 0 0 25 0 1 0 116283022 41721856 9237 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10186 9237 57 152 0 10031 0
Current children cumulated CPU time (s) 383.36
Current children cumulated vsize (KiB) 88308

[startup+387.202 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826080/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40744 CPUtime=366.44
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9266 0 0 0 36637 7 0 0 25 0 1 0 116283022 41721856 9239 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10186 9239 57 152 0 10031 0
Current children cumulated CPU time (s) 386.56
Current children cumulated vsize (KiB) 88308

[startup+388.002 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826080/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40744 CPUtime=367.24
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9266 0 0 0 36717 7 0 0 25 0 1 0 116283022 41721856 9239 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10186 9239 57 152 0 10031 0
Current children cumulated CPU time (s) 387.36
Current children cumulated vsize (KiB) 88308

[startup+388.407 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826080/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40744 CPUtime=367.64
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9266 0 0 0 36757 7 0 0 25 0 1 0 116283022 41721856 9239 996147200 134512640 135136200 4294955968 18446744073709551615 134530443 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10186 9239 57 152 0 10031 0
Current children cumulated CPU time (s) 387.76
Current children cumulated vsize (KiB) 88308

[startup+388.602 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826080/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40744 CPUtime=367.84
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9266 0 0 0 36777 7 0 0 25 0 1 0 116283022 41721856 9239 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10186 9239 57 152 0 10031 0
Current children cumulated CPU time (s) 387.96
Current children cumulated vsize (KiB) 88308

[startup+388.702 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 21552
/proc/meminfo: memFree=1826080/2055920 swapFree=4191676/4192956
[pid=21485] ppid=21483 vsize=47564 CPUtime=20.12
/proc/21485/stat : 21485 (galacM.sh) S 21483 21485 20842 0 -1 4194304 801 42204 0 2 0 0 1981 31 17 0 1 0 116280963 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21485/statm: 11891 366 247 79 0 219 0
[pid=21508] ppid=21485 vsize=40744 CPUtime=367.94
/proc/21508/stat : 21508 (minisat) R 21485 21485 20842 0 -1 4194304 9266 0 0 0 36787 7 0 0 25 0 1 0 116283022 41721856 9239 996147200 134512640 135136200 4294955968 18446744073709551615 134529434 0 0 4096 3 0 0 0 17 1 0 0
/proc/21508/statm: 10186 9239 57 152 0 10031 0
Current children cumulated CPU time (s) 388.06
Current children cumulated vsize (KiB) 88308

Child status: 0
Real time (s): 388.728
CPU time (s): 388.111
CPU user time (s): 387.704
CPU system time (s): 0.406938
CPU usage (%): 99.8413
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.704
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52491
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1806
involuntary context switches= 2833

runsolver used 0.382941 second user time and 1.19082 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-03 01:54:16
IDJOB=1048324
IDBENCH=54357
IDSOLVER=350
FILE ID=node63/1048324-1215042856
PBS_JOBID= 7875049
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8251395210f77b2e86753effd7694eb9
RANDOM SEED=332473093

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1869072 kB
Buffers:         10404 kB
Cached:          77820 kB
SwapCached:        448 kB
Active:          79168 kB
Inactive:        52800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869072 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            4012 kB
Writeback:           0 kB
Mapped:          64732 kB
Slab:            40184 kB
Committed_AS:   308868 kB
PageTables:       1752 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= 66528 MiB
End job on node63 at 2008-07-03 02:00:45