Trace number 3705257

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.1222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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-3705257-1338101420.opb.
0.00/0.00	c Instance file HOME/instance-3705257-1338101420.opb
0.00/0.00	c File size is 2114 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2821
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3705257-1338101420/watcher-3705257-1338101420 -o /tmp/evaluation-result-3705257-1338101420/solver-3705257-1338101420 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705257-1338101420.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.04 2.01 2.00 3/176 10764
/proc/meminfo: memFree=29747356/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83552 CPUtime=0 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 738 0 0 0 0 0 0 0 20 0 2 0 276267438 85557248 689 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20888 690 189 432 0 20453 0
[pid=10764/tid=10765] ppid=10762 vsize=83552 CPUtime=0 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 276267438 85557248 690 33554432000 4194304 5963574 140735055516128 140734748613864 5142556 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0722959 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 10764
/proc/meminfo: memFree=29747356/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83552 CPUtime=0.06 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 963 0 0 0 6 0 0 0 20 0 2 0 276267438 85557248 914 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20888 914 190 432 0 20453 0
[pid=10764/tid=10765] ppid=10762 vsize=83552 CPUtime=0.05 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 265 0 0 0 5 0 0 0 20 0 2 0 276267438 85557248 914 33554432000 4194304 5963574 140735055516128 140734748613864 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83552

[startup+0.100296 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 10764
/proc/meminfo: memFree=29747356/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83552 CPUtime=0.09 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 1043 0 0 0 9 0 0 0 20 0 2 0 276267438 85557248 994 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20888 994 190 432 0 20453 0
[pid=10764/tid=10765] ppid=10762 vsize=83552 CPUtime=0.08 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 345 0 0 0 8 0 0 0 20 0 2 0 276267438 85557248 994 33554432000 4194304 5963574 140735055516128 140734748613864 4399537 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) 83552

[startup+0.300298 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 10764
/proc/meminfo: memFree=29747356/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83552 CPUtime=0.29 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 1353 0 0 0 29 0 0 0 20 0 2 0 276267438 85557248 1304 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20888 1304 190 432 0 20453 0
[pid=10764/tid=10765] ppid=10762 vsize=83552 CPUtime=0.28 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 655 0 0 0 28 0 0 0 20 0 2 0 276267438 85557248 1304 33554432000 4194304 5963574 140735055516128 140734748613864 4399532 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) 83552

