Trace number 3461543

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.6UNSAT 183.047 183.043

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
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 benchmark30.5973
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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 wbo 1.6 beta - 20110321
0.00/0.00	c Parsing opb file format. File HOME/instance-3461543-1307105628.opb.
0.00/0.00	c Instance file HOME/instance-3461543-1307105628.opb
0.00/0.00	c File size is 2100 bytes.
0.00/0.00	c Highest Coefficient sum: 2553
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 ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      30        9      236 |     5000        0   -nan |  0.000 % |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      30        9      236 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       100 |      30        9      236 |     5500      100     15 |  3.333 % |
0.00/0.00	c |       250 |      30        9      236 |     6050      250     15 |  3.333 % |
0.00/0.00	c |       475 |      30        9      236 |     6655      475     14 |  3.333 % |
0.00/0.01	c |       812 |      30        9      236 |     7320      812     14 |  3.333 % |
0.00/0.01	c |      1320 |      30        9      236 |     8052     1320     14 |  3.333 % |
0.00/0.03	c |      2079 |      30        9      236 |     8857     2079     13 |  3.333 % |
0.00/0.05	c |      3218 |      30        9      236 |     9743     3218     13 |  3.333 % |
0.00/0.10	c |      4927 |      30        9      236 |    10717     4927     13 |  3.333 % |
0.10/0.17	c |      7490 |      30        9      236 |    11789     7490     13 |  3.333 % |
0.29/0.35	c |     11334 |      30        9      236 |    12968    11334     13 |  3.333 % |
0.59/0.65	c |     17101 |      30        9      236 |    14265    10607     13 |  3.333 % |
0.99/1.06	c |     25750 |      30        9      236 |    15692    12111     13 |  3.333 % |
1.89/1.91	c |     38725 |      30        9      236 |    17261     9377     13 |  3.333 % |
3.09/3.10	c |     58187 |      30        9      236 |    18987    11559     12 |  3.333 % |
4.99/5.06	c |     87381 |      30        9      236 |    20886    12244     12 |  3.333 % |
7.89/7.92	c |    131170 |      30        9      236 |    22974    14222     12 |  3.333 % |
12.69/12.74	c |    196855 |      30        9      236 |    25272    18614     12 |  3.333 % |
20.19/20.22	c |    295383 |      30        9      236 |    27799    15937     11 |  3.334 % |
32.39/32.47	c |    443172 |      30        9      236 |    30579    11694     12 |  3.337 % |
52.09/52.17	c |    664856 |      30        9      236 |    33637    18047     11 |  3.344 % |
83.50/83.51	c |    997381 |      30        9      236 |    37001    12533     12 |  3.441 % |
135.20/135.29	c |   1496170 |      29        9      236 |    40701    21054     11 |  6.563 % |
183.00/183.03	c ===============================================================================
183.00/183.03	c core #1
183.00/183.03	c 
183.00/183.03	c 
183.00/183.03	c Core size: 3	Core Weight: 2147483647	Total Weight: 2147483647
183.00/183.03	c Current CPU time: 181.752 s
183.00/183.03	c
183.00/183.03	s UNSATISFIABLE
183.00/183.03	c Total CPU time: 181.752 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3461543-1307105628/watcher-3461543-1307105628 -o /tmp/evaluation-result-3461543-1307105628/solver-3461543-1307105628 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461543-1307105628.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.01 2.00 2/550 22533
/proc/meminfo: memFree=20766156/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=2244 CPUtime=0.01 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 348 0 0 0 1 0 0 0 25 0 1 0 822163179 2297856 301 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 561 301 180 372 0 186 0

[startup+0.106151 s]
/proc/loadavg: 2.00 2.01 2.00 2/550 22533
/proc/meminfo: memFree=20766156/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=3072 CPUtime=0.1 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 564 0 0 0 10 0 0 0 25 0 1 0 822163179 3145728 517 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 768 518 180 372 0 393 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3072

[startup+0.201126 s]
/proc/loadavg: 2.00 2.01 2.00 2/550 22533
/proc/meminfo: memFree=20766156/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=3812 CPUtime=0.19 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 743 0 0 0 19 0 0 0 25 0 1 0 822163179 3903488 696 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 953 696 180 372 0 578 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3812

[startup+0.301108 s]
/proc/loadavg: 2.00 2.01 2.00 2/550 22533
/proc/meminfo: memFree=20766156/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=4268 CPUtime=0.29 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 873 0 0 0 29 0 0 0 25 0 1 0 822163179 4370432 826 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 1067 826 180 372 0 692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4268

[startup+0.701043 s]
/proc/loadavg: 2.00 2.01 2.00 2/550 22533
/proc/meminfo: memFree=20766156/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=5492 CPUtime=0.69 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 1151 0 0 0 69 0 0 0 25 0 1 0 822163179 5623808 1104 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 1373 1104 180 372 0 998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5492

