Trace number 1128659

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 276.303 278.866

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/
normalized-kbtree-9-5-3-5-30-37_ext.xml
MD5SUM8f8b0a7c5493e73941d99d8d9614db70
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark1.26781
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
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.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Wed Jul 23 06:29:55 2008
0.05/0.08	c 0	PID 5760
0.05/0.08	c 0	HOST node29.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1128659-1216787395.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128659-1216787395.xml' 'HOME/temp.csp'
0.06/0.55	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.06/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	c 0	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'
0.42/0.75	c 0	Parsing HOME/temp.csp
0.42/0.90	c 1	parsed 551 expressions
0.42/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.91	c 1	MAX CSP: 255 constraints
0.42/0.91	c 1	Converting to clausal form CSP
0.42/0.93	c 1	converted 81 (10%) expressions
0.42/0.94	c 1	converted 162 (20%) expressions
0.42/0.94	c 1	converted 243 (30%) expressions
0.42/0.95	c 1	converted 324 (40%) expressions
0.42/0.96	c 1	converted 405 (50%) expressions
0.42/0.97	c 1	converted 486 (60%) expressions
0.42/0.97	c 1	converted 567 (70%) expressions
0.42/0.99	c 1	converted 648 (80%) expressions
0.42/0.99	c 1	converted 729 (90%) expressions
0.83/1.14	c 1	converted 809 (100%) expressions
0.83/1.14	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.83/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.14	c 1	Propagation in CSP
0.83/1.17	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.83/1.17	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.83/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.17	c 1	Simplifing CSP by introducing new Boolean variables
0.83/1.17	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.83/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.21	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.93/1.21	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.93/1.21	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.93/1.21	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.93/1.21	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.93/1.22	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
0.93/1.22	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
0.93/1.22	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
0.93/1.22	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
0.93/1.23	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
0.93/1.26	c 1	77 (10%) CSP clauses are encoded (3810 clauses, 49669 bytes)
0.93/1.27	c 1	153 (20%) CSP clauses are encoded (4178 clauses, 56316 bytes)
0.93/1.28	c 1	230 (30%) CSP clauses are encoded (4557 clauses, 63479 bytes)
0.93/1.29	c 1	306 (40%) CSP clauses are encoded (5186 clauses, 72979 bytes)
1.03/1.31	c 1	382 (50%) CSP clauses are encoded (9486 clauses, 139117 bytes)
1.03/1.31	c 1	459 (60%) CSP clauses are encoded (10905 clauses, 163169 bytes)
1.03/1.33	c 1	535 (70%) CSP clauses are encoded (22891 clauses, 379562 bytes)
1.03/1.34	c 1	612 (80%) CSP clauses are encoded (24459 clauses, 406234 bytes)
1.03/1.35	c 1	688 (90%) CSP clauses are encoded (28040 clauses, 469630 bytes)
1.13/1.46	c 1	764 (100%) CSP clauses are encoded (92483 clauses, 1637194 bytes)
1.13/1.46	c 1	764 CSP clauses encoded
1.13/1.46	c 1	Writing map file : HOME/temp.map
1.13/1.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.47	c 1	SAT : 3993 SAT variables, 92483 SAT clauses, 1637194 bytes
1.13/1.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.51	c 1	OBJECTIVE minimize _COST
1.20/1.51	c 1	SOLVING HOME/temp.cnf
1.20/1.51	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.20/1.51	c 1	This is MiniSat 2.0 beta incremental
1.20/1.51	c 1	WARNING: for repeatability, setting FPU to use double precision
1.20/1.51	c 1	============================[ Problem Statistics ]=============================
1.20/1.51	c 1	|                                                                             |
1.20/1.52	c 1	|  Number of variables:  3993                                                 |
1.20/1.52	c 1	|  Number of clauses:    92483                                                |
1.20/1.56	c 1	|  Parsing time:         0.04         s                                       |
1.20/1.56	c 1	OK
1.20/1.56	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.20/1.56	c 1	SEARCHING: _COST <= 128
1.20/1.56	c 1	============================[ Search Statistics ]==============================
1.20/1.56	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.56	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.56	c 1	===============================================================================
1.20/1.56	c 1	|         0 |    3993    92483   268356 |    30827        0    nan |  0.000 % |
1.20/1.57	c 1	===============================================================================
1.20/1.57	c 1	restarts              : 1
1.20/1.57	c 1	conflicts             : 68            (1388 /sec)
1.20/1.57	c 1	decisions             : 186           (1.61 % random) (3797 /sec)
1.20/1.57	c 1	propagations          : 8151           (166374 /sec)
1.20/1.57	c 1	conflict literals     : 1476           (1.93 % deleted)
1.20/1.57	c 1	Memory used           : 5.89 MB
1.20/1.57	c 1	CPU time              : 0.048992 s
1.20/1.57	c 1	
1.20/1.57	c 1	SATISFIABLE
1.20/1.57	c 1	OK
1.20/1.57	c 1	FOUND: _COST <= 128
1.20/1.57	s SATISFIABLE
1.20/1.57	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.20/1.57	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.22/1.65	c 1	Decoding HOME/temp.out
1.22/1.72	c 1	OBJECTIVE _COST 74
1.22/1.72	o 74
1.22/1.73	v 2 1 3 4 3 2 4 0 3 4 4 0 1 0 1 2 3 4 4 4 3 2 3 1 4 4 1 3 3 3 4 4 1 2 4 4 3 4 3 1
1.22/1.73	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.80	c 1	OK
1.22/1.80	c 1	OBJECTIVE BOUND: 0 <= _COST <= 74
1.22/1.80	c 1	SEARCHING: _COST <= 37
1.22/1.80	c 1	============================[ Search Statistics ]==============================
1.22/1.81	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.81	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.81	c 1	===============================================================================
1.22/1.81	c 1	|        68 |    3993    92483   268356 |    30827       68     22 |  0.000 % |
1.22/1.82	c 1	|       168 |    3993    92483   268356 |    33910      168     22 | 37.618 % |
1.22/1.82	c 1	===============================================================================
1.22/1.82	c 1	restarts              : 3
1.22/1.82	c 1	conflicts             : 228           (3167 /sec)
1.22/1.82	c 1	decisions             : 481           (0.62 % random) (6682 /sec)
1.22/1.82	c 1	propagations          : 57126          (793538 /sec)
1.22/1.82	c 1	conflict literals     : 4418           (19.88 % deleted)
1.22/1.82	c 1	Memory used           : 5.89 MB
1.22/1.82	c 1	CPU time              : 0.071989 s
1.22/1.82	c 1	
1.22/1.82	c 1	SATISFIABLE
1.22/1.82	c 1	OK
1.22/1.82	c 1	FOUND: _COST <= 37
1.22/1.82	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.22/1.82	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.46/2.16	c 2	Decoding HOME/temp.out
1.57/2.23	c 2	OBJECTIVE _COST 37
1.57/2.23	o 37
1.57/2.23	v 4 1 4 4 4 4 4 4 1 4 3 0 0 1 3 1 0 0 2 3 3 0 0 4 4 4 2 3 4 0 4 1 3 1 3 3 4 3 3 2
1.57/2.24	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.60/2.32	c 2	OK
1.60/2.32	c 2	OBJECTIVE BOUND: 0 <= _COST <= 37
1.60/2.32	c 2	SEARCHING: _COST <= 18
1.60/2.35	c 2	============================[ Search Statistics ]==============================
1.60/2.35	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/2.35	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/2.35	c 2	===============================================================================
1.60/2.35	c 2	|       228 |    2491    92483   268356 |    30827      228     19 | 37.618 % |
1.60/2.35	c 2	|       328 |    2491    92483   268356 |    33910      328     18 | 47.986 % |
1.60/2.36	c 2	|       478 |    2491    92483   268356 |    37301      478     17 | 47.986 % |
1.60/2.38	c 2	|       704 |    2491    92483   268356 |    41031      704     17 | 47.986 % |
1.69/2.42	c 2	|      1042 |    2491    92483   268356 |    45134     1042     18 | 47.986 % |
1.79/2.50	c 2	|      1548 |    2077    26554    76099 |    49648     1548     17 | 47.986 % |
1.79/2.59	c 2	|      2307 |    2077    26554    76099 |    54613     2307     17 | 47.986 % |
1.99/2.71	c 2	|      3446 |    2077    26554    76099 |    60074     3446     17 | 47.986 % |
2.19/2.91	c 3	|      5156 |    2077    26554    76099 |    66081     5156     18 | 47.986 % |
2.49/3.25	c 3	|      7719 |    2077    26554    76099 |    72690     7719     17 | 47.986 % |
3.09/3.85	c 4	|     11563 |    2077    26554    76099 |    79959    11563     18 | 47.986 % |
4.09/4.82	c 4	|     17329 |    2077    26554    76099 |    87954    17329     18 | 47.986 % |
5.99/6.73	c 6	|     25980 |    2077    26554    76099 |    96750    25980     19 | 47.986 % |
9.79/10.55	c 10	|     38954 |    2077    26554    76099 |   106425    38954     19 | 47.986 % |
17.18/17.97	c 18	|     58415 |    2077    26554    76099 |   117068    58415     19 | 47.986 % |
30.58/31.32	c 31	|     87609 |    2077    26554    76099 |   128774    87609     19 | 47.986 % |
60.47/61.27	c 61	|    131401 |    2077    26554    76099 |   141652   131401     20 | 47.986 % |
85.07/85.83	c 85	===============================================================================
85.07/85.83	c 85	restarts              : 20
85.07/85.83	c 85	conflicts             : 177679        (2128 /sec)
85.07/85.83	c 85	decisions             : 206970        (0.78 % random) (2478 /sec)
85.07/85.83	c 85	propagations          : 48714396       (583362 /sec)
85.07/85.83	c 86	conflict literals     : 3629016        (29.83 % deleted)
85.07/85.83	c 86	Memory used           : 20.83 MB
85.07/85.83	c 86	CPU time              : 83.5063 s
85.07/85.83	c 86	
85.07/85.83	c 86	SATISFIABLE
85.07/85.83	c 86	OK
85.07/85.83	c 86	FOUND: _COST <= 18
85.07/85.83	c 86	DECODING HOME/temp.out WITH HOME/temp.map
85.07/85.83	c 86	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
85.09/85.91	c 86	Decoding HOME/temp.out
85.09/85.99	c 86	OBJECTIVE _COST 18
85.09/85.99	o 18
85.09/85.99	v 2 1 3 4 4 4 4 1 1 4 2 3 0 4 0 4 3 1 3 1 4 2 4 4 3 4 2 3 3 1 4 1 1 2 4 4 0 4 1 1
85.09/86.00	c 86	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
85.29/86.93	c 87	OK
85.29/86.93	c 87	OBJECTIVE BOUND: 0 <= _COST <= 18
85.29/86.93	c 87	SEARCHING: _COST <= 9
85.29/86.93	c 87	============================[ Search Statistics ]==============================
85.29/86.93	c 87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
85.29/86.93	c 87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
85.29/86.93	c 87	===============================================================================
85.29/86.93	c 87	|    177679 |    1751    15643    44325 |     5214    47681     21 | 47.986 % |
85.66/87.39	c 87	|    177781 |    1751    15643    44325 |     5735     7387     18 | 56.150 % |
85.76/87.41	c 87	|    177931 |    1751    15643    44325 |     6309     7537     18 | 56.150 % |
85.76/87.43	c 87	|    178156 |    1751    15643    44325 |     6940     7762     18 | 56.150 % |
85.76/87.48	c 87	|    178494 |    1751    15643    44325 |     7634     8100     18 | 56.150 % |
85.86/87.55	c 87	|    179002 |    1751    15643    44325 |     8397     8608     17 | 56.150 % |
85.96/87.66	c 87	|    179761 |    1751    15643    44325 |     9237     9367     17 | 56.150 % |
86.16/87.82	c 87	|    180900 |    1751    15643    44325 |    10161    10506     17 | 56.150 % |
86.36/88.08	c 88	|    182609 |    1751    15643    44325 |    11177    12215     16 | 56.150 % |
86.75/88.48	c 88	|    185172 |    1751    15643    44325 |    12295     7780     13 | 56.150 % |
87.36/89.01	c 89	|    189019 |    1751    15643    44325 |    13524    11627     14 | 56.150 % |
88.25/89.99	c 90	|    194785 |    1751    15643    44325 |    14877     9136     15 | 56.150 % |
89.84/91.56	c 91	|    203435 |    1751    15643    44325 |    16364     8970     17 | 56.150 % |
91.93/93.66	c 93	|    216409 |    1751    15643    44325 |    18001    12337     15 | 56.150 % |
95.51/97.27	c 97	|    235872 |    1751    15643    44325 |    19801    10956     17 | 56.150 % |
100.98/102.79	c 102	|    265064 |    1751    15643    44325 |    21781    17427     18 | 56.150 % |
110.24/112.09	c 112	|    308853 |    1751    15643    44325 |    23959    24393     17 | 56.150 % |
124.28/126.17	c 126	|    374538 |    1751    15643    44325 |    26355    20098     20 | 56.150 % |
146.28/148.20	c 148	|    473065 |    1751    15643    44325 |    28991    22104     20 | 56.150 % |
180.90/183.01	c 183	|    620855 |    1751    15643    44325 |    31890    19544     19 | 56.150 % |
236.43/238.84	c 239	|    842539 |    1751    15643    44325 |    35079    29558     18 | 56.150 % |
272.95/275.56	c 275	===============================================================================
272.95/275.57	c 275	restarts              : 41
272.95/275.57	c 275	conflicts             : 979510        (3611 /sec)
272.95/275.57	c 275	decisions             : 1126536       (0.87 % random) (4153 /sec)
272.95/275.57	c 275	propagations          : 279736404      (1031340 /sec)
272.95/275.57	c 275	conflict literals     : 18690724       (25.26 % deleted)
272.95/275.57	c 275	Memory used           : 20.99 MB
272.95/275.57	c 275	CPU time              : 271.236 s
272.95/275.57	c 275	
272.95/275.57	c 275	SATISFIABLE
272.95/275.57	c 275	OK
272.95/275.57	c 275	FOUND: _COST <= 9
272.95/275.57	c 275	DECODING HOME/temp.out WITH HOME/temp.map
272.95/275.57	c 275	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
273.02/275.65	c 275	Decoding HOME/temp.out
273.02/275.73	c 275	OBJECTIVE _COST 9
273.02/275.73	o 9
273.02/275.73	v 2 3 2 0 0 0 0 2 1 1 4 4 4 2 3 0 3 0 2 3 1 0 3 4 3 3 0 1 2 0 2 1 3 3 0 1 4 3 3 4
273.02/275.74	c 275	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
273.23/275.80	c 275	OK
273.23/275.80	c 275	OBJECTIVE BOUND: 0 <= _COST <= 9
273.23/275.80	c 275	SEARCHING: _COST <= 4
273.23/275.80	c 275	============================[ Search Statistics ]==============================
273.23/275.80	c 275	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
273.23/275.80	c 275	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
273.23/275.80	c 275	===============================================================================
273.23/275.80	c 275	|    979510 |    1468     9443    26347 |     3147    21390     19 | 56.150 % |
273.23/275.86	c 276	|    979613 |    1468     9443    26347 |     3462     5451     18 | 63.238 % |
273.23/275.88	c 276	|    979764 |    1468     9443    26347 |     3808     5602     17 | 63.238 % |
273.23/275.89	c 276	===============================================================================
273.23/275.89	c 276	restarts              : 44
273.23/275.89	c 276	conflicts             : 979830        (3611 /sec)
273.23/275.89	c 276	decisions             : 1126885       (0.87 % random) (4153 /sec)
273.23/275.89	c 276	propagations          : 279836021      (1031316 /sec)
273.23/275.89	c 276	conflict literals     : 18693406       (25.26 % deleted)
273.23/275.89	c 276	Memory used           : 20.99 MB
273.23/275.89	c 276	CPU time              : 271.339 s
273.23/275.89	c 276	
273.23/275.89	c 276	UNSATISFIABLE
273.23/275.89	c 276	OK
273.23/275.89	c 276	NOT FOUND: _COST <= 4
273.23/275.89	c 276	OK
273.23/275.89	c 276	OBJECTIVE BOUND: 5 <= _COST <= 9
273.23/275.89	c 276	SEARCHING: _COST <= 7
273.23/275.89	c 276	============================[ Search Statistics ]==============================
273.23/275.89	c 276	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
273.23/275.89	c 276	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
273.23/275.89	c 276	===============================================================================
273.23/275.89	c 276	|    979830 |    1468     9443    26347 |     3147     5667     17 | 63.238 % |
273.33/275.91	c 276	|    979930 |    1468     9443    26347 |     3462     5767     17 | 63.512 % |
273.33/275.93	c 276	|    980080 |    1468     9443    26347 |     3808     5917     17 | 63.512 % |
273.33/275.96	c 276	|    980309 |    1468     9443    26347 |     4189     6146     17 | 63.512 % |
273.43/276.01	c 276	|    980646 |    1468     9443    26347 |     4608     6483     17 | 63.512 % |
273.43/276.08	c 276	|    981152 |    1468     9443    26347 |     5069     6989     16 | 63.512 % |
273.62/276.20	c 276	|    981912 |    1457     9392    26227 |     5576     7749     16 | 63.512 % |
273.72/276.35	c 276	|    983051 |    1457     9392    26227 |     6133     4699     12 | 63.512 % |
273.92/276.56	c 276	|    984759 |    1457     9392    26227 |     6747     6407     12 | 63.512 % |
274.12/276.74	c 276	===============================================================================
274.12/276.74	c 276	restarts              : 53
274.12/276.74	c 276	conflicts             : 986162        (3623 /sec)
274.12/276.74	c 276	decisions             : 1134240       (0.87 % random) (4167 /sec)
274.12/276.74	c 276	propagations          : 281690858      (1034937 /sec)
274.12/276.74	c 276	conflict literals     : 18773662       (25.27 % deleted)
274.12/276.74	c 276	Memory used           : 20.99 MB
274.12/276.74	c 276	CPU time              : 272.182 s
274.12/276.74	c 276	
274.12/276.74	c 276	UNSATISFIABLE
274.12/276.74	c 276	OK
274.12/276.74	c 276	NOT FOUND: _COST <= 7
274.12/276.74	c 276	OK
274.12/276.74	c 276	OBJECTIVE BOUND: 8 <= _COST <= 9
274.12/276.74	c 276	SEARCHING: _COST <= 8
274.12/276.74	c 276	============================[ Search Statistics ]==============================
274.12/276.74	c 276	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
274.12/276.74	c 276	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
274.12/276.74	c 276	===============================================================================
274.12/276.74	c 276	|    986162 |    1447     9331    26074 |     3110     7697     12 | 63.512 % |
274.12/276.77	c 276	|    986262 |    1447     9331    26074 |     3421     3949     11 | 63.762 % |
274.12/276.79	c 276	|    986414 |    1447     9331    26074 |     3763     4101     11 | 63.762 % |
274.22/276.81	c 276	|    986641 |    1447     9331    26074 |     4139     4328     12 | 63.762 % |
274.22/276.85	c 277	|    986978 |    1447     9331    26074 |     4553     4665     12 | 63.762 % |
274.32/276.90	c 277	|    987484 |    1447     9331    26074 |     5009     5171     12 | 63.762 % |
274.32/276.99	c 277	|    988243 |    1447     9331    26074 |     5510     5930     12 | 63.762 % |
274.53/277.13	c 277	|    989383 |    1447     9331    26074 |     6061     7070     13 | 63.762 % |
274.72/277.35	c 277	|    991091 |    1447     9331    26074 |     6667     8778     13 | 63.762 % |
275.02/277.70	c 277	|    993653 |    1447     9331    26074 |     7334     6548     14 | 63.762 % |
275.62/278.22	c 278	|    997497 |    1447     9331    26074 |     8067     5315     12 | 63.762 % |
276.21/278.85	c 279	===============================================================================
276.21/278.85	c 279	restarts              : 64
276.21/278.85	c 279	conflicts             : 1002328       (3654 /sec)
276.21/278.85	c 279	decisions             : 1152674       (0.87 % random) (4202 /sec)
276.21/278.85	c 279	propagations          : 286406906      (1044197 /sec)
276.21/278.85	c 279	conflict literals     : 18999884       (25.34 % deleted)
276.21/278.85	c 279	Memory used           : 20.99 MB
276.21/278.85	c 279	CPU time              : 274.284 s
276.21/278.85	c 279	
276.21/278.85	c 279	UNSATISFIABLE
276.21/278.85	c 279	OK
276.21/278.85	c 279	NOT FOUND: _COST <= 8
276.21/278.86	c 279	OK
276.21/278.86	c 279	OBJECTIVE _COST 9
276.21/278.86	s OPTIMUM FOUND
276.21/278.86	c 279	CPU 275.98 (0.05 0.02 275.93 0.27)
276.21/278.86	c 279	END Wed Jul 23 06:34:34 2008

