Trace number 3705244

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.91 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_10.r.opb
MD5SUMe965a77006f54aa5fb414d88d571084c
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.018996
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 variables99
Total number of constraints50
Number of constraints which are clauses50
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 constraint10
Number of terms in the objective function 99
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 99
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 99
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-3705244-1338099875.opb.
0.00/0.00	c Instance file HOME/instance-3705244-1338099875.opb
0.00/0.00	c File size is 4686 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 11
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:      99                                                  |
0.00/0.00	c |  Number Clauses:        50                                                  |
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  |
0.39/0.48	c | 0.48      | 0  | 7            lb |  0                0                0.00  |
105.83/105.99	c | 106.00    | 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-3705244-1338099875/watcher-3705244-1338099875 -o /tmp/evaluation-result-3705244-1338099875/solver-3705244-1338099875 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705244-1338099875.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/177 16956
/proc/meminfo: memFree=29124532/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83564 CPUtime=0 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 762 0 0 0 0 0 0 0 20 0 2 0 276112011 85569536 712 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20891 712 190 432 0 20456 0
[pid=16956/tid=16957] ppid=16954 vsize=83564 CPUtime=0 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 2 0 276112011 85569536 712 33554432000 4194304 5963574 140734773117008 140735378012952 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.079051 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16956
/proc/meminfo: memFree=29124532/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83564 CPUtime=0.07 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 971 0 0 0 7 0 0 0 20 0 2 0 276112011 85569536 921 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20891 921 192 432 0 20456 0
[pid=16956/tid=16957] ppid=16954 vsize=83564 CPUtime=0.06 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 273 0 0 0 6 0 0 0 20 0 2 0 276112011 85569536 921 33554432000 4194304 5963574 140734773117008 140735378012952 4372561 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83564

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16956
/proc/meminfo: memFree=29124532/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83564 CPUtime=0.09 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 1016 0 0 0 9 0 0 0 20 0 2 0 276112011 85569536 966 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20891 966 192 432 0 20456 0
[pid=16956/tid=16957] ppid=16954 vsize=83564 CPUtime=0.08 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 318 0 0 0 8 0 0 0 20 0 2 0 276112011 85569536 966 33554432000 4194304 5963574 140734773117008 140735378012952 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) 83564

[startup+0.300255 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16956
/proc/meminfo: memFree=29124532/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83564 CPUtime=0.29 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 1392 0 0 0 29 0 0 0 20 0 2 0 276112011 85569536 1342 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20891 1342 192 432 0 20456 0
[pid=16956/tid=16957] ppid=16954 vsize=83564 CPUtime=0.28 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 694 0 0 0 28 0 0 0 20 0 2 0 276112011 85569536 1342 33554432000 4194304 5963574 140734773117008 140735378012952 4400074 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) 83564

