Trace number 3309708

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
Plingeling 587UNSAT 184.801 23.9454

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.55146
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

184.68/23.94	s UNSATISFIABLE

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-3309708-1304007954/watcher-3309708-1304007954 -o /tmp/evaluation-result-3309708-1304007954/solver-3309708-1304007954 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309708-1304007954.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.71 7.31 4.97 1/170 19140
/proc/meminfo: memFree=18972172/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=10792 CPUtime=0 cores=0-7
/proc/19140/stat : 19140 (plingeling) R 19138 19140 18933 0 -1 4202496 767 1255 0 0 0 0 0 0 22 0 1 0 512392125 11051008 696 33554432000 4194304 4417332 140735359104400 18446744073709551615 254500385768 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19140/statm: 2698 696 147 55 0 584 0

[startup+0.0314041 s]
/proc/loadavg: 7.71 7.31 4.97 1/170 19140
/proc/meminfo: memFree=18972172/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=17084 CPUtime=0.02 cores=0-7
/proc/19140/stat : 19140 (plingeling) R 19138 19140 18933 0 -1 4202496 2365 1255 0 0 2 0 0 0 22 0 1 0 512392125 17494016 2294 33554432000 4194304 4417332 140735359104400 18446744073709551615 4274298 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19140/statm: 4271 2294 148 55 0 2157 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17084

[startup+0.100406 s]
/proc/loadavg: 7.71 7.31 4.97 1/170 19140
/proc/meminfo: memFree=18972172/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=28256 CPUtime=0.08 cores=0-7
/proc/19140/stat : 19140 (plingeling) R 19138 19140 18933 0 -1 4202496 5158 1255 0 0 8 0 0 0 22 0 1 0 512392125 28934144 5087 33554432000 4194304 4417332 140735359104400 18446744073709551615 4231327 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19140/statm: 7064 5087 148 55 0 4950 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28256

[startup+0.300341 s]
/proc/loadavg: 7.71 7.31 4.97 1/170 19140
/proc/meminfo: memFree=18972172/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=64600 CPUtime=0.28 cores=0-7
/proc/19140/stat : 19140 (plingeling) R 19138 19140 18933 0 -1 4202496 14260 1255 0 0 27 1 0 0 23 0 1 0 512392125 66150400 14173 33554432000 4194304 4417332 140735359104400 18446744073709551615 4320923 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19140/statm: 16150 14173 148 55 0 14036 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64600

[startup+0.700268 s]
/proc/loadavg: 7.71 7.31 4.97 1/170 19140
/proc/meminfo: memFree=18972172/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=151140 CPUtime=0.68 cores=0-7
/proc/19140/stat : 19140 (plingeling) R 19138 19140 18933 0 -1 4202496 35895 1255 0 0 64 4 0 0 25 0 1 0 512392125 154767360 35808 33554432000 4194304 4417332 140735359104400 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19140/statm: 37785 35808 148 55 0 35671 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151140

[startup+1.50103 s]
/proc/loadavg: 7.17 7.21 4.95 9/179 19154
/proc/meminfo: memFree=18794292/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=390480 CPUtime=5.6 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 70783 1255 0 0 550 10 0 0 25 0 9 0 512392125 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 97620 47602 172 55 0 95506 0
[pid=19140/tid=19147] ppid=19138 vsize=390480 CPUtime=0.59 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 4715 1255 0 0 59 0 0 0 18 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 254500385865 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=390480 CPUtime=0.58 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 4776 1255 0 0 58 0 0 0 25 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 4286255 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=390480 CPUtime=0.58 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 3197 1255 0 0 58 0 0 0 25 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 4288704 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=390480 CPUtime=0.58 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 2646 1255 0 0 58 0 0 0 18 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=390480 CPUtime=0.58 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 4094 1255 0 0 58 0 0 0 25 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=390480 CPUtime=0.58 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 4765 1255 0 0 58 0 0 0 18 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=390480 CPUtime=0.58 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 4773 1255 0 0 58 0 0 0 25 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=390480 CPUtime=0.54 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 5906 1255 0 0 54 0 0 0 25 0 9 0 512392216 399851520 47602 33554432000 4194304 4417332 140735359104400 18446744073709551615 254500385844 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 390480

