Trace number 3727642

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.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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727642-1338664138.opb.
0.00/0.00	c Instance file HOME/instance-3727642-1338664138.opb
0.00/0.00	c File size is 5565873 bytes.
0.39/0.43	c Cost Offset: 0
0.39/0.43	c Highest Coefficient sum: 1019
0.39/0.43	c ============================[ Problem Statistics ]=============================
0.39/0.43	c |                                                                             |
0.39/0.43	c |  Parsing time:          0.43         s                                      |
0.39/0.43	c |  Number Variables:      40727                                               |
0.39/0.43	c |  Number Clauses:        174550                                              |
0.39/0.43	c |  Number Cardinality:    0                                                   |
0.39/0.43	c |  Number PB Constraints: 0                                                   |
0.39/0.43	c |                                                                             |
0.49/0.55	c |  Problem Type:          Optimization                                        |
0.49/0.55	c |  Objective Function:    Cardinality Constraint                              |
0.49/0.55	c |                                                                             |
0.49/0.55	c ============================[ Search Statistics ]==============================
0.49/0.55	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.49/0.55	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.49/0.55	c ===============================================================================
0.59/0.63	c | 0.64      | 0  | 43           lb |  0                0                0.00  |
0.68/0.70	c | 0.71      | 0  | 44           lb |  0                0                0.00  |
0.68/0.77	c | 0.77      | 0  | 45           lb |  0                0                0.00  |
0.79/0.86	c | 0.86      | 0  | 46           lb |  0                0                0.00  |
1.49/1.52	c | 1.52      | 0  | 47           lb |  0                0                0.00  |
23.98/24.07	c | 24.07     | 0  | 48           lb |  0                0                0.00  |
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3727642-1338664138/watcher-3727642-1338664138 -o /tmp/evaluation-result-3727642-1338664138/solver-3727642-1338664138 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727642-1338664138.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.02 2.01 2.00 3/177 2463
/proc/meminfo: memFree=28307472/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=9296 CPUtime=0 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) R 2461 2463 31928 0 -1 4202496 504 0 0 0 0 0 0 0 20 0 1 0 332538147 9519104 456 33554432000 4194304 5964350 140733762828224 140733983954792 5179632 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 2324 457 173 433 0 529 0

[startup+0.00702296 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2463
/proc/meminfo: memFree=28307472/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=9428 CPUtime=0 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) R 2461 2463 31928 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 332538147 9654272 469 33554432000 4194304 5964350 140733762828224 140733983954792 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 2357 469 175 433 0 562 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9428

[startup+0.100273 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2463
/proc/meminfo: memFree=28307472/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=18396 CPUtime=0.09 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) R 2461 2463 31928 0 -1 4202496 3014 0 0 0 9 0 0 0 20 0 1 0 332538147 18837504 2851 33554432000 4194304 5964350 140733762828224 140733762826152 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 4599 2852 478 433 0 2804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18396

[startup+0.300294 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2463
/proc/meminfo: memFree=28307472/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=28704 CPUtime=0.29 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) R 2461 2463 31928 0 -1 4202496 6352 0 0 0 28 1 0 0 20 0 1 0 332538147 29392896 6019 33554432000 4194304 5964350 140733762828224 140733762826712 4349872 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 7176 6020 1115 433 0 5381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28704

