Trace number 2690765

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 242.496 242.489

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550720--soft-33-100-0.wbo
MD5SUMf2c87e7318987ff21f5979e3cf339f19
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 benchmark246.202
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing wbo file format. File HOME/instance-2690765-1277908776.wbo.
0.00/0.00	c Instance file HOME/instance-2690765-1277908776.wbo
0.00/0.00	c File size is 92226 bytes.
0.00/0.00	c Highest Coefficient sum: 687
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.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 |       101 |     231     2707     8338 |     5500      101     24 |  0.002 % |
0.00/0.01	c |       252 |     231     2707     8338 |     6050      252     26 |  0.002 % |
0.00/0.02	c |       479 |     231     2707     8338 |     6655      479     35 |  0.002 % |
0.00/0.03	c |       817 |     231     2707     8338 |     7320      817     35 |  0.002 % |
0.00/0.04	c |      1324 |     231     2707     8338 |     8052     1324     34 |  0.002 % |
0.04/0.07	c |      2083 |     231     2707     8338 |     8857     2083     34 |  0.002 % |
0.09/0.11	c |      3222 |     231     2707     8338 |     9743     3222     34 |  0.002 % |
0.09/0.18	c |      4930 |     231     2707     8338 |    10717     4930     34 |  0.002 % |
0.29/0.32	c |      7492 |     231     2707     8338 |    11789     7492     35 |  0.002 % |
0.49/0.54	c |     11336 |     231     2707     8338 |    12968    11336     34 |  0.002 % |
0.79/0.89	c |     17103 |     231     2707     8338 |    14265    10555     33 |  0.002 % |
1.29/1.38	c |     25753 |     231     2707     8338 |    15692    12006     35 |  0.002 % |
2.20/2.24	c |     38727 |     231     2707     8338 |    17261     9172     36 |  0.002 % |
3.49/3.55	c |     58189 |     231     2707     8338 |    18987    11253     35 |  0.002 % |
5.69/5.79	c |     87381 |     231     2707     8338 |    20886    11814     37 |  0.002 % |
9.39/9.40	c |    131171 |     231     2707     8338 |    22974    13635     40 |  0.002 % |
15.19/15.28	c |    196855 |     231     2707     8338 |    25272    21373     40 |  0.002 % |
25.59/25.63	c |    295381 |     231     2707     8338 |    27799    13038     42 |  0.002 % |
41.00/41.02	c |    443172 |     231     2707     8338 |    30579    16970     41 |  0.002 % |
63.59/63.62	c |    664856 |     231     2707     8338 |    33637    13569     40 |  0.002 % |
105.40/105.42	c |    997381 |     231     2707     8338 |    37001    27982     40 |  0.002 % |
170.50/170.56	c |   1496169 |     231     2707     8338 |    40701    36762     39 |  0.041 % |
181.70/181.73	c There are 0 assigned variables. 0 in cost function.
182.30/182.33	c ============================[ Search Statistics ]==============================
182.30/182.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.30/182.33	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.30/182.33	c ===============================================================================
182.30/182.33	c |         0 |     231     2711     8349 |     5000        0    nan |  0.000 % |
182.40/182.42	c |       103 |     231     2711     8349 |     5500      103     23 |  0.002 % |
182.40/182.47	c |       255 |     231     2711     8349 |     6050      255     21 |  0.041 % |
182.40/182.48	c |       480 |     231     2711     8349 |     6655      480     22 |  0.004 % |
182.40/182.49	c |       818 |     231     2711     8349 |     7320      818     22 |  0.041 % |
182.50/182.51	c |      1324 |     231     2711     8349 |     8052     1324     24 |  0.002 % |
182.50/182.53	c |      2084 |     231     2711     8349 |     8857     2084     24 |  0.041 % |
182.50/182.58	c |      3223 |     231     2711     8349 |     9743     3223     24 |  0.002 % |
182.60/182.68	c |      4932 |     231     2711     8349 |    10717     4932     26 |  0.004 % |
182.79/182.81	c |      7498 |     231     2711     8349 |    11789     7498     25 |  0.041 % |
183.00/183.08	c |     11344 |     231     2711     8349 |    12968    11344     28 |  0.002 % |
183.40/183.47	c |     17112 |     231     2711     8349 |    14265    10570     28 |  0.041 % |
184.29/184.30	c |     25762 |     231     2711     8349 |    15692    12022     30 |  0.004 % |
185.30/185.39	c |     38736 |     231     2711     8349 |    17261     9202     22 |  0.041 % |
187.01/187.06	c |     58197 |     231     2711     8349 |    18987    11326     28 |  0.002 % |
189.59/189.60	c |     87389 |     231     2711     8349 |    20886    11851     21 |  0.041 % |
193.90/193.96	c |    131178 |     231     2711     8349 |    22974    13624     25 |  0.002 % |
200.50/200.56	c |    196863 |     231     2711     8349 |    25272    21229     21 |  0.041 % |
211.69/211.74	c |    295390 |     231     2711     8349 |    27799    12745     25 |  0.004 % |
228.30/228.39	c |    443180 |     230     2711     8349 |    30579    22975     25 |  0.435 % |
242.40/242.40	c ===============================================================================
242.40/242.47	c core #1
242.40/242.47	c 
242.40/242.47	c 
242.40/242.47	c Core size: 18	Core Weight: 2147483647	Total Weight: 2147483647
242.40/242.47	c
242.40/242.47	c
242.40/242.47	c Memory used           : 482.41 MB
242.40/242.47	c CPU time              : 240.171 s
242.40/242.47	c 
242.40/242.47	s UNSATISFIABLE
242.40/242.47	c Total CPU time: 240.171 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-2690765-1277908776/watcher-2690765-1277908776 -o /tmp/evaluation-result-2690765-1277908776/solver-2690765-1277908776 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690765-1277908776.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.14 2.30 3/178 12243
/proc/meminfo: memFree=31534972/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=2660 CPUtime=0
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 306 0 0 0 0 0 0 0 25 0 1 0 132175757 2723840 224 4089446400 134512640 135752675 4289414304 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 665 224 147 303 0 337 0

