Trace number 1108499

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM4 1582.37 1583.37

General information on the benchmark

Namecsp/coloring/
normalized-myciel-5g-4-ext.xml
MD5SUM174aee4ff53d2fa062227496e7b76689
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark16.6535
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension236
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.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Fri Jul 11 15:22:53 2008
0.04/0.14	c 0	PID 14840
0.04/0.14	c 0	HOST node50.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1108499-1215782573.xml TO HOME/temp.csp
0.04/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108499-1215782573.xml' 'HOME/temp.csp'
0.07/0.36	c 1	1 domains, 47 variables, 0 predicates, 1 relations, 236 constraints
0.07/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	c 1	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.07/0.49	c 1	Parsing HOME/temp.csp
0.32/0.57	c 1	parsed 285 expressions
0.32/0.57	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.58	c 1	MAX CSP: 236 constraints
0.32/0.58	c 1	Converting to clausal form CSP
0.32/0.61	c 1	converted 53 (10%) expressions
0.32/0.62	c 1	converted 105 (20%) expressions
0.32/0.63	c 1	converted 158 (30%) expressions
0.32/0.63	c 1	converted 210 (40%) expressions
0.32/0.64	c 1	converted 262 (50%) expressions
0.32/0.64	c 1	converted 315 (60%) expressions
0.32/0.65	c 1	converted 367 (70%) expressions
0.32/0.65	c 1	converted 420 (80%) expressions
0.32/0.66	c 1	converted 472 (90%) expressions
0.33/0.81	c 1	converted 524 (100%) expressions
0.33/0.81	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 355
0.33/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.81	c 1	Propagation in CSP
0.33/0.83	c 1	231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.83	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.33/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.33/0.84	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.33/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.33/0.87	c 1	52 (10%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/0.87	c 1	104 (20%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/0.87	c 1	156 (30%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/0.87	c 1	208 (40%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/0.87	c 1	260 (50%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/0.88	c 1	312 (60%) CSP integer variables are encoded (419 clauses, 4529 bytes)
0.33/0.89	c 1	364 (70%) CSP integer variables are encoded (1985 clauses, 24390 bytes)
0.33/0.89	c 1	416 (80%) CSP integer variables are encoded (2494 clauses, 31007 bytes)
0.33/0.89	c 1	468 (90%) CSP integer variables are encoded (2758 clauses, 34439 bytes)
0.33/0.89	c 1	519 (100%) CSP integer variables are encoded (3148 clauses, 39509 bytes)
0.33/0.92	c 1	71 (10%) CSP clauses are encoded (3432 clauses, 44287 bytes)
0.33/0.93	c 1	142 (20%) CSP clauses are encoded (3716 clauses, 49431 bytes)
0.33/0.94	c 1	213 (30%) CSP clauses are encoded (4000 clauses, 54563 bytes)
0.33/0.95	c 1	283 (40%) CSP clauses are encoded (4544 clauses, 62596 bytes)
0.90/1.02	c 1	354 (50%) CSP clauses are encoded (35246 clauses, 583888 bytes)
0.90/1.03	c 1	425 (60%) CSP clauses are encoded (36492 clauses, 604943 bytes)
0.90/1.07	c 1	495 (70%) CSP clauses are encoded (64407 clauses, 1115883 bytes)
0.90/1.08	c 1	566 (80%) CSP clauses are encoded (65792 clauses, 1139357 bytes)
0.90/1.09	c 1	637 (90%) CSP clauses are encoded (68847 clauses, 1193261 bytes)
1.00/1.11	c 1	707 (100%) CSP clauses are encoded (79820 clauses, 1391237 bytes)
1.00/1.11	c 1	707 CSP clauses encoded
1.00/1.11	c 1	Writing map file : HOME/temp.map
1.00/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.12	c 1	SAT : 3667 SAT variables, 79820 SAT clauses, 1391237 bytes
1.00/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.15	c 1	OBJECTIVE minimize _COST
1.00/1.15	c 1	SOLVING HOME/temp.cnf
1.00/1.15	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.00/1.15	c 1	This is MiniSat 2.0 beta incremental
1.00/1.15	c 1	WARNING: for repeatability, setting FPU to use double precision
1.00/1.15	c 1	============================[ Problem Statistics ]=============================
1.00/1.15	c 1	|                                                                             |
1.00/1.15	c 1	|  Number of variables:  3667                                                 |
1.00/1.15	c 1	|  Number of clauses:    79820                                                |
1.00/1.19	c 1	|  Parsing time:         0.03         s                                       |
1.00/1.19	c 1	OK
1.00/1.19	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.00/1.19	c 1	SEARCHING: _COST <= 118
1.00/1.19	c 1	============================[ Search Statistics ]==============================
1.00/1.19	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.19	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.19	c 1	===============================================================================
1.00/1.19	c 1	|         0 |    3667    79820   230912 |    26606        0    nan |  0.000 % |
1.00/1.20	c 1	===============================================================================
1.00/1.20	c 1	restarts              : 1
1.00/1.20	c 1	conflicts             : 0             (0 /sec)
1.00/1.20	c 1	decisions             : 34            (0.00 % random) (945 /sec)
1.00/1.20	c 1	propagations          : 3667           (101878 /sec)
1.00/1.20	c 1	conflict literals     : 0              ( nan % deleted)
1.00/1.20	c 1	Memory used           : 5.17 MB
1.00/1.20	c 1	CPU time              : 0.035994 s
1.00/1.20	c 1	
1.00/1.20	c 1	SATISFIABLE
1.04/1.20	c 1	OK
1.04/1.20	c 1	FOUND: _COST <= 118
1.04/1.20	s SATISFIABLE
1.04/1.20	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.04/1.20	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.04/1.28	c 1	Decoding HOME/temp.out
1.04/1.35	c 2	OBJECTIVE _COST 118
1.04/1.35	o 118
1.04/1.35	v 1 0 1 0 0 2 0 1 0 2 1 1 0 3 0 3 3 0 2 3 3 0 1 2 3 2 2 2 3 2 2 3 2 3 2 3 2 3 2 3 3 2 3 2 3 2 3
1.04/1.35	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.41	c 2	OK
1.04/1.41	c 2	OBJECTIVE BOUND: 0 <= _COST <= 118
1.04/1.41	c 2	SEARCHING: _COST <= 59
1.04/1.41	c 2	============================[ Search Statistics ]==============================
1.04/1.41	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.04/1.41	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.04/1.41	c 2	===============================================================================
1.04/1.41	c 2	|         0 |    3667    79820   230912 |    26606        0    nan |  0.000 % |
1.04/1.41	c 2	===============================================================================
1.04/1.41	c 2	restarts              : 2
1.04/1.41	c 2	conflicts             : 1             (25 /sec)
1.04/1.41	c 2	decisions             : 67            (0.00 % random) (1675 /sec)
1.04/1.41	c 2	propagations          : 7348           (183732 /sec)
1.04/1.41	c 2	conflict literals     : 14             (0.00 % deleted)
1.04/1.41	c 2	Memory used           : 5.30 MB
1.04/1.41	c 2	CPU time              : 0.039993 s
1.04/1.41	c 2	
1.04/1.41	c 2	SATISFIABLE
1.04/1.41	c 2	OK
1.04/1.41	c 2	FOUND: _COST <= 59
1.04/1.41	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.04/1.41	c 2	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.04/1.49	c 2	Decoding HOME/temp.out
1.21/1.55	c 2	OBJECTIVE _COST 59
1.21/1.55	o 59
1.21/1.56	v 1 0 1 0 0 3 3 3 3 3 1 1 0 1 1 1 3 3 3 3 3 1 0 2 2 2 2 2 3 2 2 3 2 2 2 3 2 2 2 3 2 2 3 2 2 2 3
1.21/1.56	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.57	c 2	OK
1.21/1.57	c 2	OBJECTIVE BOUND: 0 <= _COST <= 59
1.21/1.57	c 2	SEARCHING: _COST <= 29
1.21/1.58	c 2	============================[ Search Statistics ]==============================
1.21/1.58	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.21/1.58	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.21/1.58	c 2	===============================================================================
1.21/1.58	c 2	|         1 |    2723    79820   230912 |    26606        1     14 |  0.000 % |
1.21/1.58	c 2	|       103 |    2211    79820   230912 |    29267      103     46 | 40.226 % |
1.21/1.58	c 2	===============================================================================
1.21/1.58	c 2	restarts              : 4
1.21/1.58	c 2	conflicts             : 118           (2314 /sec)
1.21/1.58	c 2	decisions             : 381           (0.26 % random) (7472 /sec)
1.21/1.58	c 2	propagations          : 18728          (367273 /sec)
1.21/1.58	c 2	conflict literals     : 5076           (2.57 % deleted)
1.21/1.58	c 2	Memory used           : 5.30 MB
1.21/1.58	c 2	CPU time              : 0.050992 s
1.21/1.58	c 2	
1.21/1.58	c 2	SATISFIABLE
1.21/1.58	c 2	OK
1.21/1.58	c 2	FOUND: _COST <= 29
1.21/1.58	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.21/1.58	c 2	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.36/1.66	c 2	Decoding HOME/temp.out
1.36/1.73	c 2	OBJECTIVE _COST 29
1.36/1.73	o 29
1.36/1.73	v 2 3 2 3 3 2 0 2 0 0 3 3 3 3 0 3 0 1 0 0 0 1 2 2 3 2 1 1 2 0 2 0 3 3 3 1 3 1 1 1 1 1 1 1 1 2 3
1.36/1.73	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.36/1.74	c 2	OK
1.36/1.74	c 2	OBJECTIVE BOUND: 0 <= _COST <= 29
1.36/1.74	c 2	SEARCHING: _COST <= 14
1.36/1.75	c 2	============================[ Search Statistics ]==============================
1.36/1.76	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.76	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.76	c 2	===============================================================================
1.36/1.76	c 2	|       118 |    2192    79820   230912 |    26606      118     43 | 40.226 % |
1.36/1.76	c 2	===============================================================================
1.36/1.76	c 2	restarts              : 5
1.36/1.76	c 2	conflicts             : 203           (3223 /sec)
1.36/1.76	c 2	decisions             : 525           (0.57 % random) (8335 /sec)
1.36/1.76	c 2	propagations          : 44526          (706874 /sec)
1.36/1.76	c 2	conflict literals     : 6616           (10.10 % deleted)
1.36/1.76	c 2	Memory used           : 5.30 MB
1.36/1.76	c 2	CPU time              : 0.06299 s
1.36/1.76	c 2	
1.36/1.76	c 2	SATISFIABLE
1.36/1.76	c 2	OK
1.36/1.76	c 2	FOUND: _COST <= 14
1.36/1.76	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.36/1.76	c 2	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.51/1.84	c 2	Decoding HOME/temp.out
1.51/1.90	c 2	OBJECTIVE _COST 14
1.51/1.90	o 14
1.51/1.90	v 3 2 3 3 3 3 2 2 2 2 3 1 1 3 1 3 1 1 1 1 1 1 2 0 0 0 0 0 2 2 0 2 2 0 1 1 1 1 1 1 1 1 1 1 1 2 3
1.51/1.91	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.51/1.92	c 2	OK
1.51/1.92	c 2	OBJECTIVE BOUND: 0 <= _COST <= 14
1.51/1.92	c 2	SEARCHING: _COST <= 7
1.51/1.92	c 2	============================[ Search Statistics ]==============================
1.51/1.93	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.93	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.93	c 2	===============================================================================
1.51/1.93	c 2	|       203 |    1828    79820   230912 |    26606      203     33 | 40.226 % |
1.51/1.93	c 2	|       303 |    1828    79820   230912 |    29267      303     30 | 58.251 % |
1.51/1.93	c 2	===============================================================================
1.51/1.93	c 2	restarts              : 7
1.51/1.93	c 2	conflicts             : 309           (4292 /sec)
1.51/1.93	c 2	decisions             : 739           (0.41 % random) (10265 /sec)
1.51/1.93	c 2	propagations          : 58031          (806109 /sec)
1.51/1.93	c 2	conflict literals     : 9142           (8.87 % deleted)
1.51/1.93	c 2	Memory used           : 5.30 MB
1.51/1.93	c 2	CPU time              : 0.071989 s
1.51/1.93	c 2	
1.51/1.93	c 2	SATISFIABLE
1.51/1.93	c 2	OK
1.51/1.93	c 2	FOUND: _COST <= 7
1.51/1.93	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.51/1.93	c 2	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.65/2.01	c 2	Decoding HOME/temp.out
1.65/2.07	c 2	OBJECTIVE _COST 7
1.65/2.07	o 7
1.65/2.07	v 1 3 2 2 3 0 0 0 0 0 3 1 1 1 3 1 1 0 0 0 1 1 3 1 2 2 2 1 0 0 2 2 0 2 1 2 2 2 1 1 0 2 2 1 2 2 3
1.65/2.08	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.65/2.09	c 2	OK
1.65/2.09	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
1.65/2.09	c 2	SEARCHING: _COST <= 3
1.65/2.09	c 2	============================[ Search Statistics ]==============================
1.88/2.10	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.88/2.10	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.88/2.10	c 2	===============================================================================
1.88/2.10	c 2	|       309 |    1531    79820   230912 |    26606      309     30 | 58.251 % |
1.88/2.10	c 2	|       409 |    1531    79820   230912 |    29267      409     26 | 65.069 % |
1.88/2.11	c 2	|       559 |    1531    79820   230912 |    32194      559     24 | 65.069 % |
1.88/2.13	c 2	|       784 |    1531    79820   230912 |    35413      784     21 | 65.069 % |
1.88/2.16	c 2	|      1121 |    1531    79820   230912 |    38954     1121     22 | 65.069 % |
1.98/2.22	c 2	|      1627 |    1281     7392    20557 |    42850     1615     22 | 65.069 % |
1.98/2.28	c 2	|      2386 |    1281     7392    20557 |    47135     2374     22 | 65.069 % |
2.07/2.39	c 3	|      3525 |    1281     7392    20557 |    51848     3513     20 | 65.069 % |
2.27/2.56	c 3	|      5233 |    1281     7392    20557 |    57033     5221     21 | 65.069 % |
2.57/2.84	c 3	|      7797 |    1281     7392    20557 |    62737     7785     21 | 65.069 % |
3.07/3.34	c 4	|     11641 |    1281     7392    20557 |    69010    11629     21 | 65.069 % |
3.97/4.28	c 4	|     17407 |    1281     7392    20557 |    75911    17395     21 | 65.069 % |
5.76/6.04	c 6	|     26056 |    1281     7392    20557 |    83503    26044     21 | 65.069 % |
8.84/9.11	c 9	|     39033 |    1281     7392    20557 |    91853    39021     20 | 65.069 % |
16.80/17.18	c 17	|     58494 |    1281     7392    20557 |   101038    58482     20 | 65.069 % |
34.98/35.35	c 36	|     87686 |    1281     7392    20557 |   111142    87674     20 | 65.069 % |
71.77/72.18	c 72	|    131475 |    1281     7392    20557 |   122256    34749     21 | 65.069 % |
109.05/109.42	c 110	|    197164 |    1281     7392    20557 |   134482   100438     20 | 65.069 % |
176.52/176.93	c 177	|    295690 |    1281     7392    20557 |   147930    82709     19 | 65.069 % |
285.77/286.24	c 286	|    443479 |    1281     7392    20557 |   162723    96204     19 | 65.069 % |
504.17/504.78	c 505	|    665162 |    1281     7392    20557 |   178996    21228     17 | 65.069 % |
788.33/789.07	c 789	|    997687 |    1281     7392    20557 |   196895    27090     18 | 65.069 % |
1222.94/1223.89	c 1224	|   1496475 |    1281     7392    20557 |   216585   163538     18 | 65.069 % |
1579.38/1580.42	c 1581	===============================================================================
1579.38/1580.42	c 1581	restarts              : 30
1579.38/1580.42	c 1581	conflicts             : 1859404       (1179 /sec)
1579.38/1580.42	c 1581	decisions             : 2014136       (0.79 % random) (1277 /sec)
1579.38/1580.42	c 1581	propagations          : 436915507      (276965 /sec)
1579.38/1580.42	c 1581	conflict literals     : 36315744       (26.90 % deleted)
1579.38/1580.42	c 1581	Memory used           : 33.40 MB
1579.38/1580.42	c 1581	CPU time              : 1577.51 s
1579.38/1580.42	c 1581	
1579.38/1580.42	c 1581	UNSATISFIABLE
1579.38/1580.42	c 1581	OK
1579.38/1580.42	c 1581	NOT FOUND: _COST <= 3
1579.38/1580.42	c 1581	OK
1579.38/1580.42	c 1581	OBJECTIVE BOUND: 4 <= _COST <= 7
1579.38/1580.42	c 1581	SEARCHING: _COST <= 5
1579.38/1580.42	c 1581	============================[ Search Statistics ]==============================
1579.38/1580.42	c 1581	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1579.38/1580.42	c 1581	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1579.38/1580.42	c 1581	===============================================================================
1579.38/1580.42	c 1581	|   1859404 |    1273     7357    20476 |     2452   108426     19 | 65.069 % |
1580.58/1581.70	c 1582	|   1859504 |    1273     7357    20476 |     2697     3437     14 | 65.286 % |
1580.68/1581.71	c 1582	|   1859655 |    1273     7357    20476 |     2967     3588     14 | 65.286 % |
1580.68/1581.73	c 1582	|   1859880 |    1273     7357    20476 |     3264     3813     14 | 65.286 % |
1580.68/1581.74	c 1582	===============================================================================
1580.68/1581.74	c 1582	restarts              : 34
1580.68/1581.74	c 1582	conflicts             : 1860083       (1178 /sec)
1580.68/1581.74	c 1582	decisions             : 2015064       (0.79 % random) (1276 /sec)
1580.68/1581.74	c 1582	propagations          : 437036914      (276809 /sec)
1580.68/1581.74	c 1582	conflict literals     : 36331041       (26.89 % deleted)
1580.68/1581.74	c 1582	Memory used           : 33.40 MB
1580.68/1581.74	c 1582	CPU time              : 1578.84 s
1580.68/1581.74	c 1582	
1580.68/1581.74	c 1582	SATISFIABLE
1580.68/1581.75	c 1582	OK
1580.68/1581.75	c 1582	FOUND: _COST <= 5
1580.68/1581.75	c 1582	DECODING HOME/temp.out WITH HOME/temp.map
1580.68/1581.75	c 1582	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1580.72/1581.83	c 1582	Decoding HOME/temp.out
1580.72/1581.89	c 1582	OBJECTIVE _COST 5
1580.72/1581.89	o 5
1580.72/1581.90	v 1 3 3 3 1 2 2 2 2 1 3 1 0 0 0 1 2 0 2 2 1 0 3 1 0 2 0 1 2 2 2 2 2 3 1 0 0 0 1 2 2 2 2 2 0 3 3
1580.72/1581.90	c 1582	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1580.72/1581.91	c 1582	OK
1580.72/1581.91	c 1582	OBJECTIVE BOUND: 4 <= _COST <= 5
1580.72/1581.91	c 1582	SEARCHING: _COST <= 4
1580.72/1581.91	c 1582	============================[ Search Statistics ]==============================
1580.72/1581.91	c 1582	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1580.72/1581.91	c 1582	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1580.72/1581.91	c 1582	===============================================================================
1580.72/1581.91	c 1582	|   1860083 |    1273     7357    20476 |     2452     4016     15 | 65.286 % |
1580.72/1581.92	c 1582	|   1860184 |    1272     7357    20476 |     2697     4117     15 | 68.831 % |
1580.72/1581.93	c 1582	|   1860334 |    1272     7357    20476 |     2967     4267     15 | 68.831 % |
1580.72/1581.96	c 1582	|   1860561 |    1272     7357    20476 |     3264     4494     15 | 68.831 % |
1580.97/1582.01	c 1582	|   1860901 |    1272     7357    20476 |     3590     4834     16 | 68.831 % |
1580.97/1582.06	c 1582	|   1861407 |    1272     7357    20476 |     3949     5340     16 | 68.831 % |
1581.07/1582.13	c 1582	|   1862166 |    1272     7357    20476 |     4344     6099     16 | 68.831 % |
1581.17/1582.26	c 1582	|   1863305 |    1272     7357    20476 |     4778     3640     18 | 68.831 % |
1581.37/1582.43	c 1583	|   1865013 |    1272     7357    20476 |     5256     5348     18 | 68.831 % |
1581.67/1582.70	c 1583	|   1867578 |    1272     7357    20476 |     5782     7913     18 | 68.831 % |
1582.07/1583.13	c 1583	|   1871422 |    1143     5776    16121 |     6360     7325     20 | 68.831 % |
1582.17/1583.20	c 1583	===============================================================================
1582.17/1583.20	c 1583	restarts              : 45
1582.17/1583.20	c 1583	conflicts             : 1872022       (1185 /sec)
1582.17/1583.20	c 1583	decisions             : 2028549       (0.79 % random) (1284 /sec)
1582.17/1583.20	c 1583	propagations          : 440081229      (278510 /sec)
1582.17/1583.20	c 1583	conflict literals     : 36568974       (26.88 % deleted)
1582.17/1583.20	c 1583	Memory used           : 33.40 MB
1582.17/1583.20	c 1583	CPU time              : 1580.13 s
1582.17/1583.20	c 1583	
1582.17/1583.20	c 1583	SATISFIABLE
1582.17/1583.20	c 1583	OK
1582.17/1583.20	c 1583	FOUND: _COST <= 4
1582.17/1583.20	c 1583	DECODING HOME/temp.out WITH HOME/temp.map
1582.17/1583.20	c 1583	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1582.17/1583.28	c 1583	Decoding HOME/temp.out
1582.18/1583.34	c 1584	OBJECTIVE _COST 4
1582.18/1583.34	o 4
1582.18/1583.34	v 1 2 3 0 1 3 3 3 3 1 2 1 2 0 2 2 1 0 0 0 1 2 3 1 2 0 0 1 1 0 0 0 1 2 1 2 0 2 2 1 0 0 0 1 2 3 3
1582.18/1583.35	c 1584	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1582.18/1583.36	c 1584	OK
1582.18/1583.36	c 1584	OBJECTIVE _COST 4
1582.18/1583.36	s OPTIMUM FOUND
1582.18/1583.36	c 1584	CPU 1581.94 (0.07 0.02 1581.87 0.39)
1582.18/1583.36	c 1584	END Fri Jul 11 15:49:17 2008

Verifier Data (download as text)

OK	4	232
4 unsatisfied constraints, 232 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-1108499-1215782573/watcher-1108499-1215782573 -o /tmp/evaluation-result-1108499-1215782573/solver-1108499-1215782573 -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-1108499-1215782573.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.23 2.56 2.60 4/81 14840
/proc/meminfo: memFree=1024864/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=12268 CPUtime=0
/proc/14840/stat : 14840 (sugar++) R 14838 14840 14660 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 34956226 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14840/statm: 3067 316 241 3 0 167 0

[startup+0.0150419 s]
/proc/loadavg: 2.23 2.56 2.60 4/81 14840
/proc/meminfo: memFree=1024864/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=12272 CPUtime=0
/proc/14840/stat : 14840 (sugar++) D 14838 14840 14660 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 34956226 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 240577641061 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/14840/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.100871 s]
/proc/loadavg: 2.23 2.56 2.60 4/81 14840
/proc/meminfo: memFree=1024864/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=13600 CPUtime=0.04
/proc/14840/stat : 14840 (sugar++) R 14838 14840 14660 0 -1 4194304 776 0 0 0 3 1 0 0 18 0 1 0 34956226 13926400 744 996147200 4194304 4206940 548682068528 18446744073709551615 240597092374 0 0 4224 0 0 0 0 17 1 0 0
/proc/14840/statm: 3400 744 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301906 s]
/proc/loadavg: 2.23 2.56 2.60 4/81 14840
/proc/meminfo: memFree=1024864/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16740 CPUtime=0.07
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 34956226 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701973 s]
/proc/loadavg: 2.23 2.56 2.60 4/81 14840
/proc/meminfo: memFree=1024864/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16740 CPUtime=0.33
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1296 4160 0 1 6 2 22 3 15 0 1 0 34956226 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16740

[startup+1.50111 s]
/proc/loadavg: 2.23 2.56 2.60 4/92 14862
/proc/meminfo: memFree=1009152/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.21
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1603 14523 0 3 6 2 102 11 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 16872

[startup+3.10238 s]
/proc/loadavg: 2.23 2.56 2.60 4/83 14913
/proc/meminfo: memFree=1015112/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 15 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=5552 CPUtime=1.08
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 1349 0 0 0 107 1 0 0 24 0 1 0 34956341 5685248 1288 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14863/statm: 1388 1288 80 151 0 1234 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 22424

[startup+6.30192 s]
/proc/loadavg: 2.21 2.55 2.60 3/83 14913
/proc/meminfo: memFree=1014408/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=6892 CPUtime=4.27
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 1669 0 0 0 426 1 0 0 25 0 1 0 34956341 7057408 1608 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14863/statm: 1723 1608 80 151 0 1569 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 23764

[startup+12.703 s]
/proc/loadavg: 2.19 2.54 2.60 3/83 14913
/proc/meminfo: memFree=1011528/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=9392 CPUtime=10.63
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 2278 0 0 0 1062 1 0 0 25 0 1 0 34956341 9617408 2217 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/14863/statm: 2348 2217 80 151 0 2194 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 26264

[startup+25.5011 s]
/proc/loadavg: 2.15 2.51 2.59 3/83 14983
/proc/meminfo: memFree=1036168/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=12188 CPUtime=23.4
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 2977 0 0 0 2337 3 0 0 25 0 1 0 34956341 12480512 2916 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 3047 2916 80 151 0 2893 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 29060

[startup+51.1014 s]
/proc/loadavg: 2.10 2.47 2.57 3/83 14983
/proc/meminfo: memFree=1032584/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=15876 CPUtime=48.99
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 3855 0 0 0 4895 4 0 0 25 0 1 0 34956341 16257024 3794 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 3969 3794 80 151 0 3815 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 32748

[startup+102.306 s]
/proc/loadavg: 2.04 2.39 2.54 3/83 14983
/proc/meminfo: memFree=1030600/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=17800 CPUtime=100.17
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 4313 0 0 0 10013 4 0 0 25 0 1 0 34956341 18227200 4252 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 4450 4252 80 151 0 4296 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 34672

[startup+162.301 s]
/proc/loadavg: 2.01 2.32 2.50 3/83 14983
/proc/meminfo: memFree=1027720/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=20604 CPUtime=160.14
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 5004 0 0 0 16008 6 0 0 25 0 1 0 34956341 21098496 4943 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 5151 4943 80 151 0 4997 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 37476

[startup+222.301 s]
/proc/loadavg: 2.00 2.26 2.47 3/83 14983
/proc/meminfo: memFree=1026440/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=21620 CPUtime=220.11
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 5274 0 0 0 22005 6 0 0 25 0 1 0 34956341 22138880 5205 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 5405 5205 80 151 0 5251 0
Current children cumulated CPU time (s) 221.9
Current children cumulated vsize (KiB) 38492

[startup+282.302 s]
/proc/loadavg: 2.00 2.21 2.43 3/83 14983
/proc/meminfo: memFree=1025928/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=22532 CPUtime=280.08
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 5425 0 0 0 28002 6 0 0 25 0 1 0 34956341 23072768 5356 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 5633 5356 80 151 0 5479 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 39404

[startup+342.301 s]
/proc/loadavg: 2.00 2.17 2.41 3/83 14983
/proc/meminfo: memFree=1025544/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=22932 CPUtime=340.05
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 5512 0 0 0 33999 6 0 0 25 0 1 0 34956341 23482368 5443 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 5733 5443 80 151 0 5579 0
Current children cumulated CPU time (s) 341.84
Current children cumulated vsize (KiB) 39804

[startup+402.301 s]
/proc/loadavg: 2.00 2.14 2.38 3/83 14983
/proc/meminfo: memFree=1023944/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=24524 CPUtime=400.03
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 5915 0 0 0 39996 7 0 0 25 0 1 0 34956341 25112576 5846 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 6131 5846 80 151 0 5977 0
Current children cumulated CPU time (s) 401.82
Current children cumulated vsize (KiB) 41396

[startup+462.302 s]
/proc/loadavg: 2.00 2.11 2.35 3/83 14983
/proc/meminfo: memFree=1023432/2055920 swapFree=4192956/4192956

################
# More data... #
################


[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/83 14983
/proc/meminfo: memFree=1016968/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=31940 CPUtime=1179.67
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7600 0 0 0 117958 9 0 0 25 0 1 0 34956341 32706560 7531 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 7985 7531 80 151 0 7831 0
Current children cumulated CPU time (s) 1181.46
Current children cumulated vsize (KiB) 48812

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.15 3/83 14983
/proc/meminfo: memFree=1016648/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=32140 CPUtime=1239.64
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7638 0 0 0 123955 9 0 0 25 0 1 0 34956341 32911360 7569 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8035 7569 80 151 0 7881 0
Current children cumulated CPU time (s) 1241.43
Current children cumulated vsize (KiB) 49012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/83 14983
/proc/meminfo: memFree=1015944/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=33072 CPUtime=1299.62
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7811 0 0 0 129953 9 0 0 25 0 1 0 34956341 33865728 7742 996147200 134512640 135134323 4294956192 18446744073709551615 134524675 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8268 7742 80 151 0 8114 0
Current children cumulated CPU time (s) 1301.41
Current children cumulated vsize (KiB) 49944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/83 14983
/proc/meminfo: memFree=1015816/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=33236 CPUtime=1359.58
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7843 0 0 0 135949 9 0 0 25 0 1 0 34956341 34033664 7774 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8309 7774 80 151 0 8155 0
Current children cumulated CPU time (s) 1361.37
Current children cumulated vsize (KiB) 50108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.11 3/83 14983
/proc/meminfo: memFree=1015688/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=33384 CPUtime=1419.57
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7872 0 0 0 141947 10 0 0 25 0 1 0 34956341 34185216 7803 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8346 7803 80 151 0 8192 0
Current children cumulated CPU time (s) 1421.36
Current children cumulated vsize (KiB) 50256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/83 14983
/proc/meminfo: memFree=1015240/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=33968 CPUtime=1479.53
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7986 0 0 0 147943 10 0 0 25 0 1 0 34956341 34783232 7917 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8492 7917 80 151 0 8338 0
Current children cumulated CPU time (s) 1481.32
Current children cumulated vsize (KiB) 50840

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/83 14983
/proc/meminfo: memFree=1015176/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34048 CPUtime=1539.51
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 7999 0 0 0 153941 10 0 0 25 0 1 0 34956341 34865152 7930 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8512 7930 80 151 0 8358 0
Current children cumulated CPU time (s) 1541.3
Current children cumulated vsize (KiB) 50920

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

[startup+1561.5 s]
/proc/loadavg: 2.08 2.02 2.09 3/83 14983
/proc/meminfo: memFree=1015176/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34048 CPUtime=1558.7
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 8004 0 0 0 155860 10 0 0 25 0 1 0 34956341 34865152 7935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8512 7935 80 151 0 8358 0
Current children cumulated CPU time (s) 1560.49
Current children cumulated vsize (KiB) 50920

[startup+1574.3 s]
/proc/loadavg: 2.13 2.03 2.10 3/83 14983
/proc/meminfo: memFree=1015048/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34200 CPUtime=1571.49
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 8033 0 0 0 157139 10 0 0 25 0 1 0 34956341 35020800 7964 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8550 7964 80 151 0 8396 0
Current children cumulated CPU time (s) 1573.28
Current children cumulated vsize (KiB) 51072

[startup+1577.5 s]
/proc/loadavg: 2.13 2.03 2.10 3/83 14983
/proc/meminfo: memFree=1015048/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1830 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34200 CPUtime=1574.69
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 8033 0 0 0 157459 10 0 0 25 0 1 0 34956341 35020800 7964 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8550 7964 80 151 0 8396 0
Current children cumulated CPU time (s) 1576.48
Current children cumulated vsize (KiB) 51072

[startup+1580.71 s]
/proc/loadavg: 2.12 2.03 2.10 3/83 14983
/proc/meminfo: memFree=1015048/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.79
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1832 29583 0 7 6 2 150 21 16 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34200 CPUtime=1577.89
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 8035 0 0 0 157779 10 0 0 25 0 1 0 34956341 35020800 7964 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8550 7964 80 151 0 8396 0
Current children cumulated CPU time (s) 1579.68
Current children cumulated vsize (KiB) 51072

[startup+1582.3 s]
/proc/loadavg: 2.12 2.03 2.10 3/83 14983
/proc/meminfo: memFree=1015048/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.95
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1900 33349 0 8 6 2 162 25 15 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34200 CPUtime=1579.32
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 8037 0 0 0 157922 10 0 0 25 0 1 0 34956341 35020800 7964 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8550 7964 80 151 0 8396 0
Current children cumulated CPU time (s) 1581.27
Current children cumulated vsize (KiB) 51072

[startup+1583.1 s]
/proc/loadavg: 2.11 2.03 2.09 3/83 14993
/proc/meminfo: memFree=1014792/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.95
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1900 33349 0 8 6 2 162 25 15 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34200 CPUtime=1580.12
/proc/14863/stat : 14863 (minisat-inc) R 14840 14840 14660 0 -1 4194304 8037 0 0 0 158002 10 0 0 25 0 1 0 34956341 35020800 7964 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 8550 7964 80 151 0 8396 0
Current children cumulated CPU time (s) 1582.07
Current children cumulated vsize (KiB) 51072

[startup+1583.3 s]
/proc/loadavg: 2.11 2.03 2.09 3/83 14993
/proc/meminfo: memFree=1014792/2055920 swapFree=4192956/4192956
[pid=14840] ppid=14838 vsize=16872 CPUtime=1.96
/proc/14840/stat : 14840 (sugar++) S 14838 14840 14660 0 -1 4194304 1953 33349 0 8 7 2 162 25 15 0 1 0 34956226 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 4218 1119 414 3 0 797 0
[pid=14863] ppid=14840 vsize=34200 CPUtime=1580.22
/proc/14863/stat : 14863 (minisat-inc) S 14840 14840 14660 0 -1 4194304 8039 0 0 0 158012 10 0 0 25 0 1 0 34956341 35020800 7964 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/14863/statm: 8550 7964 80 151 0 8396 0
Current children cumulated CPU time (s) 1582.18
Current children cumulated vsize (KiB) 51072

Child status: 0
Real time (s): 1583.37
CPU time (s): 1582.37
CPU user time (s): 1581.95
CPU system time (s): 0.422935
CPU usage (%): 99.9368
Max. virtual memory (cumulated for all children) (KiB): 890544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1581.95
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47202
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= 3313
involuntary context switches= 9450

runsolver used 1.68374 second user time and 4.11137 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-11 15:22:53
IDJOB=1108499
IDBENCH=60727
IDSOLVER=367
FILE ID=node50/1108499-1215782573
PBS_JOBID= 7903101
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/coloring/normalized-myciel-5g-4-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-1108499-1215782573/watcher-1108499-1215782573 -o /tmp/evaluation-result-1108499-1215782573/solver-1108499-1215782573 -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-1108499-1215782573.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 174aee4ff53d2fa062227496e7b76689
RANDOM SEED=1957396256

node50.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.281
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.281
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:       1025344 kB
Buffers:         53092 kB
Cached:         857360 kB
SwapCached:          0 kB
Active:         505244 kB
Inactive:       456796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1025344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:          71680 kB
Slab:            53540 kB
Committed_AS:   176688 kB
PageTables:       2116 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= 66440 MiB
End job on node50 at 2008-07-11 15:49:17