Trace number 3726554

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.02? 1799.85 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
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 benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726554-1338655238.opb.
0.00/0.00	c Instance file HOME/instance-3726554-1338655238.opb
0.00/0.00	c File size is 1096341 bytes.
0.03/0.07	c Highest Coefficient sum: 101
0.03/0.07	c ============================[ Problem Statistics ]=============================
0.03/0.07	c |                                                                             |
0.03/0.07	c |  Parsing time:          0.08         s                                      |
0.03/0.07	c |  Number Variables:      4626                                                |
0.03/0.07	c |  Number Clauses:        29898                                               |
0.03/0.07	c |  Number Cardinality:    945                                                 |
0.03/0.07	c |  Number PB Constraints: 78                                                  |
0.03/0.07	c |                                                                             |
0.03/0.08	c |  Problem Type:          Decision                                            |
0.03/0.08	c |  Objective Function:    None                                                |
0.03/0.08	c |                                                                             |
0.03/0.08	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3726554-1338655238/watcher-3726554-1338655238 -o /tmp/evaluation-result-3726554-1338655238/solver-3726554-1338655238 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726554-1338655238.opb 

running on 4 cores: 1,3,5,7

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.93 1.99 1.99 3/178 24051
/proc/meminfo: memFree=31564540/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=4792 CPUtime=0 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) R 24049 24051 20708 0 -1 4202496 471 0 0 0 0 0 0 0 20 0 1 0 331652422 4907008 423 33554432000 4194304 5964478 140735486360352 140735486359768 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 1198 423 169 433 0 494 0

[startup+0.0353891 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 24051
/proc/meminfo: memFree=31564540/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=6536 CPUtime=0.03 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) R 24049 24051 20708 0 -1 4202496 980 0 0 0 3 0 0 0 20 0 1 0 331652422 6692864 932 33554432000 4194304 5964478 140735486360352 140735486359768 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 1634 932 269 433 0 930 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6536

