Trace number 3727653

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_8.opb
MD5SUMa6271c60ac3da107dd19024b50d39967
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark60.8677
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables4318
Total number of constraints15120
Number of constraints which are clauses15112
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint1
Maximum length of a constraint490
Number of terms in the objective function 490
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 490
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 518
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727653-1338664077.opb.
0.00/0.00	c Instance file HOME/instance-3727653-1338664077.opb
0.00/0.00	c File size is 435390 bytes.
0.00/0.03	c Cost Offset: 0
0.00/0.03	c Highest Coefficient sum: 518
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      4318                                                |
0.00/0.03	c |  Number Clauses:        15119                                               |
0.00/0.03	c |  Number Cardinality:    1                                                   |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.04	c |  Problem Type:          Optimization                                        |
0.00/0.04	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.04	c |                                                                             |
0.00/0.04	c ============================[ Search Statistics ]==============================
0.00/0.04	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.04	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.04	c ===============================================================================
0.00/0.04	c | 0.05      | 0  | 6            lb |  0                0                0.00  |
0.00/0.05	c | 0.06      | 0  | 7            lb |  0                0                0.00  |
0.00/0.06	c | 0.06      | 0  | 8            lb |  0                0                0.00  |
0.05/0.06	c | 0.07      | 0  | 9            lb |  0                0                0.00  |
0.05/0.07	c | 0.07      | 0  | 10           lb |  0                0                0.00  |
0.05/0.08	c | 0.08      | 0  | 11           lb |  0                0                0.00  |
0.09/0.12	c | 0.13      | 0  | 12           lb |  0                0                0.00  |
0.69/0.74	c | 0.75      | 0  | 13           lb |  0                0                0.00  |
7.29/7.32	c | 7.32      | 0  | 14           lb |  0                0                0.00  |
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-3727653-1338664077/watcher-3727653-1338664077 -o /tmp/evaluation-result-3727653-1338664077/solver-3727653-1338664077 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727653-1338664077.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: 1.92 1.98 1.99 2/177 6835
/proc/meminfo: memFree=26332972/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=3860 CPUtime=0 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) R 6833 6835 4479 0 -1 4202496 381 0 0 0 0 0 0 0 20 0 1 0 332533156 3952640 333 33554432000 4194304 5964350 140734448183664 140736111904920 4344327 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 965 334 172 433 0 422 0

