Trace number 3728312

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 NameAnswerCPU timeWall clock time
wbo 1.72? 1799.82 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark226.727
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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 wbo file format. File HOME/instance-3728312-1338676183.wbo.
0.00/0.00	c Instance file HOME/instance-3728312-1338676183.wbo
0.00/0.00	c File size is 20151 bytes.
0.00/0.00	c Highest Coefficient sum: 4
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      849                                                 |
0.00/0.00	c |  Number Clauses:        755                                                 |
0.00/0.00	c |  Number Cardinality:    47                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
0.00/0.00	c | 0.01      | 0  | 1            lb |  0                0                0.00  |
0.00/0.02	c | 0.02      | 0  | 2            lb |  0                0                0.00  |
1.09/1.18	c | 1.19      | 0  | 3            lb |  0                0                0.00  |
17.19/17.26	c | 17.26     | 0  | 4            lb |  0                0                0.00  |
84.17/84.20	c | 84.20     | 0  | 5            lb |  0                0                0.00  |
1799.41/1800.00	c ===============================================================================
1799.41/1800.00	c Wall Clock Time: 1800.00 s
1799.41/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-3728312-1338676183/watcher-3728312-1338676183 -o /tmp/evaluation-result-3728312-1338676183/solver-3728312-1338676183 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728312-1338676183.wbo 

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.09 2.70 3/177 10360
/proc/meminfo: memFree=27183128/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=0 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 898 0 0 0 0 0 0 0 20 0 2 0 333742399 85864448 846 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 846 188 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=0 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 145 0 0 0 0 0 0 0 20 0 2 0 333742399 85864448 846 33554432000 4194304 5964350 140733247574288 140733890138808 4387600 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0858111 s]
/proc/loadavg: 2.00 2.09 2.70 3/177 10360
/proc/meminfo: memFree=27183128/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=0.08 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 1071 0 0 0 8 0 0 0 20 0 2 0 333742399 85864448 1019 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 1019 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=0.07 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 318 0 0 0 7 0 0 0 20 0 2 0 333742399 85864448 1019 33554432000 4194304 5964350 140733247574288 140733890138808 4392749 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83852

[startup+0.100279 s]
/proc/loadavg: 2.00 2.09 2.70 3/177 10360
/proc/meminfo: memFree=27183128/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=0.09 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 1089 0 0 0 9 0 0 0 20 0 2 0 333742399 85864448 1037 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 1037 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=0.08 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 336 0 0 0 8 0 0 0 20 0 2 0 333742399 85864448 1037 33554432000 4194304 5964350 140733247574288 140733890138808 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83852

[startup+0.300252 s]
/proc/loadavg: 2.00 2.09 2.70 3/177 10360
/proc/meminfo: memFree=27183128/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=0.29 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 1415 0 0 0 29 0 0 0 20 0 2 0 333742399 85864448 1363 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 1363 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=0.28 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 662 0 0 0 28 0 0 0 20 0 2 0 333742399 85864448 1363 33554432000 4194304 5964350 140733247574288 140733890138808 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83852

[startup+0.700256 s]
/proc/loadavg: 2.00 2.09 2.70 3/177 10360
/proc/meminfo: memFree=27183128/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=0.69 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 2190 0 0 0 69 0 0 0 20 0 2 0 333742399 85864448 2138 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 2138 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=0.68 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 1437 0 0 0 68 0 0 0 20 0 2 0 333742399 85864448 2138 33554432000 4194304 5964350 140733247574288 140733890138808 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83852

[startup+1.50025 s]
/proc/loadavg: 2.00 2.09 2.70 3/179 10362
/proc/meminfo: memFree=27172928/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=1.48 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 3079 0 0 0 148 0 0 0 20 0 2 0 333742399 85864448 3027 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 3027 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=1.48 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 2326 0 0 0 148 0 0 0 20 0 2 0 333742399 85864448 3027 33554432000 4194304 5964350 140733247574288 139838073526264 4389005 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83852

[startup+3.10026 s]
/proc/loadavg: 2.00 2.09 2.70 3/179 10362
/proc/meminfo: memFree=27170820/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=3.08 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 3081 0 0 0 308 0 0 0 20 0 2 0 333742399 85864448 3029 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 3029 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=3.08 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 2328 0 0 0 308 0 0 0 20 0 2 0 333742399 85864448 3029 33554432000 4194304 5964350 140733247574288 139838073526600 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83852

