Trace number 3705346

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.39 1800.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_2.opb
MD5SUMaf0ded53094abde95c37378ccd6c7afa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark618.033
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables8901
Total number of constraints32298
Number of constraints which are clauses32280
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint1
Maximum length of a constraint790
Number of terms in the objective function 790
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 790
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 820
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-3705346-1338105161.opb.
0.00/0.00	c Instance file HOME/instance-3705346-1338105161.opb
0.00/0.00	c File size is 937948 bytes.
0.02/0.06	c Cost Offset: 0
0.02/0.06	c Highest Coefficient sum: 820
0.02/0.06	c ============================[ Problem Statistics ]=============================
0.02/0.06	c |                                                                             |
0.02/0.06	c |  Parsing time:          0.07         s                                      |
0.02/0.06	c |  Number Variables:      8901                                                |
0.02/0.06	c |  Number Clauses:        32297                                               |
0.02/0.06	c |  Number Cardinality:    1                                                   |
0.02/0.06	c |  Number PB Constraints: 0                                                   |
0.02/0.06	c |                                                                             |
0.02/0.08	c |  Problem Type:          Optimization                                        |
0.02/0.08	c |  Objective Function:    Cardinality Constraint                              |
0.02/0.08	c |                                                                             |
0.02/0.08	c ============================[ Search Statistics ]==============================
0.02/0.08	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.02/0.08	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.02/0.08	c ===============================================================================
0.02/0.09	c | 0.10      | 0  | 6            lb |  0                0                0.00  |
0.09/0.11	c | 0.11      | 0  | 7            lb |  0                0                0.00  |
0.09/0.12	c | 0.13      | 0  | 8            lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | 9            lb |  0                0                0.00  |
0.09/0.15	c | 0.15      | 0  | 10           lb |  0                0                0.00  |
0.09/0.19	c | 0.19      | 0  | 11           lb |  0                0                0.00  |
0.59/0.60	c | 0.60      | 0  | 12           lb |  0                0                0.00  |
144.16/144.22	c | 144.22    | 0  | 13           lb |  0                0                0.00  |
1799.39/1800.00	c ===============================================================================
1799.39/1800.00	c Wall Clock Time: 1800.00 s
1799.39/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-3705346-1338105161/watcher-3705346-1338105161 -o /tmp/evaluation-result-3705346-1338105161/solver-3705346-1338105161 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705346-1338105161.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25095
/proc/meminfo: memFree=28486412/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=4492 CPUtime=0 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) R 25093 25095 23570 0 -1 4202496 435 0 0 0 0 0 0 0 20 0 1 0 276641567 4599808 388 33554432000 4194304 5963574 140735608825872 140734430348104 4349504 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 1123 388 174 432 0 459 0

[startup+0.023462 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25095
/proc/meminfo: memFree=28486412/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=6116 CPUtime=0.02 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) R 25093 25095 23570 0 -1 4202496 820 0 0 0 2 0 0 0 20 0 1 0 276641567 6262784 774 33554432000 4194304 5963574 140735608825872 140735608823752 5178864 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 1529 790 234 432 0 865 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6116

