Trace number 2690763

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 373.047 373.071

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576151--soft-33-100-0.wbo
MD5SUMa6a99f7cb7296aed3ef8f4a1cd1ac483
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 benchmark224.191
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
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-2690763-1277908683.wbo.
0.00/0.00	c Instance file HOME/instance-2690763-1277908683.wbo
0.00/0.00	c File size is 92205 bytes.
0.00/0.00	c Highest Coefficient sum: 697
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     29 |  0.002 % |
0.00/0.01	c |       251 |     231     2707     8338 |     6050      251     28 |  0.002 % |
0.00/0.02	c |       476 |     231     2707     8338 |     6655      476     29 |  0.002 % |
0.00/0.03	c |       813 |     231     2707     8338 |     7320      813     29 |  0.002 % |
0.00/0.04	c |      1320 |     231     2707     8338 |     8052     1320     29 |  0.002 % |
0.00/0.07	c |      2079 |     231     2707     8338 |     8857     2079     33 |  0.002 % |
0.08/0.11	c |      3220 |     231     2707     8338 |     9743     3220     34 |  0.002 % |
0.08/0.18	c |      4928 |     231     2707     8338 |    10717     4928     34 |  0.002 % |
0.28/0.30	c |      7490 |     231     2707     8338 |    11789     7490     34 |  0.002 % |
0.48/0.50	c |     11334 |     231     2707     8338 |    12968    11334     34 |  0.002 % |
0.78/0.82	c |     17100 |     231     2707     8338 |    14265    10570     35 |  0.002 % |
1.28/1.34	c |     25749 |     231     2707     8338 |    15692    12034     36 |  0.002 % |
2.18/2.23	c |     38726 |     231     2707     8338 |    17261     9201     38 |  0.002 % |
3.58/3.68	c |     58187 |     231     2707     8338 |    18987    11318     38 |  0.002 % |
6.18/6.21	c |     87379 |     231     2707     8338 |    20886    11880     38 |  0.002 % |
10.08/10.11	c |    131168 |     231     2707     8338 |    22974    13688     40 |  0.002 % |
16.38/16.45	c |    196852 |     231     2707     8338 |    25272    21640     40 |  0.002 % |
26.57/26.65	c |    295380 |     231     2707     8338 |    27799    12602     37 |  0.002 % |
42.78/42.84	c |    443170 |     231     2707     8338 |    30579    17496     42 |  0.002 % |
68.58/68.64	c |    664855 |     231     2707     8338 |    33637    20352     40 |  0.002 % |
107.17/107.23	c |    997381 |     231     2707     8338 |    37001    33604     39 |  0.002 % |
166.77/166.86	c |   1496170 |     231     2707     8338 |    40701    16228     37 |  0.002 % |
183.47/183.54	c There are 0 assigned variables. 0 in cost function.
184.07/184.11	c ============================[ Search Statistics ]==============================
184.07/184.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.07/184.11	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.07/184.11	c ===============================================================================
184.07/184.11	c |         0 |     231     2711     8350 |     5000        0    nan |  0.000 % |
184.07/184.18	c |       101 |     231     2711     8350 |     5500      101     14 |  0.002 % |
184.17/184.20	c |       252 |     231     2711     8350 |     6050      252     20 |  0.002 % |
184.17/184.25	c |       477 |     231     2711     8350 |     6655      477     20 |  0.002 % |
184.17/184.26	c |       814 |     231     2711     8350 |     7320      814     21 |  0.002 % |
184.17/184.27	c |      1322 |     231     2711     8350 |     8052     1322     21 |  0.002 % |
184.27/184.30	c |      2081 |     231     2711     8350 |     8857     2081     22 |  0.002 % |
184.27/184.33	c |      3222 |     231     2711     8350 |     9743     3222     23 |  0.002 % |
184.37/184.40	c |      4933 |     231     2711     8350 |    10717     4933     24 |  0.002 % |
184.47/184.52	c |      7495 |     231     2711     8350 |    11789     7495     25 |  0.002 % |
184.68/184.74	c |     11341 |     231     2711     8350 |    12968    11341     25 |  0.002 % |
184.97/185.07	c |     17107 |     231     2711     8350 |    14265    10563     26 |  0.002 % |
185.57/185.65	c |     25756 |     231     2711     8350 |    15692    12039     27 |  0.002 % |
186.48/186.57	c |     38731 |     231     2711     8350 |    17261     9206     28 |  0.002 % |
187.98/188.03	c |     58193 |     231     2711     8350 |    18987    11308     30 |  0.002 % |
190.47/190.55	c |     87385 |     231     2711     8350 |    20886    11852     27 |  0.002 % |
194.58/194.68	c |    131175 |     231     2711     8350 |    22974    13691     34 |  0.002 % |
201.38/201.44	c |    196860 |     231     2711     8350 |    25272    21666     32 |  0.002 % |
211.87/211.90	c |    295388 |     231     2711     8350 |    27799    14099     30 |  0.002 % |
227.58/227.69	c |    443181 |     231     2711     8350 |    30579    19675     30 |  0.002 % |
253.17/253.23	c |    664865 |     231     2711     8350 |    33637    21362     26 |  0.002 % |
295.67/295.79	c |    997390 |     231     2711     8350 |    37001    17063     27 |  0.002 % |
349.46/349.56	c |   1496179 |     231     2711     8350 |    40701    29408     29 |  0.002 % |
372.17/372.23	c ===============================================================================
372.97/373.04	c core #1
372.97/373.04	c 
372.97/373.04	c 
372.97/373.04	c Core size: 38	Core Weight: 2147483647	Total Weight: 2147483647
372.97/373.04	c
372.97/373.04	c
372.97/373.04	c Memory used           : 631.36 MB
372.97/373.04	c CPU time              : 366.231 s
372.97/373.04	c 
372.97/373.04	s UNSATISFIABLE
372.97/373.04	c Total CPU time: 366.231 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-2690763-1277908683/watcher-2690763-1277908683 -o /tmp/evaluation-result-2690763-1277908683/solver-2690763-1277908683 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690763-1277908683.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.03 2.08 2.13 3/196 16012
/proc/meminfo: memFree=30430140/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=2660 CPUtime=0
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 303 0 0 0 0 0 0 0 22 0 1 0 132164206 2723840 221 4089446400 134512640 135752675 4286805072 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 665 221 146 303 0 337 0

