Trace number 3705348

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.57 1800.18

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
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-3705348-1338104869.opb.
0.00/0.00	c Instance file HOME/instance-3705348-1338104869.opb
0.00/0.00	c File size is 12066143 bytes.
0.89/0.90	c Cost Offset: 0
0.89/0.90	c Highest Coefficient sum: 3178
0.89/0.90	c ============================[ Problem Statistics ]=============================
0.89/0.90	c |                                                                             |
0.89/0.90	c |  Parsing time:          0.91         s                                      |
0.89/0.90	c |  Number Variables:      99789                                               |
0.89/0.90	c |  Number Clauses:        388955                                              |
0.89/0.90	c |  Number Cardinality:    1                                                   |
0.89/0.90	c |  Number PB Constraints: 0                                                   |
0.89/0.90	c |                                                                             |
1.09/1.12	c |  Problem Type:          Optimization                                        |
1.09/1.12	c |  Objective Function:    Cardinality Constraint                              |
1.09/1.12	c |                                                                             |
1.09/1.12	c ============================[ Search Statistics ]==============================
1.09/1.12	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
1.09/1.12	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
1.09/1.12	c ===============================================================================
1.19/1.29	c | 1.30      | 0  | 6            lb |  0                0                0.00  |
1.39/1.45	c | 1.46      | 0  | 7            lb |  0                0                0.00  |
1.59/1.65	c | 1.65      | 0  | 8            lb |  0                0                0.00  |
1.78/1.82	c | 1.82      | 0  | 9            lb |  0                0                0.00  |
1.88/1.99	c | 2.00      | 0  | 10           lb |  0                0                0.00  |
2.20/2.21	c | 2.22      | 0  | 11           lb |  0                0                0.00  |
2.49/2.56	c | 2.56      | 0  | 12           lb |  0                0                0.00  |
3.30/3.36	c | 3.37      | 0  | 13           lb |  0                0                0.00  |
532.11/532.37	c | 532.37    | 0  | 14           lb |  0                0                0.00  |
1799.48/1800.01	c ===============================================================================
1799.48/1800.01	c Wall Clock Time: 1800.01 s
1799.48/1800.01	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-3705348-1338104869/watcher-3705348-1338104869 -o /tmp/evaluation-result-3705348-1338104869/solver-3705348-1338104869 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705348-1338104869.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.01 2.01 2.00 2/175 11246
/proc/meminfo: memFree=31337312/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=15508 CPUtime=0 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4202496 473 0 0 0 0 0 0 0 20 0 1 0 276615338 15880192 425 33554432000 4194304 5963574 140736186883552 140737211904056 4344432 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 3877 425 169 432 0 496 0

[startup+0.095195 s]
/proc/loadavg: 2.01 2.01 2.00 2/175 11246
/proc/meminfo: memFree=31337312/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=22552 CPUtime=0.09 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4202496 2424 0 0 0 9 0 0 0 20 0 1 0 276615338 23093248 2311 33554432000 4194304 5963574 140736186883552 140737211904056 5138313 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 5638 2312 465 432 0 2257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22552

[startup+0.100277 s]
/proc/loadavg: 2.01 2.01 2.00 2/175 11246
/proc/meminfo: memFree=31337312/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=22816 CPUtime=0.09 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4202496 2510 0 0 0 9 0 0 0 20 0 1 0 276615338 23363584 2396 33554432000 4194304 5963574 140736186883552 140737211904056 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 5704 2397 482 432 0 2323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22816

[startup+0.300263 s]
/proc/loadavg: 2.01 2.01 2.00 2/175 11246
/proc/meminfo: memFree=31337312/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=34864 CPUtime=0.28 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4202496 6293 0 0 0 28 0 0 0 20 0 1 0 276615338 35700736 6000 33554432000 4194304 5963574 140736186883552 140737211904056 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 8716 6001 1144 432 0 5335 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34864

[startup+0.700261 s]
/proc/loadavg: 2.01 2.01 2.00 2/175 11246
/proc/meminfo: memFree=31337312/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=61132 CPUtime=0.69 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4202496 14156 0 0 0 67 2 0 0 20 0 1 0 276615338 62599168 13211 33554432000 4194304 5963574 140736186883552 140736186882040 5371932 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 15283 13212 2466 432 0 11902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61132