[startup+1.50087 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 22534
/proc/meminfo: memFree=20760692/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=7444 CPUtime=1.49 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 1612 0 0 0 148 1 0 0 25 0 1 0 822163179 7622656 1565 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 1861 1565 180 372 0 1486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7444

[startup+3.10057 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 22534
/proc/meminfo: memFree=20756104/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=10436 CPUtime=3.09 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 2380 0 0 0 306 3 0 0 25 0 1 0 822163179 10686464 2333 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 2609 2333 180 372 0 2234 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10436

[startup+6.30101 s]
/proc/loadavg: 2.08 2.03 2.01 3/551 22534
/proc/meminfo: memFree=20747048/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=16356 CPUtime=6.29 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 3819 0 0 0 623 6 0 0 25 0 1 0 822163179 16748544 3772 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 4089 3772 180 372 0 3714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16356

[startup+12.7008 s]
/proc/loadavg: 2.07 2.03 2.00 3/551 22534
/proc/meminfo: memFree=20729292/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=25628 CPUtime=12.69 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 6121 0 0 0 1258 11 0 0 25 0 1 0 822163179 26243072 6074 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 6407 6074 180 372 0 6032 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25628

[startup+25.5005 s]
/proc/loadavg: 2.06 2.03 2.00 3/551 22535
/proc/meminfo: memFree=20699656/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=43816 CPUtime=25.49 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 10611 0 0 0 2529 20 0 0 25 0 1 0 822163179 44867584 10564 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 10954 10564 180 372 0 10579 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43816

[startup+51.1009 s]
/proc/loadavg: 2.20 2.06 2.01 3/551 22535
/proc/meminfo: memFree=20645544/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=74064 CPUtime=51.09 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 18154 0 0 0 5069 40 0 0 25 0 1 0 822163179 75841536 18107 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 18516 18107 180 372 0 18141 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74064

[startup+102.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/551 22537
/proc/meminfo: memFree=20542484/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=128112 CPUtime=102.31 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 31655 0 0 0 10156 75 0 0 25 0 1 0 822163179 131186688 31608 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 32028 31608 180 372 0 31653 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 128112

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/551 22538
/proc/meminfo: memFree=20426412/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=184872 CPUtime=162.29 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 45767 0 0 0 16113 116 0 0 25 0 1 0 822163179 189308928 45720 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 46218 45720 180 372 0 45843 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 184872

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

[startup+166.401 s]
/proc/loadavg: 2.06 2.05 2.01 3/551 22538
/proc/meminfo: memFree=20419452/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=188700 CPUtime=166.39 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 46726 0 0 0 16520 119 0 0 25 0 1 0 822163179 193228800 46679 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 47175 46679 180 372 0 46800 0
Current children cumulated CPU time (s) 166.39
Current children cumulated vsize (KiB) 188700

[startup+172.821 s]
/proc/loadavg: 2.05 2.05 2.01 3/551 22538
/proc/meminfo: memFree=20409284/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=194028 CPUtime=172.82 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 48038 0 0 0 17159 123 0 0 25 0 1 0 822163179 198684672 47991 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 48507 47991 180 372 0 48132 0
Current children cumulated CPU time (s) 172.82
Current children cumulated vsize (KiB) 194028

[startup+179.201 s]
/proc/loadavg: 2.05 2.05 2.00 3/551 22539
/proc/meminfo: memFree=20398864/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=199968 CPUtime=179.19 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 49519 0 0 0 17794 125 0 0 25 0 1 0 822163179 204767232 49472 33554432000 4194304 5714214 140737165830192 18446744073709551615 4300208 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 49992 49472 180 372 0 49617 0
Current children cumulated CPU time (s) 179.19
Current children cumulated vsize (KiB) 199968

[startup+180.8 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 22539
/proc/meminfo: memFree=20394896/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=200760 CPUtime=180.79 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 49694 0 0 0 17953 126 0 0 25 0 1 0 822163179 205578240 49647 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 50190 49647 180 372 0 49815 0
Current children cumulated CPU time (s) 180.79
Current children cumulated vsize (KiB) 200760

[startup+182.401 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 22539
/proc/meminfo: memFree=20393532/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=202740 CPUtime=182.4 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 50203 0 0 0 18112 128 0 0 25 0 1 0 822163179 207605760 50156 33554432000 4194304 5714214 140737165830192 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 50685 50156 180 372 0 50310 0
Current children cumulated CPU time (s) 182.4
Current children cumulated vsize (KiB) 202740

[startup+182.801 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 22539
/proc/meminfo: memFree=20391300/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=202872 CPUtime=182.8 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 50246 0 0 0 18152 128 0 0 25 0 1 0 822163179 207740928 50199 33554432000 4194304 5714214 140737165830192 18446744073709551615 4300192 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 50718 50199 180 372 0 50343 0
Current children cumulated CPU time (s) 182.8
Current children cumulated vsize (KiB) 202872

[startup+183.001 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 22539
/proc/meminfo: memFree=20391300/32951124 swapFree=53733252/67111528
[pid=22533] ppid=22531 vsize=202872 CPUtime=183 cores=0,2,4,6
/proc/22533/stat : 22533 (wbo1.6) R 22531 22533 21496 0 -1 4202496 50246 0 0 0 18172 128 0 0 25 0 1 0 822163179 207740928 50199 33554432000 4194304 5714214 140737165830192 18446744073709551615 4300208 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/22533/statm: 50718 50199 180 372 0 50343 0
Current children cumulated CPU time (s) 183
Current children cumulated vsize (KiB) 202872

Child status: 0
Real time (s): 183.043
CPU time (s): 183.047
CPU user time (s): 181.752
CPU system time (s): 1.2948
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 202872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.752
system time used= 1.2948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50249
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= 5
involuntary context switches= 107

runsolver used 1.05184 second user time and 2.28865 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-03 14:53:48
IDJOB=3461543
IDBENCH=2905
IDSOLVER=1953
FILE ID=node106/3461543-1307105628
RUNJOBID= node106-1307092297-21514
PBS_JOBID= 13497969
Free space on /tmp= 73740 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3461543-1307105628/watcher-3461543-1307105628 -o /tmp/evaluation-result-3461543-1307105628/solver-3461543-1307105628 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461543-1307105628.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=631743903

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20766320 kB
Buffers:        391292 kB
Cached:        5968132 kB
SwapCached:      22744 kB
Active:        6290960 kB
Inactive:      5552368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20766320 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:     5480060 kB
Mapped:          26884 kB
Slab:           191028 kB
PageTables:      78644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167967652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73736 MiB
End job on node106 at 2011-06-03 14:56:51