Trace number 3447038

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.6OPTIMUM 96.9453 96.9429

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551864--soft-66-100-0.wbo
MD5SUMc0a37f516cf4d2739ccd6d05a55220be
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark12.4711
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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 wbo file format. File HOME/instance-3447038-1307905798.wbo.
0.00/0.00	c Instance file HOME/instance-3447038-1307905798.wbo
0.00/0.00	c File size is 87889 bytes.
0.00/0.00	c Highest Coefficient sum: 687
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:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
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 |     231     2707     8338 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       100 |     231     2707     8338 |     5500      100     21 |  0.002 % |
0.00/0.01	c |       251 |     231     2707     8338 |     6050      251     23 |  0.002 % |
0.00/0.01	c |       476 |     231     2707     8338 |     6655      476     28 |  0.002 % |
0.00/0.02	c |       813 |     231     2707     8338 |     7320      813     29 |  0.002 % |
0.00/0.03	c |      1319 |     231     2707     8338 |     8052     1319     29 |  0.002 % |
0.02/0.05	c |      2078 |     231     2707     8338 |     8857     2078     29 |  0.002 % |
0.02/0.08	c |      3221 |     231     2707     8338 |     9743     3221     29 |  0.002 % |
0.09/0.13	c |      4931 |     231     2707     8338 |    10717     4931     32 |  0.002 % |
0.19/0.21	c |      7493 |     231     2707     8338 |    11789     7493     31 |  0.002 % |
0.29/0.36	c |     11337 |     231     2707     8338 |    12968    11337     32 |  0.002 % |
0.59/0.62	c |     17107 |     231     2707     8338 |    14265    10555     33 |  0.002 % |
0.99/1.06	c |     25759 |     231     2707     8338 |    15692    12025     35 |  0.002 % |
1.69/1.79	c |     38733 |     231     2707     8338 |    17261     9223     34 |  0.002 % |
2.79/2.86	c |     58196 |     231     2707     8338 |    18987    11326     38 |  0.002 % |
4.70/4.78	c |     87388 |     231     2707     8338 |    20886    11895     39 |  0.002 % |
7.99/8.06	c |    131180 |     231     2707     8338 |    22974    13722     38 |  0.002 % |
12.99/13.06	c |    196866 |     231     2707     8338 |    25272    21679     36 |  0.002 % |
20.79/20.88	c |    295392 |     231     2707     8338 |    27799    12852     37 |  0.002 % |
32.79/32.85	c |    443182 |     231     2707     8338 |    30579    19229     39 |  0.002 % |
53.29/53.34	c |    664867 |     231     2707     8338 |    33637    26885     39 |  0.002 % |
61.99/62.00	c ===============================================================================
66.60/66.67	c core #1
66.60/66.67	c 
66.60/66.67	c 
66.60/66.67	c Core size: 874	Core Weight: 1	Total Weight: 1
66.60/66.67	c Current CPU time: 65.2131 s
66.60/66.67	c
66.60/66.67	c ============================[ Search Statistics ]==============================
66.60/66.67	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.60/66.67	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
66.60/66.67	c ===============================================================================
66.60/66.67	c |         0 |     698     3569    12424 |     5000        0   -nan |  0.000 % |
66.60/66.67	c |       102 |     698     3569    12424 |     5500      102     25 |  0.000 % |
66.60/66.67	c |       255 |     698     3569    12424 |     6050      255     30 |  0.000 % |
66.60/66.68	c |       481 |     698     3569    12424 |     6655      481     31 |  0.000 % |
66.60/66.69	c |       819 |     698     3569    12424 |     7320      819     29 |  0.000 % |
66.69/66.70	c |      1326 |     698     3569    12424 |     8052     1326     30 |  0.000 % |
66.69/66.72	c |      2085 |     698     3569    12424 |     8857     2085     30 |  0.000 % |
66.69/66.76	c |      3225 |     698     3569    12424 |     9743     3225     31 |  0.000 % |
66.79/66.82	c |      4936 |     698     3569    12424 |    10717     4936     34 |  0.000 % |
66.90/66.93	c |      7500 |     698     3569    12424 |    11789     7500     35 |  0.000 % |
67.10/67.13	c |     11347 |     698     3569    12424 |    12968    11347     35 |  0.000 % |
67.40/67.47	c |     17114 |     698     3569    12424 |    14265    10584     37 |  0.000 % |
67.89/67.93	c |     25764 |     698     3569    12424 |    15692    12052     35 |  0.000 % |
68.69/68.76	c |     38739 |     698     3569    12424 |    17261     9247     36 |  0.000 % |
69.89/69.94	c |     58200 |     698     3569    12424 |    18987    11353     36 |  0.000 % |
71.99/72.02	c |     87393 |     698     3569    12424 |    20886    11920     38 |  0.000 % |
75.39/75.47	c |    131182 |     698     3569    12424 |    22974    13745     37 |  0.000 % |
80.19/80.24	c |    196867 |     698     3569    12424 |    25272    21738     39 |  0.000 % |
88.20/88.23	c |    295393 |     698     3569    12424 |    27799    17177     38 |  0.000 % |
96.90/96.93	c ===============================================================================
96.90/96.93	c #cores: 1
96.90/96.93	o 1
96.90/96.93	s OPTIMUM FOUND
96.90/96.93	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231
96.90/96.93	c Total CPU time: 95.3355 s

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3447038-1307905798/watcher-3447038-1307905798 -o /var/tmp/evaluation-result-3447038-1307905798/solver-3447038-1307905798 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447038-1307905798.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 15110
/proc/meminfo: memFree=1620452/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=2196 CPUtime=0 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 322 0 0 0 0 0 0 0 25 0 1 0 902179552 2248704 273 33554432000 4194304 5714214 140736728139088 18446744073709551615 4228419 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 549 274 179 372 0 152 0

