Trace number 2689989

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.4aOPTIMUM 159.195 159.201

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-33-100-0.wbo
MD5SUMb6831e02f19f517e205ea45f0a3f162b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark159.195
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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.4 beta - 20100517
0.00/0.00	c Parsing wbo file format. File HOME/instance-2689989-1277900975.wbo.
0.00/0.00	c Instance file HOME/instance-2689989-1277900975.wbo
0.00/0.00	c File size is 92500 bytes.
0.00/0.00	c Highest Coefficient sum: 745
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         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     27 |  0.002 % |
0.00/0.01	c |       250 |     231     2707     8338 |     6050      250     23 |  0.002 % |
0.00/0.01	c |       477 |     231     2707     8338 |     6655      477     24 |  0.002 % |
0.00/0.02	c |       814 |     231     2707     8338 |     7320      814     25 |  0.002 % |
0.00/0.04	c |      1322 |     231     2707     8338 |     8052     1322     24 |  0.002 % |
0.00/0.06	c |      2081 |     231     2707     8338 |     8857     2081     25 |  0.002 % |
0.08/0.09	c |      3220 |     231     2707     8338 |     9743     3220     25 |  0.002 % |
0.09/0.15	c |      4930 |     231     2707     8338 |    10717     4930     27 |  0.002 % |
0.19/0.25	c |      7492 |     231     2707     8338 |    11789     7492     29 |  0.002 % |
0.38/0.44	c |     11336 |     231     2707     8338 |    12968    11336     30 |  0.002 % |
0.68/0.73	c |     17105 |     231     2707     8338 |    14265    10565     30 |  0.002 % |
1.18/1.26	c |     25759 |     231     2707     8338 |    15692    12039     33 |  0.002 % |
2.09/2.19	c |     38736 |     231     2707     8338 |    17261     9212     37 |  0.002 % |
3.79/3.86	c |     58198 |     231     2707     8338 |    18987    11311     35 |  0.002 % |
6.19/6.20	c |     87392 |     231     2707     8338 |    20886    11881     34 |  0.002 % |
10.09/10.17	c |    131181 |     231     2707     8338 |    22974    13671     39 |  0.002 % |
16.79/16.82	c |    196865 |     231     2707     8338 |    25272    21702     38 |  0.002 % |
27.19/27.26	c |    295392 |     231     2707     8338 |    27799    15089     38 |  0.002 % |
42.58/42.62	c |    443181 |     231     2707     8338 |    30579    22077     39 |  0.002 % |
64.49/64.56	c ===============================================================================
68.38/68.47	c core #1
68.38/68.47	c ============================[ Search Statistics ]==============================
68.38/68.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.38/68.47	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
68.38/68.47	c ===============================================================================
68.38/68.47	c |         0 |    1150     4428    16402 |     5000        0    nan |  0.000 % |
68.58/68.61	c |       100 |    1150     4428    16402 |     5500      100     20 |  0.000 % |
68.58/68.62	c |       251 |    1150     4428    16402 |     6050      251     33 |  0.000 % |
68.58/68.63	c |       476 |    1150     4428    16402 |     6655      476     30 |  0.000 % |
68.58/68.64	c |       813 |    1150     4428    16402 |     7320      813     30 |  0.000 % |
68.58/68.67	c |      1319 |    1150     4428    16402 |     8052     1319     29 |  0.000 % |
68.69/68.70	c |      2078 |    1150     4428    16402 |     8857     2078     29 |  0.000 % |
68.69/68.75	c |      3217 |    1150     4428    16402 |     9743     3217     29 |  0.000 % |
68.79/68.83	c |      4925 |    1150     4428    16402 |    10717     4925     30 |  0.000 % |
68.89/68.96	c |      7487 |    1150     4428    16402 |    11789     7487     29 |  0.000 % |
69.08/69.19	c |     11336 |    1150     4428    16402 |    12968    11336     30 |  0.000 % |
69.49/69.58	c |     17105 |    1150     4428    16402 |    14265    10568     31 |  0.000 % |
70.19/70.20	c |     25754 |    1150     4428    16402 |    15692    12040     32 |  0.000 % |
71.08/71.18	c |     38728 |    1150     4428    16402 |    17261     9220     34 |  0.000 % |
72.78/72.87	c |     58190 |    1150     4428    16402 |    18987    11305     35 |  0.000 % |
75.58/75.63	c |     87382 |    1150     4428    16402 |    20886    11885     35 |  0.000 % |
80.29/80.37	c |    131172 |    1150     4428    16402 |    22974    13702     37 |  0.000 % |
87.08/87.19	c |    196857 |    1150     4428    16402 |    25272    21685     36 |  0.000 % |
97.38/97.42	c |    295383 |    1150     4428    16402 |    27799    12367     36 |  0.000 % |
112.38/112.43	c |    443172 |    1150     4428    16402 |    30579    18420     36 |  0.000 % |
135.98/136.04	c |    664857 |    1149     4428    16402 |    33637    19009     32 |  0.087 % |
137.99/138.02	c ===============================================================================
142.48/142.54	c core #2
142.48/142.54	c ============================[ Search Statistics ]==============================
142.48/142.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
142.48/142.54	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
142.48/142.54	c ===============================================================================
142.48/142.54	c |         0 |    2075     6143    24461 |     5000        0    nan |  0.000 % |
142.48/142.58	c |       100 |    2075     6143    24461 |     5500      100     19 |  0.000 % |
142.48/142.59	c |       250 |    2075     6143    24461 |     6050      250     19 |  0.000 % |
142.58/142.60	c |       475 |    2075     6143    24461 |     6655      475     25 |  0.000 % |
142.58/142.62	c |       813 |    2075     6143    24461 |     7320      813     27 |  0.000 % |
142.58/142.65	c |      1320 |    2075     6143    24461 |     8052     1320     28 |  0.000 % |
142.58/142.68	c |      2080 |    2075     6143    24461 |     8857     2080     28 |  0.000 % |
142.68/142.74	c |      3219 |    2075     6143    24461 |     9743     3219     29 |  0.000 % |
142.78/142.82	c |      4927 |    2075     6143    24461 |    10717     4927     31 |  0.000 % |
142.89/142.95	c |      7490 |    2075     6143    24461 |    11789     7490     32 |  0.000 % |
143.18/143.20	c |     11335 |    2075     6143    24461 |    12968    11335     32 |  0.000 % |
143.58/143.68	c |     17102 |    2075     6143    24461 |    14265    10573     34 |  0.000 % |
144.38/144.47	c |     25752 |    2075     6143    24461 |    15692    12034     37 |  0.000 % |
145.48/145.52	c |     38726 |    2075     6143    24461 |    17261     9215     36 |  0.000 % |
147.19/147.24	c |     58187 |    2075     6143    24461 |    18987    11322     38 |  0.000 % |
150.88/150.96	c |     87380 |    2075     6143    24461 |    20886    11869     38 |  0.000 % |
155.39/155.45	c |    131169 |    2075     6143    24461 |    22974    13694     38 |  0.000 % |
159.09/159.19	c ===============================================================================
159.09/159.19	c #cores: 2
159.09/159.19	c Final Weight: 2
159.09/159.19	o 2
159.09/159.19	s OPTIMUM FOUND
159.09/159.19	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
159.09/159.19	c Total CPU time: 156.604 s

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2689989-1277900975/watcher-2689989-1277900975 -o /tmp/evaluation-result-2689989-1277900975/solver-2689989-1277900975 -C 1800 -W 2000 -M 3800 wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2689989-1277900975.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.07 2.03 4/196 12097
/proc/meminfo: memFree=30803084/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=2660 CPUtime=0
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 305 0 0 0 0 0 0 0 25 0 1 0 131394230 2723840 223 4089446400 134512640 135751879 4290590000 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12097/statm: 665 223 146 303 0 337 0