[startup+6.30029 s]
/proc/loadavg: 2.00 2.09 2.70 3/179 10362
/proc/meminfo: memFree=27165780/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83996 CPUtime=6.29 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 5017 0 0 0 628 1 0 0 20 0 2 0 333742399 86011904 4965 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20999 4965 194 433 0 20563 0
[pid=10360/tid=10361] ppid=10358 vsize=83996 CPUtime=6.28 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 4264 0 0 0 627 1 0 0 20 0 2 0 333742399 86011904 4965 33554432000 4194304 5964350 140733247574288 139838073526072 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83996

[startup+12.7003 s]
/proc/loadavg: 2.00 2.08 2.69 3/179 10362
/proc/meminfo: memFree=27151180/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=84068 CPUtime=12.69 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 7960 0 0 0 1267 2 0 0 20 0 2 0 333742399 86085632 7908 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 21017 7908 194 433 0 20581 0
[pid=10360/tid=10361] ppid=10358 vsize=84068 CPUtime=12.69 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 7207 0 0 0 1266 3 0 0 20 0 2 0 333742399 86085632 7908 33554432000 4194304 5964350 140733247574288 139838073526072 4389030 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84068

[startup+25.5003 s]
/proc/loadavg: 2.00 2.08 2.68 3/180 10365
/proc/meminfo: memFree=27137824/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=83852 CPUtime=25.49 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 10422 0 0 0 2546 3 0 0 20 0 2 0 333742399 85864448 10318 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 20963 10318 194 433 0 20527 0
[pid=10360/tid=10361] ppid=10358 vsize=83852 CPUtime=25.49 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 9669 0 0 0 2545 4 0 0 20 0 2 0 333742399 85864448 10318 33554432000 4194304 5964350 140733247574288 139838073527224 4389020 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83852

[startup+51.1002 s]
/proc/loadavg: 2.00 2.07 2.66 3/180 10365
/proc/meminfo: memFree=27106004/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=84176 CPUtime=51.08 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 15790 0 0 0 5104 4 0 0 20 0 2 0 333742399 86196224 15686 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 21044 15686 194 433 0 20608 0
[pid=10360/tid=10361] ppid=10358 vsize=84176 CPUtime=51.08 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 15037 0 0 0 5103 5 0 0 20 0 2 0 333742399 86196224 15686 33554432000 4194304 5964350 140733247574288 139838073526264 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84176

[startup+102.306 s]
/proc/loadavg: 2.00 2.06 2.63 3/179 10365
/proc/meminfo: memFree=27052732/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=149388 CPUtime=102.26 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 19978 0 0 0 10220 6 0 0 20 0 2 0 333742399 152973312 19804 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 37347 19804 194 433 0 36911 0
[pid=10360/tid=10361] ppid=10358 vsize=149388 CPUtime=102.27 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 19225 0 0 0 10219 8 0 0 20 0 2 0 333742399 152973312 19804 33554432000 4194304 5964350 140733247574288 139838073527224 4389080 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 149388

