Trace number 1113561

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-incMSAT (TO)31 3600.1 3609.65

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles500-10.xml
MD5SUM4e14be268e006f867b23a851d853e2f8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints1170
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1170
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.07	c 0	BEGIN Sat Jul 12 20:16:56 2008
0.04/0.07	c 0	PID 13174
0.04/0.07	c 0	HOST node79.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-1113561-1215886616.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-1113561-1215886616.xml' 'HOME/temp.csp'
0.05/0.45	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 1170 constraints
0.05/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.49	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.56	c 1	Parsing HOME/temp.csp
0.43/0.71	c 1	parsed 1300 expressions
0.43/0.71	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.73	c 1	MAX CSP: 1170 constraints
0.43/0.73	c 1	Converting to clausal form CSP
0.43/0.78	c 1	converted 248 (10%) expressions
0.43/0.82	c 1	converted 495 (20%) expressions
0.43/0.91	c 1	converted 742 (30%) expressions
0.43/0.92	c 1	converted 990 (40%) expressions
0.43/0.93	c 1	converted 1237 (50%) expressions
0.43/0.94	c 1	converted 1484 (60%) expressions
0.43/0.95	c 1	converted 1732 (70%) expressions
0.43/0.96	c 1	converted 1979 (80%) expressions
0.43/0.97	c 1	converted 2226 (90%) expressions
0.93/1.09	c 1	converted 2473 (100%) expressions
0.93/1.09	c 1	CSP : 2468 integers, 0 booleans, 3509 clauses, largest domain size 1756
0.93/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	Propagation in CSP
1.03/1.15	c 1	1166 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.15	c 1	CSP : 2468 integers, 0 booleans, 3509 clauses, largest domain size 1171
1.03/1.15	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.18	c 1	CSP : 2468 integers, 2340 booleans, 5849 clauses, largest domain size 1171
1.03/1.18	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.24	c 1	247 (10%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.12/1.24	c 1	494 (20%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.12/1.24	c 1	741 (30%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.12/1.24	c 1	988 (40%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.12/1.24	c 1	1234 (50%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.12/1.25	c 1	1481 (60%) CSP integer variables are encoded (3273 clauses, 40645 bytes)
1.12/1.26	c 1	1728 (70%) CSP integer variables are encoded (12993 clauses, 176264 bytes)
1.12/1.27	c 1	1975 (80%) CSP integer variables are encoded (18009 clauses, 251504 bytes)
1.12/1.27	c 1	2222 (90%) CSP integer variables are encoded (19863 clauses, 279314 bytes)
1.12/1.28	c 1	2468 (100%) CSP integer variables are encoded (22381 clauses, 317084 bytes)
1.22/1.31	c 1	585 (10%) CSP clauses are encoded (26476 clauses, 384632 bytes)
1.22/1.33	c 1	1170 (20%) CSP clauses are encoded (30571 clauses, 455816 bytes)
1.22/1.34	c 1	1755 (30%) CSP clauses are encoded (34666 clauses, 527180 bytes)
1.22/1.36	c 1	2340 (40%) CSP clauses are encoded (38761 clauses, 598724 bytes)
1.22/1.38	c 1	2925 (50%) CSP clauses are encoded (42856 clauses, 670430 bytes)
1.22/1.39	c 1	3510 (60%) CSP clauses are encoded (46951 clauses, 743486 bytes)
1.42/1.54	c 1	4095 (70%) CSP clauses are encoded (137346 clauses, 2389185 bytes)
3.79/3.99	c 4	4680 (80%) CSP clauses are encoded (1447743 clauses, 29611573 bytes)
3.99/4.15	c 4	5265 (90%) CSP clauses are encoded (1538138 clauses, 31522369 bytes)
4.48/4.61	c 5	5849 (100%) CSP clauses are encoded (1800790 clauses, 37124867 bytes)
4.48/4.61	c 5	5849 CSP clauses encoded
4.48/4.61	c 5	Writing map file : HOME/temp.map
4.48/4.64	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.64	c 5	SAT : 27189 SAT variables, 1800790 SAT clauses, 37124867 bytes
4.48/4.64	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.66	c 5	OBJECTIVE minimize _COST
4.48/4.66	c 5	SOLVING HOME/temp.cnf
4.48/4.66	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.48/4.66	c 5	This is MiniSat 2.0 beta incremental
4.48/4.66	c 5	WARNING: for repeatability, setting FPU to use double precision
4.48/4.66	c 5	============================[ Problem Statistics ]=============================
4.48/4.66	c 5	|                                                                             |
4.48/4.66	c 5	|  Number of variables:  27189                                                |
4.48/4.66	c 5	|  Number of clauses:    1800790                                              |
5.27/5.44	c 5	|  Parsing time:         0.66         s                                       |
5.27/5.47	c 5	OK
5.27/5.47	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
5.27/5.47	c 5	SEARCHING: _COST <= 585
5.27/5.47	c 5	============================[ Search Statistics ]==============================
5.27/5.47	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.27/5.47	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.27/5.47	c 5	===============================================================================
5.27/5.47	c 5	|         0 |   27189  1800790  5331425 |   600263        0    nan |  0.000 % |
5.46/5.64	c 6	===============================================================================
5.46/5.64	c 6	restarts              : 1
5.46/5.64	c 6	conflicts             : 0             (0 /sec)
5.46/5.64	c 6	decisions             : 1777          (0.56 % random) (2050 /sec)
5.46/5.64	c 6	propagations          : 27189          (31365 /sec)
5.46/5.64	c 6	conflict literals     : 0              ( nan % deleted)
5.46/5.64	c 6	Memory used           : 76.11 MB
5.46/5.64	c 6	CPU time              : 0.866868 s
5.46/5.64	c 6	
5.46/5.64	c 6	SATISFIABLE
5.46/5.65	c 6	OK
5.46/5.65	c 6	FOUND: _COST <= 585
5.46/5.65	s SATISFIABLE
5.46/5.65	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.46/5.65	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.52/5.73	c 6	Decoding HOME/temp.out
5.52/5.87	c 6	OBJECTIVE _COST 571
5.52/5.87	o 571
5.52/5.88	v 6 5 2 2 5 6 0 1 3 1 6 4 7 2 3 5 7 4 6 0 5 1 8 2 3 6 2 3 7 4 7 6 7 8 8 5 8 6 7 8 7 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
5.52/5.88	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.52/5.92	c 6	OK
5.52/5.92	c 6	OBJECTIVE BOUND: 0 <= _COST <= 571
5.52/5.92	c 6	SEARCHING: _COST <= 285
5.52/5.92	c 6	============================[ Search Statistics ]==============================
5.52/5.93	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.52/5.93	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.52/5.93	c 6	===============================================================================
5.52/5.93	c 6	|         0 |   27189  1800790  5331425 |   600263        0    nan |  0.000 % |
5.83/6.01	c 6	|       100 |   20586  1800790  5331425 |   660289      100     43 | 24.286 % |
6.02/6.20	c 6	===============================================================================
6.02/6.20	c 6	restarts              : 3
6.02/6.20	c 6	conflicts             : 169           (147 /sec)
6.02/6.20	c 6	decisions             : 3614          (0.64 % random) (3140 /sec)
6.02/6.20	c 6	propagations          : 191159         (166106 /sec)
6.02/6.20	c 6	conflict literals     : 6824           (11.78 % deleted)
6.02/6.20	c 6	Memory used           : 77.27 MB
6.02/6.20	c 6	CPU time              : 1.15082 s
6.02/6.20	c 6	
6.02/6.20	c 6	SATISFIABLE
6.02/6.21	c 6	OK
6.02/6.21	c 6	FOUND: _COST <= 285
6.02/6.21	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.02/6.21	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.02/6.29	c 6	Decoding HOME/temp.out
6.03/6.43	c 6	OBJECTIVE _COST 285
6.03/6.43	o 285
6.03/6.44	v 6 8 2 9 6 6 2 4 3 7 3 9 3 0 7 7 4 8 7 9 4 2 7 7 9 5 5 6 2 8 7 8 1 9 8 1 7 4 7 6 6 5 5 9 8 0 6 7 2 9 7 7 5 8 1 9 7 5 8 0 4 8 2 4 2 3 4 7 8 5 1 5 3 8 6 6 3 0 9 3 6 7 6 4 7 9 9 8 5 4 9 9 9 9 4 9 6 6 1 0 1 2 8 7 1 6 0 0 1 2 2 9 8 3 1 2 6 3 6 8 8 8 3 8 8 9 5 6
6.03/6.44	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.03/6.47	c 6	OK
6.03/6.47	c 6	OBJECTIVE BOUND: 0 <= _COST <= 285
6.03/6.47	c 6	SEARCHING: _COST <= 142
6.03/6.48	c 6	============================[ Search Statistics ]==============================
6.03/6.49	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.03/6.49	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.03/6.49	c 6	===============================================================================
6.03/6.49	c 6	|       169 |   20586  1800790  5331425 |   600263      169     40 | 24.286 % |
6.31/6.54	c 6	===============================================================================
6.31/6.54	c 6	restarts              : 4
6.31/6.54	c 6	conflicts             : 231           (187 /sec)
6.31/6.54	c 6	decisions             : 4169          (0.60 % random) (3382 /sec)
6.31/6.54	c 6	propagations          : 226630         (183832 /sec)
6.31/6.54	c 6	conflict literals     : 9152           (9.39 % deleted)
6.31/6.54	c 6	Memory used           : 77.65 MB
6.31/6.54	c 6	CPU time              : 1.23281 s
6.31/6.54	c 6	
6.31/6.54	c 6	SATISFIABLE
6.31/6.55	c 6	OK
6.31/6.55	c 6	FOUND: _COST <= 142
6.31/6.55	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.31/6.55	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.35/6.63	c 7	Decoding HOME/temp.out
6.35/6.80	c 7	OBJECTIVE _COST 142
6.35/6.80	o 142
6.35/6.80	v 6 9 3 3 5 4 1 2 2 4 3 6 9 3 6 5 9 2 5 9 9 2 2 1 0 8 1 7 5 9 8 8 9 2 8 3 7 4 7 7 1 6 6 7 9 8 9 6 1 9 7 5 7 9 0 5 7 0 8 7 2 6 7 4 3 5 1 4 2 6 3 6 9 4 8 7 5 0 9 5 4 6 9 6 5 8 7 8 8 1 0 9 3 9 9 1 6 4 1 3 4 0 9 0 2 6 2 2 3 1 7 8 8 5 3 6 4 5 9 5 1 5 6 4 8 7 5 3
6.35/6.81	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.35/6.81	c 7	OK
6.35/6.82	c 7	OBJECTIVE BOUND: 0 <= _COST <= 142
6.35/6.82	c 7	SEARCHING: _COST <= 71
6.35/6.83	c 7	============================[ Search Statistics ]==============================
6.35/6.84	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.35/6.84	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.35/6.84	c 7	===============================================================================
6.35/6.84	c 7	|       231 |   17131  1800790  5331425 |   600263      231     40 | 24.286 % |
6.70/6.96	c 7	|       331 |   17131  1800790  5331425 |   660289      331     36 | 44.993 % |
6.80/7.01	c 7	|       484 |   17131  1800790  5331425 |   726318      484     38 | 44.993 % |
6.80/7.06	c 7	|       710 |   17131  1800790  5331425 |   798950      710     35 | 44.993 % |
6.90/7.16	c 7	|      1048 |   17131  1800790  5331425 |   878845     1048     35 | 44.993 % |
7.00/7.24	c 7	|      1554 |   17131  1800790  5331425 |   966730     1554     32 | 44.993 % |
7.30/7.56	c 8	|      2313 |   17131  1800790  5331425 |  1063403     2313     38 | 44.993 % |
7.60/7.80	c 8	|      3452 |   17131  1800790  5331425 |  1169743     3452     36 | 44.993 % |
7.70/7.90	c 8	===============================================================================
7.70/7.90	c 8	restarts              : 12
7.70/7.90	c 8	conflicts             : 4042          (1733 /sec)
7.70/7.90	c 8	decisions             : 11037         (0.53 % random) (4732 /sec)
7.70/7.90	c 8	propagations          : 1439089        (616934 /sec)
7.70/7.90	c 8	conflict literals     : 149373         (5.46 % deleted)
7.70/7.90	c 8	Memory used           : 78.17 MB
7.70/7.90	c 8	CPU time              : 2.33264 s
7.70/7.90	c 8	
7.70/7.91	c 8	SATISFIABLE
7.70/7.91	c 8	OK
7.70/7.91	c 8	FOUND: _COST <= 71
7.70/7.91	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.70/7.91	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.70/7.99	c 8	Decoding HOME/temp.out
7.72/8.13	c 8	OBJECTIVE _COST 71
7.72/8.13	o 71
7.72/8.14	v 4 6 5 6 6 1 4 5 8 5 7 0 7 2 8 6 9 7 1 8 5 2 0 4 3 4 0 4 7 9 9 8 1 8 9 7 9 6 2 2 8 6 8 8 5 6 7 9 3 3 9 0 9 9 5 9 2 9 8 6 0 9 5 6 6 2 3 9 7 8 2 3 6 9 1 1 3 3 6 2 2 1 5 8 4 3 7 2 5 3 3 6 2 8 8 4 8 0 3 5 0 5 7 1 1 4 0 8 1 7 3 6 1 4 7 4 0 2 4 6 5 9 8 9 7 7 3 7
7.72/8.14	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.72/8.18	c 8	OK
7.72/8.18	c 8	OBJECTIVE BOUND: 0 <= _COST <= 71
7.72/8.18	c 8	SEARCHING: _COST <= 35
7.72/8.18	c 8	============================[ Search Statistics ]==============================
7.72/8.18	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.72/8.18	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.72/8.18	c 8	===============================================================================
7.72/8.18	c 8	|      4042 |   14956  1800790  5331425 |   600263     4042     37 | 44.993 % |
7.97/8.24	c 8	|      4143 |   14956  1800790  5331425 |   660289     4143     37 | 50.855 % |
7.97/8.28	c 8	|      4293 |   14956  1800790  5331425 |   726318     4293     37 | 50.855 % |
8.07/8.32	c 8	|      4518 |   14956  1800790  5331425 |   798950     4518     36 | 50.855 % |
8.26/8.55	c 8	|      4856 |   14956  1800790  5331425 |   878845     4856     36 | 50.855 % |
8.36/8.62	c 9	|      5362 |   14956  1800790  5331425 |   966730     5362     36 | 50.855 % |
8.36/8.69	c 9	|      6121 |   14956  1800790  5331425 |  1063403     6121     33 | 50.855 % |
8.46/8.80	c 9	|      7263 |   14956  1800790  5331425 |  1169743     7263     33 | 50.855 % |
8.65/8.94	c 9	|      8971 |   14956  1800790  5331425 |  1286717     8971     32 | 50.855 % |
8.85/9.16	c 9	|     11534 |   14956  1800790  5331425 |  1415389    11534     33 | 50.855 % |
9.15/9.43	c 9	|     15378 |   14956  1800790  5331425 |  1556928    15378     30 | 50.855 % |
10.13/10.49	c 10	|     21145 |   14956  1800790  5331425 |  1712621    21145     31 | 50.855 % |
11.61/11.93	c 12	|     29795 |   14956  1800790  5331425 |  1883883    29795     32 | 50.855 % |
16.46/16.83	c 17	|     42769 |   14956  1800790  5331425 |  2072271    42769     36 | 50.855 % |
27.33/27.85	c 28	|     62230 |   13362   247156   710905 |  2279499    62182     47 | 50.855 % |
60.94/61.82	c 62	|     91422 |   13362   247156   710905 |  2507448    91374     55 | 50.855 % |
103.26/104.66	c 105	|    135211 |   13362   247156   710905 |  2758193   135163     58 | 50.855 % |
220.42/223.19	c 223	|    200895 |   13362   247156   710905 |  3034013   200847     57 | 50.855 % |
220.81/223.54	c 223	===============================================================================
220.81/223.55	c 223	restarts              : 30
220.81/223.55	c 223	conflicts             : 201187        (935 /sec)
220.81/223.55	c 223	decisions             : 244085        (0.58 % random) (1134 /sec)
220.81/223.55	c 223	propagations          : 123103166      (572021 /sec)
220.81/223.55	c 223	conflict literals     : 11471417       (18.37 % deleted)
220.81/223.55	c 223	Memory used           : 92.73 MB
220.81/223.55	c 223	CPU time              : 215.207 s
220.81/223.55	c 223	
220.81/223.55	c 223	SATISFIABLE
220.81/223.56	c 224	OK
220.81/223.56	c 224	FOUND: _COST <= 35
220.81/223.56	c 224	DECODING HOME/temp.out WITH HOME/temp.map
220.81/223.56	c 224	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
220.87/223.64	c 224	Decoding HOME/temp.out
220.87/223.79	c 224	OBJECTIVE _COST 35
220.87/223.79	o 35
220.87/223.80	v 2 9 6 8 8 2 9 5 9 9 7 5 8 0 3 4 8 5 6 2 6 2 6 0 5 1 1 3 7 8 8 6 7 9 6 7 9 9 9 4 8 6 2 5 7 3 4 7 3 3 8 7 5 6 7 4 3 6 2 5 4 4 9 8 4 4 9 6 9 4 1 4 7 8 5 9 9 3 7 3 5 6 0 6 4 1 9 0 7 6 8 3 7 8 0 0 2 1 5 4 1 9 6 7 5 9 2 5 0 4 3 9 8 3 1 6 1 7 2 9 7 5 2 2 0 1 4 0
220.87/223.80	c 224	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
221.19/223.94	c 224	OK
221.19/223.94	c 224	OBJECTIVE BOUND: 0 <= _COST <= 35
221.19/223.94	c 224	SEARCHING: _COST <= 17
221.19/223.94	c 224	============================[ Search Statistics ]==============================
221.19/223.94	c 224	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
221.19/223.94	c 224	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
221.19/223.94	c 224	===============================================================================
221.19/223.94	c 224	|    201187 |   11981   145054   408706 |    48351   201091     57 | 50.855 % |
222.58/225.30	c 225	|    201287 |   11981   145054   408706 |    53186    19023     42 | 55.935 % |
222.58/225.39	c 225	|    201437 |   11981   145054   408706 |    58505    19173     42 | 55.935 % |
222.69/225.42	c 225	|    201662 |   11981   145054   408706 |    64355    19398     41 | 55.935 % |
222.69/225.46	c 225	|    201999 |   11981   145054   408706 |    70791    19735     41 | 55.935 % |
222.79/225.52	c 225	|    202505 |   11981   145054   408706 |    77870    20241     40 | 55.935 % |
222.79/225.59	c 226	|    203265 |   11981   145054   408706 |    85657    21001     40 | 55.935 % |
223.18/225.91	c 226	|    204404 |   11981   145054   408706 |    94223    22140     39 | 55.935 % |
223.68/226.40	c 226	|    206113 |   11981   145054   408706 |   103645    23849     39 | 55.935 % |
224.19/226.97	c 227	|    208675 |   11981   145054   408706 |   114009    26411     40 | 55.935 % |
227.39/230.11	c 230	|    212519 |   11981   145054   408706 |   125410    30255     39 | 55.935 % |
228.19/231.00	c 231	|    218287 |   11981   145054   408706 |   137951    36023     37 | 55.935 % |
232.48/235.22	c 235	|    226938 |   11981   145054   408706 |   151747    44674     36 | 55.935 % |
240.98/243.77	c 244	|    239912 |   11981   145054   408706 |   166921    57648     37 | 55.935 % |
254.28/257.03	c 257	|    259373 |   11981   145054   408706 |   183614    77109     40 | 55.935 % |
283.47/286.26	c 286	|    288566 |   11981   145054   408706 |   201975   106302     42 | 55.935 % |
338.05/340.83	c 341	|    332358 |   11981   145054   408706 |   222173   150094     40 | 55.935 % |
446.11/448.91	c 449	|    398046 |   11981   145054   408706 |   244390   215782     44 | 55.935 % |
577.45/580.33	c 580	|    496572 |   11981   145054   408706 |   268829    65138     62 | 55.935 % |
825.36/828.33	c 828	|    644361 |   11981   145054   408706 |   295712   212927     53 | 55.935 % |
1192.70/1195.85	c 1196	|    866045 |   11981   145054   408706 |   325283   137307     55 | 55.935 % |
1834.45/1837.85	c 1838	|   1198570 |   11981   145054   408706 |   357811   141335     43 | 55.935 % |
2974.65/2980.61	c 2981	|   1697358 |   11981   145054   408706 |   393593   283033     44 | 55.935 % |
3600.03/3609.61	c ERROR INTERRUPTED
3600.03/3609.64	c 3610	CPU 3599.19 (0.07 0.03 3599.12 0.85)
3600.03/3609.64	c 3610	END Sat Jul 12 21:17:06 2008

Verifier Data (download as text)

OK	31	1139
31 unsatisfied constraints, 1139 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-1113561-1215886616/watcher-1113561-1215886616 -o /tmp/evaluation-result-1113561-1215886616/solver-1113561-1215886616 -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-1113561-1215886616.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: 3.73 3.11 2.80 4/106 13174
/proc/meminfo: memFree=1904080/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=12272 CPUtime=0
/proc/13174/stat : 13174 (sugar++) R 13172 13174 12638 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 45358782 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 0 0 0 0 17 0 0 0
/proc/13174/statm: 3068 364 274 3 0 168 0

[startup+0.051709 s]
/proc/loadavg: 3.73 3.11 2.80 4/106 13174
/proc/meminfo: memFree=1904080/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16080 CPUtime=0.04
/proc/13174/stat : 13174 (sugar++) R 13172 13174 12638 0 -1 4194304 916 0 0 0 3 1 0 0 18 0 1 0 45358782 16465920 884 996147200 4194304 4206940 548682068528 18446744073709551615 234045739687 0 0 4224 0 0 0 0 17 0 0 0
/proc/13174/statm: 4020 884 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101716 s]
/proc/loadavg: 3.73 3.11 2.80 4/106 13174
/proc/meminfo: memFree=1904080/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.05
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1219 128 0 0 4 1 0 0 16 0 1 0 45358782 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301735 s]
/proc/loadavg: 3.73 3.11 2.80 4/106 13174
/proc/meminfo: memFree=1904080/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.05
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1219 128 0 0 4 1 0 0 16 0 1 0 45358782 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701782 s]
/proc/loadavg: 3.73 3.11 2.80 4/106 13174
/proc/meminfo: memFree=1904080/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.43
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1296 4804 0 1 4 2 34 3 16 0 1 0 45358782 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+1.50287 s]
/proc/loadavg: 3.73 3.11 2.80 4/117 13196
/proc/meminfo: memFree=1888560/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.44
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1297 4804 0 1 5 2 34 3 15 0 1 0 45358782 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
[pid=13187] ppid=13174 vsize=5356 CPUtime=0
/proc/13187/stat : 13187 (sh) S 13174 13174 12638 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45358832 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13187/statm: 1339 233 193 169 0 50 0
[pid=13188] ppid=13187 vsize=868480 CPUtime=0.98
/proc/13188/stat : 13188 (java) S 13187 13174 12638 0 -1 0 7145 0 1 0 92 6 0 0 18 0 9 0 45358832 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13188/statm: 217120 6315 2562 9 0 211667 0
[pid=13188/tid=13189] ppid=13187 vsize=868480 CPUtime=0.63
/proc/13188/task/13189/stat : 13189 (java) R 13187 13174 12638 0 -1 64 2771 0 1 0 60 3 0 0 19 0 9 0 45358833 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4126962061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13190] ppid=13187 vsize=868480 CPUtime=0.09
/proc/13188/task/13190/stat : 13190 (java) S 13187 13174 12638 0 -1 64 2199 0 0 0 8 1 0 0 16 0 9 0 45358834 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13191] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13191/stat : 13191 (java) S 13187 13174 12638 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45358834 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13192] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13192/stat : 13192 (java) S 13187 13174 12638 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45358834 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13193] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13193/stat : 13193 (java) S 13187 13174 12638 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45358836 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13194] ppid=13187 vsize=868480 CPUtime=0.24
/proc/13188/task/13194/stat : 13194 (java) S 13187 13174 12638 0 -1 64 1483 0 0 0 23 1 0 0 16 0 9 0 45358836 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13195] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13195/stat : 13195 (java) S 13187 13174 12638 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45358836 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13196] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13196/stat : 13196 (java) S 13187 13174 12638 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45358836 889323520 6315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890576

