Trace number 3705234

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.81 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_15.r.opb
MD5SUM7e1b8a9f40a52781f7629bf04a2d5793
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.129979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10
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 constraint15
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705234-1338100603.opb.
0.00/0.00	c Instance file HOME/instance-3705234-1338100603.opb
0.00/0.00	c File size is 10151 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 16
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.09/0.11	c | 0.12      | 0  | 6            lb |  0                0                0.00  |
15.39/15.45	c | 15.45     | 0  | 7            lb |  0                0                0.00  |
1371.67/1372.12	c | 1372.12   | 0  | 8            lb |  0                0                0.00  |
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3705234-1338100603/watcher-3705234-1338100603 -o /tmp/evaluation-result-3705234-1338100603/solver-3705234-1338100603 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705234-1338100603.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 23136
/proc/meminfo: memFree=29192464/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=0 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 771 0 0 0 0 0 0 0 20 0 2 0 276185191 85577728 721 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 721 190 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=0 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 2 0 276185192 85577728 721 33554432000 4194304 5963574 140734010278352 140734650966200 4400006 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.019784 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 23136
/proc/meminfo: memFree=29192464/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=0.01 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 820 0 0 0 1 0 0 0 20 0 2 0 276185191 85577728 770 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 770 192 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=0 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 276185192 85577728 770 33554432000 4194304 5963574 140734010278352 140734650966200 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83572