[startup+0.700202 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16956
/proc/meminfo: memFree=29124532/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83564 CPUtime=0.69 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 1763 0 0 0 69 0 0 0 20 0 2 0 276112011 85569536 1713 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20891 1713 192 432 0 20456 0
[pid=16956/tid=16957] ppid=16954 vsize=83564 CPUtime=0.68 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 1065 0 0 0 68 0 0 0 20 0 2 0 276112011 85569536 1713 33554432000 4194304 5963574 140734773117008 140421247027544 4399642 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) 83564

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=29115000/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83708 CPUtime=1.49 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 2301 0 0 0 149 0 0 0 20 0 2 0 276112011 85716992 2251 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20927 2251 192 432 0 20492 0
[pid=16956/tid=16957] ppid=16954 vsize=83708 CPUtime=1.48 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 1603 0 0 0 148 0 0 0 20 0 2 0 276112011 85716992 2251 33554432000 4194304 5963574 140734773117008 140421247027544 4400074 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) 83708

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=29106660/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83780 CPUtime=3.09 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 3465 0 0 0 309 0 0 0 20 0 2 0 276112011 85790720 3415 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20945 3415 192 432 0 20510 0
[pid=16956/tid=16957] ppid=16954 vsize=83780 CPUtime=3.08 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 2767 0 0 0 308 0 0 0 20 0 2 0 276112011 85790720 3415 33554432000 4194304 5963574 140734773117008 140421247027192 4399623 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) 83780

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=29085084/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=83780 CPUtime=6.28 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 5141 0 0 0 628 0 0 0 20 0 2 0 276112011 85790720 5091 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 20945 5091 192 432 0 20510 0
[pid=16956/tid=16957] ppid=16954 vsize=83780 CPUtime=6.28 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 4443 0 0 0 628 0 0 0 20 0 2 0 276112011 85790720 5091 33554432000 4194304 5963574 140734773117008 140421247027000 5135572 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) 83780

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=29054940/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=84336 CPUtime=12.69 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 8188 0 0 0 1268 1 0 0 20 0 2 0 276112011 86360064 8138 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 21084 8138 192 432 0 20649 0
[pid=16956/tid=16957] ppid=16954 vsize=84336 CPUtime=12.68 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 7490 0 0 0 1266 2 0 0 20 0 2 0 276112011 86360064 8138 33554432000 4194304 5963574 140734773117008 140421247027240 4399627 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) 84336

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=29021360/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=85560 CPUtime=25.49 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 11513 0 0 0 2546 3 0 0 20 0 2 0 276112011 87613440 11463 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 21390 11463 192 432 0 20955 0
[pid=16956/tid=16957] ppid=16954 vsize=85560 CPUtime=25.49 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 10815 0 0 0 2545 4 0 0 20 0 2 0 276112011 87613440 11463 33554432000 4194304 5963574 140734773117008 140421247027192 4399554 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) 85560

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16959
/proc/meminfo: memFree=28959336/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=152740 CPUtime=51.08 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 18203 0 0 0 5103 5 0 0 20 0 2 0 276112011 156405760 18153 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 38185 18153 192 432 0 37750 0
[pid=16956/tid=16957] ppid=16954 vsize=152740 CPUtime=51.08 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 17505 0 0 0 5102 6 0 0 20 0 2 0 276112011 156405760 18153 33554432000 4194304 5963574 140734773117008 140421247027192 5135572 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) 152740

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16998
/proc/meminfo: memFree=28952036/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=155748 CPUtime=102.25 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 29922 0 0 0 10214 11 0 0 20 0 2 0 276112011 159485952 29915 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 38937 29915 192 432 0 38502 0
[pid=16956/tid=16957] ppid=16954 vsize=155748 CPUtime=102.26 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 29224 0 0 0 10213 13 0 0 20 0 2 0 276112011 159485952 29915 33554432000 4194304 5963574 140734773117008 140421247027192 4378832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 155748

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16998
/proc/meminfo: memFree=28902924/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=149100 CPUtime=162.22 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 30038 0 0 0 16211 11 0 0 20 0 2 0 276112011 152678400 28937 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 37275 28937 192 432 0 36840 0
[pid=16956/tid=16957] ppid=16954 vsize=149100 CPUtime=162.25 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 29340 0 0 0 16211 14 0 0 20 0 2 0 276112011 152678400 28937 33554432000 4194304 5963574 140734773117008 140421247028152 4221120 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) 149100

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16998
/proc/meminfo: memFree=28839696/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=149100 CPUtime=222.2 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 33018 0 0 0 22207 13 0 0 20 0 2 0 276112011 152678400 31918 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 37275 31918 192 432 0 36840 0
[pid=16956/tid=16957] ppid=16954 vsize=149100 CPUtime=222.24 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 32320 0 0 0 22207 17 0 0 20 0 2 0 276112011 152678400 31918 33554432000 4194304 5963574 140734773117008 140421247027000 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 149100

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16998
/proc/meminfo: memFree=28762048/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=215720 CPUtime=282.2 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 44226 0 0 0 28198 22 0 0 20 0 2 0 276112011 220897280 43124 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 53930 43124 192 432 0 53495 0
[pid=16956/tid=16957] ppid=16954 vsize=215720 CPUtime=282.24 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 43528 0 0 0 28197 27 0 0 20 0 2 0 276112011 220897280 43124 33554432000 4194304 5963574 140734773117008 140421247027000 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 215720

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17001
/proc/meminfo: memFree=28715940/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=215720 CPUtime=342.19 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 47713 0 0 0 34196 23 0 0 20 0 2 0 276112011 220897280 46607 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 53930 46607 192 432 0 53495 0
[pid=16956/tid=16957] ppid=16954 vsize=215720 CPUtime=342.25 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 47015 0 0 0 34196 29 0 0 20 0 2 0 276112011 220897280 46607 33554432000 4194304 5963574 140734773117008 140421247027064 4399627 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) 215720

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17002
/proc/meminfo: memFree=28664344/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=281256 CPUtime=402.17 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 56249 0 0 0 40188 29 0 0 20 0 2 0 276112011 288006144 55163 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 127851 0 0 0 130112 104 0 0 20 0 2 0 276112011 560070656 130902 33554432000 4194304 5963574 140734773117008 140421247027192 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 546944

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17009
/proc/meminfo: memFree=28045460/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=613564 CPUtime=1361.91 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 132063 0 0 0 136104 87 0 0 20 0 2 0 276112011 628289536 134527 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 153391 134527 192 432 0 152956 0
[pid=16956/tid=16957] ppid=16954 vsize=613564 CPUtime=1362.15 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 131365 0 0 0 136107 108 0 0 20 0 2 0 276112011 628289536 134527 33554432000 4194304 5963574 140734773117008 140421247027000 4399511 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 613564

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17009
/proc/meminfo: memFree=28011544/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=614648 CPUtime=1421.91 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 140062 0 0 0 142095 96 0 0 20 0 2 0 276112011 629399552 142563 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 153662 142563 192 432 0 153227 0
[pid=16956/tid=16957] ppid=16954 vsize=614648 CPUtime=1422.16 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 139364 0 0 0 142098 118 0 0 20 0 2 0 276112011 629399552 142563 33554432000 4194304 5963574 140734773117008 140421247027192 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 614648

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17009
/proc/meminfo: memFree=27998152/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=614648 CPUtime=1481.89 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 142772 0 0 0 148089 100 0 0 20 0 2 0 276112011 629399552 145273 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 153662 145273 192 432 0 153227 0
[pid=16956/tid=16957] ppid=16954 vsize=614648 CPUtime=1482.16 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 142074 0 0 0 148093 123 0 0 20 0 2 0 276112011 629399552 145273 33554432000 4194304 5963574 140734773117008 140421247027000 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 614648

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17012
/proc/meminfo: memFree=27964088/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=614648 CPUtime=1541.88 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 145314 0 0 0 154085 103 0 0 20 0 2 0 276112011 629399552 147810 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 153662 147810 192 432 0 153227 0
[pid=16956/tid=16957] ppid=16954 vsize=614648 CPUtime=1542.16 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 144616 0 0 0 154089 127 0 0 20 0 2 0 276112011 629399552 147810 33554432000 4194304 5963574 140734773117008 140421247027192 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 614648

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17014
/proc/meminfo: memFree=27923888/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=681268 CPUtime=1601.87 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 149452 0 0 0 160081 106 0 0 20 0 2 0 276112011 697618432 151948 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170317 151948 192 432 0 169882 0
[pid=16956/tid=16957] ppid=16954 vsize=681268 CPUtime=1602.17 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 148754 0 0 0 160086 131 0 0 20 0 2 0 276112011 697618432 151948 33554432000 4194304 5963574 140734773117008 140421247027000 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 681268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17014
/proc/meminfo: memFree=27900600/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=681268 CPUtime=1661.86 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 153237 0 0 0 166077 109 0 0 20 0 2 0 276112011 697618432 155730 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170317 155730 192 432 0 169882 0
[pid=16956/tid=16957] ppid=16954 vsize=681268 CPUtime=1662.17 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 152539 0 0 0 166082 135 0 0 20 0 2 0 276112011 697618432 155730 33554432000 4194304 5963574 140734773117008 140421247027240 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 681268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17014
/proc/meminfo: memFree=27863152/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1721.85 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 161675 0 0 0 172064 121 0 0 20 0 2 0 276112011 698445824 164168 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 164168 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1722.17 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 160977 0 0 0 172069 148 0 0 20 0 2 0 276112011 698445824 164168 33554432000 4194304 5963574 140734773117008 140421247027192 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) 682076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17014
/proc/meminfo: memFree=27839964/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1781.84 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 178062 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1782.17 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 178067 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 682076

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 17014
/proc/meminfo: memFree=27834880/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1791.45 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179023 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1791.78 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179028 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399592 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) 682076

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17014
/proc/meminfo: memFree=27833764/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1794.65 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179343 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1794.98 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179348 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 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) 682076

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17014
/proc/meminfo: memFree=27832896/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1797.84 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179662 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1798.17 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179667 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399623 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) 682076

