Trace number 3727016

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
wbo 1.72? 1799.99 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.7814
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727016-1338651349.opb.
0.00/0.00	c Instance file HOME/instance-3727016-1338651349.opb
0.00/0.00	c File size is 31753 bytes.
0.00/0.00	c Highest Coefficient sum: 165
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      428                                                 |
0.00/0.00	c |  Number Clauses:        354                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 288                                                 |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3727016-1338651349/watcher-3727016-1338651349 -o /tmp/evaluation-result-3727016-1338651349/solver-3727016-1338651349 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727016-1338651349.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 0.92 1.06 1.44 3/174 6103
/proc/meminfo: memFree=27594288/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83808 CPUtime=0 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 875 0 0 0 0 0 0 0 20 0 2 0 331258964 85819392 820 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20952 820 184 433 0 20516 0
[pid=6103/tid=6104] ppid=6100 vsize=83808 CPUtime=0 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 106 0 0 0 0 0 0 0 20 0 2 0 331258964 85819392 820 33554432000 4194304 5964350 140733979634656 140733979632536 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.035115 s]
/proc/loadavg: 0.92 1.06 1.44 3/174 6103
/proc/meminfo: memFree=27594288/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83808 CPUtime=0.03 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 999 0 0 0 3 0 0 0 20 0 2 0 331258964 85819392 944 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20952 944 186 433 0 20516 0
[pid=6103/tid=6104] ppid=6100 vsize=83808 CPUtime=0.01 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 230 0 0 0 1 0 0 0 20 0 2 0 331258964 85819392 944 33554432000 4194304 5964350 140733979634656 140733979632536 4388266 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83808

[startup+0.10018 s]
/proc/loadavg: 0.92 1.06 1.44 3/174 6103
/proc/meminfo: memFree=27594288/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83808 CPUtime=0.09 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 1178 0 0 0 9 0 0 0 20 0 2 0 331258964 85819392 1123 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20952 1123 186 433 0 20516 0
[pid=6103/tid=6104] ppid=6100 vsize=83808 CPUtime=0.08 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 409 0 0 0 8 0 0 0 20 0 2 0 331258964 85819392 1123 33554432000 4194304 5964350 140733979634656 140074014869016 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83808

[startup+0.300137 s]
/proc/loadavg: 0.92 1.06 1.44 3/174 6103
/proc/meminfo: memFree=27594288/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83808 CPUtime=0.29 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 1610 0 0 0 29 0 0 0 20 0 2 0 331258964 85819392 1555 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20952 1555 186 433 0 20516 0
[pid=6103/tid=6104] ppid=6100 vsize=83808 CPUtime=0.28 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 841 0 0 0 28 0 0 0 20 0 2 0 331258964 85819392 1555 33554432000 4194304 5964350 140733979634656 140074014869016 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83808

[startup+0.700138 s]
/proc/loadavg: 0.92 1.06 1.44 3/174 6103
/proc/meminfo: memFree=27594288/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83808 CPUtime=0.69 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 2230 0 0 0 69 0 0 0 20 0 2 0 331258964 85819392 2175 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20952 2175 186 433 0 20516 0
[pid=6103/tid=6104] ppid=6100 vsize=83808 CPUtime=0.68 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 1461 0 0 0 68 0 0 0 20 0 2 0 331258964 85819392 2175 33554432000 4194304 5964350 140733979634656 140074014869016 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83808

[startup+1.50026 s]
/proc/loadavg: 0.92 1.06 1.44 3/179 6150
/proc/meminfo: memFree=27580180/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83808 CPUtime=1.49 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 3141 0 0 0 148 1 0 0 20 0 2 0 331258964 85819392 3086 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20952 3086 186 433 0 20516 0
[pid=6103/tid=6104] ppid=6100 vsize=83808 CPUtime=1.48 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 2372 0 0 0 148 0 0 0 20 0 2 0 331258964 85819392 3086 33554432000 4194304 5964350 140733979634656 140074014869496 4222336 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83808