Verifier Data (download as text)

OK	9	246
9 unsatisfied constraints, 246 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-1128659-1216787395/watcher-1128659-1216787395 -o /tmp/evaluation-result-1128659-1216787395/solver-1128659-1216787395 -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-1128659-1216787395.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.52 2.56 2.54 5/80 5760
/proc/meminfo: memFree=1319920/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=12268 CPUtime=0
/proc/5760/stat : 5760 (sugar++) D 5758 5760 4441 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 5829288 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 221780867685 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/5760/statm: 3067 316 241 3 0 167 0

[startup+0.078588 s]
/proc/loadavg: 2.52 2.56 2.54 5/80 5760
/proc/meminfo: memFree=1319920/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16740 CPUtime=0.05
/proc/5760/stat : 5760 (sugar++) R 5758 5760 4441 0 -1 4194304 1091 0 0 0 4 1 0 0 20 0 1 0 5829288 17141760 1059 996147200 4194304 4206940 548682068528 18446744073709551615 221780544125 0 0 4224 0 0 0 0 17 0 0 0
/proc/5760/statm: 4185 1059 380 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.101588 s]
/proc/loadavg: 2.52 2.56 2.54 5/80 5760
/proc/meminfo: memFree=1319920/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16740 CPUtime=0.06
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 5829288 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5760/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301618 s]
/proc/loadavg: 2.52 2.56 2.54 5/80 5760
/proc/meminfo: memFree=1319920/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16740 CPUtime=0.06
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 5829288 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5760/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701672 s]
/proc/loadavg: 2.52 2.56 2.54 5/80 5760
/proc/meminfo: memFree=1319920/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16740 CPUtime=0.42
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1279 4586 0 1 5 1 32 4 17 0 1 0 5829288 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 2.52 2.56 2.54 3/91 5782
/proc/meminfo: memFree=1310168/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16740 CPUtime=0.42
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1297 4586 0 1 5 1 32 4 15 0 1 0 5829288 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4185 1104 409 3 0 764 0
[pid=5773] ppid=5760 vsize=5356 CPUtime=0
/proc/5773/stat : 5773 (sh) S 5760 5760 4441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5829350 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5773/statm: 1339 233 193 169 0 50 0
[pid=5774] ppid=5773 vsize=868468 CPUtime=0.78
/proc/5774/stat : 5774 (java) S 5773 5760 4441 0 -1 0 6434 0 1 0 73 5 0 0 18 0 9 0 5829350 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5774/statm: 217117 5617 2566 9 0 211664 0
[pid=5774/tid=5775] ppid=5773 vsize=868468 CPUtime=0.47
/proc/5774/task/5775/stat : 5775 (java) S 5773 5760 4441 0 -1 64 2768 0 1 0 45 2 0 0 20 0 9 0 5829356 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5776] ppid=5773 vsize=868468 CPUtime=0.06
/proc/5774/task/5776/stat : 5776 (java) S 5773 5760 4441 0 -1 64 1504 0 0 0 5 1 0 0 16 0 9 0 5829357 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5777] ppid=5773 vsize=868468 CPUtime=0
/proc/5774/task/5777/stat : 5777 (java) S 5773 5760 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5829358 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5778] ppid=5773 vsize=868468 CPUtime=0
/proc/5774/task/5778/stat : 5778 (java) S 5773 5760 4441 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5829358 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5779] ppid=5773 vsize=868468 CPUtime=0
/proc/5774/task/5779/stat : 5779 (java) S 5773 5760 4441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5829360 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5780] ppid=5773 vsize=868468 CPUtime=0.23
/proc/5774/task/5780/stat : 5780 (java) S 5773 5760 4441 0 -1 64 1470 0 0 0 22 1 0 0 16 0 9 0 5829360 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5781] ppid=5773 vsize=868468 CPUtime=0
/proc/5774/task/5781/stat : 5781 (java) S 5773 5760 4441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5829360 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5774/tid=5782] ppid=5773 vsize=868468 CPUtime=0
/proc/5774/task/5782/stat : 5782 (java) S 5773 5760 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5829360 889311232 5617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 890564