[startup+0.0991 s]
/proc/loadavg: 2.03 2.08 2.13 3/196 16012
/proc/meminfo: memFree=30430140/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=3504 CPUtime=0.08
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 551 0 0 0 8 0 0 0 23 0 1 0 132164206 3588096 446 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 876 446 144 303 0 571 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3504

[startup+0.101096 s]
/proc/loadavg: 2.03 2.08 2.13 3/196 16012
/proc/meminfo: memFree=30430140/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=3504 CPUtime=0.08
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 555 0 0 0 8 0 0 0 23 0 1 0 132164206 3588096 450 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 876 451 144 303 0 571 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3504

[startup+0.301061 s]
/proc/loadavg: 2.03 2.08 2.13 3/196 16012
/proc/meminfo: memFree=30430140/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=4956 CPUtime=0.28
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 903 0 0 0 27 1 0 0 24 0 1 0 132164206 5074944 798 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 1239 798 144 303 0 934 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4956

[startup+0.700986 s]
/proc/loadavg: 2.03 2.08 2.13 3/196 16012
/proc/meminfo: memFree=30430140/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=7088 CPUtime=0.68
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 1454 0 0 0 65 3 0 0 25 0 1 0 132164206 7258112 1349 4089446400 134512640 135752675 4286805072 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 1772 1349 144 303 0 1467 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7088