[startup+0.700298 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 10764
/proc/meminfo: memFree=29747356/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83696 CPUtime=0.69 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 1674 0 0 0 69 0 0 0 20 0 2 0 276267438 85704704 1625 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20924 1625 190 432 0 20489 0
[pid=10764/tid=10765] ppid=10762 vsize=83696 CPUtime=0.68 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 976 0 0 0 68 0 0 0 20 0 2 0 276267438 85704704 1625 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 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.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 10766
/proc/meminfo: memFree=29741620/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83768 CPUtime=1.49 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 2197 0 0 0 149 0 0 0 20 0 2 0 276267438 85778432 2148 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20942 2148 190 432 0 20507 0
[pid=10764/tid=10765] ppid=10762 vsize=83768 CPUtime=1.48 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 1499 0 0 0 148 0 0 0 20 0 2 0 276267438 85778432 2148 33554432000 4194304 5963574 140735055516128 139710634780184 4378832 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83768

[startup+3.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 10766
/proc/meminfo: memFree=29738512/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=83984 CPUtime=3.09 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 2937 0 0 0 309 0 0 0 20 0 2 0 276267438 85999616 2888 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 20996 2888 190 432 0 20561 0
[pid=10764/tid=10765] ppid=10762 vsize=83984 CPUtime=3.07 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 2239 0 0 0 307 0 0 0 20 0 2 0 276267438 85999616 2888 33554432000 4194304 5963574 140735055516128 139710634780472 4399574 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) 83984

[startup+6.3003 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 10766
/proc/meminfo: memFree=29732684/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=84452 CPUtime=6.29 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 4021 0 0 0 628 1 0 0 20 0 2 0 276267438 86478848 3972 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 21113 3972 190 432 0 20678 0
[pid=10764/tid=10765] ppid=10762 vsize=84452 CPUtime=6.27 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 3323 0 0 0 626 1 0 0 20 0 2 0 276267438 86478848 3972 33554432000 4194304 5963574 140735055516128 139710634780712 4399456 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) 84452

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 10805
/proc/meminfo: memFree=29969320/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=86124 CPUtime=12.69 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 5505 0 0 0 1267 2 0 0 20 0 2 0 276267438 88190976 5456 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 21531 5456 190 432 0 21096 0
[pid=10764/tid=10765] ppid=10762 vsize=86124 CPUtime=12.65 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 4807 0 0 0 1264 1 0 0 20 0 2 0 276267438 88190976 5456 33554432000 4194304 5963574 140735055516128 139710634780472 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86124

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 10805
/proc/meminfo: memFree=29933392/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=88068 CPUtime=25.47 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 8091 0 0 0 2545 2 0 0 20 0 2 0 276267438 90181632 8048 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 22017 8048 190 432 0 21582 0
[pid=10764/tid=10765] ppid=10762 vsize=88068 CPUtime=25.41 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 7393 0 0 0 2539 2 0 0 20 0 2 0 276267438 90181632 8048 33554432000 4194304 5963574 140735055516128 139710634780472 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) 88068

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10805
/proc/meminfo: memFree=29889860/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=90824 CPUtime=51.07 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 12169 0 0 0 5102 5 0 0 20 0 2 0 276267438 93003776 12814 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 22706 12814 190 432 0 22271 0
[pid=10764/tid=10765] ppid=10762 vsize=90824 CPUtime=50.94 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 11471 0 0 0 5089 5 0 0 20 0 2 0 276267438 93003776 12814 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90824

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10806
/proc/meminfo: memFree=29825512/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=92828 CPUtime=102.26 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 18830 0 0 0 10216 10 0 0 20 0 2 0 276267438 95055872 19475 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 23207 19475 190 432 0 22772 0
[pid=10764/tid=10765] ppid=10762 vsize=92828 CPUtime=102.01 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 18132 0 0 0 10190 11 0 0 20 0 2 0 276267438 95055872 19475 33554432000 4194304 5963574 140735055516128 139710634780712 4378656 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92828

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10806
/proc/meminfo: memFree=29770908/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=159052 CPUtime=162.24 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 24610 0 0 0 16209 15 0 0 20 0 2 0 276267438 162869248 25239 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 39763 25239 190 432 0 39328 0
[pid=10764/tid=10765] ppid=10762 vsize=159052 CPUtime=161.84 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 23912 0 0 0 16167 17 0 0 20 0 2 0 276267438 162869248 25239 33554432000 4194304 5963574 140735055516128 139710634780664 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 159052

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10806
/proc/meminfo: memFree=29719512/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=160148 CPUtime=222.22 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 29461 0 0 0 22203 19 0 0 20 0 2 0 276267438 163991552 30090 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 40037 30090 190 432 0 39602 0
[pid=10764/tid=10765] ppid=10762 vsize=160148 CPUtime=221.68 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 28763 0 0 0 22146 22 0 0 20 0 2 0 276267438 163991552 30090 33554432000 4194304 5963574 140735055516128 139710634780296 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 160148

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10806
/proc/meminfo: memFree=29675080/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=162668 CPUtime=282.2 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 34340 0 0 0 28195 25 0 0 20 0 2 0 276267438 166572032 34950 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 40667 34950 190 432 0 40232 0
[pid=10764/tid=10765] ppid=10762 vsize=162668 CPUtime=281.51 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 33642 0 0 0 28122 29 0 0 20 0 2 0 276267438 166572032 34950 33554432000 4194304 5963574 140735055516128 139710634780680 4378945 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 162668

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10806
/proc/meminfo: memFree=29638792/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=229084 CPUtime=342.19 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 38409 0 0 0 34190 29 0 0 20 0 2 0 276267438 234582016 39015 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 57271 39015 190 432 0 56836 0
[pid=10764/tid=10765] ppid=10762 vsize=229084 CPUtime=341.35 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 37711 0 0 0 34102 33 0 0 20 0 2 0 276267438 234582016 39015 33554432000 4194304 5963574 140735055516128 139710634780680 4378847 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 229084

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10806
/proc/meminfo: memFree=29601024/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=229424 CPUtime=402.18 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 42583 0 0 0 40185 33 0 0 20 0 2 0 276267438 234930176 43189 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10839
/proc/meminfo: memFree=29135048/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=434204 CPUtime=1421.97 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 94026 0 0 0 142107 90 0 0 20 0 2 0 276267438 444624896 94554 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 108551 94554 190 432 0 108116 0
[pid=10764/tid=10765] ppid=10762 vsize=434204 CPUtime=1418.51 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 93328 0 0 0 141741 110 0 0 20 0 2 0 276267438 444624896 94554 33554432000 4194304 5963574 140735055516128 139710634780184 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 434204

