Trace number 1050320

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 M? (TO) 1800.12 1811.51

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-f2000.xml
MD5SUMd0af6237455830e6705fc3a2242cad63
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of constraints10500
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
12.70/12.88	c start processing
12.70/12.89	c start relation processing
12.70/12.89	c start cnf exporting
13.39/13.55	c parsing time : 12.756
13.39/13.55	c preprocessing time : 13.427
13.39/13.55	
13.39/13.55	c Nary constraints - conflicts : 8500 supports : 0
13.39/13.55	c Binary constraints - conflicts : 2000 supports :0
13.39/13.55	c max arity constraint : 3
13.39/13.55	c Max Tuples generated 8
13.39/13.55	c relations : 2
13.39/13.55	c relations BDD: 0
13.39/13.55	c sampling 0/0
13.39/13.55	c vars : 4001 - clauses :  10500
13.39/13.55	
13.39/13.57	 
13.39/13.57	c --- SAT Solver Stats ---
13.39/13.57	 
1800.08/1811.51	Terminated

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050320-1215049152/watcher-1050320-1215049152 -o /tmp/evaluation-result-1050320-1215049152/solver-1050320-1215049152 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1050320-1215049152.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.92 1.98 1.94 4/81 13321
/proc/meminfo: memFree=1534560/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=8652 CPUtime=0
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 237903187 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13321/statm: 2163 280 208 79 0 156 0
[pid=13322] ppid=13321 vsize=8688 CPUtime=0
/proc/13322/stat : 13322 (galacM.sh) R 13321 13321 11585 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 237903187 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 269807577759 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/13322/statm: 2172 288 210 79 0 165 0

[startup+0.072168 s]
/proc/loadavg: 1.92 1.98 1.94 4/81 13321
/proc/meminfo: memFree=1534560/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101156 s]
/proc/loadavg: 1.92 1.98 1.94 4/81 13321
/proc/meminfo: memFree=1534560/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301179 s]
/proc/loadavg: 1.92 1.98 1.94 4/81 13321
/proc/meminfo: memFree=1534560/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701228 s]
/proc/loadavg: 1.92 1.98 1.94 4/81 13321
/proc/meminfo: memFree=1534560/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50231 s]
/proc/loadavg: 1.92 1.98 1.94 3/91 13343
/proc/meminfo: memFree=1491848/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13335] ppid=13321 vsize=812552 CPUtime=1.44
/proc/13335/stat : 13335 (java) S 13321 13321 11585 0 -1 0 13821 0 1 0 138 6 0 0 18 0 9 0 237903190 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13335/statm: 203138 13046 2587 9 0 197171 0
[pid=13335/tid=13336] ppid=13321 vsize=812552 CPUtime=1.09
/proc/13335/task/13336/stat : 13336 (java) R 13321 13321 11585 0 -1 64 7720 0 1 0 106 3 0 0 25 0 9 0 237903191 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4126990185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13337] ppid=13321 vsize=812552 CPUtime=0.05
/proc/13335/task/13337/stat : 13337 (java) S 13321 13321 11585 0 -1 64 4507 0 0 0 4 1 0 0 16 0 9 0 237903192 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13338] ppid=13321 vsize=812552 CPUtime=0
/proc/13335/task/13338/stat : 13338 (java) S 13321 13321 11585 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237903193 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13339] ppid=13321 vsize=812552 CPUtime=0
/proc/13335/task/13339/stat : 13339 (java) S 13321 13321 11585 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 237903193 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13340] ppid=13321 vsize=812552 CPUtime=0
/proc/13335/task/13340/stat : 13340 (java) S 13321 13321 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 237903195 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13341] ppid=13321 vsize=812552 CPUtime=0.28
/proc/13335/task/13341/stat : 13341 (java) S 13321 13321 11585 0 -1 64 894 0 0 0 28 0 0 0 15 0 9 0 237903195 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13342] ppid=13321 vsize=812552 CPUtime=0
/proc/13335/task/13342/stat : 13342 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 237903195 832053248 13046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13343] ppid=13321 vsize=812552 CPUtime=0
/proc/13335/task/13343/stat : 13343 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 237903195 832053248 13046 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) 860108

