Trace number 3705417

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
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-3705417-1338107136.opb.
0.00/0.00	c Instance file HOME/instance-3705417-1338107136.opb
0.00/0.00	c File size is 469538 bytes.
0.00/0.04	c Cost Offset: 0
0.00/0.04	c Highest Coefficient sum: 947
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      4977                                                |
0.00/0.04	c |  Number Clauses:        5045                                                |
0.00/0.04	c |  Number Cardinality:    76                                                  |
0.00/0.04	c |  Number PB Constraints: 448                                                 |
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Problem Type:          Optimization                                        |
0.00/0.04	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.04	c |                                                                             |
0.00/0.04	c ============================[ Search Statistics ]==============================
0.00/0.04	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.04	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.04	c ===============================================================================
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3705417-1338107136/watcher-3705417-1338107136 -o /tmp/evaluation-result-3705417-1338107136/solver-3705417-1338107136 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705417-1338107136.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 3/177 17454
/proc/meminfo: memFree=28933112/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=4052 CPUtime=0 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) R 17452 17454 15878 0 -1 4202496 435 0 0 0 0 0 0 0 20 0 1 0 276838181 4149248 387 33554432000 4194304 5963574 140737457010736 140733985459096 4419071 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 1013 388 173 432 0 463 0

[startup+0.07916 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17454
/proc/meminfo: memFree=28933112/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87104 CPUtime=0.07 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 2791 0 0 0 7 0 0 0 20 0 2 0 276838181 89194496 2529 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21776 2529 189 432 0 21341 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87104

[startup+0.100296 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17454
/proc/meminfo: memFree=28933112/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87104 CPUtime=0.09 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 2837 0 0 0 9 0 0 0 20 0 2 0 276838181 89194496 2575 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21776 2575 190 432 0 21341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87104

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17454
/proc/meminfo: memFree=28933112/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87104 CPUtime=0.29 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 3133 0 0 0 29 0 0 0 20 0 2 0 276838181 89194496 2871 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21776 2871 190 432 0 21341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87104

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17454
/proc/meminfo: memFree=28933112/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87104 CPUtime=0.69 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 3740 0 0 0 69 0 0 0 20 0 2 0 276838181 89194496 3478 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21776 3478 190 432 0 21341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87104

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28918192/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87104 CPUtime=1.49 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 4747 0 0 0 149 0 0 0 20 0 2 0 276838181 89194496 4485 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21776 4485 190 432 0 21341 0
[pid=17454/tid=17456] ppid=17452 vsize=87104 CPUtime=1.44 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 3021 0 0 0 144 0 0 0 20 0 2 0 276838185 89194496 4485 33554432000 4194304 5963574 140737457010736 140539915823096 5135572 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) 87104

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28912488/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87104 CPUtime=3.08 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 5760 0 0 0 308 0 0 0 20 0 2 0 276838181 89194496 5498 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21776 5498 190 432 0 21341 0
[pid=17454/tid=17456] ppid=17452 vsize=87104 CPUtime=3.04 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 4034 0 0 0 304 0 0 0 20 0 2 0 276838185 89194496 5498 33554432000 4194304 5963574 140737457010736 140539915823096 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87104

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28904676/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87320 CPUtime=6.28 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 8657 0 0 0 627 1 0 0 20 0 2 0 276838181 89415680 8395 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21830 8395 190 432 0 21395 0
[pid=17454/tid=17456] ppid=17452 vsize=87320 CPUtime=6.25 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 6931 0 0 0 623 2 0 0 20 0 2 0 276838185 89415680 8395 33554432000 4194304 5963574 140737457010736 140539915823096 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87320

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28890556/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87428 CPUtime=12.69 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 10839 0 0 0 1267 2 0 0 20 0 2 0 276838181 89526272 10577 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21857 10577 190 432 0 21422 0
[pid=17454/tid=17456] ppid=17452 vsize=87428 CPUtime=12.65 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 9113 0 0 0 1262 3 0 0 20 0 2 0 276838185 89526272 10577 33554432000 4194304 5963574 140737457010736 140539915823144 4402906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87428

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28860276/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=87588 CPUtime=25.49 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 18140 0 0 0 2544 5 0 0 20 0 2 0 276838181 89690112 17878 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 21897 17878 190 432 0 21462 0
[pid=17454/tid=17456] ppid=17452 vsize=87588 CPUtime=25.45 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 16414 0 0 0 2539 6 0 0 20 0 2 0 276838185 89690112 17878 33554432000 4194304 5963574 140737457010736 140539915823096 4403064 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) 87588

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28851192/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=153364 CPUtime=51.08 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 20997 0 0 0 5102 6 0 0 20 0 2 0 276838181 157044736 20735 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 38341 20735 190 432 0 37906 0
[pid=17454/tid=17456] ppid=17452 vsize=153364 CPUtime=51.04 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 19271 0 0 0 5098 6 0 0 20 0 2 0 276838185 157044736 20735 33554432000 4194304 5963574 140737457010736 140539915823096 5135572 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) 153364

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17456
/proc/meminfo: memFree=28770388/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=218900 CPUtime=102.28 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 40092 0 0 0 10217 11 0 0 20 0 2 0 276838181 224153600 39830 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 54725 39830 190 432 0 54290 0
[pid=17454/tid=17456] ppid=17452 vsize=218900 CPUtime=102.25 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 38366 0 0 0 10213 12 0 0 20 0 2 0 276838185 224153600 39830 33554432000 4194304 5963574 140737457010736 140539915823096 4381807 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 218900

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17457
/proc/meminfo: memFree=28731368/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=219116 CPUtime=162.25 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 49291 0 0 0 16210 15 0 0 20 0 2 0 276838181 224374784 48993 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 54779 48993 190 432 0 54344 0
[pid=17454/tid=17456] ppid=17452 vsize=219116 CPUtime=162.23 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 47565 0 0 0 16206 17 0 0 20 0 2 0 276838185 224374784 48993 33554432000 4194304 5963574 140737457010736 140539915823128 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 219116

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17457
/proc/meminfo: memFree=28730900/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=219476 CPUtime=222.2 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 49370 0 0 0 22205 15 0 0 20 0 2 0 276838181 224743424 49128 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 54869 49128 190 432 0 54434 0
[pid=17454/tid=17456] ppid=17452 vsize=219476 CPUtime=222.19 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 47644 0 0 0 22201 18 0 0 20 0 2 0 276838185 224743424 49128 33554432000 4194304 5963574 140737457010736 140539915823272 4381244 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 219476

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17460
/proc/meminfo: memFree=28690184/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=285228 CPUtime=282.16 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 56248 0 0 0 28199 17 0 0 20 0 2 0 276838181 292073472 56488 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 71307 56488 190 432 0 70872 0
[pid=17454/tid=17456] ppid=17452 vsize=285228 CPUtime=282.17 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 54522 0 0 0 28195 22 0 0 20 0 2 0 276838185 292073472 56488 33554432000 4194304 5963574 140737457010736 140539915822904 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 285228

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17461
/proc/meminfo: memFree=28683112/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=285228 CPUtime=342.16 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 56759 0 0 0 34198 18 0 0 20 0 2 0 276838181 292073472 56999 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 71307 56999 190 432 0 70872 0
[pid=17454/tid=17456] ppid=17452 vsize=285228 CPUtime=342.17 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 55033 0 0 0 34194 23 0 0 20 0 2 0 276838185 292073472 56999 33554432000 4194304 5963574 140737457010736 140539915823096 5135642 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 285228

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17461
/proc/meminfo: memFree=28618188/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=353788 CPUtime=402.15 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 70072 0 0 0 40191 24 0 0 20 0 2 0 276838181 362278912 70292 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 88447 70292 190 432 0 88012 0
[pid=17454/tid=17456] ppid=17452 vsize=353788 CPUtime=402.17 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 68346 0 0 0 40187 30 0 0 20 0 2 0 276838185 362278912 70292 33554432000 4194304 5963574 140737457010736 140539915823096 4381565 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 353788

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17462
/proc/meminfo: memFree=28516536/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=419864 CPUtime=462.1 cores=0,2,4,6

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

