Trace number 3704206

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
pwbo 2.0? 1799.52 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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704206-1338087979.opb.
0.00/0.00	c Instance file HOME/instance-3704206-1338087979.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.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3704206-1338087979/watcher-3704206-1338087979 -o /tmp/evaluation-result-3704206-1338087979/solver-3704206-1338087979 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704206-1338087979.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: 1.12 1.71 1.89 2/172 18292
/proc/meminfo: memFree=28203340/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=18272 CPUtime=0 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) R 18289 18292 18256 0 -1 4202496 768 0 0 0 0 0 0 0 20 0 2 0 274926402 18710528 906 33554432000 4194304 5965102 140736024253856 140736024253144 5249129 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 4568 906 171 433 0 4132 0
[pid=18292/tid=18296] ppid=18289 vsize=83808 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 2 0 274926403 85819392 924 33554432000 4194304 5965102 140736024253856 140736024253144 5137146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0326941 s]
/proc/loadavg: 1.12 1.71 1.89 2/172 18292
/proc/meminfo: memFree=28203340/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=83808 CPUtime=0.02 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 993 0 0 0 2 0 0 0 20 0 2 0 274926402 85819392 1131 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 20952 1131 190 433 0 20516 0
[pid=18292/tid=18296] ppid=18289 vsize=83808 CPUtime=0.01 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 225 0 0 0 1 0 0 0 20 0 2 0 274926403 85819392 1131 33554432000 4194304 5965102 140736024253856 139933429798424 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83808

[startup+0.100302 s]
/proc/loadavg: 1.12 1.71 1.89 2/172 18292
/proc/meminfo: memFree=28203340/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=83808 CPUtime=0.09 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 1146 0 0 0 9 0 0 0 20 0 2 0 274926402 85819392 1284 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 20952 1284 190 433 0 20516 0
[pid=18292/tid=18296] ppid=18289 vsize=83808 CPUtime=0.08 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 378 0 0 0 8 0 0 0 20 0 2 0 274926403 85819392 1284 33554432000 4194304 5965102 140736024253856 139933429798424 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83808

[startup+0.300259 s]
/proc/loadavg: 1.12 1.71 1.89 2/172 18292
/proc/meminfo: memFree=28203340/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=83808 CPUtime=0.29 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 1544 0 0 0 29 0 0 0 20 0 2 0 274926402 85819392 1682 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 20952 1682 190 433 0 20516 0
[pid=18292/tid=18296] ppid=18289 vsize=83808 CPUtime=0.28 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 776 0 0 0 28 0 0 0 20 0 2 0 274926403 85819392 1682 33554432000 4194304 5965102 140736024253856 139933429798424 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83808

[startup+0.700266 s]
/proc/loadavg: 1.12 1.71 1.89 2/172 18292
/proc/meminfo: memFree=28203340/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=83808 CPUtime=0.69 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 2110 0 0 0 69 0 0 0 20 0 2 0 274926402 85819392 2248 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 20952 2248 190 433 0 20516 0
[pid=18292/tid=18296] ppid=18289 vsize=83808 CPUtime=0.68 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 1342 0 0 0 68 0 0 0 20 0 2 0 274926403 85819392 2248 33554432000 4194304 5965102 140736024253856 139933429798904 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83808

[startup+1.50027 s]
/proc/loadavg: 1.19 1.71 1.89 3/179 18303
/proc/meminfo: memFree=28185396/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=83808 CPUtime=1.49 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 3127 0 0 0 149 0 0 0 20 0 2 0 274926402 85819392 3265 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 20952 3265 190 433 0 20516 0
[pid=18292/tid=18296] ppid=18289 vsize=83808 CPUtime=1.47 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 2359 0 0 0 147 0 0 0 20 0 2 0 274926403 85819392 3265 33554432000 4194304 5965102 140736024253856 139933429798904 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83808

[startup+3.10027 s]
/proc/loadavg: 1.19 1.71 1.89 3/179 18303
/proc/meminfo: memFree=28178056/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=83952 CPUtime=3.08 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 3912 0 0 0 308 0 0 0 20 0 2 0 274926402 85966848 4050 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 20988 4050 190 433 0 20552 0
[pid=18292/tid=18296] ppid=18289 vsize=83952 CPUtime=3.07 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 3144 0 0 0 307 0 0 0 20 0 2 0 274926403 85966848 4050 33554432000 4194304 5965102 140736024253856 139933429798712 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83952