[startup+0.051175 s]
/proc/loadavg: 2.00 2.14 2.30 3/178 12243
/proc/meminfo: memFree=31534972/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=3096 CPUtime=0.04
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 453 0 0 0 4 0 0 0 25 0 1 0 132175757 3170304 348 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 774 348 144 303 0 469 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3096

[startup+0.101165 s]
/proc/loadavg: 2.00 2.14 2.30 3/178 12243
/proc/meminfo: memFree=31534972/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=3628 CPUtime=0.09
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 564 0 0 0 9 0 0 0 25 0 1 0 132175757 3715072 459 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 907 459 144 303 0 602 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3628

[startup+0.30113 s]
/proc/loadavg: 2.00 2.14 2.30 3/178 12243
/proc/meminfo: memFree=31534972/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=4816 CPUtime=0.29
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 887 0 0 0 28 1 0 0 25 0 1 0 132175757 4931584 782 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 1204 782 144 303 0 899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4816

[startup+0.701052 s]
/proc/loadavg: 2.00 2.14 2.30 3/178 12243
/proc/meminfo: memFree=31534972/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=6796 CPUtime=0.69
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 1365 0 0 0 68 1 0 0 25 0 1 0 132175757 6959104 1260 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 1699 1260 144 303 0 1394 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6796

[startup+1.5009 s]
/proc/loadavg: 2.00 2.14 2.30 3/179 12244
/proc/meminfo: memFree=31528888/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=10888 CPUtime=1.49
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 2384 0 0 0 147 2 0 0 25 0 1 0 132175757 11149312 2279 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 2722 2279 144 303 0 2417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10888

[startup+3.1006 s]
/proc/loadavg: 2.00 2.14 2.30 3/179 12244
/proc/meminfo: memFree=31523432/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=18020 CPUtime=3.09
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 4189 0 0 0 304 5 0 0 25 0 1 0 132175757 18452480 4084 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 4505 4084 144 303 0 4200 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18020

[startup+6.30099 s]
/proc/loadavg: 2.00 2.13 2.30 3/179 12244
/proc/meminfo: memFree=31509740/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=30992 CPUtime=6.29
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 7411 0 0 0 621 8 0 0 25 0 1 0 132175757 31735808 7306 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 7748 7306 144 303 0 7443 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30992

[startup+12.7008 s]
/proc/loadavg: 2.00 2.13 2.30 3/179 12244
/proc/meminfo: memFree=31484924/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=54648 CPUtime=12.69
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 13315 0 0 0 1253 16 0 0 25 0 1 0 132175757 55959552 13210 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 13662 13210 144 303 0 13357 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54648

[startup+25.5004 s]
/proc/loadavg: 2.00 2.12 2.29 3/179 12245
/proc/meminfo: memFree=31443548/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=94552 CPUtime=25.49
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 23305 0 0 0 2519 30 0 0 25 0 1 0 132175757 96821248 23200 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 23638 23200 144 303 0 23333 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94552

