Trace number 3705235

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.54 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_30.r.opb
MD5SUM80d844acb755df30f8eb4d34a1c5fb81
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.074988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705235-1338100068.opb.
0.00/0.00	c Instance file HOME/instance-3705235-1338100068.opb
0.00/0.00	c File size is 15204 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 31
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:      100                                                 |
0.00/0.00	c |  Number Clauses:        100                                                 |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
0.00/0.00	c | 0.00      | 0  | 1            lb |  0                0                0.00  |
0.00/0.00	c | 0.00      | 0  | 2            lb |  0                0                0.00  |
0.00/0.00	c | 0.00      | 0  | 3            lb |  0                0                0.00  |
0.00/0.00	c | 0.00      | 0  | 4            lb |  0                0                0.00  |
0.00/0.00	c | 0.00      | 0  | 5            lb |  0                0                0.00  |
0.00/0.00	c | 0.01      | 0  | 6            lb |  0                0                0.00  |
1.29/1.34	c | 1.35      | 0  | 7            lb |  0                0                0.00  |
171.93/172.09	c | 172.09    | 0  | 8            lb |  0                0                0.00  |
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3705235-1338100068/watcher-3705235-1338100068 -o /tmp/evaluation-result-3705235-1338100068/solver-3705235-1338100068 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705235-1338100068.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: 2.00 2.00 2.00 3/179 13685
/proc/meminfo: memFree=31363564/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=0 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 763 0 0 0 0 0 0 0 20 0 2 0 276131577 85577728 712 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 712 190 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=0 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 2 0 276131577 85577728 712 33554432000 4194304 5963574 140733930619552 140733256754168 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0877149 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13685
/proc/meminfo: memFree=31363564/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=0.08 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 985 0 0 0 8 0 0 0 20 0 2 0 276131577 85577728 934 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 934 192 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=0.07 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 284 0 0 0 7 0 0 0 20 0 2 0 276131577 85577728 934 33554432000 4194304 5963574 140733930619552 140733256754168 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83572