[startup+3.10071 s]
/proc/loadavg: 7.17 7.21 4.95 9/179 19154
/proc/meminfo: memFree=18768004/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=398000 CPUtime=18.39 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 87112 1255 0 0 1826 13 0 0 25 0 9 0 512392125 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 99500 48580 176 55 0 97386 0
[pid=19140/tid=19147] ppid=19138 vsize=398000 CPUtime=2.18 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 4715 1255 0 0 218 0 0 0 21 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=398000 CPUtime=2.18 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 4776 1255 0 0 218 0 0 0 25 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4277543 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=398000 CPUtime=2.19 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 9376 1255 0 0 217 2 0 0 25 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4255643 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=398000 CPUtime=2.18 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 2648 1255 0 0 218 0 0 0 21 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4264953 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=398000 CPUtime=2.18 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 4094 1255 0 0 218 0 0 0 25 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=398000 CPUtime=2.19 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 7981 1255 0 0 218 1 0 0 21 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4275860 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=398000 CPUtime=2.18 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 6310 1255 0 0 218 0 0 0 25 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4261358 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=398000 CPUtime=2.14 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 11301 1255 0 0 213 1 0 0 19 0 9 0 512392216 407552000 48580 33554432000 4194304 4417332 140735359104400 18446744073709551615 4302036 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 398000

[startup+6.30107 s]
/proc/loadavg: 7.24 7.22 4.97 9/179 19154
/proc/meminfo: memFree=18711088/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=455256 CPUtime=43.97 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 117470 1255 0 0 4379 18 0 0 25 0 9 0 512392125 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 113814 62563 180 55 0 111700 0
[pid=19140/tid=19147] ppid=19138 vsize=455256 CPUtime=5.38 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 13217 1255 0 0 537 1 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4252404 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=455256 CPUtime=5.39 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 8878 1255 0 0 538 1 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4252144 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=455256 CPUtime=5.38 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12424 1255 0 0 536 2 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4264968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=455256 CPUtime=5.38 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 538 0 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4232683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=455256 CPUtime=5.38 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 8170 1255 0 0 537 1 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4319702 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=455256 CPUtime=5.38 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 11059 1255 0 0 537 1 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4257383 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=455256 CPUtime=5.38 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 9382 1255 0 0 537 1 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4366610 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=455256 CPUtime=5.32 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 14891 1255 0 0 531 1 0 0 25 0 9 0 512392216 466182144 62563 33554432000 4194304 4417332 140735359104400 18446744073709551615 4252361 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 43.97
Current children cumulated vsize (KiB) 455256

[startup+12.7008 s]
/proc/loadavg: 7.30 7.23 4.98 9/179 19155
/proc/meminfo: memFree=18735980/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=441176 CPUtime=95.13 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 138624 1255 0 0 9492 21 0 0 25 0 9 0 512392125 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 110294 58052 181 55 0 108180 0
[pid=19140/tid=19147] ppid=19138 vsize=441176 CPUtime=11.79 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 17323 1255 0 0 1177 2 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=441176 CPUtime=11.79 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 12985 1255 0 0 1177 2 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=441176 CPUtime=11.78 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12469 1255 0 0 1176 2 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=441176 CPUtime=11.78 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 1178 0 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=441176 CPUtime=11.78 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 13300 1255 0 0 1176 2 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236713 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=441176 CPUtime=11.78 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 15386 1255 0 0 1176 2 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4265485 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=441176 CPUtime=11.78 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 10763 1255 0 0 1177 1 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=441176 CPUtime=11.69 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 16949 1255 0 0 1167 2 0 0 25 0 9 0 512392216 451764224 58052 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.13
Current children cumulated vsize (KiB) 441176

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