[startup+1799.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17014
/proc/meminfo: memFree=27832152/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1798.64 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179742 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1798.97 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179747 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399456 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) 682076

[startup+1799.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17014
/proc/meminfo: memFree=27831656/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1799.05 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179783 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1799.38 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179788 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399546 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) 682076

[startup+1799.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17014
/proc/meminfo: memFree=27831656/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1799.44 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179822 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1799.77 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179827 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399474 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) 682076

[startup+1800 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17014
/proc/meminfo: memFree=27831656/32873844 swapFree=7900/7900
[pid=16956] ppid=16954 vsize=682076 CPUtime=1799.54 cores=1,3,5,7
/proc/16956/stat : 16956 (wbo1.7) S 16954 16956 15878 0 -1 4202496 162869 0 0 0 179832 122 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140734773116528 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16956/statm: 170519 165361 192 432 0 170084 0
[pid=16956/tid=16957] ppid=16954 vsize=682076 CPUtime=1799.87 cores=1,3,5,7
/proc/16956/task/16957/stat : 16957 (wbo1.7) R 16954 16956 15878 0 -1 4202560 162171 0 0 0 179837 150 0 0 20 0 2 0 276112011 698445824 165361 33554432000 4194304 5963574 140734773117008 140421247027192 4399456 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) 682076

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.91
CPU user time (s): 1798.39
CPU system time (s): 1.52377
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 682076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.52377
maximum resident set size= 661444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162869
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= 234
involuntary context switches= 1845

runsolver used 2.92755 second user time and 8.5337 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 08:24:35
IDJOB=3705244
IDBENCH=2843
IDSOLVER=2283
FILE ID=node137/3705244-1338099875
RUNJOBID= node137-1338083671-15895
PBS_JOBID= 14624423
Free space on /tmp= 71488 MiB

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

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

MD5SUM BENCH= e965a77006f54aa5fb414d88d571084c
RANDOM SEED=1428288685

node137.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.600
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.20
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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
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.600
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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29125424 kB
Buffers:          307492 kB
Cached:          2602308 kB
SwapCached:        22060 kB
Active:           787576 kB
Inactive:        2153192 kB
Active(anon):      10608 kB
Inactive(anon):    22684 kB
Active(file):     776968 kB
Inactive(file):  2130508 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:             12932 kB
Writeback:             0 kB
AnonPages:         84488 kB
Mapped:            10296 kB
Shmem:                 0 kB
Slab:             666932 kB
SReclaimable:     108064 kB
SUnreclaim:       558868 kB
KernelStack:        1448 kB
PageTables:         3956 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 71484 MiB
End job on node137 at 2012-05-27 08:54:35