[startup+51.1005 s]
/proc/loadavg: 2.00 2.11 2.28 3/179 12246
/proc/meminfo: memFree=31366508/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=172408 CPUtime=51.09
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 42736 0 0 0 5054 55 0 0 25 0 1 0 132175757 176545792 42631 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/12243/statm: 43102 42631 144 303 0 42797 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172408

[startup+102.307 s]
/proc/loadavg: 2.00 2.09 2.26 3/179 12247
/proc/meminfo: memFree=31229204/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=307208 CPUtime=102.3
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 76435 0 0 0 10130 100 0 0 25 0 1 0 132175757 314580992 76330 4089446400 134512640 135752675 4289414304 18446744073709551615 134611626 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 76802 76330 144 303 0 76497 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 307208

[startup+162.3 s]
/proc/loadavg: 2.00 2.07 2.25 3/179 12248
/proc/meminfo: memFree=31086440/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=450688 CPUtime=162.3
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 112282 0 0 0 16075 155 0 0 25 0 1 0 132175757 461504512 112177 4089446400 134512640 135752675 4289414304 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 112672 112177 144 303 0 112367 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 450688

[startup+222.301 s]
/proc/loadavg: 2.00 2.06 2.23 3/179 12250
/proc/meminfo: memFree=31039400/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=222.3
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123152 0 0 0 22013 217 0 0 25 0 1 0 132175757 505843712 123007 4089446400 134512640 135752675 4289414304 18446744073709551615 134611709 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123007 146 303 0 123192 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 493988

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.06 2.23 3/179 12250
/proc/meminfo: memFree=31039396/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=230.3
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123153 0 0 0 22808 222 0 0 25 0 1 0 132175757 505843712 123008 4089446400 134512640 135752675 4289414304 18446744073709551615 134611612 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123008 146 303 0 123192 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 493988

[startup+236.7 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=236.7
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123153 0 0 0 23444 226 0 0 25 0 1 0 132175757 505843712 123008 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123008 146 303 0 123192 0
Current children cumulated CPU time (s) 236.7
Current children cumulated vsize (KiB) 493988

[startup+239.901 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=239.89
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123154 0 0 0 23761 228 0 0 25 0 1 0 132175757 505843712 123009 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123009 146 303 0 123192 0
Current children cumulated CPU time (s) 239.89
Current children cumulated vsize (KiB) 493988

[startup+241.5 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=241.5
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123154 0 0 0 23920 230 0 0 25 0 1 0 132175757 505843712 123009 4089446400 134512640 135752675 4289414304 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123009 146 303 0 123192 0
Current children cumulated CPU time (s) 241.5
Current children cumulated vsize (KiB) 493988

[startup+241.9 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=241.91
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123154 0 0 0 23961 230 0 0 25 0 1 0 132175757 505843712 123009 4089446400 134512640 135752675 4289414304 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123009 146 303 0 123192 0
Current children cumulated CPU time (s) 241.91
Current children cumulated vsize (KiB) 493988

[startup+242.3 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=242.3
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123154 0 0 0 24000 230 0 0 25 0 1 0 132175757 505843712 123009 4089446400 134512640 135752675 4289414304 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123009 146 303 0 123192 0
Current children cumulated CPU time (s) 242.3
Current children cumulated vsize (KiB) 493988

[startup+242.4 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12243] ppid=12241 vsize=493988 CPUtime=242.4
/proc/12243/stat : 12243 (wbo1.4b) R 12241 12243 11383 0 -1 4202496 123154 0 0 0 24010 230 0 0 25 0 1 0 132175757 505843712 123009 4089446400 134512640 135752675 4289414304 18446744073709551615 134597968 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12243/statm: 123497 123009 146 303 0 123192 0
Current children cumulated CPU time (s) 242.4
Current children cumulated vsize (KiB) 493988

Child status: 0
Real time (s): 242.489
CPU time (s): 242.496
CPU user time (s): 240.171
CPU system time (s): 2.32465
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 494152

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

runsolver used 0.345947 second user time and 0.763883 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 16:39:36
IDJOB=2690765
IDBENCH=78962
IDSOLVER=1201
FILE ID=node102/2690765-1277908776
PBS_JOBID= 11197247
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= f2c87e7318987ff21f5979e3cf339f19
RANDOM SEED=356155653

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:     32951124 kB
MemFree:      31535624 kB
Buffers:        193192 kB
Cached:         736464 kB
SwapCached:          0 kB
Active:         698344 kB
Inactive:       575388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31535624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2792 kB
Writeback:           0 kB
AnonPages:      343816 kB
Mapped:          17432 kB
Slab:            77036 kB
PageTables:       5572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   509516 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 node102 at 2010-06-30 16:43:39