Trace number 1128523

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 467.651 467.592

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/
normalized-kbtree-9-2-3-5-30-08_ext.xml
MD5SUMbaf45c718aa6a6d57a4d3153bed93330
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark10.2424
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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.04/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.06	c 0	BEGIN Wed Jul 23 05:50:39 2008
0.04/0.06	c 0	PID 5091
0.04/0.07	c 0	HOST node89.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-1128523-1216785038.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128523-1216785038.xml' 'HOME/temp.csp'
0.05/0.32	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.05/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.34	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.43/0.41	c 0	Parsing HOME/temp.csp
0.43/0.51	c 0	parsed 677 expressions
0.43/0.51	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.52	c 0	MAX CSP: 309 constraints
0.43/0.52	c 0	Converting to clausal form CSP
0.43/0.54	c 0	converted 99 (10%) expressions
0.43/0.54	c 0	converted 198 (20%) expressions
0.43/0.54	c 0	converted 297 (30%) expressions
0.43/0.56	c 0	converted 396 (40%) expressions
0.43/0.56	c 0	converted 495 (50%) expressions
0.43/0.57	c 0	converted 594 (60%) expressions
0.43/0.57	c 0	converted 693 (70%) expressions
0.43/0.58	c 0	converted 792 (80%) expressions
0.43/0.58	c 0	converted 891 (90%) expressions
0.44/0.65	c 0	converted 989 (100%) expressions
0.44/0.65	c 0	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.44/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.65	c 0	Propagation in CSP
0.44/0.69	c 0	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.69	c 0	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.44/0.69	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.69	c 0	Simplifing CSP by introducing new Boolean variables
0.44/0.69	c 0	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.44/0.69	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.72	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.44/0.73	c 0	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.44/0.73	c 0	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.44/0.73	c 0	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.44/0.73	c 0	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.44/0.73	c 0	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.44/0.74	c 0	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
0.44/0.74	c 0	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
0.44/0.74	c 0	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
0.44/0.74	c 0	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
0.44/0.74	c 0	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
0.44/0.76	c 0	93 (10%) CSP clauses are encoded (5071 clauses, 66592 bytes)
0.44/0.77	c 0	186 (20%) CSP clauses are encoded (5526 clauses, 74958 bytes)
0.44/0.78	c 0	278 (30%) CSP clauses are encoded (5987 clauses, 84498 bytes)
0.44/0.79	c 0	371 (40%) CSP clauses are encoded (6873 clauses, 97822 bytes)
0.44/0.80	c 0	463 (50%) CSP clauses are encoded (13135 clauses, 208036 bytes)
0.44/0.81	c 0	556 (60%) CSP clauses are encoded (15158 clauses, 242642 bytes)
0.44/0.84	c 0	649 (70%) CSP clauses are encoded (32509 clauses, 558377 bytes)
0.44/0.89	c 0	741 (80%) CSP clauses are encoded (49163 clauses, 844311 bytes)
0.44/0.94	c 0	834 (90%) CSP clauses are encoded (85622 clauses, 1509259 bytes)
1.28/1.03	c 1	926 (100%) CSP clauses are encoded (134210 clauses, 2399164 bytes)
1.28/1.03	c 1	926 CSP clauses encoded
1.28/1.03	c 1	Writing map file : HOME/temp.map
1.28/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.03	c 1	SAT : 5288 SAT variables, 134210 SAT clauses, 2399164 bytes
1.28/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.07	c 1	OBJECTIVE minimize _COST
1.28/1.07	c 1	SOLVING HOME/temp.cnf
1.28/1.07	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.28/1.07	c 1	This is MiniSat 2.0 beta incremental
1.28/1.07	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.08	c 1	============================[ Problem Statistics ]=============================
1.28/1.08	c 1	|                                                                             |
1.28/1.08	c 1	|  Number of variables:  5288                                                 |
1.28/1.08	c 1	|  Number of clauses:    134210                                               |
1.33/1.13	c 1	|  Parsing time:         0.05         s                                       |
1.33/1.14	c 1	OK
1.33/1.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.33/1.14	c 1	SEARCHING: _COST <= 155
1.33/1.14	c 1	============================[ Search Statistics ]==============================
1.33/1.14	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.14	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.14	c 1	===============================================================================
1.33/1.14	c 1	|         0 |    5288   134210   390367 |    44736        0    nan |  0.000 % |
1.33/1.15	c 1	===============================================================================
1.33/1.15	c 1	restarts              : 1
1.33/1.15	c 1	conflicts             : 16            (258 /sec)
1.33/1.15	c 1	decisions             : 71            (0.00 % random) (1145 /sec)
1.33/1.15	c 1	propagations          : 5660           (91305 /sec)
1.33/1.15	c 1	conflict literals     : 216            (2.70 % deleted)
1.33/1.15	c 1	Memory used           : 7.25 MB
1.33/1.15	c 1	CPU time              : 0.06199 s
1.33/1.15	c 1	
1.33/1.15	c 1	SATISFIABLE
1.33/1.15	c 1	OK
1.33/1.15	c 1	FOUND: _COST <= 155
1.33/1.15	s SATISFIABLE
1.33/1.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.33/1.15	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.33/1.25	c 1	Decoding HOME/temp.out
1.33/1.30	c 1	OBJECTIVE _COST 99
1.33/1.30	o 99
1.33/1.31	v 4 2 3 2 0 0 4 2 1 4 3 3 1 4 0 0 4 0 4 2 1 4 4 4 4 2 1 4 1 3 2 1 0 4 4 1 1 3 0 1 4 4 2 2 1 4 0 2 1 3 4 1 4 2 4 4 4 4
1.33/1.31	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.33	c 1	OK
1.33/1.33	c 1	OBJECTIVE BOUND: 0 <= _COST <= 99
1.33/1.33	c 1	SEARCHING: _COST <= 49
1.33/1.33	c 1	============================[ Search Statistics ]==============================
1.33/1.33	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.33	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.33	c 1	===============================================================================
1.33/1.33	c 1	|        16 |    5288   134210   390367 |    44736       16     14 |  0.000 % |
1.33/1.35	c 1	|       116 |    5288   134210   390367 |    49210      116     27 | 36.802 % |
1.33/1.36	c 1	===============================================================================
1.33/1.36	c 1	restarts              : 3
1.33/1.36	c 1	conflicts             : 137           (1540 /sec)
1.33/1.36	c 1	decisions             : 390           (0.51 % random) (4383 /sec)
1.33/1.36	c 1	propagations          : 57186          (642640 /sec)
1.33/1.36	c 1	conflict literals     : 3413           (21.45 % deleted)
1.33/1.36	c 1	Memory used           : 7.38 MB
1.33/1.36	c 1	CPU time              : 0.088986 s
1.33/1.36	c 1	
1.33/1.36	c 1	SATISFIABLE
1.33/1.36	c 1	OK
1.33/1.36	c 1	FOUND: _COST <= 49
1.33/1.36	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.33/1.36	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.48/1.43	c 1	Decoding HOME/temp.out
1.48/1.48	c 1	OBJECTIVE _COST 49
1.48/1.48	o 49
1.48/1.48	v 0 1 0 4 1 0 4 4 1 0 0 1 4 4 3 4 2 2 2 1 1 1 0 2 4 0 1 4 3 0 2 4 4 0 4 1 1 4 3 2 4 4 4 4 4 0 1 3 4 2 4 2 1 2 1 3 4 1
1.48/1.49	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.51	c 1	OK
1.48/1.51	c 1	OBJECTIVE BOUND: 0 <= _COST <= 49
1.48/1.51	c 1	SEARCHING: _COST <= 24
1.48/1.51	c 1	============================[ Search Statistics ]==============================
1.48/1.51	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.51	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.51	c 1	===============================================================================
1.48/1.51	c 1	|       137 |    3342   134210   390367 |    44736      137     25 | 36.802 % |
1.48/1.53	c 1	===============================================================================
1.48/1.53	c 1	restarts              : 4
1.48/1.53	c 1	conflicts             : 236           (2206 /sec)
1.48/1.53	c 1	decisions             : 605           (0.99 % random) (5655 /sec)
1.48/1.53	c 1	propagations          : 100642         (940729 /sec)
1.48/1.53	c 1	conflict literals     : 5087           (22.91 % deleted)
1.48/1.53	c 1	Memory used           : 7.38 MB
1.48/1.53	c 1	CPU time              : 0.106983 s
1.48/1.53	c 1	
1.48/1.53	c 1	SATISFIABLE
1.48/1.53	c 1	OK
1.48/1.53	c 1	FOUND: _COST <= 24
1.48/1.53	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.53	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.48/1.60	c 1	Decoding HOME/temp.out
1.64/1.65	c 1	OBJECTIVE _COST 24
1.64/1.65	o 24
1.64/1.65	v 0 2 3 3 0 1 4 4 1 4 3 1 4 2 0 4 4 1 3 4 4 4 0 3 4 2 4 4 3 1 4 0 4 3 1 0 4 3 4 1 0 4 2 4 2 0 0 4 4 4 3 4 0 1 2 3 1 0
1.64/1.65	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.64/1.68	c 1	OK
1.64/1.68	c 1	OBJECTIVE BOUND: 0 <= _COST <= 24
1.64/1.68	c 1	SEARCHING: _COST <= 12
1.64/1.68	c 1	============================[ Search Statistics ]==============================
1.64/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/1.68	c 1	===============================================================================
1.64/1.68	c 1	|       236 |    2757   134210   390367 |    44736      236     22 | 36.802 % |
1.64/1.69	c 1	|       336 |    2757   134210   390367 |    49210      336     19 | 55.958 % |
1.81/1.71	c 1	|       486 |    2757   134210   390367 |    54131      486     21 | 55.958 % |
1.81/1.74	c 1	|       711 |    2757   134210   390367 |    59544      711     21 | 55.958 % |
1.81/1.77	c 1	|      1048 |    2757   134210   390367 |    65498     1048     21 | 55.958 % |
1.81/1.82	c 1	|      1554 |    2757   134210   390367 |    72048     1554     23 | 55.958 % |
1.81/1.94	c 1	|      2313 |    2329    23552    66985 |    79253     2293     21 | 55.958 % |
1.81/2.06	c 2	|      3453 |    2329    23552    66985 |    87179     3433     20 | 55.958 % |
2.43/2.27	c 2	|      5161 |    2329    23552    66985 |    95897     5141     19 | 55.958 % |
2.72/2.59	c 2	|      7724 |    2329    23552    66985 |   105486     7704     20 | 55.958 % |
3.32/3.14	c 3	|     11568 |    2329    23552    66985 |   116035    11548     20 | 55.958 % |
4.32/4.16	c 4	|     17334 |    2329    23552    66985 |   127638    17314     20 | 55.958 % |
6.32/6.17	c 6	|     25983 |    2329    23552    66985 |   140402    25963     21 | 55.958 % |
9.93/9.76	c 9	|     38957 |    2329    23552    66985 |   154443    38937     22 | 55.958 % |
18.13/17.96	c 18	|     58419 |    2329    23552    66985 |   169887    58399     23 | 55.958 % |
34.02/33.81	c 33	|     87611 |    2329    23552    66985 |   186876    87591     23 | 55.958 % |
54.91/54.74	c 54	===============================================================================
54.91/54.74	c 54	restarts              : 20
54.91/54.74	c 54	conflicts             : 118996        (2241 /sec)
54.91/54.74	c 54	decisions             : 132231        (0.68 % random) (2490 /sec)
54.91/54.74	c 54	propagations          : 37974550       (715045 /sec)
54.91/54.74	c 54	conflict literals     : 2943896        (32.95 % deleted)
54.91/54.74	c 54	Memory used           : 20.30 MB
54.91/54.74	c 54	CPU time              : 53.1079 s
54.91/54.74	c 54	
54.91/54.74	c 54	SATISFIABLE
54.91/54.74	c 54	OK
54.91/54.74	c 54	FOUND: _COST <= 12
54.91/54.74	c 54	DECODING HOME/temp.out WITH HOME/temp.map
54.91/54.74	c 54	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
54.95/54.81	c 54	Decoding HOME/temp.out
54.95/54.87	c 54	OBJECTIVE _COST 12
54.95/54.87	o 12
54.95/54.87	v 0 2 4 4 0 1 0 4 1 3 3 1 1 4 3 0 4 1 2 2 2 4 4 1 4 2 1 4 0 3 2 1 0 4 4 1 4 1 4 1 0 3 3 3 4 3 4 0 4 0 3 4 0 1 2 3 1 0
54.95/54.87	c 54	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
55.11/54.93	c 54	OK
55.11/54.93	c 54	OBJECTIVE BOUND: 0 <= _COST <= 12
55.11/54.93	c 54	SEARCHING: _COST <= 6
55.11/54.93	c 54	============================[ Search Statistics ]==============================
55.11/54.93	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
55.11/54.93	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
55.11/54.93	c 54	===============================================================================
55.11/54.93	c 54	|    118996 |    1979    14282    40213 |     4760   118897     25 | 55.958 % |
56.10/55.94	c 55	|    119098 |    1979    14282    40213 |     5236     8417     22 | 62.577 % |
56.10/55.96	c 56	|    119249 |    1979    14282    40213 |     5760     8568     22 | 62.577 % |
56.10/55.98	c 56	|    119474 |    1979    14282    40213 |     6336     8793     21 | 62.577 % |
56.21/56.02	c 56	|    119811 |    1979    14282    40213 |     6970     9130     21 | 62.577 % |
56.21/56.08	c 56	|    120317 |    1979    14282    40213 |     7667     9636     21 | 62.577 % |
56.31/56.18	c 56	|    121077 |    1979    14282    40213 |     8433    10396     21 | 62.577 % |
56.50/56.32	c 56	|    122216 |    1979    14282    40213 |     9277    11535     20 | 62.577 % |
56.70/56.59	c 56	|    123924 |    1979    14282    40213 |    10204     6634     17 | 62.577 % |
57.10/56.92	c 56	|    126486 |    1979    14282    40213 |    11225     9196     17 | 62.577 % |
57.70/57.50	c 57	|    130330 |    1979    14282    40213 |    12347    13040     17 | 62.577 % |
58.60/58.43	c 58	|    136096 |    1979    14282    40213 |    13582    10646     17 | 62.577 % |
60.10/59.90	c 59	|    144745 |    1979    14282    40213 |    14941    10632     16 | 62.577 % |
62.30/62.11	c 62	|    157721 |    1979    14282    40213 |    16435    14141     19 | 62.577 % |
65.90/65.77	c 65	|    177185 |    1979    14282    40213 |    18078    13101     22 | 62.577 % |
71.59/71.42	c 71	|    206377 |    1979    14282    40213 |    19886    20449     19 | 62.577 % |
80.39/80.20	c 80	|    250166 |    1979    14282    40213 |    21875    16702     19 | 62.577 % |
94.58/94.45	c 94	|    315852 |    1979    14282    40213 |    24062    16440     19 | 62.577 % |
116.97/116.89	c 116	|    414381 |    1979    14282    40213 |    26468    27113     19 | 62.577 % |
152.96/152.82	c 152	|    562170 |    1979    14282    40213 |    29115    23224     22 | 62.577 % |
167.05/166.95	c 166	===============================================================================
167.05/166.95	c 166	restarts              : 40
167.05/166.95	c 166	conflicts             : 618320        (3745 /sec)
167.05/166.95	c 166	decisions             : 683680        (0.78 % random) (4141 /sec)
167.05/166.95	c 166	propagations          : 202262372      (1225076 /sec)
167.05/166.95	c 166	conflict literals     : 13161011       (30.45 % deleted)
167.05/166.95	c 166	Memory used           : 20.30 MB
167.05/166.95	c 167	CPU time              : 165.102 s
167.05/166.95	c 167	
167.05/166.95	c 167	UNSATISFIABLE
167.05/166.95	c 167	OK
167.05/166.95	c 167	NOT FOUND: _COST <= 6
167.05/166.95	c 167	OK
167.05/166.95	c 167	OBJECTIVE BOUND: 7 <= _COST <= 12
167.05/166.95	c 167	SEARCHING: _COST <= 9
167.05/166.95	c 167	============================[ Search Statistics ]==============================
167.05/166.95	c 167	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
167.05/166.95	c 167	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
167.05/166.95	c 167	===============================================================================
167.05/166.95	c 167	|    618320 |    1958    14181    39973 |     4727    14905     20 | 62.577 % |
167.05/166.98	c 167	|    618421 |    1958    14181    39973 |     5199     7554     18 | 62.973 % |
167.15/167.00	c 167	|    618572 |    1958    14181    39973 |     5719     7705     18 | 62.973 % |
167.15/167.03	c 167	|    618797 |    1958    14181    39973 |     6291     7930     18 | 62.973 % |
167.15/167.07	c 167	|    619134 |    1958    14181    39973 |     6920     8267     18 | 62.973 % |
167.25/167.14	c 167	|    619640 |    1958    14181    39973 |     7612     8773     18 | 62.973 % |
167.35/167.24	c 167	|    620399 |    1958    14181    39973 |     8374     9532     18 | 62.973 % |
167.45/167.39	c 167	|    621538 |    1958    14181    39973 |     9211    10671     18 | 62.973 % |
167.75/167.63	c 167	|    623246 |    1958    14181    39973 |    10132    12379     18 | 62.973 % |
168.15/168.04	c 168	|    625809 |    1958    14181    39973 |    11146     7894     18 | 62.973 % |
168.75/168.65	c 168	|    629653 |    1958    14181    39973 |    12260    11738     19 | 62.973 % |
169.75/169.62	c 169	|    635419 |    1958    14181    39973 |    13486     9430     19 | 62.973 % |
171.25/171.14	c 171	|    644068 |    1958    14181    39973 |    14835     9460     18 | 62.973 % |
173.45/173.38	c 173	|    657042 |    1958    14181    39973 |    16318    13153     23 | 62.973 % |
177.44/177.39	c 177	|    676504 |    1958    14181    39973 |    17950    12399     21 | 62.973 % |
183.54/183.41	c 183	|    705699 |    1958    14181    39973 |    19745    19605     22 | 62.973 % |
193.04/192.95	c 193	|    749488 |    1958    14181    39973 |    21720    15971     19 | 62.973 % |
208.93/208.81	c 208	|    815173 |    1958    14181    39973 |    23892    16404     20 | 62.973 % |
232.22/232.19	c 232	|    913700 |    1958    14181    39973 |    26281    25459     26 | 62.973 % |
245.42/245.38	c 245	===============================================================================
245.42/245.38	c 245	restarts              : 59
245.42/245.38	c 245	conflicts             : 957240        (3931 /sec)
245.42/245.38	c 245	decisions             : 1059696       (0.81 % random) (4352 /sec)
245.42/245.38	c 245	propagations          : 311313910      (1278455 /sec)
245.42/245.39	c 245	conflict literals     : 20809863       (30.27 % deleted)
245.42/245.39	c 245	Memory used           : 20.30 MB
245.42/245.39	c 245	CPU time              : 243.508 s
245.42/245.39	c 245	
245.42/245.39	c 245	SATISFIABLE
245.42/245.39	c 245	OK
245.42/245.39	c 245	FOUND: _COST <= 9
245.42/245.39	c 245	DECODING HOME/temp.out WITH HOME/temp.map
245.42/245.39	c 245	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
245.50/245.47	c 245	Decoding HOME/temp.out
245.50/245.52	c 245	OBJECTIVE _COST 9
245.50/245.52	o 9
245.50/245.52	v 1 2 3 3 0 0 4 4 0 4 3 3 1 4 0 0 4 0 1 1 1 3 4 4 4 4 1 4 0 3 2 1 0 4 1 0 4 3 4 1 0 3 3 3 4 3 4 0 4 0 3 4 0 1 2 3 1 0
245.50/245.53	c 245	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
245.50/245.56	c 245	OK
245.50/245.56	c 245	OBJECTIVE BOUND: 7 <= _COST <= 9
245.50/245.56	c 245	SEARCHING: _COST <= 8
245.50/245.56	c 245	============================[ Search Statistics ]==============================
245.50/245.56	c 245	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
245.50/245.56	c 245	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
245.50/245.56	c 245	===============================================================================
245.50/245.56	c 245	|    957240 |    1832    11779    33142 |     3926    20606     23 | 62.973 % |
245.72/245.62	c 245	|    957341 |    1832    11779    33142 |     4318     5253     20 | 65.356 % |
245.72/245.64	c 245	|    957491 |    1832    11779    33142 |     4750     5403     20 | 65.356 % |
245.72/245.68	c 245	|    957716 |    1832    11779    33142 |     5225     5628     20 | 65.356 % |
245.82/245.72	c 245	|    958054 |    1832    11779    33142 |     5748     5966     20 | 65.356 % |
245.82/245.78	c 245	|    958560 |    1832    11779    33142 |     6323     6472     20 | 65.356 % |
245.92/245.89	c 245	|    959320 |    1832    11779    33142 |     6955     7232     19 | 65.356 % |
246.12/246.04	c 246	|    960463 |    1832    11779    33142 |     7651     8375     19 | 65.356 % |
246.42/246.31	c 246	|    962171 |    1832    11779    33142 |     8416    10083     19 | 65.356 % |
246.82/246.74	c 246	|    964733 |    1832    11779    33142 |     9258     6504     17 | 65.356 % |
247.42/247.33	c 247	|    968577 |    1832    11779    33142 |    10183    10348     18 | 65.356 % |
248.32/248.27	c 248	|    974347 |    1832    11779    33142 |    11202     9118     17 | 65.356 % |
249.62/249.60	c 249	|    982996 |    1832    11779    33142 |    12322    10182     18 | 65.356 % |
252.02/251.92	c 251	|    995970 |    1832    11779    33142 |    13554    15109     20 | 65.356 % |
255.61/255.58	c 255	|   1015431 |    1832    11779    33142 |    14910    17172     20 | 65.356 % |
260.91/260.86	c 260	|   1044624 |    1832    11779    33142 |    16401    18133     22 | 65.356 % |
269.51/269.43	c 269	|   1088416 |    1832    11779    33142 |    18041    11041     20 | 65.356 % |
282.41/282.35	c 282	|   1154100 |    1832    11779    33142 |    19845    22012     22 | 65.356 % |
286.81/286.72	c 286	===============================================================================
286.81/286.72	c 286	restarts              : 77
286.81/286.72	c 286	conflicts             : 1175628       (4130 /sec)
286.81/286.72	c 286	decisions             : 1301255       (0.82 % random) (4571 /sec)
286.81/286.72	c 286	propagations          : 385152998      (1353034 /sec)
286.81/286.72	c 286	conflict literals     : 25557354       (29.82 % deleted)
286.81/286.72	c 286	Memory used           : 20.30 MB
286.81/286.72	c 286	CPU time              : 284.659 s
286.81/286.72	c 286	
286.81/286.72	c 286	SATISFIABLE
286.81/286.72	c 286	OK
286.81/286.72	c 286	FOUND: _COST <= 8
286.81/286.72	c 286	DECODING HOME/temp.out WITH HOME/temp.map
286.81/286.72	c 286	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
286.81/286.79	c 286	Decoding HOME/temp.out
286.83/286.85	c 286	OBJECTIVE _COST 8
286.83/286.85	o 8
286.83/286.85	v 4 2 3 3 0 0 4 4 1 4 3 3 1 4 0 0 4 0 1 1 1 3 4 4 4 4 1 4 0 3 2 1 0 4 0 0 4 1 3 0 3 2 1 3 4 1 0 2 4 0 4 2 1 2 1 3 4 1
286.83/286.85	c 286	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
286.83/286.88	c 286	OK
286.83/286.88	c 286	OBJECTIVE BOUND: 7 <= _COST <= 8
286.83/286.88	c 286	SEARCHING: _COST <= 7
286.83/286.88	c 286	============================[ Search Statistics ]==============================
286.83/286.88	c 286	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
286.83/286.88	c 286	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
286.83/286.88	c 286	===============================================================================
286.83/286.88	c 286	|   1175628 |    1766    10763    30291 |     3587    19509     25 | 65.356 % |
287.02/286.93	c 286	|   1175728 |    1766    10763    30291 |     3946     4978     26 | 66.604 % |
287.02/286.95	c 287	|   1175878 |    1766    10763    30291 |     4341     5128     25 | 66.604 % |
287.02/286.98	c 287	|   1176105 |    1766    10763    30291 |     4775     5355     25 | 66.604 % |
287.12/287.02	c 287	|   1176444 |    1766    10763    30291 |     5252     5694     24 | 66.604 % |
287.12/287.09	c 287	|   1176950 |    1766    10763    30291 |     5777     6200     23 | 66.604 % |
287.22/287.19	c 287	|   1177711 |    1766    10763    30291 |     6355     6961     22 | 66.604 % |
287.42/287.34	c 287	|   1178850 |    1766    10763    30291 |     6991     8100     21 | 66.604 % |
287.62/287.57	c 287	|   1180559 |    1766    10763    30291 |     7690     9809     21 | 66.604 % |
288.02/287.98	c 288	|   1183122 |    1766    10763    30291 |     8459     6544     17 | 66.604 % |
288.62/288.58	c 288	|   1186969 |    1766    10763    30291 |     9305    10391     17 | 66.604 % |
289.62/289.54	c 289	|   1192735 |    1766    10763    30291 |    10236     9532     19 | 66.604 % |
291.01/290.95	c 290	|   1201386 |    1766    10763    30291 |    11259    11058     20 | 66.604 % |
293.11/293.00	c 293	|   1214361 |    1766    10763    30291 |    12385     8899     18 | 66.604 % |
296.21/296.17	c 296	|   1233822 |    1766    10763    30291 |    13624    11991     18 | 66.604 % |
301.60/301.54	c 301	|   1263014 |    1766    10763    30291 |    14986    14962     17 | 66.604 % |
310.70/310.61	c 310	|   1306804 |    1766    10763    30291 |    16485    11472     25 | 66.604 % |
324.10/324.08	c 324	|   1372489 |    1766    10763    30291 |    18133    16020     23 | 66.604 % |
347.38/347.31	c 347	|   1471016 |    1766    10763    30291 |    19947    14651     24 | 66.604 % |
379.58/379.55	c 379	|   1618806 |    1766    10763    30291 |    21941    19064     21 | 66.604 % |
431.54/431.56	c 431	|   1840490 |    1766    10763    30291 |    24136    19735     19 | 66.604 % |
467.43/467.41	c 467	===============================================================================
467.43/467.41	c 467	restarts              : 98
467.43/467.41	c 467	conflicts             : 2002867       (4306 /sec)
467.43/467.41	c 467	decisions             : 2212333       (0.87 % random) (4757 /sec)
467.43/467.41	c 467	propagations          : 651368094      (1400462 /sec)
467.43/467.41	c 467	conflict literals     : 44076566       (29.22 % deleted)
467.43/467.41	c 467	Memory used           : 20.30 MB
467.43/467.41	c 467	CPU time              : 465.109 s
467.43/467.41	c 467	
467.43/467.41	c 467	SATISFIABLE
467.43/467.41	c 467	OK
467.43/467.41	c 467	FOUND: _COST <= 7
467.43/467.41	c 467	DECODING HOME/temp.out WITH HOME/temp.map
467.43/467.41	c 467	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
467.43/467.49	c 467	Decoding HOME/temp.out
467.45/467.54	c 467	OBJECTIVE _COST 7
467.45/467.54	o 7
467.45/467.54	v 4 2 3 2 0 0 4 2 1 4 3 3 1 4 0 0 4 0 2 2 2 4 0 3 4 2 1 4 0 3 2 1 0 4 3 1 4 0 3 0 3 0 2 0 4 3 1 0 0 0 2 2 1 2 2 0 4 1
467.45/467.55	c 467	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
467.45/467.58	c 467	OK
467.45/467.58	c 467	OBJECTIVE _COST 7
467.45/467.58	s OPTIMUM FOUND
467.45/467.58	c 467	CPU 467.3 (0.06 0.02 467.24 0.3)
467.45/467.58	c 467	END Wed Jul 23 05:58:26 2008