[startup+0.064801 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 6835
/proc/meminfo: memFree=26332972/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=0.05 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 3061 0 0 0 5 0 0 0 20 0 2 0 332533156 87609344 2678 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 2680 191 433 0 20953 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85556

[startup+0.100188 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 6835
/proc/meminfo: memFree=26332972/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=0.09 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 3154 0 0 0 9 0 0 0 20 0 2 0 332533156 87609344 2771 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 2771 194 433 0 20953 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85556

[startup+0.300132 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 6835
/proc/meminfo: memFree=26332972/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=0.29 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 3236 0 0 0 29 0 0 0 20 0 2 0 332533156 87609344 2853 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 2853 195 433 0 20953 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85556

[startup+0.700102 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 6835
/proc/meminfo: memFree=26332972/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=0.69 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 3769 0 0 0 69 0 0 0 20 0 2 0 332533156 87609344 3386 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 3386 195 433 0 20953 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85556

[startup+1.50013 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6837
/proc/meminfo: memFree=26312248/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=1.49 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 4468 0 0 0 148 1 0 0 20 0 2 0 332533156 87609344 4085 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 4085 195 433 0 20953 0
[pid=6835/tid=6837] ppid=6833 vsize=85556 CPUtime=1.45 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 3086 0 0 0 145 0 0 0 20 0 2 0 332533160 87609344 4085 33554432000 4194304 5964350 140734448183664 139727113996616 5136340 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) 85556

[startup+3.10015 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6837
/proc/meminfo: memFree=26301860/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=3.09 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 7081 0 0 0 308 1 0 0 20 0 2 0 332533156 87609344 6698 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 6698 195 433 0 20953 0
[pid=6835/tid=6837] ppid=6833 vsize=85556 CPUtime=3.05 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 5699 0 0 0 303 2 0 0 20 0 2 0 332533160 87609344 6698 33554432000 4194304 5964350 140734448183664 139727113996088 5136340 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) 85556

[startup+6.30015 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 6837
/proc/meminfo: memFree=26279076/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=6.29 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 8222 0 0 0 627 2 0 0 20 0 2 0 332533156 87609344 7839 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 7839 195 433 0 20953 0
[pid=6835/tid=6837] ppid=6833 vsize=85556 CPUtime=6.26 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 6840 0 0 0 623 3 0 0 20 0 2 0 332533160 87609344 7839 33554432000 4194304 5964350 140734448183664 139727113996280 4221120 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) 85556

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 6837
/proc/meminfo: memFree=26238796/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=85556 CPUtime=12.69 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 12134 0 0 0 1266 3 0 0 20 0 2 0 332533156 87609344 11751 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 21389 11751 195 433 0 20953 0
[pid=6835/tid=6837] ppid=6833 vsize=85556 CPUtime=12.65 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 10752 0 0 0 1262 3 0 0 20 0 2 0 332533160 87609344 11751 33554432000 4194304 5964350 140734448183664 139727113996280 4399976 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) 85556

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 6837
/proc/meminfo: memFree=26153220/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=151308 CPUtime=25.48 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 18415 0 0 0 2544 4 0 0 20 0 2 0 332533156 154939392 18032 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 37827 18032 195 433 0 37391 0
[pid=6835/tid=6837] ppid=6833 vsize=151308 CPUtime=25.45 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 17033 0 0 0 2540 5 0 0 20 0 2 0 332533160 154939392 18032 33554432000 4194304 5964350 140734448183664 139727113996280 4399840 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) 151308

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 6838
/proc/meminfo: memFree=25940404/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=151416 CPUtime=51.08 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 33680 0 0 0 5099 9 0 0 20 0 2 0 332533156 155049984 33297 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 37854 33297 195 433 0 37418 0
[pid=6835/tid=6837] ppid=6833 vsize=151416 CPUtime=51.05 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 32298 0 0 0 5095 10 0 0 20 0 2 0 332533160 155049984 33297 33554432000 4194304 5964350 140734448183664 139727113996088 4400007 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) 151416

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 6838
/proc/meminfo: memFree=25590712/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=282648 CPUtime=102.29 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 59430 0 0 0 10215 14 0 0 20 0 2 0 332533156 289431552 59047 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 70662 59047 195 433 0 70226 0
[pid=6835/tid=6837] ppid=6833 vsize=282648 CPUtime=102.26 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 58048 0 0 0 10211 15 0 0 20 0 2 0 332533160 289431552 59047 33554432000 4194304 5964350 140734448183664 139727113996280 4392779 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 282648

[startup+162.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/180 6841
/proc/meminfo: memFree=25523784/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=283104 CPUtime=162.26 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 62774 0 0 0 16212 14 0 0 20 0 2 0 332533156 289898496 62386 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 70776 62386 195 433 0 70340 0
[pid=6835/tid=6837] ppid=6833 vsize=283104 CPUtime=162.25 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 61392 0 0 0 16208 17 0 0 20 0 2 0 332533160 289898496 62386 33554432000 4194304 5964350 140734448183664 139727113996088 4389080 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) 283104

[startup+222.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 6841
/proc/meminfo: memFree=25418980/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=283320 CPUtime=222.21 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 63537 0 0 0 22207 14 0 0 20 0 2 0 332533156 290119680 63164 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 70830 63164 195 433 0 70394 0
[pid=6835/tid=6837] ppid=6833 vsize=283320 CPUtime=222.22 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 62155 0 0 0 22204 18 0 0 20 0 2 0 332533160 290119680 63164 33554432000 4194304 5964350 140734448183664 139727113996088 4400336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 283320

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6841
/proc/meminfo: memFree=25259172/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=284400 CPUtime=282.16 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 63948 0 0 0 28202 14 0 0 20 0 2 0 332533156 291225600 63528 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 71100 63528 195 433 0 70664 0
[pid=6835/tid=6837] ppid=6833 vsize=284400 CPUtime=282.18 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 62566 0 0 0 28199 19 0 0 20 0 2 0 332533160 291225600 63528 33554432000 4194304 5964350 140734448183664 139727113996152 4392637 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 284400

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6841
/proc/meminfo: memFree=24937044/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=481368 CPUtime=342.14 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 102645 0 0 0 34186 28 0 0 20 0 2 0 332533156 492920832 103222 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 120342 103222 195 433 0 119906 0
[pid=6835/tid=6837] ppid=6833 vsize=481368 CPUtime=342.18 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 101263 0 0 0 34184 34 0 0 20 0 2 0 332533160 492920832 103222 33554432000 4194304 5964350 140734448183664 139727113996280 4389020 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 481368

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6842
/proc/meminfo: memFree=24707424/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=481584 CPUtime=402.14 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 112167 0 0 0 40182 32 0 0 20 0 2 0 332533156 493142016 112744 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 120396 112744 195 433 0 119960 0
[pid=6835/tid=6837] ppid=6833 vsize=481584 CPUtime=402.18 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 110785 0 0 0 40180 38 0 0 20 0 2 0 332533160 493142016 112744 33554432000 4194304 5964350 140734448183664 139727113996280 4400007 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) 481584

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6842
/proc/meminfo: memFree=24577128/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=481584 CPUtime=462.13 cores=0,2,4,6

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

/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 194960 0 0 0 130123 89 0 0 20 0 2 0 332533160 838135808 197096 33554432000 4194304 5964350 140734448183664 139727113996088 4221120 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) 818492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6852
/proc/meminfo: memFree=23929716/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=949564 CPUtime=1361.87 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 216673 0 0 0 136112 75 0 0 20 0 2 0 332533156 972353536 217427 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 237391 217427 195 433 0 236955 0
[pid=6835/tid=6837] ppid=6833 vsize=949564 CPUtime=1362.11 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 215291 0 0 0 136115 96 0 0 20 0 2 0 332533160 972353536 217427 33554432000 4194304 5964350 140734448183664 139727113996280 4399840 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) 949564

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6852
/proc/meminfo: memFree=23803352/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=949564 CPUtime=1421.87 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 216693 0 0 0 142112 75 0 0 20 0 2 0 332533156 972353536 217447 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 237391 217447 195 433 0 236955 0
[pid=6835/tid=6837] ppid=6833 vsize=949564 CPUtime=1422.12 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 215311 0 0 0 142115 97 0 0 20 0 2 0 332533160 972353536 217447 33554432000 4194304 5964350 140734448183664 139727113996280 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 949564

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 6852
/proc/meminfo: memFree=23637240/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1016180 CPUtime=1481.86 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 246891 0 0 0 148098 88 0 0 20 0 2 0 332533156 1040568320 247645 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 254045 247645 195 433 0 253609 0
[pid=6835/tid=6837] ppid=6833 vsize=1016180 CPUtime=1482.12 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 245509 0 0 0 148101 111 0 0 20 0 2 0 332533160 1040568320 247645 33554432000 4194304 5964350 140734448183664 139727113996328 4378928 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1016180

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 6852
/proc/meminfo: memFree=23636524/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1016180 CPUtime=1541.85 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 246899 0 0 0 154097 88 0 0 20 0 2 0 332533156 1040568320 247653 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 254045 247653 195 433 0 253609 0
[pid=6835/tid=6837] ppid=6833 vsize=1016180 CPUtime=1542.12 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 245517 0 0 0 154100 112 0 0 20 0 2 0 332533160 1040568320 247653 33554432000 4194304 5964350 140734448183664 139727113996328 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1016180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6853
/proc/meminfo: memFree=23634448/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1016180 CPUtime=1601.84 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 247905 0 0 0 160095 89 0 0 20 0 2 0 332533156 1040568320 248659 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 254045 248659 195 433 0 253609 0
[pid=6835/tid=6837] ppid=6833 vsize=1016180 CPUtime=1602.12 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 246523 0 0 0 160099 113 0 0 20 0 2 0 332533160 1040568320 248659 33554432000 4194304 5964350 140734448183664 139727113996280 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1016180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6853
/proc/meminfo: memFree=23528864/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1148924 CPUtime=1661.83 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273865 0 0 0 166081 102 0 0 20 0 2 0 332533156 1176498176 274619 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287231 274619 195 433 0 286795 0
[pid=6835/tid=6837] ppid=6833 vsize=1148924 CPUtime=1662.13 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272483 0 0 0 166085 128 0 0 20 0 2 0 332533160 1176498176 274619 33554432000 4194304 5964350 140734448183664 139727113996280 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1148924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6853
/proc/meminfo: memFree=23528868/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1721.82 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273906 0 0 0 172080 102 0 0 20 0 2 0 332533156 1176608768 274660 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274660 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1722.13 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272524 0 0 0 172084 129 0 0 20 0 2 0 332533160 1176608768 274660 33554432000 4194304 5964350 140734448183664 139727113996328 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1149032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6853
/proc/meminfo: memFree=23528124/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1781.81 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 178079 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1782.13 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 178083 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4400608 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1149032

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6853
/proc/meminfo: memFree=23528372/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1791.41 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179039 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1791.74 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179044 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4399987 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) 1149032

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6853
/proc/meminfo: memFree=23528372/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1794.61 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179359 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1794.94 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179364 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 1149032

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 6882
/proc/meminfo: memFree=25266676/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1797.8 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179678 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1798.13 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179683 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4221120 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) 1149032

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6931
/proc/meminfo: memFree=25242640/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1798.6 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179758 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1798.93 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179763 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4399840 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) 1149032

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6931
/proc/meminfo: memFree=25239664/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1799.01 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179799 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1799.34 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179804 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4220672 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) 1149032

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6931
/proc/meminfo: memFree=25239664/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1799.4 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179838 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1799.73 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179843 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4399840 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) 1149032

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6931
/proc/meminfo: memFree=25239664/32873648 swapFree=6864/6864
[pid=6835] ppid=6833 vsize=1149032 CPUtime=1799.5 cores=0,2,4,6
/proc/6835/stat : 6835 (wbo1.72) S 6833 6835 4479 0 -1 4202496 273907 0 0 0 179848 102 0 0 20 0 2 0 332533156 1176608768 274661 33554432000 4194304 5964350 140734448183664 140734448183184 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6835/statm: 287258 274661 195 433 0 286822 0
[pid=6835/tid=6837] ppid=6833 vsize=1149032 CPUtime=1799.83 cores=0,2,4,6
/proc/6835/task/6837/stat : 6837 (wbo1.72) R 6833 6835 4479 0 -1 4202560 272525 0 0 0 179853 130 0 0 20 0 2 0 332533160 1176608768 274661 33554432000 4194304 5964350 140734448183664 139727113996328 4399840 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) 1149032