[startup+3.10201 s]
/proc/loadavg: 2.52 2.56 2.54 3/85 5796
/proc/meminfo: memFree=1308296/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.55
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1622 18855 0 4 5 2 132 16 15 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=6156 CPUtime=0.84
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 1460 0 0 0 84 0 0 0 24 0 1 0 5829439 6303744 1405 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 1539 1405 79 151 0 1385 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 23028

[startup+6.30247 s]
/proc/loadavg: 2.56 2.57 2.54 3/82 5803
/proc/meminfo: memFree=1309280/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.55
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1622 18855 0 4 5 2 132 16 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=7152 CPUtime=4.05
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 1695 0 0 0 404 1 0 0 25 0 1 0 5829439 7323648 1640 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 1788 1640 79 151 0 1634 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 24024

[startup+12.7014 s]
/proc/loadavg: 2.60 2.57 2.55 3/82 5803
/proc/meminfo: memFree=1306720/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.55
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1622 18855 0 4 5 2 132 16 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=9540 CPUtime=10.44
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 2266 0 0 0 1043 1 0 0 25 0 1 0 5829439 9768960 2211 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 2385 2211 79 151 0 2231 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 26412

[startup+25.5012 s]
/proc/loadavg: 2.68 2.59 2.55 3/82 5803
/proc/meminfo: memFree=1303072/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.55
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1622 18855 0 4 5 2 132 16 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=13188 CPUtime=23.23
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 3153 0 0 0 2321 2 0 0 25 0 1 0 5829439 13504512 3098 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 3297 3098 79 151 0 3143 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 30060

