Trace number 3705280

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.88 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8d16c34d0eecf3c16ca4b890652c15ca
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1791.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
Number of bits of the biggest sum of numbers13
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-3705280-1338101940.opb.
0.00/0.00	c Instance file HOME/instance-3705280-1338101940.opb
0.00/0.00	c File size is 7734 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4321
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:      146                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
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 ===============================================================================
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3705280-1338101940/watcher-3705280-1338101940 -o /tmp/evaluation-result-3705280-1338101940/solver-3705280-1338101940 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705280-1338101940.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17229
/proc/meminfo: memFree=30537112/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83696 CPUtime=0 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 769 0 0 0 0 0 0 0 20 0 2 0 276319938 85704704 719 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20924 719 189 432 0 20489 0
[pid=17229/tid=17230] ppid=17227 vsize=83696 CPUtime=0 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 2 0 276319939 85704704 719 33554432000 4194304 5963574 140736937914944 140735850854920 4388612 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0554311 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17229
/proc/meminfo: memFree=30537112/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83696 CPUtime=0.05 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 913 0 0 0 5 0 0 0 20 0 2 0 276319938 85704704 863 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20924 863 191 432 0 20489 0
[pid=17229/tid=17230] ppid=17227 vsize=83696 CPUtime=0.04 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 201 0 0 0 4 0 0 0 20 0 2 0 276319939 85704704 863 33554432000 4194304 5963574 140736937914944 140735850854920 4222240 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83696

