Trace number 3299744

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
claspmt 2.0-R4095UNSAT 1324.67 331.586

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...108146/instance-3299744-1304108146.cnf
0.00/0.00	c Solving...
1324.33/331.58	s UNSATISFIABLE
1324.33/331.58	
1324.33/331.58	c Models        : 0     
1324.33/331.58	c Time          : 331.579s (Solving: 331.58s 1st Model: 0.00s Unsat: 331.58s)
1324.33/331.58	c CPU Time      : 1324.650s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3299744-1304108146/watcher-3299744-1304108146 -o /tmp/evaluation-result-3299744-1304108146/solver-3299744-1304108146 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299744-1304108146.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.06 8.03 7.64 6/180 28069
/proc/meminfo: memFree=22838836/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=21008 CPUtime=0 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 583 0 0 0 0 0 0 0 25 0 1 0 522415568 21512192 511 33554432000 4194304 4964704 140736790889760 18446744073709551615 4615610 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28069/statm: 5252 511 399 189 0 126 0

[startup+0.106652 s]
/proc/loadavg: 8.06 8.03 7.64 6/180 28069
/proc/meminfo: memFree=22838836/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=233908 CPUtime=0.39 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 1206 0 0 0 39 0 0 0 25 0 4 0 522415568 239521792 1129 33554432000 4194304 4964704 140736790889760 18446744073709551615 4362231 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58477 1129 458 189 0 52826 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 233908

[startup+0.200636 s]
/proc/loadavg: 8.06 8.03 7.64 6/180 28069
/proc/meminfo: memFree=22838836/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=234300 CPUtime=0.77 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 1396 0 0 0 77 0 0 0 25 0 4 0 522415568 239923200 1319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4380082 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58575 1319 458 189 0 52924 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 234300

[startup+0.300618 s]
/proc/loadavg: 8.06 8.03 7.64 6/180 28069
/proc/meminfo: memFree=22838836/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=234432 CPUtime=1.16 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 1627 0 0 0 116 0 0 0 25 0 4 0 522415568 240058368 1550 33554432000 4194304 4964704 140736790889760 18446744073709551615 270612766176 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58608 1550 458 189 0 52957 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 234432

[startup+0.700547 s]
/proc/loadavg: 8.06 8.03 7.64 6/180 28069
/proc/meminfo: memFree=22838836/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=234828 CPUtime=2.76 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 2138 0 0 0 276 0 0 0 25 0 4 0 522415568 240463872 2061 33554432000 4194304 4964704 140736790889760 18446744073709551615 4332418 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58707 2061 458 189 0 53056 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 234828

[startup+1.5004 s]
/proc/loadavg: 8.06 8.03 7.64 9/184 28073
/proc/meminfo: memFree=22831868/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=234960 CPUtime=5.96 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 2428 0 0 0 595 1 0 0 25 0 4 0 522415568 240599040 2351 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321082 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58740 2351 458 189 0 53089 0
[pid=28069/tid=28071] ppid=28067 vsize=234960 CPUtime=1.47 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 443 0 0 0 147 0 0 0 18 0 4 0 522415568 240599040 2351 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=234960 CPUtime=1.48 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 566 0 0 0 148 0 0 0 25 0 4 0 522415568 240599040 2351 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=234960 CPUtime=1.49 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 383 0 0 0 149 0 0 0 25 0 4 0 522415568 240599040 2351 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320872 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 234960

[startup+3.10112 s]
/proc/loadavg: 8.06 8.03 7.64 9/184 28073
/proc/meminfo: memFree=22830024/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=235092 CPUtime=12.35 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 2705 0 0 0 1234 1 0 0 25 0 4 0 522415568 240734208 2628 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321097 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58773 2628 458 189 0 53122 0
[pid=28069/tid=28071] ppid=28067 vsize=235092 CPUtime=3.07 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 551 0 0 0 307 0 0 0 21 0 4 0 522415568 240734208 2628 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=235092 CPUtime=3.08 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 658 0 0 0 308 0 0 0 25 0 4 0 522415568 240734208 2628 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=235092 CPUtime=3.09 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 423 0 0 0 309 0 0 0 25 0 4 0 522415568 240734208 2628 33554432000 4194304 4964704 140736790889760 18446744073709551615 4342206 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 235092