[startup+19.1005 s]
/proc/loadavg: 7.35 7.25 5.00 9/179 19155
/proc/meminfo: memFree=18738096/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=442884 CPUtime=146.3 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 143656 1255 0 0 14607 23 0 0 25 0 9 0 512392125 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 110721 58511 181 55 0 108607 0
[pid=19140/tid=19147] ppid=19138 vsize=442884 CPUtime=18.19 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 18580 1255 0 0 1817 2 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=442884 CPUtime=18.19 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 14244 1255 0 0 1816 3 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=442884 CPUtime=18.18 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12469 1255 0 0 1816 2 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=442884 CPUtime=18.18 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 1818 0 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=442884 CPUtime=18.18 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 14559 1255 0 0 1816 2 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4353476 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=442884 CPUtime=18.18 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 15612 1255 0 0 1816 2 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364962 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=442884 CPUtime=18.17 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 10763 1255 0 0 1816 1 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=442884 CPUtime=18.06 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 17980 1255 0 0 1804 2 0 0 25 0 9 0 512392216 453513216 58511 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 146.3
Current children cumulated vsize (KiB) 442884

[startup+22.3009 s]
/proc/loadavg: 7.41 7.26 5.01 9/179 19155
/proc/meminfo: memFree=18735676/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=446028 CPUtime=171.89 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 145468 1255 0 0 17166 23 0 0 25 0 9 0 512392125 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 111507 59297 181 55 0 109393 0
[pid=19140/tid=19147] ppid=19138 vsize=446028 CPUtime=21.39 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 18777 1255 0 0 2137 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=446028 CPUtime=21.39 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 14441 1255 0 0 2136 3 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=446028 CPUtime=21.38 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12469 1255 0 0 2136 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=446028 CPUtime=21.38 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 2138 0 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=446028 CPUtime=21.38 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 14757 1255 0 0 2136 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=446028 CPUtime=21.38 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 16832 1255 0 0 2136 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=446028 CPUtime=21.37 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 10763 1255 0 0 2136 1 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236961 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=446028 CPUtime=21.24 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 17980 1255 0 0 2122 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 171.89
Current children cumulated vsize (KiB) 446028

[startup+23.1067 s]
/proc/loadavg: 7.41 7.26 5.01 9/179 19155
/proc/meminfo: memFree=18735676/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=446028 CPUtime=178.33 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 145468 1255 0 0 17810 23 0 0 25 0 9 0 512392125 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 111507 59297 181 55 0 109393 0
[pid=19140/tid=19147] ppid=19138 vsize=446028 CPUtime=22.19 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 18777 1255 0 0 2217 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=446028 CPUtime=22.2 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 14441 1255 0 0 2217 3 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4275050 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=446028 CPUtime=22.19 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12469 1255 0 0 2217 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=446028 CPUtime=22.18 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 2218 0 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4365018 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=446028 CPUtime=22.18 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 14757 1255 0 0 2216 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4353974 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=446028 CPUtime=22.19 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 16832 1255 0 0 2217 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4264366 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=446028 CPUtime=22.18 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 10763 1255 0 0 2217 1 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=446028 CPUtime=22.04 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 17980 1255 0 0 2202 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 178.33
Current children cumulated vsize (KiB) 446028

[startup+23.5006 s]
/proc/loadavg: 7.41 7.26 5.01 9/179 19155
/proc/meminfo: memFree=18735676/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=446028 CPUtime=181.48 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 145468 1255 0 0 18125 23 0 0 25 0 9 0 512392125 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 111507 59297 181 55 0 109393 0
[pid=19140/tid=19147] ppid=19138 vsize=446028 CPUtime=22.59 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 18777 1255 0 0 2257 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19148] ppid=19138 vsize=446028 CPUtime=22.59 cores=0-7
/proc/19140/task/19148/stat : 19148 (plingeling) R 19138 19140 18933 0 -1 4202560 14441 1255 0 0 2256 3 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=446028 CPUtime=22.58 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12469 1255 0 0 2256 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4355823 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=446028 CPUtime=22.58 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 2258 0 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=446028 CPUtime=22.58 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 14757 1255 0 0 2256 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=446028 CPUtime=22.58 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 16832 1255 0 0 2256 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4270978 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=446028 CPUtime=22.57 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 10763 1255 0 0 2256 1 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=446028 CPUtime=22.43 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 17980 1255 0 0 2241 2 0 0 25 0 9 0 512392216 456732672 59297 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 181.48
Current children cumulated vsize (KiB) 446028

