Trace number 2690051

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 173.063 173.059

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-33-100-0.wbo
MD5SUM2c7bc414eea5148dc6372ccd38f2fe74
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 benchmark61.0867
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2690051-1277904892.wbo.
0.00/0.00	c Instance file HOME/instance-2690051-1277904892.wbo
0.00/0.00	c File size is 92623 bytes.
0.00/0.00	c Highest Coefficient sum: 689
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     26 |  0.002 % |
0.00/0.01	c |       252 |     231     2707     8338 |     6050      252     25 |  0.002 % |
0.00/0.01	c |       477 |     231     2707     8338 |     6655      477     28 |  0.002 % |
0.00/0.02	c |       815 |     231     2707     8338 |     7320      815     33 |  0.002 % |
0.00/0.04	c |      1323 |     231     2707     8338 |     8052     1323     33 |  0.002 % |
0.00/0.06	c |      2082 |     231     2707     8338 |     8857     2082     33 |  0.002 % |
0.09/0.10	c |      3222 |     231     2707     8338 |     9743     3222     32 |  0.002 % |
0.09/0.17	c |      4931 |     231     2707     8338 |    10717     4931     33 |  0.002 % |
0.19/0.27	c |      7493 |     231     2707     8338 |    11789     7493     33 |  0.002 % |
0.39/0.47	c |     11338 |     231     2707     8338 |    12968    11338     35 |  0.002 % |
0.79/0.82	c |     17104 |     231     2707     8338 |    14265    10575     36 |  0.002 % |
1.29/1.38	c |     25753 |     231     2707     8338 |    15692    12018     36 |  0.002 % |
2.39/2.43	c |     38729 |     231     2707     8338 |    17261     9207     40 |  0.002 % |
3.89/3.96	c |     58196 |     231     2707     8338 |    18987    11315     36 |  0.002 % |
6.19/6.25	c |     87388 |     231     2707     8338 |    20886    11849     41 |  0.002 % |
10.39/10.43	c |    131177 |     231     2707     8338 |    22974    13661     42 |  0.002 % |
16.50/16.54	c |    196863 |     231     2707     8338 |    25272    21482     37 |  0.002 % |
25.49/25.51	c |    295391 |     231     2707     8338 |    27799    14493     37 |  0.002 % |
40.49/40.50	c |    443181 |     231     2707     8338 |    30579    23239     37 |  0.002 % |
63.49/63.57	c |    664864 |     231     2707     8338 |    33637    28292     41 |  0.003 % |
72.19/72.23	c ===============================================================================
76.79/76.88	c core #1
76.79/76.88	c ============================[ Search Statistics ]==============================
76.79/76.88	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
76.79/76.88	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
76.79/76.88	c ===============================================================================
76.79/76.88	c |         0 |    1175     4480    16681 |     5000        0    nan |  0.000 % |
77.00/77.04	c |       100 |    1175     4480    16681 |     5500      100     22 |  0.000 % |
77.00/77.04	c |       250 |    1175     4480    16681 |     6050      250     24 |  0.000 % |
77.00/77.05	c |       476 |    1175     4480    16681 |     6655      476     26 |  0.000 % |
77.00/77.06	c |       813 |    1175     4480    16681 |     7320      813     29 |  0.000 % |
77.00/77.08	c |      1320 |    1175     4480    16681 |     8052     1320     29 |  0.000 % |
77.09/77.13	c |      2079 |    1175     4480    16681 |     8857     2079     30 |  0.000 % |
77.09/77.17	c |      3220 |    1175     4480    16681 |     9743     3220     30 |  0.000 % |
77.20/77.25	c |      4929 |    1175     4480    16681 |    10717     4929     31 |  0.000 % |
77.29/77.38	c |      7491 |    1175     4480    16681 |    11789     7491     31 |  0.000 % |
77.59/77.62	c |     11337 |    1175     4480    16681 |    12968    11337     32 |  0.000 % |
78.00/78.02	c |     17103 |    1175     4480    16681 |    14265    10579     34 |  0.000 % |
78.59/78.64	c |     25756 |    1175     4480    16681 |    15692    12049     34 |  0.000 % |
79.59/79.64	c |     38731 |    1175     4480    16681 |    17261     9239     35 |  0.000 % |
81.19/81.24	c |     58194 |    1175     4480    16681 |    18987    11340     34 |  0.000 % |
83.69/83.71	c |     87386 |    1175     4480    16681 |    20886    11874     36 |  0.000 % |
88.00/88.03	c |    131176 |    1175     4480    16681 |    22974    13680     35 |  0.000 % |
95.19/95.23	c |    196864 |    1175     4480    16681 |    25272    21656     38 |  0.000 % |
105.69/105.70	c |    295392 |    1175     4480    16681 |    27799    14013     39 |  0.000 % |
122.29/122.37	c |    443182 |    1175     4480    16681 |    30579    21099     36 |  0.000 % |
141.39/141.46	c ===============================================================================
145.60/145.65	c core #2
145.60/145.65	c ============================[ Search Statistics ]==============================
145.60/145.65	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
145.60/145.65	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
145.60/145.65	c ===============================================================================
145.60/145.65	c |         0 |    2115     6225    24911 |     5000        0    nan |  0.000 % |
145.60/145.69	c |       100 |    2115     6225    24911 |     5500      100     24 |  0.000 % |
145.70/145.70	c |       251 |    2115     6225    24911 |     6050      251     30 |  0.000 % |
145.70/145.71	c |       476 |    2115     6225    24911 |     6655      476     26 |  0.000 % |
145.70/145.73	c |       813 |    2115     6225    24911 |     7320      813     29 |  0.000 % |
145.70/145.75	c |      1320 |    2115     6225    24911 |     8052     1320     29 |  0.000 % |
145.70/145.79	c |      2080 |    2115     6225    24911 |     8857     2080     31 |  0.000 % |
145.79/145.84	c |      3219 |    2115     6225    24911 |     9743     3219     31 |  0.000 % |
145.89/145.93	c |      4928 |    2115     6225    24911 |    10717     4928     31 |  0.000 % |
145.99/146.09	c |      7493 |    2115     6225    24911 |    11789     7493     32 |  0.000 % |
146.30/146.35	c |     11337 |    2115     6225    24911 |    12968    11337     34 |  0.000 % |
146.70/146.79	c |     17103 |    2115     6225    24911 |    14265    10559     36 |  0.000 % |
147.40/147.48	c |     25753 |    2115     6225    24911 |    15692    12017     37 |  0.000 % |
148.50/148.59	c |     38727 |    2115     6225    24911 |    17261     9180     35 |  0.000 % |
150.60/150.70	c |     58189 |    2115     6225    24911 |    18987    11271     38 |  0.000 % |
153.80/153.82	c |     87381 |    2115     6225    24911 |    20886    11826     38 |  0.000 % |
158.80/158.83	c |    131170 |    2115     6225    24911 |    22974    13587     39 |  0.000 % |
165.90/165.93	c |    196856 |    2115     6225    24911 |    25272    21380     40 |  0.000 % |
172.99/173.04	c ===============================================================================
172.99/173.04	c #cores: 2
172.99/173.04	c Final Weight: 2
172.99/173.04	o 2
172.99/173.04	s OPTIMUM FOUND
172.99/173.04	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
172.99/173.04	c Total CPU time: 171.033 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-2690051-1277904892/watcher-2690051-1277904892 -o /tmp/evaluation-result-2690051-1277904892/solver-2690051-1277904892 -C 1800 -W 2000 -M 3800 wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2690051-1277904892.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.00 2.00 2.00 4/178 12583
/proc/meminfo: memFree=31485652/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=2804 CPUtime=0
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 310 0 0 0 0 0 0 0 25 0 1 0 131786123 2871296 228 4089446400 134512640 135751879 4293629232 18446744073709551615 135228447 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 701 228 147 303 0 373 0

