Trace number 3371394

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 587f (fixed)UNSAT 598.694 150.505

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

598.68/150.50	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: 961)

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-3371394-1305422257/watcher-3371394-1305422257 -o /tmp/evaluation-result-3371394-1305422257/solver-3371394-1305422257 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371394-1305422257.cnf 

running on 4 cores: 0,2,4,6

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.01 7.79 7.81 2/380 14001
/proc/meminfo: memFree=14751728/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=11160 CPUtime=0 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) R 13999 14001 12655 0 -1 4202496 882 1260 0 0 0 0 0 0 25 0 1 0 732456426 11427840 812 33554432000 4194304 4417452 140735673664512 18446744073709551615 4231547 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14001/statm: 2790 812 148 55 0 676 0

[startup+0.0205269 s]
/proc/loadavg: 8.01 7.79 7.81 2/380 14001
/proc/meminfo: memFree=14751728/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=13432 CPUtime=0.01 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) R 13999 14001 12655 0 -1 4202496 1451 1260 0 0 1 0 0 0 25 0 1 0 732456426 13754368 1381 33554432000 4194304 4417452 140735673664512 18446744073709551615 216734797411 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14001/statm: 3358 1381 149 55 0 1244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13432

[startup+0.100577 s]
/proc/loadavg: 8.01 7.79 7.81 2/380 14001
/proc/meminfo: memFree=14751728/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=27672 CPUtime=0.08 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) R 13999 14001 12655 0 -1 4202496 5043 1260 0 0 8 0 0 0 25 0 1 0 732456426 28336128 4941 33554432000 4194304 4417452 140735673664512 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14001/statm: 6918 4941 149 55 0 4804 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27672

[startup+0.300553 s]
/proc/loadavg: 8.01 7.79 7.81 2/380 14001
/proc/meminfo: memFree=14751728/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=64212 CPUtime=0.28 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) R 13999 14001 12655 0 -1 4202496 14201 1260 0 0 27 1 0 0 25 0 1 0 732456426 65753088 14076 33554432000 4194304 4417452 140735673664512 18446744073709551615 216734797364 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/14001/statm: 16053 14076 149 55 0 13939 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64212

[startup+0.700401 s]
/proc/loadavg: 8.01 7.79 7.81 2/380 14001
/proc/meminfo: memFree=14751728/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=199720 CPUtime=1.61 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 33903 1260 0 0 156 5 0 0 25 0 5 0 732456426 204513280 21382 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 49930 21382 173 55 0 47816 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 199720

[startup+1.50023 s]
/proc/loadavg: 8.00 7.79 7.81 9/392 14026
/proc/meminfo: memFree=14506592/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=202744 CPUtime=4.79 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 39126 1260 0 0 474 5 0 0 25 0 5 0 732456426 207609856 22139 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 50686 22139 174 55 0 48572 0
[pid=14001/tid=14019] ppid=13999 vsize=202744 CPUtime=1.1 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 8645 1260 0 0 109 1 0 0 25 0 5 0 732456465 207609856 22139 33554432000 4194304 4417452 140735673664512 18446744073709551615 4290984 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=202744 CPUtime=1.08 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 5278 1260 0 0 108 0 0 0 25 0 5 0 732456465 207609856 22139 33554432000 4194304 4417452 140735673664512 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=202744 CPUtime=1.09 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 4669 1260 0 0 109 0 0 0 25 0 5 0 732456465 207609856 22139 33554432000 4194304 4417452 140735673664512 18446744073709551615 4270966 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=202744 CPUtime=1.1 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 2225 1260 0 0 110 0 0 0 25 0 5 0 732456465 207609856 22139 33554432000 4194304 4417452 140735673664512 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 202744

