Trace number 2690685

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.4bWrong UNSAT 624.862 624.839

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900561288--soft-33-100-0.wbo
MD5SUM42cd11e454ef36c6d0d0a1a4a75ff12f
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 benchmark411.329
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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 - 20100610
0.00/0.00	c Parsing wbo file format. File HOME/instance-2690685-1277904591.wbo.
0.00/0.00	c Instance file HOME/instance-2690685-1277904591.wbo
0.00/0.00	c File size is 92575 bytes.
0.00/0.00	c Highest Coefficient sum: 625
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.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     231     2707     8338 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       100 |     231     2707     8338 |     5500      100     26 |  0.002 % |
0.00/0.01	c |       252 |     231     2707     8338 |     6050      252     32 |  0.002 % |
0.00/0.02	c |       478 |     231     2707     8338 |     6655      478     33 |  0.002 % |
0.00/0.03	c |       816 |     231     2707     8338 |     7320      816     33 |  0.002 % |
0.00/0.04	c |      1322 |     231     2707     8338 |     8052     1322     33 |  0.002 % |
0.04/0.06	c |      2081 |     231     2707     8338 |     8857     2081     32 |  0.002 % |
0.09/0.10	c |      3220 |     231     2707     8338 |     9743     3220     33 |  0.002 % |
0.09/0.18	c |      4928 |     231     2707     8338 |    10717     4928     35 |  0.002 % |
0.29/0.31	c |      7490 |     231     2707     8338 |    11789     7490     35 |  0.002 % |
0.49/0.52	c |     11335 |     231     2707     8338 |    12968    11335     36 |  0.002 % |
0.79/0.87	c |     17104 |     231     2707     8338 |    14265    10555     38 |  0.002 % |
1.38/1.40	c |     25753 |     231     2707     8338 |    15692    12014     40 |  0.002 % |
2.19/2.24	c |     38728 |     231     2707     8338 |    17261     9185     35 |  0.002 % |
3.69/3.77	c |     58189 |     231     2707     8338 |    18987    11248     44 |  0.002 % |
6.09/6.15	c |     87383 |     231     2707     8338 |    20886    11785     38 |  0.002 % |
10.39/10.41	c |    131175 |     231     2707     8338 |    22974    13582     45 |  0.002 % |
15.99/16.01	c |    196859 |     231     2707     8338 |    25272    21185     39 |  0.002 % |
25.99/26.02	c |    295389 |     231     2707     8338 |    27799    24648     46 |  0.002 % |
41.09/41.11	c |    443179 |     231     2707     8338 |    30579    12735     39 |  0.002 % |
66.49/66.54	c |    664862 |     231     2707     8338 |    33637    30525     41 |  0.002 % |
104.10/104.12	c |    997388 |     231     2707     8338 |    37001    20242     39 |  0.002 % |
159.50/159.51	c |   1496177 |     231     2707     8338 |    40701    22602     42 |  0.002 % |
182.89/182.94	c There are 0 assigned variables. 0 in cost function.
183.49/183.52	c ============================[ Search Statistics ]==============================
183.49/183.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
183.49/183.52	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
183.49/183.52	c ===============================================================================
183.49/183.52	c |         0 |     231     2707     8338 |     5000        0    nan |  0.000 % |
183.49/183.60	c |       102 |     231     2707     8338 |     5500      102     18 |  0.002 % |
183.60/183.65	c |       253 |     231     2707     8338 |     6050      253     23 |  0.002 % |
183.60/183.66	c |       479 |     231     2707     8338 |     6655      479     23 |  0.002 % |
183.60/183.67	c |       817 |     231     2707     8338 |     7320      817     24 |  0.002 % |
183.60/183.68	c |      1324 |     231     2707     8338 |     8052     1324     24 |  0.002 % |
183.70/183.71	c |      2083 |     231     2707     8338 |     8857     2083     23 |  0.002 % |
183.70/183.75	c |      3224 |     231     2707     8338 |     9743     3224     25 |  0.002 % |
183.80/183.81	c |      4932 |     231     2707     8338 |    10717     4932     25 |  0.002 % |
183.89/183.94	c |      7494 |     231     2707     8338 |    11789     7494     26 |  0.002 % |
184.20/184.21	c |     11339 |     231     2707     8338 |    12968    11339     28 |  0.002 % |
184.49/184.58	c |     17106 |     231     2707     8338 |    14265    10551     32 |  0.002 % |
185.19/185.28	c |     25756 |     231     2707     8338 |    15692    12005     31 |  0.002 % |
186.40/186.49	c |     38731 |     231     2707     8338 |    17261     9181     33 |  0.002 % |
188.30/188.31	c |     58193 |     231     2707     8338 |    18987    11288     32 |  0.002 % |
191.00/191.07	c |     87385 |     231     2707     8338 |    20886    11850     29 |  0.002 % |
195.40/195.44	c |    131175 |     231     2707     8338 |    22974    13648     28 |  0.002 % |
202.50/202.56	c |    196859 |     231     2707     8338 |    25272    21614     27 |  0.002 % |
213.31/213.31	c |    295385 |     231     2707     8338 |    27799    11929     27 |  0.002 % |
229.50/229.51	c |    443175 |     231     2707     8338 |    30579    16563     29 |  0.002 % |
256.40/256.41	c |    664858 |     231     2707     8338 |    33637    20372     28 |  0.002 % |
298.11/298.15	c |    997383 |     231     2707     8338 |    37001    12909     29 |  0.002 % |
355.90/356.00	c |   1496171 |     231     2707     8338 |    40701    22966     26 |  0.002 % |
439.50/439.55	c |   2244355 |     231     2707     8338 |    44771    12973     25 |  0.002 % |
586.91/586.91	c |   3366629 |     230     2707     8338 |    49248    23832     24 |  0.435 % |
624.82/624.80	c ===============================================================================
624.82/624.80	c core #1
624.82/624.80	c 
624.82/624.80	c 
624.82/624.80	c Core size: 27	Core Weight: 2147483647	Total Weight: 2147483647
624.82/624.80	c
624.82/624.80	c
624.82/624.80	c Memory used           : 967.88 MB
624.82/624.80	c CPU time              : 615.606 s
624.82/624.80	c 
624.82/624.80	s UNSATISFIABLE
624.82/624.80	c Total CPU time: 615.607 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2690685-1277904591/watcher-2690685-1277904591 -o /tmp/evaluation-result-2690685-1277904591/solver-2690685-1277904591 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690685-1277904591.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.02 2.15 3/196 11922
/proc/meminfo: memFree=31791192/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=2668 CPUtime=0
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 306 0 0 0 0 0 0 0 23 0 1 0 131604718 2732032 224 4089446400 134512640 135752675 4289551600 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/11922/statm: 667 224 146 303 0 339 0