[startup+0.0871149 s]
/proc/loadavg: 2.02 2.07 2.03 4/196 12097
/proc/meminfo: memFree=30803084/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=3504 CPUtime=0.08
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 532 0 0 0 8 0 0 0 25 0 1 0 131394230 3588096 427 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12097/statm: 876 427 143 303 0 571 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3504

[startup+0.101111 s]
/proc/loadavg: 2.02 2.07 2.03 4/196 12097
/proc/meminfo: memFree=30803084/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=3636 CPUtime=0.09
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 563 0 0 0 9 0 0 0 25 0 1 0 131394230 3723264 458 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12097/statm: 909 458 143 303 0 604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.301078 s]
/proc/loadavg: 2.02 2.07 2.03 4/196 12097
/proc/meminfo: memFree=30803084/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=5088 CPUtime=0.29
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 933 0 0 0 28 1 0 0 25 0 1 0 131394230 5210112 828 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12097/statm: 1272 828 143 303 0 967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5088

[startup+0.701026 s]
/proc/loadavg: 2.02 2.07 2.03 4/196 12097
/proc/meminfo: memFree=30803084/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=7332 CPUtime=0.68
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 1487 0 0 0 66 2 0 0 25 0 1 0 131394230 7507968 1382 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 1833 1382 143 303 0 1528 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7332