[startup+3.10095 s]
/proc/loadavg: 8.00 7.79 7.81 9/392 14026
/proc/meminfo: memFree=14499652/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=187988 CPUtime=11.18 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 55806 1260 0 0 1110 8 0 0 25 0 5 0 732456426 192499712 20167 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 46997 20167 178 55 0 44883 0
[pid=14001/tid=14019] ppid=13999 vsize=187988 CPUtime=2.7 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 14250 1260 0 0 268 2 0 0 25 0 5 0 732456465 192499712 20167 33554432000 4194304 4417452 140735673664512 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=187988 CPUtime=2.67 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 10522 1260 0 0 266 1 0 0 25 0 5 0 732456465 192499712 20167 33554432000 4194304 4417452 140735673664512 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=187988 CPUtime=2.69 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 10500 1260 0 0 268 1 0 0 25 0 5 0 732456465 192499712 20167 33554432000 4194304 4417452 140735673664512 18446744073709551615 4330289 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=187988 CPUtime=2.7 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 2225 1260 0 0 270 0 0 0 25 0 5 0 732456465 192499712 20167 33554432000 4194304 4417452 140735673664512 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 187988

[startup+6.30039 s]
/proc/loadavg: 8.00 7.79 7.81 9/392 14026
/proc/meminfo: memFree=14471024/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=224016 CPUtime=23.94 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 66269 1260 0 0 2384 10 0 0 25 0 5 0 732456426 229392384 30114 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 56004 30114 179 55 0 53890 0
[pid=14001/tid=14019] ppid=13999 vsize=224016 CPUtime=5.9 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 18864 1260 0 0 588 2 0 0 25 0 5 0 732456465 229392384 30114 33554432000 4194304 4417452 140735673664512 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=224016 CPUtime=5.83 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 14688 1260 0 0 581 2 0 0 25 0 5 0 732456465 229392384 30114 33554432000 4194304 4417452 140735673664512 18446744073709551615 4257163 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=224016 CPUtime=5.89 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 12183 1260 0 0 587 2 0 0 25 0 5 0 732456465 229392384 30114 33554432000 4194304 4417452 140735673664512 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=224016 CPUtime=5.9 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 2225 1260 0 0 590 0 0 0 25 0 5 0 732456465 229392384 30114 33554432000 4194304 4417452 140735673664512 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 224016

[startup+12.7003 s]
/proc/loadavg: 8.00 7.80 7.81 9/392 14026
/proc/meminfo: memFree=14375076/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=209896 CPUtime=49.44 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 67089 1260 0 0 4934 10 0 0 25 0 5 0 732456426 214933504 24464 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 52474 24464 180 55 0 50360 0
[pid=14001/tid=14019] ppid=13999 vsize=209896 CPUtime=12.29 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 18882 1260 0 0 1227 2 0 0 25 0 5 0 732456465 214933504 24464 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364440 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=209896 CPUtime=12.15 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 14705 1260 0 0 1213 2 0 0 25 0 5 0 732456465 214933504 24464 33554432000 4194304 4417452 140735673664512 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=209896 CPUtime=12.28 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 12247 1260 0 0 1226 2 0 0 25 0 5 0 732456465 214933504 24464 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=209896 CPUtime=12.3 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 2946 1260 0 0 1230 0 0 0 25 0 5 0 732456465 214933504 24464 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.44
Current children cumulated vsize (KiB) 209896

[startup+25.501 s]
/proc/loadavg: 8.00 7.80 7.81 9/392 14027
/proc/meminfo: memFree=14425056/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=209864 CPUtime=100.48 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 67191 1260 0 0 10038 10 0 0 25 0 5 0 732456426 214900736 24456 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 52466 24456 180 55 0 50352 0
[pid=14001/tid=14019] ppid=13999 vsize=209864 CPUtime=25.1 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 18908 1260 0 0 2508 2 0 0 25 0 5 0 732456465 214900736 24456 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=209864 CPUtime=24.78 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 14728 1260 0 0 2476 2 0 0 25 0 5 0 732456465 214900736 24456 33554432000 4194304 4417452 140735673664512 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=209864 CPUtime=25.09 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 12300 1260 0 0 2507 2 0 0 25 0 5 0 732456465 214900736 24456 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=209864 CPUtime=25.1 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 2946 1260 0 0 2510 0 0 0 25 0 5 0 732456465 214900736 24456 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 209864