[startup+0.100283 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13685
/proc/meminfo: memFree=31363564/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=0.09 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 1012 0 0 0 9 0 0 0 20 0 2 0 276131577 85577728 961 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 961 192 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=0.08 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 311 0 0 0 8 0 0 0 20 0 2 0 276131577 85577728 961 33554432000 4194304 5963574 140733930619552 140733256754168 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83572

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13685
/proc/meminfo: memFree=31363564/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=0.29 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 1359 0 0 0 29 0 0 0 20 0 2 0 276131577 85577728 1308 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 1308 192 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=0.28 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 658 0 0 0 28 0 0 0 20 0 2 0 276131577 85577728 1308 33554432000 4194304 5963574 140733930619552 140733256754168 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83572

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13685
/proc/meminfo: memFree=31363564/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=0.69 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 1864 0 0 0 69 0 0 0 20 0 2 0 276131577 85577728 1813 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 1813 192 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=0.68 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 1163 0 0 0 68 0 0 0 20 0 2 0 276131577 85577728 1813 33554432000 4194304 5963574 140733930619552 140733256754168 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83572

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13687
/proc/meminfo: memFree=31356232/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=1.49 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 2376 0 0 0 149 0 0 0 20 0 2 0 276131577 85577728 2299 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 2299 192 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=1.48 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 1675 0 0 0 148 0 0 0 20 0 2 0 276131577 85577728 2299 33554432000 4194304 5963574 140733930619552 139891320354744 4399642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83572

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13687
/proc/meminfo: memFree=31354744/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83572 CPUtime=3.09 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 2890 0 0 0 309 0 0 0 20 0 2 0 276131577 85577728 2813 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20893 2813 192 432 0 20458 0
[pid=13685/tid=13686] ppid=13683 vsize=83572 CPUtime=3.07 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 2189 0 0 0 307 0 0 0 20 0 2 0 276131577 85577728 2813 33554432000 4194304 5963574 140733930619552 139891320354616 4388683 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83572

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13687
/proc/meminfo: memFree=31348304/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83788 CPUtime=6.29 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 4670 0 0 0 628 1 0 0 20 0 2 0 276131577 85798912 4593 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20947 4593 192 432 0 20512 0
[pid=13685/tid=13686] ppid=13683 vsize=83788 CPUtime=6.26 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 3969 0 0 0 625 1 0 0 20 0 2 0 276131577 85798912 4593 33554432000 4194304 5963574 140733930619552 139891320354616 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83788

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13687
/proc/meminfo: memFree=31333596/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=83896 CPUtime=12.69 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 7471 0 0 0 1267 2 0 0 20 0 2 0 276131577 85909504 7394 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 20974 7394 192 432 0 20539 0
[pid=13685/tid=13686] ppid=13683 vsize=83896 CPUtime=12.65 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 6770 0 0 0 1264 1 0 0 20 0 2 0 276131577 85909504 7394 33554432000 4194304 5963574 140733930619552 139891320354616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83896

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13687
/proc/meminfo: memFree=31309968/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=84056 CPUtime=25.49 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 11665 0 0 0 2546 3 0 0 20 0 2 0 276131577 86073344 11588 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 21014 11588 192 432 0 20579 0
[pid=13685/tid=13686] ppid=13683 vsize=84056 CPUtime=25.42 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 10964 0 0 0 2540 2 0 0 20 0 2 0 276131577 86073344 11588 33554432000 4194304 5963574 140733930619552 139891320354616 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84056

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13687
/proc/meminfo: memFree=31274188/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=151536 CPUtime=51.08 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 18556 0 0 0 5102 6 0 0 20 0 2 0 276131577 155172864 18472 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 37884 18472 192 432 0 37449 0
[pid=13685/tid=13686] ppid=13683 vsize=151536 CPUtime=50.95 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 17855 0 0 0 5089 6 0 0 20 0 2 0 276131577 155172864 18472 33554432000 4194304 5963574 140733930619552 139891320354808 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151536

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13687
/proc/meminfo: memFree=31211212/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=158148 CPUtime=102.27 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 29097 0 0 0 10216 11 0 0 20 0 2 0 276131577 161943552 29077 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 39537 29077 192 432 0 39102 0
[pid=13685/tid=13686] ppid=13683 vsize=158148 CPUtime=102.01 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 28396 0 0 0 10190 11 0 0 20 0 2 0 276131577 161943552 29077 33554432000 4194304 5963574 140733930619552 139891320354808 4388364 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158148

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 13690
/proc/meminfo: memFree=31140476/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=227864 CPUtime=162.24 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 41073 0 0 0 16206 18 0 0 20 0 2 0 276131577 233332736 41988 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 56966 41988 192 432 0 56531 0
[pid=13685/tid=13686] ppid=13683 vsize=227864 CPUtime=161.83 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 40372 0 0 0 16163 20 0 0 20 0 2 0 276131577 233332736 41988 33554432000 4194304 5963574 140733930619552 139891320354808 4378832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 227864

[startup+222.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 13690
/proc/meminfo: memFree=31140984/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=214644 CPUtime=222.22 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 41209 0 0 0 22204 18 0 0 20 0 2 0 276131577 219795456 37088 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 53661 37088 192 432 0 53226 0
[pid=13685/tid=13686] ppid=13683 vsize=214644 CPUtime=221.68 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 40508 0 0 0 22147 21 0 0 20 0 2 0 276131577 219795456 37088 33554432000 4194304 5963574 140733930619552 139891320355768 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 214644

[startup+282.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 13691
/proc/meminfo: memFree=31094976/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=214644 CPUtime=282.21 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 41258 0 0 0 28203 18 0 0 20 0 2 0 276131577 219795456 37348 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 53661 37348 192 432 0 53226 0
[pid=13685/tid=13686] ppid=13683 vsize=214644 CPUtime=281.52 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 40557 0 0 0 28130 22 0 0 20 0 2 0 276131577 219795456 37348 33554432000 4194304 5963574 140733930619552 139891320355768 4399522 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 214644

[startup+342.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/181 13691
/proc/meminfo: memFree=31064312/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=214644 CPUtime=342.19 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 45067 0 0 0 34199 20 0 0 20 0 2 0 276131577 219795456 41145 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 53661 41145 192 432 0 53226 0
[pid=13685/tid=13686] ppid=13683 vsize=214644 CPUtime=341.35 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 44366 0 0 0 34110 25 0 0 20 0 2 0 276131577 219795456 41145 33554432000 4194304 5963574 140733930619552 139891320354616 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 214644

[startup+402.3 s]
/proc/loadavg: 2.17 2.08 2.01 3/181 13691
/proc/meminfo: memFree=31019764/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=214644 CPUtime=402.18 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 51727 0 0 0 40194 24 0 0 20 0 2 0 276131577 219795456 47803 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13700
/proc/meminfo: memFree=30368048/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=609484 CPUtime=1421.95 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 144421 0 0 0 142103 92 0 0 20 0 2 0 276131577 624111616 143041 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 152371 143041 192 432 0 151936 0
[pid=13685/tid=13686] ppid=13683 vsize=609484 CPUtime=1418.47 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 143720 0 0 0 141734 113 0 0 20 0 2 0 276131577 624111616 143041 33554432000 4194304 5963574 140733930619552 139891320354856 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 609484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13701
/proc/meminfo: memFree=30342256/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=609484 CPUtime=1481.93 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 148781 0 0 0 148097 96 0 0 20 0 2 0 276131577 624111616 147400 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 152371 147400 192 432 0 151936 0
[pid=13685/tid=13686] ppid=13683 vsize=609484 CPUtime=1478.31 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 148080 0 0 0 147713 118 0 0 20 0 2 0 276131577 624111616 147400 33554432000 4194304 5963574 140733930619552 139891320354616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 609484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13701
/proc/meminfo: memFree=30324400/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=609484 CPUtime=1541.92 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 149290 0 0 0 154096 96 0 0 20 0 2 0 276131577 624111616 147907 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 152371 147907 192 432 0 151936 0
[pid=13685/tid=13686] ppid=13683 vsize=609484 CPUtime=1538.16 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 148589 0 0 0 153697 119 0 0 20 0 2 0 276131577 624111616 147907 33554432000 4194304 5963574 140733930619552 139891320354616 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 609484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13701
/proc/meminfo: memFree=30277524/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=675020 CPUtime=1601.92 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 156537 0 0 0 160088 104 0 0 20 0 2 0 276131577 691220480 155154 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 168755 155154 192 432 0 168320 0
[pid=13685/tid=13686] ppid=13683 vsize=675020 CPUtime=1598.01 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 155836 0 0 0 159673 128 0 0 20 0 2 0 276131577 691220480 155154 33554432000 4194304 5963574 140733930619552 139891320354616 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 675020

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30766464/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=675020 CPUtime=1661.89 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 158157 0 0 0 166084 105 0 0 20 0 2 0 276131577 691220480 157428 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 168755 157428 192 432 0 168320 0
[pid=13685/tid=13686] ppid=13683 vsize=675020 CPUtime=1657.81 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 157456 0 0 0 165652 129 0 0 20 0 2 0 276131577 691220480 157428 33554432000 4194304 5963574 140733930619552 139891320354616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 675020

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30710544/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=675020 CPUtime=1721.85 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 163638 0 0 0 172076 109 0 0 20 0 2 0 276131577 691220480 163181 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 168755 163181 192 432 0 168320 0
[pid=13685/tid=13686] ppid=13683 vsize=675020 CPUtime=1717.63 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 162937 0 0 0 171628 135 0 0 20 0 2 0 276131577 691220480 163181 33554432000 4194304 5963574 140733930619552 139891320354808 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 675020

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30652264/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1781.85 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171121 0 0 0 178069 116 0 0 20 0 2 0 276131577 759156736 170664 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170664 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1777.48 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170420 0 0 0 177605 143 0 0 20 0 2 0 276131577 759156736 170664 33554432000 4194304 5963574 140733930619552 139891320354808 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 741364

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30652264/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1791.45 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171121 0 0 0 179029 116 0 0 20 0 2 0 276131577 759156736 170664 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170664 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1787.06 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170420 0 0 0 178563 143 0 0 20 0 2 0 276131577 759156736 170664 33554432000 4194304 5963574 140733930619552 139891320354808 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 741364

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30652264/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1794.65 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171142 0 0 0 179349 116 0 0 20 0 2 0 276131577 759156736 170685 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170685 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1790.26 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170441 0 0 0 178883 143 0 0 20 0 2 0 276131577 759156736 170685 33554432000 4194304 5963574 140733930619552 139891320354616 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 741364

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30650528/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1797.84 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171171 0 0 0 179668 116 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170714 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1793.44 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170470 0 0 0 179201 143 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 139891320354616 4399937 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 741364

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30649412/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1798.64 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171171 0 0 0 179748 116 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170714 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1794.24 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170470 0 0 0 179281 143 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 139891320354616 4400164 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 741364

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30648420/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1799.05 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171171 0 0 0 179789 116 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170714 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1794.64 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170470 0 0 0 179321 143 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 139891320354616 4399488 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 741364

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30648420/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1799.44 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171171 0 0 0 179828 116 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170714 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1795.04 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170470 0 0 0 179361 143 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 139891320354616 4399522 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 741364

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30648420/32873844 swapFree=7616/7616
[pid=13685] ppid=13683 vsize=741364 CPUtime=1799.54 cores=1,3,5,7
/proc/13685/stat : 13685 (wbo1.7) S 13683 13685 12409 0 -1 4202496 171171 0 0 0 179838 116 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 140733930619072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 185341 170714 192 432 0 184906 0
[pid=13685/tid=13686] ppid=13683 vsize=741364 CPUtime=1795.14 cores=1,3,5,7
/proc/13685/task/13686/stat : 13686 (wbo1.7) R 13683 13685 12409 0 -1 4202560 170470 0 0 0 179371 143 0 0 20 0 2 0 276131577 759156736 170714 33554432000 4194304 5963574 140733930619552 139891320354616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 741364

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13685 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=718313
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=448779
# CPU time returned by wait4() is 1795.17
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1798.38
CPU system time (s): 1.16
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 741364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.72
system time used= 1.44878
maximum resident set size= 682856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171171
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= 299
involuntary context switches= 1846

runsolver used 3.36249 second user time and 8.87065 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 08:27:48
IDJOB=3705235
IDBENCH=2849
IDSOLVER=2283
FILE ID=node135/3705235-1338100068
RUNJOBID= node135-1338083668-12426
PBS_JOBID= 14624422
Free space on /tmp= 71636 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_30.r.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705235-1338100068/watcher-3705235-1338100068 -o /tmp/evaluation-result-3705235-1338100068/solver-3705235-1338100068 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705235-1338100068.opb

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

MD5SUM BENCH= 80d844acb755df30f8eb4d34a1c5fb81
RANDOM SEED=475203105

node135.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.820
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	: 5333.64
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.820
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	: 5332.57
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31364456 kB
Buffers:          276124 kB
Cached:           305840 kB
SwapCached:         1732 kB
Active:           624504 kB
Inactive:          65356 kB
Active(anon):      98308 kB
Inactive(anon):    12016 kB
Active(file):     526196 kB
Inactive(file):    53340 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:              5464 kB
Writeback:            36 kB
AnonPages:        115856 kB
Mapped:            12444 kB
Shmem:               132 kB
Slab:             674260 kB
SReclaimable:     115956 kB
SUnreclaim:       558304 kB
KernelStack:        1480 kB
PageTables:         4092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71632 MiB
End job on node135 at 2012-05-27 08:57:48