Trace number 1108139

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)1 3600.15 3607

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-9_ext.xml
MD5SUM6a34a6c5f9ebcf76455efac07f5a086b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1590.63
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 17:27:35 2008
0.00/0.08	c 0	PID 11344
0.07/0.08	c 0	HOST node2.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1108139-1215790055.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108139-1215790055.xml' 'HOME/temp.csp'
0.07/0.70	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	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.67/0.80	c 0	Parsing HOME/temp.csp
0.67/0.96	c 1	parsed 1385 expressions
0.67/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/0.99	c 1	MAX CSP: 1261 constraints
0.67/0.99	c 1	Converting to clausal form CSP
0.94/1.04	c 1	converted 265 (10%) expressions
0.94/1.08	c 1	converted 530 (20%) expressions
1.03/1.11	c 1	converted 795 (30%) expressions
1.03/1.15	c 1	converted 1060 (40%) expressions
1.13/1.24	c 1	converted 1325 (50%) expressions
1.23/1.32	c 1	converted 1590 (60%) expressions
1.23/1.36	c 1	converted 1855 (70%) expressions
1.23/1.38	c 1	converted 2120 (80%) expressions
1.33/1.41	c 1	converted 2385 (90%) expressions
1.52/1.63	c 1	converted 2649 (100%) expressions
1.52/1.63	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.52/1.63	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.63	c 1	Propagation in CSP
1.62/1.70	c 1	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.71	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.62/1.71	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.71	c 1	Simplifing CSP by introducing new Boolean variables
1.62/1.71	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.62/1.71	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.79	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.72/1.82	c 1	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.82	c 1	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.82	c 1	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.82	c 1	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.82	c 1	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.83	c 1	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.72/1.83	c 1	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.72/1.83	c 1	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.72/1.85	c 1	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.72/1.86	c 1	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.82/1.97	c 2	379 (10%) CSP clauses are encoded (29054 clauses, 452121 bytes)
1.92/2.06	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573614 bytes)
2.01/2.16	c 2	1135 (30%) CSP clauses are encoded (38900 clauses, 699551 bytes)
2.12/2.22	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911058 bytes)
2.21/2.40	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657270 bytes)
2.31/2.46	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159091 bytes)
2.80/2.97	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466133 bytes)
2.89/3.04	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134639 bytes)
4.56/4.75	c 4	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072180 bytes)
5.95/6.18	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084385 bytes)
5.95/6.18	c 6	3782 CSP clauses encoded
5.95/6.18	c 6	Writing map file : HOME/temp.map
6.04/6.21	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.04/6.21	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084385 bytes
6.04/6.21	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.04/6.25	c 6	OBJECTIVE minimize _COST
6.04/6.25	c 6	SOLVING HOME/temp.cnf
6.04/6.25	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.04/6.25	c 6	This is MiniSat 2.0 beta incremental
6.04/6.25	c 6	WARNING: for repeatability, setting FPU to use double precision
6.04/6.25	c 6	============================[ Problem Statistics ]=============================
6.04/6.25	c 6	|                                                                             |
6.04/6.25	c 6	|  Number of variables:  27692                                                |
6.04/6.25	c 6	|  Number of clauses:    2074093                                              |
7.02/7.21	c 7	|  Parsing time:         0.80         s                                       |
7.02/7.25	c 7	OK
7.02/7.25	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.02/7.25	c 7	SEARCHING: _COST <= 631
7.02/7.25	c 7	============================[ Search Statistics ]==============================
7.02/7.25	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.02/7.25	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.02/7.25	c 7	===============================================================================
7.02/7.25	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
7.21/7.46	c 7	|       100 |   27692  2074093  6173015 |   760500      100     25 |  0.001 % |
7.41/7.62	c 7	===============================================================================
7.41/7.62	c 7	restarts              : 2
7.41/7.62	c 7	conflicts             : 133           (111 /sec)
7.41/7.62	c 7	decisions             : 1231          (0.97 % random) (1025 /sec)
7.41/7.62	c 7	propagations          : 107994         (89934 /sec)
7.41/7.62	c 7	conflict literals     : 2893           (19.39 % deleted)
7.41/7.62	c 7	Memory used           : 88.07 MB
7.41/7.62	c 7	CPU time              : 1.20082 s
7.41/7.62	c 7	
7.41/7.62	c 7	SATISFIABLE
7.41/7.63	c 7	OK
7.41/7.63	c 7	FOUND: _COST <= 631
7.41/7.63	s SATISFIABLE
7.41/7.63	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.41/7.63	c 7	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.43/7.71	c 7	Decoding HOME/temp.out
7.43/7.87	c 8	OBJECTIVE _COST 115
7.43/7.87	o 115
7.43/7.87	v 0 0 0 20 27 6 22 27 5 25 26 4 23 25 5 13 25 6 19 25 5 24 26 6 21 27 0 24 27 6 19 25 5 27 25 6 27 27 6 14 26 0 27 26 6 12 26 5 26 26 5 27 27 6 27 26 6 5 25 5 27 27 6 27 27 6 27 26 6 26 25 5 6 27 6 27 25 6 7 27 0 15 26 1 14 1 13 11 10 12 13 12 14 1 14 12 12 14 1 13 13 12 12 13 12 14 14 13 12 14 14 2
7.43/7.87	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.69/7.93	c 8	OK
7.69/7.93	c 8	OBJECTIVE BOUND: 0 <= _COST <= 115
7.69/7.93	c 8	SEARCHING: _COST <= 57
7.69/7.93	c 8	============================[ Search Statistics ]==============================
7.69/7.93	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.69/7.93	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.69/7.93	c 8	===============================================================================
7.69/7.93	c 8	|       133 |   27692  2074093  6173015 |   691364      133     22 |  0.001 % |
7.78/8.09	c 8	|       234 |   27692  2074093  6173015 |   760500      234     21 | 50.636 % |
7.88/8.13	c 8	===============================================================================
7.88/8.13	c 8	restarts              : 4
7.88/8.13	c 8	conflicts             : 250           (173 /sec)
7.88/8.13	c 8	decisions             : 1956          (0.77 % random) (1356 /sec)
7.88/8.13	c 8	propagations          : 303027         (210030 /sec)
7.88/8.13	c 8	conflict literals     : 5079           (20.35 % deleted)
7.88/8.13	c 8	Memory used           : 88.33 MB
7.88/8.13	c 8	CPU time              : 1.44278 s
7.88/8.13	c 8	
7.88/8.13	c 8	SATISFIABLE
7.88/8.14	c 8	OK
7.88/8.14	c 8	FOUND: _COST <= 57
7.88/8.14	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.88/8.14	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.93/8.22	c 8	Decoding HOME/temp.out
7.93/8.57	c 8	OBJECTIVE _COST 57
7.93/8.57	o 57
7.93/8.57	v 0 0 0 5 27 5 18 27 4 27 26 6 19 25 5 20 25 6 12 25 5 15 26 6 27 27 6 22 27 6 20 25 6 27 25 6 6 27 6 12 26 5 24 26 6 25 26 6 26 26 5 24 27 6 26 25 6 17 25 5 13 27 6 27 27 6 6 26 6 16 25 6 22 27 6 23 25 5 21 26 5 25 26 4 14 13 11 12 13 12 13 12 14 14 14 14 12 13 12 14 14 12 12 13 12 14 14 14 14 13 13 11
7.93/8.58	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.37/8.60	c 8	OK
8.37/8.60	c 8	OBJECTIVE BOUND: 0 <= _COST <= 57
8.37/8.60	c 8	SEARCHING: _COST <= 28
8.37/8.60	c 8	============================[ Search Statistics ]==============================
8.37/8.61	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.37/8.61	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.37/8.61	c 8	===============================================================================
8.37/8.61	c 8	|       250 |   13670  2074093  6173015 |   691364      250     20 | 50.636 % |
8.37/8.65	c 8	===============================================================================
8.37/8.65	c 8	restarts              : 5
8.37/8.65	c 8	conflicts             : 308           (205 /sec)
8.37/8.65	c 8	decisions             : 2460          (0.65 % random) (1634 /sec)
8.37/8.65	c 8	propagations          : 347006         (230451 /sec)
8.37/8.65	c 8	conflict literals     : 5692           (19.70 % deleted)
8.37/8.65	c 8	Memory used           : 88.33 MB
8.37/8.65	c 8	CPU time              : 1.50577 s
8.37/8.65	c 8	
8.37/8.65	c 8	SATISFIABLE
8.37/8.66	c 8	OK
8.37/8.66	c 8	FOUND: _COST <= 28
8.37/8.66	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.37/8.66	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'
8.45/8.75	c 8	Decoding HOME/temp.out
8.65/8.90	c 9	OBJECTIVE _COST 28
8.65/8.90	o 28
8.65/8.91	v 0 0 0 4 27 4 19 27 5 27 26 6 14 25 0 23 25 2 17 25 3 25 26 4 27 27 6 21 27 0 13 25 6 20 25 6 12 27 5 13 26 6 22 26 6 27 26 6 7 26 0 6 27 6 5 25 5 11 25 4 22 27 6 27 27 6 15 26 6 26 25 5 24 27 6 16 25 5 18 26 4 26 26 5 14 2 10 12 14 7 6 8 12 14 1 14 13 12 12 14 14 1 13 11 12 12 12 13 12 13 11 10
8.65/8.91	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.65/8.94	c 9	OK
8.65/8.94	c 9	OBJECTIVE BOUND: 0 <= _COST <= 28
8.65/8.94	c 9	SEARCHING: _COST <= 14
8.65/8.94	c 9	============================[ Search Statistics ]==============================
8.65/8.94	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.65/8.94	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.65/8.94	c 9	===============================================================================
8.65/8.94	c 9	|       308 |   12066  2074093  6173015 |   691364      308     18 | 50.636 % |
8.65/8.97	c 9	===============================================================================
8.65/8.97	c 9	restarts              : 6
8.65/8.97	c 9	conflicts             : 377           (243 /sec)
8.65/8.97	c 9	decisions             : 2852          (0.56 % random) (1838 /sec)
8.65/8.97	c 9	propagations          : 375562         (242023 /sec)
8.65/8.97	c 9	conflict literals     : 6720           (19.14 % deleted)
8.65/8.97	c 9	Memory used           : 88.33 MB
8.65/8.97	c 9	CPU time              : 1.55176 s
8.65/8.97	c 9	
8.65/8.97	c 9	SATISFIABLE
8.65/8.98	c 9	OK
8.65/8.98	c 9	FOUND: _COST <= 14
8.65/8.98	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.65/8.98	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.72/9.07	c 9	Decoding HOME/temp.out
8.72/9.22	c 9	OBJECTIVE _COST 14
8.72/9.22	o 14
8.72/9.23	v 0 0 0 22 27 1 21 27 0 18 26 6 17 25 6 7 25 0 5 25 5 27 26 6 12 27 5 20 27 6 26 25 5 25 25 4 19 27 5 6 26 6 26 26 5 13 26 6 15 26 5 14 27 0 27 25 6 11 25 4 4 27 4 24 27 3 9 26 2 3 25 3 16 27 2 10 25 3 23 26 2 8 26 1 14 2 3 1 14 14 2 12 13 12 13 11 10 12 13 12 13 12 1 11 11 9 7 6 7 6 7 5
8.72/9.23	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.72/9.26	c 9	OK
8.72/9.26	c 9	OBJECTIVE BOUND: 0 <= _COST <= 14
8.72/9.26	c 9	SEARCHING: _COST <= 7
8.72/9.26	c 9	============================[ Search Statistics ]==============================
8.72/9.27	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.72/9.27	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.72/9.27	c 9	===============================================================================
8.72/9.27	c 9	|       377 |   10639  2074093  6173015 |   691364      377     18 | 50.636 % |
8.72/9.28	c 9	|       477 |   10639  2074093  6173015 |   760500      477     19 | 66.319 % |
8.72/9.30	c 9	|       628 |   10639  2074093  6173015 |   836550      628     20 | 66.319 % |
9.01/9.32	c 9	|       853 |   10639  2074093  6173015 |   920205      853     21 | 66.319 % |
9.01/9.36	c 9	===============================================================================
9.01/9.36	c 9	restarts              : 10
9.01/9.36	c 9	conflicts             : 1167          (701 /sec)
9.01/9.36	c 9	decisions             : 4834          (0.46 % random) (2904 /sec)
9.01/9.36	c 9	propagations          : 480079         (288380 /sec)
9.01/9.36	c 9	conflict literals     : 27611          (9.82 % deleted)
9.01/9.36	c 9	Memory used           : 88.46 MB
9.01/9.36	c 9	CPU time              : 1.66475 s
9.01/9.36	c 9	
9.01/9.36	c 9	SATISFIABLE
9.01/9.37	c 9	OK
9.01/9.37	c 9	FOUND: _COST <= 7
9.01/9.37	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.01/9.37	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.08/9.45	c 9	Decoding HOME/temp.out
9.08/9.61	c 9	OBJECTIVE _COST 7
9.08/9.61	o 7
9.08/9.61	v 0 0 0 27 27 6 5 27 5 11 26 4 3 25 3 23 25 2 22 25 1 14 26 0 13 27 6 12 27 5 20 25 6 7 25 0 15 27 1 2 26 2 8 26 1 9 26 2 10 26 3 16 27 2 24 25 3 25 25 4 17 27 3 18 27 4 19 26 5 13 25 6 21 27 0 13 25 6 26 26 5 6 26 6 14 1 13 11 9 7 5 3 1 13 12 14 2 4 5 4 6 7 6 8 9 8 10 12 14 1 13 12
9.08/9.62	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.08/9.64	c 9	OK
9.08/9.64	c 9	OBJECTIVE BOUND: 0 <= _COST <= 7
9.08/9.64	c 9	SEARCHING: _COST <= 3
9.08/9.65	c 9	============================[ Search Statistics ]==============================
9.08/9.65	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.08/9.65	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.08/9.65	c 9	===============================================================================
9.08/9.65	c 9	|      1167 |    9327  2074093  6173015 |   691364     1167     24 | 66.319 % |
9.08/9.65	c 9	|      1267 |    9327  2074093  6173015 |   760500     1267     24 | 70.941 % |
9.08/9.67	c 9	|      1417 |    9327  2074093  6173015 |   836550     1417     24 | 70.941 % |
9.08/9.69	c 9	|      1644 |    9327  2074093  6173015 |   920205     1644     24 | 70.941 % |
9.41/9.73	c 9	|      1982 |    9327  2074093  6173015 |  1012226     1982     25 | 70.941 % |
9.41/9.78	c 9	|      2488 |    9327  2074093  6173015 |  1113449     2488     27 | 70.941 % |
9.51/9.85	c 9	===============================================================================
9.51/9.85	c 9	restarts              : 16
9.51/9.85	c 9	conflicts             : 3119          (1659 /sec)
9.51/9.85	c 9	decisions             : 8491          (0.35 % random) (4517 /sec)
9.51/9.85	c 9	propagations          : 673633         (358370 /sec)
9.51/9.85	c 9	conflict literals     : 96165          (8.44 % deleted)
9.51/9.85	c 9	Memory used           : 88.72 MB
9.51/9.85	c 9	CPU time              : 1.87971 s
9.51/9.85	c 9	
9.51/9.85	c 9	SATISFIABLE
9.51/9.86	c 9	OK
9.51/9.86	c 9	FOUND: _COST <= 3
9.51/9.86	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.51/9.86	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.56/9.94	c 10	Decoding HOME/temp.out
9.56/10.29	c 10	OBJECTIVE _COST 3
9.56/10.29	o 3
9.56/10.30	v 0 0 0 15 27 1 9 27 2 3 26 3 23 25 2 22 25 1 16 25 2 24 26 3 25 27 4 10 27 3 2 25 2 8 25 1 14 27 0 27 26 6 21 26 0 6 26 6 19 26 5 4 27 4 12 25 5 20 25 6 26 27 5 13 27 6 7 26 0 20 25 6 5 27 5 11 25 4 17 26 3 18 26 4 14 2 4 6 7 5 4 6 8 9 7 5 3 1 14 1 13 11 10 12 13 12 14 1 13 11 9 8
9.56/10.30	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.56/10.33	c 10	OK
9.56/10.33	c 10	OBJECTIVE BOUND: 0 <= _COST <= 3
9.56/10.33	c 10	SEARCHING: _COST <= 1
9.56/10.33	c 10	============================[ Search Statistics ]==============================
9.56/10.34	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.56/10.34	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.56/10.34	c 10	===============================================================================
9.56/10.34	c 10	|      3119 |    8047  2074093  6173015 |   691364     3119     31 | 70.941 % |
9.56/10.34	c 10	|      3219 |    8047  2074093  6173015 |   760500     3219     31 | 76.445 % |
9.56/10.35	c 10	|      3370 |    8047  2074093  6173015 |   836550     3370     30 | 76.445 % |
9.56/10.38	c 10	|      3596 |    8047  2074093  6173015 |   920205     3596     30 | 76.445 % |
10.07/10.41	c 10	|      3933 |    8047  2074093  6173015 |  1012226     3933     30 | 76.445 % |
10.07/10.46	c 10	|      4439 |    8047  2074093  6173015 |  1113449     4439     31 | 76.445 % |
10.17/10.54	c 10	|      5198 |    8047  2074093  6173015 |  1224794     5198     32 | 76.445 % |
10.26/10.66	c 10	|      6338 |    8047  2074093  6173015 |  1347273     6338     33 | 76.445 % |
10.56/10.91	c 11	|      8047 |    8047  2074093  6173015 |  1482000     8047     40 | 76.445 % |
10.86/11.25	c 11	|     10609 |    8047  2074093  6173015 |  1630200    10609     43 | 76.445 % |
11.35/11.74	c 11	|     14453 |    8047  2074093  6173015 |  1793221    14453     45 | 76.445 % |
12.44/12.80	c 12	|     20219 |    8047  2074093  6173015 |  1972543    20219     57 | 76.445 % |
14.02/14.46	c 14	|     28868 |    8047  2074093  6173015 |  2169797    28868     57 | 76.445 % |
17.40/17.84	c 17	|     41842 |    8047  2074093  6173015 |  2386777    41842     68 | 76.445 % |
24.42/24.97	c 25	|     61305 |    8047  2074093  6173015 |  2625454    61305     75 | 76.445 % |
40.77/41.44	c 41	|     90499 |    8047  2074093  6173015 |  2888000    90499     76 | 76.445 % |
71.18/72.16	c 72	|    134288 |    6523    34638   116899 |  3176800   134195     80 | 76.445 % |
144.88/146.52	c 146	|    199973 |    6523    34638   116899 |  3494480   199880     77 | 76.445 % |
305.85/309.09	c 309	|    298501 |    6523    34638   116899 |  3843928   298408     85 | 76.445 % |
598.00/603.52	c 603	|    446290 |    6523    34638   116899 |  4228321   446197     93 | 76.445 % |
1469.31/1475.25	c 1475	|    667973 |    6523    34638   116899 |  4651153   667880     91 | 76.445 % |
3319.75/3326.57	c 3326	|   1000499 |    6523    34638   116899 |  5116268  1000406     90 | 76.445 % |
3600.03/3606.91	c ERROR INTERRUPTED
3600.03/3606.99	c 3607	CPU 3598.22 (0.08 0.02 3598.14 1.86)
3600.03/3606.99	c 3607	END Fri Jul 11 18:27:42 2008