[startup+3.10026 s]
/proc/loadavg: 0.92 1.06 1.44 3/179 6150
/proc/meminfo: memFree=27571840/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=83952 CPUtime=3.09 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 3897 0 0 0 308 1 0 0 20 0 2 0 331258964 85966848 3842 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 20988 3842 186 433 0 20552 0
[pid=6103/tid=6104] ppid=6100 vsize=83952 CPUtime=3.09 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 3128 0 0 0 307 2 0 0 20 0 2 0 331258964 85966848 3842 33554432000 4194304 5964350 140733979634656 140074014869496 4410797 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83952

[startup+6.30025 s]
/proc/loadavg: 1.09 1.10 1.44 3/179 6150
/proc/meminfo: memFree=27560256/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=84024 CPUtime=6.28 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 5117 0 0 0 627 1 0 0 20 0 2 0 331258964 86040576 5068 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 21006 5068 186 433 0 20570 0
[pid=6103/tid=6104] ppid=6100 vsize=84024 CPUtime=6.28 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 4348 0 0 0 626 2 0 0 20 0 2 0 331258964 86040576 5068 33554432000 4194304 5964350 140733979634656 140074014869304 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84024

[startup+12.7003 s]
/proc/loadavg: 1.16 1.11 1.45 3/179 6189
/proc/meminfo: memFree=27560580/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=84024 CPUtime=12.69 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 7093 0 0 0 1267 2 0 0 20 0 2 0 331258964 86040576 7044 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 21006 7044 186 433 0 20570 0
[pid=6103/tid=6104] ppid=6100 vsize=84024 CPUtime=12.67 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 6324 0 0 0 1265 2 0 0 20 0 2 0 331258964 86040576 7044 33554432000 4194304 5964350 140733979634656 140074014869304 4381622 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84024

[startup+25.5003 s]
/proc/loadavg: 1.34 1.15 1.46 3/179 6306
/proc/meminfo: memFree=27548232/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=84996 CPUtime=25.48 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 10722 0 0 0 2545 3 0 0 20 0 2 0 331258964 87035904 10700 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 21249 10700 186 433 0 20813 0
[pid=6103/tid=6104] ppid=6100 vsize=84996 CPUtime=25.47 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 9953 0 0 0 2544 3 0 0 20 0 2 0 331258964 87035904 10700 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84996

[startup+51.1003 s]
/proc/loadavg: 1.64 1.24 1.47 3/179 6384
/proc/meminfo: memFree=27499700/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=85948 CPUtime=51.07 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 14800 0 0 0 5103 4 0 0 20 0 2 0 331258964 88010752 15471 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 21487 15471 186 433 0 21051 0
[pid=6103/tid=6104] ppid=6100 vsize=85948 CPUtime=51.07 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 14031 0 0 0 5102 5 0 0 20 0 2 0 331258964 88010752 15471 33554432000 4194304 5964350 140733979634656 140074014869304 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85948

[startup+102.306 s]
/proc/loadavg: 1.89 1.37 1.50 3/179 6501
/proc/meminfo: memFree=27471500/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=153308 CPUtime=102.27 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 18967 0 0 0 10221 6 0 0 20 0 2 0 331258964 156987392 19628 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 38327 19628 186 433 0 37891 0
[pid=6103/tid=6104] ppid=6100 vsize=153308 CPUtime=102.28 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 18198 0 0 0 10220 8 0 0 20 0 2 0 331258964 156987392 19628 33554432000 4194304 5964350 140733979634656 140074014869544 4381612 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 153308

[startup+162.3 s]
/proc/loadavg: 1.96 1.48 1.53 3/179 6501
/proc/meminfo: memFree=27403208/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=155520 CPUtime=162.24 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 25247 0 0 0 16216 8 0 0 20 0 2 0 331258964 159252480 25929 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 38880 25929 186 433 0 38444 0
[pid=6103/tid=6104] ppid=6100 vsize=155520 CPUtime=162.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 24478 0 0 0 16215 11 0 0 20 0 2 0 331258964 159252480 25929 33554432000 4194304 5964350 140733979634656 140074014869544 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 155520

