Trace number 1111389

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 8.27174 8.70885

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-42_ext.xml
MD5SUM3986b6a0b6b8a22fe8979c9e20fbe6c5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark8.27174
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.03/0.28	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.28	c 0	BEGIN Sat Jul 12 09:05:59 2008
0.03/0.28	c 0	PID 10907
0.03/0.28	c 0	HOST node89.alineos.net
0.03/0.28	c 0	CONVERTING HOME/instance-1111389-1215846359.xml TO HOME/temp.csp
0.03/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111389-1215846359.xml' 'HOME/temp.csp'
1.16/1.47	c 2	15 domains, 108 variables, 0 predicates, 132 relations, 149 constraints
1.16/1.48	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.48	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.24/1.56	c 2	Parsing HOME/temp.csp
3.12/3.46	c 4	parsed 404 expressions
3.12/3.46	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.12/3.47	c 4	MAX CSP: 149 constraints
3.12/3.47	c 4	Converting to clausal form CSP
3.12/3.49	c 4	converted 56 (10%) expressions
3.12/3.49	c 4	converted 112 (20%) expressions
3.12/3.50	c 4	converted 167 (30%) expressions
3.32/3.60	c 4	converted 223 (40%) expressions
3.32/3.62	c 4	converted 278 (50%) expressions
3.32/3.63	c 4	converted 334 (60%) expressions
3.32/3.66	c 4	converted 390 (70%) expressions
3.42/3.79	c 4	converted 445 (80%) expressions
3.71/4.04	c 4	converted 501 (90%) expressions
4.90/5.27	c 5	converted 556 (100%) expressions
4.90/5.27	c 5	CSP : 406 integers, 0 booleans, 446 clauses, largest domain size 224
4.90/5.27	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.27	c 5	Propagation in CSP
4.90/5.29	c 5	145 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.90/5.29	c 5	CSP : 406 integers, 0 booleans, 446 clauses, largest domain size 150
4.90/5.29	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.29	c 5	Simplifing CSP by introducing new Boolean variables
4.90/5.29	c 5	CSP : 406 integers, 0 booleans, 446 clauses, largest domain size 150
4.90/5.29	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.21/5.55	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.21/5.56	c 6	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.21/5.56	c 6	82 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.21/5.56	c 6	122 (30%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.21/5.56	c 6	163 (40%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.21/5.56	c 6	203 (50%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.21/5.56	c 6	244 (60%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.21/5.57	c 6	285 (70%) CSP integer variables are encoded (553 clauses, 5985 bytes)
5.21/5.57	c 6	325 (80%) CSP integer variables are encoded (722 clauses, 7915 bytes)
5.21/5.57	c 6	366 (90%) CSP integer variables are encoded (1540 clauses, 18549 bytes)
5.21/5.57	c 6	406 (100%) CSP integer variables are encoded (2151 clauses, 26492 bytes)
5.30/5.60	c 6	45 (10%) CSP clauses are encoded (2432 clauses, 31962 bytes)
5.60/5.91	c 6	90 (20%) CSP clauses are encoded (9513 clauses, 251201 bytes)
6.20/6.56	c 7	134 (30%) CSP clauses are encoded (13596 clauses, 358398 bytes)
6.98/7.35	c 7	179 (40%) CSP clauses are encoded (20505 clauses, 613423 bytes)
6.98/7.36	c 8	223 (50%) CSP clauses are encoded (22101 clauses, 636793 bytes)
6.98/7.37	c 8	268 (60%) CSP clauses are encoded (22654 clauses, 644662 bytes)
6.98/7.38	c 8	313 (70%) CSP clauses are encoded (26873 clauses, 717086 bytes)
6.98/7.39	c 8	357 (80%) CSP clauses are encoded (31215 clauses, 788652 bytes)
7.09/7.41	c 8	402 (90%) CSP clauses are encoded (40071 clauses, 948132 bytes)
7.09/7.43	c 8	446 (100%) CSP clauses are encoded (51638 clauses, 1158122 bytes)
7.09/7.43	c 8	446 CSP clauses encoded
7.09/7.44	c 8	Writing map file : HOME/temp.map
7.09/7.45	c 8	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.09/7.45	c 8	SAT : 2557 SAT variables, 51638 SAT clauses, 1158122 bytes
7.09/7.45	c 8	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.09/7.49	c 8	OBJECTIVE minimize _COST
7.09/7.49	c 8	SOLVING HOME/temp.cnf
7.09/7.49	c 8	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.15/7.52	c 8	This is MiniSat 2.0 beta incremental
7.15/7.52	c 8	WARNING: for repeatability, setting FPU to use double precision
7.15/7.53	c 8	============================[ Problem Statistics ]=============================
7.15/7.53	c 8	|                                                                             |
7.15/7.53	c 8	|  Number of variables:  2557                                                 |
7.15/7.53	c 8	|  Number of clauses:    51638                                                |
7.15/7.56	c 8	|  Parsing time:         0.02         s                                       |
7.15/7.56	c 8	OK
7.15/7.56	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.15/7.56	c 8	SEARCHING: _COST <= 75
7.15/7.56	c 8	============================[ Search Statistics ]==============================
7.15/7.56	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.15/7.56	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.15/7.56	c 8	===============================================================================
7.15/7.56	c 8	|         0 |    2557    51638   233711 |    17212        0    nan |  0.000 % |
7.15/7.57	c 8	|       100 |    2557    51638   233711 |    18933      100     10 |  0.009 % |
7.15/7.57	c 8	===============================================================================
7.15/7.57	c 8	restarts              : 2
7.15/7.57	c 8	conflicts             : 208           (4953 /sec)
7.15/7.57	c 8	decisions             : 503           (0.60 % random) (11978 /sec)
7.15/7.57	c 8	propagations          : 9004           (214417 /sec)
7.15/7.57	c 8	conflict literals     : 1827           (17.07 % deleted)
7.15/7.57	c 8	Memory used           : 4.47 MB
7.15/7.57	c 8	CPU time              : 0.041993 s
7.15/7.57	c 8	
7.15/7.57	c 8	SATISFIABLE
7.15/7.57	c 8	OK
7.15/7.57	c 8	FOUND: _COST <= 75
7.15/7.57	s SATISFIABLE
7.15/7.57	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.15/7.57	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.21/7.65	c 8	Decoding HOME/temp.out
7.30/7.71	c 8	OBJECTIVE _COST 75
7.30/7.71	o 75
7.30/7.71	v 8 1 28 9 1 1 1 5 1 1 1 1 0 4 1 1 1 1 1 0 2 1 1 1 13 0 5 1 0 2 1 0 19 24 0 1 1 1 1 2 0 0 1 2 3 1 41 1 1 3 1 1 2 1 0 12 1 1 1 1 1 1 4 1 1 4 2 1 1 2 0 10 4 4 11 0 1 1 1 1 6 1 0 0 1 1 1 1 0 2 1 2 1 4 0 3 4 9 1 2 4 7 9 7 8 2 9 9
7.30/7.72	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.30/7.73	c 8	OK
7.30/7.73	c 8	OBJECTIVE BOUND: 0 <= _COST <= 75
7.30/7.73	c 8	SEARCHING: _COST <= 37
7.30/7.73	c 8	============================[ Search Statistics ]==============================
7.30/7.73	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.30/7.73	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.30/7.73	c 8	===============================================================================
7.30/7.73	c 8	|       208 |    2557    51638   233711 |    17212      208      9 |  0.009 % |
7.30/7.73	c 8	===============================================================================
7.30/7.73	c 8	restarts              : 3
7.30/7.73	c 8	conflicts             : 209           (4645 /sec)
7.30/7.73	c 8	decisions             : 694           (0.72 % random) (15425 /sec)
7.30/7.73	c 8	propagations          : 11851          (263397 /sec)
7.30/7.73	c 8	conflict literals     : 1831           (17.11 % deleted)
7.30/7.73	c 8	Memory used           : 4.47 MB
7.30/7.73	c 8	CPU time              : 0.044993 s
7.30/7.73	c 8	
7.30/7.73	c 8	SATISFIABLE
7.30/7.73	c 8	OK
7.30/7.73	c 8	FOUND: _COST <= 37
7.30/7.73	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.30/7.73	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.34/7.81	c 8	Decoding HOME/temp.out
7.34/7.86	c 8	OBJECTIVE _COST 37
7.34/7.86	o 37
7.34/7.87	v 8 1 28 9 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 1 2 1 0 29 24 0 0 1 1 1 2 0 0 0 2 3 1 24 0 1 3 1 0 2 1 1 12 1 1 1 0 1 1 2 1 1 2 2 0 1 2 0 9 4 2 11 1 1 1 1 1 6 1 4 0 0 1 1 0 0 0 1 2 0 2 0 3 4 9 1 0 4 9 9 9 9 9 9 9
7.34/7.87	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.34/7.89	c 8	OK
7.34/7.89	c 8	OBJECTIVE BOUND: 0 <= _COST <= 37
7.34/7.89	c 8	SEARCHING: _COST <= 18
7.34/7.89	c 8	============================[ Search Statistics ]==============================
7.34/7.89	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.34/7.89	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.34/7.89	c 8	===============================================================================
7.34/7.89	c 8	|       209 |    1965    51638   233711 |    17212      209      9 |  0.009 % |
7.34/7.89	c 8	===============================================================================
7.34/7.89	c 8	restarts              : 4
7.34/7.89	c 8	conflicts             : 213           (4438 /sec)
7.34/7.89	c 8	decisions             : 783           (0.89 % random) (16315 /sec)
7.34/7.89	c 8	propagations          : 13968          (291049 /sec)
7.34/7.89	c 8	conflict literals     : 1873           (17.12 % deleted)
7.34/7.89	c 8	Memory used           : 4.47 MB
7.34/7.89	c 8	CPU time              : 0.047992 s
7.34/7.89	c 8	
7.34/7.89	c 8	SATISFIABLE
7.34/7.89	c 8	OK
7.34/7.89	c 8	FOUND: _COST <= 18
7.34/7.89	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.34/7.89	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.49/7.97	c 8	Decoding HOME/temp.out
7.49/8.02	c 8	OBJECTIVE _COST 18
7.49/8.02	o 18
7.49/8.03	v 7 1 22 5 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 21 2 5 0 1 1 1 0 29 24 0 0 0 1 1 2 0 0 0 2 3 1 41 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 1 1 2 2 0 1 2 0 9 2 2 6 0 1 1 1 1 6 1 0 2 0 1 1 1 0 0 0 1 0 4 0 3 3 5 1 0 4 9 9 9 9 9 9 9
7.49/8.03	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.49/8.04	c 8	OK
7.49/8.04	c 8	OBJECTIVE BOUND: 0 <= _COST <= 18
7.49/8.04	c 8	SEARCHING: _COST <= 9
7.49/8.05	c 8	============================[ Search Statistics ]==============================
7.49/8.05	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.49/8.05	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.49/8.05	c 8	===============================================================================
7.49/8.05	c 8	|       213 |    1622    51638   233711 |    17212      213      9 |  0.009 % |
7.49/8.05	c 8	===============================================================================
7.49/8.05	c 8	restarts              : 5
7.49/8.05	c 8	conflicts             : 218           (4361 /sec)
7.49/8.05	c 8	decisions             : 862           (0.81 % random) (17243 /sec)
7.49/8.05	c 8	propagations          : 16833          (336714 /sec)
7.49/8.05	c 8	conflict literals     : 1905           (17.53 % deleted)
7.49/8.05	c 8	Memory used           : 4.47 MB
7.49/8.05	c 8	CPU time              : 0.049992 s
7.49/8.05	c 8	
7.49/8.05	c 8	SATISFIABLE
7.49/8.05	c 8	OK
7.49/8.05	c 8	FOUND: _COST <= 9
7.49/8.05	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.49/8.05	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.64/8.12	c 8	Decoding HOME/temp.out
7.64/8.18	c 8	OBJECTIVE _COST 9
7.64/8.18	o 9
7.64/8.18	v 8 1 28 9 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 29 24 0 0 0 1 1 2 2 0 0 2 3 1 41 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 3 4 9 1 0 4 7 9 9 9 9 9 9
7.64/8.19	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.64/8.21	c 8	OK
7.64/8.21	c 8	OBJECTIVE BOUND: 0 <= _COST <= 9
7.64/8.21	c 8	SEARCHING: _COST <= 4
7.64/8.21	c 8	============================[ Search Statistics ]==============================
7.64/8.21	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.64/8.21	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.64/8.21	c 8	===============================================================================
7.64/8.21	c 8	|       218 |    1389    51638   233711 |    17212      218      9 |  0.009 % |
7.64/8.21	c 8	===============================================================================
7.64/8.21	c 8	restarts              : 6
7.64/8.21	c 8	conflicts             : 220           (4152 /sec)
7.64/8.21	c 8	decisions             : 908           (0.77 % random) (17135 /sec)
7.64/8.21	c 8	propagations          : 18307          (345474 /sec)
7.64/8.21	c 8	conflict literals     : 1918           (17.43 % deleted)
7.64/8.21	c 8	Memory used           : 4.47 MB
7.64/8.21	c 8	CPU time              : 0.052991 s
7.64/8.21	c 8	
7.64/8.21	c 8	SATISFIABLE
7.64/8.21	c 8	OK
7.64/8.21	c 8	FOUND: _COST <= 4
7.64/8.21	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.64/8.21	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.64/8.29	c 8	Decoding HOME/temp.out
7.77/8.35	c 8	OBJECTIVE _COST 4
7.77/8.35	o 4
7.77/8.36	v 8 1 23 5 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 29 24 0 0 0 1 1 2 0 0 0 2 3 1 41 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 1 0 2 4 9 7 8 2 9 9
7.77/8.37	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.77/8.37	c 9	OK
7.77/8.37	c 9	OBJECTIVE BOUND: 0 <= _COST <= 4
7.77/8.37	c 9	SEARCHING: _COST <= 2
7.77/8.38	c 9	============================[ Search Statistics ]==============================
7.77/8.38	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/8.38	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/8.38	c 9	===============================================================================
7.77/8.38	c 9	|       220 |    1213    51638   233711 |    17212      220      9 |  0.009 % |
7.77/8.38	c 9	===============================================================================
7.77/8.38	c 9	restarts              : 7
7.77/8.38	c 9	conflicts             : 310           (5001 /sec)
7.77/8.38	c 9	decisions             : 1095          (0.64 % random) (17664 /sec)
7.77/8.38	c 9	propagations          : 25384          (409485 /sec)
7.77/8.38	c 9	conflict literals     : 2926           (17.30 % deleted)
7.77/8.38	c 9	Memory used           : 4.47 MB
7.77/8.38	c 9	CPU time              : 0.06199 s
7.77/8.38	c 9	
7.77/8.38	c 9	SATISFIABLE
7.77/8.38	c 9	OK
7.77/8.38	c 9	FOUND: _COST <= 2
7.77/8.38	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.77/8.38	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.94/8.45	c 9	Decoding HOME/temp.out
7.94/8.51	c 9	OBJECTIVE _COST 2
7.94/8.51	o 2
7.94/8.52	v 6 1 28 9 1 1 1 4 1 1 1 1 0 3 1 0 1 0 1 2 2 0 1 1 24 0 4 0 1 0 0 0 29 24 0 1 0 1 1 2 0 0 1 1 2 1 24 0 1 3 1 1 2 1 1 11 1 0 1 1 0 1 3 1 1 3 0 0 1 2 0 9 3 3 4 0 1 1 0 1 6 1 4 0 0 1 1 1 0 0 0 1 0 0 0 1 4 9 1 0 4 7 9 7 8 2 9 9
7.94/8.52	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.94/8.54	c 9	OK
7.94/8.54	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
7.94/8.54	c 9	SEARCHING: _COST <= 1
7.94/8.54	c 9	============================[ Search Statistics ]==============================
7.94/8.54	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.94/8.54	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.94/8.54	c 9	===============================================================================
7.94/8.54	c 9	|       310 |    1022    51638   233711 |    17212      310      9 |  0.009 % |
7.94/8.54	c 9	===============================================================================
7.94/8.54	c 9	restarts              : 8
7.94/8.54	c 9	conflicts             : 325           (4925 /sec)
7.94/8.54	c 9	decisions             : 1175          (0.60 % random) (17806 /sec)
7.94/8.54	c 9	propagations          : 28337          (429420 /sec)
7.94/8.54	c 9	conflict literals     : 3042           (17.22 % deleted)
7.94/8.54	c 9	Memory used           : 4.47 MB
7.94/8.54	c 9	CPU time              : 0.065989 s
7.94/8.54	c 9	
7.94/8.54	c 9	SATISFIABLE
7.94/8.54	c 9	OK
7.94/8.54	c 9	FOUND: _COST <= 1
7.94/8.54	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.94/8.54	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.07/8.62	c 9	Decoding HOME/temp.out
8.07/8.68	c 9	OBJECTIVE _COST 1
8.07/8.68	o 1
8.07/8.68	v 6 1 17 7 1 1 0 4 1 1 1 1 1 1 0 1 1 1 1 2 2 1 1 1 8 0 3 0 0 0 1 0 29 24 0 1 1 1 1 2 0 0 0 2 2 1 40 0 1 0 1 1 2 1 1 12 1 1 1 0 1 0 1 0 1 1 2 0 1 2 0 9 1 1 3 0 0 1 0 1 6 1 0 0 1 1 1 0 0 0 0 2 0 0 0 1 1 4 0 0 2 9 9 7 8 2 9 9
8.07/8.69	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.07/8.70	c 9	OK
8.07/8.70	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
8.07/8.70	c 9	SEARCHING: _COST <= 0
8.07/8.70	c 9	============================[ Search Statistics ]==============================
8.07/8.70	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.07/8.70	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.07/8.70	c 9	===============================================================================
8.07/8.70	c 9	|       325 |     871    51638   233711 |    17212      325      9 |  0.009 % |
8.07/8.70	c 9	===============================================================================
8.07/8.70	c 9	restarts              : 9
8.07/8.70	c 9	conflicts             : 326           (4795 /sec)
8.07/8.70	c 9	decisions             : 1175          (0.60 % random) (17282 /sec)
8.07/8.70	c 9	propagations          : 28836          (424127 /sec)
8.07/8.70	c 9	conflict literals     : 3043           (17.22 % deleted)
8.07/8.70	c 9	Memory used           : 4.47 MB
8.07/8.70	c 9	CPU time              : 0.067989 s
8.07/8.70	c 9	
8.07/8.70	c 9	UNSATISFIABLE
8.07/8.70	c 9	OK
8.07/8.70	c 9	NOT FOUND: _COST <= 0
8.07/8.70	c 9	OK
8.07/8.70	c 9	OBJECTIVE _COST 1
8.07/8.70	s OPTIMUM FOUND
8.07/8.70	c 9	CPU 7.78 (0.06 0.03 7.72 0.44)
8.07/8.70	c 9	END Sat Jul 12 09:06:08 2008

Verifier Data (download as text)

OK	1	148
1 unsatisfied constraints, 148 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111389-1215846359/watcher-1111389-1215846359 -o /tmp/evaluation-result-1111389-1215846359/solver-1111389-1215846359 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111389-1215846359.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.06 4/111 10907
/proc/meminfo: memFree=1874520/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=18572 CPUtime=0
/proc/10907/stat : 10907 (runsolver) D 10905 10907 10720 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 41333004 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/10907/statm: 4643 292 257 25 0 2626 0

[startup+0.04776 s]
/proc/loadavg: 2.00 2.00 2.06 4/111 10907
/proc/meminfo: memFree=1874520/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=12272 CPUtime=0
/proc/10907/stat : 10907 (sugar++) D 10905 10907 10720 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 41333004 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/10907/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10178 s]
/proc/loadavg: 2.00 2.00 2.06 4/111 10907
/proc/meminfo: memFree=1874520/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=12272 CPUtime=0
/proc/10907/stat : 10907 (sugar++) R 10905 10907 10720 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 41333004 12566528 378 996147200 4194304 4206940 548682068528 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 1 0 0
/proc/10907/statm: 3068 378 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301807 s]
/proc/loadavg: 2.00 2.00 2.06 4/111 10907
/proc/meminfo: memFree=1874520/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16740 CPUtime=0.07
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 41333004 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10907/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701874 s]
/proc/loadavg: 2.00 2.00 2.06 4/111 10907
/proc/meminfo: memFree=1874520/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16740 CPUtime=0.07
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 41333004 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10907/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.06 3/122 10919
/proc/meminfo: memFree=1845304/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16740 CPUtime=1.24
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1279 11818 0 1 5 2 109 8 16 0 1 0 41333004 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10907/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 16740

[startup+3.1023 s]
/proc/loadavg: 2.00 2.00 2.06 4/122 10929
/proc/meminfo: memFree=1851448/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16740 CPUtime=1.24
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1297 11818 0 1 5 2 109 8 16 0 1 0 41333004 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10907/statm: 4185 1104 409 3 0 764 0
[pid=10920] ppid=10907 vsize=5356 CPUtime=0
/proc/10920/stat : 10920 (sh) S 10907 10907 10720 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41333153 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10920/statm: 1339 233 193 169 0 50 0
[pid=10921] ppid=10920 vsize=864076 CPUtime=1.59
/proc/10921/stat : 10921 (java) S 10920 10907 10720 0 -1 0 13530 0 1 0 153 6 0 0 20 0 9 0 41333153 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10921/statm: 216019 12435 2532 9 0 210601 0
[pid=10921/tid=10922] ppid=10920 vsize=864076 CPUtime=0.93
/proc/10921/task/10922/stat : 10922 (java) R 10920 10907 10720 0 -1 64 2752 0 1 0 91 2 0 0 25 0 9 0 41333154 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4126427555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10923] ppid=10920 vsize=864076 CPUtime=0.59
/proc/10921/task/10923/stat : 10923 (java) S 10920 10907 10720 0 -1 64 9759 0 0 0 56 3 0 0 16 0 9 0 41333155 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10924] ppid=10920 vsize=864076 CPUtime=0
/proc/10921/task/10924/stat : 10924 (java) S 10920 10907 10720 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41333155 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10925] ppid=10920 vsize=864076 CPUtime=0
/proc/10921/task/10925/stat : 10925 (java) S 10920 10907 10720 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41333155 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10926] ppid=10920 vsize=864076 CPUtime=0
/proc/10921/task/10926/stat : 10926 (java) S 10920 10907 10720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41333157 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10927] ppid=10920 vsize=864076 CPUtime=0.04
/proc/10921/task/10927/stat : 10927 (java) S 10920 10907 10720 0 -1 64 322 0 0 0 4 0 0 0 16 0 9 0 41333157 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10928] ppid=10920 vsize=864076 CPUtime=0
/proc/10921/task/10928/stat : 10928 (java) S 10920 10907 10720 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41333157 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10929] ppid=10920 vsize=864076 CPUtime=0
/proc/10921/task/10929/stat : 10929 (java) S 10920 10907 10720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41333157 884813824 12435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 886172