[startup+3.10203 s]
/proc/loadavg: 3.59 3.09 2.80 4/117 13196
/proc/meminfo: memFree=1879152/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.44
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1297 4804 0 1 5 2 34 3 15 0 1 0 45358782 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
[pid=13187] ppid=13174 vsize=5356 CPUtime=0
/proc/13187/stat : 13187 (sh) S 13174 13174 12638 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45358832 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13187/statm: 1339 233 193 169 0 50 0
[pid=13188] ppid=13187 vsize=868480 CPUtime=2.56
/proc/13188/stat : 13188 (java) S 13187 13174 12638 0 -1 0 7626 0 1 0 237 19 0 0 18 0 9 0 45358832 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13188/statm: 217120 6321 2562 9 0 211667 0
[pid=13188/tid=13189] ppid=13187 vsize=868480 CPUtime=2.11
/proc/13188/task/13189/stat : 13189 (java) R 13187 13174 12638 0 -1 64 3246 0 1 0 197 14 0 0 25 0 9 0 45358833 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4126986426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13190] ppid=13187 vsize=868480 CPUtime=0.18
/proc/13188/task/13190/stat : 13190 (java) S 13187 13174 12638 0 -1 64 2199 0 0 0 15 3 0 0 16 0 9 0 45358834 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13191] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13191/stat : 13191 (java) S 13187 13174 12638 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45358834 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13192] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13192/stat : 13192 (java) S 13187 13174 12638 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45358834 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13193] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13193/stat : 13193 (java) S 13187 13174 12638 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45358836 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13194] ppid=13187 vsize=868480 CPUtime=0.25
/proc/13188/task/13194/stat : 13194 (java) S 13187 13174 12638 0 -1 64 1489 0 0 0 24 1 0 0 16 0 9 0 45358836 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13195] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13195/stat : 13195 (java) S 13187 13174 12638 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45358836 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13188/tid=13196] ppid=13187 vsize=868480 CPUtime=0
/proc/13188/task/13196/stat : 13196 (java) S 13187 13174 12638 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45358836 889323520 6321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890576

