Trace number 3704873

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.7? 1799.59 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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-3704873-1338109345.opb.
0.00/0.00	c Instance file HOME/instance-3704873-1338109345.opb
0.00/0.00	c File size is 9526531 bytes.
0.58/0.60	c Highest Coefficient sum: 232
0.58/0.61	c ============================[ Problem Statistics ]=============================
0.58/0.61	c |                                                                             |
0.58/0.61	c |  Parsing time:          0.61         s                                      |
0.58/0.61	c |  Number Variables:      10086                                               |
0.58/0.61	c |  Number Clauses:        203668                                              |
0.58/0.61	c |  Number Cardinality:    722                                                 |
0.58/0.61	c |  Number PB Constraints: 22218                                               |
0.58/0.61	c |                                                                             |
0.58/0.64	c |  Problem Type:          Decision                                            |
0.58/0.64	c |  Objective Function:    None                                                |
0.58/0.64	c |                                                                             |
0.58/0.64	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704873-1338109345/watcher-3704873-1338109345 -o /tmp/evaluation-result-3704873-1338109345/solver-3704873-1338109345 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704873-1338109345.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18935
/proc/meminfo: memFree=30053056/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=12440 CPUtime=0 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) R 18933 18935 16265 0 -1 4202496 311 0 0 0 0 0 0 0 20 0 1 0 277058968 12738560 264 33554432000 4194304 5963574 140733880600336 140734191236472 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 3110 265 171 432 0 349 0

[startup+0.051613 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18935
/proc/meminfo: memFree=30053056/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=14716 CPUtime=0.04 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) R 18933 18935 16265 0 -1 4202496 1030 0 0 0 4 0 0 0 20 0 1 0 277058968 15069184 983 33554432000 4194304 5963574 140733880600336 140733880598712 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 3679 983 340 432 0 918 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14716

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18935
/proc/meminfo: memFree=30053056/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=17172 CPUtime=0.09 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) R 18933 18935 16265 0 -1 4202496 1844 0 0 0 9 0 0 0 20 0 1 0 277058968 17584128 1764 33554432000 4194304 5963574 140733880600336 140733880598712 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 4293 1764 536 432 0 1532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17172

[startup+0.300266 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18935
/proc/meminfo: memFree=30053056/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=26364 CPUtime=0.29 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) R 18933 18935 16265 0 -1 4202496 4958 0 0 0 28 1 0 0 20 0 1 0 277058968 26996736 4813 33554432000 4194304 5963574 140733880600336 140733880598712 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 6591 4814 1314 432 0 3830 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26364