Verifier Data (download as text)

OK	1	1260
1 unsatisfied constraints, 1260 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-1108139-1215790055/watcher-1108139-1215790055 -o /tmp/evaluation-result-1108139-1215790055/solver-1108139-1215790055 -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-1108139-1215790055.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.00 2.17 2.42 4/74 11344
/proc/meminfo: memFree=1592472/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=18572 CPUtime=0
/proc/11344/stat : 11344 (runsolver) R 11342 11344 10475 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 35708953 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11344/statm: 4643 292 257 25 0 2626 0

[startup+0.0824199 s]
/proc/loadavg: 2.00 2.17 2.42 4/74 11344
/proc/meminfo: memFree=1592472/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16740 CPUtime=0.07
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 35708953 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101517 s]
/proc/loadavg: 2.00 2.17 2.42 4/74 11344
/proc/meminfo: memFree=1592472/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16740 CPUtime=0.07
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 35708953 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301549 s]
/proc/loadavg: 2.00 2.17 2.42 4/74 11344
/proc/meminfo: memFree=1592472/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16740 CPUtime=0.07
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 35708953 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701626 s]
/proc/loadavg: 2.00 2.17 2.42 4/74 11344
/proc/meminfo: memFree=1592472/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16740 CPUtime=0.07
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 35708953 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50277 s]
/proc/loadavg: 2.08 2.19 2.42 3/85 11366
/proc/meminfo: memFree=1582784/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16740 CPUtime=0.67
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1296 4724 0 1 6 1 57 3 15 0 1 0 35708953 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4185 1104 409 3 0 764 0
[pid=11357] ppid=11344 vsize=5356 CPUtime=0
/proc/11357/stat : 11357 (sh) S 11344 11344 10475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35709025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11357/statm: 1339 233 193 169 0 50 0
[pid=11358] ppid=11357 vsize=868352 CPUtime=0.76
/proc/11358/stat : 11358 (java) S 11357 11344 10475 0 -1 0 7878 0 1 0 72 4 0 0 18 0 9 0 35709026 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11358/statm: 217088 7135 2539 9 0 211663 0
[pid=11358/tid=11359] ppid=11357 vsize=868352 CPUtime=0.35
/proc/11358/task/11359/stat : 11359 (java) R 11357 11344 10475 0 -1 64 2645 0 1 0 34 1 0 0 22 0 9 0 35709027 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4125925098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11360] ppid=11357 vsize=868352 CPUtime=0.19
/proc/11358/task/11360/stat : 11360 (java) S 11357 11344 10475 0 -1 64 3114 0 0 0 19 0 0 0 16 0 9 0 35709028 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11361] ppid=11357 vsize=868352 CPUtime=0
/proc/11358/task/11361/stat : 11361 (java) S 11357 11344 10475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35709028 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11362] ppid=11357 vsize=868352 CPUtime=0
/proc/11358/task/11362/stat : 11362 (java) S 11357 11344 10475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35709028 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11363] ppid=11357 vsize=868352 CPUtime=0
/proc/11358/task/11363/stat : 11363 (java) S 11357 11344 10475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35709030 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11364] ppid=11357 vsize=868352 CPUtime=0.18
/proc/11358/task/11364/stat : 11364 (java) S 11357 11344 10475 0 -1 64 1427 0 0 0 17 1 0 0 16 0 9 0 35709030 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11365] ppid=11357 vsize=868352 CPUtime=0
/proc/11358/task/11365/stat : 11365 (java) S 11357 11344 10475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35709030 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11366] ppid=11357 vsize=868352 CPUtime=0
/proc/11358/task/11366/stat : 11366 (java) S 11357 11344 10475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35709030 889192448 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890448