[startup+6.30137 s]
/proc/loadavg: 3.59 3.09 2.80 3/108 13197
/proc/meminfo: memFree=1795896/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=4.77
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1636 17182 0 3 5 2 430 40 15 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=79116 CPUtime=1.26
/proc/13197/stat : 13197 (minisat-inc) S 13174 13174 12638 0 -1 4194304 19182 0 0 0 115 11 0 0 18 0 1 0 45359249 81014784 19128 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13197/statm: 19779 19128 80 151 0 19625 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 95988

[startup+12.7021 s]
/proc/loadavg: 3.50 3.09 2.80 3/108 13237
/proc/meminfo: memFree=1782584/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.49
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1791 28998 0 6 6 3 492 48 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=85004 CPUtime=6.91
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 20639 0 0 0 678 13 0 0 25 0 1 0 45359249 87044096 20581 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 21251 20581 80 151 0 21097 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 101876

[startup+25.5014 s]
/proc/loadavg: 3.27 3.05 2.79 3/108 13237
/proc/meminfo: memFree=1780224/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.49
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1791 28998 0 6 6 3 492 48 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=87068 CPUtime=19.57
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 21150 0 0 0 1943 14 0 0 25 0 1 0 45359249 89157632 21092 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 21767 21092 80 151 0 21613 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 103940

