Trace number 1112596

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+minisatOPTIMUM1 34.6217 35.4427

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen10-w1-f3.xml
MD5SUMd8f5db93cebd0b14f7a96a8145428221
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark13.8659
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints1138
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1138
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.00/0.18	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Sat Jul 12 15:46:27 2008
0.00/0.19	c 0	PID 17699
0.00/0.20	c 0	HOST node49.alineos.net
0.00/0.20	c 0	CONVERTING HOME/instance-1112596-1215870387.xml TO HOME/temp.csp
0.00/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112596-1215870387.xml' 'HOME/temp.csp'
0.03/0.97	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 1138 constraints
0.73/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.73/1.01	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.73/1.09	c 1	Parsing HOME/temp.csp
0.75/1.26	c 1	parsed 1825 expressions
0.75/1.27	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.75/1.29	c 1	MAX CSP: 1138 constraints
0.75/1.29	c 1	Converting to clausal form CSP
0.75/1.31	c 1	converted 297 (10%) expressions
0.75/1.33	c 1	converted 594 (20%) expressions
0.75/1.51	c 2	converted 890 (30%) expressions
0.75/1.78	c 2	converted 1187 (40%) expressions
0.75/1.97	c 2	converted 1483 (50%) expressions
1.81/2.12	c 2	converted 1780 (60%) expressions
1.91/2.28	c 2	converted 2077 (70%) expressions
2.11/2.43	c 2	converted 2373 (80%) expressions
2.31/2.60	c 3	converted 2670 (90%) expressions
2.51/2.87	c 3	converted 2966 (100%) expressions
2.51/2.87	c 3	CSP : 2956 integers, 340 booleans, 4433 clauses, largest domain size 1708
2.51/2.87	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.87	c 3	Propagation in CSP
2.60/2.95	c 3	1133 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.95	c 3	CSP : 2956 integers, 340 booleans, 4433 clauses, largest domain size 1139
2.60/2.96	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.70/3.02	c 3	CSP : 2956 integers, 2616 booleans, 6709 clauses, largest domain size 1139
2.70/3.02	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.89/3.21	c 3	296 (10%) CSP integer variables are encoded (10720 clauses, 139242 bytes)
2.89/3.29	c 3	592 (20%) CSP integer variables are encoded (20816 clauses, 290682 bytes)
2.99/3.32	c 3	887 (30%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
2.99/3.32	c 3	1183 (40%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
2.99/3.32	c 3	1478 (50%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
2.99/3.32	c 3	1774 (60%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
2.99/3.33	c 3	2070 (70%) CSP integer variables are encoded (26389 clauses, 374277 bytes)
2.99/3.34	c 3	2365 (80%) CSP integer variables are encoded (37285 clauses, 537717 bytes)
2.99/3.35	c 3	2661 (90%) CSP integer variables are encoded (41376 clauses, 599082 bytes)
2.99/3.35	c 3	2956 (100%) CSP integer variables are encoded (44550 clauses, 646692 bytes)
3.08/3.45	c 3	671 (10%) CSP clauses are encoded (57356 clauses, 895640 bytes)
3.19/3.53	c 4	1342 (20%) CSP clauses are encoded (70850 clauses, 1164774 bytes)
3.28/3.60	c 4	2013 (30%) CSP clauses are encoded (82476 clauses, 1399910 bytes)
3.28/3.67	c 4	2684 (40%) CSP clauses are encoded (94590 clauses, 1661403 bytes)
3.38/3.73	c 4	3355 (50%) CSP clauses are encoded (106163 clauses, 1910899 bytes)
3.38/3.79	c 4	4026 (60%) CSP clauses are encoded (118057 clauses, 2167926 bytes)
3.48/3.85	c 4	4697 (70%) CSP clauses are encoded (133579 clauses, 2492735 bytes)
4.47/4.88	c 5	5368 (80%) CSP clauses are encoded (555538 clauses, 11412449 bytes)
6.15/6.59	c 7	6039 (90%) CSP clauses are encoded (1480077 clauses, 31226547 bytes)
6.75/7.17	c 7	6709 (100%) CSP clauses are encoded (1785585 clauses, 37742926 bytes)
6.75/7.17	c 7	6709 CSP clauses encoded
6.75/7.17	c 7	Writing map file : HOME/temp.map
6.85/7.22	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.85/7.22	c 7	SAT : 50122 SAT variables, 1785585 SAT clauses, 37742926 bytes
6.85/7.22	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.85/7.28	c 7	OBJECTIVE minimize _COST
6.85/7.28	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.85/7.28	c 7	SEARCHING: _COST <= 569
6.85/7.28	c 7	SOLVING HOME/temp.cnf
6.85/7.28	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.85/7.29	c 7	This is MiniSat 2.0 beta
6.85/7.29	c 7	WARNING: for repeatability, setting FPU to use double precision
6.85/7.29	c 7	============================[ Problem Statistics ]=============================
6.85/7.29	c 7	|                                                                             |
6.85/7.29	c 7	|  Number of variables:  50122                                                |
6.85/7.29	c 7	|  Number of clauses:    1785586                                              |
7.79/8.21	c 8	|  Parsing time:         0.79         s                                       |
8.68/9.15	c 9	============================[ Search Statistics ]==============================
8.68/9.15	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.68/9.15	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.68/9.15	c 9	===============================================================================
8.68/9.15	c 9	|         0 |   43863  1174216  3448849 |   391405        0    nan |  0.000 % |
8.88/9.32	c 9	|       100 |   43863  1174216  3448849 |   430545      100      8 | 12.488 % |
8.98/9.44	c 9	===============================================================================
8.98/9.44	c 9	restarts              : 2
8.98/9.44	c 9	conflicts             : 174            (87 /sec)
8.98/9.44	c 9	decisions             : 8752           (1.03 % random) (4388 /sec)
8.98/9.44	c 9	propagations          : 329212         (165044 /sec)
8.98/9.44	c 9	conflict literals     : 1295           (8.09 % deleted)
8.98/9.44	c 9	Memory used           : 75.49 MB
8.98/9.44	c 9	CPU time              : 1.9947 s
8.98/9.44	c 9	
8.98/9.46	c 9	SATISFIABLE
8.98/9.47	c 9	FOUND: _COST <= 569
8.98/9.47	s SATISFIABLE
8.98/9.47	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.98/9.47	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.06/9.56	c 10	Decoding HOME/temp.out
9.37/9.88	c 10	OBJECTIVE _COST 233
9.37/9.88	o 233
9.46/9.90	v 750 750 512 750 750 498 750 512 512 750 142 142 338 100 512 750 512 750 394 156 268 30 750 512 380 750 680 442 722 484 750 512 750 512 750 512 512 750 30 268 750 512 394 156 414 652 512 750 750 512 128 366 142 380 750 750 750 512 750 512 394 310 750 512 16 254 750 750 750 512 114 352 750 750 512 750 338 100 512 750 156 394 394 156 512 750 498 736 736 498 512 750 750 512 498 736 750 484 324 86 750 512 750 512 512 750 680 442 750 750 750 750 750 512 750 750 750 142 470 750 750 512 750 512 750 512 750 750 750 512 750 512 324 86 750 512 680 442 750 512 512 750 442 680 750 512 324 554 512 750 512 750 750 750 512 750 512 750 478 240 750 750 750 512 414 652 750 750 750 58 394 156 750 750 156 394 750 512 414 652 512 750 254 16 736 498 666 428 750 512 680 750 750 512 512 750 394 156 750 512 750 512 750 512 750 512 366 128 512 750 338 100 310 72 142 142 324 86 442 680 750 750 750 512 750 750 380 142 750 380 512 750 750 750 414 652 750 512 750 750 380 142 86 324 310 72 338 100 380 142 512 750 750 554 512 750 114 540 512 750 156 394 750 30 694 694 442 680 736 268 750 512 512 750 338 100 442 680 512 750 512 750 30 268 512 750 512 750 484 722 512 750 512 750 512 750 750 512 428 666 750 366 72 310 512 750 58 296 750 540 512 750 380 142 380 142 750 142 380 142 750 512 750 750 680 442 512 750 750 512 512 750 512 750 750 512 750 750 352 114 750 540 512 750 512 750 86 324 750 750 750 380 352 114 156 394 750 750 512 750 156 470 498 736 512 750 394 156 750 428 750 694 750 512 456 694 512 750 512 750 750 512 680 442 750 750 30 268 750 512 750 652 512 750 750 512 750 750 86 324 750 16 750 512 72 310 268 30 750 512 722 722 86 324 30 268 114 352 142 380 750 750 750 512 380 142 750 750 72 310 750 750 512 750 58 296 750 750 58 296 708 470 114 352 512 750 512 750 86 324 680 442 142 380 708 750 750 512 394 156 268 30 442 680 512 750 512 750 750 652 750 394 156 394 750 750 750 750 750 750 540 296 750 512 44 282 750 512 142 380 708 708 380 156 750 512 512 750 750 750 498 736 394 156 324 86 554 750 680 442 750 512 680 442 512 750 58 296 512 750 512 750 750 750 380 142 680 442 512 750 750 512 380 142 282 44 750 750 750 512 296 58 512 750 512 750 470 708 680 442 750 512 512 750 296 750 708 750 394 156 352 114 708 142 352 114 380 142 380 142 512 750 512 750 352 114 750 512 310 310 750 512 750 512 142 380 666 352 554 750 750 750 296 58 512 750 456 694 512 750 680 750 366 128 750 750 512 750 540 750 750 512 750 512 86 324 512 750 394 156 512 750 512 750 470 708 512 750 750 428 512 750 254 484 708 470 750 512 44 282 428 666 512 750 750 310 142 380 142 142 86 540 680 442 380 142 750 512 142 380 512 750 512 750 512 750 666 114 512 750 554 750 114 352 750 512 750 512 156 394
9.46/9.91	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.46/9.95	c 10	OBJECTIVE BOUND: 0 <= _COST <= 233
9.46/9.95	c 10	SEARCHING: _COST <= 116
9.46/9.95	c 10	SOLVING HOME/temp.cnf
9.46/9.95	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.46/9.96	c 10	This is MiniSat 2.0 beta
9.46/9.96	c 10	WARNING: for repeatability, setting FPU to use double precision
9.46/9.96	c 10	============================[ Problem Statistics ]=============================
9.46/9.96	c 10	|                                                                             |
9.46/9.96	c 10	|  Number of variables:  50122                                                |
9.46/9.96	c 10	|  Number of clauses:    1785586                                              |
10.40/10.93	c 11	|  Parsing time:         0.84         s                                       |
11.79/12.31	c 12	============================[ Search Statistics ]==============================
11.79/12.31	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.79/12.31	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.79/12.31	c 12	===============================================================================
11.79/12.31	c 12	|         0 |   37737   427887  1227787 |   142629        0    nan |  0.000 % |
11.89/12.43	c 12	|       101 |   37737   427887  1227787 |   156891      101      7 | 24.710 % |
11.99/12.56	c 13	|       251 |   37737   427887  1227787 |   172581      251     18 | 24.710 % |
12.09/12.65	c 13	===============================================================================
12.09/12.66	c 13	restarts              : 3
12.09/12.66	c 13	conflicts             : 335            (131 /sec)
12.09/12.66	c 13	decisions             : 10174          (1.03 % random) (3986 /sec)
12.09/12.66	c 13	propagations          : 597754         (234174 /sec)
12.09/12.66	c 13	conflict literals     : 4989           (15.67 % deleted)
12.09/12.66	c 13	Memory used           : 76.91 MB
12.09/12.66	c 13	CPU time              : 2.55261 s
12.09/12.66	c 13	
12.09/12.68	c 13	SATISFIABLE
12.09/12.69	c 13	FOUND: _COST <= 116
12.09/12.69	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.09/12.69	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.20/12.77	c 13	Decoding HOME/temp.out
12.20/13.08	c 13	OBJECTIVE _COST 116
12.20/13.08	o 116
12.60/13.11	v 512 750 512 750 736 498 750 512 498 736 310 750 282 44 652 414 750 512 394 156 86 324 282 44 512 750 72 310 512 750 512 750 512 750 512 750 750 512 512 750 512 750 352 114 512 750 470 708 750 512 128 366 142 380 750 512 512 750 512 750 310 72 156 750 750 512 512 750 750 512 750 512 72 750 512 750 16 254 512 750 156 394 156 394 512 750 380 142 498 736 156 394 498 736 394 156 750 512 324 86 680 442 750 512 512 750 750 512 512 750 750 512 512 750 750 512 128 142 750 512 58 296 750 512 512 750 512 750 750 512 86 324 512 750 512 750 750 512 296 58 512 750 394 156 512 750 512 750 156 394 512 750 512 750 512 750 512 750 240 478 750 512 512 750 750 512 652 414 414 652 512 750 512 750 512 750 680 750 750 512 750 498 498 750 442 680 512 750 750 512 512 750 512 750 512 750 750 512 750 512 750 512 498 736 512 750 428 666 554 324 750 512 750 750 324 86 142 380 142 380 750 512 694 456 736 498 750 512 352 114 750 512 694 736 100 338 58 296 380 142 750 540 750 512 512 750 512 750 442 680 324 86 750 512 268 30 750 512 498 736 750 512 58 100 750 512 338 100 142 750 750 512 512 750 512 750 512 750 512 750 750 512 680 442 512 750 512 750 512 750 380 142 750 512 750 750 750 512 428 58 750 512 128 366 142 380 512 750 100 540 750 512 484 58 324 86 750 512 456 142 58 296 128 366 750 512 750 512 750 380 512 750 380 142 142 380 750 750 540 540 750 750 310 72 750 512 324 86 750 512 750 512 394 156 750 512 750 512 750 512 750 512 156 394 750 512 470 708 366 128 456 142 512 750 736 498 296 58 268 30 750 512 296 58 380 142 498 736 750 512 554 750 750 750 156 394 722 484 512 750 680 442 750 512 512 750 750 512 86 540 72 310 750 512 512 750 352 114 380 142 750 750 512 750 30 268 44 282 750 512 484 750 310 72 268 142 750 750 750 750 352 750 750 512 142 380 512 750 750 694 142 380 750 512 338 100 380 142 156 394 394 156 156 394 156 394 512 750 512 750 512 750 142 380 750 456 722 484 142 380 512 750 380 142 512 750 128 366 750 512 44 282 456 750 156 394 750 512 470 708 498 736 750 512 680 442 16 254 86 324 442 680 512 750 722 484 680 442 380 142 324 86 512 750 268 30 156 394 380 142 324 86 512 750 282 44 750 512 380 142 282 44 512 750 512 750 142 380 694 456 512 750 512 750 512 750 156 394 512 750 512 750 512 750 58 296 142 380 296 58 512 750 512 750 128 366 750 512 750 512 296 58 750 750 750 750 380 142 512 750 722 484 750 750 722 484 750 512 512 750 86 324 380 142 512 750 512 750 512 750 512 750 750 512 86 324 512 750 394 156 512 750 512 750 470 708 512 750 750 750 512 750 750 512 268 30 750 512 512 750 100 338 512 750 750 352 142 380 512 750 142 380 680 442 296 58 512 750 142 380 680 442 512 750 512 750 380 142 750 512 512 750 156 394 512 750 114 352 156 394
12.60/13.12	c 13	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.60/13.17	c 13	OBJECTIVE BOUND: 0 <= _COST <= 116
12.60/13.17	c 13	SEARCHING: _COST <= 58
12.60/13.17	c 13	SOLVING HOME/temp.cnf
12.60/13.17	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.60/13.17	c 13	This is MiniSat 2.0 beta
12.60/13.17	c 13	WARNING: for repeatability, setting FPU to use double precision
12.60/13.17	c 13	============================[ Problem Statistics ]=============================
12.60/13.17	c 13	|                                                                             |
12.60/13.17	c 13	|  Number of variables:  50122                                                |
12.60/13.17	c 13	|  Number of clauses:    1785586                                              |
12.62/14.14	c 14	|  Parsing time:         0.85         s                                       |
14.92/15.52	c 16	============================[ Search Statistics ]==============================
14.92/15.52	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.92/15.52	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.92/15.52	c 16	===============================================================================
14.92/15.52	c 16	|         0 |   36264   281174   792009 |    93724        0    nan |  0.000 % |
15.02/15.63	c 16	|       100 |   36264   281174   792009 |   103097      100      8 | 27.649 % |
15.12/15.76	c 16	|       250 |   36264   281174   792009 |   113406      250     12 | 27.649 % |
15.32/15.95	c 16	|       475 |   36264   281174   792009 |   124747      475     21 | 27.649 % |
15.62/16.21	c 16	|       812 |   36264   281174   792009 |   137222      812     15 | 27.649 % |
16.02/16.62	c 17	===============================================================================
16.02/16.63	c 17	restarts              : 5
16.02/16.63	c 17	conflicts             : 1217           (366 /sec)
16.02/16.63	c 17	decisions             : 21451          (1.02 % random) (6456 /sec)
16.02/16.63	c 17	propagations          : 2435635        (733074 /sec)
16.02/16.63	c 17	conflict literals     : 26970          (27.62 % deleted)
16.02/16.63	c 17	Memory used           : 76.83 MB
16.02/16.63	c 17	CPU time              : 3.32249 s
16.02/16.63	c 17	
16.02/16.65	c 17	SATISFIABLE
16.02/16.66	c 17	FOUND: _COST <= 58
16.02/16.66	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.02/16.66	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.11/16.74	c 17	Decoding HOME/temp.out
16.11/17.05	c 17	OBJECTIVE _COST 58
16.11/17.05	o 58
16.11/17.08	v 750 512 394 156 750 512 736 498 512 750 750 680 512 750 750 512 750 512 296 58 394 156 750 512 512 750 156 394 456 694 750 512 512 750 512 750 750 512 456 694 512 750 512 750 44 282 86 324 512 750 128 366 512 750 512 750 512 750 750 512 72 310 156 394 750 512 750 512 750 512 750 512 100 338 16 254 512 750 156 394 394 156 156 394 750 512 736 498 324 86 750 512 72 310 750 512 16 254 512 750 750 512 750 512 512 750 680 442 750 512 750 512 512 750 750 512 484 722 100 338 142 380 750 512 750 512 512 750 512 750 394 156 512 750 750 512 512 750 750 512 58 296 394 156 512 750 512 750 324 86 750 512 512 750 512 750 750 512 240 478 750 512 512 750 750 512 512 750 254 16 512 750 750 512 750 512 750 512 414 652 16 254 750 512 750 512 680 442 512 750 750 512 86 324 750 512 512 750 512 750 512 750 512 750 512 750 428 666 736 498 456 694 512 750 428 666 680 442 750 512 380 142 750 512 512 750 44 282 324 86 142 380 512 750 100 338 114 352 142 380 750 512 512 750 512 750 512 750 512 750 338 128 498 736 296 58 750 750 708 310 750 750 30 128 456 694 366 128 470 708 442 680 708 470 512 750 512 750 750 512 142 380 750 512 750 512 128 366 512 750 296 58 750 750 736 498 512 750 142 380 512 750 512 750 750 512 380 142 750 512 394 156 750 750 366 128 380 142 30 268 100 338 352 114 86 324 750 750 114 352 750 750 254 16 100 338 380 142 512 750 30 268 750 512 512 750 750 512 512 750 750 512 394 156 750 512 540 750 750 512 750 512 128 366 414 652 750 750 380 142 142 380 30 268 380 142 750 512 268 30 512 750 512 750 442 680 380 142 750 512 324 86 338 100 394 156 750 512 512 750 680 442 512 750 736 498 282 44 296 58 750 512 512 750 750 512 750 512 750 512 380 142 512 750 338 100 722 484 380 142 750 512 512 750 750 512 296 58 750 512 750 512 114 352 512 750 324 86 694 456 100 338 512 750 114 352 750 666 156 394 254 16 156 394 512 750 750 512 750 512 512 750 156 394 750 750 750 750 142 380 512 750 380 142 512 750 128 366 750 512 366 128 394 156 750 512 512 750 470 708 498 750 512 750 394 156 16 254 86 324 86 324 512 750 484 722 142 380 380 142 324 86 512 750 142 380 484 722 750 512 324 86 142 380 512 750 498 736 750 512 512 750 512 750 512 750 750 512 380 142 498 736 512 750 58 296 156 394 750 512 512 750 442 680 736 498 666 428 512 750 380 142 380 142 750 512 380 142 512 750 86 324 114 352 750 512 352 114 512 750 512 750 296 58 512 750 380 142 512 750 512 750 380 142 512 750 512 750 750 512 512 750 750 512 86 324 680 442 750 380 750 750 414 652 512 750 414 652 750 512 324 86 512 750 100 338 750 512 680 442 750 512 512 750 380 142 86 324 58 296 512 750 380 142 680 442 750 750 750 680 680 442 512 750 30 268 512 750 86 324 512 750 512 750 512 750 268 30 156 394
16.11/17.08	c 17	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.11/17.08	c 17	OBJECTIVE BOUND: 0 <= _COST <= 58
16.11/17.08	c 17	SEARCHING: _COST <= 29
16.11/17.08	c 17	SOLVING HOME/temp.cnf
16.11/17.08	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.11/17.09	c 17	This is MiniSat 2.0 beta
16.11/17.09	c 17	WARNING: for repeatability, setting FPU to use double precision
16.11/17.09	c 17	============================[ Problem Statistics ]=============================
16.11/17.09	c 17	|                                                                             |
16.11/17.09	c 17	|  Number of variables:  50122                                                |
16.11/17.09	c 17	|  Number of clauses:    1785586                                              |
17.42/18.07	c 18	|  Parsing time:         0.86         s                                       |
18.81/19.40	c 19	============================[ Search Statistics ]==============================
18.81/19.40	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.81/19.40	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.81/19.40	c 19	===============================================================================
18.81/19.40	c 19	|         0 |   34987   201705   557404 |    67235        0    nan |  0.000 % |
18.90/19.52	c 20	|       100 |   34987   201705   557404 |    73958      100      8 | 30.196 % |
19.00/19.62	c 20	|       250 |   34987   201705   557404 |    81354      250      9 | 30.196 % |
19.10/19.75	c 20	===============================================================================
19.10/19.76	c 20	restarts              : 3
19.10/19.76	c 20	conflicts             : 354            (140 /sec)
19.10/19.76	c 20	decisions             : 10380          (0.98 % random) (4097 /sec)
19.10/19.76	c 20	propagations          : 711603         (280865 /sec)
19.10/19.76	c 20	conflict literals     : 2856           (15.28 % deleted)
19.10/19.76	c 20	Memory used           : 76.91 MB
19.10/19.76	c 20	CPU time              : 2.53361 s
19.10/19.76	c 20	
19.10/19.78	c 20	SATISFIABLE
19.10/19.79	c 20	FOUND: _COST <= 29
19.10/19.79	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.10/19.79	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.21/19.87	c 20	Decoding HOME/temp.out
19.21/20.17	c 20	OBJECTIVE _COST 29
19.21/20.17	o 29
19.22/20.20	v 750 512 736 498 512 750 736 498 512 750 512 750 512 750 456 694 156 394 512 750 414 652 142 380 380 142 680 442 694 456 750 512 512 750 512 750 750 512 268 30 750 750 254 16 708 470 750 512 254 16 750 512 142 380 750 512 750 512 750 512 72 310 156 156 750 512 512 750 512 750 100 338 750 512 254 16 750 512 324 86 156 394 394 156 750 512 380 142 498 736 750 512 512 750 456 694 750 442 750 750 512 750 512 750 750 512 750 512 750 512 442 680 512 750 708 470 366 128 750 512 750 512 750 512 512 750 512 750 750 512 86 324 512 750 442 680 512 750 58 296 442 680 156 394 512 750 512 750 156 394 512 750 512 750 512 750 512 750 240 478 750 512 512 750 512 750 750 512 296 58 394 156 512 750 512 750 750 512 512 750 512 750 254 16 750 512 680 442 512 750 750 512 750 512 750 512 512 750 750 512 512 750 512 750 750 512 428 666 736 498 394 156 282 44 380 142 750 512 750 512 512 750 750 512 30 268 44 282 380 142 86 324 750 694 268 30 750 512 750 512 380 142 128 366 324 86 512 750 310 72 324 86 156 394 442 680 750 512 380 142 750 512 470 708 750 512 512 750 512 750 512 750 750 512 380 142 442 680 750 512 512 750 680 442 750 512 750 512 512 750 338 100 750 512 254 16 324 86 750 512 310 72 310 72 750 512 512 750 30 268 512 750 380 142 324 86 268 30 512 750 58 296 652 414 750 512 750 512 142 380 512 750 512 750 750 512 750 512 338 100 680 442 86 324 750 512 750 512 750 512 156 394 512 750 268 30 58 296 512 750 750 512 708 470 512 750 394 156 380 142 750 694 512 750 512 750 512 750 442 680 512 750 142 380 338 100 750 750 750 512 470 708 512 750 750 512 750 512 58 296 394 156 750 512 72 310 680 442 750 512 44 282 324 86 72 310 142 380 142 380 380 142 352 114 512 750 142 750 750 512 296 58 310 72 142 380 512 750 100 338 142 380 750 512 128 366 512 750 142 380 750 512 58 296 380 142 338 100 156 394 512 750 512 750 512 750 512 750 512 750 512 750 156 394 86 324 750 512 142 380 750 750 750 750 456 456 750 750 128 366 512 750 512 750 156 394 512 750 470 708 498 736 512 750 750 512 16 254 86 324 86 324 512 750 58 296 100 338 380 142 324 86 512 750 380 142 498 736 72 310 512 750 666 428 366 128 366 128 512 750 380 142 498 750 380 142 470 708 380 142 750 512 512 750 142 380 156 394 750 512 30 268 512 750 58 296 512 750 512 750 380 142 512 750 128 366 750 512 750 512 512 750 750 512 128 366 512 750 750 512 142 380 750 512 380 142 512 750 338 100 380 142 512 750 512 750 750 512 394 156 380 142 86 324 750 512 484 722 310 72 414 652 750 512 512 750 750 512 142 380 512 750 324 86 750 512 72 310 484 722 30 268 380 142 512 750 750 512 750 512 324 86 442 680 142 380 380 142 680 442 142 380 380 142 750 512 324 86 750 512 394 156 394 156 512 750 750 512 156 394
19.22/20.20	c 20	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.22/20.21	c 20	OBJECTIVE BOUND: 0 <= _COST <= 29
19.22/20.21	c 20	SEARCHING: _COST <= 14
19.22/20.21	c 20	SOLVING HOME/temp.cnf
19.22/20.21	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.22/20.22	c 20	This is MiniSat 2.0 beta
19.22/20.22	c 20	WARNING: for repeatability, setting FPU to use double precision
19.22/20.22	c 20	============================[ Problem Statistics ]=============================
19.22/20.22	c 20	|                                                                             |
19.22/20.22	c 20	|  Number of variables:  50122                                                |
19.22/20.22	c 20	|  Number of clauses:    1785586                                              |
20.49/21.19	c 21	|  Parsing time:         0.85         s                                       |
21.78/22.47	c 22	============================[ Search Statistics ]==============================
21.78/22.47	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.78/22.47	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.78/22.47	c 22	===============================================================================
21.78/22.47	c 22	|         0 |   33728   157538   428665 |    52512        0    nan |  0.000 % |
21.88/22.58	c 23	|       100 |   33728   157538   428665 |    57763      100      7 | 32.708 % |
21.98/22.66	c 23	|       250 |   33728   157538   428665 |    63540      250      7 | 32.708 % |
22.18/22.82	c 23	===============================================================================
22.18/22.82	c 23	restarts              : 3
22.18/22.82	c 23	conflicts             : 418            (169 /sec)
22.18/22.82	c 23	decisions             : 10398          (0.98 % random) (4210 /sec)
22.18/22.82	c 23	propagations          : 759623         (307586 /sec)
22.18/22.82	c 23	conflict literals     : 3562           (19.19 % deleted)
22.18/22.82	c 23	Memory used           : 76.50 MB
22.18/22.82	c 23	CPU time              : 2.46962 s
22.18/22.82	c 23	
22.18/22.84	c 23	SATISFIABLE
22.18/22.86	c 23	FOUND: _COST <= 14
22.18/22.86	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.18/22.86	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.25/22.93	c 23	Decoding HOME/temp.out
22.87/23.51	c 24	OBJECTIVE _COST 14
22.87/23.51	o 14
22.87/23.54	v 512 750 512 750 736 498 498 736 428 666 442 680 512 750 750 512 156 394 512 750 414 652 142 380 380 142 680 442 268 30 512 750 512 750 512 750 750 512 456 694 750 512 282 44 750 512 708 470 156 394 750 512 380 142 750 512 512 750 72 310 750 512 86 324 750 750 750 512 512 750 100 338 750 512 512 750 338 100 156 394 394 156 394 156 750 512 736 498 324 86 750 512 72 310 512 750 156 394 512 750 680 442 156 394 512 750 750 512 750 512 512 750 750 512 708 470 512 750 142 380 128 366 512 750 750 512 750 512 512 750 512 750 86 324 442 680 512 750 526 296 254 750 156 394 750 512 512 750 324 86 750 512 512 750 512 750 750 512 240 478 750 512 750 512 750 512 652 414 512 750 414 652 750 512 512 750 512 750 750 512 156 394 512 750 512 750 750 512 512 750 750 512 324 86 512 750 750 512 750 512 512 750 498 736 750 512 428 666 736 498 394 156 512 750 512 750 30 268 142 380 142 380 114 352 750 512 750 512 512 750 694 456 380 142 750 512 114 352 750 512 512 750 750 512 512 750 338 100 442 680 512 750 750 512 268 30 100 338 498 736 142 380 338 100 380 142 338 100 268 30 680 442 470 708 512 750 750 512 750 512 380 142 72 310 512 750 512 750 338 100 750 512 512 750 750 512 512 750 512 750 58 296 58 296 750 512 380 142 750 512 470 470 512 750 512 750 512 750 380 142 750 512 156 394 694 456 694 456 86 324 512 750 380 142 100 338 512 750 512 750 128 366 750 512 750 512 156 394 512 750 750 512 394 156 750 512 750 512 750 512 156 394 156 394 750 512 470 708 512 750 750 512 380 142 380 142 750 512 310 72 380 142 442 680 512 750 380 142 310 72 324 86 338 100 156 394 142 380 750 512 750 512 750 512 680 442 512 750 58 296 44 282 694 456 694 456 750 512 750 750 512 750 394 156 338 100 86 324 72 310 512 750 512 750 736 498 380 142 750 512 750 512 750 512 352 114 380 142 750 512 338 100 750 512 380 142 338 100 156 394 750 750 394 156 512 750 512 750 86 324 512 750 394 156 750 512 142 380 750 512 30 268 512 750 282 44 512 750 282 44 512 750 394 156 750 512 512 750 394 156 498 736 324 86 750 512 156 394 16 254 442 680 512 750 498 736 142 380 512 750 512 750 324 86 512 750 254 16 142 380 30 268 750 512 282 44 498 736 142 380 512 750 512 750 512 750 512 750 750 512 512 750 512 750 58 296 708 470 750 512 512 750 380 142 58 296 380 142 380 142 512 750 352 114 512 750 310 72 750 512 72 310 114 352 750 512 366 128 324 86 750 512 58 296 750 512 44 282 512 750 512 750 380 142 512 750 512 750 512 750 750 512 470 470 750 750 394 156 512 750 394 156 512 750 750 512 512 750 750 512 296 58 268 30 58 296 72 310 512 750 72 310 380 142 512 750 750 750 750 512 296 58 680 442 380 142 352 114 750 512 142 380 456 456 512 750 380 142 750 512 394 156 394 156 512 750 114 352 156 394
22.87/23.54	c 24	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.87/23.59	c 24	OBJECTIVE BOUND: 0 <= _COST <= 14
22.87/23.59	c 24	SEARCHING: _COST <= 7
22.87/23.59	c 24	SOLVING HOME/temp.cnf
22.87/23.59	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.87/23.59	c 24	This is MiniSat 2.0 beta
22.87/23.59	c 24	WARNING: for repeatability, setting FPU to use double precision
22.87/23.59	c 24	============================[ Problem Statistics ]=============================
22.87/23.59	c 24	|                                                                             |
22.87/23.59	c 24	|  Number of variables:  50122                                                |
22.87/23.60	c 24	|  Number of clauses:    1785586                                              |
23.82/24.59	c 25	|  Parsing time:         0.87         s                                       |
25.13/25.87	c 26	============================[ Search Statistics ]==============================
25.13/25.87	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.13/25.87	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.13/25.87	c 26	===============================================================================
25.13/25.87	c 26	|         0 |   32570   135036   364626 |    45012        0    nan |  0.000 % |
25.23/25.98	c 26	|       100 |   32570   135036   364626 |    49513      100      7 | 35.019 % |
25.33/26.07	c 26	|       250 |   32570   135036   364626 |    54464      250      6 | 35.019 % |
25.43/26.16	c 26	===============================================================================
25.43/26.17	c 26	restarts              : 3
25.43/26.17	c 26	conflicts             : 330            (135 /sec)
25.43/26.17	c 26	decisions             : 9790           (1.02 % random) (4013 /sec)
25.43/26.17	c 26	propagations          : 610348         (250181 /sec)
25.43/26.17	c 26	conflict literals     : 2086           (9.03 % deleted)
25.43/26.17	c 26	Memory used           : 76.59 MB
25.43/26.17	c 26	CPU time              : 2.43963 s
25.43/26.17	c 26	
25.43/26.19	c 26	SATISFIABLE
25.52/26.20	c 26	FOUND: _COST <= 7
25.52/26.20	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.52/26.20	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.52/26.28	c 26	Decoding HOME/temp.out
25.82/26.59	c 27	OBJECTIVE _COST 7
25.82/26.59	o 7
25.92/26.62	v 512 750 512 750 736 498 442 680 512 750 380 142 338 100 512 750 512 750 394 156 268 30 750 512 512 750 156 394 694 456 512 750 512 750 750 512 512 750 282 44 142 380 268 30 750 512 694 456 512 750 128 366 380 142 156 394 512 750 512 750 310 72 156 156 750 512 512 750 750 512 100 338 750 512 16 254 512 750 324 86 394 156 156 394 750 512 736 498 324 86 394 156 156 394 512 750 156 394 512 750 512 750 750 512 512 750 750 512 512 750 380 142 750 512 512 750 366 128 750 512 750 512 512 750 512 750 750 512 512 750 512 750 86 324 442 680 512 750 750 512 254 16 394 156 512 750 512 750 324 86 512 750 512 750 512 750 512 750 478 240 750 512 512 750 750 512 512 750 296 58 394 156 512 750 512 750 512 750 750 512 498 736 750 484 750 512 680 442 750 512 680 442 512 750 512 750 750 512 750 512 750 512 736 498 512 750 428 666 736 498 72 310 324 86 282 44 680 442 750 512 750 512 750 512 142 380 142 380 380 142 86 324 380 142 750 512 750 512 750 512 512 750 72 310 324 86 512 750 380 142 338 100 750 512 442 680 750 512 324 86 750 512 512 750 456 694 512 750 268 30 750 512 512 750 338 100 680 442 512 750 512 750 750 512 512 750 750 512 338 100 750 512 750 512 58 296 750 512 310 72 750 512 142 380 512 750 750 512 44 282 512 750 380 142 366 128 512 750 512 750 100 338 352 114 694 456 142 380 750 512 750 512 470 708 750 512 750 512 338 100 680 442 86 324 512 750 512 750 750 512 156 394 512 750 128 366 100 338 512 750 750 512 736 498 282 44 380 142 512 750 750 512 442 680 456 694 512 750 512 750 512 750 380 142 310 72 512 750 512 750 512 750 512 750 750 512 142 380 114 352 282 44 750 512 114 352 680 442 750 512 72 310 100 338 296 58 282 44 142 380 512 750 512 750 512 750 44 282 512 750 142 380 72 310 142 380 512 750 100 338 142 380 512 750 114 352 512 750 86 324 750 512 58 296 338 100 380 142 156 394 254 16 310 72 156 394 750 512 44 282 394 156 156 394 750 366 100 470 750 512 380 142 512 750 366 128 750 512 128 366 512 750 512 750 156 394 512 750 470 708 498 736 324 86 394 156 16 254 86 324 750 512 680 442 512 750 750 512 380 142 512 750 324 86 380 142 352 114 512 750 456 694 380 142 366 128 366 128 512 750 380 142 282 44 750 512 470 708 142 380 512 750 512 750 296 58 156 394 750 512 268 30 442 680 58 296 58 296 380 142 512 750 380 142 750 512 380 142 512 750 750 512 750 512 128 366 512 750 470 708 142 380 750 512 380 142 512 750 338 100 380 142 512 750 512 750 512 750 512 750 156 394 750 512 380 142 156 394 750 512 156 394 750 512 512 750 750 512 142 380 268 30 156 394 750 540 750 512 750 512 100 338 512 750 380 142 86 324 142 380 86 324 680 442 310 72 512 750 72 310 680 442 750 512 512 750 352 114 512 750 512 750 394 156 512 750 512 750 156 394
25.92/26.62	c 27	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.92/26.68	c 27	OBJECTIVE BOUND: 0 <= _COST <= 7
25.92/26.68	c 27	SEARCHING: _COST <= 3
25.92/26.68	c 27	SOLVING HOME/temp.cnf
25.92/26.68	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.92/26.68	c 27	This is MiniSat 2.0 beta
25.92/26.68	c 27	WARNING: for repeatability, setting FPU to use double precision
25.92/26.68	c 27	============================[ Problem Statistics ]=============================
25.92/26.68	c 27	|                                                                             |
25.92/26.68	c 27	|  Number of variables:  50122                                                |
25.92/26.68	c 27	|  Number of clauses:    1785586                                              |
26.86/27.68	c 28	|  Parsing time:         0.89         s                                       |
28.16/28.96	c 29	============================[ Search Statistics ]==============================
28.16/28.96	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.16/28.96	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.16/28.96	c 29	===============================================================================
28.16/28.96	c 29	|         0 |   31169   119887   323378 |    39962        0    nan |  0.000 % |
28.26/29.08	c 29	|       100 |   31169   119887   323378 |    43958      100      7 | 37.814 % |
28.36/29.18	c 29	|       250 |   31169   119887   323378 |    48354      250      7 | 37.814 % |
28.46/29.25	c 29	===============================================================================
28.46/29.25	c 29	restarts              : 3
28.46/29.25	c 29	conflicts             : 303            (123 /sec)
28.46/29.25	c 29	decisions             : 9555           (0.97 % random) (3883 /sec)
28.46/29.25	c 29	propagations          : 572039         (232477 /sec)
28.46/29.25	c 29	conflict literals     : 2014           (8.58 % deleted)
28.46/29.25	c 29	Memory used           : 76.84 MB
28.46/29.25	c 29	CPU time              : 2.46062 s
28.46/29.25	c 29	
28.46/29.28	c 29	SATISFIABLE
28.46/29.29	c 29	FOUND: _COST <= 3
28.46/29.29	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.46/29.29	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.56/29.37	c 29	Decoding HOME/temp.out
28.85/29.68	c 30	OBJECTIVE _COST 3
28.85/29.68	o 3
28.96/29.71	v 750 512 736 498 512 750 442 680 512 750 310 72 324 86 156 394 750 512 296 58 394 156 750 512 512 750 72 310 268 30 750 512 750 512 750 512 512 750 456 694 512 750 324 86 470 708 512 750 750 512 128 366 128 366 750 512 512 750 156 394 512 750 16 254 750 44 750 512 512 750 694 456 44 282 512 750 338 100 666 428 394 156 394 156 512 750 380 142 498 736 512 750 750 512 394 156 750 512 324 86 512 750 750 512 512 750 442 680 512 750 366 128 512 750 512 750 366 128 750 512 750 512 750 512 750 512 512 750 512 750 512 750 394 156 442 680 512 750 58 296 750 512 394 156 750 512 156 394 498 736 512 750 750 512 750 512 512 750 240 478 750 512 750 512 414 652 512 750 296 58 394 156 750 512 156 394 512 750 750 512 512 750 156 394 498 736 750 512 512 750 750 512 512 750 512 750 750 512 512 750 512 750 498 736 512 750 428 666 708 470 512 750 282 44 310 72 310 72 142 380 268 30 114 352 750 512 750 512 512 750 694 456 456 694 30 268 114 352 142 380 338 100 750 512 498 736 338 100 428 666 512 750 750 554 268 30 30 268 484 722 142 380 338 100 456 694 338 100 512 750 750 512 512 750 512 750 380 142 750 512 708 470 128 366 750 512 512 750 750 512 338 100 512 750 484 722 142 380 296 58 680 442 680 442 512 750 380 142 750 512 512 750 442 680 512 750 352 114 380 142 750 512 352 114 86 324 142 380 750 512 512 750 380 142 750 512 380 142 352 114 750 512 142 380 750 512 156 394 750 512 750 512 394 156 750 512 750 512 512 750 156 394 156 394 750 512 456 694 512 750 142 380 512 750 512 750 512 750 750 512 512 750 512 750 442 680 380 142 512 750 470 708 512 750 414 652 142 380 30 268 338 100 512 750 142 380 72 310 750 512 722 484 324 86 58 296 142 380 142 380 512 750 512 750 512 750 750 512 750 512 296 58 310 72 114 352 512 750 100 338 142 380 142 380 750 512 512 750 142 380 680 442 268 30 268 30 310 72 156 394 394 156 512 750 512 750 750 512 750 512 750 512 156 394 750 512 142 380 750 512 58 296 750 512 44 282 750 512 128 366 512 750 512 750 156 394 512 750 470 708 498 736 512 750 442 680 86 324 156 394 442 680 512 750 736 498 694 456 512 750 512 750 324 86 512 750 428 666 442 680 512 750 338 100 282 44 512 750 750 512 512 750 512 750 44 282 750 512 750 512 394 156 512 750 142 380 708 470 512 750 512 750 296 58 750 512 58 296 380 142 512 750 512 750 352 114 512 750 484 722 694 456 750 512 128 366 512 750 750 512 142 380 750 512 380 142 512 750 338 100 512 750 380 142 512 750 512 750 512 750 156 394 750 512 86 324 156 394 750 512 156 394 750 512 708 470 750 512 750 512 512 750 512 750 100 338 750 512 156 394 750 512 512 750 380 142 142 380 58 296 512 750 142 380 512 750 512 750 142 380 680 442 512 750 310 72 750 512 86 324 512 750 156 394 512 750 114 352 394 156
28.96/29.71	c 30	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.96/29.76	c 30	OBJECTIVE BOUND: 0 <= _COST <= 3
28.96/29.76	c 30	SEARCHING: _COST <= 1
28.96/29.76	c 30	SOLVING HOME/temp.cnf
28.96/29.76	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.96/29.77	c 30	This is MiniSat 2.0 beta
28.96/29.77	c 30	WARNING: for repeatability, setting FPU to use double precision
28.96/29.77	c 30	============================[ Problem Statistics ]=============================
28.96/29.77	c 30	|                                                                             |
28.96/29.77	c 30	|  Number of variables:  50122                                                |
28.96/29.77	c 30	|  Number of clauses:    1785586                                              |
29.90/30.78	c 31	|  Parsing time:         0.88         s                                       |
31.19/32.05	c 32	============================[ Search Statistics ]==============================
31.19/32.05	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.19/32.05	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.19/32.05	c 32	===============================================================================
31.19/32.05	c 32	|         0 |   29404   109175   296535 |    36391        0    nan |  0.000 % |
31.29/32.17	c 32	|       100 |   29402   109175   296535 |    40030       99      7 | 41.642 % |
31.39/32.28	c 32	|       250 |   29113   109175   296535 |    44033      246      7 | 41.916 % |
31.59/32.42	c 32	===============================================================================
31.59/32.42	c 32	restarts              : 3
31.59/32.42	c 32	conflicts             : 370            (147 /sec)
31.59/32.42	c 32	decisions             : 12741          (0.98 % random) (5059 /sec)
31.59/32.42	c 32	propagations          : 777193         (308579 /sec)
31.59/32.42	c 32	conflict literals     : 2314           (7.62 % deleted)
31.59/32.42	c 32	Memory used           : 76.91 MB
31.59/32.42	c 32	CPU time              : 2.51862 s
31.59/32.42	c 32	
31.59/32.44	c 32	SATISFIABLE
31.59/32.45	c 32	FOUND: _COST <= 1
31.59/32.45	c 32	DECODING HOME/temp.out WITH HOME/temp.map
31.59/32.45	c 32	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.66/32.53	c 33	Decoding HOME/temp.out
32.09/32.98	c 33	OBJECTIVE _COST 1
32.09/32.98	o 1
32.19/33.01	v 512 750 512 750 736 498 680 442 750 512 512 750 512 750 512 750 394 156 512 750 414 652 142 380 380 142 680 442 268 30 750 512 512 750 750 512 156 394 394 156 750 512 512 750 366 128 324 86 156 394 750 512 750 512 394 156 750 512 750 512 394 156 156 750 750 512 750 512 512 750 100 338 750 512 512 750 338 100 156 394 394 156 394 156 750 512 86 324 498 736 750 512 512 750 750 512 16 254 512 750 394 156 512 750 750 512 512 750 512 750 442 680 512 750 512 750 512 750 100 338 142 380 512 750 750 512 512 750 512 750 324 86 750 512 442 680 512 750 58 296 442 680 470 708 512 750 750 512 394 156 512 750 750 512 750 512 750 512 240 478 750 512 750 512 414 652 512 750 254 16 512 750 512 750 30 268 750 512 680 442 512 750 254 16 736 498 666 428 512 750 750 512 86 324 512 750 750 512 512 750 750 512 394 156 156 394 428 666 736 498 72 310 512 750 428 666 296 58 142 380 512 750 142 380 30 268 750 512 456 694 750 512 512 750 100 338 128 366 142 380 380 142 694 456 498 736 338 100 512 750 512 750 750 512 72 310 100 338 442 680 142 380 338 100 750 512 338 100 498 736 512 750 750 512 512 750 442 680 512 750 750 512 128 366 750 512 512 750 512 750 324 86 750 512 442 680 512 750 142 380 512 750 512 750 750 512 512 750 142 380 394 156 512 750 512 750 268 30 380 142 750 512 512 750 86 324 750 512 142 380 512 750 380 142 100 338 750 512 512 750 30 268 750 512 512 750 324 86 512 750 750 512 394 156 750 512 750 512 512 750 156 394 156 394 750 512 512 750 380 142 750 512 366 128 380 142 296 58 268 30 380 142 750 512 512 750 268 30 750 512 324 86 338 100 394 156 750 512 750 512 750 512 512 750 736 498 512 750 86 324 58 296 512 750 512 750 750 512 750 512 380 142 512 750 338 100 86 324 310 72 750 512 750 512 722 484 296 58 750 512 750 512 750 512 352 114 324 86 750 512 100 338 512 750 380 142 338 100 156 394 512 750 512 750 512 750 512 750 86 324 512 750 156 394 100 338 750 512 58 296 750 512 142 380 750 512 44 282 750 512 44 282 394 156 750 512 512 750 156 394 498 736 512 750 750 512 16 254 86 324 442 680 512 750 512 750 750 512 512 750 512 750 324 86 512 750 442 680 380 142 324 86 512 750 282 44 512 750 750 512 512 750 512 750 512 750 142 380 694 456 338 100 750 512 512 750 708 470 512 750 512 750 296 58 44 282 750 512 380 142 512 750 512 750 142 380 512 750 352 114 86 324 114 352 750 512 58 296 512 750 750 512 142 380 512 750 380 142 512 750 142 380 512 750 512 750 512 750 750 512 512 750 142 380 512 750 512 750 394 156 512 750 512 750 750 512 512 750 142 380 324 86 512 750 750 512 72 310 512 750 750 512 380 142 512 750 750 512 750 512 512 750 380 142 680 442 380 142 680 442 142 380 142 380 30 268 512 750 86 324 394 156 750 512 512 750 268 30 156 394
32.19/33.01	c 33	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.19/33.03	c 33	OBJECTIVE BOUND: 0 <= _COST <= 1
32.19/33.03	c 33	SEARCHING: _COST <= 0
32.19/33.03	c 33	SOLVING HOME/temp.cnf
32.19/33.03	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.19/33.03	c 33	This is MiniSat 2.0 beta
32.19/33.03	c 33	WARNING: for repeatability, setting FPU to use double precision
32.19/33.03	c 33	============================[ Problem Statistics ]=============================
32.19/33.03	c 33	|                                                                             |
32.19/33.03	c 33	|  Number of variables:  50122                                                |
32.19/33.03	c 33	|  Number of clauses:    1785586                                              |
33.15/34.05	c 34	|  Parsing time:         0.88         s                                       |
34.44/35.32	c 35	============================[ Search Statistics ]==============================
34.44/35.32	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.44/35.32	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.44/35.32	c 35	===============================================================================
34.44/35.32	c 35	|         0 |   26788   104286   284483 |    34762        0    nan |  0.000 % |
34.53/35.40	c 35	===============================================================================
34.53/35.40	c 35	restarts              : 1
34.53/35.40	c 35	conflicts             : 13             (6 /sec)
34.53/35.40	c 35	decisions             : 123            (0.81 % random) (55 /sec)
34.53/35.40	c 35	propagations          : 34505          (15524 /sec)
34.53/35.40	c 35	conflict literals     : 36             (10.00 % deleted)
34.53/35.40	c 35	Memory used           : 76.76 MB
34.53/35.40	c 35	CPU time              : 2.22266 s
34.53/35.40	c 35	
34.53/35.40	c 35	UNSATISFIABLE
34.53/35.43	c 35	NOT FOUND: _COST <= 0
34.53/35.43	c 35	OBJECTIVE _COST 1
34.53/35.43	s OPTIMUM FOUND
34.53/35.43	c 35	CPU 32.57 (0.06 0.06 32.51 1.95)
34.53/35.43	c 35	END Sat Jul 12 15:47:02 2008

Verifier Data (download as text)

OK	1	1137
1 unsatisfied constraints, 1137 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-1112596-1215870387/watcher-1112596-1215870387 -o /tmp/evaluation-result-1112596-1215870387/solver-1112596-1215870387 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112596-1215870387.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.37 2.16 2.05 4/81 17699
/proc/meminfo: memFree=1685432/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=18572 CPUtime=0
/proc/17699/stat : 17699 (runsolver) D 17697 17699 16265 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43734388 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224627584295 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17699/statm: 4643 292 257 25 0 2626 0

[startup+0.0238479 s]
/proc/loadavg: 2.37 2.16 2.05 4/81 17699
/proc/meminfo: memFree=1685432/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=124 CPUtime=0
/proc/17699/stat : 17699 (sugar) D 17697 17699 16265 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 43734388 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 224624965097 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/17699/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101862 s]
/proc/loadavg: 2.37 2.16 2.05 4/81 17699
/proc/meminfo: memFree=1685432/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=12272 CPUtime=0
/proc/17699/stat : 17699 (sugar) D 17697 17699 16265 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 43734388 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17699/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301896 s]
/proc/loadavg: 2.37 2.16 2.05 4/81 17699
/proc/meminfo: memFree=1685432/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13600 CPUtime=0.03
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 895 127 3 0 2 1 0 0 19 0 1 0 43734388 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701949 s]
/proc/loadavg: 2.37 2.16 2.05 4/81 17699
/proc/meminfo: memFree=1685432/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13600 CPUtime=0.03
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 895 127 3 0 2 1 0 0 19 0 1 0 43734388 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.37 2.16 2.05 2/92 17711
/proc/meminfo: memFree=1672864/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13600 CPUtime=0.75
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 971 4909 3 1 3 1 67 4 15 0 1 0 43734388 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13600

[startup+3.10129 s]
/proc/loadavg: 2.34 2.16 2.05 3/92 17721
/proc/meminfo: memFree=1669856/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13600 CPUtime=0.75
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 971 4909 3 1 3 1 67 4 15 0 1 0 43734388 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3400 797 370 3 0 500 0
[pid=17712] ppid=17699 vsize=5356 CPUtime=0
/proc/17712/stat : 17712 (sh) S 17699 17699 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43734490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17712/statm: 1339 233 193 169 0 50 0
[pid=17713] ppid=17712 vsize=868496 CPUtime=2.05
/proc/17713/stat : 17713 (java) S 17712 17699 16265 0 -1 0 7275 0 2 0 200 5 0 0 18 0 9 0 43734490 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17713/statm: 217124 6415 2563 9 0 211671 0
[pid=17713/tid=17714] ppid=17712 vsize=868496 CPUtime=1.59
/proc/17713/task/17714/stat : 17714 (java) R 17712 17699 16265 0 -1 64 2811 0 2 0 158 1 0 0 20 0 9 0 43734491 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4126095694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17715] ppid=17712 vsize=868496 CPUtime=0.18
/proc/17713/task/17715/stat : 17715 (java) S 17712 17699 16265 0 -1 64 2288 0 0 0 17 1 0 0 16 0 9 0 43734492 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17716] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17716/stat : 17716 (java) S 17712 17699 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43734493 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17717] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17717/stat : 17717 (java) S 17712 17699 16265 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43734493 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17718] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17718/stat : 17718 (java) S 17712 17699 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43734494 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17719] ppid=17712 vsize=868496 CPUtime=0.23
/proc/17713/task/17719/stat : 17719 (java) S 17712 17699 16265 0 -1 64 1483 0 0 0 23 0 0 0 15 0 9 0 43734495 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17720] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17720/stat : 17720 (java) S 17712 17699 16265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43734495 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17721] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17721/stat : 17721 (java) S 17712 17699 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43734495 889339904 6415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 887452

