Issue376

Title Portfolios and limits
Priority feature Status resolved
Superseder Nosy List florian, jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2013-04-24.14:19:49 by jendrik, last changed by jendrik.

Messages
msg2451 (view) Author: jendrik Date: 2013-05-19.12:51:40
The portfolio in the merged version always used the file "output" for all planner 
runs. The sas+ file on stdin was ignored. I have fixed this issue now and we now 
use the TEMPFILE that's created by the downward script.
msg2446 (view) Author: jendrik Date: 2013-05-17.12:49:04
I accidently mistook this for issue338 (exit codes). In fact this branch has 
already been merged.
msg2444 (view) Author: malte Date: 2013-05-17.12:08:51
Please merge. :-)
msg2443 (view) Author: jendrik Date: 2013-05-17.09:31:13
From Florian's and my point of view the branch can be merged. I also conducted an 
experiment which confirmed that the logic in portfolio.py works and the planner 
is correctly stopped in out-of-memory and timeout situations. What do you think 
Malte?
msg2428 (view) Author: malte Date: 2013-04-24.14:25:55
> * Return 0 iff a plan was found (currently 0 is always returned)

Is that the right thing to do when the problem is proven unsolvable?

> * Use more memory padding (see comment in diff)

Which diff?

> * Run final config with time and memory limits in order not to hide potential
> problems in the scripts (failed terminations and kills)

I don't understand; can you elaborate?
msg2427 (view) Author: jendrik Date: 2013-04-24.14:19:49
In order for the portfolios to work better with lab we need to make the following changes:

* Return 0 iff a plan was found (currently 0 is always returned)
* Use more memory padding (see comment in diff)
* Run final config with time and memory limits in order not to hide potential problems in the scripts (failed terminations and kills)
History
Date User Action Args
2013-05-19 12:51:48jendriksetstatus: chatting -> resolved
2013-05-19 12:51:40jendriksetstatus: resolved -> chatting
messages: + msg2451
2013-05-17 12:49:04jendriksetstatus: chatting -> resolved
messages: + msg2446
2013-05-17 12:08:51maltesetmessages: + msg2444
2013-05-17 09:31:13jendriksetmessages: + msg2443
2013-04-24 14:25:55maltesetstatus: unread -> chatting
messages: + msg2428
2013-04-24 14:19:49jendrikcreate