[startup+3.10248 s]
/proc/loadavg: 1.92 1.98 1.94 3/91 13343
/proc/meminfo: memFree=1491144/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13335] ppid=13321 vsize=812688 CPUtime=3.04
/proc/13335/stat : 13335 (java) S 13321 13321 11585 0 -1 0 15461 0 1 0 296 8 0 0 18 0 9 0 237903190 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13335/statm: 203172 14681 2586 9 0 197205 0
[pid=13335/tid=13336] ppid=13321 vsize=812688 CPUtime=2.62
/proc/13335/task/13336/stat : 13336 (java) R 13321 13321 11585 0 -1 64 9185 0 1 0 257 5 0 0 25 0 9 0 237903191 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4126414784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13337] ppid=13321 vsize=812688 CPUtime=0.1
/proc/13335/task/13337/stat : 13337 (java) S 13321 13321 11585 0 -1 64 4676 0 0 0 9 1 0 0 17 0 9 0 237903192 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13338] ppid=13321 vsize=812688 CPUtime=0
/proc/13335/task/13338/stat : 13338 (java) S 13321 13321 11585 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237903193 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13339] ppid=13321 vsize=812688 CPUtime=0
/proc/13335/task/13339/stat : 13339 (java) S 13321 13321 11585 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 237903193 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13340] ppid=13321 vsize=812688 CPUtime=0
/proc/13335/task/13340/stat : 13340 (java) S 13321 13321 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 237903195 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13341] ppid=13321 vsize=812688 CPUtime=0.28
/proc/13335/task/13341/stat : 13341 (java) S 13321 13321 11585 0 -1 64 900 0 0 0 28 0 0 0 16 0 9 0 237903195 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13342] ppid=13321 vsize=812688 CPUtime=0
/proc/13335/task/13342/stat : 13342 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 237903195 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13343] ppid=13321 vsize=812688 CPUtime=0
/proc/13335/task/13343/stat : 13343 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 237903195 832192512 14681 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860244

[startup+6.30182 s]
/proc/loadavg: 1.93 1.98 1.94 3/91 13343
/proc/meminfo: memFree=1480968/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13335] ppid=13321 vsize=812672 CPUtime=6.22
/proc/13335/stat : 13335 (java) S 13321 13321 11585 0 -1 0 18499 0 1 0 612 10 0 0 18 0 9 0 237903190 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13335/statm: 203168 17717 2586 9 0 197201 0
[pid=13335/tid=13336] ppid=13321 vsize=812672 CPUtime=5.8
/proc/13335/task/13336/stat : 13336 (java) R 13321 13321 11585 0 -1 64 12223 0 1 0 574 6 0 0 25 0 9 0 237903191 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4126699630 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13337] ppid=13321 vsize=812672 CPUtime=0.1
/proc/13335/task/13337/stat : 13337 (java) S 13321 13321 11585 0 -1 64 4676 0 0 0 9 1 0 0 16 0 9 0 237903192 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13338] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13338/stat : 13338 (java) S 13321 13321 11585 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237903193 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13339] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13339/stat : 13339 (java) S 13321 13321 11585 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 237903193 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13340] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13340/stat : 13340 (java) S 13321 13321 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 237903195 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13341] ppid=13321 vsize=812672 CPUtime=0.28
/proc/13335/task/13341/stat : 13341 (java) S 13321 13321 11585 0 -1 64 900 0 0 0 28 0 0 0 16 0 9 0 237903195 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13342] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13342/stat : 13342 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 237903195 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13343] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13343/stat : 13343 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 237903195 832176128 17717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860228

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.94 3/91 13343
/proc/meminfo: memFree=1462408/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=0.01
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13335] ppid=13321 vsize=812672 CPUtime=12.59
/proc/13335/stat : 13335 (java) S 13321 13321 11585 0 -1 0 21310 0 1 0 1247 12 0 0 18 0 9 0 237903190 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13335/statm: 203168 20526 2590 9 0 197201 0
[pid=13335/tid=13336] ppid=13321 vsize=812672 CPUtime=12.15
/proc/13335/task/13336/stat : 13336 (java) R 13321 13321 11585 0 -1 64 14588 0 1 0 1207 8 0 0 25 0 9 0 237903191 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4126415015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13337] ppid=13321 vsize=812672 CPUtime=0.13
/proc/13335/task/13337/stat : 13337 (java) S 13321 13321 11585 0 -1 64 5122 0 0 0 11 2 0 0 16 0 9 0 237903192 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13338] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13338/stat : 13338 (java) S 13321 13321 11585 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237903193 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13339] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13339/stat : 13339 (java) S 13321 13321 11585 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 237903193 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13340] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13340/stat : 13340 (java) S 13321 13321 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 237903195 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13341] ppid=13321 vsize=812672 CPUtime=0.28
/proc/13335/task/13341/stat : 13341 (java) S 13321 13321 11585 0 -1 64 900 0 0 0 28 0 0 0 16 0 9 0 237903195 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13342] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13342/stat : 13342 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 237903195 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13335/tid=13343] ppid=13321 vsize=812672 CPUtime=0
/proc/13335/task/13343/stat : 13343 (java) S 13321 13321 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 237903195 832176128 20526 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860228

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.94 3/83 13344
/proc/meminfo: memFree=1526984/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=7416 CPUtime=11.86
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 1604 0 0 0 1185 1 0 0 25 0 1 0 237904544 7593984 1585 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/13344/statm: 1854 1585 57 152 0 1699 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 54972

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.94 3/83 13344
/proc/meminfo: memFree=1524936/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=9536 CPUtime=37.33
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 2132 0 0 0 3732 1 0 0 25 0 1 0 237904544 9764864 2113 996147200 134512640 135136200 4294955968 18446744073709551615 134527101 0 0 4096 3 0 0 0 17 1 0 0
/proc/13344/statm: 2384 2113 57 152 0 2229 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 57092

