Trace number 3727063

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.5 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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727063-1338651670.opb.
0.00/0.00	c Instance file HOME/instance-3727063-1338651670.opb
0.00/0.00	c File size is 1096341 bytes.
0.06/0.07	c Highest Coefficient sum: 101
0.06/0.07	c ============================[ Problem Statistics ]=============================
0.06/0.07	c |                                                                             |
0.06/0.07	c |  Parsing time:          0.08         s                                      |
0.06/0.07	c |  Number Variables:      4626                                                |
0.06/0.07	c |  Number Clauses:        29898                                               |
0.06/0.07	c |  Number Cardinality:    945                                                 |
0.06/0.07	c |  Number PB Constraints: 78                                                  |
0.06/0.07	c |                                                                             |
0.06/0.08	c |  Problem Type:          Decision                                            |
0.06/0.08	c |  Objective Function:    None                                                |
0.06/0.08	c |                                                                             |
0.06/0.08	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3727063-1338651670/watcher-3727063-1338651670 -o /tmp/evaluation-result-3727063-1338651670/solver-3727063-1338651670 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727063-1338651670.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.09 1.03 1.26 3/175 3090
/proc/meminfo: memFree=27118244/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=4924 CPUtime=0 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) R 3088 3090 1111 0 -1 4202496 472 0 0 0 0 0 0 0 20 0 1 0 331292458 5042176 424 33554432000 4194304 5964350 140734626972624 140733511662792 4344688 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 1231 424 168 433 0 527 0

[startup+0.0699449 s]
/proc/loadavg: 1.09 1.03 1.26 3/175 3090
/proc/meminfo: memFree=27118244/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=7904 CPUtime=0.06 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) R 3088 3090 1111 0 -1 4202496 1429 0 0 0 6 0 0 0 20 0 1 0 331292458 8093696 1381 33554432000 4194304 5964350 140734626972624 140733511662792 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 1976 1381 399 433 0 1272 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7904

[startup+0.100173 s]
/proc/loadavg: 1.09 1.03 1.26 3/175 3090
/proc/meminfo: memFree=27118244/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=87716 CPUtime=0.09 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 3205 0 0 0 9 0 0 0 20 0 2 0 331292458 89821184 2749 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 21929 2749 183 433 0 21493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87716

[startup+0.300119 s]
/proc/loadavg: 1.09 1.03 1.26 3/175 3090
/proc/meminfo: memFree=27118244/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=87716 CPUtime=0.29 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 3852 0 0 0 29 0 0 0 20 0 2 0 331292458 89821184 3396 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 21929 3396 184 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.09 1.03 1.26 3/175 3090
/proc/meminfo: memFree=27118244/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=87716 CPUtime=0.69 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 4874 0 0 0 68 1 0 0 20 0 2 0 331292458 89821184 4418 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 21929 4418 184 433 0 21493 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87716

[startup+1.50025 s]
/proc/loadavg: 1.09 1.03 1.26 3/177 3092
/proc/meminfo: memFree=27097352/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=87716 CPUtime=1.48 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 6583 0 0 0 147 1 0 0 20 0 2 0 331292458 89821184 6127 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 21929 6127 184 433 0 21493 0
[pid=3090/tid=3092] ppid=3088 vsize=87716 CPUtime=1.4 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 4594 0 0 0 139 1 0 0 20 0 2 0 331292466 89821184 6127 33554432000 4194304 5964350 140734626972624 140201656789032 4390776 0 0 4096 16387 0 0 0 -1 2 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.09 1.03 1.26 3/177 3092
/proc/meminfo: memFree=27089844/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=87716 CPUtime=3.08 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 7605 0 0 0 307 1 0 0 20 0 2 0 331292458 89821184 7149 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 21929 7149 184 433 0 21493 0
[pid=3090/tid=3092] ppid=3088 vsize=87716 CPUtime=3 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 5616 0 0 0 299 1 0 0 20 0 2 0 331292466 89821184 7149 33554432000 4194304 5964350 140734626972624 140201656788792 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87716