[startup+51.1011 s]
/proc/loadavg: 2.83 2.97 2.77 3/108 13237
/proc/meminfo: memFree=1780416/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.49
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1791 28998 0 6 6 3 492 48 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=87188 CPUtime=44.88
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 21176 0 0 0 4473 15 0 0 25 0 1 0 45359249 89280512 21118 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 21797 21118 80 151 0 21643 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 104060

[startup+102.307 s]
/proc/loadavg: 2.33 2.80 2.72 3/108 13237
/proc/meminfo: memFree=1780096/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.49
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1791 28998 0 6 6 3 492 48 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=87368 CPUtime=95.5
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 21225 0 0 0 9535 15 0 0 25 0 1 0 45359249 89464832 21167 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 21842 21167 80 151 0 21688 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 104240

[startup+162.302 s]
/proc/loadavg: 2.12 2.65 2.67 3/108 13239
/proc/meminfo: memFree=1779584/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.49
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1791 28998 0 6 6 3 492 48 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=88164 CPUtime=154.82
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 21391 0 0 0 15467 15 0 0 25 0 1 0 45359249 90279936 21333 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 22041 21333 80 151 0 21887 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 105036

[startup+222.301 s]
/proc/loadavg: 2.04 2.53 2.63 3/108 13239
/proc/meminfo: memFree=1772736/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.49
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1791 28998 0 6 6 3 492 48 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=94784 CPUtime=214.14
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 23051 0 0 0 21397 17 0 0 25 0 1 0 45359249 97058816 22993 996147200 134512640 135134323 4294956192 18446744073709551615 134529062 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 23696 22993 80 151 0 23542 0
Current children cumulated CPU time (s) 219.63

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