[startup+0.0998039 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12583
/proc/meminfo: memFree=31485652/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=3636 CPUtime=0.09
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 564 0 0 0 9 0 0 0 25 0 1 0 131786123 3723264 459 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 909 460 143 303 0 604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.100737 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12583
/proc/meminfo: memFree=31485652/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=3636 CPUtime=0.09
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 566 0 0 0 9 0 0 0 25 0 1 0 131786123 3723264 461 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 909 461 143 303 0 604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.300708 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12583
/proc/meminfo: memFree=31485652/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=5088 CPUtime=0.29
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 945 0 0 0 28 1 0 0 25 0 1 0 131786123 5210112 840 4089446400 134512640 135751879 4293629232 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 1272 840 143 303 0 967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5088

[startup+0.700635 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12583
/proc/meminfo: memFree=31485652/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=7368 CPUtime=0.69
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 1490 0 0 0 67 2 0 0 25 0 1 0 131786123 7544832 1385 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 1842 1385 143 303 0 1537 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7368

[startup+1.50049 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12584
/proc/meminfo: memFree=31479504/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=11064 CPUtime=1.49
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 2427 0 0 0 147 2 0 0 25 0 1 0 131786123 11329536 2322 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 2766 2322 143 303 0 2461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11064

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12584
/proc/meminfo: memFree=31474668/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=17408 CPUtime=3.09
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 4011 0 0 0 305 4 0 0 25 0 1 0 131786123 17825792 3906 4089446400 134512640 135751879 4293629232 18446744073709551615 134602998 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 4352 3906 143 303 0 4047 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17408

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12584
/proc/meminfo: memFree=31461588/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=29968 CPUtime=6.29
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 7168 0 0 0 620 9 0 0 25 0 1 0 131786123 30687232 7063 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 7492 7063 143 303 0 7187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29968

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12584
/proc/meminfo: memFree=31439020/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=51224 CPUtime=12.69
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 12477 0 0 0 1253 16 0 0 25 0 1 0 131786123 52453376 12372 4089446400 134512640 135751879 4293629232 18446744073709551615 134616465 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 12806 12372 143 303 0 12501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51224

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12585
/proc/meminfo: memFree=31394540/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=94672 CPUtime=25.49
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 23325 0 0 0 2518 31 0 0 25 0 1 0 131786123 96944128 23220 4089446400 134512640 135751879 4293629232 18446744073709551615 134616520 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 23668 23220 143 303 0 23363 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94672

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12586
/proc/meminfo: memFree=31314896/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=173528 CPUtime=51.1
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 43020 0 0 0 5048 62 0 0 25 0 1 0 131786123 177692672 42915 4089446400 134512640 135751879 4293629232 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 43382 42915 143 303 0 43077 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 173528

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12587
/proc/meminfo: memFree=31231276/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=254604 CPUtime=102.3
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 63352 0 0 0 10112 118 0 0 25 0 1 0 131786123 260714496 63214 4089446400 134512640 135751879 4293629232 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 63651 63214 146 303 0 63346 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 254604

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12588
/proc/meminfo: memFree=31134264/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=351276 CPUtime=162.3
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 87532 0 0 0 16040 190 0 0 25 0 1 0 131786123 359706624 87394 4089446400 134512640 135751879 4293629232 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 87819 87394 146 303 0 87514 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 351276

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

[startup+166.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12588
/proc/meminfo: memFree=31134256/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=351276 CPUtime=166.3
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 87532 0 0 0 16437 193 0 0 25 0 1 0 131786123 359706624 87394 4089446400 134512640 135751879 4293629232 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 87819 87394 146 303 0 87514 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 351276

[startup+169.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12588
/proc/meminfo: memFree=31134256/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=351416 CPUtime=169.5
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 87555 0 0 0 16752 198 0 0 25 0 1 0 131786123 359849984 87417 4089446400 134512640 135751879 4293629232 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 87854 87417 146 303 0 87549 0
Current children cumulated CPU time (s) 169.5
Current children cumulated vsize (KiB) 351416

[startup+171.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12588
/proc/meminfo: memFree=31132768/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=354056 CPUtime=171.09
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 88201 0 0 0 16910 199 0 0 25 0 1 0 131786123 362553344 88063 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 88514 88063 146 303 0 88209 0
Current children cumulated CPU time (s) 171.09
Current children cumulated vsize (KiB) 354056

[startup+171.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12588
/proc/meminfo: memFree=31130660/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=355244 CPUtime=171.89
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 88516 0 0 0 16989 200 0 0 25 0 1 0 131786123 363769856 88378 4089446400 134512640 135751879 4293629232 18446744073709551615 134616350 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 88811 88378 146 303 0 88506 0
Current children cumulated CPU time (s) 171.89
Current children cumulated vsize (KiB) 355244

[startup+172.706 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12589
/proc/meminfo: memFree=31129168/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=356432 CPUtime=172.7
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 88816 0 0 0 17069 201 0 0 25 0 1 0 131786123 364986368 88678 4089446400 134512640 135751879 4293629232 18446744073709551615 134642029 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 89108 88678 146 303 0 88803 0
Current children cumulated CPU time (s) 172.7
Current children cumulated vsize (KiB) 356432

[startup+172.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12589
/proc/meminfo: memFree=31129168/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=356828 CPUtime=172.89
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 88896 0 0 0 17088 201 0 0 25 0 1 0 131786123 365391872 88758 4089446400 134512640 135751879 4293629232 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 89207 88758 146 303 0 88902 0
Current children cumulated CPU time (s) 172.89
Current children cumulated vsize (KiB) 356828

[startup+173 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12589
/proc/meminfo: memFree=31129168/32950928 swapFree=67111528/67111528
[pid=12583] ppid=12581 vsize=356960 CPUtime=172.99
/proc/12583/stat : 12583 (wbo1.4a) R 12581 12583 11577 0 -1 4202496 88949 0 0 0 17098 201 0 0 25 0 1 0 131786123 365527040 88811 4089446400 134512640 135751879 4293629232 18446744073709551615 134610830 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12583/statm: 89240 88811 146 303 0 88935 0
Current children cumulated CPU time (s) 172.99
Current children cumulated vsize (KiB) 356960

Child status: 0
Real time (s): 173.059
CPU time (s): 173.063
CPU user time (s): 171.033
CPU system time (s): 2.02969
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 356960

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

runsolver used 0.273958 second user time and 0.593909 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 15:34:52
IDJOB=2690051
IDBENCH=78925
IDSOLVER=1200
FILE ID=node120/2690051-1277904892
PBS_JOBID= 11197198
Free space on /tmp= 74208 MiB

SOLVER NAME= wbo 1.4a
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420--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-2690051-1277904892/watcher-2690051-1277904892 -o /tmp/evaluation-result-2690051-1277904892/solver-2690051-1277904892 -C 1800 -W 2000 -M 3800  wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2690051-1277904892.wbo

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

MD5SUM BENCH= 2c7bc414eea5148dc6372ccd38f2fe74
RANDOM SEED=1796057339

node120.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.820
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.64
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.820
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.820
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.80
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.820
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.74
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.820
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.820
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.68
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.820
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.820
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:     32950928 kB
MemFree:      31486304 kB
Buffers:        190524 kB
Cached:         935928 kB
SwapCached:          0 kB
Active:         736376 kB
Inactive:       587168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31486304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2744 kB
Writeback:           0 kB
AnonPages:      196932 kB
Mapped:          17332 kB
Slab:            77696 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   347508 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= 74204 MiB
End job on node120 at 2010-06-30 15:37:45