[startup+6.30288 s]
/proc/loadavg: 2.00 2.00 2.06 4/122 10929
/proc/meminfo: memFree=1766584/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16740 CPUtime=1.24
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1297 11818 0 1 5 2 109 8 15 0 1 0 41333004 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10907/statm: 4185 1104 409 3 0 764 0
[pid=10920] ppid=10907 vsize=5356 CPUtime=0
/proc/10920/stat : 10920 (sh) S 10907 10907 10720 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41333153 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10920/statm: 1339 233 193 169 0 50 0
[pid=10921] ppid=10920 vsize=864308 CPUtime=4.76
/proc/10921/stat : 10921 (java) S 10920 10907 10720 0 -1 0 29252 0 1 0 461 15 0 0 20 0 9 0 41333153 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10921/statm: 216077 27412 2565 9 0 210624 0
[pid=10921/tid=10922] ppid=10920 vsize=864308 CPUtime=2.5
/proc/10921/task/10922/stat : 10922 (java) R 10920 10907 10720 0 -1 64 3721 0 1 0 247 3 0 0 25 0 9 0 41333154 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4126703983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10923] ppid=10920 vsize=864308 CPUtime=2.1
/proc/10921/task/10923/stat : 10923 (java) S 10920 10907 10720 0 -1 64 24457 0 0 0 200 10 0 0 16 0 9 0 41333155 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10924] ppid=10920 vsize=864308 CPUtime=0
/proc/10921/task/10924/stat : 10924 (java) S 10920 10907 10720 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41333155 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10925] ppid=10920 vsize=864308 CPUtime=0
/proc/10921/task/10925/stat : 10925 (java) S 10920 10907 10720 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41333155 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10926] ppid=10920 vsize=864308 CPUtime=0
/proc/10921/task/10926/stat : 10926 (java) S 10920 10907 10720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41333157 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10927] ppid=10920 vsize=864308 CPUtime=0.13
/proc/10921/task/10927/stat : 10927 (java) S 10920 10907 10720 0 -1 64 377 0 0 0 13 0 0 0 16 0 9 0 41333157 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10928] ppid=10920 vsize=864308 CPUtime=0
/proc/10921/task/10928/stat : 10928 (java) S 10920 10907 10720 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41333157 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10921/tid=10929] ppid=10920 vsize=864308 CPUtime=0
/proc/10921/task/10929/stat : 10929 (java) S 10920 10907 10720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41333157 885051392 27412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 886404

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