[startup+51.1019 s]
/proc/loadavg: 2.67 2.59 2.55 3/82 5803
/proc/meminfo: memFree=1298336/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.55
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1622 18855 0 4 5 2 132 16 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=18036 CPUtime=48.82
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 4363 0 0 0 4879 3 0 0 25 0 1 0 5829439 18468864 4308 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 4509 4308 79 151 0 4355 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 34908

[startup+102.306 s]
/proc/loadavg: 2.81 2.64 2.56 3/82 5813
/proc/meminfo: memFree=1294816/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21328 CPUtime=98.86
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5153 0 0 0 9881 5 0 0 25 0 1 0 5829439 21839872 5096 996147200 134512640 135134323 4294956192 18446744073709551615 134532202 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5332 5096 79 151 0 5178 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 38200

[startup+162.302 s]
/proc/loadavg: 2.69 2.64 2.57 3/82 5813
/proc/meminfo: memFree=1294880/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21328 CPUtime=158.57
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5153 0 0 0 15851 6 0 0 25 0 1 0 5829439 21839872 5096 996147200 134512640 135134323 4294956192 18446744073709551615 134532153 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5332 5096 79 151 0 5178 0
Current children cumulated CPU time (s) 160.3
Current children cumulated vsize (KiB) 38200

[startup+222.301 s]
/proc/loadavg: 2.56 2.61 2.56 3/82 5813
/proc/meminfo: memFree=1294880/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21328 CPUtime=218.28
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5153 0 0 0 21822 6 0 0 25 0 1 0 5829439 21839872 5096 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5332 5096 79 151 0 5178 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 38200

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