[startup+1.50084 s]
/proc/loadavg: 2.03 2.08 2.13 3/197 16013
/proc/meminfo: memFree=30423932/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=11180 CPUtime=1.48
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 2466 0 0 0 142 6 0 0 25 0 1 0 132164206 11448320 2361 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 2795 2362 144 303 0 2490 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11180

[startup+3.10057 s]
/proc/loadavg: 2.03 2.07 2.13 3/197 16013
/proc/meminfo: memFree=30418724/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=18052 CPUtime=3.07
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 4175 0 0 0 297 10 0 0 25 0 1 0 132164206 18485248 4070 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 4513 4070 144 303 0 4208 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18052

[startup+6.30097 s]
/proc/loadavg: 2.03 2.07 2.13 3/197 16013
/proc/meminfo: memFree=30406364/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=29988 CPUtime=6.27
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 7153 0 0 0 608 19 0 0 25 0 1 0 132164206 30707712 7048 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 7497 7048 144 303 0 7192 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29988

[startup+12.7008 s]
/proc/loadavg: 2.02 2.07 2.13 3/197 16014
/proc/meminfo: memFree=30383916/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=52212 CPUtime=12.68
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 12721 0 0 0 1233 35 0 0 25 0 1 0 132164206 53465088 12616 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 13053 12616 144 303 0 12748 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52212

[startup+25.5005 s]
/proc/loadavg: 2.10 2.09 2.13 3/197 16014
/proc/meminfo: memFree=30342760/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=92112 CPUtime=25.47
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 22697 0 0 0 2485 62 0 0 25 0 1 0 132164206 94322688 22592 4089446400 134512640 135752675 4286805072 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 23028 22592 144 303 0 22723 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 92112

[startup+51.1008 s]
/proc/loadavg: 2.07 2.08 2.12 3/197 16015
/proc/meminfo: memFree=30269688/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=166224 CPUtime=51.07
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 41205 0 0 0 4994 113 0 0 25 0 1 0 132164206 170213376 41100 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 41556 41100 144 303 0 41251 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 166224

[startup+102.305 s]
/proc/loadavg: 2.31 2.16 2.15 3/197 16016
/proc/meminfo: memFree=30130392/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=303248 CPUtime=102.28
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 75457 0 0 0 10021 207 0 0 25 0 1 0 132164206 310525952 75352 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 75812 75352 144 303 0 75507 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 303248

[startup+162.301 s]
/proc/loadavg: 2.11 2.13 2.14 3/197 16018
/proc/meminfo: memFree=29959864/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=460100 CPUtime=162.27
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 114652 0 0 0 15913 314 0 0 25 0 1 0 132164206 471142400 114547 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 115025 114547 144 303 0 114720 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 460100

[startup+222.301 s]
/proc/loadavg: 2.04 2.11 2.13 3/197 16019
/proc/meminfo: memFree=29871200/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=516884 CPUtime=222.27
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 128898 0 0 0 21795 432 0 0 25 0 1 0 132164206 529289216 128753 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 129221 128753 146 303 0 128916 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 516884

[startup+282.301 s]
/proc/loadavg: 2.01 2.08 2.12 3/197 16021
/proc/meminfo: memFree=29842528/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=516884 CPUtime=282.27
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 128918 0 0 0 27692 535 0 0 25 0 1 0 132164206 529289216 128773 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/16012/statm: 129221 128773 146 303 0 128916 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 516884

[startup+342.301 s]
/proc/loadavg: 2.00 2.07 2.10 3/179 16053
/proc/meminfo: memFree=30438176/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=585628 CPUtime=342.26
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 146090 0 0 0 33588 638 0 0 25 0 1 0 132164206 599683072 145945 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 146407 145945 146 303 0 146102 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 585628

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30367672/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=614272 CPUtime=358.26
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 153259 0 0 0 35167 659 0 0 25 0 1 0 132164206 629014528 153114 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 153568 153114 146 303 0 153263 0
Current children cumulated CPU time (s) 358.26
Current children cumulated vsize (KiB) 614272