[startup+6.30056 s]
/proc/loadavg: 8.05 8.03 7.65 9/184 28073
/proc/meminfo: memFree=22828044/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=235728 CPUtime=25.13 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 3143 0 0 0 2511 2 0 0 25 0 4 0 522415568 241385472 3066 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321042 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58932 3066 458 189 0 53281 0
[pid=28069/tid=28071] ppid=28067 vsize=235728 CPUtime=6.26 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 692 0 0 0 625 1 0 0 25 0 4 0 522415568 241385472 3066 33554432000 4194304 4964704 140736790889760 18446744073709551615 4338784 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=235728 CPUtime=6.28 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 877 0 0 0 628 0 0 0 25 0 4 0 522415568 241385472 3066 33554432000 4194304 4964704 140736790889760 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=235728 CPUtime=6.28 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 452 0 0 0 628 0 0 0 25 0 4 0 522415568 241385472 3066 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 235728

[startup+12.7004 s]
/proc/loadavg: 8.05 8.02 7.65 9/184 28073
/proc/meminfo: memFree=22825944/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=235944 CPUtime=50.7 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 3573 0 0 0 5067 3 0 0 25 0 4 0 522415568 241606656 3496 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670450 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 58986 3496 458 189 0 53335 0
[pid=28069/tid=28071] ppid=28067 vsize=235944 CPUtime=12.62 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 903 0 0 0 1261 1 0 0 25 0 4 0 522415568 241606656 3496 33554432000 4194304 4964704 140736790889760 18446744073709551615 4647533 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=235944 CPUtime=12.68 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 907 0 0 0 1268 0 0 0 25 0 4 0 522415568 241606656 3496 33554432000 4194304 4964704 140736790889760 18446744073709551615 4361097 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=235944 CPUtime=12.68 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 459 0 0 0 1268 0 0 0 25 0 4 0 522415568 241606656 3496 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 235944

[startup+25.5012 s]
/proc/loadavg: 8.04 8.02 7.65 9/184 28073
/proc/meminfo: memFree=22824088/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=236348 CPUtime=101.83 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 3920 0 0 0 10177 6 0 0 25 0 4 0 522415568 242020352 3761 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670243 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59087 3761 458 189 0 53436 0
[pid=28069/tid=28071] ppid=28067 vsize=236348 CPUtime=25.36 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 989 0 0 0 2534 2 0 0 25 0 4 0 522415568 242020352 3761 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670466 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=236348 CPUtime=25.48 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1049 0 0 0 2547 1 0 0 20 0 4 0 522415568 242020352 3761 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=236348 CPUtime=25.48 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 563 0 0 0 2547 1 0 0 25 0 4 0 522415568 242020352 3761 33554432000 4194304 4964704 140736790889760 18446744073709551615 4342199 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 236348

[startup+51.1006 s]
/proc/loadavg: 8.02 8.02 7.66 9/184 28074
/proc/meminfo: memFree=22821696/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=237148 CPUtime=204.08 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 4499 0 0 0 20398 10 0 0 25 0 4 0 522415568 242839552 4298 33554432000 4194304 4964704 140736790889760 18446744073709551615 4334304 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59287 4298 458 189 0 53636 0
[pid=28069/tid=28071] ppid=28067 vsize=237148 CPUtime=50.83 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1155 0 0 0 5080 3 0 0 25 0 4 0 522415568 242839552 4298 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=237148 CPUtime=51.08 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1156 0 0 0 5105 3 0 0 25 0 4 0 522415568 242839552 4298 33554432000 4194304 4964704 140736790889760 18446744073709551615 4363330 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=237148 CPUtime=51.07 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 693 0 0 0 5105 2 0 0 25 0 4 0 522415568 242839552 4298 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 237148

[startup+102.301 s]
/proc/loadavg: 8.10 8.04 7.68 9/184 28075
/proc/meminfo: memFree=22819464/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=237148 CPUtime=408.63 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 5035 0 0 0 40842 21 0 0 25 0 4 0 522415568 242839552 4610 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670312 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59287 4610 458 189 0 53636 0
[pid=28069/tid=28071] ppid=28067 vsize=237148 CPUtime=101.77 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1366 0 0 0 10172 5 0 0 25 0 4 0 522415568 242839552 4610 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=237148 CPUtime=102.27 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1247 0 0 0 10222 5 0 0 25 0 4 0 522415568 242839552 4610 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321076 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=237148 CPUtime=102.27 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 766 0 0 0 10222 5 0 0 25 0 4 0 522415568 242839552 4610 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 237148

