Trace number 3288057

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 528.208 132.538

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

528.14/132.53	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-3288057-1304064951/watcher-3288057-1304064951 -o /tmp/evaluation-result-3288057-1304064951/solver-3288057-1304064951 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3288057-1304064951.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.00 7.94 7.73 6/181 30583
/proc/meminfo: memFree=19400876/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=10160 CPUtime=0 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) R 30581 30583 30119 0 -1 4202496 634 1251 0 0 0 0 0 0 25 0 1 0 596725795 10403840 563 33554432000 4194304 4417332 140736231563200 18446744073709551615 251367240651 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30583/statm: 2540 563 147 55 0 426 0

[startup+0.069247 s]
/proc/loadavg: 8.00 7.94 7.73 6/181 30583
/proc/meminfo: memFree=19400876/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=23576 CPUtime=0.05 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) R 30581 30583 30119 0 -1 4202496 4021 1251 0 0 5 0 0 0 25 0 1 0 596725795 24141824 3918 33554432000 4194304 4417332 140736231563200 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30583/statm: 5894 3918 148 55 0 3780 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23576

[startup+0.100228 s]
/proc/loadavg: 8.00 7.94 7.73 6/181 30583
/proc/meminfo: memFree=19400876/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=27672 CPUtime=0.08 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) R 30581 30583 30119 0 -1 4202496 5045 1251 0 0 8 0 0 0 25 0 1 0 596725795 28336128 4942 33554432000 4194304 4417332 140736231563200 18446744073709551615 4264934 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30583/statm: 6918 4942 148 55 0 4804 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27672

[startup+0.300193 s]
/proc/loadavg: 8.00 7.94 7.73 6/181 30583
/proc/meminfo: memFree=19400876/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=64212 CPUtime=0.28 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) R 30581 30583 30119 0 -1 4202496 14203 1251 0 0 27 1 0 0 25 0 1 0 596725795 65753088 14077 33554432000 4194304 4417332 140736231563200 18446744073709551615 251367165529 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30583/statm: 16053 14077 148 55 0 13939 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64212

[startup+0.701055 s]
/proc/loadavg: 8.00 7.94 7.73 6/181 30583
/proc/meminfo: memFree=19400876/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=135524 CPUtime=1.66 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 31294 1251 0 0 162 4 0 0 25 0 5 0 596725795 138776576 21660 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 33881 21660 171 55 0 31767 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 135524