[startup+1482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 10839
/proc/meminfo: memFree=29103408/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=434204 CPUtime=1481.94 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 97106 0 0 0 148101 93 0 0 20 0 2 0 276267438 444624896 97634 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 108551 97634 190 432 0 108116 0
[pid=10764/tid=10765] ppid=10762 vsize=434204 CPUtime=1478.36 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 96408 0 0 0 147721 115 0 0 20 0 2 0 276267438 444624896 97634 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 434204

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 10839
/proc/meminfo: memFree=29090316/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=434564 CPUtime=1541.94 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 99170 0 0 0 154099 95 0 0 20 0 2 0 276267438 444993536 99698 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 108641 99698 190 432 0 108206 0
[pid=10764/tid=10765] ppid=10762 vsize=434564 CPUtime=1538.2 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 98472 0 0 0 153702 118 0 0 20 0 2 0 276267438 444993536 99698 33554432000 4194304 5963574 140735055516128 139710634780184 4378688 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 434564

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 10839
/proc/meminfo: memFree=29073204/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=434804 CPUtime=1601.93 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 100596 0 0 0 160097 96 0 0 20 0 2 0 276267438 445239296 101124 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 108701 101124 190 432 0 108266 0
[pid=10764/tid=10765] ppid=10762 vsize=434804 CPUtime=1598.05 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 99898 0 0 0 159685 120 0 0 20 0 2 0 276267438 445239296 101124 33554432000 4194304 5963574 140735055516128 139710634780712 4400044 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 434804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 10840
/proc/meminfo: memFree=29041832/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=500940 CPUtime=1661.92 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 103871 0 0 0 166091 101 0 0 20 0 2 0 276267438 512962560 104399 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125235 104399 190 432 0 124800 0
[pid=10764/tid=10765] ppid=10762 vsize=500940 CPUtime=1657.89 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 103173 0 0 0 165664 125 0 0 20 0 2 0 276267438 512962560 104399 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 500940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10840
/proc/meminfo: memFree=29016660/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1721.91 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 105838 0 0 0 172089 102 0 0 20 0 2 0 276267438 513331200 106366 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 106366 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1717.74 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 105140 0 0 0 171646 128 0 0 20 0 2 0 276267438 513331200 106366 33554432000 4194304 5963574 140735055516128 139710634780184 4378784 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 501300

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28987692/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1781.88 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 107430 0 0 0 178084 104 0 0 20 0 2 0 276267438 513331200 107930 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 107930 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1777.56 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 106732 0 0 0 177625 131 0 0 20 0 2 0 276267438 513331200 107930 33554432000 4194304 5963574 140735055516128 139710634780664 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 501300

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28981428/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1791.47 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108073 0 0 0 179043 104 0 0 20 0 2 0 276267438 513331200 108568 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 108568 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1787.14 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107375 0 0 0 178583 131 0 0 20 0 2 0 276267438 513331200 108568 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 501300

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28979816/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1794.68 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108273 0 0 0 179363 105 0 0 20 0 2 0 276267438 513331200 108768 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 108768 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1790.33 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107575 0 0 0 178901 132 0 0 20 0 2 0 276267438 513331200 108768 33554432000 4194304 5963574 140735055516128 139710634780184 4399937 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 501300

[startup+1798.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28979568/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1797.87 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108451 0 0 0 179682 105 0 0 20 0 2 0 276267438 513331200 108946 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 108946 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1793.51 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107753 0 0 0 179219 132 0 0 20 0 2 0 276267438 513331200 108946 33554432000 4194304 5963574 140735055516128 139710634780712 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 501300

[startup+1799.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28979320/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1798.67 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108502 0 0 0 179762 105 0 0 20 0 2 0 276267438 513331200 108997 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 108997 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1794.31 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107804 0 0 0 179299 132 0 0 20 0 2 0 276267438 513331200 108997 33554432000 4194304 5963574 140735055516128 139710634780184 4399511 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 501300

[startup+1799.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28979072/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1799.07 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108525 0 0 0 179802 105 0 0 20 0 2 0 276267438 513331200 109020 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 109020 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1794.72 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107827 0 0 0 179340 132 0 0 20 0 2 0 276267438 513331200 109020 33554432000 4194304 5963574 140735055516128 139710634780184 4399522 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 501300

[startup+1799.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28979072/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1799.47 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108546 0 0 0 179842 105 0 0 20 0 2 0 276267438 513331200 109041 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 109041 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1795.11 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107848 0 0 0 179379 132 0 0 20 0 2 0 276267438 513331200 109041 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 501300

[startup+1800 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 10843
/proc/meminfo: memFree=28979072/32873852 swapFree=7624/7624
[pid=10764] ppid=10762 vsize=501300 CPUtime=1799.57 cores=0,2,4,6
/proc/10764/stat : 10764 (wbo1.7) S 10762 10764 9313 0 -1 4202496 108551 0 0 0 179852 105 0 0 20 0 2 0 276267438 513331200 109046 33554432000 4194304 5963574 140735055516128 140735055515648 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10764/statm: 125325 109046 190 432 0 124890 0
[pid=10764/tid=10765] ppid=10762 vsize=501300 CPUtime=1795.21 cores=0,2,4,6
/proc/10764/task/10765/stat : 10765 (wbo1.7) R 10762 10764 9313 0 -1 4202560 107853 0 0 0 179389 132 0 0 20 0 2 0 276267438 513331200 109046 33554432000 4194304 5963574 140735055516128 139710634780184 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 501300

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10764 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=897286
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=335796
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.57
#
# 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.57
CPU user time (s): 1798.52
CPU system time (s): 1.05
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 501300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 1.3358
maximum resident set size= 436188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108552
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= 189
involuntary context switches= 1903

runsolver used 5.9331 second user time and 17.0524 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 08:50:20
IDJOB=3705257
IDBENCH=2897
IDSOLVER=2283
FILE ID=node131/3705257-1338101420
RUNJOBID= node131-1338085200-9329
PBS_JOBID= 14624427
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1560265344

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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:       32873852 kB
MemFree:        29747960 kB
Buffers:          316624 kB
Cached:          1725116 kB
SwapCached:         2152 kB
Active:           766508 kB
Inactive:        1526460 kB
Active(anon):     252964 kB
Inactive(anon):      780 kB
Active(file):     513544 kB
Inactive(file):  1525680 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        272312 kB
Mapped:            15028 kB
Shmem:                 0 kB
Slab:             692508 kB
SReclaimable:     134932 kB
SUnreclaim:       557576 kB
KernelStack:        1480 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     146240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71720 MiB
End job on node131 at 2012-05-27 09:20:20