[startup+3.10207 s]
/proc/loadavg: 2.08 2.19 2.42 3/85 11366
/proc/meminfo: memFree=1567296/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16740 CPUtime=0.67
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1297 4724 0 1 6 1 57 3 15 0 1 0 35708953 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4185 1104 409 3 0 764 0
[pid=11357] ppid=11344 vsize=5356 CPUtime=0
/proc/11357/stat : 11357 (sh) S 11344 11344 10475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35709025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11357/statm: 1339 233 193 169 0 50 0
[pid=11358] ppid=11357 vsize=868464 CPUtime=2.32
/proc/11358/stat : 11358 (java) S 11357 11344 10475 0 -1 0 8833 0 1 0 219 13 0 0 18 0 9 0 35709026 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11358/statm: 217116 7776 2565 9 0 211663 0
[pid=11358/tid=11359] ppid=11357 vsize=868464 CPUtime=1.62
/proc/11358/task/11359/stat : 11359 (java) R 11357 11344 10475 0 -1 64 3009 0 1 0 154 8 0 0 25 0 9 0 35709027 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4127061052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11360] ppid=11357 vsize=868464 CPUtime=0.39
/proc/11358/task/11360/stat : 11360 (java) S 11357 11344 10475 0 -1 64 3641 0 0 0 36 3 0 0 16 0 9 0 35709028 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11361] ppid=11357 vsize=868464 CPUtime=0
/proc/11358/task/11361/stat : 11361 (java) S 11357 11344 10475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35709028 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11362] ppid=11357 vsize=868464 CPUtime=0
/proc/11358/task/11362/stat : 11362 (java) S 11357 11344 10475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35709028 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11363] ppid=11357 vsize=868464 CPUtime=0
/proc/11358/task/11363/stat : 11363 (java) S 11357 11344 10475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35709030 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11364] ppid=11357 vsize=868464 CPUtime=0.27
/proc/11358/task/11364/stat : 11364 (java) S 11357 11344 10475 0 -1 64 1491 0 0 0 26 1 0 0 16 0 9 0 35709030 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11365] ppid=11357 vsize=868464 CPUtime=0
/proc/11358/task/11365/stat : 11365 (java) S 11357 11344 10475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35709030 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11358/tid=11366] ppid=11357 vsize=868464 CPUtime=0
/proc/11358/task/11366/stat : 11366 (java) S 11357 11344 10475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35709030 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890560