[startup+7.90217 s]
/proc/loadavg: 2.00 2.00 2.06 3/117 10934
/proc/meminfo: memFree=1858848/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16872 CPUtime=7.45
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1650 48936 2 7 6 2 706 31 16 0 1 0 41333004 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10907/statm: 4218 1117 414 3 0 797 0
[pid=10930] ppid=10907 vsize=4572 CPUtime=0.04
/proc/10930/stat : 10930 (minisat-inc) S 10907 10907 10720 0 -1 4194304 1096 0 0 0 4 0 0 0 15 0 1 0 41333757 4681728 1036 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/10930/statm: 1143 1036 79 151 0 989 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 21444

[startup+8.30224 s]
/proc/loadavg: 2.00 2.00 2.06 3/117 10934
/proc/meminfo: memFree=1858848/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16872 CPUtime=7.72
/proc/10907/stat : 10907 (sugar++) S 10905 10907 10720 0 -1 4194304 1807 56460 2 9 6 3 728 35 15 0 1 0 41333004 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10907/statm: 4218 1117 414 3 0 797 0
[pid=10930] ppid=10907 vsize=4572 CPUtime=0.05
/proc/10930/stat : 10930 (minisat-inc) S 10907 10907 10720 0 -1 4194304 1100 0 0 0 5 0 0 0 15 0 1 0 41333757 4681728 1036 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/10930/statm: 1143 1036 79 151 0 989 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 21444

