Trace number 3727536

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.72? 1799.8 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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727536-1338660692.opb.
0.00/0.00	c Instance file HOME/instance-3727536-1338660692.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.30	c | 1.30      | 0  | 7            lb |  0                0                0.00  |
167.92/168.03	c | 168.04    | 0  | 8            lb |  0                0                0.00  |
1799.43/1800.00	c ===============================================================================
1799.43/1800.00	c Wall Clock Time: 1800.00 s
1799.43/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-3727536-1338660692/watcher-3727536-1338660692 -o /tmp/evaluation-result-3727536-1338660692/solver-3727536-1338660692 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727536-1338660692.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 1.98 3/177 18703
/proc/meminfo: memFree=26737340/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=0 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 765 0 0 0 0 0 0 0 20 0 2 0 332195267 85581824 713 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 713 190 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=0 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 2 0 332195268 85581824 713 33554432000 4194304 5964350 140735364158192 140737231204152 4389090 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.060854 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 18703
/proc/meminfo: memFree=26737340/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=0.05 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 937 0 0 0 5 0 0 0 20 0 2 0 332195267 85581824 885 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 885 192 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=0.04 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 234 0 0 0 4 0 0 0 20 0 2 0 332195268 85581824 885 33554432000 4194304 5964350 140735364158192 139929559750696 4399820 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83576

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 18703
/proc/meminfo: memFree=26737340/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=0.09 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 1026 0 0 0 9 0 0 0 20 0 2 0 332195267 85581824 974 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 974 192 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=0.08 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 323 0 0 0 8 0 0 0 20 0 2 0 332195268 85581824 974 33554432000 4194304 5964350 140735364158192 139929559750696 5136340 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) 83576

[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 18703
/proc/meminfo: memFree=26737340/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=0.29 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 1375 0 0 0 29 0 0 0 20 0 2 0 332195267 85581824 1323 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 1323 192 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=0.28 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 672 0 0 0 28 0 0 0 20 0 2 0 332195268 85581824 1323 33554432000 4194304 5964350 140735364158192 139929559750696 4221120 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) 83576