Verifier Data (download as text)

OK	7	302
7 unsatisfied constraints, 302 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-1128523-1216785038/watcher-1128523-1216785038 -o /tmp/evaluation-result-1128523-1216785038/solver-1128523-1216785038 -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-1128523-1216785038.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: 1.00 1.05 1.66 3/65 5091
/proc/meminfo: memFree=1749152/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=12272 CPUtime=0
/proc/5091/stat : 5091 (sugar++) R 5089 5091 4156 0 -1 4194304 371 0 0 0 0 0 0 0 18 0 1 0 5588864 12566528 339 996147200 4194304 4206940 548682068528 18446744073709551615 249087475245 0 0 4224 0 0 0 0 17 0 0 0
/proc/5091/statm: 3068 340 254 3 0 168 0

[startup+0.0546399 s]
/proc/loadavg: 1.00 1.05 1.66 3/65 5091
/proc/meminfo: memFree=1749152/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16212 CPUtime=0.04
/proc/5091/stat : 5091 (sugar++) R 5089 5091 4156 0 -1 4194304 955 0 0 0 3 1 0 0 18 0 1 0 5588864 16601088 923 996147200 4194304 4206940 548682068528 18446744073709551615 249087701728 0 0 4224 0 0 0 0 17 0 0 0
/proc/5091/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101648 s]
/proc/loadavg: 1.00 1.05 1.66 3/65 5091
/proc/meminfo: memFree=1749152/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16740 CPUtime=0.05
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 5588864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301671 s]
/proc/loadavg: 1.00 1.05 1.66 3/65 5091
/proc/meminfo: memFree=1749152/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16740 CPUtime=0.05
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 5588864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701713 s]
/proc/loadavg: 1.00 1.05 1.66 3/65 5091
/proc/meminfo: memFree=1749152/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16740 CPUtime=0.44
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1297 4628 0 1 5 2 35 2 15 0 1 0 5588864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5091/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50179 s]
/proc/loadavg: 1.08 1.06 1.66 2/76 5113
/proc/meminfo: memFree=1731072/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.48
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1606 15298 0 3 5 2 131 10 15 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16872