[startup+0.100171 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 24051
/proc/meminfo: memFree=31564540/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=87716 CPUtime=0.09 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 3197 0 0 0 9 0 0 0 20 0 2 0 331652422 89821184 2741 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 21929 2741 185 433 0 21493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87716

[startup+0.300121 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 24051
/proc/meminfo: memFree=31564540/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=87716 CPUtime=0.29 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 3846 0 0 0 29 0 0 0 20 0 2 0 331652422 89821184 3390 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 21929 3390 186 433 0 21493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87716

[startup+0.700118 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 24051
/proc/meminfo: memFree=31564540/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=87716 CPUtime=0.69 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 4867 0 0 0 69 0 0 0 20 0 2 0 331652422 89821184 4411 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 21929 4411 186 433 0 21493 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87716

[startup+1.50021 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 24053
/proc/meminfo: memFree=31544940/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=87716 CPUtime=1.48 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 6585 0 0 0 148 0 0 0 20 0 2 0 331652422 89821184 6129 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 21929 6129 186 433 0 21493 0
[pid=24051/tid=24053] ppid=24049 vsize=87716 CPUtime=1.4 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 4595 0 0 0 140 0 0 0 20 0 2 0 331652430 89821184 6129 33554432000 4194304 5964478 140735486360352 140435231627256 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87716

[startup+3.10021 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 24053
/proc/meminfo: memFree=31538468/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=87716 CPUtime=3.09 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 7572 0 0 0 308 1 0 0 20 0 2 0 331652422 89821184 7116 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 21929 7116 186 433 0 21493 0
[pid=24051/tid=24053] ppid=24049 vsize=87716 CPUtime=3 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 5582 0 0 0 299 1 0 0 20 0 2 0 331652430 89821184 7116 33554432000 4194304 5964478 140735486360352 140435231627064 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87716

[startup+6.30021 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 24053
/proc/meminfo: memFree=31522596/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=88200 CPUtime=6.28 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 11260 0 0 0 626 2 0 0 20 0 2 0 331652422 90316800 10804 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 22050 10804 186 433 0 21614 0
[pid=24051/tid=24053] ppid=24049 vsize=88200 CPUtime=6.2 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 9270 0 0 0 618 2 0 0 20 0 2 0 331652430 90316800 10804 33554432000 4194304 5964478 140735486360352 140435231627064 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88200

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.99 3/180 24053
/proc/meminfo: memFree=31512824/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=88200 CPUtime=12.68 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 14212 0 0 0 1265 3 0 0 20 0 2 0 331652422 90316800 13756 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 22050 13756 186 433 0 21614 0
[pid=24051/tid=24053] ppid=24049 vsize=88200 CPUtime=12.6 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 12222 0 0 0 1256 4 0 0 20 0 2 0 331652430 90316800 13756 33554432000 4194304 5964478 140735486360352 140435231627256 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88200

[startup+25.5002 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 24053
/proc/meminfo: memFree=31462216/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=153976 CPUtime=25.48 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 26001 0 0 0 2541 7 0 0 20 0 2 0 331652422 157671424 25545 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 38494 25545 186 433 0 38058 0
[pid=24051/tid=24053] ppid=24049 vsize=153976 CPUtime=25.4 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 24011 0 0 0 2533 7 0 0 20 0 2 0 331652430 157671424 25545 33554432000 4194304 5964478 140735486360352 140435231627304 18446744073699065891 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153976

[startup+51.1003 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 24053
/proc/meminfo: memFree=31423620/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=154876 CPUtime=51.08 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 34138 0 0 0 5098 10 0 0 20 0 2 0 331652422 158593024 33682 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 38719 33682 186 433 0 38283 0
[pid=24051/tid=24053] ppid=24049 vsize=154876 CPUtime=51 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 32148 0 0 0 5089 11 0 0 20 0 2 0 331652430 158593024 33682 33554432000 4194304 5964478 140735486360352 140435231627256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 154876

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24053
/proc/meminfo: memFree=31289876/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=285948 CPUtime=102.27 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 56965 0 0 0 10208 19 0 0 20 0 2 0 331652422 292810752 56509 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 71487 56509 186 433 0 71051 0
[pid=24051/tid=24053] ppid=24049 vsize=285948 CPUtime=102.21 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 54975 0 0 0 10200 21 0 0 20 0 2 0 331652430 292810752 56509 33554432000 4194304 5964478 140735486360352 140435231627256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 285948

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24054
/proc/meminfo: memFree=31233716/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=352292 CPUtime=162.23 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 67642 0 0 0 16198 25 0 0 20 0 2 0 331652422 360747008 67491 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 88073 67491 186 433 0 87637 0
[pid=24051/tid=24053] ppid=24049 vsize=352292 CPUtime=162.17 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 65652 0 0 0 16190 27 0 0 20 0 2 0 331652430 360747008 67491 33554432000 4194304 5964478 140735486360352 140435231627256 4400432 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 352292

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24055
/proc/meminfo: memFree=31197180/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=352292 CPUtime=222.17 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 74804 0 0 0 22189 28 0 0 20 0 2 0 331652422 360747008 74783 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 88073 74783 186 433 0 87637 0
[pid=24051/tid=24053] ppid=24049 vsize=352292 CPUtime=222.13 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 72814 0 0 0 22181 32 0 0 20 0 2 0 331652430 360747008 74783 33554432000 4194304 5964478 140735486360352 140435231627304 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 352292

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 24055
/proc/meminfo: memFree=31042928/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=483364 CPUtime=282.14 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 104104 0 0 0 28172 42 0 0 20 0 2 0 331652422 494964736 105006 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 120841 105006 186 433 0 120405 0
[pid=24051/tid=24053] ppid=24049 vsize=483364 CPUtime=282.11 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 102114 0 0 0 28164 47 0 0 20 0 2 0 331652430 494964736 105006 33554432000 4194304 5964478 140735486360352 140435231627256 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 483364

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 24056
/proc/meminfo: memFree=31000420/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=483364 CPUtime=342.13 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 104825 0 0 0 34171 42 0 0 20 0 2 0 331652422 494964736 105727 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 120841 105727 186 433 0 120405 0
[pid=24051/tid=24053] ppid=24049 vsize=483364 CPUtime=342.12 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 102835 0 0 0 34164 48 0 0 20 0 2 0 331652430 494964736 105727 33554432000 4194304 5964478 140735486360352 140435231627256 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 483364

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24056
/proc/meminfo: memFree=30987008/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=484332 CPUtime=402.12 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 107061 0 0 0 40168 44 0 0 20 0 2 0 331652422 495955968 107863 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 121083 107863 186 433 0 120647 0
[pid=24051/tid=24053] ppid=24049 vsize=484332 CPUtime=402.12 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 105071 0 0 0 40162 50 0 0 20 0 2 0 331652430 495955968 107863 33554432000 4194304 5964478 140735486360352 140435231627128 4379008 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 484332

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24056
/proc/meminfo: memFree=30980284/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=484332 CPUtime=462.1 cores=1,3,5,7

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

/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 159388 0 0 0 130096 109 0 0 20 0 2 0 331652430 704221184 163392 33554432000 4194304 5964478 140735486360352 140435231627256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 687716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24127
/proc/meminfo: memFree=30616480/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=688684 CPUtime=1361.87 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 166090 0 0 0 136090 97 0 0 20 0 2 0 331652422 705212416 168054 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 172171 168054 186 433 0 171735 0
[pid=24051/tid=24053] ppid=24049 vsize=688684 CPUtime=1362.04 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 164100 0 0 0 136087 117 0 0 20 0 2 0 331652430 705212416 168054 33554432000 4194304 5964478 140735486360352 140435231627256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 688684

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24128
/proc/meminfo: memFree=30577448/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=754944 CPUtime=1421.86 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 171490 0 0 0 142081 105 0 0 20 0 2 0 331652422 773062656 173453 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 188736 173453 186 433 0 188300 0
[pid=24051/tid=24053] ppid=24049 vsize=754944 CPUtime=1422.05 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 169500 0 0 0 142078 127 0 0 20 0 2 0 331652430 773062656 173453 33554432000 4194304 5964478 140735486360352 140435231627256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 754944

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24128
/proc/meminfo: memFree=30527008/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=756768 CPUtime=1481.84 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 175016 0 0 0 148074 110 0 0 20 0 2 0 331652422 774930432 176979 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 189192 176979 186 433 0 188756 0
[pid=24051/tid=24053] ppid=24049 vsize=756768 CPUtime=1482.05 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 173026 0 0 0 148072 133 0 0 20 0 2 0 331652430 774930432 176979 33554432000 4194304 5964478 140735486360352 140435231627304 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 756768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24128
/proc/meminfo: memFree=30525176/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=756768 CPUtime=1541.83 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 175433 0 0 0 154073 110 0 0 20 0 2 0 331652422 774930432 177394 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 189192 177394 186 433 0 188756 0
[pid=24051/tid=24053] ppid=24049 vsize=756768 CPUtime=1542.05 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 173443 0 0 0 154071 134 0 0 20 0 2 0 331652430 774930432 177394 33554432000 4194304 5964478 140735486360352 140435231627064 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 756768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24128
/proc/meminfo: memFree=30487456/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=757736 CPUtime=1601.83 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 176988 0 0 0 160072 111 0 0 20 0 2 0 331652422 775921664 178952 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 189434 178952 186 433 0 188998 0
[pid=24051/tid=24053] ppid=24049 vsize=757736 CPUtime=1602.06 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 174998 0 0 0 160071 135 0 0 20 0 2 0 331652430 775921664 178952 33554432000 4194304 5964478 140735486360352 140435231627304 4399854 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 757736

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 24128
/proc/meminfo: memFree=30397432/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=823272 CPUtime=1661.8 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 194351 0 0 0 166060 120 0 0 20 0 2 0 331652422 843030528 196490 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 205818 196490 186 433 0 205382 0
[pid=24051/tid=24053] ppid=24049 vsize=823272 CPUtime=1662.04 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 192361 0 0 0 166059 145 0 0 20 0 2 0 331652430 843030528 196490 33554432000 4194304 5964478 140735486360352 140435231627256 4399926 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 823272

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24129
/proc/meminfo: memFree=30315152/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=888808 CPUtime=1721.78 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 214908 0 0 0 172048 130 0 0 20 0 2 0 331652422 910139392 217050 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 222202 217050 186 433 0 221766 0
[pid=24051/tid=24053] ppid=24049 vsize=888808 CPUtime=1722.04 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 212918 0 0 0 172047 157 0 0 20 0 2 0 331652430 910139392 217050 33554432000 4194304 5964478 140735486360352 140435231627256 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 888808

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295800/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1781.78 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216509 0 0 0 178047 131 0 0 20 0 2 0 331652422 977248256 218651 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218651 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1782.04 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214519 0 0 0 178046 158 0 0 20 0 2 0 331652430 977248256 218651 33554432000 4194304 5964478 140735486360352 140435231627256 4400825 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 954344

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1791.38 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179007 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1791.65 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179007 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 954344

[startup+1795.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1794.58 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179327 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1794.85 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179327 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 954344

[startup+1798.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1797.77 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179646 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1798.04 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179646 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 954344

[startup+1799.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1798.57 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179726 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1798.84 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179726 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 954344

[startup+1799.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1798.98 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179767 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1799.25 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179767 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4400076 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 954344

[startup+1799.9 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1799.37 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179806 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1799.64 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179806 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4400103 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 954344

[startup+1800 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 24132
/proc/meminfo: memFree=30295676/32873844 swapFree=7116/7116
[pid=24051] ppid=24049 vsize=954344 CPUtime=1799.47 cores=1,3,5,7
/proc/24051/stat : 24051 (pwbo2.02) S 24049 24051 20708 0 -1 4202496 216515 0 0 0 179816 131 0 0 20 0 2 0 331652422 977248256 218657 33554432000 4194304 5964478 140735486360352 140735486359872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24051/statm: 238586 218657 186 433 0 238150 0
[pid=24051/tid=24053] ppid=24049 vsize=954344 CPUtime=1799.74 cores=1,3,5,7
/proc/24051/task/24053/stat : 24053 (pwbo2.02) R 24049 24051 20708 0 -1 4202560 214525 0 0 0 179816 158 0 0 20 0 2 0 331652430 977248256 218657 33554432000 4194304 5964478 140735486360352 140435231627256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 954344

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.85
CPU user time (s): 1798.24
CPU system time (s): 1.61375
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 954344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.61375
maximum resident set size= 874640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216518
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= 308
involuntary context switches= 1899

runsolver used 2.73858 second user time and 8.75867 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 18:40:38
IDJOB=3726554
IDBENCH=1498
IDSOLVER=2310
FILE ID=node103/3726554-1338655238
RUNJOBID= node103-1338651532-22211
PBS_JOBID= 14636477
Free space on /tmp= 71132 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726554-1338655238/watcher-3726554-1338655238 -o /tmp/evaluation-result-3726554-1338655238/solver-3726554-1338655238 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726554-1338655238.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=86251195

node103.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.189
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.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31564168 kB
Buffers:          121484 kB
Cached:           264044 kB
SwapCached:         5600 kB
Active:           261348 kB
Inactive:         291636 kB
Active(anon):     165336 kB
Inactive(anon):     4628 kB
Active(file):      96012 kB
Inactive(file):   287008 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              6812 kB
Writeback:            40 kB
AnonPages:        170424 kB
Mapped:             9416 kB
Shmem:                 0 kB
Slab:             619176 kB
SReclaimable:      59776 kB
SUnreclaim:       559400 kB
KernelStack:        1488 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     158368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71128 MiB
End job on node103 at 2012-06-02 19:10:39