Trace number 3705412

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.49 1800.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
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 variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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-3705412-1338107397.opb.
0.00/0.00	c Instance file HOME/instance-3705412-1338107397.opb
0.00/0.00	c File size is 72189 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 380
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      774                                                 |
0.00/0.00	c |  Number Clauses:        801                                                 |
0.00/0.00	c |  Number Cardinality:    31                                                  |
0.00/0.00	c |  Number PB Constraints: 192                                                 |
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 ===============================================================================
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-3705412-1338107397/watcher-3705412-1338107397 -o /tmp/evaluation-result-3705412-1338107397/solver-3705412-1338107397 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705412-1338107397.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: 1.92 1.98 1.99 3/179 14574
/proc/meminfo: memFree=31271428/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=3476 CPUtime=0 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) R 14572 14574 12409 0 -1 4202496 404 0 0 0 0 0 0 0 20 0 1 0 276864493 3559424 356 33554432000 4194304 5963574 140736621965728 140736621964184 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 869 357 177 432 0 416 0

[startup+0.0556769 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14574
/proc/meminfo: memFree=31271428/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84232 CPUtime=0.05 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 1145 0 0 0 5 0 0 0 20 0 2 0 276864493 86253568 1079 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21058 1079 190 432 0 20623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84232

[startup+0.10016 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14574
/proc/meminfo: memFree=31271428/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84232 CPUtime=0.09 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 1227 0 0 0 9 0 0 0 20 0 2 0 276864493 86253568 1161 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21058 1161 190 432 0 20623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84232

[startup+0.300116 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14574
/proc/meminfo: memFree=31271428/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84232 CPUtime=0.29 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 1575 0 0 0 29 0 0 0 20 0 2 0 276864493 86253568 1509 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21058 1509 190 432 0 20623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84232

[startup+0.700112 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14574
/proc/meminfo: memFree=31271428/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84232 CPUtime=0.69 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 2125 0 0 0 69 0 0 0 20 0 2 0 276864493 86253568 2059 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21058 2059 190 432 0 20623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84232

[startup+1.50024 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 14576
/proc/meminfo: memFree=31262872/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84376 CPUtime=1.48 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 2658 0 0 0 148 0 0 0 20 0 2 0 276864493 86401024 2592 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21094 2592 190 432 0 20659 0
[pid=14574/tid=14576] ppid=14572 vsize=84376 CPUtime=1.47 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 1790 0 0 0 147 0 0 0 20 0 2 0 276864494 86401024 2592 33554432000 4194304 5963574 140736621965728 140334709471032 4381544 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84376

[startup+3.10023 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 14576
/proc/meminfo: memFree=31258880/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84448 CPUtime=3.08 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 3539 0 0 0 308 0 0 0 20 0 2 0 276864493 86474752 3473 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21112 3473 190 432 0 20677 0
[pid=14574/tid=14576] ppid=14572 vsize=84448 CPUtime=3.06 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 2671 0 0 0 306 0 0 0 20 0 2 0 276864494 86474752 3473 33554432000 4194304 5963574 140736621965728 140334709471032 4388700 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84448

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 14579
/proc/meminfo: memFree=31249152/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84448 CPUtime=6.28 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 5105 0 0 0 627 1 0 0 20 0 2 0 276864493 86474752 5039 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21112 5039 190 432 0 20677 0
[pid=14574/tid=14576] ppid=14572 vsize=84448 CPUtime=6.26 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 4237 0 0 0 625 1 0 0 20 0 2 0 276864494 86474752 5039 33554432000 4194304 5963574 140736621965728 140334709471224 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84448

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 14579
/proc/meminfo: memFree=31236352/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84556 CPUtime=12.68 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 7339 0 0 0 1265 3 0 0 20 0 2 0 276864493 86585344 7273 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21139 7273 190 432 0 20704 0
[pid=14574/tid=14576] ppid=14572 vsize=84556 CPUtime=12.64 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 6471 0 0 0 1261 3 0 0 20 0 2 0 276864494 86585344 7273 33554432000 4194304 5963574 140736621965728 140334709471224 4399554 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84556

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/182 14579
/proc/meminfo: memFree=31214180/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=84860 CPUtime=25.48 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 11431 0 0 0 2543 5 0 0 20 0 2 0 276864493 86896640 11365 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21215 11365 190 432 0 20780 0
[pid=14574/tid=14576] ppid=14572 vsize=84860 CPUtime=25.41 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 10563 0 0 0 2536 5 0 0 20 0 2 0 276864494 86896640 11365 33554432000 4194304 5963574 140736621965728 140334709471224 4431646 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84860

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/182 14579
/proc/meminfo: memFree=31187348/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=85244 CPUtime=51.07 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 14412 0 0 0 5101 6 0 0 20 0 2 0 276864493 87289856 14346 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 21311 14346 190 432 0 20876 0
[pid=14574/tid=14576] ppid=14572 vsize=85244 CPUtime=50.94 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 13544 0 0 0 5088 6 0 0 20 0 2 0 276864494 87289856 14346 33554432000 4194304 5963574 140736621965728 140334709471032 4399603 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85244

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/181 14579
/proc/meminfo: memFree=31134732/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=150924 CPUtime=102.28 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 19900 0 0 0 10219 9 0 0 20 0 2 0 276864493 154546176 19834 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 37731 19834 190 432 0 37296 0
[pid=14574/tid=14576] ppid=14572 vsize=150924 CPUtime=102.01 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 19032 0 0 0 10191 10 0 0 20 0 2 0 276864494 154546176 19834 33554432000 4194304 5963574 140736621965728 140334709471032 4402942 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 150924

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 14579
/proc/meminfo: memFree=31108508/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=151860 CPUtime=162.24 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 26476 0 0 0 16212 12 0 0 20 0 2 0 276864493 155504640 26480 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 37965 26480 190 432 0 37530 0
[pid=14574/tid=14576] ppid=14572 vsize=151860 CPUtime=161.83 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 25608 0 0 0 16169 14 0 0 20 0 2 0 276864494 155504640 26480 33554432000 4194304 5963574 140736621965728 140334709471224 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 151860

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14579
/proc/meminfo: memFree=31079820/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=153300 CPUtime=222.21 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 32992 0 0 0 22205 16 0 0 20 0 2 0 276864493 156979200 33735 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 38325 33735 190 432 0 37890 0
[pid=14574/tid=14576] ppid=14572 vsize=153300 CPUtime=221.65 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 32124 0 0 0 22146 19 0 0 20 0 2 0 276864494 156979200 33735 33554432000 4194304 5963574 140736621965728 140334709471032 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 153300

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14580
/proc/meminfo: memFree=31050464/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=220852 CPUtime=282.2 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 39964 0 0 0 28199 21 0 0 20 0 2 0 276864493 226152448 40707 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 55213 40707 190 432 0 54778 0
[pid=14574/tid=14576] ppid=14572 vsize=220852 CPUtime=281.5 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 39096 0 0 0 28125 25 0 0 20 0 2 0 276864494 226152448 40707 33554432000 4194304 5963574 140736621965728 140334709471032 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) 220852

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14580
/proc/meminfo: memFree=31016984/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=223012 CPUtime=342.19 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 48320 0 0 0 34194 25 0 0 20 0 2 0 276864493 228364288 49063 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 55753 49063 190 432 0 55318 0
[pid=14574/tid=14576] ppid=14572 vsize=223012 CPUtime=341.35 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 47452 0 0 0 34105 30 0 0 20 0 2 0 276864494 228364288 49063 33554432000 4194304 5963574 140736621965728 140334709471224 4399958 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) 223012

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14580
/proc/meminfo: memFree=31002300/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=289052 CPUtime=402.15 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 52048 0 0 0 40187 28 0 0 20 0 2 0 276864493 295989248 52825 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 72263 52825 190 432 0 71828 0
[pid=14574/tid=14576] ppid=14572 vsize=289052 CPUtime=401.17 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 51180 0 0 0 40083 34 0 0 20 0 2 0 276864494 295989248 52825 33554432000 4194304 5963574 140736621965728 140334709471032 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 289052

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14580
/proc/meminfo: memFree=30977764/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=289808 CPUtime=462.12 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14590
/proc/meminfo: memFree=30563636/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=500564 CPUtime=1421.9 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 113409 0 0 0 142090 100 0 0 20 0 2 0 276864493 512577536 114422 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 125141 114422 190 432 0 124706 0
[pid=14574/tid=14576] ppid=14572 vsize=500564 CPUtime=1418.47 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 112541 0 0 0 141726 121 0 0 20 0 2 0 276864494 512577536 114422 33554432000 4194304 5963574 140736621965728 140334709471032 4399522 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 500564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14636
/proc/meminfo: memFree=30973660/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=500996 CPUtime=1481.88 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 117076 0 0 0 148083 105 0 0 20 0 2 0 276864493 513019904 118086 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 125249 118086 190 432 0 124814 0
[pid=14574/tid=14576] ppid=14572 vsize=500996 CPUtime=1478.3 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 116208 0 0 0 147704 126 0 0 20 0 2 0 276864494 513019904 118086 33554432000 4194304 5963574 140736621965728 140334709471224 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 500996

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 14708
/proc/meminfo: memFree=30807684/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=566676 CPUtime=1541.84 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 121249 0 0 0 154074 110 0 0 20 0 2 0 276864493 580276224 122244 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 141669 122244 190 432 0 141234 0
[pid=14574/tid=14576] ppid=14572 vsize=566676 CPUtime=1538.11 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 120381 0 0 0 153678 133 0 0 20 0 2 0 276864494 580276224 122244 33554432000 4194304 5963574 140736621965728 140334709471224 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 566676

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30766624/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=567232 CPUtime=1601.82 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 123030 0 0 0 160070 112 0 0 20 0 2 0 276864493 580845568 124030 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 141808 124030 190 432 0 141373 0
[pid=14574/tid=14576] ppid=14572 vsize=567232 CPUtime=1597.95 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 122162 0 0 0 159659 136 0 0 20 0 2 0 276864494 580845568 124030 33554432000 4194304 5963574 140736621965728 140334709471224 4399477 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 567232

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30700652/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568136 CPUtime=1661.81 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 129100 0 0 0 166060 121 0 0 20 0 2 0 276864493 581771264 130100 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142034 130100 190 432 0 141599 0
[pid=14574/tid=14576] ppid=14572 vsize=568136 CPUtime=1657.8 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 128232 0 0 0 165634 146 0 0 20 0 2 0 276864494 581771264 130100 33554432000 4194304 5963574 140736621965728 140334709471224 4378784 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 568136

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 14708
/proc/meminfo: memFree=30698792/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568136 CPUtime=1721.8 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 129106 0 0 0 172059 121 0 0 20 0 2 0 276864493 581771264 130106 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142034 130106 190 432 0 141599 0
[pid=14574/tid=14576] ppid=14572 vsize=568136 CPUtime=1717.65 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 128238 0 0 0 171618 147 0 0 20 0 2 0 276864494 581771264 130106 33554432000 4194304 5963574 140736621965728 140334709471224 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 568136

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30687040/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1781.79 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 131361 0 0 0 178055 124 0 0 20 0 2 0 276864493 582291456 132361 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 132361 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1777.49 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 130493 0 0 0 177599 150 0 0 20 0 2 0 276864494 582291456 132361 33554432000 4194304 5963574 140736621965728 140334709471272 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 568644

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30683180/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1791.4 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 132274 0 0 0 179015 125 0 0 20 0 2 0 276864493 582291456 133274 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 133274 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1787.07 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 131406 0 0 0 178555 152 0 0 20 0 2 0 276864494 582291456 133274 33554432000 4194304 5963574 140736621965728 140334709471224 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 568644

[startup+1795.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30681940/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1794.6 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 132610 0 0 0 179334 126 0 0 20 0 2 0 276864493 582291456 133610 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 133610 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1790.27 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 131742 0 0 0 178874 153 0 0 20 0 2 0 276864494 582291456 133610 33554432000 4194304 5963574 140736621965728 140334709471272 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 568644

[startup+1798.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30680824/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1797.79 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 132964 0 0 0 179653 126 0 0 20 0 2 0 276864493 582291456 133964 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 133964 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1793.45 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 132096 0 0 0 179192 153 0 0 20 0 2 0 276864494 582291456 133964 33554432000 4194304 5963574 140736621965728 140334709471224 4399560 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 568644

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30680328/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1798.59 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 133041 0 0 0 179732 127 0 0 20 0 2 0 276864493 582291456 134041 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 134041 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1794.25 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 132173 0 0 0 179272 153 0 0 20 0 2 0 276864494 582291456 134041 33554432000 4194304 5963574 140736621965728 140334709471224 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 568644

[startup+1799.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30679880/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1799 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 133076 0 0 0 179773 127 0 0 20 0 2 0 276864493 582291456 134076 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 134076 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1794.65 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 132208 0 0 0 179311 154 0 0 20 0 2 0 276864494 582291456 134076 33554432000 4194304 5963574 140736621965728 140334709471224 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 568644

[startup+1799.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30679880/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1799.39 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 133102 0 0 0 179812 127 0 0 20 0 2 0 276864493 582291456 134102 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 134102 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1795.05 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 132234 0 0 0 179351 154 0 0 20 0 2 0 276864494 582291456 134102 33554432000 4194304 5963574 140736621965728 140334709471224 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 568644

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30679880/32873844 swapFree=7616/7616
[pid=14574] ppid=14572 vsize=568644 CPUtime=1799.49 cores=1,3,5,7
/proc/14574/stat : 14574 (wbo1.7) S 14572 14574 12409 0 -1 4202496 133111 0 0 0 179822 127 0 0 20 0 2 0 276864493 582291456 134111 33554432000 4194304 5963574 140736621965728 140736621965248 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14574/statm: 142161 134111 190 432 0 141726 0
[pid=14574/tid=14576] ppid=14572 vsize=568644 CPUtime=1795.15 cores=1,3,5,7
/proc/14574/task/14576/stat : 14576 (wbo1.7) R 14572 14574 12409 0 -1 4202560 132243 0 0 0 179361 154 0 0 20 0 2 0 276864494 582291456 134111 33554432000 4194304 5963574 140736621965728 140334709471224 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 568644

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14574 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=623327
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=558763
# CPU time returned by wait4() is 1795.18
# while last known CPU time is 1799.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.49
CPU user time (s): 1798.22
CPU system time (s): 1.27
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 568644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 1.55876
maximum resident set size= 536452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133113
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= 224
involuntary context switches= 1954

runsolver used 2.78858 second user time and 8.67068 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 10:29:57
IDJOB=3705412
IDBENCH=71846
IDSOLVER=2283
FILE ID=node135/3705412-1338107397
RUNJOBID= node135-1338083668-12426
PBS_JOBID= 14624422
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=462808455

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31272056 kB
Buffers:          279008 kB
Cached:           310820 kB
SwapCached:         1732 kB
Active:           712304 kB
Inactive:          71632 kB
Active(anon):     184540 kB
Inactive(anon):    12016 kB
Active(file):     527764 kB
Inactive(file):    59616 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:              5620 kB
Writeback:             0 kB
AnonPages:        202220 kB
Mapped:            12448 kB
Shmem:               132 kB
Slab:             674248 kB
SReclaimable:     116264 kB
SUnreclaim:       557984 kB
KernelStack:        1464 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node135 at 2012-05-27 10:59:57