[startup+6.30274 s]
/proc/loadavg: 2.34 2.16 2.05 3/92 17721
/proc/meminfo: memFree=1648416/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13600 CPUtime=0.75
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 971 4909 3 1 3 1 67 4 16 0 1 0 43734388 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3400 797 370 3 0 500 0
[pid=17712] ppid=17699 vsize=5356 CPUtime=0
/proc/17712/stat : 17712 (sh) S 17699 17699 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43734490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17712/statm: 1339 233 193 169 0 50 0
[pid=17713] ppid=17712 vsize=868496 CPUtime=5.2
/proc/17713/stat : 17713 (java) S 17712 17699 16265 0 -1 0 8118 0 2 0 492 28 0 0 18 0 9 0 43734490 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17713/statm: 217124 6447 2565 9 0 211671 0
[pid=17713/tid=17714] ppid=17712 vsize=868496 CPUtime=4.51
/proc/17713/task/17714/stat : 17714 (java) R 17712 17699 16265 0 -1 64 3626 0 2 0 430 21 0 0 25 0 9 0 43734491 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4127021848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17715] ppid=17712 vsize=868496 CPUtime=0.37
/proc/17713/task/17715/stat : 17715 (java) S 17712 17699 16265 0 -1 64 2288 0 0 0 32 5 0 0 16 0 9 0 43734492 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17716] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17716/stat : 17716 (java) S 17712 17699 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43734493 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17717] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17717/stat : 17717 (java) S 17712 17699 16265 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43734493 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17718] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17718/stat : 17718 (java) S 17712 17699 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43734494 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17719] ppid=17712 vsize=868496 CPUtime=0.29
/proc/17713/task/17719/stat : 17719 (java) S 17712 17699 16265 0 -1 64 1511 0 0 0 29 0 0 0 15 0 9 0 43734495 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17720] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17720/stat : 17720 (java) S 17712 17699 16265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43734495 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17713/tid=17721] ppid=17712 vsize=868496 CPUtime=0
/proc/17713/task/17721/stat : 17721 (java) S 17712 17699 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43734495 889339904 6447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 887452