[startup+0.0507469 s]
/proc/loadavg: 2.00 2.02 2.15 3/196 11922
/proc/meminfo: memFree=31791192/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=3104 CPUtime=0.04
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 457 0 0 0 4 0 0 0 23 0 1 0 131604718 3178496 352 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/11922/statm: 776 353 144 303 0 471 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3104

[startup+0.100737 s]
/proc/loadavg: 2.00 2.02 2.15 3/196 11922
/proc/meminfo: memFree=31791192/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=3636 CPUtime=0.09
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 572 0 0 0 9 0 0 0 23 0 1 0 131604718 3723264 467 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/11922/statm: 909 467 144 303 0 604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.300758 s]
/proc/loadavg: 2.00 2.02 2.15 3/196 11922
/proc/meminfo: memFree=31791192/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=4956 CPUtime=0.29
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 908 0 0 0 28 1 0 0 23 0 1 0 131604718 5074944 803 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/11922/statm: 1239 803 144 303 0 934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4956

[startup+0.700681 s]
/proc/loadavg: 2.00 2.02 2.15 3/196 11922
/proc/meminfo: memFree=31791192/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=7068 CPUtime=0.69
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 1448 0 0 0 67 2 0 0 25 0 1 0 131604718 7237632 1343 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/11922/statm: 1767 1343 144 303 0 1462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7068

[startup+1.50047 s]
/proc/loadavg: 2.00 2.02 2.14 3/197 11923
/proc/meminfo: memFree=31784488/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=11292 CPUtime=1.49
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 2477 0 0 0 144 5 0 0 25 0 1 0 131604718 11563008 2372 4089446400 134512640 135752675 4289551600 18446744073709551615 134611597 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 2823 2372 144 303 0 2518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11292

[startup+3.10016 s]
/proc/loadavg: 2.00 2.02 2.14 3/197 11923
/proc/meminfo: memFree=31779652/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=18432 CPUtime=3.09
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 4277 0 0 0 300 9 0 0 25 0 1 0 131604718 18874368 4172 4089446400 134512640 135752675 4289551600 18446744073709551615 134611767 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 4608 4172 144 303 0 4303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18432