[startup+6.30267 s]
/proc/loadavg: 2.23 2.22 2.43 4/85 11366
/proc/meminfo: memFree=1533376/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=16872 CPUtime=6.09
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1489 14679 0 2 7 1 555 46 16 0 1 0 35708953 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4218 1147 413 3 0 797 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 16872

[startup+12.7019 s]
/proc/loadavg: 2.21 2.21 2.43 3/76 11427
/proc/meminfo: memFree=1453320/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 15 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=95428 CPUtime=4.38
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 23447 0 0 0 423 15 0 0 25 0 1 0 35709579 97718272 23384 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/11367/statm: 23857 23384 80 151 0 23703 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 112432

[startup+25.5012 s]
/proc/loadavg: 2.18 2.20 2.42 3/76 11427
/proc/meminfo: memFree=1436616/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=111244 CPUtime=17.06
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 27370 0 0 0 1688 18 0 0 25 0 1 0 35709579 113913856 27307 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11367/statm: 27811 27307 80 151 0 27657 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 128248

[startup+51.102 s]
/proc/loadavg: 2.11 2.18 2.41 3/76 11427
/proc/meminfo: memFree=1426824/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=120820 CPUtime=42.42
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 29762 0 0 0 4221 21 0 0 25 0 1 0 35709579 123719680 29699 996147200 134512640 135134323 4294956192 18446744073709551615 134523136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11367/statm: 30205 29699 80 151 0 30051 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 137824