[startup+162.3 s]
/proc/loadavg: 2.00 2.05 2.58 3/179 10366
/proc/meminfo: memFree=27005496/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=149388 CPUtime=162.23 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 26813 0 0 0 16215 8 0 0 20 0 2 0 333742399 152973312 27506 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 37347 27506 194 433 0 36911 0
[pid=10360/tid=10361] ppid=10358 vsize=149388 CPUtime=162.26 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 26060 0 0 0 16215 11 0 0 20 0 2 0 333742399 152973312 27506 33554432000 4194304 5964350 140733247574288 139838073526264 4388246 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 149388

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.54 3/179 10366
/proc/meminfo: memFree=26945060/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=214924 CPUtime=222.23 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 37498 0 0 0 22211 12 0 0 20 0 2 0 333742399 220082176 38191 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 53731 38191 194 433 0 53295 0
[pid=10360/tid=10361] ppid=10358 vsize=214924 CPUtime=222.27 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 36745 0 0 0 22211 16 0 0 20 0 2 0 333742399 220082176 38191 33554432000 4194304 5964350 140733247574288 139838073526072 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 214924

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.51 3/179 10366
/proc/meminfo: memFree=26876624/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=281184 CPUtime=282.2 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 50137 0 0 0 28204 16 0 0 20 0 2 0 333742399 287932416 50856 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 70296 50856 194 433 0 69860 0
[pid=10360/tid=10361] ppid=10358 vsize=281184 CPUtime=282.25 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 49384 0 0 0 28204 21 0 0 20 0 2 0 333742399 287932416 50856 33554432000 4194304 5964350 140733247574288 139838073526072 4389090 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 281184

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.47 3/179 10366
/proc/meminfo: memFree=26816296/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=281184 CPUtime=342.16 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 61208 0 0 0 34197 19 0 0 20 0 2 0 333742399 287932416 61970 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 70296 61970 194 433 0 69860 0
[pid=10360/tid=10361] ppid=10358 vsize=281184 CPUtime=342.23 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 60455 0 0 0 34198 25 0 0 20 0 2 0 333742399 287932416 61970 33554432000 4194304 5964350 140733247574288 139838073526072 4389049 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 281184

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.44 3/179 10366
/proc/meminfo: memFree=26730972/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=346720 CPUtime=402.16 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 77498 0 0 0 40191 25 0 0 20 0 2 0 333742399 355041280 78260 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 206041 0 0 0 130113 100 0 0 20 0 2 0 333742399 895057920 208385 33554432000 4194304 5964350 140733247574288 139838073526072 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 874080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 10375
/proc/meminfo: memFree=26099660/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=874080 CPUtime=1361.84 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 207047 0 0 0 136104 80 0 0 20 0 2 0 333742399 895057920 208638 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 218520 208638 194 433 0 218084 0
[pid=10360/tid=10361] ppid=10358 vsize=874080 CPUtime=1362.13 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 206294 0 0 0 136112 101 0 0 20 0 2 0 333742399 895057920 208638 33554432000 4194304 5964350 140733247574288 139838073526072 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 874080

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 10376
/proc/meminfo: memFree=26073252/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=939616 CPUtime=1421.83 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 213713 0 0 0 142100 83 0 0 20 0 2 0 333742399 962166784 215304 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 234904 215304 194 433 0 234468 0
[pid=10360/tid=10361] ppid=10358 vsize=939616 CPUtime=1422.14 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 212960 0 0 0 142109 105 0 0 20 0 2 0 333742399 962166784 215304 33554432000 4194304 5964350 140733247574288 139838073526264 4400483 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 939616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 10376
/proc/meminfo: memFree=26049940/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=939616 CPUtime=1481.82 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 219930 0 0 0 148097 85 0 0 20 0 2 0 333742399 962166784 221521 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 234904 221521 194 433 0 234468 0
[pid=10360/tid=10361] ppid=10358 vsize=939616 CPUtime=1482.14 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 219177 0 0 0 148106 108 0 0 20 0 2 0 333742399 962166784 221521 33554432000 4194304 5964350 140733247574288 139838073526264 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 939616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 10376
/proc/meminfo: memFree=25931024/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1071412 CPUtime=1541.81 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 249328 0 0 0 154084 97 0 0 20 0 2 0 333742399 1097125888 250919 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 267853 250919 194 433 0 267417 0
[pid=10360/tid=10361] ppid=10358 vsize=1071412 CPUtime=1542.14 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 248575 0 0 0 154093 121 0 0 20 0 2 0 333742399 1097125888 250919 33554432000 4194304 5964350 140733247574288 139838073526264 4399846 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1071412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 10376
/proc/meminfo: memFree=25908828/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1071412 CPUtime=1601.81 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 253426 0 0 0 160082 99 0 0 20 0 2 0 333742399 1097125888 255017 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 267853 255017 194 433 0 267417 0
[pid=10360/tid=10361] ppid=10358 vsize=1071412 CPUtime=1602.14 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 252673 0 0 0 160090 124 0 0 20 0 2 0 333742399 1097125888 255017 33554432000 4194304 5964350 140733247574288 139838073526264 4400424 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1071412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 10376
/proc/meminfo: memFree=25889484/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1071412 CPUtime=1661.8 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 253429 0 0 0 166081 99 0 0 20 0 2 0 333742399 1097125888 255020 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 267853 255020 194 433 0 267417 0
[pid=10360/tid=10361] ppid=10358 vsize=1071412 CPUtime=1662.15 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 252676 0 0 0 166090 125 0 0 20 0 2 0 333742399 1097125888 255020 33554432000 4194304 5964350 140733247574288 139838073526264 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 1071412

[startup+1722.3 s]
/proc/loadavg: 1.40 1.83 2.02 2/172 10401
/proc/meminfo: memFree=26221428/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1071412 CPUtime=1721.76 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 262220 0 0 0 172073 103 0 0 20 0 2 0 333742399 1097125888 263910 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 267853 263910 194 433 0 267417 0
[pid=10360/tid=10361] ppid=10358 vsize=1071412 CPUtime=1722.12 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 261467 0 0 0 172082 130 0 0 20 0 2 0 333742399 1097125888 263910 33554432000 4194304 5964350 140733247574288 139838073526264 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 1071412

[startup+1782.3 s]
/proc/loadavg: 1.18 1.69 1.96 2/172 10401
/proc/meminfo: memFree=26202856/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1781.73 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266312 0 0 0 178068 105 0 0 20 0 2 0 333742399 1164234752 268089 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268089 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1782.1 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265559 0 0 0 178078 132 0 0 20 0 2 0 333742399 1164234752 268089 33554432000 4194304 5964350 140733247574288 139838073526072 4392838 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 1136948

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

