Trace number 3727649

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.47 1800.11

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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727649-1338663975.opb.
0.00/0.00	c Instance file HOME/instance-3727649-1338663975.opb
0.00/0.00	c File size is 12066143 bytes.
0.79/0.87	c Cost Offset: 0
0.79/0.87	c Highest Coefficient sum: 3178
0.79/0.88	c ============================[ Problem Statistics ]=============================
0.79/0.88	c |                                                                             |
0.79/0.88	c |  Parsing time:          0.88         s                                      |
0.79/0.88	c |  Number Variables:      99789                                               |
0.79/0.88	c |  Number Clauses:        388955                                              |
0.79/0.88	c |  Number Cardinality:    1                                                   |
0.79/0.88	c |  Number PB Constraints: 0                                                   |
0.79/0.88	c |                                                                             |
0.99/1.09	c |  Problem Type:          Optimization                                        |
0.99/1.09	c |  Objective Function:    Cardinality Constraint                              |
0.99/1.09	c |                                                                             |
0.99/1.09	c ============================[ Search Statistics ]==============================
0.99/1.09	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.99/1.09	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.99/1.09	c ===============================================================================
1.18/1.27	c | 1.27      | 0  | 6            lb |  0                0                0.00  |
1.38/1.43	c | 1.43      | 0  | 7            lb |  0                0                0.00  |
1.59/1.62	c | 1.62      | 0  | 8            lb |  0                0                0.00  |
1.69/1.79	c | 1.80      | 0  | 9            lb |  0                0                0.00  |
1.89/1.97	c | 1.97      | 0  | 10           lb |  0                0                0.00  |
2.09/2.19	c | 2.19      | 0  | 11           lb |  0                0                0.00  |
2.49/2.54	c | 2.54      | 0  | 12           lb |  0                0                0.00  |
3.29/3.31	c | 3.31      | 0  | 13           lb |  0                0                0.00  |
514.53/514.79	c | 514.79    | 0  | 14           lb |  0                0                0.00  |
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3727649-1338663975/watcher-3727649-1338663975 -o /tmp/evaluation-result-3727649-1338663975/solver-3727649-1338663975 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727649-1338663975.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 4185
/proc/meminfo: memFree=26980928/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=15656 CPUtime=0 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4202496 504 0 0 0 0 0 0 0 20 0 1 0 332523026 16031744 457 33554432000 4194304 5964350 140735148797568 140734690410792 4395569 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 3914 459 171 433 0 532 0