[startup+51.1006 s]
/proc/loadavg: 8.00 7.82 7.82 9/392 14027
/proc/meminfo: memFree=14414468/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=219368 CPUtime=202.55 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 70146 1260 0 0 20245 10 0 0 25 0 5 0 732456426 224632832 27319 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 54842 27319 180 55 0 52728 0
[pid=14001/tid=14019] ppid=13999 vsize=219368 CPUtime=50.69 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 18919 1260 0 0 5067 2 0 0 25 0 5 0 732456465 224632832 27319 33554432000 4194304 4417452 140735673664512 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=219368 CPUtime=50.06 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 15117 1260 0 0 5004 2 0 0 25 0 5 0 732456465 224632832 27319 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=219368 CPUtime=50.68 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 12807 1260 0 0 5066 2 0 0 25 0 5 0 732456465 224632832 27319 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=219368 CPUtime=50.69 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 4994 1260 0 0 5069 0 0 0 25 0 5 0 732456465 224632832 27319 33554432000 4194304 4417452 140735673664512 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.55
Current children cumulated vsize (KiB) 219368

[startup+102.315 s]
/proc/loadavg: 8.00 7.84 7.82 9/392 14029
/proc/meminfo: memFree=14399336/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=242780 CPUtime=406.74 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 76069 1260 0 0 40663 11 0 0 25 0 5 0 732456426 248606720 33172 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 60695 33172 180 55 0 58581 0
[pid=14001/tid=14019] ppid=13999 vsize=242780 CPUtime=101.91 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 20324 1260 0 0 10189 2 0 0 25 0 5 0 732456465 248606720 33172 33554432000 4194304 4417452 140735673664512 18446744073709551615 4250786 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=242780 CPUtime=100.62 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 16560 1260 0 0 10060 2 0 0 25 0 5 0 732456465 248606720 33172 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=242780 CPUtime=101.88 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 15325 1260 0 0 10186 2 0 0 25 0 5 0 732456465 248606720 33172 33554432000 4194304 4417452 140735673664512 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=242780 CPUtime=101.91 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 10191 0 0 0 25 0 5 0 732456465 248606720 33172 33554432000 4194304 4417452 140735673664512 18446744073709551615 4365198 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.74
Current children cumulated vsize (KiB) 242780

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