[startup+102.306 s]
/proc/loadavg: 2.05 2.15 2.38 3/76 11427
/proc/meminfo: memFree=1426632/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=121088 CPUtime=93.14
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 29824 0 0 0 9293 21 0 0 25 0 1 0 35709579 123994112 29761 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11367/statm: 30272 29761 80 151 0 30118 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 138092

[startup+162.302 s]
/proc/loadavg: 2.02 2.12 2.36 3/76 11427
/proc/meminfo: memFree=1426312/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=121492 CPUtime=152.57
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 29868 0 0 0 15236 21 0 0 25 0 1 0 35709579 124407808 29805 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 1 0 0
/proc/11367/statm: 30373 29805 80 151 0 30219 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 138496

[startup+222.303 s]
/proc/loadavg: 2.00 2.10 2.33 3/76 11427
/proc/meminfo: memFree=1414792/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=132960 CPUtime=212
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 32764 0 0 0 21176 24 0 0 25 0 1 0 35709579 136151040 32701 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11367/statm: 33240 32701 80 151 0 33086 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 149964

[startup+282.303 s]

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

[pid=11367] ppid=11344 vsize=411028 CPUtime=2907.78
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 101741 0 0 0 290672 106 0 0 25 0 1 0 35709579 420892672 101678 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 102757 101678 80 151 0 102603 0
Current children cumulated CPU time (s) 2915.74
Current children cumulated vsize (KiB) 428032

