Trace number 3461541

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 314.451 314.443

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 benchmark48.6016
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 wbo 1.6 beta - 20110321
0.00/0.00	c Parsing opb file format. File HOME/instance-3461541-1307105357.opb.
0.00/0.00	c Instance file HOME/instance-3461541-1307105357.opb
0.00/0.00	c File size is 2114 bytes.
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 ============================[ 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      238 |     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      238 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       100 |      30        9      238 |     5500      100     17 |  3.333 % |
0.00/0.00	c |       250 |      30        9      238 |     6050      250     16 |  3.333 % |
0.00/0.00	c |       475 |      30        9      238 |     6655      475     15 |  3.333 % |
0.00/0.01	c |       813 |      30        9      238 |     7320      813     15 |  3.333 % |
0.00/0.01	c |      1322 |      30        9      238 |     8052     1322     15 |  3.333 % |
0.00/0.02	c |      2081 |      30        9      238 |     8857     2081     14 |  3.333 % |
0.00/0.04	c |      3220 |      30        9      238 |     9743     3220     14 |  3.333 % |
0.00/0.08	c |      4929 |      30        9      238 |    10717     4929     14 |  3.333 % |
0.09/0.16	c |      7491 |      30        9      238 |    11789     7491     14 |  3.333 % |
0.29/0.30	c |     11335 |      30        9      238 |    12968    11335     14 |  3.333 % |
0.49/0.57	c |     17102 |      30        9      238 |    14265    10609     14 |  3.333 % |
0.99/1.01	c |     25751 |      30        9      238 |    15692    12116     13 |  3.333 % |
1.69/1.72	c |     38725 |      30        9      238 |    17261     9376     13 |  3.333 % |
2.69/2.76	c |     58186 |      30        9      238 |    18987    11555     13 |  3.333 % |
4.50/4.57	c |     87378 |      30        9      238 |    20886    12233     13 |  3.333 % |
7.29/7.34	c |    131168 |      30        9      238 |    22974    14217     13 |  3.333 % |
12.10/12.12	c |    196852 |      30        9      238 |    25272    18606     12 |  3.333 % |
19.40/19.40	c |    295378 |      30        9      238 |    27799    15910     12 |  3.333 % |
31.39/31.41	c |    443169 |      30        9      238 |    30579    11669     12 |  3.334 % |
51.50/51.57	c |    664853 |      30        9      238 |    33637    17989     12 |  3.334 % |
82.60/82.68	c |    997380 |      30        9      238 |    37001    12424     12 |  3.337 % |
132.99/133.10	c |   1496169 |      30        9      238 |    40701    20865     12 |  3.437 % |
217.29/217.31	c |   2244351 |      30        9      238 |    44771    33763     11 |  3.854 % |
314.40/314.42	c ===============================================================================
314.40/314.42	c core #1
314.40/314.42	c 
314.40/314.42	c 
314.40/314.42	c Core size: 4	Core Weight: 2147483647	Total Weight: 2147483647
314.40/314.42	c Current CPU time: 309.514 s
314.40/314.42	c
314.40/314.42	s UNSATISFIABLE
314.40/314.42	c Total CPU time: 309.514 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-3461541-1307105357/watcher-3461541-1307105357 -o /tmp/evaluation-result-3461541-1307105357/solver-3461541-1307105357 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461541-1307105357.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.17 1.71 1.89 2/322 20256
/proc/meminfo: memFree=24161524/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=2104 CPUtime=0 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 317 0 0 0 0 0 0 0 18 0 1 0 900766256 2154496 269 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 526 269 180 372 0 151 0

[startup+0.102206 s]
/proc/loadavg: 1.17 1.71 1.89 2/322 20256
/proc/meminfo: memFree=24161524/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=3192 CPUtime=0.09 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 598 0 0 0 9 0 0 0 18 0 1 0 900766256 3268608 550 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 798 550 180 372 0 423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3192

[startup+0.200188 s]
/proc/loadavg: 1.17 1.71 1.89 2/322 20256
/proc/meminfo: memFree=24161524/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=3888 CPUtime=0.19 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 767 0 0 0 18 1 0 0 18 0 1 0 900766256 3981312 719 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 972 719 180 372 0 597 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3888

[startup+0.300171 s]
/proc/loadavg: 1.17 1.71 1.89 2/322 20256
/proc/meminfo: memFree=24161524/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=4476 CPUtime=0.29 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 916 0 0 0 27 2 0 0 18 0 1 0 900766256 4583424 868 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 1119 868 180 372 0 744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4476

[startup+0.70111 s]
/proc/loadavg: 1.17 1.71 1.89 2/322 20256
/proc/meminfo: memFree=24161524/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=5896 CPUtime=0.69 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 1257 0 0 0 66 3 0 0 18 0 1 0 900766256 6037504 1209 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 1474 1209 180 372 0 1099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5896

[startup+1.50097 s]
/proc/loadavg: 1.17 1.71 1.89 3/328 20262
/proc/meminfo: memFree=24149704/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=7716 CPUtime=1.49 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 1682 0 0 0 143 6 0 0 20 0 1 0 900766256 7901184 1634 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 1929 1634 180 372 0 1554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7716

[startup+3.10067 s]
/proc/loadavg: 1.24 1.71 1.89 3/328 20263
/proc/meminfo: memFree=24143920/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=11440 CPUtime=3.09 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 2603 0 0 0 301 8 0 0 25 0 1 0 900766256 11714560 2555 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 2860 2555 180 372 0 2485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11440

[startup+6.30107 s]
/proc/loadavg: 1.24 1.71 1.89 3/328 20263
/proc/meminfo: memFree=24131784/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=17260 CPUtime=6.29 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 4029 0 0 0 612 17 0 0 25 0 1 0 900766256 17674240 3981 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 4315 3981 180 372 0 3940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17260

[startup+12.7009 s]
/proc/loadavg: 1.35 1.72 1.89 3/328 20263
/proc/meminfo: memFree=24110232/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=27328 CPUtime=12.69 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 6538 0 0 0 1239 30 0 0 25 0 1 0 900766256 27983872 6490 33554432000 4194304 5714214 140734653167168 18446744073709551615 4300287 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 6832 6490 180 372 0 6457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27328

[startup+25.5006 s]
/proc/loadavg: 1.45 1.73 1.89 3/328 20263
/proc/meminfo: memFree=24072776/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=45144 CPUtime=25.49 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 10913 0 0 0 2492 57 0 0 25 0 1 0 900766256 46227456 10865 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 11286 10865 180 372 0 10911 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45144

[startup+51.1009 s]
/proc/loadavg: 1.64 1.75 1.89 3/328 20264
/proc/meminfo: memFree=24011380/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=74936 CPUtime=51.1 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 18314 0 0 0 5007 103 0 0 25 0 1 0 900766256 76734464 18266 33554432000 4194304 5714214 140734653167168 18446744073709551615 4300287 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 18734 18266 180 372 0 18359 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 74936

[startup+102.3 s]
/proc/loadavg: 1.85 1.79 1.90 3/328 20265
/proc/meminfo: memFree=23895532/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=130600 CPUtime=102.31 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 32201 0 0 0 10039 192 0 0 25 0 1 0 900766256 133734400 32153 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 32650 32153 180 372 0 32275 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 130600

[startup+162.3 s]
/proc/loadavg: 1.94 1.82 1.90 3/328 20267
/proc/meminfo: memFree=23773220/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=187660 CPUtime=162.3 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 46331 0 0 0 15946 284 0 0 25 0 1 0 900766256 192163840 46283 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 46915 46283 180 372 0 46540 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187660

[startup+222.313 s]
/proc/loadavg: 1.98 1.85 1.91 3/328 20268
/proc/meminfo: memFree=23656484/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=241928 CPUtime=222.31 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 59857 0 0 0 21863 368 0 0 25 0 1 0 900766256 247734272 59809 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 60482 59809 180 372 0 60107 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 241928

[startup+282.301 s]
/proc/loadavg: 2.05 1.89 1.91 3/328 20270
/proc/meminfo: memFree=23542104/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=292524 CPUtime=282.3 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 72485 0 0 0 27777 453 0 0 25 0 1 0 900766256 299544576 72415 33554432000 4194304 5714214 140734653167168 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 73131 72415 180 372 0 72756 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 292524

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

[startup+294.4 s]
/proc/loadavg: 2.04 1.89 1.91 3/328 20270
/proc/meminfo: memFree=23519520/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=302292 CPUtime=294.39 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 74928 0 0 0 28972 467 0 0 25 0 1 0 900766256 309547008 74858 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 75573 74858 180 372 0 75198 0
Current children cumulated CPU time (s) 294.39
Current children cumulated vsize (KiB) 302292

[startup+307.201 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20271
/proc/meminfo: memFree=23497312/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=311928 CPUtime=307.2 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 77324 0 0 0 30237 483 0 0 25 0 1 0 900766256 319414272 77254 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 77982 77254 180 372 0 77607 0
Current children cumulated CPU time (s) 307.2
Current children cumulated vsize (KiB) 311928

[startup+310.4 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20271
/proc/meminfo: memFree=23490988/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=313908 CPUtime=310.4 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 77842 0 0 0 30553 487 0 0 25 0 1 0 900766256 321441792 77772 33554432000 4194304 5714214 140734653167168 18446744073709551615 4319314 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 78477 77772 180 372 0 78102 0
Current children cumulated CPU time (s) 310.4
Current children cumulated vsize (KiB) 313908

[startup+312.001 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20271
/proc/meminfo: memFree=23489996/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=316020 CPUtime=312 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 78370 0 0 0 30711 489 0 0 25 0 1 0 900766256 323604480 78300 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 79005 78300 180 372 0 78630 0
Current children cumulated CPU time (s) 312
Current children cumulated vsize (KiB) 316020

[startup+313.612 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20271
/proc/meminfo: memFree=23484040/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=317340 CPUtime=313.62 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 78700 0 0 0 30871 491 0 0 25 0 1 0 900766256 324956160 78630 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 79335 78630 180 372 0 78960 0
Current children cumulated CPU time (s) 313.62
Current children cumulated vsize (KiB) 317340

[startup+314.001 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20271
/proc/meminfo: memFree=23484040/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=317340 CPUtime=314 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 78700 0 0 0 30909 491 0 0 25 0 1 0 900766256 324956160 78630 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 79335 78630 180 372 0 78960 0
Current children cumulated CPU time (s) 314
Current children cumulated vsize (KiB) 317340

[startup+314.401 s]
/proc/loadavg: 2.03 1.90 1.91 3/328 20271
/proc/meminfo: memFree=23484040/32951124 swapFree=67056304/67111528
[pid=20256] ppid=20254 vsize=317340 CPUtime=314.4 cores=1,3,5,7
/proc/20256/stat : 20256 (wbo1.6) R 20254 20256 18990 0 -1 4202496 78700 0 0 0 30948 492 0 0 25 0 1 0 900766256 324956160 78630 33554432000 4194304 5714214 140734653167168 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20256/statm: 79335 78630 180 372 0 78960 0
Current children cumulated CPU time (s) 314.4
Current children cumulated vsize (KiB) 317340

Child status: 0
Real time (s): 314.443
CPU time (s): 314.451
CPU user time (s): 309.515
CPU system time (s): 4.93625
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 317340

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

runsolver used 0.85187 second user time and 2.29665 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-03 14:49:17
IDJOB=3461541
IDBENCH=2897
IDSOLVER=1953
FILE ID=node110/3461541-1307105357
RUNJOBID= node110-1307105356-20242
PBS_JOBID= 13497978
Free space on /tmp= 74012 MiB

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

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=2019134972

node110.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	: 5332.83
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.83
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.76
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.83
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.74
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:      24161804 kB
Buffers:        286052 kB
Cached:        4577684 kB
SwapCached:       8652 kB
Active:        3963400 kB
Inactive:      4505100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24161804 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            8644 kB
Writeback:           0 kB
AnonPages:     3602452 kB
Mapped:          26628 kB
Slab:           229892 kB
PageTables:      26860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75581284 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= 74004 MiB
End job on node110 at 2011-06-03 14:54:31