[startup+222.3 s]
/proc/loadavg: 1.98 1.57 1.56 3/179 6501
/proc/meminfo: memFree=27346048/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=156688 CPUtime=222.22 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 30242 0 0 0 22211 11 0 0 20 0 2 0 331258964 160448512 30945 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 39172 30945 186 433 0 38736 0
[pid=6103/tid=6104] ppid=6100 vsize=156688 CPUtime=222.25 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 29473 0 0 0 22210 15 0 0 20 0 2 0 331258964 160448512 30945 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 156688

[startup+282.3 s]
/proc/loadavg: 1.99 1.65 1.58 3/180 6505
/proc/meminfo: memFree=27294684/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=227452 CPUtime=282.21 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 36451 0 0 0 28207 14 0 0 20 0 2 0 331258964 232910848 37149 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 56863 37149 186 433 0 56427 0
[pid=6103/tid=6104] ppid=6100 vsize=227452 CPUtime=282.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 35682 0 0 0 28207 19 0 0 20 0 2 0 331258964 232910848 37149 33554432000 4194304 5964350 140733979634656 140074014869496 4403305 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 227452

[startup+342.3 s]
/proc/loadavg: 1.99 1.71 1.61 3/179 6505
/proc/meminfo: memFree=27237148/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=229684 CPUtime=342.2 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 43554 0 0 0 34201 19 0 0 20 0 2 0 331258964 235196416 44248 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 57421 44248 186 433 0 56985 0
[pid=6103/tid=6104] ppid=6100 vsize=229684 CPUtime=342.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 42785 0 0 0 34201 25 0 0 20 0 2 0 331258964 235196416 44248 33554432000 4194304 5964350 140733979634656 140074014869496 4399846 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 229684

[startup+402.3 s]
/proc/loadavg: 1.99 1.76 1.63 3/179 6544
/proc/meminfo: memFree=27384876/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=231144 CPUtime=402.19 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 46671 0 0 0 40198 21 0 0 20 0 2 0 331258964 236691456 47380 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

################
# More data... #
################

/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 85765 0 0 0 130152 75 0 0 20 0 2 0 331258964 384225280 87401 33554432000 4194304 5964350 140733979634656 140074014869496 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 375220

[startup+1362.3 s]
/proc/loadavg: 2.08 1.99 1.85 3/179 6550
/proc/meminfo: memFree=27143984/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=441188 CPUtime=1361.98 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 89982 0 0 0 136140 58 0 0 20 0 2 0 331258964 451776512 90849 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 110297 90849 186 433 0 109861 0
[pid=6103/tid=6104] ppid=6100 vsize=441188 CPUtime=1362.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 89213 0 0 0 136147 79 0 0 20 0 2 0 331258964 451776512 90849 33554432000 4194304 5964350 140733979634656 140074014869496 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 441188

[startup+1422.31 s]
/proc/loadavg: 2.03 1.99 1.85 3/179 6550
/proc/meminfo: memFree=27143976/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=441188 CPUtime=1421.98 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 89984 0 0 0 142140 58 0 0 20 0 2 0 331258964 451776512 90851 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 110297 90851 186 433 0 109861 0
[pid=6103/tid=6104] ppid=6100 vsize=441188 CPUtime=1422.27 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 89215 0 0 0 142147 80 0 0 20 0 2 0 331258964 451776512 90851 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 441188

[startup+1482.3 s]
/proc/loadavg: 2.07 2.00 1.86 3/180 6554
/proc/meminfo: memFree=27142772/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=441188 CPUtime=1481.96 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 90040 0 0 0 148138 58 0 0 20 0 2 0 331258964 451776512 90915 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 110297 90915 186 433 0 109861 0
[pid=6103/tid=6104] ppid=6100 vsize=441188 CPUtime=1482.27 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 89271 0 0 0 148146 81 0 0 20 0 2 0 331258964 451776512 90915 33554432000 4194304 5964350 140733979634656 140074014869496 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 441188

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 1.88 3/180 6577
/proc/meminfo: memFree=27142432/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=441588 CPUtime=1541.94 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 90115 0 0 0 154136 58 0 0 20 0 2 0 331258964 452186112 91010 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 110397 91010 186 433 0 109961 0
[pid=6103/tid=6104] ppid=6100 vsize=441588 CPUtime=1542.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 89346 0 0 0 154144 82 0 0 20 0 2 0 331258964 452186112 91010 33554432000 4194304 5964350 140733979634656 140074014869544 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 441588