/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 147212 0 0 0 130135 78 0 0 20 0 2 0 276838185 634822656 149200 33554432000 4194304 5963574 140737457010736 140539915823144 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 619944

[startup+1362.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/179 17469
/proc/meminfo: memFree=28160928/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=619944 CPUtime=1361.89 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 148939 0 0 0 136131 58 0 0 20 0 2 0 276838181 634822656 149201 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 154986 149201 190 432 0 154551 0
[pid=17454/tid=17456] ppid=17452 vsize=619944 CPUtime=1362.13 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 147213 0 0 0 136134 79 0 0 20 0 2 0 276838185 634822656 149201 33554432000 4194304 5963574 140737457010736 140539915823144 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 619944

[startup+1422.31 s]
/proc/loadavg: 2.09 2.09 2.02 3/179 17508
/proc/meminfo: memFree=28372312/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=619944 CPUtime=1421.86 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 149007 0 0 0 142128 58 0 0 20 0 2 0 276838181 634822656 149274 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 154986 149274 190 432 0 154551 0
[pid=17454/tid=17456] ppid=17452 vsize=619944 CPUtime=1422.11 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 147281 0 0 0 142131 80 0 0 20 0 2 0 276838185 634822656 149274 33554432000 4194304 5963574 140737457010736 140539915823144 4381807 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 619944

[startup+1482.3 s]
/proc/loadavg: 2.03 2.07 2.01 3/180 17511
/proc/meminfo: memFree=28278792/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=685480 CPUtime=1481.84 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 165975 0 0 0 148121 63 0 0 20 0 2 0 276838181 701931520 166242 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 171370 166242 190 432 0 170935 0
[pid=17454/tid=17456] ppid=17452 vsize=685480 CPUtime=1482.1 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 164249 0 0 0 148124 86 0 0 20 0 2 0 276838185 701931520 166242 33554432000 4194304 5963574 140737457010736 140539915823096 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 685480

[startup+1542.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 17511
/proc/meminfo: memFree=28165836/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=816552 CPUtime=1541.83 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 192616 0 0 0 154109 74 0 0 20 0 2 0 276838181 836149248 192883 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 204138 192883 190 432 0 203703 0
[pid=17454/tid=17456] ppid=17452 vsize=816552 CPUtime=1542.1 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 190890 0 0 0 154113 97 0 0 20 0 2 0 276838185 836149248 192883 33554432000 4194304 5963574 140737457010736 140539915823096 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 816552

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/179 17511
/proc/meminfo: memFree=28088460/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1601.82 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 160102 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1602.1 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 160106 104 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 883652

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/178 17511
/proc/meminfo: memFree=28069620/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1661.81 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 166101 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1662.11 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 166106 105 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 883652

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 17512
/proc/meminfo: memFree=28055156/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1721.81 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 172101 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1722.11 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 172105 106 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4399401 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 883652

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/179 17512
/proc/meminfo: memFree=28021336/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1781.8 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 178100 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1782.11 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 178104 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4403213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 883652

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

[startup+1791.91 s]
/proc/loadavg: 2.09 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28021324/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1791.4 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179060 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1791.72 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179065 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4381143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 883652

[startup+1795.1 s]
/proc/loadavg: 2.09 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28020628/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1794.6 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179380 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1794.92 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179385 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 883652

[startup+1798.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28020628/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1797.79 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179699 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1798.11 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179704 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 883652

[startup+1799.1 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28020628/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1798.59 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179779 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1798.91 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179784 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4408753 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 883652

[startup+1799.5 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28020628/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1799 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179820 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1799.32 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179825 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4403039 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 883652

[startup+1799.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28020628/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1799.39 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179859 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1799.71 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179864 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4399633 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 883652

[startup+1800 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 17512
/proc/meminfo: memFree=28020628/32873844 swapFree=7900/7900
[pid=17454] ppid=17452 vsize=883652 CPUtime=1799.49 cores=0,2,4,6
/proc/17454/stat : 17454 (wbo1.7) S 17452 17454 15878 0 -1 4202496 206064 0 0 0 179869 80 0 0 20 0 2 0 276838181 904859648 206309 33554432000 4194304 5963574 140737457010736 140737457010256 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17454/statm: 220913 206309 190 432 0 220478 0
[pid=17454/tid=17456] ppid=17452 vsize=883652 CPUtime=1799.81 cores=0,2,4,6
/proc/17454/task/17456/stat : 17456 (wbo1.7) R 17452 17454 15878 0 -1 4202560 204338 0 0 0 179874 107 0 0 20 0 2 0 276838185 904859648 206309 33554432000 4194304 5963574 140737457010736 140539915822968 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 883652

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.89
CPU user time (s): 1798.79
CPU system time (s): 1.10383
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 883652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.10383
maximum resident set size= 825240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206065
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= 241
involuntary context switches= 1862

runsolver used 3.17252 second user time and 9.26559 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 10:25:37
IDJOB=3705417
IDBENCH=71843
IDSOLVER=2283
FILE ID=node137/3705417-1338107136
RUNJOBID= node137-1338083671-15894
PBS_JOBID= 14624423
Free space on /tmp= 71488 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705417-1338107136/watcher-3705417-1338107136 -o /tmp/evaluation-result-3705417-1338107136/solver-3705417-1338107136 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705417-1338107136.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=2037672755

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:        28933112 kB
Buffers:          308764 kB
Cached:          2602424 kB
SwapCached:        22060 kB
Active:           979200 kB
Inactive:        2153908 kB
Active(anon):     201428 kB
Inactive(anon):    22684 kB
Active(file):     777772 kB
Inactive(file):  2131224 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:        208892 kB
Mapped:            10416 kB
Shmem:                 0 kB
Slab:             666164 kB
SReclaimable:     107708 kB
SUnreclaim:       558456 kB
KernelStack:        1496 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71476 MiB
End job on node137 at 2012-05-27 10:55:37