[startup+127.901 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14029
/proc/meminfo: memFree=14392132/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=250608 CPUtime=508.77 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 88762 1260 0 0 50864 13 0 0 25 0 5 0 732456426 256622592 35161 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 62652 35161 180 55 0 60538 0
[pid=14001/tid=14019] ppid=13999 vsize=250608 CPUtime=127.5 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 28495 1260 0 0 12746 4 0 0 25 0 5 0 732456465 256622592 35161 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=250608 CPUtime=125.89 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 17275 1260 0 0 12587 2 0 0 25 0 5 0 732456465 256622592 35161 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=250608 CPUtime=127.47 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 19132 1260 0 0 12744 3 0 0 25 0 5 0 732456465 256622592 35161 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=250608 CPUtime=127.49 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 12749 0 0 0 25 0 5 0 732456465 256622592 35161 33554432000 4194304 4417452 140735673664512 18446744073709551615 4366402 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 508.77
Current children cumulated vsize (KiB) 250608

[startup+140.701 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14030
/proc/meminfo: memFree=14392992/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=248724 CPUtime=559.85 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 92975 1260 0 0 55971 14 0 0 25 0 5 0 732456426 254693376 34690 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 62181 34690 180 55 0 60067 0
[pid=14001/tid=14019] ppid=13999 vsize=248724 CPUtime=140.31 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 30029 1260 0 0 14027 4 0 0 25 0 5 0 732456465 254693376 34690 33554432000 4194304 4417452 140735673664512 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=248724 CPUtime=138.53 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 19323 1260 0 0 13851 2 0 0 25 0 5 0 732456465 254693376 34690 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=248724 CPUtime=140.28 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 19763 1260 0 0 14025 3 0 0 25 0 5 0 732456465 254693376 34690 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=248724 CPUtime=140.31 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 14031 0 0 0 25 0 5 0 732456465 254693376 34690 33554432000 4194304 4417452 140735673664512 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 559.85
Current children cumulated vsize (KiB) 248724

[startup+147.101 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14030
/proc/meminfo: memFree=14382080/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=259792 CPUtime=585.33 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 95744 1260 0 0 58519 14 0 0 25 0 5 0 732456426 266027008 37457 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 64948 37457 180 55 0 62834 0
[pid=14001/tid=14019] ppid=13999 vsize=259792 CPUtime=146.7 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 30529 1260 0 0 14666 4 0 0 25 0 5 0 732456465 266027008 37457 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=259792 CPUtime=144.85 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 21371 1260 0 0 14482 3 0 0 25 0 5 0 732456465 266027008 37457 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=259792 CPUtime=146.66 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 19984 1260 0 0 14663 3 0 0 25 0 5 0 732456465 266027008 37457 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=259792 CPUtime=146.69 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 14669 0 0 0 25 0 5 0 732456465 266027008 37457 33554432000 4194304 4417452 140735673664512 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 585.33
Current children cumulated vsize (KiB) 259792

[startup+148.701 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14030
/proc/meminfo: memFree=14375756/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=257576 CPUtime=591.7 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 95832 1260 0 0 59156 14 0 0 25 0 5 0 732456426 263757824 36903 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 64394 36903 180 55 0 62280 0
[pid=14001/tid=14019] ppid=13999 vsize=257576 CPUtime=148.3 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 30529 1260 0 0 14826 4 0 0 25 0 5 0 732456465 263757824 36903 33554432000 4194304 4417452 140735673664512 18446744073709551615 4277491 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=257576 CPUtime=146.43 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 21371 1260 0 0 14640 3 0 0 25 0 5 0 732456465 263757824 36903 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=257576 CPUtime=148.26 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 20072 1260 0 0 14823 3 0 0 25 0 5 0 732456465 263757824 36903 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=257576 CPUtime=148.29 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 14829 0 0 0 25 0 5 0 732456465 263757824 36903 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364461 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 591.7
Current children cumulated vsize (KiB) 257576

[startup+149.5 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14030
/proc/meminfo: memFree=14373028/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=260388 CPUtime=594.92 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 96553 1260 0 0 59478 14 0 0 25 0 5 0 732456426 266637312 37606 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 65097 37606 180 55 0 62983 0
[pid=14001/tid=14019] ppid=13999 vsize=260356 CPUtime=149.11 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 30529 1260 0 0 14907 4 0 0 25 0 5 0 732456465 266604544 37598 33554432000 4194304 4417452 140735673664512 18446744073709551615 4302015 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=260356 CPUtime=147.23 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 22092 1260 0 0 14720 3 0 0 25 0 5 0 732456465 266604544 37598 33554432000 4194304 4417452 140735673664512 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=260356 CPUtime=149.07 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 20072 1260 0 0 14904 3 0 0 25 0 5 0 732456465 266604544 37598 33554432000 4194304 4417452 140735673664512 18446744073709551615 4269758 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=260356 CPUtime=149.11 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 14911 0 0 0 25 0 5 0 732456465 266604544 37598 33554432000 4194304 4417452 140735673664512 18446744073709551615 4237262 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 594.92
Current children cumulated vsize (KiB) 260388

[startup+150.3 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14030
/proc/meminfo: memFree=14373028/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=261760 CPUtime=598.08 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) S 13999 14001 12655 0 -1 4202496 96954 1260 0 0 59794 14 0 0 25 0 5 0 732456426 268042240 37949 33554432000 4194304 4417452 140735673664512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/14001/statm: 65440 37949 180 55 0 63326 0
[pid=14001/tid=14019] ppid=13999 vsize=261760 CPUtime=149.9 cores=0,2,4,6
/proc/14001/task/14019/stat : 14019 (plingeling) R 13999 14001 12655 0 -1 4202560 30930 1260 0 0 14986 4 0 0 25 0 5 0 732456465 268042240 37949 33554432000 4194304 4417452 140735673664512 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14001/tid=14020] ppid=13999 vsize=261760 CPUtime=148.01 cores=0,2,4,6
/proc/14001/task/14020/stat : 14020 (plingeling) R 13999 14001 12655 0 -1 4202560 22092 1260 0 0 14798 3 0 0 25 0 5 0 732456465 268042240 37949 33554432000 4194304 4417452 140735673664512 18446744073709551615 4251048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14001/tid=14021] ppid=13999 vsize=261760 CPUtime=149.86 cores=0,2,4,6
/proc/14001/task/14021/stat : 14021 (plingeling) R 13999 14001 12655 0 -1 4202560 20072 1260 0 0 14983 3 0 0 25 0 5 0 732456465 268042240 37949 33554432000 4194304 4417452 140735673664512 18446744073709551615 4278345 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14001/tid=14022] ppid=13999 vsize=261760 CPUtime=149.89 cores=0,2,4,6
/proc/14001/task/14022/stat : 14022 (plingeling) R 13999 14001 12655 0 -1 4202560 5551 1260 0 0 14989 0 0 0 25 0 5 0 732456465 268042240 37949 33554432000 4194304 4417452 140735673664512 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 598.08
Current children cumulated vsize (KiB) 261760

[startup+150.5 s]
/proc/loadavg: 8.00 7.86 7.83 9/392 14030
/proc/meminfo: memFree=14373028/32951124 swapFree=65586204/67111528
[pid=14001] ppid=13999 vsize=206900 CPUtime=598.68 cores=0,2,4,6
/proc/14001/stat : 14001 (plingeling) R 13999 14001 12655 0 -1 4202496 96955 1260 0 0 59853 15 0 0 17 0 1 0 732456426 211865600 21946 33554432000 4194304 4417452 140735673664512 18446744073709551615 216735221895 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14001/statm: 51725 21946 181 55 0 49611 0
Current children cumulated CPU time (s) 598.68
Current children cumulated vsize (KiB) 206900

Child status: 20
Real time (s): 150.505
CPU time (s): 598.694
CPU user time (s): 598.538
CPU system time (s): 0.155976
CPU usage (%): 397.791
Max. virtual memory (cumulated for all children) (KiB): 262344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 598.538
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98218
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= 208
involuntary context switches= 2933

runsolver used 0.528919 second user time and 1.38479 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 03:17:38
IDJOB=3371394
IDBENCH=82482
IDSOLVER=1848
FILE ID=node119/3371394-1305422257
RUNJOBID= node119-1305421790-13435
PBS_JOBID= 13324563
Free space on /tmp= 73184 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371394-1305422257/watcher-3371394-1305422257 -o /tmp/evaluation-result-3371394-1305422257/solver-3371394-1305422257 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371394-1305422257.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1451657830

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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:      14751884 kB
Buffers:        289196 kB
Cached:        4682180 kB
SwapCached:       4756 kB
Active:       14733144 kB
Inactive:      3133640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14751884 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           13604 kB
Writeback:          24 kB
AnonPages:    12893788 kB
Mapped:          30232 kB
Slab:           211552 kB
PageTables:      56252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102473076 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= 73180 MiB
End job on node119 at 2011-05-15 03:20:08