[startup+0.0338611 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 15110
/proc/meminfo: memFree=1620452/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=2636 CPUtime=0.02 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 474 0 0 0 2 0 0 0 25 0 1 0 902179552 2699264 403 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 659 403 177 372 0 284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2636

[startup+0.10092 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 15110
/proc/meminfo: memFree=1620452/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=3456 CPUtime=0.09 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 689 0 0 0 9 0 0 0 25 0 1 0 902179552 3538944 618 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 864 618 177 372 0 489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3456

[startup+0.300873 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 15110
/proc/meminfo: memFree=1620452/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=5448 CPUtime=0.29 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 1190 0 0 0 28 1 0 0 25 0 1 0 902179552 5578752 1119 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 1362 1119 177 372 0 987 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5448

[startup+0.700804 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 15110
/proc/meminfo: memFree=1620452/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=7576 CPUtime=0.69 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 1693 0 0 0 67 2 0 0 25 0 1 0 902179552 7757824 1622 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 1894 1622 177 372 0 1519 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7576

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15116
/proc/meminfo: memFree=1607200/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=10260 CPUtime=1.49 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 2364 0 0 0 145 4 0 0 25 0 1 0 902179552 10506240 2293 33554432000 4194304 5714214 140736728139088 18446744073709551615 4319269 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 2565 2293 177 372 0 2190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10260

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15116
/proc/meminfo: memFree=1599016/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=15576 CPUtime=3.09 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 3711 0 0 0 300 9 0 0 25 0 1 0 902179552 15949824 3640 33554432000 4194304 5714214 140736728139088 18446744073709551615 4200768 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 3894 3640 177 372 0 3519 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15576

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15116
/proc/meminfo: memFree=1580356/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=23656 CPUtime=6.29 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 5725 0 0 0 615 14 0 0 25 0 1 0 902179552 24223744 5654 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 5914 5654 177 372 0 5539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23656

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15116
/proc/meminfo: memFree=1552624/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=36332 CPUtime=12.69 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 8876 0 0 0 1242 27 0 0 25 0 1 0 902179552 37203968 8805 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 9083 8805 177 372 0 8708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36332

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15117
/proc/meminfo: memFree=1500740/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=61848 CPUtime=25.49 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 15208 0 0 0 2500 49 0 0 25 0 1 0 902179552 63332352 15137 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 15462 15137 177 372 0 15087 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61848

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15117
/proc/meminfo: memFree=1410196/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=105832 CPUtime=51.09 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 26164 0 0 0 5020 89 0 0 25 0 1 0 902179552 108371968 26093 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 26458 26093 177 372 0 26083 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105832

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

[startup+76.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15118
/proc/meminfo: memFree=1316316/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=76.7 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39336 0 0 0 7541 129 0 0 25 0 1 0 902179552 161886208 39199 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39199 178 372 0 39148 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 158092

[startup+89.501 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15118
/proc/meminfo: memFree=1263612/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=89.49 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39367 0 0 0 8799 150 0 0 25 0 1 0 902179552 161886208 39230 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39230 178 372 0 39148 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 158092

[startup+92.7004 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15156
/proc/meminfo: memFree=1454604/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=92.69 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39367 0 0 0 9115 154 0 0 25 0 1 0 902179552 161886208 39230 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39230 178 372 0 39148 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 158092

[startup+94.3001 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15157
/proc/meminfo: memFree=1451192/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=94.29 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39367 0 0 0 9273 156 0 0 25 0 1 0 902179552 161886208 39230 33554432000 4194304 5714214 140736728139088 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39230 178 372 0 39148 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 158092

[startup+95.9008 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15157
/proc/meminfo: memFree=1444372/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=95.9 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39367 0 0 0 9431 159 0 0 25 0 1 0 902179552 161886208 39230 33554432000 4194304 5714214 140736728139088 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39230 178 372 0 39148 0
Current children cumulated CPU time (s) 95.9
Current children cumulated vsize (KiB) 158092

[startup+96.7007 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15157
/proc/meminfo: memFree=1441396/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=96.69 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39367 0 0 0 9510 159 0 0 25 0 1 0 902179552 161886208 39230 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39230 178 372 0 39148 0
Current children cumulated CPU time (s) 96.69
Current children cumulated vsize (KiB) 158092

[startup+96.9006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15157
/proc/meminfo: memFree=1441396/32950904 swapFree=67055440/67111528
[pid=15110] ppid=15108 vsize=158092 CPUtime=96.9 cores=1,3,5,7
/proc/15110/stat : 15110 (wbo1.6) R 15108 15110 14274 0 -1 4202496 39367 0 0 0 9530 160 0 0 25 0 1 0 902179552 161886208 39230 33554432000 4194304 5714214 140736728139088 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15110/statm: 39523 39230 178 372 0 39148 0
Current children cumulated CPU time (s) 96.9
Current children cumulated vsize (KiB) 158092

Child status: 0
Real time (s): 96.9429
CPU time (s): 96.9453
CPU user time (s): 95.3355
CPU system time (s): 1.60976
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 158416

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

runsolver used 0.12798 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-12 21:09:58
IDJOB=3447038
IDBENCH=78926
IDSOLVER=1943
FILE ID=node121/3447038-1307905798
RUNJOBID= node121-1307903996-14950
PBS_JOBID= 13559585
Free space on /var/tmp= 2892 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--soft-66-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447038-1307905798/watcher-3447038-1307905798 -o /var/tmp/evaluation-result-3447038-1307905798/solver-3447038-1307905798 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447038-1307905798.wbo

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

MD5SUM BENCH= c0a37f516cf4d2739ccd6d05a55220be
RANDOM SEED=543406084

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       1620912 kB
Buffers:         58680 kB
Cached:       30304220 kB
SwapCached:       9696 kB
Active:       15134676 kB
Inactive:     15247368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       1620912 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:            8576 kB
Writeback:           0 kB
AnonPages:       16908 kB
Mapped:          13008 kB
Slab:           881808 kB
PageTables:       3496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   189772 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 /var/tmp at the end= 2884 MiB
End job on node121 at 2011-06-12 21:11:35