[pid=13197] ppid=13174 vsize=128676 CPUtime=2851.28
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 31336 0 0 0 285099 29 0 0 25 0 1 0 45359249 131764224 31276 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 32169 31276 80 151 0 32015 0
Current children cumulated CPU time (s) 2857.02
Current children cumulated vsize (KiB) 145548

[startup+2922.3 s]
/proc/loadavg: 2.64 2.41 2.19 4/107 13293
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=129284 CPUtime=2910.94
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 31463 0 0 0 291065 29 0 0 25 0 1 0 45359249 132386816 31403 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 32321 31403 80 151 0 32167 0
Current children cumulated CPU time (s) 2916.68
Current children cumulated vsize (KiB) 146156

[startup+2982.3 s]
/proc/loadavg: 2.71 2.47 2.22 3/107 13293
/proc/meminfo: memFree=1671048/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=130028 CPUtime=2970.59
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 31592 0 0 0 297030 29 0 0 25 0 1 0 45359249 133148672 31532 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 32507 31532 80 151 0 32353 0
Current children cumulated CPU time (s) 2976.33
Current children cumulated vsize (KiB) 146900

[startup+3042.3 s]
/proc/loadavg: 2.73 2.52 2.26 4/107 13293
/proc/meminfo: memFree=1671112/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=130028 CPUtime=3030.25
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 31592 0 0 0 302996 29 0 0 25 0 1 0 45359249 133148672 31532 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 32507 31532 80 151 0 32353 0
Current children cumulated CPU time (s) 3035.99
Current children cumulated vsize (KiB) 146900