[startup+0.10058 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 23136
/proc/meminfo: memFree=29192464/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=0.09 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 1041 0 0 0 9 0 0 0 20 0 2 0 276185191 85577728 991 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 991 192 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=0.08 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 342 0 0 0 8 0 0 0 20 0 2 0 276185192 85577728 991 33554432000 4194304 5963574 140734010278352 140734650966200 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83572

[startup+0.3003 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 23136
/proc/meminfo: memFree=29192464/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=0.29 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 1201 0 0 0 29 0 0 0 20 0 2 0 276185191 85577728 1151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 1151 192 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=0.28 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 502 0 0 0 28 0 0 0 20 0 2 0 276185192 85577728 1151 33554432000 4194304 5963574 140734010278352 140734650966200 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83572

[startup+0.7003 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 23136
/proc/meminfo: memFree=29192464/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=0.69 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 1707 0 0 0 69 0 0 0 20 0 2 0 276185191 85577728 1657 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 1657 192 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=0.68 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 1008 0 0 0 68 0 0 0 20 0 2 0 276185192 85577728 1657 33554432000 4194304 5963574 140734010278352 140734650966200 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83572

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23138
/proc/meminfo: memFree=29183200/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83716 CPUtime=1.49 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 2398 0 0 0 149 0 0 0 20 0 2 0 276185191 85725184 2348 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20929 2348 192 432 0 20494 0
[pid=23136/tid=23137] ppid=23134 vsize=83716 CPUtime=1.48 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 1699 0 0 0 148 0 0 0 20 0 2 0 276185192 85725184 2348 33554432000 4194304 5963574 140734010278352 139707365238776 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83716

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23138
/proc/meminfo: memFree=29180224/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83716 CPUtime=3.09 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 3321 0 0 0 309 0 0 0 20 0 2 0 276185191 85725184 3271 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20929 3271 192 432 0 20494 0
[pid=23136/tid=23137] ppid=23134 vsize=83716 CPUtime=3.08 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 2622 0 0 0 308 0 0 0 20 0 2 0 276185192 85725184 3271 33554432000 4194304 5963574 140734010278352 139707365238824 4400006 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83716

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23139
/proc/meminfo: memFree=29170916/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83932 CPUtime=6.29 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 5189 0 0 0 628 1 0 0 20 0 2 0 276185191 85946368 5139 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20983 5139 192 432 0 20548 0
[pid=23136/tid=23137] ppid=23134 vsize=83932 CPUtime=6.29 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 4490 0 0 0 627 2 0 0 20 0 2 0 276185192 85946368 5139 33554432000 4194304 5963574 140734010278352 139707365238584 4388364 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83932

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23139
/proc/meminfo: memFree=29159036/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=85336 CPUtime=12.68 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 8153 0 0 0 1266 2 0 0 20 0 2 0 276185191 87384064 8103 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 21334 8103 192 432 0 20899 0
[pid=23136/tid=23137] ppid=23134 vsize=85336 CPUtime=12.68 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 7454 0 0 0 1265 3 0 0 20 0 2 0 276185192 87384064 8103 33554432000 4194304 5963574 140734010278352 139707365238584 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85336

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23139
/proc/meminfo: memFree=29139788/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=25.49 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 10875 0 0 0 2546 3 0 0 20 0 2 0 276185191 85577728 10344 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 10344 192 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=25.48 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 10176 0 0 0 2544 4 0 0 20 0 2 0 276185192 85577728 10344 33554432000 4194304 5963574 140734010278352 139707365239736 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83572

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23139
/proc/meminfo: memFree=29085568/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=83572 CPUtime=51.08 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 16224 0 0 0 5103 5 0 0 20 0 2 0 276185191 85577728 15693 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 20893 15693 192 432 0 20458 0
[pid=23136/tid=23137] ppid=23134 vsize=83572 CPUtime=51.08 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 15525 0 0 0 5102 6 0 0 20 0 2 0 276185192 85577728 15693 33554432000 4194304 5963574 140734010278352 139707365238584 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83572

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23139
/proc/meminfo: memFree=29009316/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=149832 CPUtime=102.27 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 28131 0 0 0 10218 9 0 0 20 0 2 0 276185191 153427968 27624 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 37458 27624 192 432 0 37023 0
[pid=23136/tid=23137] ppid=23134 vsize=149832 CPUtime=102.29 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 27432 0 0 0 10218 11 0 0 20 0 2 0 276185192 153427968 27624 33554432000 4194304 5963574 140734010278352 139707365238776 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 149832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23139
/proc/meminfo: memFree=28909464/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=215368 CPUtime=162.21 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 38106 0 0 0 16208 13 0 0 20 0 2 0 276185191 220536832 38150 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 53842 38150 192 432 0 53407 0
[pid=23136/tid=23137] ppid=23134 vsize=215368 CPUtime=162.24 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 37407 0 0 0 16208 16 0 0 20 0 2 0 276185192 220536832 38150 33554432000 4194304 5963574 140734010278352 139707365238776 4378847 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 215368

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23142
/proc/meminfo: memFree=28849120/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=215728 CPUtime=222.19 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 45888 0 0 0 22202 17 0 0 20 0 2 0 276185191 220905472 46686 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 53932 46686 192 432 0 53497 0
[pid=23136/tid=23137] ppid=23134 vsize=215728 CPUtime=222.23 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 45189 0 0 0 22202 21 0 0 20 0 2 0 276185192 220905472 46686 33554432000 4194304 5963574 140734010278352 139707365238648 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 215728

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23142
/proc/meminfo: memFree=28761964/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=281264 CPUtime=282.18 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 56501 0 0 0 28197 21 0 0 20 0 2 0 276185191 288014336 57296 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 70316 57296 192 432 0 69881 0
[pid=23136/tid=23137] ppid=23134 vsize=281264 CPUtime=282.23 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 55802 0 0 0 28197 26 0 0 20 0 2 0 276185192 288014336 57296 33554432000 4194304 5963574 140734010278352 139707365238824 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 281264

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23143
/proc/meminfo: memFree=28711152/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=281264 CPUtime=342.17 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 64189 0 0 0 34191 26 0 0 20 0 2 0 276185191 288014336 64984 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 70316 64984 192 432 0 69881 0
[pid=23136/tid=23137] ppid=23134 vsize=281264 CPUtime=342.23 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 63490 0 0 0 34191 32 0 0 20 0 2 0 276185192 288014336 64984 33554432000 4194304 5963574 140734010278352 139707365238584 4399614 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 281264

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23143
/proc/meminfo: memFree=28651752/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=347524 CPUtime=402.14 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 67353 0 0 0 40186 28 0 0 20 0 2 0 276185191 355864576 68590 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 148449 0 0 0 130116 98 0 0 20 0 2 0 276185192 707887104 152501 33554432000 4194304 5963574 140734010278352 139707365238824 4378352 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 691296

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23149
/proc/meminfo: memFree=28116000/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=757556 CPUtime=1361.88 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 166975 0 0 0 136104 84 0 0 20 0 2 0 276185191 775737344 170327 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 189389 170327 192 432 0 188954 0
[pid=23136/tid=23137] ppid=23134 vsize=757556 CPUtime=1362.13 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 166276 0 0 0 136108 105 0 0 20 0 2 0 276185192 775737344 170327 33554432000 4194304 5963574 140734010278352 139707365238968 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 757556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23152
/proc/meminfo: memFree=28076644/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1421.87 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169042 0 0 0 142102 85 0 0 20 0 2 0 276185191 756666368 168384 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 168384 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1422.14 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168343 0 0 0 142108 106 0 0 20 0 2 0 276185192 756666368 168384 33554432000 4194304 5963574 140734010278352 139707365239736 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 738932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23175
/proc/meminfo: memFree=28067124/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1481.82 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169205 0 0 0 148097 85 0 0 20 0 2 0 276185191 756666368 168823 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 168823 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1482.1 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168506 0 0 0 148103 107 0 0 20 0 2 0 276185192 756666368 168823 33554432000 4194304 5963574 140734010278352 139707365239736 4378939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 738932

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23176
/proc/meminfo: memFree=28024904/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1541.81 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169242 0 0 0 154096 85 0 0 20 0 2 0 276185191 756666368 168860 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 168860 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1542.1 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168543 0 0 0 154101 109 0 0 20 0 2 0 276185192 756666368 168860 33554432000 4194304 5963574 140734010278352 139707365239736 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 738932

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23176
/proc/meminfo: memFree=28018696/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1601.8 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169319 0 0 0 160095 85 0 0 20 0 2 0 276185191 756666368 168994 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 168994 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1602.1 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168620 0 0 0 160100 110 0 0 20 0 2 0 276185192 756666368 168994 33554432000 4194304 5963574 140734010278352 139707365239736 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 738932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23176
/proc/meminfo: memFree=27979884/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1661.79 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169319 0 0 0 166094 85 0 0 20 0 2 0 276185191 756666368 168994 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 168994 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1662.11 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168620 0 0 0 166100 111 0 0 20 0 2 0 276185192 756666368 168994 33554432000 4194304 5963574 140734010278352 139707365239736 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 738932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23176
/proc/meminfo: memFree=27977280/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1721.78 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169326 0 0 0 172093 85 0 0 20 0 2 0 276185191 756666368 169001 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169001 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1722.11 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168627 0 0 0 172099 112 0 0 20 0 2 0 276185192 756666368 169001 33554432000 4194304 5963574 140734010278352 139707365239736 4399578 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 738932

[startup+1782.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28584564/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1781.75 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 178090 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1782.08 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 178095 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 738932

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

[startup+1791.91 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28574404/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1791.35 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179050 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1791.69 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179056 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 738932

[startup+1795.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571676/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1794.55 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179370 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1794.89 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179376 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4410417 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 738932

[startup+1798.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571428/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1797.74 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179689 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1798.08 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179695 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 738932

[startup+1799.1 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571304/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1798.54 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179769 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1798.88 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179775 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4400164 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 738932

[startup+1799.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571304/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1798.95 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179810 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1799.29 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179816 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 738932

[startup+1799.9 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571304/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1799.34 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179849 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1799.68 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179855 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 738932

[startup+1800 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 23215
/proc/meminfo: memFree=28571304/32873844 swapFree=6856/6856
[pid=23136] ppid=23134 vsize=738932 CPUtime=1799.44 cores=0,2,4,6
/proc/23136/stat : 23136 (wbo1.7) S 23134 23136 21940 0 -1 4202496 169353 0 0 0 179859 85 0 0 20 0 2 0 276185191 756666368 169151 33554432000 4194304 5963574 140734010278352 140734010277872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23136/statm: 184733 169151 192 432 0 184298 0
[pid=23136/tid=23137] ppid=23134 vsize=738932 CPUtime=1799.78 cores=0,2,4,6
/proc/23136/task/23137/stat : 23137 (wbo1.7) R 23134 23136 21940 0 -1 4202560 168654 0 0 0 179865 113 0 0 20 0 2 0 276185192 756666368 169151 33554432000 4194304 5963574 140734010278352 139707365239736 4399996 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 738932

Child status: 255
Real time (s): 1800
CPU time (s): 1799.81
CPU user time (s): 1798.67
CPU system time (s): 1.14283
CPU usage (%): 99.9892
Max. virtual memory (cumulated for all children) (KiB): 757556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.14283
maximum resident set size= 689332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169353
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= 283
involuntary context switches= 1862

runsolver used 2.98355 second user time and 7.2219 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 08:36:43
IDJOB=3705234
IDBENCH=2874
IDSOLVER=2283
FILE ID=node144/3705234-1338100603
RUNJOBID= node144-1338086104-21956
PBS_JOBID= 14624429
Free space on /tmp= 71492 MiB

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

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

MD5SUM BENCH= 7e1b8a9f40a52781f7629bf04a2d5793
RANDOM SEED=204367782

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        29194636 kB
Buffers:          295796 kB
Cached:          2490276 kB
SwapCached:            0 kB
Active:           839684 kB
Inactive:        2057040 kB
Active(anon):     111932 kB
Inactive(anon):        0 kB
Active(file):     727752 kB
Inactive(file):  2057040 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11324 kB
Writeback:             0 kB
AnonPages:        138180 kB
Mapped:            15064 kB
Shmem:               200 kB
Slab:             643368 kB
SReclaimable:      85912 kB
SUnreclaim:       557456 kB
KernelStack:        1480 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71488 MiB
End job on node144 at 2012-05-27 09:06:43