[startup+0.700158 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18935
/proc/meminfo: memFree=30053056/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=113068 CPUtime=0.69 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 15421 0 0 0 67 2 0 0 20 0 2 0 277058968 115781632 12820 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 28267 12820 179 432 0 27832 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113068

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29990436/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=111984 CPUtime=1.49 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 19198 0 0 0 146 3 0 0 20 0 2 0 277058968 114671616 16154 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 27996 16154 187 432 0 27561 0
[pid=18935/tid=18937] ppid=18933 vsize=111984 CPUtime=0.87 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 9106 0 0 0 86 1 0 0 20 0 2 0 277059029 114671616 16154 33554432000 4194304 5963574 140733880600336 139827893741368 4222320 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) 111984

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29988940/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=111984 CPUtime=3.09 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 19505 0 0 0 306 3 0 0 20 0 2 0 277058968 114671616 16461 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 27996 16461 187 432 0 27561 0
[pid=18935/tid=18937] ppid=18933 vsize=111984 CPUtime=2.47 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 9413 0 0 0 246 1 0 0 20 0 2 0 277059029 114671616 16461 33554432000 4194304 5963574 140733880600336 139827893741608 4399456 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) 111984

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29985600/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=111984 CPUtime=6.28 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 20227 0 0 0 625 3 0 0 20 0 2 0 277058968 114671616 17183 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 27996 17183 187 432 0 27561 0
[pid=18935/tid=18937] ppid=18933 vsize=111984 CPUtime=5.66 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 10135 0 0 0 565 1 0 0 20 0 2 0 277059029 114671616 17183 33554432000 4194304 5963574 140733880600336 139827893741560 4399546 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111984

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29977664/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=111984 CPUtime=12.68 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 22185 0 0 0 1264 4 0 0 20 0 2 0 277058968 114671616 19141 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 27996 19141 187 432 0 27561 0
[pid=18935/tid=18937] ppid=18933 vsize=111984 CPUtime=12.04 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 12093 0 0 0 1202 2 0 0 20 0 2 0 277059029 114671616 19141 33554432000 4194304 5963574 140733880600336 139827893741368 5135572 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) 111984

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29967628/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=111984 CPUtime=25.49 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 24535 0 0 0 2543 6 0 0 20 0 2 0 277058968 114671616 21491 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 27996 21491 187 432 0 27561 0
[pid=18935/tid=18937] ppid=18933 vsize=111984 CPUtime=24.81 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 14443 0 0 0 2477 4 0 0 20 0 2 0 277059029 114671616 21491 33554432000 4194304 5963574 140733880600336 139827893741368 4399580 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111984

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29945112/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=177520 CPUtime=51.08 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 30068 0 0 0 5100 8 0 0 20 0 2 0 277058968 181780480 27024 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 44380 27024 187 432 0 43945 0
[pid=18935/tid=18937] ppid=18933 vsize=177520 CPUtime=50.34 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 19976 0 0 0 5028 6 0 0 20 0 2 0 277059029 181780480 27024 33554432000 4194304 5963574 140733880600336 139827893741368 4221120 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) 177520

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29913912/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=177520 CPUtime=102.27 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 37526 0 0 0 10215 12 0 0 20 0 2 0 277058968 181780480 34481 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 44380 34481 187 432 0 43945 0
[pid=18935/tid=18937] ppid=18933 vsize=177520 CPUtime=101.41 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 27434 0 0 0 10130 11 0 0 20 0 2 0 277059029 181780480 34481 33554432000 4194304 5963574 140733880600336 139827893741432 4399390 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 177520

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18937
/proc/meminfo: memFree=29886880/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=243056 CPUtime=162.26 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 44083 0 0 0 16210 16 0 0 20 0 2 0 277058968 248889344 41034 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 60764 41034 187 432 0 60329 0
[pid=18935/tid=18937] ppid=18933 vsize=243056 CPUtime=161.24 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 33991 0 0 0 16108 16 0 0 20 0 2 0 277059029 248889344 41034 33554432000 4194304 5963574 140733880600336 139827893741368 4399456 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) 243056

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18938
/proc/meminfo: memFree=29868528/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=243056 CPUtime=222.26 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 48404 0 0 0 22206 20 0 0 20 0 2 0 277058968 248889344 45352 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 60764 45352 187 432 0 60329 0
[pid=18935/tid=18937] ppid=18933 vsize=243056 CPUtime=221.08 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 38312 0 0 0 22087 21 0 0 20 0 2 0 277059029 248889344 45352 33554432000 4194304 5963574 140733880600336 139827893741368 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 243056

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18938
/proc/meminfo: memFree=29847844/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=246704 CPUtime=282.25 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 52659 0 0 0 28200 25 0 0 20 0 2 0 277058968 252624896 50116 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 61676 50116 187 432 0 61241 0
[pid=18935/tid=18937] ppid=18933 vsize=246704 CPUtime=280.93 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 42567 0 0 0 28066 27 0 0 20 0 2 0 277059029 252624896 50116 33554432000 4194304 5963574 140733880600336 139827893741560 4399651 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 246704

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 18984
/proc/meminfo: memFree=30310920/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=246704 CPUtime=342.22 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 55951 0 0 0 34195 27 0 0 20 0 2 0 277058968 252624896 53774 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 61676 53774 187 432 0 61241 0
[pid=18935/tid=18937] ppid=18933 vsize=246704 CPUtime=340.77 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 45859 0 0 0 34047 30 0 0 20 0 2 0 277059029 252624896 53774 33554432000 4194304 5963574 140733880600336 139827893741368 4399937 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 246704

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19016
/proc/meminfo: memFree=29873616/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=246704 CPUtime=402.17 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 56324 0 0 0 40190 27 0 0 20 0 2 0 277058968 252624896 54822 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 61676 54822 187 432 0 61241 0
[pid=18935/tid=18937] ppid=18933 vsize=246704 CPUtime=400.58 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 46232 0 0 0 40027 31 0 0 20 0 2 0 277059029 252624896 54822 33554432000 4194304 5963574 140733880600336 139827893741368 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 246704

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19019
/proc/meminfo: memFree=29837500/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=246704 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 19025
/proc/meminfo: memFree=29370820/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=379600 CPUtime=1421.95 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 89933 0 0 0 142131 64 0 0 20 0 2 0 277058968 388710400 89716 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 94900 89716 187 432 0 94465 0
[pid=18935/tid=18937] ppid=18933 vsize=379600 CPUtime=1417.91 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 79841 0 0 0 141708 83 0 0 20 0 2 0 277059029 388710400 89716 33554432000 4194304 5963574 140733880600336 139827893741368 4413198 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 379600

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19026
/proc/meminfo: memFree=29347252/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=379600 CPUtime=1481.94 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 90607 0 0 0 148129 65 0 0 20 0 2 0 277058968 388710400 90390 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 94900 90390 187 432 0 94465 0
[pid=18935/tid=18937] ppid=18933 vsize=379600 CPUtime=1477.75 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 80515 0 0 0 147690 85 0 0 20 0 2 0 277059029 388710400 90390 33554432000 4194304 5963574 140733880600336 139827893741368 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 379600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19026
/proc/meminfo: memFree=29330140/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=445136 CPUtime=1541.93 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 91442 0 0 0 154128 65 0 0 20 0 2 0 277058968 455819264 91224 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 111284 91224 187 432 0 110849 0
[pid=18935/tid=18937] ppid=18933 vsize=445136 CPUtime=1537.6 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 81350 0 0 0 153674 86 0 0 20 0 2 0 277059029 455819264 91224 33554432000 4194304 5963574 140733880600336 139827893741368 4402912 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 445136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19026
/proc/meminfo: memFree=29313772/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=445136 CPUtime=1601.92 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 92894 0 0 0 160125 67 0 0 20 0 2 0 277058968 455819264 92676 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 111284 92676 187 432 0 110849 0
[pid=18935/tid=18937] ppid=18933 vsize=445136 CPUtime=1597.44 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 82802 0 0 0 159655 89 0 0 20 0 2 0 277059029 455819264 92676 33554432000 4194304 5963574 140733880600336 139827893741608 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 445136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19029
/proc/meminfo: memFree=29259104/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=445136 CPUtime=1661.91 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 103161 0 0 0 166114 77 0 0 20 0 2 0 277058968 455819264 102942 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 111284 102942 187 432 0 110849 0
[pid=18935/tid=18937] ppid=18933 vsize=445136 CPUtime=1657.29 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 93069 0 0 0 165629 100 0 0 20 0 2 0 277059029 455819264 102942 33554432000 4194304 5963574 140733880600336 139827893741368 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 445136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19029
/proc/meminfo: memFree=29233688/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=445136 CPUtime=1721.9 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 105942 0 0 0 172111 79 0 0 20 0 2 0 277058968 455819264 105723 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 111284 105723 187 432 0 110849 0
[pid=18935/tid=18937] ppid=18933 vsize=445136 CPUtime=1717.14 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 95850 0 0 0 171611 103 0 0 20 0 2 0 277059029 455819264 105723 33554432000 4194304 5963574 140733880600336 139827893741368 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 445136

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29210132/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1781.89 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107444 0 0 0 178108 81 0 0 20 0 2 0 277058968 522928128 107225 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107225 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1776.99 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97352 0 0 0 177594 105 0 0 20 0 2 0 277059029 522928128 107225 33554432000 4194304 5963574 140733880600336 139827893741560 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 510672

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 19030
/proc/meminfo: memFree=29207404/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1791.5 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107700 0 0 0 179068 82 0 0 20 0 2 0 277058968 522928128 107481 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107481 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1786.57 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97608 0 0 0 178550 107 0 0 20 0 2 0 277059029 522928128 107481 33554432000 4194304 5963574 140733880600336 139827893741560 4399605 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 510672

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29206412/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1794.7 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107778 0 0 0 179388 82 0 0 20 0 2 0 277058968 522928128 107559 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107559 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1789.76 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97686 0 0 0 178869 107 0 0 20 0 2 0 277059029 522928128 107559 33554432000 4194304 5963574 140733880600336 139827893741560 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 510672

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29205792/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1797.89 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107903 0 0 0 179707 82 0 0 20 0 2 0 277058968 522928128 107684 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107684 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1792.94 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97811 0 0 0 179187 107 0 0 20 0 2 0 277059029 522928128 107684 33554432000 4194304 5963574 140733880600336 139827893741368 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 510672

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29205172/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1798.69 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107905 0 0 0 179787 82 0 0 20 0 2 0 277058968 522928128 107686 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107686 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1793.74 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97813 0 0 0 179267 107 0 0 20 0 2 0 277059029 522928128 107686 33554432000 4194304 5963574 140733880600336 139827893741368 4399574 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 510672

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29204800/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1799.09 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107905 0 0 0 179827 82 0 0 20 0 2 0 277058968 522928128 107686 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107686 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1794.15 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97813 0 0 0 179308 107 0 0 20 0 2 0 277059029 522928128 107686 33554432000 4194304 5963574 140733880600336 139827893741368 4399592 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 510672

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29204800/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1799.49 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107913 0 0 0 179867 82 0 0 20 0 2 0 277058968 522928128 107694 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107694 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1794.54 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97821 0 0 0 179347 107 0 0 20 0 2 0 277059029 522928128 107694 33554432000 4194304 5963574 140733880600336 139827893741368 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 510672

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19030
/proc/meminfo: memFree=29204800/32873844 swapFree=7388/7388
[pid=18935] ppid=18933 vsize=510672 CPUtime=1799.59 cores=1,3,5,7
/proc/18935/stat : 18935 (wbo1.7) S 18933 18935 16265 0 -1 4202496 107915 0 0 0 179877 82 0 0 20 0 2 0 277058968 522928128 107696 33554432000 4194304 5963574 140733880600336 140733880599856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18935/statm: 127668 107696 187 432 0 127233 0
[pid=18935/tid=18937] ppid=18933 vsize=510672 CPUtime=1794.64 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (wbo1.7) R 18933 18935 16265 0 -1 4202560 97823 0 0 0 179357 107 0 0 20 0 2 0 277059029 522928128 107696 33554432000 4194304 5963574 140733880600336 139827893741368 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 510672

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18935 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=166245
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=109831
# CPU time returned by wait4() is 1795.28
# while last known CPU time is 1799.59
#
# 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.59
CPU user time (s): 1798.77
CPU system time (s): 0.82
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 510672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.10983
maximum resident set size= 430796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107918
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= 148
involuntary context switches= 2091

runsolver used 3.44248 second user time and 9.33558 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-27 11:02:26
IDJOB=3704873
IDBENCH=89634
IDSOLVER=2283
FILE ID=node147/3704873-1338109345
RUNJOBID= node147-1338087982-16282
PBS_JOBID= 14624451
Free space on /tmp= 71660 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704873-1338109345/watcher-3704873-1338109345 -o /tmp/evaluation-result-3704873-1338109345/solver-3704873-1338109345 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704873-1338109345.opb

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

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=2028756509

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        30053592 kB
Buffers:          329924 kB
Cached:          1183812 kB
SwapCached:         5068 kB
Active:          1057172 kB
Inactive:         943324 kB
Active(anon):     481576 kB
Inactive(anon):     7584 kB
Active(file):     575596 kB
Inactive(file):   935740 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:             14756 kB
Writeback:             0 kB
AnonPages:        504180 kB
Mapped:            10372 kB
Shmem:                 0 kB
Slab:             678740 kB
SReclaimable:     119948 kB
SUnreclaim:       558792 kB
KernelStack:        1488 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     170724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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= 71600 MiB
End job on node147 at 2012-05-27 11:32:26