Trace number 3322632

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 136.659 17.3452

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.467
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...391833/instance-3322632-1304391833.cnf
0.09/0.17	c Solving...
136.55/17.34	s UNSATISFIABLE
136.55/17.34	
136.55/17.34	c Models        : 0     
136.55/17.34	c Time          : 17.309s (Solving: 17.14s 1st Model: 0.00s Unsat: 17.14s)
136.55/17.34	c CPU Time      : 136.610s

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-3322632-1304391833/watcher-3322632-1304391833 -o /tmp/evaluation-result-3322632-1304391833/solver-3322632-1304391833 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322632-1304391833.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.42 7.90 8.00 1/310 29332
/proc/meminfo: memFree=21038320/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=25960 CPUtime=0 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 1953 0 0 0 0 0 0 0 25 0 1 0 550782060 26583040 1681 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29332/statm: 6490 1682 389 189 0 1364 0

[startup+0.100608 s]
/proc/loadavg: 7.42 7.90 8.00 1/310 29332
/proc/meminfo: memFree=21038320/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=33420 CPUtime=0.09 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 4201 0 0 0 9 0 0 0 25 0 1 0 550782060 34222080 3465 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29332/statm: 8355 3465 404 189 0 3229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33420

[startup+0.204628 s]
/proc/loadavg: 7.42 7.90 8.00 1/310 29332
/proc/meminfo: memFree=21038320/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=402516 CPUtime=0.2 cores=0-7
/proc/29332/stat : 29332 (claspmt) S 29330 29332 29272 0 -1 4202496 9888 0 0 0 18 2 0 0 25 0 8 0 550782060 412176384 7654 33554432000 4194304 4964704 140733581460656 18446744073709551615 268284504985 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 100629 7654 442 189 0 94978 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 402516

[startup+0.996453 s]
/proc/loadavg: 7.42 7.90 8.00 1/310 29332
/proc/meminfo: memFree=21038320/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=402516 CPUtime=6.29 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 11788 0 0 0 626 3 0 0 25 0 8 0 550782060 412176384 9547 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 100629 9547 464 189 0 94978 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 402516

[startup+1.00045 s]
/proc/loadavg: 7.42 7.90 8.00 1/310 29332
/proc/meminfo: memFree=21038320/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=402516 CPUtime=6.32 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 11788 0 0 0 629 3 0 0 25 0 8 0 550782060 412176384 9547 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668652 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 100629 9547 464 189 0 94978 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 402516

[startup+1.50036 s]
/proc/loadavg: 7.42 7.90 8.00 1/310 29332
/proc/meminfo: memFree=21038320/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=403072 CPUtime=10.32 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 12830 0 0 0 1028 4 0 0 25 0 8 0 550782060 412745728 10589 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668931 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 100768 10589 464 189 0 95117 0
Current children cumulated CPU time (s) 10.32
Current children cumulated vsize (KiB) 403072

[startup+3.10108 s]
/proc/loadavg: 7.47 7.91 8.00 9/318 29340
/proc/meminfo: memFree=20992128/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=404264 CPUtime=23.1 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 14303 0 0 0 2304 6 0 0 25 0 8 0 550782060 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4342208 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 101066 12062 464 189 0 95415 0
[pid=29332/tid=29334] ppid=29330 vsize=404264 CPUtime=2.85 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1065 0 0 0 285 0 0 0 22 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669432 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=404264 CPUtime=2.85 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 1790 0 0 0 284 1 0 0 22 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=404264 CPUtime=2.86 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 1485 0 0 0 285 1 0 0 22 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668844 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=404264 CPUtime=2.86 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1149 0 0 0 286 0 0 0 22 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4660322 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=404264 CPUtime=2.88 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 796 0 0 0 288 0 0 0 24 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4399307 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=404264 CPUtime=2.85 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1367 0 0 0 285 0 0 0 22 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4379082 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=404264 CPUtime=2.85 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 1680 0 0 0 285 0 0 0 25 0 8 0 550782078 413966336 12062 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 404264

[startup+6.30051 s]
/proc/loadavg: 7.47 7.91 8.00 9/318 29340
/proc/meminfo: memFree=20983772/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=405684 CPUtime=48.66 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 16432 0 0 0 4857 9 0 0 25 0 8 0 550782060 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 101421 14191 466 189 0 95770 0
[pid=29332/tid=29334] ppid=29330 vsize=405684 CPUtime=6.06 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1290 0 0 0 605 1 0 0 25 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4689629 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=405684 CPUtime=6.05 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2044 0 0 0 604 1 0 0 25 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=405684 CPUtime=6.05 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 1710 0 0 0 604 1 0 0 25 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669253 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=405684 CPUtime=6.06 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1351 0 0 0 606 0 0 0 20 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4684725 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=405684 CPUtime=6.04 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1030 0 0 0 604 0 0 0 25 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=405684 CPUtime=6.05 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1552 0 0 0 605 0 0 0 25 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=405684 CPUtime=6.06 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 2241 0 0 0 605 1 0 0 25 0 8 0 550782078 415420416 14191 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.66
Current children cumulated vsize (KiB) 405684

