Trace number 3705341

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.84 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/
area_partials/normalized-fir08_area_partials.opb
MD5SUM7a3c9826bd8191760f7756d2d26889fa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark7.02093
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables40727
Total number of constraints174550
Number of constraints which are clauses174550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 1821
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 1821
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1821
Number of bits of the biggest sum of numbers11
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-3705341-1338105434.opb.
0.00/0.00	c Instance file HOME/instance-3705341-1338105434.opb
0.00/0.00	c File size is 5565873 bytes.
0.39/0.41	c Cost Offset: 0
0.39/0.41	c Highest Coefficient sum: 1019
0.39/0.41	c ============================[ Problem Statistics ]=============================
0.39/0.41	c |                                                                             |
0.39/0.41	c |  Parsing time:          0.41         s                                      |
0.39/0.41	c |  Number Variables:      40727                                               |
0.39/0.41	c |  Number Clauses:        174550                                              |
0.39/0.41	c |  Number Cardinality:    0                                                   |
0.39/0.41	c |  Number PB Constraints: 0                                                   |
0.39/0.41	c |                                                                             |
0.48/0.50	c |  Problem Type:          Optimization                                        |
0.48/0.50	c |  Objective Function:    Cardinality Constraint                              |
0.48/0.50	c |                                                                             |
0.48/0.50	c ============================[ Search Statistics ]==============================
0.48/0.50	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.48/0.50	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.48/0.50	c ===============================================================================
0.48/0.58	c | 0.58      | 0  | 43           lb |  0                0                0.00  |
0.59/0.65	c | 0.65      | 0  | 44           lb |  0                0                0.00  |
0.68/0.71	c | 0.71      | 0  | 45           lb |  0                0                0.00  |
0.78/0.80	c | 0.80      | 0  | 46           lb |  0                0                0.00  |
1.29/1.37	c | 1.37      | 0  | 47           lb |  0                0                0.00  |
20.38/20.44	c | 20.44     | 0  | 48           lb |  0                0                0.00  |
1799.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/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-3705341-1338105434/watcher-3705341-1338105434 -o /tmp/evaluation-result-3705341-1338105434/solver-3705341-1338105434 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705341-1338105434.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23591
/proc/meminfo: memFree=28630088/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) R 23589 23591 21940 0 -1 4202496 471 0 0 0 0 0 0 0 20 0 1 0 276668301 9379840 423 33554432000 4194304 5963574 140733377982416 140735826927208 4394802 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 2290 423 169 432 0 496 0

[startup+0.0136919 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23591
/proc/meminfo: memFree=28630088/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=9968 CPUtime=0.01 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) R 23589 23591 21940 0 -1 4202496 655 0 0 0 1 0 0 0 20 0 1 0 276668301 10207232 607 33554432000 4194304 5963574 140733377982416 140735826927208 4344432 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 2492 607 195 432 0 698 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9968