[startup+102.306 s]
/proc/loadavg: 2.06 2.00 1.95 3/83 13344
/proc/meminfo: memFree=1522632/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

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

[pid=13344] ppid=13321 vsize=24952 CPUtime=1103.36
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 5943 0 0 0 110330 6 0 0 25 0 1 0 237904544 25550848 5924 996147200 134512640 135136200 4294955968 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13344/statm: 6238 5924 57 152 0 6083 0
Current children cumulated CPU time (s) 1116.83
Current children cumulated vsize (KiB) 72508

[startup+1182.3 s]
/proc/loadavg: 2.19 2.11 2.02 3/83 13346
/proc/meminfo: memFree=1508680/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=25084 CPUtime=1163.06
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 5980 0 0 0 116300 6 0 0 25 0 1 0 237904544 25686016 5961 996147200 134512640 135136200 4294955968 18446744073709551615 134529434 0 0 4096 3 0 0 0 17 1 0 0
/proc/13344/statm: 6271 5961 57 152 0 6116 0
Current children cumulated CPU time (s) 1176.53
Current children cumulated vsize (KiB) 72640

[startup+1242.3 s]
/proc/loadavg: 2.41 2.18 2.04 3/83 13346
/proc/meminfo: memFree=1508424/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=25216 CPUtime=1222.77
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6030 0 0 0 122271 6 0 0 25 0 1 0 237904544 25821184 6011 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/13344/statm: 6304 6011 57 152 0 6149 0
Current children cumulated CPU time (s) 1236.24
Current children cumulated vsize (KiB) 72772

[startup+1302.3 s]
/proc/loadavg: 2.45 2.23 2.07 3/83 13346
/proc/meminfo: memFree=1508168/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=25360 CPUtime=1282.48
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6056 0 0 0 128242 6 0 0 25 0 1 0 237904544 25968640 6037 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/13344/statm: 6340 6037 57 152 0 6185 0
Current children cumulated CPU time (s) 1295.95
Current children cumulated vsize (KiB) 72916

[startup+1362.3 s]
/proc/loadavg: 2.29 2.23 2.08 3/84 13394
/proc/meminfo: memFree=1775928/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=27092 CPUtime=1342.17
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6478 0 0 0 134210 7 0 0 25 0 1 0 237904544 27742208 6459 996147200 134512640 135136200 4294955968 18446744073709551615 134529862 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 6773 6459 57 152 0 6618 0
Current children cumulated CPU time (s) 1355.64
Current children cumulated vsize (KiB) 74648

[startup+1422.31 s]
/proc/loadavg: 2.18 2.22 2.08 3/84 13870
/proc/meminfo: memFree=1734200/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=27620 CPUtime=1398.97
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6601 0 0 0 139886 11 0 0 25 0 1 0 237904544 28282880 6582 996147200 134512640 135136200 4294955968 18446744073709551615 134527101 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 6905 6582 57 152 0 6750 0
Current children cumulated CPU time (s) 1412.44
Current children cumulated vsize (KiB) 75176

[startup+1482.3 s]
/proc/loadavg: 2.07 2.17 2.08 3/84 13870
/proc/meminfo: memFree=1733560/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=28280 CPUtime=1458.72
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6769 0 0 0 145861 11 0 0 25 0 1 0 237904544 28958720 6750 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7070 6750 57 152 0 6915 0
Current children cumulated CPU time (s) 1472.19
Current children cumulated vsize (KiB) 75836