[startup+6.30021 s]
/proc/loadavg: 1.16 1.04 1.26 3/177 3092
/proc/meminfo: memFree=27068764/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=88200 CPUtime=6.28 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 11269 0 0 0 627 1 0 0 20 0 2 0 331292458 90316800 10813 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 22050 10813 184 433 0 21614 0
[pid=3090/tid=3092] ppid=3088 vsize=88200 CPUtime=6.19 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 9280 0 0 0 618 1 0 0 20 0 2 0 331292466 90316800 10813 33554432000 4194304 5964350 140734626972624 140201656788984 4399774 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) 88200

[startup+12.7001 s]
/proc/loadavg: 1.23 1.06 1.26 3/177 3092
/proc/meminfo: memFree=27054864/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=88200 CPUtime=12.68 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 14484 0 0 0 1266 2 0 0 20 0 2 0 331292458 90316800 14028 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 22050 14028 184 433 0 21614 0
[pid=3090/tid=3092] ppid=3088 vsize=88200 CPUtime=12.57 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 12495 0 0 0 1255 2 0 0 20 0 2 0 331292466 90316800 14028 33554432000 4194304 5964350 140734626972624 140201656788984 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88200

[startup+25.5003 s]
/proc/loadavg: 1.40 1.10 1.28 3/177 3092
/proc/meminfo: memFree=26994104/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=153976 CPUtime=25.48 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 26159 0 0 0 2542 6 0 0 20 0 2 0 331292458 157671424 25703 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 38494 25703 184 433 0 38058 0
[pid=3090/tid=3092] ppid=3088 vsize=153976 CPUtime=25.34 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 24170 0 0 0 2528 6 0 0 20 0 2 0 331292466 157671424 25703 33554432000 4194304 5964350 140734626972624 140201656789032 5136340 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) 153976

[startup+51.1002 s]
/proc/loadavg: 1.60 1.18 1.29 3/177 3092
/proc/meminfo: memFree=26941628/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=154876 CPUtime=51.08 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 34339 0 0 0 5100 8 0 0 20 0 2 0 331292458 158593024 33882 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 38719 33882 184 433 0 38283 0
[pid=3090/tid=3092] ppid=3088 vsize=154876 CPUtime=50.87 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 32350 0 0 0 5079 8 0 0 20 0 2 0 331292466 158593024 33882 33554432000 4194304 5964350 140734626972624 140201656788984 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 154876

[startup+102.306 s]
/proc/loadavg: 1.83 1.30 1.33 3/177 3093
/proc/meminfo: memFree=26816336/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=285948 CPUtime=102.25 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 58407 0 0 0 10209 16 0 0 20 0 2 0 331292458 292810752 58087 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 71487 58087 184 433 0 71051 0
[pid=3090/tid=3092] ppid=3088 vsize=285948 CPUtime=101.91 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 56418 0 0 0 10174 17 0 0 20 0 2 0 331292466 292810752 58087 33554432000 4194304 5964350 140734626972624 140201656789032 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 285948

[startup+162.3 s]
/proc/loadavg: 2.00 1.44 1.37 3/177 3093
/proc/meminfo: memFree=26733408/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=352292 CPUtime=162.2 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 71613 0 0 0 16200 20 0 0 20 0 2 0 331292458 360747008 71312 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 88073 71312 184 433 0 87637 0
[pid=3090/tid=3092] ppid=3088 vsize=352292 CPUtime=161.72 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 69624 0 0 0 16150 22 0 0 20 0 2 0 331292466 360747008 71312 33554432000 4194304 5964350 140734626972624 140201656788984 4400003 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 352292

[startup+222.3 s]
/proc/loadavg: 2.00 1.54 1.41 3/177 3093
/proc/meminfo: memFree=26701600/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=352292 CPUtime=222.18 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 75447 0 0 0 22196 22 0 0 20 0 2 0 331292458 360747008 75650 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 88073 75650 184 433 0 87637 0
[pid=3090/tid=3092] ppid=3088 vsize=352292 CPUtime=221.56 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 73458 0 0 0 22131 25 0 0 20 0 2 0 331292466 360747008 75650 33554432000 4194304 5964350 140734626972624 140201656788792 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 352292