[startup+12.7016 s]
/proc/loadavg: 2.28 2.15 2.05 3/84 17735
/proc/meminfo: memFree=1568544/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=12.2
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1247 56014 3 5 4 2 1141 73 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 13732

[startup+25.5025 s]
/proc/loadavg: 2.32 2.16 2.05 3/84 17783
/proc/meminfo: memFree=1569120/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=22.94
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1658 131293 3 9 5 5 2155 129 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
[pid=17782] ppid=17699 vsize=5356 CPUtime=0
/proc/17782/stat : 17782 (sh) S 17699 17699 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43736748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17782/statm: 1339 232 193 169 0 50 0
[pid=17783] ppid=17782 vsize=78124 CPUtime=1.89
/proc/17783/stat : 17783 (minisat) R 17782 17699 16265 0 -1 4194304 18689 0 0 0 177 12 0 0 25 0 1 0 43736748 79998976 18675 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17783/statm: 19531 18675 72 150 0 19378 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 97212

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

[startup+31.9064 s]
/proc/loadavg: 2.27 2.16 2.05 3/84 17807
/proc/meminfo: memFree=1568800/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=28.98
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1884 178472 3 11 6 6 2724 162 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
[pid=17806] ppid=17699 vsize=5356 CPUtime=0
/proc/17806/stat : 17806 (sh) S 17699 17699 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43737365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17806/statm: 1339 232 193 169 0 50 0
[pid=17807] ppid=17806 vsize=78512 CPUtime=2.12
/proc/17807/stat : 17807 (minisat) R 17806 17699 16265 0 -1 4194304 18768 0 0 0 200 12 0 0 25 0 1 0 43737366 80396288 18754 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17807/statm: 19628 18754 72 150 0 19475 0
Current children cumulated CPU time (s) 31.1
Current children cumulated vsize (KiB) 97600