[startup+1542.3 s]
/proc/loadavg: 2.02 2.14 2.07 3/84 13870
/proc/meminfo: memFree=1733368/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=28272 CPUtime=1518.48
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6769 0 0 0 151837 11 0 0 25 0 1 0 237904544 28950528 6750 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7068 6750 57 152 0 6913 0
Current children cumulated CPU time (s) 1531.95
Current children cumulated vsize (KiB) 75828

[startup+1602.3 s]
/proc/loadavg: 2.01 2.11 2.07 3/84 13870
/proc/meminfo: memFree=1733112/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=28588 CPUtime=1578.24
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6846 0 0 0 157813 11 0 0 25 0 1 0 237904544 29274112 6827 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7147 6827 57 152 0 6992 0
Current children cumulated CPU time (s) 1591.71
Current children cumulated vsize (KiB) 76144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.09 2.06 3/84 13870
/proc/meminfo: memFree=1733112/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=28512 CPUtime=1638.01
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 6846 0 0 0 163789 12 0 0 25 0 1 0 237904544 29196288 6827 996147200 134512640 135136200 4294955968 18446744073709551615 134520057 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7128 6827 57 152 0 6973 0
Current children cumulated CPU time (s) 1651.48
Current children cumulated vsize (KiB) 76068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/84 13870
/proc/meminfo: memFree=1732216/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=29436 CPUtime=1697.77
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 7057 0 0 0 169765 12 0 0 25 0 1 0 237904544 30142464 7038 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7359 7038 57 152 0 7204 0
Current children cumulated CPU time (s) 1711.24
Current children cumulated vsize (KiB) 76992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/84 13870
/proc/meminfo: memFree=1731704/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=29708 CPUtime=1757.52
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 7149 0 0 0 175740 12 0 0 25 0 1 0 237904544 30420992 7130 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7427 7130 57 152 0 7272 0
Current children cumulated CPU time (s) 1770.99
Current children cumulated vsize (KiB) 77264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.00 2.05 2.05 3/84 13870
/proc/meminfo: memFree=1731640/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=29708 CPUtime=1786.61
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 7149 0 0 0 178649 12 0 0 25 0 1 0 237904544 30420992 7130 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7427 7130 57 152 0 7272 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 77264

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

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

[startup+1811.5 s]
/proc/loadavg: 2.00 2.05 2.05 3/84 13870
/proc/meminfo: memFree=1731640/2055920 swapFree=4154836/4192956
[pid=13321] ppid=13319 vsize=47556 CPUtime=13.47
/proc/13321/stat : 13321 (galacM.sh) S 13319 13321 11585 0 -1 4194304 799 23096 0 1 0 0 1331 16 17 0 1 0 237903187 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13321/statm: 11889 364 245 79 0 219 0
[pid=13344] ppid=13321 vsize=29708 CPUtime=1786.61
/proc/13344/stat : 13344 (minisat) R 13321 13321 11585 0 -1 4194304 7149 0 0 0 178649 12 0 0 25 0 1 0 237904544 30420992 7130 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/13344/statm: 7427 7130 57 152 0 7272 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 77264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.51
CPU time (s): 1800.12
CPU user time (s): 1799.81
CPU system time (s): 0.308953
CPU usage (%): 99.3712
Max. virtual memory (cumulated for all children) (KiB): 860244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31079
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= 1999
involuntary context switches= 51153

runsolver used 1.64475 second user time and 4.98324 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 03:39:12
IDJOB=1050320
IDBENCH=54872
IDSOLVER=350
FILE ID=node81/1050320-1215049152
PBS_JOBID= 7875016
Free space on /tmp= 126836 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-f2000.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050320-1215049152/watcher-1050320-1215049152 -o /tmp/evaluation-result-1050320-1215049152/solver-1050320-1215049152 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1050320-1215049152.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0af6237455830e6705fc3a2242cad63
RANDOM SEED=239454086

node81.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.236
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.236
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:       1535040 kB
Buffers:         23076 kB
Cached:         131300 kB
SwapCached:      30856 kB
Active:         388620 kB
Inactive:        76708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535040 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            4608 kB
Writeback:           0 kB
Mapped:         300344 kB
Slab:            40380 kB
Committed_AS:  1266460 kB
PageTables:       2164 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= 126848 MiB
End job on node81 at 2008-07-03 04:09:26