[startup+0.100266 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23591
/proc/meminfo: memFree=28630088/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=18524 CPUtime=0.09 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) R 23589 23591 21940 0 -1 4202496 3083 0 0 0 9 0 0 0 20 0 1 0 276668301 18968576 2920 33554432000 4194304 5963574 140733377982416 140735826927208 4395135 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 4631 2921 488 432 0 2837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18524

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23591
/proc/meminfo: memFree=28630088/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=28964 CPUtime=0.29 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) R 23589 23591 21940 0 -1 4202496 6491 0 0 0 28 1 0 0 20 0 1 0 276668301 29659136 6158 33554432000 4194304 5963574 140733377982416 140735826927208 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 7241 6158 1155 432 0 5447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28964

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23591
/proc/meminfo: memFree=28630088/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=104716 CPUtime=0.68 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 24354 0 0 0 64 4 0 0 20 0 2 0 276668301 107229184 20152 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 26179 20152 190 432 0 25744 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104716

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23593
/proc/meminfo: memFree=28547132/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=104716 CPUtime=1.49 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 26161 0 0 0 144 5 0 0 20 0 2 0 276668301 107229184 21959 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 26179 21959 194 432 0 25744 0
[pid=23591/tid=23593] ppid=23589 vsize=104716 CPUtime=1.08 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 17819 0 0 0 104 4 0 0 20 0 2 0 276668342 107229184 21959 33554432000 4194304 5963574 140733377982416 139766427138424 4399456 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) 104716

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23593
/proc/meminfo: memFree=28542288/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=104716 CPUtime=3.09 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 26161 0 0 0 304 5 0 0 20 0 2 0 276668301 107229184 21959 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 26179 21959 194 432 0 25744 0
[pid=23591/tid=23593] ppid=23589 vsize=104716 CPUtime=2.68 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 17819 0 0 0 264 4 0 0 20 0 2 0 276668342 107229184 21959 33554432000 4194304 5963574 140733377982416 139766427138424 4399592 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) 104716

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23593
/proc/meminfo: memFree=28540436/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=104716 CPUtime=6.29 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 26221 0 0 0 624 5 0 0 20 0 2 0 276668301 107229184 22019 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 26179 22019 194 432 0 25744 0
[pid=23591/tid=23593] ppid=23589 vsize=104716 CPUtime=5.88 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 17879 0 0 0 584 4 0 0 20 0 2 0 276668342 107229184 22019 33554432000 4194304 5963574 140733377982416 139766427138424 4392454 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) 104716

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23593
/proc/meminfo: memFree=28537416/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=104716 CPUtime=12.69 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 26221 0 0 0 1264 5 0 0 20 0 2 0 276668301 107229184 22019 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 26179 22019 194 432 0 25744 0
[pid=23591/tid=23593] ppid=23589 vsize=104716 CPUtime=12.28 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 17879 0 0 0 1224 4 0 0 20 0 2 0 276668342 107229184 22019 33554432000 4194304 5963574 140733377982416 139766427138424 4399456 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) 104716

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23593
/proc/meminfo: memFree=28517500/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=170252 CPUtime=25.49 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 29935 0 0 0 2543 6 0 0 20 0 2 0 276668301 174338048 25732 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 42563 25732 194 432 0 42128 0
[pid=23591/tid=23593] ppid=23589 vsize=170252 CPUtime=25.07 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 21593 0 0 0 2502 5 0 0 20 0 2 0 276668342 174338048 25732 33554432000 4194304 5963574 140733377982416 139766427138408 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170252

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23593
/proc/meminfo: memFree=28504496/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=170252 CPUtime=51.07 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 30007 0 0 0 5101 6 0 0 20 0 2 0 276668301 174338048 26127 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 42563 26127 194 432 0 42128 0
[pid=23591/tid=23593] ppid=23589 vsize=170252 CPUtime=50.66 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 21665 0 0 0 5061 5 0 0 20 0 2 0 276668342 174338048 26127 33554432000 4194304 5963574 140733377982416 139766427138408 4399390 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 170252

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23594
/proc/meminfo: memFree=28438044/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=235788 CPUtime=102.25 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 43153 0 0 0 10211 14 0 0 20 0 2 0 276668301 241446912 39417 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 58947 39417 194 432 0 58512 0
[pid=23591/tid=23593] ppid=23589 vsize=235788 CPUtime=101.86 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 34811 0 0 0 10172 14 0 0 20 0 2 0 276668342 241446912 39417 33554432000 4194304 5963574 140733377982416 139766427138040 4399537 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 235788

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23594
/proc/meminfo: memFree=28390952/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=235788 CPUtime=162.24 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 54900 0 0 0 16202 22 0 0 20 0 2 0 276668301 241446912 51163 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 58947 51163 194 432 0 58512 0
[pid=23591/tid=23593] ppid=23589 vsize=235788 CPUtime=161.85 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 46558 0 0 0 16162 23 0 0 20 0 2 0 276668342 241446912 51163 33554432000 4194304 5963574 140733377982416 139766427138088 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 235788

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23597
/proc/meminfo: memFree=28349236/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=301324 CPUtime=222.22 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 64708 0 0 0 22193 29 0 0 20 0 2 0 276668301 308555776 60969 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 75331 60969 194 432 0 74896 0
[pid=23591/tid=23593] ppid=23589 vsize=301324 CPUtime=221.85 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 56366 0 0 0 22153 32 0 0 20 0 2 0 276668342 308555776 60969 33554432000 4194304 5963574 140733377982416 139766427138040 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 301324

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23620
/proc/meminfo: memFree=28297588/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=366860 CPUtime=282.22 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 77403 0 0 0 28184 38 0 0 20 0 2 0 276668301 375664640 73662 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 91715 73662 194 432 0 91280 0
[pid=23591/tid=23593] ppid=23589 vsize=366860 CPUtime=281.86 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 69061 0 0 0 28145 41 0 0 20 0 2 0 276668342 375664640 73662 33554432000 4194304 5963574 140733377982416 139766427137976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 366860

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23620
/proc/meminfo: memFree=28242416/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=366860 CPUtime=342.21 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 91099 0 0 0 34175 46 0 0 20 0 2 0 276668301 375664640 87358 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 91715 87358 194 432 0 91280 0
[pid=23591/tid=23593] ppid=23589 vsize=366860 CPUtime=341.86 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 82757 0 0 0 34136 50 0 0 20 0 2 0 276668342 375664640 87358 33554432000 4194304 5963574 140733377982416 139766427138040 4388636 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 366860

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23621
/proc/meminfo: memFree=28191824/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=432396 CPUtime=402.2 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 103670 0 0 0 40165 55 0 0 20 0 2 0 276668301 442773504 99929 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 108099 99929 194 432 0 107664 0
[pid=23591/tid=23593] ppid=23589 vsize=432396 CPUtime=401.86 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 95328 0 0 0 40125 61 0 0 20 0 2 0 276668342 442773504 99929 33554432000 4194304 5963574 140733377982416 139766427138040 4402837 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 432396