[startup+12.7004 s]
/proc/loadavg: 7.63 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20970484/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=408428 CPUtime=99.88 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 19761 0 0 0 9977 11 0 0 25 0 8 0 550782060 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102107 17520 466 189 0 96456 0
[pid=29332/tid=29334] ppid=29330 vsize=408428 CPUtime=12.47 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1507 0 0 0 1246 1 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4660339 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=408428 CPUtime=12.45 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2554 0 0 0 1244 1 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=408428 CPUtime=12.46 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 1965 0 0 0 1245 1 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=408428 CPUtime=12.47 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1718 0 0 0 1246 1 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=408428 CPUtime=12.38 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1383 0 0 0 1238 0 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=408428 CPUtime=12.46 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1761 0 0 0 1246 0 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4320942 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=408428 CPUtime=12.46 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 3511 0 0 0 1245 1 0 0 25 0 8 0 550782078 418230272 17520 33554432000 4194304 4964704 140733581460656 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.88
Current children cumulated vsize (KiB) 408428

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

[startup+13.4012 s]
/proc/loadavg: 7.63 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20970484/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=408560 CPUtime=105.4 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 20013 0 0 0 10529 11 0 0 25 0 8 0 550782060 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4627185 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102140 17772 466 189 0 96489 0
[pid=29332/tid=29334] ppid=29330 vsize=408560 CPUtime=13.16 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1523 0 0 0 1315 1 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=408560 CPUtime=13.14 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2682 0 0 0 1313 1 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272350241 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=408560 CPUtime=13.15 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 1992 0 0 0 1314 1 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668676 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=408560 CPUtime=13.16 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1744 0 0 0 1315 1 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669069 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=408560 CPUtime=13.07 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1384 0 0 0 1307 0 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=408560 CPUtime=13.15 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1793 0 0 0 1315 0 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=408560 CPUtime=13.15 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 3511 0 0 0 1314 1 0 0 25 0 8 0 550782078 418365440 17772 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670312 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 105.4
Current children cumulated vsize (KiB) 408560

[startup+15.012 s]
/proc/loadavg: 7.63 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20966724/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=409748 CPUtime=118.26 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 20881 0 0 0 11814 12 0 0 25 0 8 0 550782060 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4660107 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102437 18640 466 189 0 96786 0
[pid=29332/tid=29334] ppid=29330 vsize=409748 CPUtime=14.77 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1586 0 0 0 1476 1 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670132 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=409748 CPUtime=14.75 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2839 0 0 0 1474 1 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=409748 CPUtime=14.76 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 2037 0 0 0 1475 1 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668937 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=409748 CPUtime=14.77 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1873 0 0 0 1476 1 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4334301 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=409748 CPUtime=14.66 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1442 0 0 0 1466 0 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=409748 CPUtime=14.77 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1873 0 0 0 1476 1 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4325316 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=409748 CPUtime=14.77 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 3816 0 0 0 1475 2 0 0 25 0 8 0 550782078 419581952 18640 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 118.26
Current children cumulated vsize (KiB) 409748

[startup+16.6007 s]
/proc/loadavg: 7.63 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20965976/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=409748 CPUtime=130.96 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 21163 0 0 0 13084 12 0 0 25 0 8 0 550782060 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4683987 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102437 18922 466 189 0 96786 0
[pid=29332/tid=29334] ppid=29330 vsize=409748 CPUtime=16.36 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1596 0 0 0 1635 1 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=409748 CPUtime=16.34 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2878 0 0 0 1633 1 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=409748 CPUtime=16.35 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 2037 0 0 0 1634 1 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=409748 CPUtime=16.36 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1915 0 0 0 1635 1 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=409748 CPUtime=16.24 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1492 0 0 0 1624 0 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=409748 CPUtime=16.36 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1873 0 0 0 1635 1 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=409748 CPUtime=16.36 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 3950 0 0 0 1634 2 0 0 25 0 8 0 550782078 419581952 18922 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 130.96
Current children cumulated vsize (KiB) 409748

[startup+17.0006 s]
/proc/loadavg: 7.63 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20965976/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=409748 CPUtime=134.16 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 21230 0 0 0 13404 12 0 0 25 0 8 0 550782060 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102437 18989 466 189 0 96786 0
[pid=29332/tid=29334] ppid=29330 vsize=409748 CPUtime=16.75 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1604 0 0 0 1674 1 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=409748 CPUtime=16.74 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2919 0 0 0 1673 1 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=409748 CPUtime=16.75 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 2037 0 0 0 1674 1 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=409748 CPUtime=16.76 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1916 0 0 0 1675 1 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=409748 CPUtime=16.64 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1492 0 0 0 1664 0 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=409748 CPUtime=16.76 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1888 0 0 0 1675 1 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=409748 CPUtime=16.76 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 3952 0 0 0 1674 2 0 0 25 0 8 0 550782078 419581952 18989 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 134.16
Current children cumulated vsize (KiB) 409748