[startup+1.50091 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30593
/proc/meminfo: memFree=19312184/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=133944 CPUtime=4.85 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 38888 1251 0 0 480 5 0 0 25 0 5 0 596725795 137158656 21268 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 33486 21268 174 55 0 31372 0
[pid=30583/tid=30590] ppid=30581 vsize=133944 CPUtime=1.12 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 7531 1251 0 0 111 1 0 0 25 0 5 0 596725832 137158656 21268 33554432000 4194304 4417332 140736231563200 18446744073709551615 4302145 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=133944 CPUtime=1.1 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 6907 1251 0 0 110 0 0 0 25 0 5 0 596725832 137158656 21268 33554432000 4194304 4417332 140736231563200 18446744073709551615 4302036 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=133944 CPUtime=1.11 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 3978 1251 0 0 111 0 0 0 25 0 5 0 596725832 137158656 21268 33554432000 4194304 4417332 140736231563200 18446744073709551615 4282613 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=133944 CPUtime=1.12 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 2161 1251 0 0 112 0 0 0 19 0 5 0 596725832 137158656 21268 33554432000 4194304 4417332 140736231563200 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 133944

[startup+3.10061 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30593
/proc/meminfo: memFree=19312492/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=125652 CPUtime=11.24 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 50031 1251 0 0 1117 7 0 0 25 0 5 0 596725795 128667648 19199 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 31413 19199 178 55 0 29299 0
[pid=30583/tid=30590] ppid=30581 vsize=125652 CPUtime=2.71 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 11115 1251 0 0 270 1 0 0 25 0 5 0 596725832 128667648 19199 33554432000 4194304 4417332 140736231563200 18446744073709551615 4346418 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=125652 CPUtime=2.69 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 11510 1251 0 0 268 1 0 0 25 0 5 0 596725832 128667648 19199 33554432000 4194304 4417332 140736231563200 18446744073709551615 4346390 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=125652 CPUtime=2.71 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 6934 1251 0 0 271 0 0 0 25 0 5 0 596725832 128667648 19199 33554432000 4194304 4417332 140736231563200 18446744073709551615 4330532 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=125652 CPUtime=2.71 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 2161 1251 0 0 271 0 0 0 23 0 5 0 596725832 128667648 19199 33554432000 4194304 4417332 140736231563200 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 125652

[startup+6.30102 s]
/proc/loadavg: 8.00 7.94 7.74 9/186 30593
/proc/meminfo: memFree=19291496/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=165212 CPUtime=24.03 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 59957 1251 0 0 2394 9 0 0 25 0 5 0 596725795 169177088 29103 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 41303 29103 180 55 0 39189 0
[pid=30583/tid=30590] ppid=30581 vsize=165212 CPUtime=5.91 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 16250 1251 0 0 589 2 0 0 25 0 5 0 596725832 169177088 29103 33554432000 4194304 4417332 140736231563200 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=165212 CPUtime=5.88 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 16299 1251 0 0 586 2 0 0 25 0 5 0 596725832 169177088 29103 33554432000 4194304 4417332 140736231563200 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=165212 CPUtime=5.91 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 6936 1251 0 0 591 0 0 0 25 0 5 0 596725832 169177088 29103 33554432000 4194304 4417332 140736231563200 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=165212 CPUtime=5.92 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 2161 1251 0 0 592 0 0 0 25 0 5 0 596725832 169177088 29103 33554432000 4194304 4417332 140736231563200 18446744073709551615 4245664 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 165212

[startup+12.7008 s]
/proc/loadavg: 8.00 7.94 7.74 9/186 30594
/proc/meminfo: memFree=19292888/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=148208 CPUtime=49.59 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 60052 1251 0 0 4950 9 0 0 25 0 5 0 596725795 151764992 24853 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 37052 24853 181 55 0 34938 0
[pid=30583/tid=30590] ppid=30581 vsize=148208 CPUtime=12.31 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 16267 1251 0 0 1229 2 0 0 25 0 5 0 596725832 151764992 24853 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=148208 CPUtime=12.24 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 16314 1251 0 0 1222 2 0 0 25 0 5 0 596725832 151764992 24853 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=148208 CPUtime=12.31 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 6999 1251 0 0 1231 0 0 0 25 0 5 0 596725832 151764992 24853 33554432000 4194304 4417332 140736231563200 18446744073709551615 4365108 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=148208 CPUtime=12.32 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 2161 1251 0 0 1232 0 0 0 25 0 5 0 596725832 151764992 24853 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 148208

[startup+25.5005 s]
/proc/loadavg: 8.00 7.95 7.74 9/186 30594
/proc/meminfo: memFree=19293632/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=148160 CPUtime=100.71 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 60151 1251 0 0 10062 9 0 0 25 0 5 0 596725795 151715840 24841 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 37040 24841 181 55 0 34926 0
[pid=30583/tid=30590] ppid=30581 vsize=148160 CPUtime=25.11 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 16290 1251 0 0 2509 2 0 0 25 0 5 0 596725832 151715840 24841 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=148160 CPUtime=24.97 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 16339 1251 0 0 2495 2 0 0 25 0 5 0 596725832 151715840 24841 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=148160 CPUtime=25.11 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 7050 1251 0 0 2511 0 0 0 25 0 5 0 596725832 151715840 24841 33554432000 4194304 4417332 140736231563200 18446744073709551615 4366061 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=148160 CPUtime=25.12 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 2161 1251 0 0 2512 0 0 0 25 0 5 0 596725832 151715840 24841 33554432000 4194304 4417332 140736231563200 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.71
Current children cumulated vsize (KiB) 148160

[startup+51.1007 s]
/proc/loadavg: 8.00 7.95 7.74 9/186 30594
/proc/meminfo: memFree=19276188/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=219736 CPUtime=202.98 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 63532 1251 0 0 20289 9 0 0 25 0 5 0 596725795 225009664 26390 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 54934 26390 181 55 0 52820 0
[pid=30583/tid=30590] ppid=30581 vsize=219736 CPUtime=50.71 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 18422 1251 0 0 5069 2 0 0 25 0 5 0 596725832 225009664 26390 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=219736 CPUtime=50.44 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 17560 1251 0 0 5041 3 0 0 25 0 5 0 596725832 225009664 26390 33554432000 4194304 4417332 140736231563200 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=219736 CPUtime=50.71 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 7078 1251 0 0 5071 0 0 0 25 0 5 0 596725832 225009664 26390 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=219736 CPUtime=50.72 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 2161 1251 0 0 5072 0 0 0 25 0 5 0 596725832 225009664 26390 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.98
Current children cumulated vsize (KiB) 219736

[startup+102.306 s]
/proc/loadavg: 8.00 7.95 7.75 9/186 30596
/proc/meminfo: memFree=19227680/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=247740 CPUtime=407.53 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 75010 1251 0 0 40742 11 0 0 25 0 5 0 596725795 253685760 33391 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 61935 33391 181 55 0 59821 0
[pid=30583/tid=30590] ppid=30581 vsize=247740 CPUtime=101.92 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 23599 1251 0 0 10189 3 0 0 25 0 5 0 596725832 253685760 33391 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=247740 CPUtime=101.36 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 18350 1251 0 0 10133 3 0 0 25 0 5 0 596725832 253685760 33391 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=247740 CPUtime=101.92 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 9024 1251 0 0 10191 1 0 0 25 0 5 0 596725832 253685760 33391 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=247740 CPUtime=101.92 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 10192 0 0 0 25 0 5 0 596725832 253685760 33391 33554432000 4194304 4417332 140736231563200 18446744073709551615 4353498 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.53
Current children cumulated vsize (KiB) 247740

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

[startup+115.101 s]
/proc/loadavg: 8.00 7.95 7.76 9/186 30596
/proc/meminfo: memFree=19219976/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=258404 CPUtime=458.64 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 81993 1251 0 0 45852 12 0 0 25 0 5 0 596725795 264605696 36057 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64601 36057 181 55 0 62487 0
[pid=30583/tid=30590] ppid=30581 vsize=258404 CPUtime=114.72 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 25445 1251 0 0 11469 3 0 0 25 0 5 0 596725832 264605696 36057 33554432000 4194304 4417332 140736231563200 18446744073709551615 4357400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=258404 CPUtime=114.09 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 19607 1251 0 0 11406 3 0 0 25 0 5 0 596725832 264605696 36057 33554432000 4194304 4417332 140736231563200 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=258404 CPUtime=114.7 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 12904 1251 0 0 11469 1 0 0 25 0 5 0 596725832 264605696 36057 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=258404 CPUtime=114.71 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 11471 0 0 0 25 0 5 0 596725832 264605696 36057 33554432000 4194304 4417332 140736231563200 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 458.64
Current children cumulated vsize (KiB) 258404

[startup+121.501 s]
/proc/loadavg: 8.08 7.97 7.76 9/186 30596
/proc/meminfo: memFree=19218612/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=257704 CPUtime=484.2 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 83003 1251 0 0 48408 12 0 0 25 0 5 0 596725795 263888896 35882 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64426 35882 181 55 0 62312 0
[pid=30583/tid=30590] ppid=30581 vsize=257704 CPUtime=121.12 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 26136 1251 0 0 12109 3 0 0 25 0 5 0 596725832 263888896 35882 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=257704 CPUtime=120.45 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 19709 1251 0 0 12042 3 0 0 25 0 5 0 596725832 263888896 35882 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=257704 CPUtime=121.1 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 13121 1251 0 0 12109 1 0 0 25 0 5 0 596725832 263888896 35882 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=257704 CPUtime=121.11 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 12111 0 0 0 25 0 5 0 596725832 263888896 35882 33554432000 4194304 4417332 140736231563200 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 484.2
Current children cumulated vsize (KiB) 257704

[startup+127.901 s]
/proc/loadavg: 8.07 7.97 7.76 9/186 30597
/proc/meminfo: memFree=19219728/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=259420 CPUtime=509.76 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 86464 1251 0 0 50963 13 0 0 25 0 5 0 596725795 265646080 36311 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64855 36311 181 55 0 62741 0
[pid=30583/tid=30590] ppid=30581 vsize=259420 CPUtime=127.52 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 26992 1251 0 0 12749 3 0 0 25 0 5 0 596725832 265646080 36311 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=259420 CPUtime=126.82 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 21757 1251 0 0 12678 4 0 0 25 0 5 0 596725832 265646080 36311 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=259420 CPUtime=127.5 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 13678 1251 0 0 12749 1 0 0 25 0 5 0 596725832 265646080 36311 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=259420 CPUtime=127.51 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 12751 0 0 0 25 0 5 0 596725832 265646080 36311 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 509.76
Current children cumulated vsize (KiB) 259420

[startup+131.101 s]
/proc/loadavg: 8.07 7.97 7.77 9/186 30597
/proc/meminfo: memFree=19224684/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=257816 CPUtime=522.55 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 86531 1251 0 0 52242 13 0 0 25 0 5 0 596725795 264003584 35910 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64454 35910 181 55 0 62340 0
[pid=30583/tid=30590] ppid=30581 vsize=257816 CPUtime=130.72 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 26992 1251 0 0 13069 3 0 0 25 0 5 0 596725832 264003584 35910 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=257816 CPUtime=130.01 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 21757 1251 0 0 12997 4 0 0 25 0 5 0 596725832 264003584 35910 33554432000 4194304 4417332 140736231563200 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=257816 CPUtime=130.7 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 13745 1251 0 0 13069 1 0 0 25 0 5 0 596725832 264003584 35910 33554432000 4194304 4417332 140736231563200 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=257816 CPUtime=130.72 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 13072 0 0 0 25 0 5 0 596725832 264003584 35910 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 522.55
Current children cumulated vsize (KiB) 257816

[startup+131.901 s]
/proc/loadavg: 8.07 7.97 7.77 9/186 30597
/proc/meminfo: memFree=19222452/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=258356 CPUtime=525.76 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 86666 1251 0 0 52563 13 0 0 25 0 5 0 596725795 264556544 36045 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64589 36045 181 55 0 62475 0
[pid=30583/tid=30590] ppid=30581 vsize=258356 CPUtime=131.52 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 26992 1251 0 0 13149 3 0 0 25 0 5 0 596725832 264556544 36045 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=258356 CPUtime=130.81 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 21757 1251 0 0 13077 4 0 0 25 0 5 0 596725832 264556544 36045 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=258356 CPUtime=131.51 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 13880 1251 0 0 13149 2 0 0 25 0 5 0 596725832 264556544 36045 33554432000 4194304 4417332 140736231563200 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=258356 CPUtime=131.52 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 13152 0 0 0 25 0 5 0 596725832 264556544 36045 33554432000 4194304 4417332 140736231563200 18446744073709551615 4365076 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 525.76
Current children cumulated vsize (KiB) 258356

[startup+132.301 s]
/proc/loadavg: 8.07 7.97 7.77 9/186 30597
/proc/meminfo: memFree=19222452/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=258364 CPUtime=527.34 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 87163 1251 0 0 52721 13 0 0 25 0 5 0 596725795 264564736 36047 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64591 36047 181 55 0 62477 0
[pid=30583/tid=30590] ppid=30581 vsize=258364 CPUtime=131.91 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 27489 1251 0 0 13188 3 0 0 25 0 5 0 596725832 264564736 36047 33554432000 4194304 4417332 140736231563200 18446744073709551615 4246399 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=258364 CPUtime=131.2 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 21757 1251 0 0 13116 4 0 0 25 0 5 0 596725832 264564736 36047 33554432000 4194304 4417332 140736231563200 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=258364 CPUtime=131.91 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 13880 1251 0 0 13189 2 0 0 25 0 5 0 596725832 264564736 36047 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=258364 CPUtime=131.91 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 13191 0 0 0 25 0 5 0 596725832 264564736 36047 33554432000 4194304 4417332 140736231563200 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 527.34
Current children cumulated vsize (KiB) 258364

[startup+132.501 s]
/proc/loadavg: 8.07 7.97 7.77 9/186 30597
/proc/meminfo: memFree=19222452/32950928 swapFree=67111364/67111528
[pid=30583] ppid=30581 vsize=256852 CPUtime=528.14 cores=0,2,4,6
/proc/30583/stat : 30583 (plingeling) S 30581 30583 30119 0 -1 4202496 87223 1251 0 0 52801 13 0 0 25 0 5 0 596725795 263016448 35669 33554432000 4194304 4417332 140736231563200 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30583/statm: 64213 35669 181 55 0 62099 0
[pid=30583/tid=30590] ppid=30581 vsize=256852 CPUtime=132.11 cores=0,2,4,6
/proc/30583/task/30590/stat : 30590 (plingeling) R 30581 30583 30119 0 -1 4202560 27549 1251 0 0 13208 3 0 0 25 0 5 0 596725832 263016448 35669 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30583/tid=30591] ppid=30581 vsize=256852 CPUtime=131.4 cores=0,2,4,6
/proc/30583/task/30591/stat : 30591 (plingeling) R 30581 30583 30119 0 -1 4202560 21757 1251 0 0 13136 4 0 0 25 0 5 0 596725832 263016448 35669 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30583/tid=30592] ppid=30581 vsize=256852 CPUtime=132.11 cores=0,2,4,6
/proc/30583/task/30592/stat : 30592 (plingeling) R 30581 30583 30119 0 -1 4202560 13880 1251 0 0 13209 2 0 0 25 0 5 0 596725832 263016448 35669 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30583/tid=30593] ppid=30581 vsize=256852 CPUtime=132.11 cores=0,2,4,6
/proc/30583/task/30593/stat : 30593 (plingeling) R 30581 30583 30119 0 -1 4202560 5726 1251 0 0 13211 0 0 0 25 0 5 0 596725832 263016448 35669 33554432000 4194304 4417332 140736231563200 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 528.14
Current children cumulated vsize (KiB) 256852

Child status: 20
Real time (s): 132.538
CPU time (s): 528.208
CPU user time (s): 528.063
CPU system time (s): 0.144977
CPU usage (%): 398.533
Max. virtual memory (cumulated for all children) (KiB): 267148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 528.063
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88478
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= 162
involuntary context switches= 2661

runsolver used 0.212967 second user time and 0.513921 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:15:51
IDJOB=3288057
IDBENCH=82482
IDSOLVER=1605
FILE ID=node113/3288057-1304064951
RUNJOBID= node113-1304064180-30138
PBS_JOBID= 13170457
Free space on /tmp= 71152 MiB

SOLVER NAME= Plingeling 587
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-3288057-1304064951/watcher-3288057-1304064951 -o /tmp/evaluation-result-3288057-1304064951/solver-3288057-1304064951 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3288057-1304064951.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=674749045

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.75
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19401156 kB
Buffers:       1745016 kB
Cached:       10889368 kB
SwapCached:        164 kB
Active:        6717332 kB
Inactive:      6242696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19401156 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:      325080 kB
Mapped:          15480 kB
Slab:           526556 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   515396 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= 71152 MiB
End job on node113 at 2011-04-29 10:18:04