[startup+462.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 23621
/proc/meminfo: memFree=28147680/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=500364 CPUtime=462.19 cores=0,2,4,6

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

/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 180166 0 0 0 130046 127 0 0 20 0 2 0 276668342 782053376 185668 33554432000 4194304 5963574 140733377982416 139766427138040 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 763724

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23666
/proc/meminfo: memFree=28247452/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=763724 CPUtime=1361.87 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 188513 0 0 0 136078 109 0 0 20 0 2 0 276668301 782053376 185673 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 190931 185673 194 432 0 190496 0
[pid=23591/tid=23593] ppid=23589 vsize=763724 CPUtime=1361.73 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 180171 0 0 0 136045 128 0 0 20 0 2 0 276668342 782053376 185673 33554432000 4194304 5963574 140733377982416 139766427138040 4399623 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) 763724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23669
/proc/meminfo: memFree=28246724/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=763724 CPUtime=1421.87 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 188584 0 0 0 142078 109 0 0 20 0 2 0 276668301 782053376 185744 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 190931 185744 194 432 0 190496 0
[pid=23591/tid=23593] ppid=23589 vsize=763724 CPUtime=1421.74 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 180242 0 0 0 142044 130 0 0 20 0 2 0 276668342 782053376 185744 33554432000 4194304 5963574 140733377982416 139766427137848 4399482 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) 763724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23669
/proc/meminfo: memFree=28246296/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=763724 CPUtime=1481.86 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 188725 0 0 0 148076 110 0 0 20 0 2 0 276668301 782053376 185883 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 190931 185883 194 432 0 190496 0
[pid=23591/tid=23593] ppid=23589 vsize=763724 CPUtime=1481.74 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 180383 0 0 0 148043 131 0 0 20 0 2 0 276668342 782053376 185883 33554432000 4194304 5963574 140733377982416 139766427137848 4400320 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) 763724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23669
/proc/meminfo: memFree=28245084/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=763724 CPUtime=1541.82 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 189000 0 0 0 154072 110 0 0 20 0 2 0 276668301 782053376 186228 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 190931 186228 194 432 0 190496 0
[pid=23591/tid=23593] ppid=23589 vsize=763724 CPUtime=1541.71 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 180658 0 0 0 154039 132 0 0 20 0 2 0 276668342 782053376 186228 33554432000 4194304 5963574 140733377982416 139766427137848 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 763724

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23669
/proc/meminfo: memFree=28243072/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=763724 CPUtime=1601.8 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 189276 0 0 0 160070 110 0 0 20 0 2 0 276668301 782053376 186726 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 190931 186726 194 432 0 190496 0
[pid=23591/tid=23593] ppid=23589 vsize=763724 CPUtime=1601.7 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 180934 0 0 0 160037 133 0 0 20 0 2 0 276668342 782053376 186726 33554432000 4194304 5963574 140733377982416 139766427137848 4392216 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) 763724

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23670
/proc/meminfo: memFree=28241872/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=763724 CPUtime=1661.79 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 189487 0 0 0 166069 110 0 0 20 0 2 0 276668301 782053376 187029 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 190931 187029 194 432 0 190496 0
[pid=23591/tid=23593] ppid=23589 vsize=763724 CPUtime=1661.7 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 181145 0 0 0 166036 134 0 0 20 0 2 0 276668342 782053376 187029 33554432000 4194304 5963574 140733377982416 139766427137848 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 763724

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23670
/proc/meminfo: memFree=28240012/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1721.78 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 189901 0 0 0 172068 110 0 0 20 0 2 0 276668301 849162240 187443 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187443 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1721.7 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 181559 0 0 0 172035 135 0 0 20 0 2 0 276668342 849162240 187443 33554432000 4194304 5963574 140733377982416 139766427137848 4399560 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 829260

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23670
/proc/meminfo: memFree=28239268/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1781.77 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190119 0 0 0 178067 110 0 0 20 0 2 0 276668301 849162240 187661 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187661 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1781.7 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 181777 0 0 0 178034 136 0 0 20 0 2 0 276668342 849162240 187661 33554432000 4194304 5963574 140733377982416 139766427137848 4399456 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) 829260

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1791.37 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190367 0 0 0 179027 110 0 0 20 0 2 0 276668301 849162240 187909 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187909 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1791.31 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182025 0 0 0 178994 137 0 0 20 0 2 0 276668342 849162240 187909 33554432000 4194304 5963574 140733377982416 139766427137848 4403265 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 829260

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1794.57 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190368 0 0 0 179347 110 0 0 20 0 2 0 276668301 849162240 187910 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187910 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1794.51 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182026 0 0 0 179314 137 0 0 20 0 2 0 276668342 849162240 187910 33554432000 4194304 5963574 140733377982416 139766427137848 4400032 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 829260

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1797.76 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190369 0 0 0 179666 110 0 0 20 0 2 0 276668301 849162240 187911 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187911 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1797.7 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182027 0 0 0 179633 137 0 0 20 0 2 0 276668342 849162240 187911 33554432000 4194304 5963574 140733377982416 139766427137848 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 829260

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1798.56 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190369 0 0 0 179746 110 0 0 20 0 2 0 276668301 849162240 187911 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187911 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1798.5 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182027 0 0 0 179713 137 0 0 20 0 2 0 276668342 849162240 187911 33554432000 4194304 5963574 140733377982416 139766427137848 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 829260

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1798.97 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190369 0 0 0 179787 110 0 0 20 0 2 0 276668301 849162240 187911 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187911 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1798.91 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182027 0 0 0 179754 137 0 0 20 0 2 0 276668342 849162240 187911 33554432000 4194304 5963574 140733377982416 139766427137848 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 829260

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1799.36 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190369 0 0 0 179826 110 0 0 20 0 2 0 276668301 849162240 187911 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187911 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1799.3 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182027 0 0 0 179793 137 0 0 20 0 2 0 276668342 849162240 187911 33554432000 4194304 5963574 140733377982416 139766427137848 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 829260

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23671
/proc/meminfo: memFree=28237896/32873844 swapFree=6856/6856
[pid=23591] ppid=23589 vsize=829260 CPUtime=1799.46 cores=0,2,4,6
/proc/23591/stat : 23591 (wbo1.7) S 23589 23591 21940 0 -1 4202496 190369 0 0 0 179836 110 0 0 20 0 2 0 276668301 849162240 187911 33554432000 4194304 5963574 140733377982416 140733377981936 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23591/statm: 207315 187911 194 432 0 206880 0
[pid=23591/tid=23593] ppid=23589 vsize=829260 CPUtime=1799.4 cores=0,2,4,6
/proc/23591/task/23593/stat : 23593 (wbo1.7) R 23589 23591 21940 0 -1 4202560 182027 0 0 0 179803 137 0 0 20 0 2 0 276668342 849162240 187911 33554432000 4194304 5963574 140733377982416 139766427137848 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 829260

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.44
CPU system time (s): 1.39679
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 829260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.39679
maximum resident set size= 751644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190369
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= 314
involuntary context switches= 1847

runsolver used 2.6066 second user time and 7.2149 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 09:57:14
IDJOB=3705341
IDBENCH=25025
IDSOLVER=2283
FILE ID=node144/3705341-1338105434
RUNJOBID= node144-1338086104-21956
PBS_JOBID= 14624429
Free space on /tmp= 71488 MiB

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

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

MD5SUM BENCH= 7a3c9826bd8191760f7756d2d26889fa
RANDOM SEED=650566770

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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:        28630732 kB
Buffers:          296892 kB
Cached:          2499224 kB
SwapCached:            0 kB
Active:          1398560 kB
Inactive:        2058764 kB
Active(anon):     662552 kB
Inactive(anon):        0 kB
Active(file):     736008 kB
Inactive(file):  2058764 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11120 kB
Writeback:             4 kB
AnonPages:        666532 kB
Mapped:            15132 kB
Shmem:               200 kB
Slab:             643940 kB
SReclaimable:      86208 kB
SUnreclaim:       557732 kB
KernelStack:        1488 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 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= 71480 MiB
End job on node144 at 2012-05-27 10:27:14