[startup+1.50088 s]
/proc/loadavg: 2.02 2.07 2.03 3/197 12098
/proc/meminfo: memFree=30796256/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=11028 CPUtime=1.49
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 2426 0 0 0 145 4 0 0 25 0 1 0 131394230 11292672 2321 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 2757 2321 143 303 0 2452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11028

[startup+3.1005 s]
/proc/loadavg: 2.02 2.07 2.03 3/197 12098
/proc/meminfo: memFree=30791380/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=17252 CPUtime=3.09
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 3981 0 0 0 302 7 0 0 25 0 1 0 131394230 17666048 3876 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 4313 3876 143 303 0 4008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17252

[startup+6.30102 s]
/proc/loadavg: 2.02 2.07 2.03 3/197 12098
/proc/meminfo: memFree=30777740/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=29180 CPUtime=6.29
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 6947 0 0 0 614 15 0 0 25 0 1 0 131394230 29880320 6842 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 7295 6842 143 303 0 6990 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29180

[startup+12.7009 s]
/proc/loadavg: 2.02 2.07 2.03 3/197 12099
/proc/meminfo: memFree=30754700/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=50192 CPUtime=12.68
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 12193 0 0 0 1242 26 0 0 25 0 1 0 131394230 51396608 12088 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 12548 12088 143 303 0 12243 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50192

[startup+25.5005 s]
/proc/loadavg: 2.01 2.06 2.03 3/197 12099
/proc/meminfo: memFree=30710980/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=88148 CPUtime=25.48
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 21696 0 0 0 2504 44 0 0 25 0 1 0 131394230 90263552 21591 4089446400 134512640 135751879 4290590000 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 22037 21591 143 303 0 21732 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88148

[startup+51.101 s]
/proc/loadavg: 2.01 2.06 2.03 3/197 12100
/proc/meminfo: memFree=30628284/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=163228 CPUtime=51.08
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 40456 0 0 0 5028 80 0 0 25 0 1 0 131394230 167145472 40351 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 40807 40351 143 303 0 40502 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 163228

[startup+102.307 s]
/proc/loadavg: 2.00 2.05 2.02 3/197 12101
/proc/meminfo: memFree=30543440/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=228380 CPUtime=102.29
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 56777 0 0 0 10069 160 0 0 25 0 1 0 131394230 233861120 56642 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 57095 56642 146 303 0 56790 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 228380

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

[startup+127.9 s]
/proc/loadavg: 2.00 2.04 2.02 3/197 12105
/proc/meminfo: memFree=30471248/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=293884 CPUtime=127.88
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 73167 0 0 0 12573 215 0 0 25 0 1 0 131394230 300937216 73032 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 73471 73032 146 303 0 73166 0
Current children cumulated CPU time (s) 127.88
Current children cumulated vsize (KiB) 293884

[startup+140.701 s]
/proc/loadavg: 2.00 2.04 2.02 3/197 12105
/proc/meminfo: memFree=30419660/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340240 CPUtime=140.69
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84749 0 0 0 13835 234 0 0 25 0 1 0 131394230 348405760 84614 4089446400 134512640 135751879 4290590000 18446744073709551615 134618448 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85060 84614 146 303 0 84755 0
Current children cumulated CPU time (s) 140.69
Current children cumulated vsize (KiB) 340240

[startup+147.101 s]
/proc/loadavg: 2.08 2.06 2.02 10/197 12105
/proc/meminfo: memFree=30418384/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340820 CPUtime=147.08
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84897 0 0 0 14467 241 0 0 25 0 1 0 131394230 348999680 84762 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85205 84762 146 303 0 84900 0
Current children cumulated CPU time (s) 147.08
Current children cumulated vsize (KiB) 340820