[startup+8.70131 s]
/proc/loadavg: 2.00 2.00 2.06 3/116 11000
/proc/meminfo: memFree=1858344/2055920 swapFree=4192812/4192956
[pid=10907] ppid=10905 vsize=16864 CPUtime=8.26
/proc/10907/stat : 10907 (sugar++) R 10905 10907 10720 0 -1 4194304 2018 68877 2 12 6 4 772 44 16 0 1 0 41333004 17268736 1118 996147200 4194304 4206940 548682068528 18446744073709551615 249087790487 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10907/statm: 4216 1118 415 3 0 795 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 16864

Child status: 0
Real time (s): 8.70885
CPU time (s): 8.27174
CPU user time (s): 7.78682
CPU system time (s): 0.484926
CPU usage (%): 94.9808
Max. virtual memory (cumulated for all children) (KiB): 886812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.78682
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70919
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5086
involuntary context switches= 4788

runsolver used 0.021996 second user time and 0.050992 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-12 09:05:59
IDJOB=1111389
IDBENCH=61270
IDSOLVER=367
FILE ID=node89/1111389-1215846359
PBS_JOBID= 7903426
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-42_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111389-1215846359/watcher-1111389-1215846359 -o /tmp/evaluation-result-1111389-1215846359/solver-1111389-1215846359 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111389-1215846359.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3986b6a0b6b8a22fe8979c9e20fbe6c5
RANDOM SEED=616798103

node89.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.266
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.266
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1875008 kB
Buffers:          6512 kB
Cached:          44352 kB
SwapCached:          0 kB
Active:         113236 kB
Inactive:         9000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          92968 kB
Slab:            40408 kB
Committed_AS:  1085344 kB
PageTables:       4420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node89 at 2008-07-12 09:06:08