[startup+1.50034 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31234384/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=198432 CPUtime=1.49 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 52169 0 0 0 140 9 0 0 20 0 2 0 276615338 203194368 43271 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 49608 43271 192 432 0 49173 0
[pid=11246/tid=11248] ppid=11244 vsize=198432 CPUtime=0.57 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 33752 0 0 0 51 6 0 0 20 0 2 0 276615428 203194368 43271 33554432000 4194304 5963574 140736186883552 140728376461656 4419099 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198432

[startup+3.10034 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31142784/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=263968 CPUtime=3.09 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 56460 0 0 0 299 10 0 0 20 0 2 0 276615338 270303232 49095 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 65992 49095 194 432 0 65557 0
[pid=11246/tid=11248] ppid=11244 vsize=263968 CPUtime=2.17 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 38043 0 0 0 211 6 0 0 20 0 2 0 276615428 270303232 49095 33554432000 4194304 5963574 140736186883552 140728376461848 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263968

[startup+6.30034 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31139932/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=263968 CPUtime=6.29 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 56573 0 0 0 619 10 0 0 20 0 2 0 276615338 270303232 49208 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 65992 49208 195 432 0 65557 0
[pid=11246/tid=11248] ppid=11244 vsize=263968 CPUtime=5.37 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 38156 0 0 0 530 7 0 0 20 0 2 0 276615428 270303232 49208 33554432000 4194304 5963574 140736186883552 140728376461640 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263968

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31139816/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=263968 CPUtime=12.69 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 56573 0 0 0 1259 10 0 0 20 0 2 0 276615338 270303232 49208 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 65992 49208 195 432 0 65557 0
[pid=11246/tid=11248] ppid=11244 vsize=263968 CPUtime=11.75 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 38156 0 0 0 1168 7 0 0 20 0 2 0 276615428 270303232 49208 33554432000 4194304 5963574 140736186883552 140728376461640 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263968

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31139756/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=263968 CPUtime=25.48 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 56573 0 0 0 2538 10 0 0 20 0 2 0 276615338 270303232 49208 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 65992 49208 195 432 0 65557 0
[pid=11246/tid=11248] ppid=11244 vsize=263968 CPUtime=24.51 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 38156 0 0 0 2444 7 0 0 20 0 2 0 276615428 270303232 49208 33554432000 4194304 5963574 140736186883552 140728376461640 4388700 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 263968

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11248
/proc/meminfo: memFree=31111732/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=263968 CPUtime=51.08 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 63024 0 0 0 5096 12 0 0 20 0 2 0 276615338 270303232 55644 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 65992 55644 195 432 0 65557 0
[pid=11246/tid=11248] ppid=11244 vsize=263968 CPUtime=50.05 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 44607 0 0 0 4997 8 0 0 20 0 2 0 276615428 270303232 55644 33554432000 4194304 5963574 140736186883552 140728376461320 4372959 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 263968

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11249
/proc/meminfo: memFree=31016424/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=329504 CPUtime=102.28 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 84304 0 0 0 10211 17 0 0 20 0 2 0 276615338 337412096 76874 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 82376 76874 195 432 0 81941 0
[pid=11246/tid=11248] ppid=11244 vsize=329504 CPUtime=101.12 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 65887 0 0 0 10097 15 0 0 20 0 2 0 276615428 337412096 76874 33554432000 4194304 5963574 140736186883552 140728376461304 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 329504

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11252
/proc/meminfo: memFree=30891032/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=460576 CPUtime=162.26 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 114568 0 0 0 16202 24 0 0 20 0 2 0 276615338 471629824 107034 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 115144 107034 195 432 0 114709 0
[pid=11246/tid=11248] ppid=11244 vsize=460576 CPUtime=160.96 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 96151 0 0 0 16073 23 0 0 20 0 2 0 276615428 471629824 107034 33554432000 4194304 5963574 140736186883552 140728376461304 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 460576

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11291
/proc/meminfo: memFree=30887196/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=591648 CPUtime=222.24 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 142816 0 0 0 22194 30 0 0 20 0 2 0 276615338 605847552 136129 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 147912 136129 195 432 0 147477 0
[pid=11246/tid=11248] ppid=11244 vsize=591648 CPUtime=220.79 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 124399 0 0 0 22050 29 0 0 20 0 2 0 276615428 605847552 136129 33554432000 4194304 5963574 140736186883552 140728376461304 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 591648

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11291
/proc/meminfo: memFree=30675928/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=722720 CPUtime=282.2 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 170335 0 0 0 28184 36 0 0 20 0 2 0 276615338 740065280 163516 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 180680 163516 195 432 0 180245 0
[pid=11246/tid=11248] ppid=11244 vsize=722720 CPUtime=280.61 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 151918 0 0 0 28025 36 0 0 20 0 2 0 276615428 740065280 163516 33554432000 4194304 5963574 140736186883552 140728376461304 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 722720

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11291
/proc/meminfo: memFree=30554932/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=788256 CPUtime=342.16 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 196933 0 0 0 34175 41 0 0 20 0 2 0 276615338 807174144 190018 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 197064 190018 195 432 0 196629 0
[pid=11246/tid=11248] ppid=11244 vsize=788256 CPUtime=340.44 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 178516 0 0 0 34001 43 0 0 20 0 2 0 276615428 807174144 190018 33554432000 4194304 5963574 140736186883552 140728376461304 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 788256

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/175 11291
/proc/meminfo: memFree=30433652/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=919328 CPUtime=402.14 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 227175 0 0 0 40165 49 0 0 20 0 2 0 276615338 941391872 220146 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 229832 220146 195 432 0 229397 0
[pid=11246/tid=11248] ppid=11244 vsize=919328 CPUtime=400.27 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 208758 0 0 0 39976 51 0 0 20 0 2 0 276615428 941391872 220146 33554432000 4194304 5963574 140736186883552 140728376461304 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 919328

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11293
/proc/meminfo: memFree=30251216/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=1115936 CPUtime=462.12 cores=0,2,4,6

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11325
/proc/meminfo: memFree=28015624/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=2895532 CPUtime=1481.82 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 721887 0 0 0 148006 176 0 0 20 0 2 0 276615338 2965024768 714651 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 723883 714651 195 432 0 723448 0
[pid=11246/tid=11248] ppid=11244 vsize=2895532 CPUtime=1477.37 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 703470 0 0 0 147543 194 0 0 20 0 2 0 276615428 2965024768 714651 33554432000 4194304 5963574 140736186883552 140728376461304 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 2895532

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11325
/proc/meminfo: memFree=27824656/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3026604 CPUtime=1541.81 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 756399 0 0 0 153994 187 0 0 20 0 2 0 276615338 3099242496 749163 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 756651 749163 195 432 0 756216 0
[pid=11246/tid=11248] ppid=11244 vsize=3026604 CPUtime=1537.21 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 737982 0 0 0 153514 207 0 0 20 0 2 0 276615428 3099242496 749163 33554432000 4194304 5963574 140736186883552 140728376461304 4388668 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 3026604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11325
/proc/meminfo: memFree=27585984/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3157676 CPUtime=1601.8 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 790980 0 0 0 159981 199 0 0 20 0 2 0 276615338 3233460224 783744 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 789419 783744 195 432 0 788984 0
[pid=11246/tid=11248] ppid=11244 vsize=3157676 CPUtime=1597.06 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 772563 0 0 0 159487 219 0 0 20 0 2 0 276615428 3233460224 783744 33554432000 4194304 5963574 140736186883552 140728376461304 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 3157676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27421028/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3288748 CPUtime=1661.8 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 823888 0 0 0 165970 210 0 0 20 0 2 0 276615338 3367677952 817163 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 822187 817163 195 432 0 821752 0
[pid=11246/tid=11248] ppid=11244 vsize=3288748 CPUtime=1656.9 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 805471 0 0 0 165459 231 0 0 20 0 2 0 276615428 3367677952 817163 33554432000 4194304 5963574 140736186883552 140728376461304 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 3288748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27256820/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3485356 CPUtime=1721.79 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 864948 0 0 0 171957 222 0 0 20 0 2 0 276615338 3569004544 858223 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 871339 858223 195 432 0 870904 0
[pid=11246/tid=11248] ppid=11244 vsize=3485356 CPUtime=1716.75 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 846531 0 0 0 171431 244 0 0 20 0 2 0 276615428 3569004544 858223 33554432000 4194304 5963574 140736186883552 140728376461304 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 3485356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27037988/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1781.77 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 890817 0 0 0 177949 228 0 0 20 0 2 0 276615338 3703222272 884092 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 884092 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1776.6 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 872400 0 0 0 177409 251 0 0 20 0 2 0 276615428 3703222272 884092 33554432000 4194304 5963574 140736186883552 140728376461304 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 3616428

############
# WARNING:
# current cumulated CPU time (1795.26 s) is less than in the last sample (1799.48 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.22009 s) to the 'lost time'.

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27003732/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1799.48 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 897520 0 0 0 179717 231 0 0 20 0 2 0 276615338 3703222272 890795 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 890795 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1794.25 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 879103 0 0 0 179171 254 0 0 20 0 2 0 276615428 3703222272 890795 33554432000 4194304 5963574 140736186883552 140728376461304 4388700 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 3616428

[startup+1800.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27003732/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=0 CPUtime=1795.26 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4203524 897522 0 0 0 179259 267 0 0 20 0 1 0 276615338 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 0
#
############


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 11326
/proc/meminfo: memFree=27014660/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1791.38 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 894754 0 0 0 178909 229 0 0 20 0 2 0 276615338 3703222272 888029 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 888029 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1786.18 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 876337 0 0 0 178365 253 0 0 20 0 2 0 276615428 3703222272 888029 33554432000 4194304 5963574 140736186883552 140728376461304 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 3616428

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27008196/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1794.58 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 896362 0 0 0 179228 230 0 0 20 0 2 0 276615338 3703222272 889637 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 889637 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1789.37 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 877945 0 0 0 178684 253 0 0 20 0 2 0 276615428 3703222272 889637 33554432000 4194304 5963574 140736186883552 140728376461304 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 3616428

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27004600/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1797.78 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 897319 0 0 0 179547 231 0 0 20 0 2 0 276615338 3703222272 890594 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 890594 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1792.55 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 878902 0 0 0 179001 254 0 0 20 0 2 0 276615428 3703222272 890594 33554432000 4194304 5963574 140736186883552 140728376461304 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 3616428

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27004104/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1798.58 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 897414 0 0 0 179627 231 0 0 20 0 2 0 276615338 3703222272 890689 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 890689 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1793.35 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 878997 0 0 0 179081 254 0 0 20 0 2 0 276615428 3703222272 890689 33554432000 4194304 5963574 140736186883552 140728376460904 4402837 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 3616428

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27003732/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=3616428 CPUtime=1799.38 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) S 11244 11246 8971 0 -1 4202496 897495 0 0 0 179707 231 0 0 20 0 2 0 276615338 3703222272 890770 33554432000 4194304 5963574 140736186883552 140736186883072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 904107 890770 195 432 0 903672 0
[pid=11246/tid=11248] ppid=11244 vsize=3616428 CPUtime=1794.15 cores=0,2,4,6
/proc/11246/task/11248/stat : 11248 (wbo1.7) R 11244 11246 8971 0 -1 4202560 879078 0 0 0 179161 254 0 0 20 0 2 0 276615428 3703222272 890770 33554432000 4194304 5963574 140736186883552 140728376461304 4388696 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 3616428

[startup+1800.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11326
/proc/meminfo: memFree=27003732/32873844 swapFree=6088/6088
[pid=11246] ppid=11244 vsize=0 CPUtime=1795.26 cores=0,2,4,6
/proc/11246/stat : 11246 (wbo1.7) R 11244 11246 8971 0 -1 4203524 897522 0 0 0 179259 267 0 0 20 0 1 0 276615338 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11246/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.22009
#  lost CPU user time (s): 4.58008
#  lost CPU system time (s): -0.36

Real time (s): 1800.18
CPU time (s): 1799.57
CPU user time (s): 1797.18
CPU system time (s): 2.38958
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 3616428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.6
system time used= 2.74958
maximum resident set size= 3563188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 897522
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= 290
involuntary context switches= 3394

runsolver used 3.18851 second user time and 8.64368 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 09:47:49
IDJOB=3705348
IDBENCH=25013
IDSOLVER=2283
FILE ID=node110/3705348-1338104869
RUNJOBID= node110-1338085012-8987
PBS_JOBID= 14624425
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=702883536

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31337584 kB
Buffers:          226156 kB
Cached:           284728 kB
SwapCached:          148 kB
Active:           687128 kB
Inactive:          64316 kB
Active(anon):     230656 kB
Inactive(anon):    12496 kB
Active(file):     456472 kB
Inactive(file):    51820 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:        252488 kB
Mapped:            14928 kB
Shmem:               196 kB
Slab:             644672 kB
SReclaimable:      87252 kB
SUnreclaim:       557420 kB
KernelStack:        1456 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71660 MiB
End job on node110 at 2012-05-27 10:17:49