[startup+0.100244 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17229
/proc/meminfo: memFree=30537112/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83696 CPUtime=0.09 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 1029 0 0 0 9 0 0 0 20 0 2 0 276319938 85704704 979 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20924 979 191 432 0 20489 0
[pid=17229/tid=17230] ppid=17227 vsize=83696 CPUtime=0.08 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 317 0 0 0 8 0 0 0 20 0 2 0 276319939 85704704 979 33554432000 4194304 5963574 140736937914944 140735850854920 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83696

[startup+0.300209 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17229
/proc/meminfo: memFree=30537112/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83696 CPUtime=0.29 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 1464 0 0 0 29 0 0 0 20 0 2 0 276319938 85704704 1414 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20924 1414 191 432 0 20489 0
[pid=17229/tid=17230] ppid=17227 vsize=83696 CPUtime=0.28 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 752 0 0 0 28 0 0 0 20 0 2 0 276319939 85704704 1414 33554432000 4194304 5963574 140736937914944 140735850854920 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83696

[startup+0.700249 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17229
/proc/meminfo: memFree=30537112/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83696 CPUtime=0.69 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 2122 0 0 0 69 0 0 0 20 0 2 0 276319938 85704704 2072 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20924 2072 191 432 0 20489 0
[pid=17229/tid=17230] ppid=17227 vsize=83696 CPUtime=0.68 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 1410 0 0 0 68 0 0 0 20 0 2 0 276319939 85704704 2072 33554432000 4194304 5963574 140736937914944 139798083786744 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83696

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17231
/proc/meminfo: memFree=30529392/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83840 CPUtime=1.48 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 2613 0 0 0 148 0 0 0 20 0 2 0 276319938 85852160 2563 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20960 2563 191 432 0 20525 0
[pid=17229/tid=17230] ppid=17227 vsize=83840 CPUtime=1.48 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 1901 0 0 0 148 0 0 0 20 0 2 0 276319939 85852160 2563 33554432000 4194304 5963574 140736937914944 139798083786552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83840

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17231
/proc/meminfo: memFree=30526292/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=83912 CPUtime=3.09 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 3424 0 0 0 308 1 0 0 20 0 2 0 276319938 85925888 3374 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 20978 3374 191 432 0 20543 0
[pid=17229/tid=17230] ppid=17227 vsize=83912 CPUtime=3.08 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 2713 0 0 0 307 1 0 0 20 0 2 0 276319939 85925888 3375 33554432000 4194304 5963574 140736937914944 139798083786744 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83912

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17231
/proc/meminfo: memFree=30519720/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=84020 CPUtime=6.29 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 5247 0 0 0 628 1 0 0 20 0 2 0 276319938 86036480 5197 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 21005 5197 191 432 0 20570 0
[pid=17229/tid=17230] ppid=17227 vsize=84020 CPUtime=6.28 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 4535 0 0 0 626 2 0 0 20 0 2 0 276319939 86036480 5197 33554432000 4194304 5963574 140736937914944 139798083786744 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84020

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17231
/proc/meminfo: memFree=30507516/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=84180 CPUtime=12.68 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 8224 0 0 0 1266 2 0 0 20 0 2 0 276319938 86200320 8179 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 21045 8179 191 432 0 20610 0
[pid=17229/tid=17230] ppid=17227 vsize=84180 CPUtime=12.67 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 7512 0 0 0 1265 2 0 0 20 0 2 0 276319939 86200320 8179 33554432000 4194304 5963574 140736937914944 139798083786744 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84180

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17231
/proc/meminfo: memFree=30497652/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=84324 CPUtime=25.47 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 10331 0 0 0 2544 3 0 0 20 0 2 0 276319938 86347776 10317 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 21081 10317 191 432 0 20646 0
[pid=17229/tid=17230] ppid=17227 vsize=84324 CPUtime=25.47 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 9619 0 0 0 2543 4 0 0 20 0 2 0 276319939 86347776 10317 33554432000 4194304 5963574 140736937914944 139798083786744 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84324

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17271
/proc/meminfo: memFree=31138700/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=84564 CPUtime=51.05 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 16269 0 0 0 5099 6 0 0 20 0 2 0 276319938 86593536 17486 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 21141 17486 191 432 0 20706 0
[pid=17229/tid=17230] ppid=17227 vsize=84564 CPUtime=51.06 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 15557 0 0 0 5099 7 0 0 20 0 2 0 276319939 86593536 17486 33554432000 4194304 5963574 140736937914944 139798083786552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84564

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17274
/proc/meminfo: memFree=31062124/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=152404 CPUtime=102.25 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 25049 0 0 0 10211 14 0 0 20 0 2 0 276319938 156061696 26290 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 38101 26290 191 432 0 37666 0
[pid=17229/tid=17230] ppid=17227 vsize=152404 CPUtime=102.26 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 24337 0 0 0 10210 16 0 0 20 0 2 0 276319939 156061696 26290 33554432000 4194304 5963574 140736937914944 139798083786744 4403200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152404

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17297
/proc/meminfo: memFree=30994160/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=153700 CPUtime=162.22 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 31805 0 0 0 16201 21 0 0 20 0 2 0 276319938 157388800 33055 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 38425 33055 191 432 0 37990 0
[pid=17229/tid=17230] ppid=17227 vsize=153700 CPUtime=162.25 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 31093 0 0 0 16201 24 0 0 20 0 2 0 276319939 157388800 33055 33554432000 4194304 5963574 140736937914944 139798083786744 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 153700

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17297
/proc/meminfo: memFree=30946176/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=220892 CPUtime=222.2 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 37290 0 0 0 22195 25 0 0 20 0 2 0 276319938 226193408 38531 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 55223 38531 191 432 0 54788 0
[pid=17229/tid=17230] ppid=17227 vsize=220892 CPUtime=222.23 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 36578 0 0 0 22194 29 0 0 20 0 2 0 276319939 226193408 38531 33554432000 4194304 5963574 140736937914944 139798083786744 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 220892

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17297
/proc/meminfo: memFree=30900812/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=222260 CPUtime=282.19 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 42703 0 0 0 28189 30 0 0 20 0 2 0 276319938 227594240 43944 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 55565 43944 191 432 0 55130 0
[pid=17229/tid=17230] ppid=17227 vsize=222260 CPUtime=282.23 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 41991 0 0 0 28188 35 0 0 20 0 2 0 276319939 227594240 43944 33554432000 4194304 5963574 140736937914944 139798083786744 4399574 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 222260

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17297
/proc/meminfo: memFree=30857668/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=223372 CPUtime=342.18 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 47817 0 0 0 34183 35 0 0 20 0 2 0 276319938 228732928 49058 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 55843 49058 191 432 0 55408 0
[pid=17229/tid=17230] ppid=17227 vsize=223372 CPUtime=342.23 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 47105 0 0 0 34182 41 0 0 20 0 2 0 276319939 228732928 49058 33554432000 4194304 5963574 140736937914944 139798083786792 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 223372

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17298
/proc/meminfo: memFree=30816584/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=289484 CPUtime=402.15 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 52691 0 0 0 40177 38 0 0 20 0 2 0 276319938 296431616 53920 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 103569 0 0 0 130106 113 0 0 20 0 2 0 276319939 511778816 105462 33554432000 4194304 5963574 140736937914944 139798083786744 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 499784

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 17307
/proc/meminfo: memFree=30365712/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=500204 CPUtime=1361.93 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 106361 0 0 0 136098 95 0 0 20 0 2 0 276319938 512208896 107542 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 125051 107542 191 432 0 124616 0
[pid=17229/tid=17230] ppid=17227 vsize=500204 CPUtime=1362.18 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 105649 0 0 0 136102 116 0 0 20 0 2 0 276319939 512208896 107542 33554432000 4194304 5963574 140736937914944 139798083786792 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 500204

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17307
/proc/meminfo: memFree=30341780/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=500836 CPUtime=1421.93 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 111065 0 0 0 142092 101 0 0 20 0 2 0 276319938 512856064 112246 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 125209 112246 191 432 0 124774 0
[pid=17229/tid=17230] ppid=17227 vsize=500836 CPUtime=1422.19 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 110353 0 0 0 142096 123 0 0 20 0 2 0 276319939 512856064 112246 33554432000 4194304 5963574 140736937914944 139798083786744 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 500836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 17307
/proc/meminfo: memFree=30318156/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=500980 CPUtime=1481.89 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 113398 0 0 0 148084 105 0 0 20 0 2 0 276319938 513003520 114553 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 125245 114553 191 432 0 124810 0
[pid=17229/tid=17230] ppid=17227 vsize=500980 CPUtime=1482.16 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 112686 0 0 0 148088 128 0 0 20 0 2 0 276319939 513003520 114553 33554432000 4194304 5963574 140736937914944 139798083786744 4399605 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 500980

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17307
/proc/meminfo: memFree=30306408/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=501052 CPUtime=1541.87 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 113986 0 0 0 154081 106 0 0 20 0 2 0 276319938 513077248 115130 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 125263 115130 191 432 0 124828 0
[pid=17229/tid=17230] ppid=17227 vsize=501052 CPUtime=1542.15 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 113274 0 0 0 154085 130 0 0 20 0 2 0 276319939 513077248 115130 33554432000 4194304 5963574 140736937914944 139798083786792 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 501052

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 17308
/proc/meminfo: memFree=30291656/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=501544 CPUtime=1601.86 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 117297 0 0 0 160077 109 0 0 20 0 2 0 276319938 513581056 118441 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 125386 118441 191 432 0 124951 0
[pid=17229/tid=17230] ppid=17227 vsize=501544 CPUtime=1602.15 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 116585 0 0 0 160081 134 0 0 20 0 2 0 276319939 513581056 118441 33554432000 4194304 5963574 140736937914944 139798083786792 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 501544

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 17308
/proc/meminfo: memFree=30264748/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567080 CPUtime=1661.85 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 120723 0 0 0 166070 115 0 0 20 0 2 0 276319938 580689920 121867 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141770 121867 191 432 0 141335 0
[pid=17229/tid=17230] ppid=17227 vsize=567080 CPUtime=1662.16 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 120011 0 0 0 166075 141 0 0 20 0 2 0 276319939 580689920 121867 33554432000 4194304 5963574 140736937914944 139798083786744 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 567080

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 17308
/proc/meminfo: memFree=30251108/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567260 CPUtime=1721.84 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 121371 0 0 0 172069 115 0 0 20 0 2 0 276319938 580874240 122515 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141815 122515 191 432 0 141380 0
[pid=17229/tid=17230] ppid=17227 vsize=567260 CPUtime=1722.16 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 120659 0 0 0 172074 142 0 0 20 0 2 0 276319939 580874240 122515 33554432000 4194304 5963574 140736937914944 139798083786792 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 567260

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30239844/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567528 CPUtime=1781.83 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 123114 0 0 0 178065 118 0 0 20 0 2 0 276319938 581148672 124258 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141882 124258 191 432 0 141447 0
[pid=17229/tid=17230] ppid=17227 vsize=567528 CPUtime=1782.16 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 122402 0 0 0 178070 146 0 0 20 0 2 0 276319939 581148672 124258 33554432000 4194304 5963574 140736937914944 139798083786792 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 567528

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30237608/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567528 CPUtime=1791.43 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 123731 0 0 0 179025 118 0 0 20 0 2 0 276319938 581148672 124875 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141882 124875 191 432 0 141447 0
[pid=17229/tid=17230] ppid=17227 vsize=567528 CPUtime=1791.77 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123019 0 0 0 179031 146 0 0 20 0 2 0 276319939 581148672 124875 33554432000 4194304 5963574 140736937914944 139798083786744 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 567528

[startup+1795.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30236616/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567528 CPUtime=1794.63 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 123926 0 0 0 179345 118 0 0 20 0 2 0 276319938 581148672 125070 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141882 125070 191 432 0 141447 0
[pid=17229/tid=17230] ppid=17227 vsize=567528 CPUtime=1794.97 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123214 0 0 0 179351 146 0 0 20 0 2 0 276319939 581148672 125070 33554432000 4194304 5963574 140736937914944 139798083786792 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 567528

[startup+1798.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30235500/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567796 CPUtime=1797.83 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 124158 0 0 0 179664 119 0 0 20 0 2 0 276319938 581423104 125302 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141949 125302 191 432 0 141514 0
[pid=17229/tid=17230] ppid=17227 vsize=567796 CPUtime=1798.16 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123446 0 0 0 179669 147 0 0 20 0 2 0 276319939 581423104 125302 33554432000 4194304 5963574 140736937914944 139798083786744 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 567796

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30235004/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567796 CPUtime=1798.63 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 124230 0 0 0 179744 119 0 0 20 0 2 0 276319938 581423104 125374 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141949 125374 191 432 0 141514 0
[pid=17229/tid=17230] ppid=17227 vsize=567796 CPUtime=1798.96 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123518 0 0 0 179749 147 0 0 20 0 2 0 276319939 581423104 125374 33554432000 4194304 5963574 140736937914944 139798083786744 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 567796

[startup+1799.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30234508/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=567796 CPUtime=1799.03 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 124265 0 0 0 179784 119 0 0 20 0 2 0 276319938 581423104 125409 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 141949 125409 191 432 0 141514 0
[pid=17229/tid=17230] ppid=17227 vsize=567796 CPUtime=1799.37 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123553 0 0 0 179790 147 0 0 20 0 2 0 276319939 581423104 125409 33554432000 4194304 5963574 140736937914944 139798083786744 4399477 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 567796

[startup+1799.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30234508/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=568036 CPUtime=1799.43 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 124299 0 0 0 179824 119 0 0 20 0 2 0 276319938 581668864 125443 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 142009 125443 191 432 0 141574 0
[pid=17229/tid=17230] ppid=17227 vsize=568036 CPUtime=1799.76 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123587 0 0 0 179829 147 0 0 20 0 2 0 276319939 581668864 125443 33554432000 4194304 5963574 140736937914944 139798083786744 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 568036

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17308
/proc/meminfo: memFree=30234508/32873648 swapFree=7112/7112
[pid=17229] ppid=17227 vsize=568036 CPUtime=1799.53 cores=0,2,4,6
/proc/17229/stat : 17229 (wbo1.7) S 17227 17229 12452 0 -1 4202496 124306 0 0 0 179834 119 0 0 20 0 2 0 276319938 581668864 125450 33554432000 4194304 5963574 140736937914944 140736937914464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17229/statm: 142009 125450 191 432 0 141574 0
[pid=17229/tid=17230] ppid=17227 vsize=568036 CPUtime=1799.86 cores=0,2,4,6
/proc/17229/task/17230/stat : 17230 (wbo1.7) R 17227 17229 12452 0 -1 4202560 123594 0 0 0 179839 147 0 0 20 0 2 0 276319939 581668864 125450 33554432000 4194304 5963574 140736937914944 139798083786744 4381807 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 568036

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.88
CPU user time (s): 1798.4
CPU system time (s): 1.48577
CPU usage (%): 99.9931
Max. virtual memory (cumulated for all children) (KiB): 568036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.4
system time used= 1.48577
maximum resident set size= 501804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124307
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= 200
involuntary context switches= 1873

runsolver used 6.39503 second user time and 10.9253 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 08:59:00
IDJOB=3705280
IDBENCH=2910
IDSOLVER=2283
FILE ID=node126/3705280-1338101940
RUNJOBID= node126-1338077272-12468
PBS_JOBID= 14624421
Free space on /tmp= 71356 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_3.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705280-1338101940/watcher-3705280-1338101940 -o /tmp/evaluation-result-3705280-1338101940/solver-3705280-1338101940 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705280-1338101940.opb

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

MD5SUM BENCH= 8d16c34d0eecf3c16ca4b890652c15ca
RANDOM SEED=733605535

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30538004 kB
Buffers:          271856 kB
Cached:           542844 kB
SwapCached:        17756 kB
Active:          1421876 kB
Inactive:         104236 kB
Active(anon):     692828 kB
Inactive(anon):    20452 kB
Active(file):     729048 kB
Inactive(file):    83784 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        790896 kB
Mapped:            10428 kB
Shmem:                 0 kB
Slab:             667468 kB
SReclaimable:     111896 kB
SUnreclaim:       555572 kB
KernelStack:        1488 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 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= 71348 MiB
End job on node126 at 2012-05-27 09:29:00