[startup+2982.3 s]
/proc/loadavg: 2.52 2.59 2.54 3/82 11468
/proc/meminfo: memFree=1183192/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=414660 CPUtime=2967.75
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 102660 0 0 0 296668 107 0 0 25 0 1 0 35709579 424611840 102597 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 103665 102597 80 151 0 103511 0
Current children cumulated CPU time (s) 2975.71
Current children cumulated vsize (KiB) 431664

[startup+3042.3 s]
/proc/loadavg: 2.59 2.59 2.54 3/82 11470
/proc/meminfo: memFree=1179544/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=418376 CPUtime=3027.72
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 103577 0 0 0 302664 108 0 0 25 0 1 0 35709579 428417024 103514 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 104594 103514 80 151 0 104440 0
Current children cumulated CPU time (s) 3035.68
Current children cumulated vsize (KiB) 435380

[startup+3102.3 s]
/proc/loadavg: 2.75 2.63 2.56 3/82 11470
/proc/meminfo: memFree=1175320/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=422568 CPUtime=3087.69
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 104623 0 0 0 308660 109 0 0 25 0 1 0 35709579 432709632 104560 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 105642 104560 80 151 0 105488 0
Current children cumulated CPU time (s) 3095.65
Current children cumulated vsize (KiB) 439572