[startup+230.301 s]
/proc/loadavg: 2.55 2.61 2.56 3/82 5813
/proc/meminfo: memFree=1294880/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21328 CPUtime=226.24
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5153 0 0 0 22618 6 0 0 25 0 1 0 5829439 21839872 5096 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5332 5096 79 151 0 5178 0
Current children cumulated CPU time (s) 227.97
Current children cumulated vsize (KiB) 38200

[startup+255.901 s]
/proc/loadavg: 2.42 2.57 2.54 3/82 5813
/proc/meminfo: memFree=1294816/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=251.72
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5169 0 0 0 25166 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 253.45
Current children cumulated vsize (KiB) 38364

[startup+268.702 s]
/proc/loadavg: 2.51 2.59 2.55 3/82 5813
/proc/meminfo: memFree=1294752/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=264.45
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5169 0 0 0 26439 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 266.18
Current children cumulated vsize (KiB) 38364

[startup+275.103 s]
/proc/loadavg: 2.58 2.60 2.55 3/82 5813
/proc/meminfo: memFree=1294752/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.73
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1692 22623 0 5 5 2 148 18 16 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=270.82
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5169 0 0 0 27076 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 272.55
Current children cumulated vsize (KiB) 38364

[startup+276.701 s]
/proc/loadavg: 2.58 2.60 2.55 4/82 5823
/proc/meminfo: memFree=1294432/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.93
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1765 26390 0 6 5 2 165 21 15 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=272.19
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5173 0 0 0 27213 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 274.12
Current children cumulated vsize (KiB) 38364