[startup+3102.3 s]
/proc/loadavg: 2.52 2.50 2.26 4/107 13293
/proc/meminfo: memFree=1671112/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=130028 CPUtime=3089.9
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 31592 0 0 0 308961 29 0 0 25 0 1 0 45359249 133148672 31532 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 32507 31532 80 151 0 32353 0
Current children cumulated CPU time (s) 3095.64
Current children cumulated vsize (KiB) 146900

[startup+3162.3 s]
/proc/loadavg: 2.42 2.47 2.27 4/107 13293
/proc/meminfo: memFree=1665480/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=135944 CPUtime=3149.57
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33047 0 0 0 314927 30 0 0 25 0 1 0 45359249 139206656 32987 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 33986 32987 80 151 0 33832 0
Current children cumulated CPU time (s) 3155.31
Current children cumulated vsize (KiB) 152816

[startup+3222.3 s]
/proc/loadavg: 2.42 2.45 2.28 4/107 13293
/proc/meminfo: memFree=1662216/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3209.22
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33822 0 0 0 320891 31 0 0 25 0 1 0 45359249 142348288 33762 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33762 80 151 0 34599 0
Current children cumulated CPU time (s) 3214.96
Current children cumulated vsize (KiB) 155884

[startup+3282.3 s]
/proc/loadavg: 2.66 2.51 2.30 4/107 13293
/proc/meminfo: memFree=1662024/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3268.88
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33828 0 0 0 326857 31 0 0 25 0 1 0 45359249 142348288 33768 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33768 80 151 0 34599 0
Current children cumulated CPU time (s) 3274.62
Current children cumulated vsize (KiB) 155884