[startup+3162.3 s]
/proc/loadavg: 2.84 2.67 2.57 3/82 11470
/proc/meminfo: memFree=1172120/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=425812 CPUtime=3147.66
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 105429 0 0 0 314656 110 0 0 25 0 1 0 35709579 436031488 105366 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 106453 105366 80 151 0 106299 0
Current children cumulated CPU time (s) 3155.62
Current children cumulated vsize (KiB) 442816

[startup+3222.3 s]
/proc/loadavg: 2.83 2.70 2.58 4/82 11470
/proc/meminfo: memFree=1168088/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=429840 CPUtime=3207.64
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 106434 0 0 0 320653 111 0 0 25 0 1 0 35709579 440156160 106371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 107460 106371 80 151 0 107306 0
Current children cumulated CPU time (s) 3215.6
Current children cumulated vsize (KiB) 446844

[startup+3282.3 s]
/proc/loadavg: 2.77 2.70 2.59 3/82 11470
/proc/meminfo: memFree=1164056/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=433824 CPUtime=3267.61
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 107425 0 0 0 326649 112 0 0 25 0 1 0 35709579 444235776 107362 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 108456 107362 80 151 0 108302 0
Current children cumulated CPU time (s) 3275.57
Current children cumulated vsize (KiB) 450828