[startup+3.10194 s]
/proc/loadavg: 1.08 1.06 1.66 2/67 5144
/proc/meminfo: memFree=1736320/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.81
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1690 22910 0 5 5 2 159 15 15 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=7816 CPUtime=1.51
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 1898 0 0 0 151 0 0 0 25 0 1 0 5588971 8003584 1841 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 1954 1841 79 151 0 1800 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 24688

[startup+6.30126 s]
/proc/loadavg: 1.07 1.06 1.65 2/67 5144
/proc/meminfo: memFree=1736192/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.81
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1690 22910 0 5 5 2 159 15 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=8080 CPUtime=4.71
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 1982 0 0 0 471 0 0 0 25 0 1 0 5588971 8273920 1925 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 2020 1925 79 151 0 1866 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 24952

[startup+12.7029 s]
/proc/loadavg: 1.07 1.06 1.65 2/67 5144
/proc/meminfo: memFree=1733648/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.82
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1690 22910 0 5 6 2 159 15 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=10708 CPUtime=11.12
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 2631 0 0 0 1111 1 0 0 25 0 1 0 5588971 10964992 2574 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 2677 2574 79 151 0 2523 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 27580

[startup+25.5012 s]
/proc/loadavg: 1.06 1.06 1.64 2/67 5144
/proc/meminfo: memFree=1730200/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.82
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1690 22910 0 5 6 2 159 15 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=14196 CPUtime=23.91
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 3474 0 0 0 2390 1 0 0 25 0 1 0 5588971 14536704 3417 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 3549 3417 79 151 0 3395 0
Current children cumulated CPU time (s) 25.73
Current children cumulated vsize (KiB) 31068