[startup+6.30055 s]
/proc/loadavg: 2.00 2.02 2.14 3/197 11923
/proc/meminfo: memFree=31766816/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=30876 CPUtime=6.29
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 7368 0 0 0 613 16 0 0 25 0 1 0 131604718 31617024 7263 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 7719 7263 144 303 0 7414 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30876

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.14 3/197 11924
/proc/meminfo: memFree=31743752/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=53604 CPUtime=12.69
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 13082 0 0 0 1242 27 0 0 25 0 1 0 131604718 54890496 12977 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 13401 12977 144 303 0 13096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53604

[startup+25.5009 s]
/proc/loadavg: 2.00 2.02 2.14 3/197 11924
/proc/meminfo: memFree=31700208/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=96272 CPUtime=25.49
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 23744 0 0 0 2500 49 0 0 25 0 1 0 131604718 98582528 23639 4089446400 134512640 135752675 4289551600 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 24068 23639 144 303 0 23763 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96272

[startup+51.101 s]
/proc/loadavg: 2.00 2.02 2.14 3/197 11925
/proc/meminfo: memFree=31623276/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=173560 CPUtime=51.09
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 43029 0 0 0 5021 88 0 0 25 0 1 0 131604718 177725440 42924 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 43390 42924 144 303 0 43085 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 173560

[startup+102.306 s]
/proc/loadavg: 2.07 2.03 2.13 3/197 11926
/proc/meminfo: memFree=31482228/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=312668 CPUtime=102.3
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 77823 0 0 0 10057 173 0 0 25 0 1 0 131604718 320172032 77718 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 78167 77718 144 303 0 77862 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 312668

[startup+162.301 s]
/proc/loadavg: 2.25 2.07 2.14 3/197 11928
/proc/meminfo: memFree=31319464/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=476608 CPUtime=162.3
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 118786 0 0 0 15963 267 0 0 25 0 1 0 131604718 488046592 118681 4089446400 134512640 135752675 4289551600 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 119152 118681 144 303 0 118847 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 476608

[startup+222.3 s]
/proc/loadavg: 2.09 2.05 2.12 3/197 11929
/proc/meminfo: memFree=31264592/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=529304 CPUtime=222.3
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 131990 0 0 0 21878 352 0 0 25 0 1 0 131604718 542007296 131845 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 132326 131845 146 303 0 132021 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 529304

[startup+282.301 s]
/proc/loadavg: 2.10 2.06 2.12 3/197 11931
/proc/meminfo: memFree=31264400/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=529304 CPUtime=282.3
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 132001 0 0 0 27804 426 0 0 25 0 1 0 131604718 542007296 131856 4089446400 134512640 135752675 4289551600 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 132326 131856 146 303 0 132021 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 529304

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.11 3/197 11933
/proc/meminfo: memFree=31212876/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=581040 CPUtime=342.3
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 144938 0 0 0 33722 508 0 0 25 0 1 0 131604718 594984960 144793 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 145260 144793 146 303 0 144955 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 581040

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.09 3/197 11934
/proc/meminfo: memFree=31115108/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=679188 CPUtime=402.31
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 169475 0 0 0 39633 598 0 0 25 0 1 0 131604718 695488512 169330 4089446400 134512640 135752675 4289551600 18446744073709551615 134611713 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 169797 169330 146 303 0 169492 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 679188

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/197 11936
/proc/meminfo: memFree=31019684/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=773904 CPUtime=462.31
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 193108 0 0 0 45540 691 0 0 25 0 1 0 131604718 792477696 192963 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 193476 192963 146 303 0 193171 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 773904

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.08 3/197 11937
/proc/meminfo: memFree=30934532/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=859816 CPUtime=522.31
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 214543 0 0 0 51448 783 0 0 25 0 1 0 131604718 880451584 214398 4089446400 134512640 135752675 4289551600 18446744073709551615 134611986 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 214954 214398 146 303 0 214649 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 859816

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11939
/proc/meminfo: memFree=30856720/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=936124 CPUtime=582.31
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 233631 0 0 0 57366 865 0 0 25 0 1 0 131604718 958590976 233486 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 234031 233486 146 303 0 233726 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 936124

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11939
/proc/meminfo: memFree=30847280/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=945496 CPUtime=588.71
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 235964 0 0 0 57996 875 0 0 25 0 1 0 131604718 968187904 235819 4089446400 134512640 135752675 4289551600 18446744073709551615 134518470 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 236374 235819 146 303 0 236069 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 945496

