Trace number 3727713

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.84 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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727713-1338665216.opb.
0.00/0.00	c Instance file HOME/instance-3727713-1338665216.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.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3727713-1338665216/watcher-3727713-1338665216 -o /tmp/evaluation-result-3727713-1338665216/solver-3727713-1338665216 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727713-1338665216.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/175 17230
/proc/meminfo: memFree=27436016/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=3480 CPUtime=0 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) R 17228 17230 14594 0 -1 4202496 395 0 0 0 0 0 0 0 20 0 1 0 332647481 3563520 347 33554432000 4194304 5964350 140735859321376 140735431638840 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 870 347 173 433 0 416 0

[startup+0.0592931 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17230
/proc/meminfo: memFree=27436016/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84236 CPUtime=0.05 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 1160 0 0 0 5 0 0 0 20 0 2 0 332647481 86257664 1094 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21059 1094 190 433 0 20623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84236

[startup+0.100155 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17230
/proc/meminfo: memFree=27436016/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84236 CPUtime=0.09 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 1237 0 0 0 9 0 0 0 20 0 2 0 332647481 86257664 1171 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21059 1171 190 433 0 20623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84236

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17230
/proc/meminfo: memFree=27436016/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84236 CPUtime=0.29 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 1598 0 0 0 29 0 0 0 20 0 2 0 332647481 86257664 1532 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21059 1532 190 433 0 20623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84236

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17230
/proc/meminfo: memFree=27436016/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84236 CPUtime=0.69 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 2164 0 0 0 69 0 0 0 20 0 2 0 332647481 86257664 2098 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21059 2098 190 433 0 20623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84236

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27427692/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84380 CPUtime=1.48 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 2665 0 0 0 148 0 0 0 20 0 2 0 332647481 86405120 2599 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21095 2599 190 433 0 20659 0
[pid=17230/tid=17232] ppid=17228 vsize=84380 CPUtime=1.47 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 1797 0 0 0 147 0 0 0 20 0 2 0 332647482 86405120 2599 33554432000 4194304 5964350 140735859321376 140429480912696 4399872 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84380

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27424964/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84452 CPUtime=3.09 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 3532 0 0 0 308 1 0 0 20 0 2 0 332647481 86478848 3466 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21113 3466 190 433 0 20677 0
[pid=17230/tid=17232] ppid=17228 vsize=84452 CPUtime=3.07 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 2664 0 0 0 306 1 0 0 20 0 2 0 332647482 86478848 3466 33554432000 4194304 5964350 140735859321376 140429480912888 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84452

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27417524/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84452 CPUtime=6.28 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 5022 0 0 0 627 1 0 0 20 0 2 0 332647481 86478848 4956 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21113 4956 190 433 0 20677 0
[pid=17230/tid=17232] ppid=17228 vsize=84452 CPUtime=6.27 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 4154 0 0 0 626 1 0 0 20 0 2 0 332647482 86478848 4956 33554432000 4194304 5964350 140735859321376 140429480912936 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84452

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27408844/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84560 CPUtime=12.68 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 7160 0 0 0 1266 2 0 0 20 0 2 0 332647481 86589440 7094 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21140 7094 190 433 0 20704 0
[pid=17230/tid=17232] ppid=17228 vsize=84560 CPUtime=12.67 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 6292 0 0 0 1265 2 0 0 20 0 2 0 332647482 86589440 7094 33554432000 4194304 5964350 140735859321376 140429480912888 4399840 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84560

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27392980/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=84864 CPUtime=25.48 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 11116 0 0 0 2545 3 0 0 20 0 2 0 332647481 86900736 11050 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21216 11050 190 433 0 20780 0
[pid=17230/tid=17232] ppid=17228 vsize=84864 CPUtime=25.47 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 10248 0 0 0 2543 4 0 0 20 0 2 0 332647482 86900736 11050 33554432000 4194304 5964350 140735859321376 140429480912888 4399840 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84864

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27368012/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=85248 CPUtime=51.08 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 14412 0 0 0 5103 5 0 0 20 0 2 0 332647481 87293952 14346 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 21312 14346 190 433 0 20876 0
[pid=17230/tid=17232] ppid=17228 vsize=85248 CPUtime=51.07 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 13544 0 0 0 5101 6 0 0 20 0 2 0 332647482 87293952 14346 33554432000 4194304 5964350 140735859321376 140429480912696 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85248

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17232
/proc/meminfo: memFree=27291256/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=150928 CPUtime=102.27 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 19854 0 0 0 10219 8 0 0 20 0 2 0 332647481 154550272 19788 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 37732 19788 190 433 0 37296 0
[pid=17230/tid=17232] ppid=17228 vsize=150928 CPUtime=102.26 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 18986 0 0 0 10216 10 0 0 20 0 2 0 332647482 154550272 19788 33554432000 4194304 5964350 140735859321376 140429480912696 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 150928

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17233
/proc/meminfo: memFree=27263232/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=151864 CPUtime=162.25 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 26055 0 0 0 16214 11 0 0 20 0 2 0 332647481 155508736 25989 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 37966 25989 190 433 0 37530 0
[pid=17230/tid=17232] ppid=17228 vsize=151864 CPUtime=162.25 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 25187 0 0 0 16211 14 0 0 20 0 2 0 332647482 155508736 25989 33554432000 4194304 5964350 140735859321376 140429480912888 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 151864

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 17275
/proc/meminfo: memFree=27862352/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=152872 CPUtime=222.2 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 32844 0 0 0 22204 16 0 0 20 0 2 0 332647481 156540928 32922 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 38218 32922 190 433 0 37782 0
[pid=17230/tid=17232] ppid=17228 vsize=152872 CPUtime=222.21 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 31976 0 0 0 22201 20 0 0 20 0 2 0 332647482 156540928 32922 33554432000 4194304 5964350 140735859321376 140429480912936 4222330 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) 152872

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 17275
/proc/meminfo: memFree=27765180/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=220640 CPUtime=282.19 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 39842 0 0 0 28200 19 0 0 20 0 2 0 332647481 225935360 40780 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 55160 40780 190 433 0 54724 0
[pid=17230/tid=17232] ppid=17228 vsize=220640 CPUtime=282.21 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 38974 0 0 0 28197 24 0 0 20 0 2 0 332647482 225935360 40780 33554432000 4194304 5964350 140735859321376 140429480912936 4399930 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 220640

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 17275
/proc/meminfo: memFree=27728380/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=223232 CPUtime=342.18 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 49038 0 0 0 34195 23 0 0 20 0 2 0 332647481 228589568 49976 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 55808 49976 190 433 0 55372 0
[pid=17230/tid=17232] ppid=17228 vsize=223232 CPUtime=342.21 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 48170 0 0 0 34192 29 0 0 20 0 2 0 332647482 228589568 49976 33554432000 4194304 5964350 140735859321376 140429480912888 4400355 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 223232

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 17275
/proc/meminfo: memFree=27629284/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=289056 CPUtime=402.16 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 52433 0 0 0 40191 25 0 0 20 0 2 0 332647481 295993344 53381 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 72264 53381 190 433 0 71828 0
[pid=17230/tid=17232] ppid=17228 vsize=289056 CPUtime=402.21 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 51565 0 0 0 40189 32 0 0 20 0 2 0 332647482 295993344 53381 33554432000 4194304 5964350 140735859321376 140429480912888 4400355 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 289056

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17276
/proc/meminfo: memFree=27571300/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=289812 CPUtime=462.12 cores=0,2,4,6

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

/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 112491 0 0 0 130116 96 0 0 20 0 2 0 332647482 512249856 114420 33554432000 4194304 5964350 140735859321376 140429480912888 4400715 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 500244

[startup+1362.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 17281
/proc/meminfo: memFree=26947744/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=501000 CPUtime=1361.87 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 117832 0 0 0 136106 81 0 0 20 0 2 0 332647481 513024000 118886 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 125250 118886 190 433 0 124814 0
[pid=17230/tid=17232] ppid=17228 vsize=501000 CPUtime=1362.1 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 116964 0 0 0 136108 102 0 0 20 0 2 0 332647482 513024000 118886 33554432000 4194304 5964350 140735859321376 140429480912888 5136410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 501000

[startup+1422.31 s]
/proc/loadavg: 2.04 2.05 2.00 3/178 17285
/proc/meminfo: memFree=26931368/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=566680 CPUtime=1421.86 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 121636 0 0 0 142101 85 0 0 20 0 2 0 332647481 580280320 122690 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 141670 122690 190 433 0 141234 0
[pid=17230/tid=17232] ppid=17228 vsize=566680 CPUtime=1422.11 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 120768 0 0 0 142104 107 0 0 20 0 2 0 332647482 580280320 122690 33554432000 4194304 5964350 140735859321376 140429480912888 4221120 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) 566680

[startup+1482.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/177 17285
/proc/meminfo: memFree=26834408/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=567852 CPUtime=1481.85 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 126268 0 0 0 148095 90 0 0 20 0 2 0 332647481 581480448 127322 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 141963 127322 190 433 0 141527 0
[pid=17230/tid=17232] ppid=17228 vsize=567852 CPUtime=1482.1 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 125400 0 0 0 148097 113 0 0 20 0 2 0 332647482 581480448 127322 33554432000 4194304 5964350 140735859321376 140429480912888 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 567852

[startup+1542.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/177 17285
/proc/meminfo: memFree=26763992/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=568140 CPUtime=1541.83 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 129195 0 0 0 154091 92 0 0 20 0 2 0 332647481 581775360 130249 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 142035 130249 190 433 0 141599 0
[pid=17230/tid=17232] ppid=17228 vsize=568140 CPUtime=1542.1 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 128327 0 0 0 154094 116 0 0 20 0 2 0 332647482 581775360 130249 33554432000 4194304 5964350 140735859321376 140429480912888 4400011 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) 568140

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 17285
/proc/meminfo: memFree=26701648/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=568408 CPUtime=1601.83 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 129699 0 0 0 160090 93 0 0 20 0 2 0 332647481 582049792 130753 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 142102 130753 190 433 0 141666 0
[pid=17230/tid=17232] ppid=17228 vsize=568408 CPUtime=1602.11 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 128831 0 0 0 160093 118 0 0 20 0 2 0 332647482 582049792 130753 33554432000 4194304 5964350 140735859321376 140429480912888 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 568408

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 17285
/proc/meminfo: memFree=26617764/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=568756 CPUtime=1661.82 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 134069 0 0 0 166084 98 0 0 20 0 2 0 332647481 582406144 135123 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 142189 135123 190 433 0 141753 0
[pid=17230/tid=17232] ppid=17228 vsize=568756 CPUtime=1662.11 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 133201 0 0 0 166088 123 0 0 20 0 2 0 332647482 582406144 135123 33554432000 4194304 5964350 140735859321376 140429480912696 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 568756

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 17286
/proc/meminfo: memFree=26616784/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=569672 CPUtime=1721.81 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 134295 0 0 0 172083 98 0 0 20 0 2 0 332647481 583344128 135349 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 142418 135349 190 433 0 141982 0
[pid=17230/tid=17232] ppid=17228 vsize=569672 CPUtime=1722.11 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 133427 0 0 0 172086 125 0 0 20 0 2 0 332647482 583344128 135349 33554432000 4194304 5964350 140735859321376 140429480912888 4220672 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) 569672

[startup+1782.3 s]
/proc/loadavg: 2.15 2.09 2.01 3/177 17286
/proc/meminfo: memFree=26608848/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=569816 CPUtime=1781.8 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 136242 0 0 0 178081 99 0 0 20 0 2 0 332647481 583491584 137296 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 142454 137296 190 433 0 142018 0
[pid=17230/tid=17232] ppid=17228 vsize=569816 CPUtime=1782.11 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 135374 0 0 0 178084 127 0 0 20 0 2 0 332647482 583491584 137296 33554432000 4194304 5964350 140735859321376 140429480912888 4399930 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) 569816

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