[startup+51.1017 s]
/proc/loadavg: 1.03 1.05 1.62 2/67 5144
/proc/meminfo: memFree=1724248/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.82
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1690 22910 0 5 6 2 159 15 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20252 CPUtime=49.5
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 4968 0 0 0 4947 3 0 0 25 0 1 0 5588971 20738048 4911 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5063 4911 79 151 0 4909 0
Current children cumulated CPU time (s) 51.32
Current children cumulated vsize (KiB) 37124

[startup+102.306 s]
/proc/loadavg: 1.01 1.04 1.59 2/67 5154
/proc/meminfo: memFree=1723224/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.97
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1760 26715 0 6 6 2 172 17 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=100.51
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5124 0 0 0 10048 3 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 37652

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.55 2/67 5154
/proc/meminfo: memFree=1723224/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.97
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1760 26715 0 6 6 2 172 17 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=160.48
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5124 0 0 0 16045 3 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134524309 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (KiB) 37652

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.51 2/67 5154
/proc/meminfo: memFree=1723160/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=1.97
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1762 26715 0 6 6 2 172 17 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=220.45
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5126 0 0 0 22042 3 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 37652

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.47 2/67 5164
/proc/meminfo: memFree=1723032/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.14
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1829 30521 0 7 6 2 186 20 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=280.27
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5128 0 0 0 28023 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 37652

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.44 2/67 5174
/proc/meminfo: memFree=1723032/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=340.09
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 34005 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 37652

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.41 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=400.06
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 40002 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 37652

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=460.03
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 45999 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 37652

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