[startup+162.301 s]
/proc/loadavg: 8.03 8.03 7.70 9/184 28077
/proc/meminfo: memFree=22817720/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=237360 CPUtime=648.32 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 5436 0 0 0 64808 24 0 0 25 0 4 0 522415568 243056640 4845 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59340 4845 458 189 0 53689 0
[pid=28069/tid=28071] ppid=28067 vsize=237360 CPUtime=161.49 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1486 0 0 0 16143 6 0 0 25 0 4 0 522415568 243056640 4845 33554432000 4194304 4964704 140736790889760 18446744073709551615 4684024 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=237360 CPUtime=162.26 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1376 0 0 0 16220 6 0 0 25 0 4 0 522415568 243056640 4845 33554432000 4194304 4964704 140736790889760 18446744073709551615 4658308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=237360 CPUtime=162.27 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 877 0 0 0 16221 6 0 0 25 0 4 0 522415568 243056640 4845 33554432000 4194304 4964704 140736790889760 18446744073709551615 4658341 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 648.32
Current children cumulated vsize (KiB) 237360

[startup+222.306 s]
/proc/loadavg: 7.74 7.97 7.70 5/176 28097
/proc/meminfo: memFree=22895860/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=237808 CPUtime=888.07 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 5627 0 0 0 88783 24 0 0 25 0 4 0 522415568 243515392 5036 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59452 5036 458 189 0 53801 0
[pid=28069/tid=28071] ppid=28067 vsize=237808 CPUtime=221.21 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1486 0 0 0 22115 6 0 0 25 0 4 0 522415568 243515392 5036 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=237808 CPUtime=222.27 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1483 0 0 0 22221 6 0 0 25 0 4 0 522415568 243515392 5036 33554432000 4194304 4964704 140736790889760 18446744073709551615 4651321 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=237808 CPUtime=222.27 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 961 0 0 0 22221 6 0 0 25 0 4 0 522415568 243515392 5036 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321054 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 888.07
Current children cumulated vsize (KiB) 237808

[startup+282.301 s]
/proc/loadavg: 5.37 7.25 7.47 5/175 28098
/proc/meminfo: memFree=22898552/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238136 CPUtime=1127.76 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6086 0 0 0 112743 33 0 0 25 0 4 0 522415568 243851264 5262 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320970 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59534 5262 458 189 0 53883 0
[pid=28069/tid=28071] ppid=28067 vsize=238136 CPUtime=280.94 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1524 0 0 0 28086 8 0 0 25 0 4 0 522415568 243851264 5262 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238136 CPUtime=282.26 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1570 0 0 0 28218 8 0 0 25 0 4 0 522415568 243851264 5262 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238136 CPUtime=282.26 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1102 0 0 0 28217 9 0 0 22 0 4 0 522415568 243851264 5262 33554432000 4194304 4964704 140736790889760 18446744073709551615 4332387 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1127.76
Current children cumulated vsize (KiB) 238136

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

[startup+307.2 s]
/proc/loadavg: 4.90 6.98 7.38 5/175 28099
/proc/meminfo: memFree=22898668/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238136 CPUtime=1227.24 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6092 0 0 0 122690 34 0 0 25 0 4 0 522415568 243851264 5268 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670215 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59534 5268 458 189 0 53883 0
[pid=28069/tid=28071] ppid=28067 vsize=238136 CPUtime=305.72 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 30564 8 0 0 25 0 4 0 522415568 243851264 5268 33554432000 4194304 4964704 140736790889760 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238136 CPUtime=307.16 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1570 0 0 0 30707 9 0 0 25 0 4 0 522415568 243851264 5268 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238136 CPUtime=307.16 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1102 0 0 0 30707 9 0 0 25 0 4 0 522415568 243851264 5268 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1227.24
Current children cumulated vsize (KiB) 238136

[startup+320.001 s]
/proc/loadavg: 4.70 6.84 7.32 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1278.38 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6142 0 0 0 127803 35 0 0 25 0 4 0 522415568 243982336 5318 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5318 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=318.47 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 31838 9 0 0 25 0 4 0 522415568 243982336 5318 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670312 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=319.96 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 31987 9 0 0 25 0 4 0 522415568 243982336 5318 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=319.96 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1121 0 0 0 31987 9 0 0 25 0 4 0 522415568 243982336 5318 33554432000 4194304 4964704 140736790889760 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1278.38
Current children cumulated vsize (KiB) 238264