[startup+0.700203 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 18703
/proc/meminfo: memFree=26737340/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=0.69 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 1899 0 0 0 69 0 0 0 20 0 2 0 332195267 85581824 1847 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 1847 192 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=0.68 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 1196 0 0 0 68 0 0 0 20 0 2 0 332195268 85581824 1847 33554432000 4194304 5964350 140735364158192 139929559750696 4400007 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) 83576

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27704908/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=1.49 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 2378 0 0 0 149 0 0 0 20 0 2 0 332195267 85581824 2300 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 2300 192 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=1.48 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 1675 0 0 0 148 0 0 0 20 0 2 0 332195268 85581824 2300 33554432000 4194304 5964350 140735364158192 139929559750648 4399994 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) 83576

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27703280/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83576 CPUtime=3.09 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 2974 0 0 0 309 0 0 0 20 0 2 0 332195267 85581824 2897 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20894 2897 192 433 0 20458 0
[pid=18703/tid=18704] ppid=18701 vsize=83576 CPUtime=3.08 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 2272 0 0 0 308 0 0 0 20 0 2 0 332195268 85581824 2897 33554432000 4194304 5964350 140735364158192 139929559750648 5179179 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) 83576

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27693844/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83792 CPUtime=6.28 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 4908 0 0 0 627 1 0 0 20 0 2 0 332195267 85803008 4841 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20948 4841 192 433 0 20512 0
[pid=18703/tid=18704] ppid=18701 vsize=83792 CPUtime=6.28 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 4205 0 0 0 626 2 0 0 20 0 2 0 332195268 85803008 4841 33554432000 4194304 5964350 140735364158192 139929559750456 4400477 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83792

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27673604/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=83900 CPUtime=12.68 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 7582 0 0 0 1266 2 0 0 20 0 2 0 332195267 85913600 7515 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 20975 7515 192 433 0 20539 0
[pid=18703/tid=18704] ppid=18701 vsize=83900 CPUtime=12.68 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 6879 0 0 0 1265 3 0 0 20 0 2 0 332195268 85913600 7515 33554432000 4194304 5964350 140735364158192 139929559750456 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83900

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27636264/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=84276 CPUtime=25.48 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 12403 0 0 0 2544 4 0 0 20 0 2 0 332195267 86298624 12692 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 21069 12692 192 433 0 20633 0
[pid=18703/tid=18704] ppid=18701 vsize=84276 CPUtime=25.48 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 11700 0 0 0 2543 5 0 0 20 0 2 0 332195268 86298624 12692 33554432000 4194304 5964350 140735364158192 139929559750648 5136410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84276

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27589740/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=152428 CPUtime=51.08 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 19343 0 0 0 5101 7 0 0 20 0 2 0 332195267 156086272 19625 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 38107 19625 192 433 0 37671 0
[pid=18703/tid=18704] ppid=18701 vsize=152428 CPUtime=51.08 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 18640 0 0 0 5100 8 0 0 20 0 2 0 332195268 156086272 19625 33554432000 4194304 5964350 140735364158192 139929559750696 4379152 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) 152428

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18744
/proc/meminfo: memFree=27527116/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=158688 CPUtime=102.26 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 30134 0 0 0 10214 12 0 0 20 0 2 0 332195267 162496512 30511 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 39672 30511 192 433 0 39236 0
[pid=18703/tid=18704] ppid=18701 vsize=158688 CPUtime=102.27 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 29431 0 0 0 10213 14 0 0 20 0 2 0 332195268 162496512 30511 33554432000 4194304 5964350 140735364158192 139929559750696 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 158688

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18745
/proc/meminfo: memFree=27454772/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=227868 CPUtime=162.22 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 41130 0 0 0 16205 17 0 0 20 0 2 0 332195267 233336832 41565 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 56967 41565 192 433 0 56531 0
[pid=18703/tid=18704] ppid=18701 vsize=227868 CPUtime=162.25 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 40427 0 0 0 16205 20 0 0 20 0 2 0 332195268 233336832 41565 33554432000 4194304 5964350 140735364158192 139929559750456 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 227868

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18745
/proc/meminfo: memFree=27413072/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=214648 CPUtime=222.22 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 41187 0 0 0 22204 18 0 0 20 0 2 0 332195267 219799552 36586 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 53662 36586 192 433 0 53226 0
[pid=18703/tid=18704] ppid=18701 vsize=214648 CPUtime=222.25 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 40484 0 0 0 22203 22 0 0 20 0 2 0 332195268 219799552 36586 33554432000 4194304 5964350 140735364158192 139929559751608 4221120 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) 214648

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18745
/proc/meminfo: memFree=27360016/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=214648 CPUtime=282.19 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 41218 0 0 0 28201 18 0 0 20 0 2 0 332195267 219799552 36875 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 53662 36875 192 433 0 53226 0
[pid=18703/tid=18704] ppid=18701 vsize=214648 CPUtime=282.23 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 40515 0 0 0 28200 23 0 0 20 0 2 0 332195268 219799552 36875 33554432000 4194304 5964350 140735364158192 139929559751608 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 214648

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18745
/proc/meminfo: memFree=27337696/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=214648 CPUtime=342.17 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 46899 0 0 0 34197 20 0 0 20 0 2 0 332195267 219799552 42556 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 53662 42556 192 433 0 53226 0
[pid=18703/tid=18704] ppid=18701 vsize=214648 CPUtime=342.23 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 46196 0 0 0 34197 26 0 0 20 0 2 0 332195268 219799552 42556 33554432000 4194304 5964350 140735364158192 139929559750456 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 214648

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18745
/proc/meminfo: memFree=27300148/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=214648 CPUtime=402.16 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 52081 0 0 0 40192 24 0 0 20 0 2 0 332195267 219799552 47735 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 133869 0 0 0 130106 109 0 0 20 0 2 0 332195268 624115712 133080 33554432000 4194304 5964350 140735364158192 139929559750520 4400462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 609488

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18756
/proc/meminfo: memFree=26423080/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=609488 CPUtime=1361.88 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 137899 0 0 0 136096 92 0 0 20 0 2 0 332195267 624115712 136405 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 152372 136405 192 433 0 151936 0
[pid=18703/tid=18704] ppid=18701 vsize=609488 CPUtime=1362.14 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 137196 0 0 0 136101 113 0 0 20 0 2 0 332195268 624115712 136405 33554432000 4194304 5964350 140735364158192 139929559750648 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 609488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18756
/proc/meminfo: memFree=26366516/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=609488 CPUtime=1421.89 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 146998 0 0 0 142087 102 0 0 20 0 2 0 332195267 624115712 145504 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 152372 145504 192 433 0 151936 0
[pid=18703/tid=18704] ppid=18701 vsize=609488 CPUtime=1422.15 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 146295 0 0 0 142091 124 0 0 20 0 2 0 332195268 624115712 145504 33554432000 4194304 5964350 140735364158192 139929559750648 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 609488

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18756
/proc/meminfo: memFree=26359448/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=609488 CPUtime=1481.87 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 148719 0 0 0 148084 103 0 0 20 0 2 0 332195267 624115712 147224 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 152372 147224 192 433 0 151936 0
[pid=18703/tid=18704] ppid=18701 vsize=609488 CPUtime=1482.15 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 148016 0 0 0 148089 126 0 0 20 0 2 0 332195268 624115712 147224 33554432000 4194304 5964350 140735364158192 139929559750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 609488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18756
/proc/meminfo: memFree=26344072/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=675024 CPUtime=1541.86 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 152599 0 0 0 154079 107 0 0 20 0 2 0 332195267 691224576 151102 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 168756 151102 192 433 0 168320 0
[pid=18703/tid=18704] ppid=18701 vsize=675024 CPUtime=1542.15 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 151896 0 0 0 154084 131 0 0 20 0 2 0 332195268 691224576 151102 33554432000 4194304 5964350 140735364158192 139929559750648 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 675024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18756
/proc/meminfo: memFree=26326172/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=675024 CPUtime=1601.83 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 156879 0 0 0 160072 111 0 0 20 0 2 0 332195267 691224576 155602 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 168756 155602 192 433 0 168320 0
[pid=18703/tid=18704] ppid=18701 vsize=675024 CPUtime=1602.13 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 156176 0 0 0 160077 136 0 0 20 0 2 0 332195268 691224576 155602 33554432000 4194304 5964350 140735364158192 139929559750456 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 675024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18757
/proc/meminfo: memFree=26318512/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=675024 CPUtime=1661.77 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 158113 0 0 0 166065 112 0 0 20 0 2 0 332195267 691224576 157410 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 168756 157410 192 433 0 168320 0
[pid=18703/tid=18704] ppid=18701 vsize=675024 CPUtime=1662.09 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 157410 0 0 0 166071 138 0 0 20 0 2 0 332195268 691224576 157410 33554432000 4194304 5964350 140735364158192 139929559750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 675024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18760
/proc/meminfo: memFree=26287180/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=740560 CPUtime=1721.76 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 166064 0 0 0 172057 119 0 0 20 0 2 0 332195267 758333440 165494 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185140 165494 192 433 0 184704 0
[pid=18703/tid=18704] ppid=18701 vsize=740560 CPUtime=1722.09 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 165361 0 0 0 172063 146 0 0 20 0 2 0 332195268 758333440 165494 33554432000 4194304 5964350 140735364158192 139929559750648 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 740560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26265016/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1781.74 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171124 0 0 0 178049 125 0 0 20 0 2 0 332195267 759160832 170697 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170697 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1782.07 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170421 0 0 0 178054 153 0 0 20 0 2 0 332195268 759160832 170697 33554432000 4194304 5964350 140735364158192 139929559750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 741368

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26265264/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1791.34 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171172 0 0 0 179009 125 0 0 20 0 2 0 332195267 759160832 170745 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170745 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1791.68 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170469 0 0 0 179015 153 0 0 20 0 2 0 332195268 759160832 170745 33554432000 4194304 5964350 140735364158192 139929559750456 4389030 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 741368

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26265016/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1794.54 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171218 0 0 0 179329 125 0 0 20 0 2 0 332195267 759160832 170791 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170791 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1794.88 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170515 0 0 0 179335 153 0 0 20 0 2 0 332195268 759160832 170791 33554432000 4194304 5964350 140735364158192 139929559750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 741368

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26265016/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1797.73 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171256 0 0 0 179648 125 0 0 20 0 2 0 332195267 759160832 170829 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170829 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1798.07 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170553 0 0 0 179654 153 0 0 20 0 2 0 332195268 759160832 170829 33554432000 4194304 5964350 140735364158192 139929559750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (KiB) 741368

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26264892/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1798.53 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171258 0 0 0 179728 125 0 0 20 0 2 0 332195267 759160832 170831 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170831 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1798.87 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170555 0 0 0 179734 153 0 0 20 0 2 0 332195268 759160832 170831 33554432000 4194304 5964350 140735364158192 139929559750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (KiB) 741368

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26264892/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1798.94 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171259 0 0 0 179769 125 0 0 20 0 2 0 332195267 759160832 170832 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170832 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1799.28 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170556 0 0 0 179775 153 0 0 20 0 2 0 332195268 759160832 170832 33554432000 4194304 5964350 140735364158192 139929559750456 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.94
Current children cumulated vsize (KiB) 741368

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26264892/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1799.33 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171260 0 0 0 179808 125 0 0 20 0 2 0 332195267 759160832 170833 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170833 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1799.67 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170557 0 0 0 179814 153 0 0 20 0 2 0 332195268 759160832 170833 33554432000 4194304 5964350 140735364158192 139929559750456 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 741368

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18760
/proc/meminfo: memFree=26264892/32873844 swapFree=7372/7372
[pid=18703] ppid=18701 vsize=741368 CPUtime=1799.43 cores=1,3,5,7
/proc/18703/stat : 18703 (wbo1.72) S 18701 18703 15814 0 -1 4202496 171260 0 0 0 179818 125 0 0 20 0 2 0 332195267 759160832 170833 33554432000 4194304 5964350 140735364158192 140735364157712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18703/statm: 185342 170833 192 433 0 184906 0
[pid=18703/tid=18704] ppid=18701 vsize=741368 CPUtime=1799.77 cores=1,3,5,7
/proc/18703/task/18704/stat : 18704 (wbo1.72) R 18701 18703 15814 0 -1 4202560 170557 0 0 0 179824 153 0 0 20 0 2 0 332195268 759160832 170833 33554432000 4194304 5964350 140735364158192 139929559750456 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 741368

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.8
CPU user time (s): 1798.25
CPU system time (s): 1.54676
CPU usage (%): 99.9881
Max. virtual memory (cumulated for all children) (KiB): 741368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.25
system time used= 1.54676
maximum resident set size= 683340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171262
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= 300
involuntary context switches= 1844

runsolver used 3.09253 second user time and 8.40772 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-02 20:11:32
IDJOB=3727536
IDBENCH=2849
IDSOLVER=2313
FILE ID=node118/3727536-1338660692
RUNJOBID= node118-1338651687-17515
PBS_JOBID= 14636462
Free space on /tmp= 70992 MiB

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

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

MD5SUM BENCH= 80d844acb755df30f8eb4d34a1c5fb81
RANDOM SEED=90745279

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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		: 2666.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26737604 kB
Buffers:          477616 kB
Cached:          3789484 kB
SwapCached:            0 kB
Active:          2283164 kB
Inactive:        2988728 kB
Active(anon):     994752 kB
Inactive(anon):    11340 kB
Active(file):    1288412 kB
Inactive(file):  2977388 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:       1049480 kB
Mapped:            12368 kB
Shmem:               200 kB
Slab:             722952 kB
SReclaimable:     164276 kB
SUnreclaim:       558676 kB
KernelStack:        1488 kB
PageTables:         6092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 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= 70980 MiB
End job on node118 at 2012-06-02 20:41:32