Child status: 255
Real time (s): 1800.04
CPU time (s): 1799.92
CPU user time (s): 1798.57
CPU system time (s): 1.34879
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 1149032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.34879
maximum resident set size= 1098652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273909
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= 275
involuntary context switches= 1893

runsolver used 10.2654 second user time and 13.8249 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-02 21:07:57
IDJOB=3727653
IDBENCH=25017
IDSOLVER=2313
FILE ID=node125/3727653-1338664077
RUNJOBID= node125-1338651472-6060
PBS_JOBID= 14636455
Free space on /tmp= 70452 MiB

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

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

MD5SUM BENCH= a6271c60ac3da107dd19024b50d39967
RANDOM SEED=368668640

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        26333608 kB
Buffers:          601328 kB
Cached:          4986508 kB
SwapCached:         2308 kB
Active:          2477596 kB
Inactive:        3158676 kB
Active(anon):      39316 kB
Inactive(anon):     9252 kB
Active(file):    2438280 kB
Inactive(file):  3149424 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             13060 kB
Writeback:             0 kB
AnonPages:         51228 kB
Mapped:            15024 kB
Shmem:                96 kB
Slab:             766180 kB
SReclaimable:     209812 kB
SUnreclaim:       556368 kB
KernelStack:        1472 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70444 MiB
End job on node125 at 2012-06-02 21:37:57