[startup+364.701 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30340056/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=625108 CPUtime=364.66
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 155957 0 0 0 35799 667 0 0 25 0 1 0 132164206 640110592 155812 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 156277 155812 146 303 0 155972 0
Current children cumulated CPU time (s) 364.66
Current children cumulated vsize (KiB) 625108

[startup+367.9 s]
/proc/loadavg: 2.00 2.06 2.10 6/179 16053
/proc/meminfo: memFree=30326912/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=630392 CPUtime=367.87
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 157290 0 0 0 36115 672 0 0 25 0 1 0 132164206 645521408 157145 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 157598 157145 146 303 0 157293 0
Current children cumulated CPU time (s) 367.87
Current children cumulated vsize (KiB) 630392

[startup+371.101 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30312652/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=636344 CPUtime=371.06
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 158766 0 0 0 36429 677 0 0 25 0 1 0 132164206 651616256 158621 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 159086 158621 146 303 0 158781 0
Current children cumulated CPU time (s) 371.06
Current children cumulated vsize (KiB) 636344

[startup+371.901 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30307436/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=637796 CPUtime=371.86
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 159131 0 0 0 36508 678 0 0 25 0 1 0 132164206 653103104 158986 4089446400 134512640 135752675 4286805072 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 159449 158986 146 303 0 159144 0
Current children cumulated CPU time (s) 371.86
Current children cumulated vsize (KiB) 637796

[startup+372.7 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30307436/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=646508 CPUtime=372.67
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 161321 0 0 0 36588 679 0 0 25 0 1 0 132164206 662024192 161176 4089446400 134512640 135752675 4286805072 18446744073709551615 134615246 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 161627 161176 146 303 0 161322 0
Current children cumulated CPU time (s) 372.67
Current children cumulated vsize (KiB) 646508

[startup+372.906 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30295904/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=646508 CPUtime=372.87
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 161327 0 0 0 36608 679 0 0 25 0 1 0 132164206 662024192 161182 4089446400 134512640 135752675 4286805072 18446744073709551615 134520849 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 161627 161182 146 303 0 161322 0
Current children cumulated CPU time (s) 372.87
Current children cumulated vsize (KiB) 646508

[startup+373 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 16053
/proc/meminfo: memFree=30295904/32951124 swapFree=67111528/67111528
[pid=16012] ppid=16010 vsize=646508 CPUtime=372.97
/proc/16012/stat : 16012 (wbo1.4b) R 16010 16012 14951 0 -1 4202496 161327 0 0 0 36618 679 0 0 25 0 1 0 132164206 662024192 161182 4089446400 134512640 135752675 4286805072 18446744073709551615 134615040 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16012/statm: 161627 161182 146 303 0 161322 0
Current children cumulated CPU time (s) 372.97
Current children cumulated vsize (KiB) 646508

Child status: 0
Real time (s): 373.071
CPU time (s): 373.047
CPU user time (s): 366.231
CPU system time (s): 6.81596
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 646508

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

runsolver used 0.486925 second user time and 1.22681 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 16:38:03
IDJOB=2690763
IDBENCH=78961
IDSOLVER=1201
FILE ID=node138/2690763-1277908683
PBS_JOBID= 11197236
Free space on /tmp= 74140 MiB

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

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

MD5SUM BENCH= a6a99f7cb7296aed3ef8f4a1cd1ac483
RANDOM SEED=1579566339

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30430544 kB
Buffers:        196404 kB
Cached:        1470924 kB
SwapCached:          0 kB
Active:        1351112 kB
Inactive:      1021420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30430544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2788 kB
Writeback:           0 kB
AnonPages:      706408 kB
Mapped:          20368 kB
Slab:            82408 kB
PageTables:       6776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1659800 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= 74136 MiB
End job on node138 at 2010-06-30 16:44:16