[startup+3342.3 s]
/proc/loadavg: 2.50 2.49 2.30 3/107 13293
/proc/meminfo: memFree=1661960/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3328.53
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33829 0 0 0 332822 31 0 0 25 0 1 0 45359249 142348288 33769 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33769 80 151 0 34599 0
Current children cumulated CPU time (s) 3334.27
Current children cumulated vsize (KiB) 155884

[startup+3402.31 s]
/proc/loadavg: 2.59 2.52 2.32 4/107 13293
/proc/meminfo: memFree=1661896/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3388.19
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33831 0 0 0 338788 31 0 0 25 0 1 0 45359249 142348288 33771 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33771 80 151 0 34599 0
Current children cumulated CPU time (s) 3393.93
Current children cumulated vsize (KiB) 155884

[startup+3462.3 s]
/proc/loadavg: 2.69 2.54 2.34 4/107 13293
/proc/meminfo: memFree=1661704/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3447.84
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33832 0 0 0 344753 31 0 0 25 0 1 0 45359249 142348288 33772 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33772 80 151 0 34599 0
Current children cumulated CPU time (s) 3453.58
Current children cumulated vsize (KiB) 155884

[startup+3522.3 s]
/proc/loadavg: 2.60 2.55 2.36 4/107 13293
/proc/meminfo: memFree=1661704/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3507.49
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33837 0 0 0 350718 31 0 0 25 0 1 0 45359249 142348288 33777 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33777 80 151 0 34599 0
Current children cumulated CPU time (s) 3513.23
Current children cumulated vsize (KiB) 155884