[startup+33.5016 s]
/proc/loadavg: 2.27 2.16 2.05 3/92 17817
/proc/meminfo: memFree=1635680/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=32.19
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1997 202076 3 12 6 6 3028 179 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
Current children cumulated CPU time (s) 32.19
Current children cumulated vsize (KiB) 13732

[startup+34.3027 s]
/proc/loadavg: 2.27 2.16 2.05 3/84 17819
/proc/meminfo: memFree=1569632/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=32.19
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1997 202076 3 12 6 6 3028 179 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
[pid=17818] ppid=17699 vsize=5356 CPUtime=0
/proc/17818/stat : 17818 (sh) S 17699 17699 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43737692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17818/statm: 1339 232 193 169 0 50 0
[pid=17819] ppid=17818 vsize=78432 CPUtime=1.25
/proc/17819/stat : 17819 (minisat) R 17818 17699 16265 0 -1 4194304 18783 0 0 0 112 13 0 0 25 0 1 0 43737692 80314368 18769 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/17819/statm: 19608 18769 72 150 0 19455 0
Current children cumulated CPU time (s) 33.44
Current children cumulated vsize (KiB) 97520

[startup+35.1028 s]
/proc/loadavg: 2.27 2.16 2.05 3/84 17819
/proc/meminfo: memFree=1568736/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=32.19
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1997 202076 3 12 6 6 3028 179 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
[pid=17818] ppid=17699 vsize=5356 CPUtime=0
/proc/17818/stat : 17818 (sh) S 17699 17699 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43737692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17818/statm: 1339 232 193 169 0 50 0
[pid=17819] ppid=17818 vsize=78432 CPUtime=2.05
/proc/17819/stat : 17819 (minisat) R 17818 17699 16265 0 -1 4194304 18783 0 0 0 192 13 0 0 25 0 1 0 43737692 80314368 18769 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/17819/statm: 19608 18769 72 150 0 19455 0
Current children cumulated CPU time (s) 34.24
Current children cumulated vsize (KiB) 97520