[startup+326.401 s]
/proc/loadavg: 4.64 6.79 7.30 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1303.95 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6143 0 0 0 130360 35 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4644844 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5319 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=324.84 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 32475 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4683900 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=326.36 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 32627 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 270612808310 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=326.36 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1122 0 0 0 32627 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4683916 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1303.95
Current children cumulated vsize (KiB) 238264

[startup+329.6 s]
/proc/loadavg: 4.59 6.74 7.29 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1316.74 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6143 0 0 0 131639 35 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5319 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=328.02 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 32793 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4669427 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=329.56 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 32947 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=329.56 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1122 0 0 0 32947 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4653121 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1316.74
Current children cumulated vsize (KiB) 238264

[startup+330.4 s]
/proc/loadavg: 4.59 6.74 7.29 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1319.93 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6143 0 0 0 131958 35 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4684659 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5319 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=328.82 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 32873 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321042 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=330.36 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 33027 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4668921 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=330.36 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1122 0 0 0 33027 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1319.93
Current children cumulated vsize (KiB) 238264

[startup+331.206 s]
/proc/loadavg: 4.59 6.74 7.29 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1323.15 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6143 0 0 0 132280 35 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4362275 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5319 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=329.62 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 32953 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670312 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=331.16 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 33107 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321029 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=331.16 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1122 0 0 0 33107 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4660175 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1323.15
Current children cumulated vsize (KiB) 238264

[startup+331.401 s]
/proc/loadavg: 4.59 6.74 7.29 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1323.93 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6143 0 0 0 132358 35 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4320963 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5319 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=329.81 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 32972 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4669427 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=331.36 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 33127 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321008 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=331.36 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1122 0 0 0 33127 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1323.93
Current children cumulated vsize (KiB) 238264

[startup+331.501 s]
/proc/loadavg: 4.59 6.74 7.29 5/175 28099
/proc/meminfo: memFree=22898540/32951124 swapFree=67111524/67111528
[pid=28069] ppid=28067 vsize=238264 CPUtime=1324.33 cores=1,3,5,7
/proc/28069/stat : 28069 (claspmt) R 28067 28069 27138 0 -1 4202496 6143 0 0 0 132398 35 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/28069/statm: 59566 5319 458 189 0 53915 0
[pid=28069/tid=28071] ppid=28067 vsize=238264 CPUtime=329.91 cores=1,3,5,7
/proc/28069/task/28071/stat : 28071 (claspmt) R 28067 28069 27138 0 -1 4202560 1527 0 0 0 32982 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4684649 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28069/tid=28072] ppid=28067 vsize=238264 CPUtime=331.46 cores=1,3,5,7
/proc/28069/task/28072/stat : 28072 (claspmt) R 28067 28069 27138 0 -1 4202560 1601 0 0 0 33137 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28069/tid=28073] ppid=28067 vsize=238264 CPUtime=331.46 cores=1,3,5,7
/proc/28069/task/28073/stat : 28073 (claspmt) R 28067 28069 27138 0 -1 4202560 1122 0 0 0 33137 9 0 0 25 0 4 0 522415568 243982336 5319 33554432000 4194304 4964704 140736790889760 18446744073709551615 4362770 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1324.33
Current children cumulated vsize (KiB) 238264

Child status: 20
Real time (s): 331.586
CPU time (s): 1324.67
CPU user time (s): 1324.31
CPU system time (s): 0.357945
CPU usage (%): 399.495
Max. virtual memory (cumulated for all children) (KiB): 238336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1324.31
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6155
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51765
involuntary context switches= 9226

runsolver used 0.465929 second user time and 1.07784 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 22:15:46
IDJOB=3299744
IDBENCH=87943
IDSOLVER=1683
FILE ID=node108/3299744-1304108146
RUNJOBID= node108-1304106715-27605
PBS_JOBID= 13170636
Free space on /tmp= 72120 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3299744-1304108146/watcher-3299744-1304108146 -o /tmp/evaluation-result-3299744-1304108146/solver-3299744-1304108146 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299744-1304108146.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=535590315

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22838992 kB
Buffers:       1984444 kB
Cached:        7413472 kB
SwapCached:          4 kB
Active:         429232 kB
Inactive:      9111648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22838992 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:      143008 kB
Mapped:          15732 kB
Slab:           508928 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72120 MiB
End job on node108 at 2011-04-29 22:21:18