[startup+1791.91 s]
/proc/loadavg: 2.13 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26603020/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635496 CPUtime=1791.41 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 137726 0 0 0 179041 100 0 0 20 0 2 0 332647481 650747904 138780 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158874 138780 190 433 0 158438 0
[pid=17230/tid=17232] ppid=17228 vsize=635496 CPUtime=1791.72 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 136858 0 0 0 179044 128 0 0 20 0 2 0 332647482 650747904 138780 33554432000 4194304 5964350 140735859321376 140429480912888 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 635496

[startup+1795.1 s]
/proc/loadavg: 2.13 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26601284/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635496 CPUtime=1794.6 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 138151 0 0 0 179360 100 0 0 20 0 2 0 332647481 650747904 139205 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158874 139205 190 433 0 158438 0
[pid=17230/tid=17232] ppid=17228 vsize=635496 CPUtime=1794.92 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 137283 0 0 0 179364 128 0 0 20 0 2 0 332647482 650747904 139205 33554432000 4194304 5964350 140735859321376 140429480912936 4399840 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) 635496

[startup+1798.3 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26600292/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635784 CPUtime=1797.8 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 138474 0 0 0 179679 101 0 0 20 0 2 0 332647481 651042816 139528 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158946 139528 190 433 0 158510 0
[pid=17230/tid=17232] ppid=17228 vsize=635784 CPUtime=1798.11 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 137606 0 0 0 179682 129 0 0 20 0 2 0 332647482 651042816 139528 33554432000 4194304 5964350 140735859321376 140429480912888 4378912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 635784

[startup+1799.1 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26599796/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635784 CPUtime=1798.6 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 138474 0 0 0 179759 101 0 0 20 0 2 0 332647481 651042816 139528 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158946 139528 190 433 0 158510 0
[pid=17230/tid=17232] ppid=17228 vsize=635784 CPUtime=1798.91 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 137606 0 0 0 179762 129 0 0 20 0 2 0 332647482 651042816 139528 33554432000 4194304 5964350 140735859321376 140429480912888 4379216 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 635784

[startup+1799.5 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26599796/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635784 CPUtime=1799.01 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 138474 0 0 0 179800 101 0 0 20 0 2 0 332647481 651042816 139528 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158946 139528 190 433 0 158510 0
[pid=17230/tid=17232] ppid=17228 vsize=635784 CPUtime=1799.32 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 137606 0 0 0 179803 129 0 0 20 0 2 0 332647482 651042816 139528 33554432000 4194304 5964350 140735859321376 140429480912888 4378912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 635784

[startup+1799.9 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26599796/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635784 CPUtime=1799.4 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 138474 0 0 0 179839 101 0 0 20 0 2 0 332647481 651042816 139528 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158946 139528 190 433 0 158510 0
[pid=17230/tid=17232] ppid=17228 vsize=635784 CPUtime=1799.71 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 137606 0 0 0 179842 129 0 0 20 0 2 0 332647482 651042816 139528 33554432000 4194304 5964350 140735859321376 140429480912888 4388996 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 635784

[startup+1800 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 17286
/proc/meminfo: memFree=26599796/32873852 swapFree=6856/6856
[pid=17230] ppid=17228 vsize=635784 CPUtime=1799.5 cores=0,2,4,6
/proc/17230/stat : 17230 (wbo1.72) S 17228 17230 14594 0 -1 4202496 138474 0 0 0 179849 101 0 0 20 0 2 0 332647481 651042816 139528 33554432000 4194304 5964350 140735859321376 140735859320896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17230/statm: 158946 139528 190 433 0 158510 0
[pid=17230/tid=17232] ppid=17228 vsize=635784 CPUtime=1799.81 cores=0,2,4,6
/proc/17230/task/17232/stat : 17232 (wbo1.72) R 17228 17230 14594 0 -1 4202560 137606 0 0 0 179852 129 0 0 20 0 2 0 332647482 651042816 139528 33554432000 4194304 5964350 140735859321376 140429480912888 4403420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 635784

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.53
CPU system time (s): 1.3108
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 635784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.3108
maximum resident set size= 558124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138477
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= 213
involuntary context switches= 2118

runsolver used 3.35549 second user time and 9.2266 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 21:26:56
IDJOB=3727713
IDBENCH=71846
IDSOLVER=2313
FILE ID=node128/3727713-1338665216
RUNJOBID= node128-1338650806-16012
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

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

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=385176416

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        27436552 kB
Buffers:          523744 kB
Cached:          3329920 kB
SwapCached:          784 kB
Active:          2402396 kB
Inactive:        2142932 kB
Active(anon):     682580 kB
Inactive(anon):    11368 kB
Active(file):    1719816 kB
Inactive(file):  2131564 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              5544 kB
Writeback:             0 kB
AnonPages:        697864 kB
Mapped:            14880 kB
Shmem:               200 kB
Slab:             752700 kB
SReclaimable:     194832 kB
SUnreclaim:       557868 kB
KernelStack:        1472 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     159720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 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= 70496 MiB
End job on node128 at 2012-06-02 21:56:56