[startup+23.9006 s]
/proc/loadavg: 7.41 7.26 5.01 9/179 19155
/proc/meminfo: memFree=18735676/32950928 swapFree=67111528/67111528
[pid=19140] ppid=19138 vsize=446184 CPUtime=184.68 cores=0-7
/proc/19140/stat : 19140 (plingeling) S 19138 19140 18933 0 -1 4202496 145509 1255 0 0 18445 23 0 0 25 0 8 0 512392125 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19140/statm: 111546 59337 182 55 0 109432 0
[pid=19140/tid=19147] ppid=19138 vsize=446184 CPUtime=22.99 cores=0-7
/proc/19140/task/19147/stat : 19147 (plingeling) R 19138 19140 18933 0 -1 4202560 18777 1255 0 0 2297 2 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19140/tid=19149] ppid=19138 vsize=446184 CPUtime=22.98 cores=0-7
/proc/19140/task/19149/stat : 19149 (plingeling) R 19138 19140 18933 0 -1 4202560 12509 1255 0 0 2296 2 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4275967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19140/tid=19150] ppid=19138 vsize=446184 CPUtime=22.98 cores=0-7
/proc/19140/task/19150/stat : 19150 (plingeling) R 19138 19140 18933 0 -1 4202560 3538 1255 0 0 2298 0 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19140/tid=19151] ppid=19138 vsize=446184 CPUtime=22.98 cores=0-7
/proc/19140/task/19151/stat : 19151 (plingeling) R 19138 19140 18933 0 -1 4202560 14757 1255 0 0 2296 2 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19140/tid=19152] ppid=19138 vsize=446184 CPUtime=22.98 cores=0-7
/proc/19140/task/19152/stat : 19152 (plingeling) R 19138 19140 18933 0 -1 4202560 16832 1255 0 0 2296 2 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19140/tid=19153] ppid=19138 vsize=446184 CPUtime=22.97 cores=0-7
/proc/19140/task/19153/stat : 19153 (plingeling) R 19138 19140 18933 0 -1 4202560 10763 1255 0 0 2296 1 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4365875 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19140/tid=19154] ppid=19138 vsize=446184 CPUtime=22.83 cores=0-7
/proc/19140/task/19154/stat : 19154 (plingeling) R 19138 19140 18933 0 -1 4202560 17980 1255 0 0 2281 2 0 0 25 0 8 0 512392216 456892416 59337 33554432000 4194304 4417332 140735359104400 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 184.68
Current children cumulated vsize (KiB) 446184

Child status: 20
Real time (s): 23.9454
CPU time (s): 184.801
CPU user time (s): 184.547
CPU system time (s): 0.253961
CPU usage (%): 771.758
Max. virtual memory (cumulated for all children) (KiB): 533116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.547
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146767
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= 349
involuntary context switches= 873

runsolver used 0.029995 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 18:25:54
IDJOB=3309708
IDBENCH=82471
IDSOLVER=1695
FILE ID=node149/3309708-1304007954
RUNJOBID= node149-1304007216-18947
PBS_JOBID= 13168828
Free space on /tmp= 71928 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309708-1304007954/watcher-3309708-1304007954 -o /tmp/evaluation-result-3309708-1304007954/solver-3309708-1304007954 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309708-1304007954.cnf

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=814121742

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18972452 kB
Buffers:       2198948 kB
Cached:       11173788 kB
SwapCached:          0 kB
Active:        4494864 kB
Inactive:      8941980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18972452 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6044 kB
Writeback:           0 kB
AnonPages:       63532 kB
Mapped:          14468 kB
Slab:           475572 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187044 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= 71928 MiB
End job on node149 at 2011-04-28 18:26:18