[startup+0.0500701 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=26980928/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=19448 CPUtime=0.04 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4202496 1549 0 0 0 4 0 0 0 20 0 1 0 332523026 19914752 1502 33554432000 4194304 5964350 140735148797568 140734690410792 4419455 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 4862 1504 322 433 0 1480 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19448

[startup+0.100228 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=26980928/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=22952 CPUtime=0.09 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4202496 2598 0 0 0 9 0 0 0 20 0 1 0 332523026 23502848 2485 33554432000 4194304 5964350 140735148797568 140734690410792 4342704 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 5738 2486 498 433 0 2356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22952

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=26980928/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=35776 CPUtime=0.29 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4202496 6618 0 0 0 28 1 0 0 20 0 1 0 332523026 36634624 6197 33554432000 4194304 5964350 140735148797568 140734690410792 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 8944 6198 1180 433 0 5562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35776

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=26980928/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=63012 CPUtime=0.69 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4202496 14510 0 0 0 67 2 0 0 20 0 1 0 332523026 64524288 13566 33554432000 4194304 5964350 140735148797568 140735148795912 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 15753 13567 2540 433 0 12371 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63012

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4187
/proc/meminfo: memFree=26868064/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=198436 CPUtime=1.48 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 52275 0 0 0 140 8 0 0 20 0 2 0 332523026 203198464 43378 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 49609 43381 191 433 0 49173 0
[pid=4185/tid=4187] ppid=4183 vsize=198436 CPUtime=0.6 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 33863 0 0 0 54 6 0 0 20 0 2 0 332523114 203198464 43381 33554432000 4194304 5964350 140735148797568 139662264822296 5136410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 198436

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4187
/proc/meminfo: memFree=26786624/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=263972 CPUtime=3.09 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 56458 0 0 0 300 9 0 0 20 0 2 0 332523026 270307328 49094 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 65993 49094 194 433 0 65557 0
[pid=4185/tid=4187] ppid=4183 vsize=263972 CPUtime=2.2 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 38043 0 0 0 213 7 0 0 20 0 2 0 332523114 270307328 49094 33554432000 4194304 5964350 140735148797568 139662264822088 4387871 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263972

[startup+6.30028 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 4187
/proc/meminfo: memFree=26784056/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=263972 CPUtime=6.29 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 56571 0 0 0 620 9 0 0 20 0 2 0 332523026 270307328 49207 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 65993 49207 195 433 0 65557 0
[pid=4185/tid=4187] ppid=4183 vsize=263972 CPUtime=5.4 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 38156 0 0 0 533 7 0 0 20 0 2 0 332523114 270307328 49207 33554432000 4194304 5964350 140735148797568 139662264822088 4392783 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263972

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4187
/proc/meminfo: memFree=26784124/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=263972 CPUtime=12.68 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 56571 0 0 0 1259 9 0 0 20 0 2 0 332523026 270307328 49207 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 65993 49207 195 433 0 65557 0
[pid=4185/tid=4187] ppid=4183 vsize=263972 CPUtime=11.78 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 38156 0 0 0 1171 7 0 0 20 0 2 0 332523114 270307328 49207 33554432000 4194304 5964350 140735148797568 139662264822088 4403263 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 263972

[startup+25.5002 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 4187
/proc/meminfo: memFree=26784676/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=263972 CPUtime=25.48 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 56571 0 0 0 2539 9 0 0 20 0 2 0 332523026 270307328 49207 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 65993 49207 195 433 0 65557 0
[pid=4185/tid=4187] ppid=4183 vsize=263972 CPUtime=24.55 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 38156 0 0 0 2448 7 0 0 20 0 2 0 332523114 270307328 49207 33554432000 4194304 5964350 140735148797568 139662264822088 4403263 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 263972

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 4187
/proc/meminfo: memFree=26755412/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=263972 CPUtime=51.07 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 64424 0 0 0 5096 11 0 0 20 0 2 0 332523026 270307328 57045 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 65993 57045 195 433 0 65557 0
[pid=4185/tid=4187] ppid=4183 vsize=263972 CPUtime=50.07 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 46009 0 0 0 4999 8 0 0 20 0 2 0 332523114 270307328 57045 33554432000 4194304 5964350 140735148797568 139662264821560 4399774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 263972

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4187
/proc/meminfo: memFree=26662288/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=395044 CPUtime=102.27 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 87083 0 0 0 10210 17 0 0 20 0 2 0 332523026 404525056 79649 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 98761 79649 195 433 0 98325 0
[pid=4185/tid=4187] ppid=4183 vsize=395044 CPUtime=101.14 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 68668 0 0 0 10099 15 0 0 20 0 2 0 332523114 404525056 79649 33554432000 4194304 5964350 140735148797568 139662264821752 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 395044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4187
/proc/meminfo: memFree=26539200/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=460580 CPUtime=162.24 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 117308 0 0 0 16200 24 0 0 20 0 2 0 332523026 471633920 110616 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 115145 110616 195 433 0 114709 0
[pid=4185/tid=4187] ppid=4183 vsize=460580 CPUtime=160.97 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 98893 0 0 0 16073 24 0 0 20 0 2 0 332523114 471633920 110616 33554432000 4194304 5964350 140735148797568 139662264821752 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 460580

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4187
/proc/meminfo: memFree=26411740/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=591652 CPUtime=222.21 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 149007 0 0 0 22190 31 0 0 20 0 2 0 332523026 605851648 142100 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 147913 142100 195 433 0 147477 0
[pid=4185/tid=4187] ppid=4183 vsize=591652 CPUtime=220.8 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 130592 0 0 0 22048 32 0 0 20 0 2 0 332523114 605851648 142100 33554432000 4194304 5964350 140735148797568 139662264821752 4373343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 591652

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 4191
/proc/meminfo: memFree=26305188/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=722724 CPUtime=282.19 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 175809 0 0 0 28181 38 0 0 20 0 2 0 332523026 740069376 168821 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 180681 168821 195 433 0 180245 0
[pid=4185/tid=4187] ppid=4183 vsize=722724 CPUtime=280.63 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 157394 0 0 0 28023 40 0 0 20 0 2 0 332523114 740069376 168821 33554432000 4194304 5964350 140735148797568 139662264821752 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 722724

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4191
/proc/meminfo: memFree=26188416/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=853796 CPUtime=342.17 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 204527 0 0 0 34171 46 0 0 20 0 2 0 332523026 874287104 197445 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 213449 197445 195 433 0 213013 0
[pid=4185/tid=4187] ppid=4183 vsize=853796 CPUtime=340.46 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 186112 0 0 0 33998 48 0 0 20 0 2 0 332523114 874287104 197445 33554432000 4194304 5964350 140735148797568 139662264821752 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 853796

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4230
/proc/meminfo: memFree=26186172/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=984868 CPUtime=402.16 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 236385 0 0 0 40162 54 0 0 20 0 2 0 332523026 1008504832 229229 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 246217 229229 195 433 0 245781 0
[pid=4185/tid=4187] ppid=4183 vsize=984868 CPUtime=400.31 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 217970 0 0 0 39974 57 0 0 20 0 2 0 332523114 1008504832 229229 33554432000 4194304 5964350 140735148797568 139662264821752 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 984868

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4230
/proc/meminfo: memFree=25891916/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=1181476 CPUtime=462.15 cores=1,3,5,7

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4240
/proc/meminfo: memFree=23974296/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=2961072 CPUtime=1481.89 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 728569 0 0 0 147997 192 0 0 20 0 2 0 332523026 3032137728 720925 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 740268 720925 195 433 0 739832 0
[pid=4185/tid=4187] ppid=4183 vsize=2961072 CPUtime=1477.45 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 710154 0 0 0 147534 211 0 0 20 0 2 0 332523114 3032137728 720925 33554432000 4194304 5964350 140735148797568 139662264821752 4400380 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 2961072

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4241
/proc/meminfo: memFree=23835824/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3092144 CPUtime=1541.86 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 762584 0 0 0 153982 204 0 0 20 0 2 0 332523026 3166355456 754964 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 773036 754964 195 433 0 772600 0
[pid=4185/tid=4187] ppid=4183 vsize=3092144 CPUtime=1537.27 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 744169 0 0 0 153503 224 0 0 20 0 2 0 332523114 3166355456 754964 33554432000 4194304 5964350 140735148797568 139662264821752 4400026 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 3092144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4241
/proc/meminfo: memFree=23694864/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3223216 CPUtime=1601.83 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 798059 0 0 0 159967 216 0 0 20 0 2 0 332523026 3300573184 790538 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 805804 790538 195 433 0 805368 0
[pid=4185/tid=4187] ppid=4183 vsize=3223216 CPUtime=1597.1 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 779644 0 0 0 159472 238 0 0 20 0 2 0 332523114 3300573184 790538 33554432000 4194304 5964350 140735148797568 139662264821752 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 3223216

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 4241
/proc/meminfo: memFree=23544664/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3354288 CPUtime=1661.81 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 834319 0 0 0 165953 228 0 0 20 0 2 0 332523026 3434790912 827379 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 838572 827379 195 433 0 838136 0
[pid=4185/tid=4187] ppid=4183 vsize=3354288 CPUtime=1656.93 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 815904 0 0 0 165443 250 0 0 20 0 2 0 332523114 3434790912 827379 33554432000 4194304 5964350 140735148797568 139662264821752 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 3354288

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4241
/proc/meminfo: memFree=23380768/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3485360 CPUtime=1721.78 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 871465 0 0 0 171937 241 0 0 20 0 2 0 332523026 3569008640 864533 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 871340 864533 195 433 0 870904 0
[pid=4185/tid=4187] ppid=4183 vsize=3485360 CPUtime=1716.76 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 853050 0 0 0 171412 264 0 0 20 0 2 0 332523114 3569008640 864533 33554432000 4194304 5964350 140735148797568 139662264821752 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 3485360

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 4241
/proc/meminfo: memFree=23258904/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1781.75 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 896954 0 0 0 177926 249 0 0 20 0 2 0 332523026 3703226368 890107 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 890110 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1776.59 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 878542 0 0 0 177387 272 0 0 20 0 2 0 332523114 3703226368 890110 33554432000 4194304 5964350 140735148797568 139662264821752 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 3616432

############
# WARNING:
# current cumulated CPU time (1795.23 s) is less than in the last sample (1799.45 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.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23228872/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1799.45 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 903408 0 0 0 179692 253 0 0 20 0 2 0 332523026 3703226368 896561 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 896561 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1794.24 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 884993 0 0 0 179147 277 0 0 20 0 2 0 332523114 3703226368 896561 33554432000 4194304 5964350 140735148797568 139662264821752 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 3616432

[startup+1800.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23228872/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=0 CPUtime=1795.23 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4203524 903410 0 0 0 179233 290 0 0 20 0 1 0 332523026 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.23
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 4241
/proc/meminfo: memFree=23246736/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1791.35 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 899216 0 0 0 178885 250 0 0 20 0 2 0 332523026 3703226368 892372 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 892372 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1786.17 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 880801 0 0 0 178342 275 0 0 20 0 2 0 332523114 3703226368 892372 33554432000 4194304 5964350 140735148797568 139662264821752 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 3616432

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23240520/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1794.55 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 900569 0 0 0 179204 251 0 0 20 0 2 0 332523026 3703226368 893722 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 893722 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1789.36 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 882154 0 0 0 178660 276 0 0 20 0 2 0 332523114 3703226368 893722 33554432000 4194304 5964350 140735148797568 139662264821752 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 3616432

[startup+1798.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23234948/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1797.74 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 902231 0 0 0 179522 252 0 0 20 0 2 0 332523026 3703226368 895384 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 895384 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1792.54 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 883816 0 0 0 178977 277 0 0 20 0 2 0 332523114 3703226368 895384 33554432000 4194304 5964350 140735148797568 139662264821752 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 3616432

[startup+1799.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23232716/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1798.54 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 902902 0 0 0 179602 252 0 0 20 0 2 0 332523026 3703226368 896055 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 896055 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1793.34 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 884487 0 0 0 179057 277 0 0 20 0 2 0 332523114 3703226368 896055 33554432000 4194304 5964350 140735148797568 139662264821752 4388656 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 3616432

[startup+1799.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23228872/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=3616432 CPUtime=1799.35 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) S 4183 4185 1111 0 -1 4202496 903339 0 0 0 179682 253 0 0 20 0 2 0 332523026 3703226368 896492 33554432000 4194304 5964350 140735148797568 140735148797088 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 904108 896492 195 433 0 903672 0
[pid=4185/tid=4187] ppid=4183 vsize=3616432 CPUtime=1794.14 cores=1,3,5,7
/proc/4185/task/4187/stat : 4187 (wbo1.72) R 4183 4185 1111 0 -1 4202560 884924 0 0 0 179137 277 0 0 20 0 2 0 332523114 3703226368 896492 33554432000 4194304 5964350 140735148797568 139662264821752 4388531 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 3616432

[startup+1800.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 4241
/proc/meminfo: memFree=23228872/32873624 swapFree=7112/7112
[pid=4185] ppid=4183 vsize=0 CPUtime=1795.23 cores=1,3,5,7
/proc/4185/stat : 4185 (wbo1.72) R 4183 4185 1111 0 -1 4203524 903410 0 0 0 179233 290 0 0 20 0 1 0 332523026 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4185/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.23
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.59009
#  lost CPU system time (s): -0.37

Real time (s): 1800.11
CPU time (s): 1799.47
CPU user time (s): 1796.92
CPU system time (s): 2.54656
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 3616432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.33
system time used= 2.91656
maximum resident set size= 3586252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 903410
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= 485
involuntary context switches= 1879

runsolver used 3.77043 second user time and 12.2351 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-02 21:06:16
IDJOB=3727649
IDBENCH=25013
IDSOLVER=2313
FILE ID=node121/3727649-1338663975
RUNJOBID= node121-1338651658-2672
PBS_JOBID= 14636459
Free space on /tmp= 71300 MiB

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

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=148512556

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        26981564 kB
Buffers:          596296 kB
Cached:          4239212 kB
SwapCached:            0 kB
Active:          1793120 kB
Inactive:        3229512 kB
Active(anon):     174820 kB
Inactive(anon):    10772 kB
Active(file):    1618300 kB
Inactive(file):  3218740 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17108 kB
Writeback:             0 kB
AnonPages:        190076 kB
Mapped:            14872 kB
Shmem:               200 kB
Slab:             732644 kB
SReclaimable:     177060 kB
SUnreclaim:       555584 kB
KernelStack:        1448 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     134680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71296 MiB
End job on node121 at 2012-06-02 21:36:16