[startup+1791.91 s]
/proc/loadavg: 1.23 1.68 1.95 2/172 10401
/proc/meminfo: memFree=26202964/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1791.32 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266362 0 0 0 179027 105 0 0 20 0 2 0 333742399 1164234752 268134 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268134 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1791.7 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265609 0 0 0 179038 132 0 0 20 0 2 0 333742399 1164234752 268134 33554432000 4194304 5964350 140733247574288 139838073526072 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.32
Current children cumulated vsize (KiB) 1136948

[startup+1795.1 s]
/proc/loadavg: 1.21 1.67 1.95 2/172 10401
/proc/meminfo: memFree=26202964/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1794.52 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266362 0 0 0 179347 105 0 0 20 0 2 0 333742399 1164234752 268134 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268134 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1794.9 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265609 0 0 0 179358 132 0 0 20 0 2 0 333742399 1164234752 268134 33554432000 4194304 5964350 140733247574288 139838073526072 4389080 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (KiB) 1136948

[startup+1798.3 s]
/proc/loadavg: 1.21 1.67 1.95 2/172 10401
/proc/meminfo: memFree=26203072/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1797.71 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266369 0 0 0 179666 105 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268145 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1798.09 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265616 0 0 0 179677 132 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 139838073526072 4389090 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 1136948

[startup+1799.1 s]
/proc/loadavg: 1.21 1.67 1.95 2/172 10401
/proc/meminfo: memFree=26203072/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1798.51 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266369 0 0 0 179746 105 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268145 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1798.89 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265616 0 0 0 179757 132 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 139838073526072 4388992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 1136948

[startup+1799.5 s]
/proc/loadavg: 1.20 1.66 1.94 2/172 10401
/proc/meminfo: memFree=26203072/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1798.92 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266369 0 0 0 179787 105 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268145 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1799.3 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265616 0 0 0 179798 132 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 139838073526072 4389090 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.92
Current children cumulated vsize (KiB) 1136948

[startup+1799.9 s]
/proc/loadavg: 1.20 1.66 1.94 2/172 10401
/proc/meminfo: memFree=26203072/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1799.31 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266369 0 0 0 179826 105 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268145 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1799.69 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265616 0 0 0 179837 132 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 139838073526072 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (KiB) 1136948

[startup+1800 s]
/proc/loadavg: 1.20 1.66 1.94 2/172 10401
/proc/meminfo: memFree=26203072/32873648 swapFree=7368/7368
[pid=10360] ppid=10358 vsize=1136948 CPUtime=1799.41 cores=0,2,4,6
/proc/10360/stat : 10360 (wbo1.72) S 10358 10360 8129 0 -1 4202496 266369 0 0 0 179836 105 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 140733247573808 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10360/statm: 284237 268145 194 433 0 283801 0
[pid=10360/tid=10361] ppid=10358 vsize=1136948 CPUtime=1799.79 cores=0,2,4,6
/proc/10360/task/10361/stat : 10361 (wbo1.72) R 10358 10360 8129 0 -1 4202560 265616 0 0 0 179847 132 0 0 20 0 2 0 333742399 1164234752 268145 33554432000 4194304 5964350 140733247574288 139838073526072 4400439 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 1136948

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.48
CPU system time (s): 1.3408
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 1136948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.3408
maximum resident set size= 1072588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266371
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= 429
involuntary context switches= 1917

runsolver used 2.6416 second user time and 7.18091 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-03 00:29:43
IDJOB=3728312
IDBENCH=79442
IDSOLVER=2315
FILE ID=node149/3728312-1338676183
RUNJOBID= node149-1338676014-9628
PBS_JOBID= 14636500
Free space on /tmp= 71048 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728312-1338676183/watcher-3728312-1338676183 -o /tmp/evaluation-result-3728312-1338676183/solver-3728312-1338676183 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728312-1338676183.wbo

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=679267197

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27184004 kB
Buffers:          693408 kB
Cached:          4017880 kB
SwapCached:         2468 kB
Active:          1971228 kB
Inactive:        2848008 kB
Active(anon):      91100 kB
Inactive(anon):     9368 kB
Active(file):    1880128 kB
Inactive(file):  2838640 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        103444 kB
Mapped:            15016 kB
Shmem:                96 kB
Slab:             732408 kB
SReclaimable:     176264 kB
SUnreclaim:       556144 kB
KernelStack:        1488 kB
PageTables:         3756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71048 MiB
End job on node149 at 2012-06-03 00:59:43