[startup+1602.3 s]
/proc/loadavg: 2.14 2.05 1.90 3/179 6577
/proc/meminfo: memFree=27127928/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=443720 CPUtime=1601.93 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 93626 0 0 0 160132 61 0 0 20 0 2 0 331258964 454369280 94521 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 110930 94521 186 433 0 110494 0
[pid=6103/tid=6104] ppid=6100 vsize=443720 CPUtime=1602.27 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 92857 0 0 0 160141 86 0 0 20 0 2 0 331258964 454369280 94521 33554432000 4194304 5964350 140733979634656 140074014869496 4379231 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 443720

[startup+1662.3 s]
/proc/loadavg: 2.15 2.07 1.91 3/179 6577
/proc/meminfo: memFree=27123216/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=445036 CPUtime=1661.92 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 93907 0 0 0 166131 61 0 0 20 0 2 0 331258964 455716864 94802 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 111259 94802 186 433 0 110823 0
[pid=6103/tid=6104] ppid=6100 vsize=445036 CPUtime=1662.27 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 93138 0 0 0 166140 87 0 0 20 0 2 0 331258964 455716864 94802 33554432000 4194304 5964350 140733979634656 140074014869544 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 445036

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 1.92 3/179 6577
/proc/meminfo: memFree=27097640/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=448360 CPUtime=1721.91 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 99470 0 0 0 172125 66 0 0 20 0 2 0 331258964 459120640 100365 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 112090 100365 186 433 0 111654 0
[pid=6103/tid=6104] ppid=6100 vsize=448360 CPUtime=1722.28 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 98701 0 0 0 172135 93 0 0 20 0 2 0 331258964 459120640 100365 33554432000 4194304 5964350 140733979634656 140074014869304 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 448360

[startup+1782.3 s]
/proc/loadavg: 2.18 2.09 1.93 3/178 6577
/proc/meminfo: memFree=27073544/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=454760 CPUtime=1781.89 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 105289 0 0 0 178117 72 0 0 20 0 2 0 331258964 465674240 106186 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113690 106186 186 433 0 113254 0
[pid=6103/tid=6104] ppid=6100 vsize=454760 CPUtime=1782.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 104520 0 0 0 178127 99 0 0 20 0 2 0 331258964 465674240 106186 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 454760

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

[startup+1791.91 s]
/proc/loadavg: 2.15 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27071056/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455156 CPUtime=1791.49 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 105974 0 0 0 179077 72 0 0 20 0 2 0 331258964 466079744 106871 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113789 106871 186 433 0 113353 0
[pid=6103/tid=6104] ppid=6100 vsize=455156 CPUtime=1791.87 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105205 0 0 0 179087 100 0 0 20 0 2 0 331258964 466079744 106871 33554432000 4194304 5964350 140733979634656 140074014869544 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 455156

[startup+1795.1 s]
/proc/loadavg: 2.14 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27069816/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455300 CPUtime=1794.69 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 106234 0 0 0 179397 72 0 0 20 0 2 0 331258964 466227200 107131 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113825 107131 186 433 0 113389 0
[pid=6103/tid=6104] ppid=6100 vsize=455300 CPUtime=1795.07 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105465 0 0 0 179407 100 0 0 20 0 2 0 331258964 466227200 107131 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 455300

[startup+1798.3 s]
/proc/loadavg: 2.14 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27069196/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455300 CPUtime=1797.89 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 106463 0 0 0 179716 73 0 0 20 0 2 0 331258964 466227200 107360 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113825 107360 186 433 0 113389 0
[pid=6103/tid=6104] ppid=6100 vsize=455300 CPUtime=1798.26 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105694 0 0 0 179725 101 0 0 20 0 2 0 331258964 466227200 107360 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 455300