[startup+0.100166 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25095
/proc/meminfo: memFree=28486412/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=89040 CPUtime=0.09 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 4580 0 0 0 9 0 0 0 20 0 2 0 276641567 91176960 4024 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 22260 4024 190 432 0 21825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 89040

[startup+0.300187 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25095
/proc/meminfo: memFree=28486412/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=88140 CPUtime=0.29 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 5881 0 0 0 28 1 0 0 20 0 2 0 276641567 90255360 5120 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 22035 5120 195 432 0 21600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88140

[startup+0.700131 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25095
/proc/meminfo: memFree=28486412/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=88140 CPUtime=0.69 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 6457 0 0 0 68 1 0 0 20 0 2 0 276641567 90255360 5696 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 22035 5696 195 432 0 21600 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88140

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28465432/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=88140 CPUtime=1.49 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 6457 0 0 0 148 1 0 0 20 0 2 0 276641567 90255360 5696 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 22035 5696 195 432 0 21600 0
[pid=25095/tid=25097] ppid=25093 vsize=88140 CPUtime=1.41 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 4345 0 0 0 140 1 0 0 20 0 2 0 276641574 90255360 5696 33554432000 4194304 5963574 140735608825872 139951437183304 4400155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88140

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28460712/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=88140 CPUtime=3.09 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 9570 0 0 0 307 2 0 0 20 0 2 0 276641567 90255360 8809 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 22035 8809 195 432 0 21600 0
[pid=25095/tid=25097] ppid=25093 vsize=88140 CPUtime=3.01 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 7458 0 0 0 299 2 0 0 20 0 2 0 276641574 90255360 8809 33554432000 4194304 5963574 140735608825872 139951437182968 4399552 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88140

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28433556/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=88140 CPUtime=6.29 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 15965 0 0 0 625 4 0 0 20 0 2 0 276641567 90255360 15204 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 22035 15204 195 432 0 21600 0
[pid=25095/tid=25097] ppid=25093 vsize=88140 CPUtime=6.2 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 13853 0 0 0 616 4 0 0 20 0 2 0 276641574 90255360 15204 33554432000 4194304 5963574 140735608825872 139951437182968 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88140

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28391660/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=153676 CPUtime=12.69 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 25248 0 0 0 1262 7 0 0 20 0 2 0 276641567 157364224 24487 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 38419 24487 195 432 0 37984 0
[pid=25095/tid=25097] ppid=25093 vsize=153676 CPUtime=12.58 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 23136 0 0 0 1252 6 0 0 20 0 2 0 276641574 157364224 24487 33554432000 4194304 5963574 140735608825872 139951437182968 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153676

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28366116/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=153676 CPUtime=25.48 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 30640 0 0 0 2540 8 0 0 20 0 2 0 276641567 157364224 29879 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 38419 29879 195 432 0 37984 0
[pid=25095/tid=25097] ppid=25093 vsize=153676 CPUtime=25.35 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 28528 0 0 0 2527 8 0 0 20 0 2 0 276641574 157364224 29879 33554432000 4194304 5963574 140735608825872 139951437182968 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153676

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28269148/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=285232 CPUtime=51.08 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 55281 0 0 0 5091 17 0 0 20 0 2 0 276641567 292077568 54520 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 71308 54520 195 432 0 70873 0
[pid=25095/tid=25097] ppid=25093 vsize=285232 CPUtime=50.88 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 53169 0 0 0 5072 16 0 0 20 0 2 0 276641574 292077568 54520 33554432000 4194304 5963574 140735608825872 139951437182968 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 285232

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231872/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=285232 CPUtime=102.28 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 64026 0 0 0 10208 20 0 0 20 0 2 0 276641567 292077568 63265 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 71308 63265 195 432 0 70873 0
[pid=25095/tid=25097] ppid=25093 vsize=285232 CPUtime=101.95 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 61914 0 0 0 10175 20 0 0 20 0 2 0 276641574 292077568 63265 33554432000 4194304 5963574 140735608825872 139951437182968 4400164 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) 285232

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25136
/proc/meminfo: memFree=28338424/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=351140 CPUtime=162.25 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 69602 0 0 0 16203 22 0 0 20 0 2 0 276641567 359567360 68604 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 87785 68604 195 432 0 87350 0
[pid=25095/tid=25097] ppid=25093 vsize=351140 CPUtime=161.77 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 67490 0 0 0 16153 24 0 0 20 0 2 0 276641574 359567360 68604 33554432000 4194304 5963574 140735608825872 139951437183928 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 351140

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25136
/proc/meminfo: memFree=28182028/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=351140 CPUtime=222.2 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 69664 0 0 0 22198 22 0 0 20 0 2 0 276641567 359567360 68688 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 87785 68688 195 432 0 87350 0
[pid=25095/tid=25097] ppid=25093 vsize=351140 CPUtime=221.58 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 67552 0 0 0 22133 25 0 0 20 0 2 0 276641574 359567360 68688 33554432000 4194304 5963574 140735608825872 139951437183928 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 351140

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25136
/proc/meminfo: memFree=27995068/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=351140 CPUtime=282.14 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 69734 0 0 0 28192 22 0 0 20 0 2 0 276641567 359567360 68721 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 87785 68721 195 432 0 87350 0
[pid=25095/tid=25097] ppid=25093 vsize=351140 CPUtime=281.39 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 67622 0 0 0 28113 26 0 0 20 0 2 0 276641574 359567360 68721 33554432000 4194304 5963574 140735608825872 139951437183928 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 351140

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25137
/proc/meminfo: memFree=27891208/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=416676 CPUtime=342.13 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 90031 0 0 0 34186 27 0 0 20 0 2 0 276641567 426676224 89512 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 104169 89512 195 432 0 103734 0
[pid=25095/tid=25097] ppid=25093 vsize=416676 CPUtime=341.22 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 87919 0 0 0 34090 32 0 0 20 0 2 0 276641574 426676224 89512 33554432000 4194304 5963574 140735608825872 139951437182968 4400074 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 416676

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25137
/proc/meminfo: memFree=27736672/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=547748 CPUtime=402.12 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 127304 0 0 0 40171 41 0 0 20 0 2 0 276641567 560893952 126785 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 136937 126785 195 432 0 136502 0
[pid=25095/tid=25097] ppid=25093 vsize=547748 CPUtime=401.07 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 125192 0 0 0 40060 47 0 0 20 0 2 0 276641574 560893952 126785 33554432000 4194304 5963574 140735608825872 139951437182968 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 547748

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25140
/proc/meminfo: memFree=27496876/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=679904 CPUtime=462.11 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25169
/proc/meminfo: memFree=24397636/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1272160 CPUtime=1421.84 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 312192 0 0 0 142060 124 0 0 20 0 2 0 276641567 1302691840 311917 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 318040 311917 195 432 0 317605 0
[pid=25095/tid=25097] ppid=25093 vsize=1272160 CPUtime=1418.34 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 310080 0 0 0 141689 145 0 0 20 0 2 0 276641574 1302691840 311917 33554432000 4194304 5963574 140735608825872 139951437182568 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 1272160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25169
/proc/meminfo: memFree=24173416/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1272160 CPUtime=1481.82 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 312206 0 0 0 148058 124 0 0 20 0 2 0 276641567 1302691840 311931 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 318040 311931 195 432 0 317605 0
[pid=25095/tid=25097] ppid=25093 vsize=1272160 CPUtime=1478.18 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 310094 0 0 0 147672 146 0 0 20 0 2 0 276641574 1302691840 311931 33554432000 4194304 5963574 140735608825872 139951437182568 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 1272160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25170
/proc/meminfo: memFree=23987788/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1272160 CPUtime=1541.81 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 312215 0 0 0 154057 124 0 0 20 0 2 0 276641567 1302691840 311940 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 318040 311940 195 432 0 317605 0
[pid=25095/tid=25097] ppid=25093 vsize=1272160 CPUtime=1538.02 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 310103 0 0 0 153655 147 0 0 20 0 2 0 276641574 1302691840 311940 33554432000 4194304 5963574 140735608825872 139951437182568 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1272160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25170
/proc/meminfo: memFree=23809724/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1272160 CPUtime=1601.8 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 312215 0 0 0 160056 124 0 0 20 0 2 0 276641567 1302691840 311940 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 318040 311940 195 432 0 317605 0
[pid=25095/tid=25097] ppid=25093 vsize=1272160 CPUtime=1597.87 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 310103 0 0 0 159639 148 0 0 20 0 2 0 276641574 1302691840 311940 33554432000 4194304 5963574 140735608825872 139951437182568 4399627 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1272160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25173
/proc/meminfo: memFree=23595568/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1272160 CPUtime=1661.79 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 312220 0 0 0 166055 124 0 0 20 0 2 0 276641567 1302691840 311945 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 318040 311945 195 432 0 317605 0
[pid=25095/tid=25097] ppid=25093 vsize=1272160 CPUtime=1657.71 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 310108 0 0 0 165622 149 0 0 20 0 2 0 276641574 1302691840 311945 33554432000 4194304 5963574 140735608825872 139951437182568 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1272160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23476388/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1272160 CPUtime=1721.75 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 312283 0 0 0 172051 124 0 0 20 0 2 0 276641567 1302691840 312189 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 318040 312189 195 432 0 317605 0
[pid=25095/tid=25097] ppid=25093 vsize=1272160 CPUtime=1717.52 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 310171 0 0 0 171602 150 0 0 20 0 2 0 276641574 1302691840 312189 33554432000 4194304 5963574 140735608825872 139951437182568 4399474 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1272160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23460792/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1781.7 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 316360 0 0 0 178045 125 0 0 20 0 2 0 276641567 1369800704 316308 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 316308 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1777.33 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 314248 0 0 0 177582 151 0 0 20 0 2 0 276641574 1369800704 316308 33554432000 4194304 5963574 140735608825872 139951437182968 4399971 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 1337696

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23446516/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1791.3 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 319637 0 0 0 179003 127 0 0 20 0 2 0 276641567 1369800704 319621 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 319621 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1786.91 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 317525 0 0 0 178537 154 0 0 20 0 2 0 276641574 1369800704 319621 33554432000 4194304 5963574 140735608825872 139951437182968 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.3
Current children cumulated vsize (KiB) 1337696

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23443416/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1794.5 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 320346 0 0 0 179323 127 0 0 20 0 2 0 276641567 1369800704 320330 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 320330 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1790.1 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 318234 0 0 0 178856 154 0 0 20 0 2 0 276641574 1369800704 320330 33554432000 4194304 5963574 140735608825872 139951437182968 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.5
Current children cumulated vsize (KiB) 1337696

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23440424/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1797.69 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 321355 0 0 0 179641 128 0 0 20 0 2 0 276641567 1369800704 321383 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 321383 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1793.27 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 319243 0 0 0 179173 154 0 0 20 0 2 0 276641574 1369800704 321383 33554432000 4194304 5963574 140735608825872 139951437182968 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (KiB) 1337696

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23439060/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1798.49 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 321646 0 0 0 179721 128 0 0 20 0 2 0 276641567 1369800704 321674 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 321674 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1794.07 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 319534 0 0 0 179252 155 0 0 20 0 2 0 276641574 1369800704 321674 33554432000 4194304 5963574 140735608825872 139951437182968 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (KiB) 1337696

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23437696/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1798.89 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 321776 0 0 0 179761 128 0 0 20 0 2 0 276641567 1369800704 321804 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 321804 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1794.48 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 319664 0 0 0 179293 155 0 0 20 0 2 0 276641574 1369800704 321804 33554432000 4194304 5963574 140735608825872 139951437182968 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (KiB) 1337696

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23437696/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1799.29 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 321989 0 0 0 179801 128 0 0 20 0 2 0 276641567 1369800704 322017 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 322017 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1794.87 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 319877 0 0 0 179332 155 0 0 20 0 2 0 276641574 1369800704 322017 33554432000 4194304 5963574 140735608825872 139951437182968 4388706 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.29
Current children cumulated vsize (KiB) 1337696

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25173
/proc/meminfo: memFree=23437696/32873852 swapFree=6848/6848
[pid=25095] ppid=25093 vsize=1337696 CPUtime=1799.39 cores=1,3,5,7
/proc/25095/stat : 25095 (wbo1.7) S 25093 25095 23570 0 -1 4202496 322028 0 0 0 179811 128 0 0 20 0 2 0 276641567 1369800704 322056 33554432000 4194304 5963574 140735608825872 140735608825392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25095/statm: 334424 322056 195 432 0 333989 0
[pid=25095/tid=25097] ppid=25093 vsize=1337696 CPUtime=1794.97 cores=1,3,5,7
/proc/25095/task/25097/stat : 25097 (wbo1.7) R 25093 25095 23570 0 -1 4202560 319916 0 0 0 179342 155 0 0 20 0 2 0 276641574 1369800704 322056 33554432000 4194304 5963574 140735608825872 139951437182968 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 1337696

Child status: 255

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

Real time (s): 1800.04
CPU time (s): 1799.39
CPU user time (s): 1798.11
CPU system time (s): 1.28
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 1337696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 1.59276
maximum resident set size= 1288244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322033
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= 382
involuntary context switches= 1863

runsolver used 2.99854 second user time and 8.49371 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 09:52:41
IDJOB=3705346
IDBENCH=25018
IDSOLVER=2283
FILE ID=node129/3705346-1338105161
RUNJOBID= node129-1338087110-23587
PBS_JOBID= 14624434
Free space on /tmp= 71196 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_2.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705346-1338105161/watcher-3705346-1338105161 -o /tmp/evaluation-result-3705346-1338105161/solver-3705346-1338105161 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705346-1338105161.opb

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

MD5SUM BENCH= af0ded53094abde95c37378ccd6c7afa
RANDOM SEED=1001706015

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28486420 kB
Buffers:          319224 kB
Cached:          3018448 kB
SwapCached:            0 kB
Active:          1398092 kB
Inactive:        2168888 kB
Active(anon):     232056 kB
Inactive(anon):        0 kB
Active(file):    1166036 kB
Inactive(file):  2168888 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6240 kB
Writeback:             0 kB
AnonPages:        205324 kB
Mapped:            15092 kB
Shmem:               204 kB
Slab:             681300 kB
SReclaimable:     123916 kB
SUnreclaim:       557384 kB
KernelStack:        1472 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     195740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71192 MiB
End job on node129 at 2012-05-27 10:22:41