[startup+6.30027 s]
/proc/loadavg: 1.19 1.71 1.89 3/179 18342
/proc/meminfo: memFree=28177932/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=84024 CPUtime=6.28 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 4971 0 0 0 628 0 0 0 20 0 2 0 274926402 86040576 5109 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 21006 5109 190 433 0 20570 0
[pid=18292/tid=18296] ppid=18289 vsize=84024 CPUtime=6.26 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 4203 0 0 0 626 0 0 0 20 0 2 0 274926403 86040576 5109 33554432000 4194304 5965102 140736024253856 139933429798904 4382950 0 0 4096 16387 0 0 0 -1 4 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.39 1.74 1.90 3/179 18342
/proc/meminfo: memFree=28156000/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=84024 CPUtime=12.67 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 6920 0 0 0 1266 1 0 0 20 0 2 0 274926402 86040576 7066 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 21006 7066 190 433 0 20570 0
[pid=18292/tid=18296] ppid=18289 vsize=84024 CPUtime=12.64 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 6152 0 0 0 1263 1 0 0 20 0 2 0 274926403 86040576 7066 33554432000 4194304 5965102 140736024253856 139933429798904 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 84024

[startup+25.5003 s]
/proc/loadavg: 1.49 1.75 1.90 3/179 18498
/proc/meminfo: memFree=28160076/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=84708 CPUtime=25.47 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 9637 0 0 0 2544 3 0 0 20 0 2 0 274926402 86740992 9798 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 21177 9798 190 433 0 20741 0
[pid=18292/tid=18296] ppid=18289 vsize=84708 CPUtime=25.39 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 8869 0 0 0 2536 3 0 0 20 0 2 0 274926403 86740992 9798 33554432000 4194304 5965102 140736024253856 139933429798712 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84708

[startup+51.1003 s]
/proc/loadavg: 1.73 1.78 1.91 3/179 18732
/proc/meminfo: memFree=28122960/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=86560 CPUtime=51.05 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 16266 0 0 0 5100 5 0 0 20 0 2 0 274926402 88637440 16435 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 21640 16435 190 433 0 21204 0
[pid=18292/tid=18296] ppid=18289 vsize=86560 CPUtime=50.92 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 15498 0 0 0 5087 5 0 0 20 0 2 0 274926403 88637440 16435 33554432000 4194304 5965102 140736024253856 139933429798424 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 86560

[startup+102.307 s]
/proc/loadavg: 1.88 1.82 1.91 3/179 19278
/proc/meminfo: memFree=28108212/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=153468 CPUtime=102.25 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 19242 0 0 0 10218 7 0 0 20 0 2 0 274926402 157151232 19411 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 38367 19411 190 433 0 37931 0
[pid=18292/tid=18296] ppid=18289 vsize=153468 CPUtime=102 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 18474 0 0 0 10192 8 0 0 20 0 2 0 274926403 157151232 19411 33554432000 4194304 5965102 140736024253856 139933429798952 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 153468

[startup+162.3 s]
/proc/loadavg: 2.06 1.88 1.92 3/179 19473
/proc/meminfo: memFree=28033212/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=159732 CPUtime=162.23 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 28389 0 0 0 16210 13 0 0 20 0 2 0 274926402 163565568 28607 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 39933 28607 190 433 0 39497 0
[pid=18292/tid=18296] ppid=18289 vsize=159732 CPUtime=161.82 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 27621 0 0 0 16167 15 0 0 20 0 2 0 274926403 163565568 28607 33554432000 4194304 5965102 140736024253856 139933429798712 4389678 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 159732

[startup+222.3 s]
/proc/loadavg: 2.06 1.91 1.93 3/180 19476
/proc/meminfo: memFree=27983584/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=163832 CPUtime=222.2 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 32034 0 0 0 22205 15 0 0 20 0 2 0 274926402 167763968 32251 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 40958 32251 190 433 0 40522 0
[pid=18292/tid=18296] ppid=18289 vsize=163832 CPUtime=221.66 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 31266 0 0 0 22148 18 0 0 20 0 2 0 274926403 167763968 32251 33554432000 4194304 5965102 140736024253856 139933429798952 4383078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 163832

[startup+282.3 s]
/proc/loadavg: 2.02 1.93 1.93 3/179 19476
/proc/meminfo: memFree=27923660/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=230812 CPUtime=282.18 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 36911 0 0 0 28199 19 0 0 20 0 2 0 274926402 236351488 37149 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 57703 37149 190 433 0 57267 0
[pid=18292/tid=18296] ppid=18289 vsize=230812 CPUtime=281.49 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 36143 0 0 0 28126 23 0 0 20 0 2 0 274926403 236351488 37149 33554432000 4194304 5965102 140736024253856 139933429798952 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 230812