[startup+153.501 s]
/proc/loadavg: 2.07 2.05 2.02 3/197 12105
/proc/meminfo: memFree=30415852/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340820 CPUtime=153.49
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84897 0 0 0 15098 251 0 0 25 0 1 0 131394230 348999680 84762 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85205 84762 146 303 0 84900 0
Current children cumulated CPU time (s) 153.49
Current children cumulated vsize (KiB) 340820

[startup+156.701 s]
/proc/loadavg: 2.07 2.05 2.02 3/197 12105
/proc/meminfo: memFree=30414488/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340820 CPUtime=156.68
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84911 0 0 0 15414 254 0 0 25 0 1 0 131394230 348999680 84776 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85205 84776 146 303 0 84900 0
Current children cumulated CPU time (s) 156.68
Current children cumulated vsize (KiB) 340820

[startup+158.301 s]
/proc/loadavg: 2.06 2.05 2.02 3/197 12105
/proc/meminfo: memFree=30413984/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340820 CPUtime=158.29
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84911 0 0 0 15573 256 0 0 25 0 1 0 131394230 348999680 84776 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85205 84776 146 303 0 84900 0
Current children cumulated CPU time (s) 158.29
Current children cumulated vsize (KiB) 340820

[startup+158.701 s]
/proc/loadavg: 2.06 2.05 2.02 3/197 12105
/proc/meminfo: memFree=30413984/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340820 CPUtime=158.68
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84911 0 0 0 15611 257 0 0 25 0 1 0 131394230 348999680 84776 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85205 84776 146 303 0 84900 0
Current children cumulated CPU time (s) 158.68
Current children cumulated vsize (KiB) 340820

[startup+159.101 s]
/proc/loadavg: 2.06 2.05 2.02 3/197 12105
/proc/meminfo: memFree=30413984/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=340820 CPUtime=159.09
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202496 84911 0 0 0 15651 258 0 0 25 0 1 0 131394230 348999680 84776 4089446400 134512640 135751879 4290590000 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12097/statm: 85205 84776 146 303 0 84900 0
Current children cumulated CPU time (s) 159.09
Current children cumulated vsize (KiB) 340820

[startup+159.201 s]
/proc/loadavg: 2.06 2.05 2.02 3/197 12105
/proc/meminfo: memFree=30413984/32950904 swapFree=67111528/67111528
[pid=12097] ppid=12095 vsize=0 CPUtime=159.19
/proc/12097/stat : 12097 (wbo1.4a) R 12095 12097 11542 0 -1 4202500 84911 0 0 0 15660 259 0 0 25 0 1 0 131394230 0 0 4089446400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12097/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 159.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 159.201
CPU time (s): 159.195
CPU user time (s): 156.604
CPU system time (s): 2.59061
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 340820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.604
system time used= 2.59061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84911
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= 179

runsolver used 0.233964 second user time and 0.52092 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 14:29:35
IDJOB=2689989
IDBENCH=78887
IDSOLVER=1200
FILE ID=node121/2689989-1277900975
PBS_JOBID= 11197191
Free space on /tmp= 74212 MiB

SOLVER NAME= wbo 1.4a
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--soft-33-100-0.wbo
COMMAND LINE= wbo1.4a -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2689989-1277900975/watcher-2689989-1277900975 -o /tmp/evaluation-result-2689989-1277900975/solver-2689989-1277900975 -C 1800 -W 2000 -M 3800  wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2689989-1277900975.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b6831e02f19f517e205ea45f0a3f162b
RANDOM SEED=1767823029

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.876
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.75
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.876
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.23
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.876
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.876
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.876
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.75
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.876
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.82
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.876
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.876
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:      30803736 kB
Buffers:        184456 kB
Cached:        1097948 kB
SwapCached:          0 kB
Active:        1221200 kB
Inactive:       780956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30803736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2776 kB
Writeback:           0 kB
AnonPages:      720064 kB
Mapped:          20364 kB
Slab:            80504 kB
PageTables:       6724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1656520 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= 74208 MiB
End job on node121 at 2010-06-30 14:32:14