[startup+277.501 s]
/proc/loadavg: 2.58 2.60 2.55 3/82 5823
/proc/meminfo: memFree=1294432/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.93
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1765 26390 0 6 5 2 165 21 15 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=272.99
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5175 0 0 0 27293 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 274.92
Current children cumulated vsize (KiB) 38364

[startup+278.306 s]
/proc/loadavg: 2.58 2.60 2.55 3/82 5823
/proc/meminfo: memFree=1294432/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.93
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1765 26390 0 6 5 2 165 21 15 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=273.79
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5175 0 0 0 27373 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 275.72
Current children cumulated vsize (KiB) 38364

[startup+278.701 s]
/proc/loadavg: 2.58 2.60 2.55 3/82 5823
/proc/meminfo: memFree=1294432/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.93
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1765 26390 0 6 5 2 165 21 15 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=274.18
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5175 0 0 0 27412 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134529140 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 276.11
Current children cumulated vsize (KiB) 38364

[startup+278.801 s]
/proc/loadavg: 2.58 2.60 2.55 3/82 5823
/proc/meminfo: memFree=1294432/2055920 swapFree=4192956/4192956
[pid=5760] ppid=5758 vsize=16872 CPUtime=1.93
/proc/5760/stat : 5760 (sugar++) S 5758 5760 4441 0 -1 4194304 1765 26390 0 6 5 2 165 21 15 0 1 0 5829288 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5760/statm: 4218 1120 414 3 0 797 0
[pid=5783] ppid=5760 vsize=21492 CPUtime=274.28
/proc/5783/stat : 5783 (minisat-inc) R 5760 5760 4441 0 -1 4194304 5175 0 0 0 27422 6 0 0 25 0 1 0 5829439 22007808 5112 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/5783/statm: 5373 5112 79 151 0 5219 0
Current children cumulated CPU time (s) 276.21
Current children cumulated vsize (KiB) 38364

Child status: 0
Real time (s): 278.866
CPU time (s): 276.303
CPU user time (s): 275.994
CPU system time (s): 0.308953
CPU usage (%): 99.0811
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.994
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33410
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3058
involuntary context switches= 11783

runsolver used 0.231964 second user time and 0.796878 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-23 06:29:55
IDJOB=1128659
IDBENCH=65884
IDSOLVER=367
FILE ID=node29/1128659-1216787395
PBS_JOBID= 7974090
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/normalized-kbtree-9-5-3-5-30-37_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-1128659-1216787395/watcher-1128659-1216787395 -o /tmp/evaluation-result-1128659-1216787395/solver-1128659-1216787395 -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-1128659-1216787395.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8f8b0a7c5493e73941d99d8d9614db70
RANDOM SEED=1719064145

node29.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.259
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.259
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:       1320656 kB
Buffers:         35184 kB
Cached:         559204 kB
SwapCached:          0 kB
Active:         318448 kB
Inactive:       365772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320656 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             876 kB
Writeback:           0 kB
Mapped:         110192 kB
Slab:            36000 kB
Committed_AS:   907092 kB
PageTables:       2196 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= 66560 MiB
End job on node29 at 2008-07-23 06:34:34