[startup+3342.3 s]
/proc/loadavg: 2.64 2.68 2.59 3/82 11470
/proc/meminfo: memFree=1159832/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=438124 CPUtime=3327.58
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 108488 0 0 0 332645 113 0 0 25 0 1 0 35709579 448638976 108425 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 109531 108425 80 151 0 109377 0
Current children cumulated CPU time (s) 3335.54
Current children cumulated vsize (KiB) 455128

[startup+3402.31 s]
/proc/loadavg: 2.71 2.69 2.59 3/82 11470
/proc/meminfo: memFree=1156504/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=441388 CPUtime=3387.56
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 109289 0 0 0 338642 114 0 0 25 0 1 0 35709579 451981312 109226 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 110347 109226 80 151 0 110193 0
Current children cumulated CPU time (s) 3395.52
Current children cumulated vsize (KiB) 458392

[startup+3462.3 s]
/proc/loadavg: 2.76 2.70 2.60 4/82 11470
/proc/meminfo: memFree=1153368/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=444340 CPUtime=3447.52
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 110038 0 0 0 344637 115 0 0 25 0 1 0 35709579 455004160 109975 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 111085 109975 80 151 0 110931 0
Current children cumulated CPU time (s) 3455.48
Current children cumulated vsize (KiB) 461344

[startup+3522.3 s]
/proc/loadavg: 2.72 2.70 2.61 3/82 11470
/proc/meminfo: memFree=1150232/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=447376 CPUtime=3507.5
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 110815 0 0 0 350634 116 0 0 25 0 1 0 35709579 458113024 110752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 111844 110752 80 151 0 111690 0
Current children cumulated CPU time (s) 3515.46
Current children cumulated vsize (KiB) 464380

[startup+3582.3 s]
/proc/loadavg: 2.54 2.65 2.60 3/82 11470
/proc/meminfo: memFree=1146840/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=450688 CPUtime=3567.47
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 111655 0 0 0 356630 117 0 0 25 0 1 0 35709579 461504512 111592 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 112672 111592 80 151 0 112518 0
Current children cumulated CPU time (s) 3575.43
Current children cumulated vsize (KiB) 467692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.91 s]
/proc/loadavg: 2.64 2.66 2.60 3/82 11470
/proc/meminfo: memFree=1145496/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=452008 CPUtime=3592.07
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 111995 0 0 0 359089 118 0 0 25 0 1 0 35709579 462856192 111932 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 113002 111932 80 151 0 112848 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 469012

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

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

[startup+3606.91 s]
/proc/loadavg: 2.64 2.66 2.60 3/82 11470
/proc/meminfo: memFree=1145496/2055920 swapFree=4181108/4192956
[pid=11344] ppid=11342 vsize=17004 CPUtime=7.96
/proc/11344/stat : 11344 (sugar++) S 11342 11344 10475 0 -1 4194304 1928 38306 0 8 8 2 725 61 16 0 1 0 35708953 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11344/statm: 4251 1150 414 3 0 830 0
[pid=11367] ppid=11344 vsize=452008 CPUtime=3592.07
/proc/11367/stat : 11367 (minisat-inc) R 11344 11344 10475 0 -1 4194304 111995 0 0 0 359089 118 0 0 25 0 1 0 35709579 462856192 111932 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11367/statm: 113002 111932 80 151 0 112848 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 469012

Child status: 0
Real time (s): 3607
CPU time (s): 3600.15
CPU user time (s): 3598.23
CPU system time (s): 1.91871
CPU usage (%): 99.8102
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.23
system time used= 1.91871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152308
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12027
involuntary context switches= 35943

runsolver used 4.6013 second user time and 11.3333 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-11 17:27:35
IDJOB=1108139
IDBENCH=60682
IDSOLVER=367
FILE ID=node2/1108139-1215790055
PBS_JOBID= 7903190
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-9_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-1108139-1215790055/watcher-1108139-1215790055 -o /tmp/evaluation-result-1108139-1215790055/solver-1108139-1215790055 -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-1108139-1215790055.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6a34a6c5f9ebcf76455efac07f5a086b
RANDOM SEED=711492097

node2.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.261
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	: 5931.00
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.261
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:       1592952 kB
Buffers:         35828 kB
Cached:         265780 kB
SwapCached:       6908 kB
Active:         221636 kB
Inactive:       178684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592952 kB
SwapTotal:     4192956 kB
SwapFree:      4181108 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:         104488 kB
Slab:            47644 kB
Committed_AS:   202868 kB
PageTables:       2220 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= 66508 MiB
End job on node2 at 2008-07-11 18:27:44