[startup+282.3 s]
/proc/loadavg: 2.08 1.64 1.45 3/177 3093
/proc/meminfo: memFree=26536964/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=483364 CPUtime=282.17 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 104946 0 0 0 28186 31 0 0 20 0 2 0 331292458 494964736 105149 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 120841 105149 184 433 0 120405 0
[pid=3090/tid=3092] ppid=3088 vsize=483364 CPUtime=281.4 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 102957 0 0 0 28105 35 0 0 20 0 2 0 331292466 494964736 105149 33554432000 4194304 5964350 140734626972624 140201656788984 4399962 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 483364

[startup+342.3 s]
/proc/loadavg: 2.03 1.70 1.48 3/177 3093
/proc/meminfo: memFree=26523708/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=483364 CPUtime=342.13 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 105108 0 0 0 34182 31 0 0 20 0 2 0 331292458 494964736 105401 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 120841 105401 184 433 0 120405 0
[pid=3090/tid=3092] ppid=3088 vsize=483364 CPUtime=341.22 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 103119 0 0 0 34086 36 0 0 20 0 2 0 331292466 494964736 105401 33554432000 4194304 5964350 140734626972624 140201656788856 4399840 0 0 4096 16387 0 0 0 -1 2 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.01 1.75 1.51 3/177 3094
/proc/meminfo: memFree=26509104/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=484332 CPUtime=402.1 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 107376 0 0 0 40177 33 0 0 20 0 2 0 331292458 495955968 107883 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 121083 107883 184 433 0 120647 0
[pid=3090/tid=3092] ppid=3088 vsize=484332 CPUtime=401.03 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 105387 0 0 0 40065 38 0 0 20 0 2 0 331292466 495955968 107883 33554432000 4194304 5964350 140734626972624 140201656788792 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 484332

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.54 3/177 3094
/proc/meminfo: memFree=26466736/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=484332 CPUtime=462.08 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.08 2.06 1.85 3/177 3165
/proc/meminfo: memFree=26253036/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=757736 CPUtime=1421.86 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 177203 0 0 0 142111 75 0 0 20 0 2 0 331292458 775921664 179019 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 189434 179019 184 433 0 188998 0
[pid=3090/tid=3092] ppid=3088 vsize=757736 CPUtime=1418.28 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 175214 0 0 0 141732 96 0 0 20 0 2 0 331292466 775921664 179019 33554432000 4194304 5964350 140734626972624 140201656788792 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 757736

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 1.86 3/177 3165
/proc/meminfo: memFree=26124080/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=823272 CPUtime=1481.84 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 197206 0 0 0 148101 83 0 0 20 0 2 0 331292458 843030528 199022 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 205818 199022 184 433 0 205382 0
[pid=3090/tid=3092] ppid=3088 vsize=823272 CPUtime=1478.11 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 195217 0 0 0 147706 105 0 0 20 0 2 0 331292466 843030528 199022 33554432000 4194304 5964350 140734626972624 140201656788984 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 823272

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 1.87 3/177 3165
/proc/meminfo: memFree=26028480/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1541.84 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216484 0 0 0 154093 91 0 0 20 0 2 0 331292458 977248256 218300 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218300 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1537.96 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214495 0 0 0 153682 114 0 0 20 0 2 0 331292466 977248256 218300 33554432000 4194304 5964350 140734626972624 140201656788984 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 954344

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 1.88 3/177 3166
/proc/meminfo: memFree=25975776/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1601.83 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216502 0 0 0 160092 91 0 0 20 0 2 0 331292458 977248256 218643 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218643 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1597.8 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214513 0 0 0 159665 115 0 0 20 0 2 0 331292466 977248256 218643 33554432000 4194304 5964350 140734626972624 140201656788984 4400003 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 954344

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 1.89 3/177 3166
/proc/meminfo: memFree=25961576/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1661.82 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216514 0 0 0 166091 91 0 0 20 0 2 0 331292458 977248256 218655 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218655 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1657.64 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214525 0 0 0 165648 116 0 0 20 0 2 0 331292466 977248256 218655 33554432000 4194304 5964350 140734626972624 140201656788984 4381521 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 954344

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 1.90 3/177 3166
/proc/meminfo: memFree=25924468/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1721.81 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 172090 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1717.48 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 171631 117 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 954344

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 1.91 3/178 3169
/proc/meminfo: memFree=25920880/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1781.8 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 178089 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1777.33 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 177615 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4400029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
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.07 1.91 3/177 3169
/proc/meminfo: memFree=25920412/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1791.41 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179050 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1786.91 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 178573 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 954344