[startup+342.3 s]
/proc/loadavg: 2.00 1.94 1.93 3/179 19477
/proc/meminfo: memFree=27875488/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=231996 CPUtime=342.17 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 41928 0 0 0 34193 24 0 0 20 0 2 0 274926402 237563904 42672 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 57999 42672 190 433 0 57563 0
[pid=18292/tid=18296] ppid=18289 vsize=231996 CPUtime=341.33 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 41160 0 0 0 34104 29 0 0 20 0 2 0 274926403 237563904 42672 33554432000 4194304 5965102 140736024253856 139933429798904 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 231996

[startup+402.3 s]
/proc/loadavg: 2.00 1.95 1.93 3/179 19477
/proc/meminfo: memFree=27835660/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=233308 CPUtime=402.16 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 47280 0 0 0 40189 27 0 0 20 0 2 0 274926402 238907392 48024 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.97 3/180 19757
/proc/meminfo: memFree=27522452/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=449788 CPUtime=1421.91 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 92202 0 0 0 142123 68 0 0 20 0 2 0 274926402 460582912 93050 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 112447 93050 190 433 0 112011 0
[pid=18292/tid=18296] ppid=18289 vsize=449788 CPUtime=1418.47 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 91434 0 0 0 141758 89 0 0 20 0 2 0 274926403 460582912 93050 33554432000 4194304 5965102 140736024253856 139933429798712 4401500 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 449788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/180 19759
/proc/meminfo: memFree=27506232/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=450512 CPUtime=1481.89 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 95736 0 0 0 148118 71 0 0 20 0 2 0 274926402 461324288 96584 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 112628 96584 190 433 0 112192 0
[pid=18292/tid=18296] ppid=18289 vsize=450512 CPUtime=1478.31 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 94968 0 0 0 147738 93 0 0 20 0 2 0 274926403 461324288 96584 33554432000 4194304 5965102 140736024253856 139933429798952 4380288 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 450512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19760
/proc/meminfo: memFree=27504504/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=450512 CPUtime=1541.88 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 95742 0 0 0 154117 71 0 0 20 0 2 0 274926402 461324288 96590 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 112628 96590 190 433 0 112192 0
[pid=18292/tid=18296] ppid=18289 vsize=450512 CPUtime=1538.16 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 94974 0 0 0 153722 94 0 0 20 0 2 0 274926403 461324288 96590 33554432000 4194304 5965102 140736024253856 139933429798952 4400986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 450512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19760
/proc/meminfo: memFree=27455144/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=451956 CPUtime=1601.87 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 100138 0 0 0 160112 75 0 0 20 0 2 0 274926402 462802944 100986 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 112989 100986 190 433 0 112553 0
[pid=18292/tid=18296] ppid=18289 vsize=451956 CPUtime=1598.01 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 99370 0 0 0 159702 99 0 0 20 0 2 0 274926403 462802944 100986 33554432000 4194304 5965102 140736024253856 139933429798952 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 451956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19760
/proc/meminfo: memFree=27399824/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=453508 CPUtime=1661.86 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 106948 0 0 0 166105 81 0 0 20 0 2 0 274926402 464392192 107796 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 113377 107796 190 433 0 112941 0
[pid=18292/tid=18296] ppid=18289 vsize=453508 CPUtime=1657.85 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 106180 0 0 0 165679 106 0 0 20 0 2 0 274926403 464392192 107796 33554432000 4194304 5965102 140736024253856 139933429798904 4380351 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 453508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 19761
/proc/meminfo: memFree=27374488/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=519188 CPUtime=1721.83 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 108183 0 0 0 172101 82 0 0 20 0 2 0 274926402 531648512 109022 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 129797 109022 190 433 0 129361 0
[pid=18292/tid=18296] ppid=18289 vsize=519188 CPUtime=1717.68 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 107415 0 0 0 171660 108 0 0 20 0 2 0 274926403 531648512 109022 33554432000 4194304 5965102 140736024253856 139933429798904 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 519188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27332700/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521280 CPUtime=1781.83 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 113807 0 0 0 178095 88 0 0 20 0 2 0 274926402 533790720 114646 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130320 114646 190 433 0 129884 0
[pid=18292/tid=18296] ppid=18289 vsize=521280 CPUtime=1777.53 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 113039 0 0 0 177638 115 0 0 20 0 2 0 274926403 533790720 114646 33554432000 4194304 5965102 140736024253856 139933429798952 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 521280

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27327120/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521568 CPUtime=1791.44 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114410 0 0 0 179055 89 0 0 20 0 2 0 274926402 534085632 115249 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130392 115249 190 433 0 129956 0
[pid=18292/tid=18296] ppid=18289 vsize=521568 CPUtime=1787.11 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 113642 0 0 0 178595 116 0 0 20 0 2 0 274926403 534085632 115249 33554432000 4194304 5965102 140736024253856 139933429798904 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 521568

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27325880/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521568 CPUtime=1794.63 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114577 0 0 0 179374 89 0 0 20 0 2 0 274926402 534085632 115416 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130392 115416 190 433 0 129956 0
[pid=18292/tid=18296] ppid=18289 vsize=521568 CPUtime=1790.3 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 113809 0 0 0 178914 116 0 0 20 0 2 0 274926403 534085632 115416 33554432000 4194304 5965102 140736024253856 139933429798904 4401096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 521568

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27324764/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521712 CPUtime=1797.82 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114852 0 0 0 179693 89 0 0 20 0 2 0 274926402 534233088 115691 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130428 115691 190 433 0 129992 0
[pid=18292/tid=18296] ppid=18289 vsize=521712 CPUtime=1793.49 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 114084 0 0 0 179233 116 0 0 20 0 2 0 274926403 534233088 115691 33554432000 4194304 5965102 140736024253856 139933429798712 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 521712

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27324020/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521712 CPUtime=1798.62 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114903 0 0 0 179773 89 0 0 20 0 2 0 274926402 534233088 115742 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130428 115742 190 433 0 129992 0
[pid=18292/tid=18296] ppid=18289 vsize=521712 CPUtime=1794.28 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 114135 0 0 0 179312 116 0 0 20 0 2 0 274926403 534233088 115742 33554432000 4194304 5965102 140736024253856 139933429798904 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 521712

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27323152/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521712 CPUtime=1799.03 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114934 0 0 0 179814 89 0 0 20 0 2 0 274926402 534233088 115773 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130428 115773 190 433 0 129992 0
[pid=18292/tid=18296] ppid=18289 vsize=521712 CPUtime=1794.69 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 114166 0 0 0 179353 116 0 0 20 0 2 0 274926403 534233088 115773 33554432000 4194304 5965102 140736024253856 139933429798904 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 521712

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27323152/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521712 CPUtime=1799.42 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114950 0 0 0 179853 89 0 0 20 0 2 0 274926402 534233088 115789 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130428 115789 190 433 0 129992 0
[pid=18292/tid=18296] ppid=18289 vsize=521712 CPUtime=1795.08 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 114182 0 0 0 179392 116 0 0 20 0 2 0 274926403 534233088 115789 33554432000 4194304 5965102 140736024253856 139933429798904 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 521712

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19761
/proc/meminfo: memFree=27323152/32873844 swapFree=6856/6856
[pid=18292] ppid=18289 vsize=521712 CPUtime=1799.52 cores=0,2,4,6
/proc/18292/stat : 18292 (pwbo2.0) S 18289 18292 18256 0 -1 4202496 114953 0 0 0 179863 89 0 0 20 0 2 0 274926402 534233088 115792 33554432000 4194304 5965102 140736024253856 140736024253376 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18292/statm: 130428 115792 190 433 0 129992 0
[pid=18292/tid=18296] ppid=18289 vsize=521712 CPUtime=1795.18 cores=0,2,4,6
/proc/18292/task/18296/stat : 18296 (pwbo2.0) R 18289 18292 18256 0 -1 4202560 114185 0 0 0 179402 116 0 0 20 0 2 0 274926403 534233088 115792 33554432000 4194304 5965102 140736024253856 139933429798904 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 521712

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18292 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=40264
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=175821
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.52
CPU user time (s): 1798.63
CPU system time (s): 0.89
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 521712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 1.17582
maximum resident set size= 465228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114957
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= 191
involuntary context switches= 2493

runsolver used 3.37749 second user time and 8.5627 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 05:06:19
IDJOB=3704206
IDBENCH=1168
IDSOLVER=2280
FILE ID=node106/3704206-1338087979
RUNJOBID= node106-1338087979-18272
PBS_JOBID= 14624450
Free space on /tmp= 71384 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704206-1338087979/watcher-3704206-1338087979 -o /tmp/evaluation-result-3704206-1338087979/solver-3704206-1338087979 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704206-1338087979.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=946711729

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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	: 5331.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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	: 5331.91
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		: 2667.065
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		: 2667.065
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:       32873844 kB
MemFree:        28205092 kB
Buffers:          316904 kB
Cached:          3533152 kB
SwapCached:            0 kB
Active:          1146848 kB
Inactive:        2713696 kB
Active(anon):      13184 kB
Inactive(anon):        0 kB
Active(file):    1133664 kB
Inactive(file):  2713696 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9736 kB
Writeback:             0 kB
AnonPages:         17588 kB
Mapped:            13624 kB
Shmem:               200 kB
Slab:             669160 kB
SReclaimable:     111388 kB
SUnreclaim:       557772 kB
KernelStack:        1376 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71368 MiB
End job on node106 at 2012-05-27 05:36:19