[startup+601.501 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11939
/proc/meminfo: memFree=30831272/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=962672 CPUtime=601.51
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 240256 0 0 0 59260 891 0 0 25 0 1 0 131604718 985776128 240111 4089446400 134512640 135752675 4289551600 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 240668 240111 146 303 0 240363 0
Current children cumulated CPU time (s) 601.51
Current children cumulated vsize (KiB) 962672

[startup+614.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30814396/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=978296 CPUtime=614.32
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 244151 0 0 0 60523 909 0 0 25 0 1 0 131604718 1001775104 244006 4089446400 134512640 135752675 4289551600 18446744073709551615 134611683 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 244574 244006 146 303 0 244269 0
Current children cumulated CPU time (s) 614.32
Current children cumulated vsize (KiB) 978296

[startup+620.701 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30806200/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=986216 CPUtime=620.72
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 246158 0 0 0 61154 918 0 0 25 0 1 0 131604718 1009885184 246013 4089446400 134512640 135752675 4289551600 18446744073709551615 134611576 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 246554 246013 146 303 0 246249 0
Current children cumulated CPU time (s) 620.72
Current children cumulated vsize (KiB) 986216

[startup+622.301 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30804960/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=988460 CPUtime=622.32
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 246711 0 0 0 61313 919 0 0 25 0 1 0 131604718 1012183040 246566 4089446400 134512640 135752675 4289551600 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 247115 246566 146 303 0 246810 0
Current children cumulated CPU time (s) 622.32
Current children cumulated vsize (KiB) 988460

[startup+623.9 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30802232/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=990176 CPUtime=623.91
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 247146 0 0 0 61470 921 0 0 25 0 1 0 131604718 1013940224 247001 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 247544 247001 146 303 0 247239 0
Current children cumulated CPU time (s) 623.91
Current children cumulated vsize (KiB) 990176

[startup+624.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30802232/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=990572 CPUtime=624.31
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 247240 0 0 0 61510 921 0 0 25 0 1 0 131604718 1014345728 247095 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 247643 247095 146 303 0 247338 0
Current children cumulated CPU time (s) 624.31
Current children cumulated vsize (KiB) 990572

[startup+624.7 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30801116/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=990836 CPUtime=624.72
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 247311 0 0 0 61550 922 0 0 25 0 1 0 131604718 1014616064 247166 4089446400 134512640 135752675 4289551600 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 247709 247166 146 303 0 247404 0
Current children cumulated CPU time (s) 624.72
Current children cumulated vsize (KiB) 990836

[startup+624.806 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 11940
/proc/meminfo: memFree=30801116/32950928 swapFree=67111528/67111528
[pid=11922] ppid=11920 vsize=991100 CPUtime=624.82
/proc/11922/stat : 11922 (wbo1.4b) R 11920 11922 10826 0 -1 4202496 247349 0 0 0 61560 922 0 0 25 0 1 0 131604718 1014886400 247204 4089446400 134512640 135752675 4289551600 18446744073709551615 134638155 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/11922/statm: 247775 247204 146 303 0 247470 0
Current children cumulated CPU time (s) 624.82
Current children cumulated vsize (KiB) 991100

Child status: 0
Real time (s): 624.839
CPU time (s): 624.862
CPU user time (s): 615.607
CPU system time (s): 9.25459
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 991100

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

runsolver used 0.814876 second user time and 2.03469 second system time

The end

Launcher Data

Begin job on node127 at 2010-06-30 15:29:51
IDJOB=2690685
IDBENCH=78922
IDSOLVER=1201
FILE ID=node127/2690685-1277904591
PBS_JOBID= 11197189
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 42cd11e454ef36c6d0d0a1a4a75ff12f
RANDOM SEED=1926133999

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.82
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.828
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31791968 kB
Buffers:        190180 kB
Cached:         711324 kB
SwapCached:          0 kB
Active:         527368 kB
Inactive:       490248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31791968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2784 kB
Writeback:           0 kB
AnonPages:      116008 kB
Mapped:          20280 kB
Slab:            76468 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1643256 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 node127 at 2010-06-30 15:40:16