[startup+1795.1 s]
/proc/loadavg: 2.06 2.06 1.91 3/177 3169
/proc/meminfo: memFree=25919964/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1794.61 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179370 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1790.1 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 178892 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 954344

[startup+1798.3 s]
/proc/loadavg: 2.06 2.06 1.91 3/177 3169
/proc/meminfo: memFree=25920088/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1797.8 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179689 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1793.29 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 179211 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4400009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 954344

[startup+1799.1 s]
/proc/loadavg: 2.05 2.06 1.91 3/177 3169
/proc/meminfo: memFree=25920212/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1798.6 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179769 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1794.08 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 179290 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 954344

[startup+1799.5 s]
/proc/loadavg: 2.05 2.06 1.91 3/177 3169
/proc/meminfo: memFree=25920212/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1799.01 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179810 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1794.49 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 179331 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 954344

[startup+1799.9 s]
/proc/loadavg: 2.05 2.06 1.91 3/177 3169
/proc/meminfo: memFree=25920212/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1799.4 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179849 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1794.88 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 179370 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 954344

[startup+1800 s]
/proc/loadavg: 2.05 2.06 1.91 3/177 3169
/proc/meminfo: memFree=25920212/32873624 swapFree=7112/7112
[pid=3090] ppid=3088 vsize=954344 CPUtime=1799.5 cores=0,2,4,6
/proc/3090/stat : 3090 (wbo1.72) S 3088 3090 1111 0 -1 4202496 216533 0 0 0 179859 91 0 0 20 0 2 0 331292458 977248256 218674 33554432000 4194304 5964350 140734626972624 140734626972144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 238586 218674 184 433 0 238150 0
[pid=3090/tid=3092] ppid=3088 vsize=954344 CPUtime=1794.98 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (wbo1.72) R 3088 3090 1111 0 -1 4202560 214544 0 0 0 179380 118 0 0 20 0 2 0 331292466 977248256 218674 33554432000 4194304 5964350 140734626972624 140201656788984 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 954344

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3090 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=880288
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=208816
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1799.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.5
CPU user time (s): 1798.59
CPU system time (s): 0.91
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 954344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 1.20882
maximum resident set size= 874708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216536
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= 291
involuntary context switches= 1910

runsolver used 2.65759 second user time and 7.16391 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-02 17:41:10
IDJOB=3727063
IDBENCH=1498
IDSOLVER=2313
FILE ID=node121/3727063-1338651670
RUNJOBID= node121-1338651658-2671
PBS_JOBID= 14636459
Free space on /tmp= 71312 MiB

SOLVER NAME= wbo 1.72
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= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727063-1338651670/watcher-3727063-1338651670 -o /tmp/evaluation-result-3727063-1338651670/solver-3727063-1338651670 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727063-1338651670.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=595445413

node121.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.042
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.08
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.042
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.042
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		: 2667.042
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		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        27118508 kB
Buffers:          594752 kB
Cached:          4226800 kB
SwapCached:            0 kB
Active:          1659708 kB
Inactive:        3226728 kB
Active(anon):      52492 kB
Inactive(anon):    10776 kB
Active(file):    1607216 kB
Inactive(file):  3215952 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14496 kB
Writeback:             0 kB
AnonPages:         67992 kB
Mapped:            14832 kB
Shmem:               200 kB
Slab:             733668 kB
SReclaimable:     176888 kB
SUnreclaim:       556780 kB
KernelStack:        1456 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     145392 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= 71308 MiB
End job on node121 at 2012-06-02 18:11:10