[startup+3582.3 s]
/proc/loadavg: 2.66 2.57 2.37 4/107 13293
/proc/meminfo: memFree=1661576/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3567.15
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33837 0 0 0 356684 31 0 0 25 0 1 0 45359249 142348288 33777 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33777 80 151 0 34599 0
Current children cumulated CPU time (s) 3572.89
Current children cumulated vsize (KiB) 155884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 2.70 2.58 2.38 4/107 13293
/proc/meminfo: memFree=1661576/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16872 CPUtime=5.74
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12638 0 -1 4194304 1860 32942 0 7 7 3 513 51 16 0 1 0 45358782 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4218 1148 414 3 0 797 0
[pid=13197] ppid=13174 vsize=139012 CPUtime=3594.29
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12638 0 -1 4194304 33842 0 0 0 359398 31 0 0 25 0 1 0 45359249 142348288 33782 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 34753 33782 80 151 0 34599 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 155884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 3609.65
CPU time (s): 3600.1
CPU user time (s): 3599.2
CPU system time (s): 0.903862
CPU usage (%): 99.7355
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 0.903862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68724
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11704
involuntary context switches= 81017

runsolver used 4.93625 second user time and 14.7778 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-12 20:16:56
IDJOB=1113561
IDBENCH=61603
IDSOLVER=367
FILE ID=node79/1113561-1215886616
PBS_JOBID= 7903579
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles500-10.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-1113561-1215886616/watcher-1113561-1215886616 -o /tmp/evaluation-result-1113561-1215886616/solver-1113561-1215886616 -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-1113561-1215886616.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e14be268e006f867b23a851d853e2f8
RANDOM SEED=694551319

node79.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.234
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.234
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:       1904624 kB
Buffers:         10280 kB
Cached:          43032 kB
SwapCached:          0 kB
Active:          90136 kB
Inactive:        11888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          70256 kB
Slab:            31596 kB
Committed_AS:   331568 kB
PageTables:       4080 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= 66496 MiB
End job on node79 at 2008-07-12 21:17:08