[startup+17.2126 s]
/proc/loadavg: 7.66 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20965604/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=409748 CPUtime=135.84 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 21294 0 0 0 13572 12 0 0 25 0 8 0 550782060 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668683 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102437 19053 466 189 0 96786 0
[pid=29332/tid=29334] ppid=29330 vsize=409748 CPUtime=16.97 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1604 0 0 0 1696 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=409748 CPUtime=16.95 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2920 0 0 0 1694 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272386720 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=409748 CPUtime=16.96 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 2038 0 0 0 1695 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4361114 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=409748 CPUtime=16.97 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1925 0 0 0 1696 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=409748 CPUtime=16.84 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1495 0 0 0 1684 0 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=409748 CPUtime=16.97 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) R 29330 29332 29272 0 -1 4202560 1889 0 0 0 1696 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668998 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=409748 CPUtime=16.97 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 4001 0 0 0 1695 2 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 135.84
Current children cumulated vsize (KiB) 409748

[startup+17.3006 s]
/proc/loadavg: 7.66 7.93 8.00 9/318 29342
/proc/meminfo: memFree=20965604/32950928 swapFree=67111464/67111528
[pid=29332] ppid=29330 vsize=409748 CPUtime=136.55 cores=0-7
/proc/29332/stat : 29332 (claspmt) R 29330 29332 29272 0 -1 4202496 21294 0 0 0 13642 13 0 0 25 0 8 0 550782060 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4668654 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29332/statm: 102437 19053 466 189 0 96786 0
[pid=29332/tid=29334] ppid=29330 vsize=409748 CPUtime=17.05 cores=0-7
/proc/29332/task/29334/stat : 29334 (claspmt) R 29330 29332 29272 0 -1 4202560 1604 0 0 0 1704 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272794143 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29332/tid=29335] ppid=29330 vsize=409748 CPUtime=17.04 cores=0-7
/proc/29332/task/29335/stat : 29335 (claspmt) R 29330 29332 29272 0 -1 4202560 2920 0 0 0 1703 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272794143 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29332/tid=29336] ppid=29330 vsize=409748 CPUtime=17.05 cores=0-7
/proc/29332/task/29336/stat : 29336 (claspmt) R 29330 29332 29272 0 -1 4202560 2038 0 0 0 1704 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29332/tid=29337] ppid=29330 vsize=409748 CPUtime=17.06 cores=0-7
/proc/29332/task/29337/stat : 29337 (claspmt) R 29330 29332 29272 0 -1 4202560 1925 0 0 0 1705 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29332/tid=29338] ppid=29330 vsize=409748 CPUtime=16.93 cores=0-7
/proc/29332/task/29338/stat : 29338 (claspmt) R 29330 29332 29272 0 -1 4202560 1495 0 0 0 1693 0 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 4669056 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29332/tid=29339] ppid=29330 vsize=409748 CPUtime=17.06 cores=0-7
/proc/29332/task/29339/stat : 29339 (claspmt) S 29330 29332 29272 0 -1 4202560 1889 0 0 0 1705 1 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272794094 0 0 4096 18946 18446604444124103808 0 0 -1 3 0 0 0
[pid=29332/tid=29340] ppid=29330 vsize=409748 CPUtime=17.06 cores=0-7
/proc/29332/task/29340/stat : 29340 (claspmt) R 29330 29332 29272 0 -1 4202560 4001 0 0 0 1704 2 0 0 25 0 8 0 550782078 419581952 19053 33554432000 4194304 4964704 140733581460656 18446744073709551615 268272794143 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 136.55
Current children cumulated vsize (KiB) 409748

Child status: 20
Real time (s): 17.3452
CPU time (s): 136.659
CPU user time (s): 136.517
CPU system time (s): 0.141978
CPU usage (%): 787.878
Max. virtual memory (cumulated for all children) (KiB): 409748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.517
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21305
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= 4155
involuntary context switches= 581

runsolver used 0.048992 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-03 05:03:53
IDJOB=3322632
IDBENCH=84958
IDSOLVER=1711
FILE ID=node122/3322632-1304391833
RUNJOBID= node122-1304391831-29286
PBS_JOBID= 13181848
Free space on /tmp= 73812 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.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-3322632-1304391833/watcher-3322632-1304391833 -o /tmp/evaluation-result-3322632-1304391833/solver-3322632-1304391833 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322632-1304391833.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=1422247632

node122.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	: 5332.75
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.75
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.83
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.75
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21038592 kB
Buffers:        396092 kB
Cached:        3165636 kB
SwapCached:         64 kB
Active:        8570504 kB
Inactive:      2955408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21038592 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            1876 kB
Writeback:           0 kB
AnonPages:     7963688 kB
Mapped:          25188 kB
Slab:           289928 kB
PageTables:      32176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52518664 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= 73812 MiB
End job on node122 at 2011-05-03 05:04:10