[startup+1799.1 s]
/proc/loadavg: 2.13 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27068948/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455300 CPUtime=1798.69 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 106506 0 0 0 179796 73 0 0 20 0 2 0 331258964 466227200 107403 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113825 107403 186 433 0 113389 0
[pid=6103/tid=6104] ppid=6100 vsize=455300 CPUtime=1799.06 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105737 0 0 0 179805 101 0 0 20 0 2 0 331258964 466227200 107403 33554432000 4194304 5964350 140733979634656 140074014869496 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 455300

[startup+1799.5 s]
/proc/loadavg: 2.13 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27068700/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455300 CPUtime=1799.1 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 106530 0 0 0 179837 73 0 0 20 0 2 0 331258964 466227200 107427 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113825 107427 186 433 0 113389 0
[pid=6103/tid=6104] ppid=6100 vsize=455300 CPUtime=1799.47 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105761 0 0 0 179846 101 0 0 20 0 2 0 331258964 466227200 107427 33554432000 4194304 5964350 140733979634656 140074014869496 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 455300

[startup+1799.9 s]
/proc/loadavg: 2.13 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27068700/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455408 CPUtime=1799.49 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 106556 0 0 0 179876 73 0 0 20 0 2 0 331258964 466337792 107453 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113852 107453 186 433 0 113416 0
[pid=6103/tid=6104] ppid=6100 vsize=455408 CPUtime=1799.86 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105787 0 0 0 179885 101 0 0 20 0 2 0 331258964 466337792 107453 33554432000 4194304 5964350 140733979634656 140074014869496 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 455408

[startup+1800 s]
/proc/loadavg: 2.13 2.08 1.93 3/179 6578
/proc/meminfo: memFree=27068700/32873648 swapFree=7368/7368
[pid=6103] ppid=6100 vsize=455408 CPUtime=1799.59 cores=0,2,4,6
/proc/6103/stat : 6103 (wbo1.72) S 6100 6103 3777 0 -1 4202496 106560 0 0 0 179886 73 0 0 20 0 2 0 331258964 466337792 107457 33554432000 4194304 5964350 140733979634656 140733979634176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6103/statm: 113852 107457 186 433 0 113416 0
[pid=6103/tid=6104] ppid=6100 vsize=455408 CPUtime=1799.96 cores=0,2,4,6
/proc/6103/task/6104/stat : 6104 (wbo1.72) R 6100 6103 3777 0 -1 4202560 105791 0 0 0 179895 101 0 0 20 0 2 0 331258964 466337792 107457 33554432000 4194304 5964350 140733979634656 140074014869496 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 455408

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.99
CPU user time (s): 1798.97
CPU system time (s): 1.02484
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 455408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.02484
maximum resident set size= 429844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106564
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= 178
involuntary context switches= 1875

runsolver used 2.6356 second user time and 7.18591 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-02 17:35:49
IDJOB=3727016
IDBENCH=1168
IDSOLVER=2313
FILE ID=node149/3727016-1338651349
RUNJOBID= node149-1338651349-6080
PBS_JOBID= 14636431
Free space on /tmp= 71328 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727016-1338651349/watcher-3727016-1338651349 -o /tmp/evaluation-result-3727016-1338651349/solver-3727016-1338651349 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727016-1338651349.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=681649129

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27595816 kB
Buffers:          689476 kB
Cached:          3699548 kB
SwapCached:         2468 kB
Active:          1578924 kB
Inactive:        2829164 kB
Active(anon):       2120 kB
Inactive(anon):     9368 kB
Active(file):    1576804 kB
Inactive(file):  2819796 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             10868 kB
Writeback:             0 kB
AnonPages:         14260 kB
Mapped:            13492 kB
Shmem:                96 kB
Slab:             731392 kB
SReclaimable:     175272 kB
SUnreclaim:       556120 kB
KernelStack:        1376 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71320 MiB
End job on node149 at 2012-06-02 18:05:49