[startup+0.700194 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2463
/proc/meminfo: memFree=28307472/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=109232 CPUtime=0.68 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 23510 0 0 0 64 4 0 0 20 0 2 0 332538147 111853568 20291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 27308 20291 189 433 0 26872 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 109232

[startup+1.50035 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2465
/proc/meminfo: memFree=28224648/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=104720 CPUtime=1.49 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 25228 0 0 0 144 5 0 0 20 0 2 0 332538147 107233280 21026 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 26180 21026 193 433 0 25744 0
[pid=2463/tid=2465] ppid=2461 vsize=104720 CPUtime=1.06 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 16886 0 0 0 102 4 0 0 20 0 2 0 332538190 107233280 21026 33554432000 4194304 5964350 140733762828224 140465294555512 4406259 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104720

[startup+3.10036 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2465
/proc/meminfo: memFree=28220664/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=104720 CPUtime=3.09 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 26161 0 0 0 304 5 0 0 20 0 2 0 332538147 107233280 21959 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 26180 21959 194 433 0 25744 0
[pid=2463/tid=2465] ppid=2461 vsize=104720 CPUtime=2.65 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 17819 0 0 0 261 4 0 0 20 0 2 0 332538190 107233280 21959 33554432000 4194304 5964350 140733762828224 140465294555512 4373272 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) 104720

[startup+6.30036 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2465
/proc/meminfo: memFree=28218928/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=104720 CPUtime=6.29 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 26221 0 0 0 624 5 0 0 20 0 2 0 332538147 107233280 22019 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 26180 22019 194 433 0 25744 0
[pid=2463/tid=2465] ppid=2461 vsize=104720 CPUtime=5.85 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 17879 0 0 0 581 4 0 0 20 0 2 0 332538190 107233280 22019 33554432000 4194304 5964350 140733762828224 140465294555512 4389020 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) 104720

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2465
/proc/meminfo: memFree=28217256/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=104720 CPUtime=12.68 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 26221 0 0 0 1263 5 0 0 20 0 2 0 332538147 107233280 22019 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 26180 22019 194 433 0 25744 0
[pid=2463/tid=2465] ppid=2461 vsize=104720 CPUtime=12.23 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 17879 0 0 0 1219 4 0 0 20 0 2 0 332538190 107233280 22019 33554432000 4194304 5964350 140733762828224 140465294555512 4399884 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) 104720

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 2465
/proc/meminfo: memFree=28200680/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=170256 CPUtime=25.48 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 29934 0 0 0 2542 6 0 0 20 0 2 0 332538147 174342144 25732 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 42564 25732 194 433 0 42128 0
[pid=2463/tid=2465] ppid=2461 vsize=170256 CPUtime=24.99 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 21592 0 0 0 2495 4 0 0 20 0 2 0 332538190 174342144 25732 33554432000 4194304 5964350 140733762828224 140465294555496 4399858 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) 170256

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 2465
/proc/meminfo: memFree=28199152/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=170256 CPUtime=51.08 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 29994 0 0 0 5102 6 0 0 20 0 2 0 332538147 174342144 25792 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 42564 25792 194 433 0 42128 0
[pid=2463/tid=2465] ppid=2461 vsize=170256 CPUtime=50.52 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 21652 0 0 0 5048 4 0 0 20 0 2 0 332538190 174342144 25792 33554432000 4194304 5964350 140733762828224 140465294555496 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 170256

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 2468
/proc/meminfo: memFree=28170624/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=170256 CPUtime=102.28 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 37061 0 0 0 10217 11 0 0 20 0 2 0 332538147 174342144 32859 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 42564 32859 194 433 0 42128 0
[pid=2463/tid=2465] ppid=2461 vsize=170256 CPUtime=101.59 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 28719 0 0 0 10149 10 0 0 20 0 2 0 332538190 174342144 32859 33554432000 4194304 5964350 140733762828224 140465294555128 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 170256

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2508
/proc/meminfo: memFree=28329620/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=235792 CPUtime=162.26 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 48567 0 0 0 16207 19 0 0 20 0 2 0 332538147 241451008 44905 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 58948 44905 194 433 0 58512 0
[pid=2463/tid=2465] ppid=2461 vsize=235792 CPUtime=161.42 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 40225 0 0 0 16123 19 0 0 20 0 2 0 332538190 241451008 44905 33554432000 4194304 5964350 140733762828224 140465294555128 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 235792

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2508
/proc/meminfo: memFree=28242268/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=235792 CPUtime=222.21 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 57025 0 0 0 22195 26 0 0 20 0 2 0 332538147 241451008 53539 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 58948 53539 194 433 0 58512 0
[pid=2463/tid=2465] ppid=2461 vsize=235792 CPUtime=221.23 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 48683 0 0 0 22096 27 0 0 20 0 2 0 332538190 241451008 53539 33554432000 4194304 5964350 140733762828224 140465294554936 4399835 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 235792

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2508
/proc/meminfo: memFree=28201632/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=301328 CPUtime=282.17 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 65172 0 0 0 28183 34 0 0 20 0 2 0 332538147 308559872 61997 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 75332 61997 194 433 0 74896 0
[pid=2463/tid=2465] ppid=2461 vsize=301328 CPUtime=281.04 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 56830 0 0 0 28068 36 0 0 20 0 2 0 332538190 308559872 61997 33554432000 4194304 5964350 140733762828224 140465294555128 4392802 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 301328

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2508
/proc/meminfo: memFree=28154448/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=366864 CPUtime=342.16 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 75706 0 0 0 34174 42 0 0 20 0 2 0 332538147 375668736 72529 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 91716 72529 194 433 0 91280 0
[pid=2463/tid=2465] ppid=2461 vsize=366864 CPUtime=340.89 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 67364 0 0 0 34044 45 0 0 20 0 2 0 332538190 375668736 72529 33554432000 4194304 5964350 140733762828224 140465294555176 4392802 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 366864

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2508
/proc/meminfo: memFree=28072648/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=366864 CPUtime=402.11 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 87992 0 0 0 40160 51 0 0 20 0 2 0 332538147 375668736 85202 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 91716 85202 194 433 0 91280 0
[pid=2463/tid=2465] ppid=2461 vsize=366864 CPUtime=400.7 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 79650 0 0 0 40015 55 0 0 20 0 2 0 332538190 375668736 85202 33554432000 4194304 5964350 140733762828224 140465294555128 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 366864

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2509
/proc/meminfo: memFree=27998144/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=432400 CPUtime=462.08 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2518
/proc/meminfo: memFree=27405852/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1421.84 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188002 0 0 0 142042 142 0 0 20 0 2 0 332538147 782057472 186083 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186083 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1417.95 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179660 0 0 0 141634 161 0 0 20 0 2 0 332538190 782057472 186083 33554432000 4194304 5964350 140733762828224 140465294555128 4379152 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 763728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2518
/proc/meminfo: memFree=27403496/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1481.82 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188002 0 0 0 148040 142 0 0 20 0 2 0 332538147 782057472 186083 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186083 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1477.79 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179660 0 0 0 147617 162 0 0 20 0 2 0 332538190 782057472 186083 33554432000 4194304 5964350 140733762828224 140465294555128 4389052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 763728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2518
/proc/meminfo: memFree=27400148/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1541.81 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188002 0 0 0 154039 142 0 0 20 0 2 0 332538147 782057472 186083 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186083 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1537.63 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179660 0 0 0 153600 163 0 0 20 0 2 0 332538190 782057472 186083 33554432000 4194304 5964350 140733762828224 140465294555128 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 763728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2518
/proc/meminfo: memFree=27396384/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1601.81 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188002 0 0 0 160039 142 0 0 20 0 2 0 332538147 782057472 186083 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186083 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1597.47 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179660 0 0 0 159583 164 0 0 20 0 2 0 332538190 782057472 186083 33554432000 4194304 5964350 140733762828224 140465294555128 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 763728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2518
/proc/meminfo: memFree=27388632/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1661.8 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188003 0 0 0 166038 142 0 0 20 0 2 0 332538147 782057472 186084 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186084 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1657.32 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179661 0 0 0 165567 165 0 0 20 0 2 0 332538190 782057472 186084 33554432000 4194304 5964350 140733762828224 140465294555128 4399774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 763728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27358128/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1721.79 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188074 0 0 0 172037 142 0 0 20 0 2 0 332538147 782057472 186155 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186155 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1717.16 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179732 0 0 0 171550 166 0 0 20 0 2 0 332538190 782057472 186155 33554432000 4194304 5964350 140733762828224 140465294554936 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 763728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27327996/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1781.78 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188130 0 0 0 178036 142 0 0 20 0 2 0 332538147 782057472 186210 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186210 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1777.01 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179788 0 0 0 177535 166 0 0 20 0 2 0 332538190 782057472 186210 33554432000 4194304 5964350 140733762828224 140465294555000 4387871 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 763728

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 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1791.38 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188210 0 0 0 178996 142 0 0 20 0 2 0 332538147 782057472 186290 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186290 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1786.59 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179868 0 0 0 178492 167 0 0 20 0 2 0 332538190 782057472 186290 33554432000 4194304 5964350 140733762828224 140465294554936 4389020 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 763728

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1794.58 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188211 0 0 0 179316 142 0 0 20 0 2 0 332538147 782057472 186291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186291 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1789.78 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179869 0 0 0 178811 167 0 0 20 0 2 0 332538190 782057472 186291 33554432000 4194304 5964350 140733762828224 140465294554936 4389005 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 763728

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1797.78 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188211 0 0 0 179636 142 0 0 20 0 2 0 332538147 782057472 186291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186291 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1792.96 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179869 0 0 0 179129 167 0 0 20 0 2 0 332538190 782057472 186291 33554432000 4194304 5964350 140733762828224 140465294554936 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 763728

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1798.58 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188211 0 0 0 179716 142 0 0 20 0 2 0 332538147 782057472 186291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186291 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1793.76 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179869 0 0 0 179209 167 0 0 20 0 2 0 332538190 782057472 186291 33554432000 4194304 5964350 140733762828224 140465294554936 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 763728

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1798.98 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188211 0 0 0 179756 142 0 0 20 0 2 0 332538147 782057472 186291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186291 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1794.17 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179869 0 0 0 179250 167 0 0 20 0 2 0 332538190 782057472 186291 33554432000 4194304 5964350 140733762828224 140465294554936 4389084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 763728

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1799.37 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188215 0 0 0 179795 142 0 0 20 0 2 0 332538147 782057472 186291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186291 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1794.56 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179873 0 0 0 179289 167 0 0 20 0 2 0 332538190 782057472 186291 33554432000 4194304 5964350 140733762828224 140465294554936 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 763728

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2519
/proc/meminfo: memFree=27322724/32873844 swapFree=7632/7632
[pid=2463] ppid=2461 vsize=763728 CPUtime=1799.47 cores=1,3,5,7
/proc/2463/stat : 2463 (wbo1.72) S 2461 2463 31928 0 -1 4202496 188215 0 0 0 179805 142 0 0 20 0 2 0 332538147 782057472 186291 33554432000 4194304 5964350 140733762828224 140733762827744 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2463/statm: 190932 186291 194 433 0 190496 0
[pid=2463/tid=2465] ppid=2461 vsize=763728 CPUtime=1794.66 cores=1,3,5,7
/proc/2463/task/2465/stat : 2465 (wbo1.72) R 2461 2463 31928 0 -1 4202560 179873 0 0 0 179299 167 0 0 20 0 2 0 332538190 782057472 186291 33554432000 4194304 5964350 140733762828224 140465294554936 4496422 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 763728

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.47
CPU user time (s): 1798.05
CPU system time (s): 1.42
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 763728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.41
system time used= 1.70874
maximum resident set size= 745172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188217
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= 265
involuntary context switches= 2592

runsolver used 3.61045 second user time and 9.74552 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-02 21:08:58
IDJOB=3727642
IDBENCH=25025
IDSOLVER=2313
FILE ID=node141/3727642-1338664138
RUNJOBID= node141-1338651369-932
PBS_JOBID= 14636439
Free space on /tmp= 70732 MiB

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

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

MD5SUM BENCH= 7a3c9826bd8191760f7756d2d26889fa
RANDOM SEED=215401661

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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		: 2666.744
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.92
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.744
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:        28308008 kB
Buffers:          380176 kB
Cached:          3083932 kB
SwapCached:          216 kB
Active:          1397412 kB
Inactive:        2288764 kB
Active(anon):     212240 kB
Inactive(anon):    11300 kB
Active(file):    1185172 kB
Inactive(file):  2277464 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             10724 kB
Writeback:             0 kB
AnonPages:        228092 kB
Mapped:            11492 kB
Shmem:               172 kB
Slab:             738436 kB
SReclaimable:     180756 kB
SUnreclaim:       557680 kB
KernelStack:        1480 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     165892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70728 MiB
End job on node141 at 2012-06-02 21:38:58