[startup+35.3029 s]
/proc/loadavg: 2.27 2.16 2.05 3/84 17819
/proc/meminfo: memFree=1568736/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=32.19
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1997 202076 3 12 6 6 3028 179 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
[pid=17818] ppid=17699 vsize=5356 CPUtime=0
/proc/17818/stat : 17818 (sh) S 17699 17699 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43737692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17818/statm: 1339 232 193 169 0 50 0
[pid=17819] ppid=17818 vsize=78432 CPUtime=2.25
/proc/17819/stat : 17819 (minisat) R 17818 17699 16265 0 -1 4194304 18783 0 0 0 212 13 0 0 25 0 1 0 43737692 80314368 18769 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/17819/statm: 19608 18769 72 150 0 19455 0
Current children cumulated CPU time (s) 34.44
Current children cumulated vsize (KiB) 97520

[startup+35.4029 s]
/proc/loadavg: 2.27 2.16 2.05 3/84 17819
/proc/meminfo: memFree=1568736/2055920 swapFree=4180184/4192956
[pid=17699] ppid=17697 vsize=13732 CPUtime=32.19
/proc/17699/stat : 17699 (sugar) S 17697 17699 16265 0 -1 4194304 1997 202076 3 12 6 6 3028 179 16 0 1 0 43734388 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17699/statm: 3433 838 374 3 0 533 0
[pid=17818] ppid=17699 vsize=5356 CPUtime=0
/proc/17818/stat : 17818 (sh) S 17699 17699 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43737692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17818/statm: 1339 232 193 169 0 50 0
[pid=17819] ppid=17818 vsize=78596 CPUtime=2.34
/proc/17819/stat : 17819 (minisat) R 17818 17699 16265 0 -1 4194304 18815 0 0 0 221 13 0 0 25 0 1 0 43737692 80482304 18801 996147200 134512640 135127466 4294956256 18446744073709551615 134704602 0 0 4096 3 0 0 0 17 1 0 0
/proc/17819/statm: 19649 18801 73 150 0 19496 0
Current children cumulated CPU time (s) 34.53
Current children cumulated vsize (KiB) 97684

Child status: 0
Real time (s): 35.4427
CPU time (s): 34.6217
CPU user time (s): 32.58
CPU system time (s): 2.04169
CPU usage (%): 97.6836
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.58
system time used= 2.04169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223260
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20235
involuntary context switches= 20895

runsolver used 0.045993 second user time and 0.141978 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 15:46:27
IDJOB=1112596
IDBENCH=61442
IDSOLVER=368
FILE ID=node49/1112596-1215870387
PBS_JOBID= 7903459
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen10-w1-f3.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112596-1215870387/watcher-1112596-1215870387 -o /tmp/evaluation-result-1112596-1215870387/solver-1112596-1215870387 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112596-1215870387.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d8f5db93cebd0b14f7a96a8145428221
RANDOM SEED=409245014

node49.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.239
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.239
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686104 kB
Buffers:          1388 kB
Cached:          31848 kB
SwapCached:       5592 kB
Active:         325172 kB
Inactive:         3500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686104 kB
SwapTotal:     4192956 kB
SwapFree:      4180184 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         311852 kB
Slab:            25428 kB
Committed_AS:   703508 kB
PageTables:       2396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node49 at 2008-07-12 15:47:03