[startup+463.902 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=461.63
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 46159 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 463.93
Current children cumulated vsize (KiB) 37652

[startup+465.502 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=463.23
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 46319 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134529065 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 465.53
Current children cumulated vsize (KiB) 37652

[startup+466.303 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=464.04
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 46400 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531949 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 466.34
Current children cumulated vsize (KiB) 37652

[startup+467.102 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1896 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=464.83
/proc/5114/stat : 5114 (minisat-inc) R 5091 5091 4156 0 -1 4194304 5130 0 0 0 46479 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 467.13
Current children cumulated vsize (KiB) 37652

[startup+467.506 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5174
/proc/meminfo: memFree=1722968/2055920 swapFree=4192956/4192956
[pid=5091] ppid=5089 vsize=16872 CPUtime=2.3
/proc/5091/stat : 5091 (sugar++) S 5089 5091 4156 0 -1 4194304 1948 34328 0 8 6 2 199 23 16 0 1 0 5588864 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5091/statm: 4218 1121 414 3 0 797 0
[pid=5114] ppid=5091 vsize=20780 CPUtime=465.15
/proc/5114/stat : 5114 (minisat-inc) S 5091 5091 4156 0 -1 4194304 5132 0 0 0 46511 4 0 0 25 0 1 0 5588971 21278720 5065 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/5114/statm: 5195 5065 79 151 0 5041 0
Current children cumulated CPU time (s) 467.45
Current children cumulated vsize (KiB) 37652

Child status: 0
Real time (s): 467.592
CPU time (s): 467.651
CPU user time (s): 467.317
CPU system time (s): 0.333949
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 891376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 467.317
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45304
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2356
involuntary context switches= 3078

runsolver used 0.404938 second user time and 1.00385 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-23 05:50:39
IDJOB=1128523
IDBENCH=65592
IDSOLVER=367
FILE ID=node89/1128523-1216785038
PBS_JOBID= 7974213
Free space on /tmp= 66564 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= baf45c718aa6a6d57a4d3153bed93330
RANDOM SEED=1954333136

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1749696 kB
Buffers:         39052 kB
Cached:         211052 kB
SwapCached:          0 kB
Active:         194896 kB
Inactive:        68556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1028 kB
Writeback:           0 kB
Mapped:          23080 kB
Slab:            28760 kB
Committed_AS:    68168 kB
PageTables:       1436 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 node89 at 2008-07-23 05:58:26