Trace number 1108928

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+minisatOPTIMUM3 13.9449 14.4069

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-16-16.xml
MD5SUM1b3bd03ab78a97f788d7f34f7afec759
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark7.2549
Satisfiable
(Un)Satisfiability was proved
Number of variables512
Number of constraints603
Maximum constraint arity16
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension481
Global constraints used (with number of constraints)cumulative(2),weightedsum(120)

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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 19:42:46 2008
0.00/0.04	c 0	PID 14992
0.03/0.04	c 0	HOST node61.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1108928-1215798166.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108928-1215798166.xml' 'HOME/temp.csp'
0.03/0.47	c 1	17 domains, 512 variables, 2 predicates, 0 relations, 603 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.60	c 1	Parsing HOME/temp.csp
0.44/0.95	c 1	parsed 1134 expressions
0.44/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.97	c 1	MAX CSP: 603 constraints
0.44/0.97	c 1	Converting to clausal form CSP
0.44/0.99	c 1	converted 174 (10%) expressions
0.44/0.99	c 1	converted 348 (20%) expressions
0.90/1.00	c 1	converted 522 (30%) expressions
1.00/1.13	c 1	converted 696 (40%) expressions
1.00/1.17	c 1	converted 870 (50%) expressions
1.00/1.19	c 1	converted 1044 (60%) expressions
1.00/1.20	c 1	converted 1218 (70%) expressions
1.10/1.21	c 1	converted 1392 (80%) expressions
1.10/1.23	c 1	converted 1566 (90%) expressions
1.39/1.58	c 2	converted 1740 (100%) expressions
1.39/1.58	c 2	CSP : 3998 integers, 1134 booleans, 8676 clauses, largest domain size 905
1.39/1.58	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.58	c 2	Propagation in CSP
1.49/1.68	c 2	1077 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.68	c 2	CSP : 3998 integers, 1134 booleans, 8676 clauses, largest domain size 604
1.49/1.68	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.49/1.70	c 2	CSP : 3998 integers, 1134 booleans, 8676 clauses, largest domain size 604
1.49/1.70	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.77	c 2	400 (10%) CSP integer variables are encoded (890 clauses, 9644 bytes)
1.59/1.77	c 2	800 (20%) CSP integer variables are encoded (890 clauses, 9644 bytes)
1.59/1.78	c 2	1200 (30%) CSP integer variables are encoded (1743 clauses, 20733 bytes)
1.59/1.79	c 2	1600 (40%) CSP integer variables are encoded (5141 clauses, 64907 bytes)
1.59/1.79	c 2	1999 (50%) CSP integer variables are encoded (8532 clauses, 109929 bytes)
1.59/1.80	c 2	2399 (60%) CSP integer variables are encoded (12015 clauses, 162174 bytes)
1.68/1.80	c 2	2799 (70%) CSP integer variables are encoded (15437 clauses, 213504 bytes)
1.68/1.81	c 2	3199 (80%) CSP integer variables are encoded (18800 clauses, 263949 bytes)
1.68/1.81	c 2	3599 (90%) CSP integer variables are encoded (22301 clauses, 316464 bytes)
1.68/1.82	c 2	3998 (100%) CSP integer variables are encoded (30380 clauses, 437649 bytes)
1.68/1.89	c 2	868 (10%) CSP clauses are encoded (44041 clauses, 743576 bytes)
1.80/1.96	c 2	1736 (20%) CSP clauses are encoded (66344 clauses, 1184009 bytes)
1.90/2.04	c 2	2603 (30%) CSP clauses are encoded (108858 clauses, 1944488 bytes)
2.00/2.12	c 2	3471 (40%) CSP clauses are encoded (147704 clauses, 2639410 bytes)
2.09/2.21	c 2	4338 (50%) CSP clauses are encoded (192676 clauses, 3538840 bytes)
2.19/2.32	c 3	5206 (60%) CSP clauses are encoded (240327 clauses, 4527155 bytes)
2.19/2.40	c 3	6074 (70%) CSP clauses are encoded (278690 clauses, 5323320 bytes)
2.29/2.48	c 3	6941 (80%) CSP clauses are encoded (317374 clauses, 6126128 bytes)
2.39/2.59	c 3	7809 (90%) CSP clauses are encoded (373344 clauses, 7291076 bytes)
3.36/3.52	c 4	8676 (100%) CSP clauses are encoded (821860 clauses, 16813089 bytes)
3.36/3.52	c 4	8676 CSP clauses encoded
3.36/3.52	c 4	Writing map file : HOME/temp.map
3.36/3.54	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.54	c 4	SAT : 35480 SAT variables, 821860 SAT clauses, 16813089 bytes
3.36/3.54	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.59	c 4	OBJECTIVE minimize _COST
3.36/3.59	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.36/3.59	c 4	SEARCHING: _COST <= 302
3.36/3.59	c 4	SOLVING HOME/temp.cnf
3.36/3.59	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.36/3.59	c 4	This is MiniSat 2.0 beta
3.36/3.59	c 4	WARNING: for repeatability, setting FPU to use double precision
3.36/3.59	c 4	============================[ Problem Statistics ]=============================
3.36/3.59	c 4	|                                                                             |
3.36/3.60	c 4	|  Number of variables:  35480                                                |
3.36/3.60	c 4	|  Number of clauses:    821861                                               |
3.44/4.02	c 4	|  Parsing time:         0.36         s                                       |
3.44/4.18	c 4	============================[ Search Statistics ]==============================
3.44/4.18	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.44/4.18	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.44/4.18	c 4	===============================================================================
3.44/4.18	c 4	|         0 |   32470   647251  1887131 |   215750        0    nan |  0.000 % |
3.44/4.26	c 4	===============================================================================
3.44/4.26	c 4	restarts              : 1
3.44/4.26	c 4	conflicts             : 1              (2 /sec)
3.44/4.26	c 4	decisions             : 1166           (0.60 % random) (1931 /sec)
3.44/4.26	c 4	propagations          : 41528          (68765 /sec)
3.44/4.26	c 4	conflict literals     : 3              (40.00 % deleted)
3.44/4.26	c 4	Memory used           : 36.27 MB
3.44/4.26	c 4	CPU time              : 0.603908 s
3.44/4.26	c 4	
3.44/4.27	c 4	SATISFIABLE
3.44/4.28	c 4	FOUND: _COST <= 302
3.44/4.28	s SATISFIABLE
3.44/4.28	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.44/4.28	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.12/4.37	c 5	Decoding HOME/temp.out
4.32/4.52	c 5	OBJECTIVE _COST 302
4.32/4.52	o 302
4.32/4.54	v 37 36 35 34 33 32 31 30 29 28 0 26 0 24 0 11 37 36 35 34 17 32 17 30 15 28 12 26 10 24 17 11 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1
4.32/4.55	c 5	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.32/4.55	c 5	OBJECTIVE BOUND: 0 <= _COST <= 302
4.32/4.55	c 5	SEARCHING: _COST <= 151
4.32/4.55	c 5	SOLVING HOME/temp.cnf
4.32/4.55	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.32/4.56	c 5	This is MiniSat 2.0 beta
4.32/4.56	c 5	WARNING: for repeatability, setting FPU to use double precision
4.32/4.56	c 5	============================[ Problem Statistics ]=============================
4.32/4.56	c 5	|                                                                             |
4.32/4.56	c 5	|  Number of variables:  35480                                                |
4.32/4.56	c 5	|  Number of clauses:    821861                                               |
4.37/4.99	c 5	|  Parsing time:         0.38         s                                       |
4.37/5.20	c 5	============================[ Search Statistics ]==============================
4.37/5.20	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.37/5.20	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.37/5.20	c 5	===============================================================================
4.37/5.20	c 5	|         0 |   30809   540192  1570786 |   180064        0    nan |  0.000 % |
4.37/5.27	c 5	===============================================================================
4.37/5.27	c 5	restarts              : 1
4.37/5.27	c 5	conflicts             : 2              (3 /sec)
4.37/5.27	c 5	decisions             : 921            (1.19 % random) (1391 /sec)
4.37/5.27	c 5	propagations          : 37220          (56232 /sec)
4.37/5.27	c 5	conflict literals     : 25             (0.00 % deleted)
4.37/5.27	c 5	Memory used           : 36.52 MB
4.37/5.27	c 5	CPU time              : 0.661899 s
4.37/5.27	c 5	
4.37/5.29	c 5	SATISFIABLE
4.37/5.29	c 5	FOUND: _COST <= 151
4.37/5.29	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.37/5.29	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.11/5.37	c 6	Decoding HOME/temp.out
5.49/5.72	c 6	OBJECTIVE _COST 151
5.49/5.72	o 151
5.49/5.75	v 37 36 0 34 0 32 9 0 0 0 27 0 0 24 0 11 37 19 12 0 33 0 31 30 29 0 4 26 25 0 23 11 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 1
5.49/5.75	c 6	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.49/5.77	c 6	OBJECTIVE BOUND: 0 <= _COST <= 151
5.49/5.77	c 6	SEARCHING: _COST <= 75
5.49/5.77	c 6	SOLVING HOME/temp.cnf
5.49/5.77	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.49/5.77	c 6	This is MiniSat 2.0 beta
5.49/5.77	c 6	WARNING: for repeatability, setting FPU to use double precision
5.49/5.77	c 6	============================[ Problem Statistics ]=============================
5.49/5.77	c 6	|                                                                             |
5.49/5.77	c 6	|  Number of variables:  35480                                                |
5.49/5.77	c 6	|  Number of clauses:    821861                                               |
5.56/6.21	c 6	|  Parsing time:         0.39         s                                       |
5.56/6.45	c 7	============================[ Search Statistics ]==============================
5.56/6.45	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.56/6.45	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.56/6.45	c 7	===============================================================================
5.56/6.45	c 7	|         0 |   29742   453888  1314999 |   151296        0    nan |  0.000 % |
6.37/6.64	c 7	|       100 |   29742   453888  1314999 |   166425      100     91 | 16.172 % |
6.37/6.68	c 7	===============================================================================
6.37/6.68	c 7	restarts              : 2
6.37/6.68	c 7	conflicts             : 101            (119 /sec)
6.37/6.68	c 7	decisions             : 1070           (1.03 % random) (1263 /sec)
6.37/6.68	c 7	propagations          : 232862         (274967 /sec)
6.37/6.68	c 7	conflict literals     : 9164           (19.49 % deleted)
6.37/6.68	c 7	Memory used           : 36.65 MB
6.37/6.68	c 7	CPU time              : 0.846871 s
6.37/6.68	c 7	
6.37/6.69	c 7	SATISFIABLE
6.46/6.70	c 7	FOUND: _COST <= 75
6.46/6.70	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.46/6.70	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.46/6.78	c 7	Decoding HOME/temp.out
6.48/6.93	c 7	OBJECTIVE _COST 75
6.48/6.93	o 75
6.48/6.96	v 36 2 26 21 22 28 31 13 14 28 8 14 16 0 4 11 12 36 23 14 14 21 14 30 27 28 27 26 2 0 14 11 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 1 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 0 1 1 1 0 1 0 0 1 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 1 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0
6.48/6.96	c 7	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.48/6.97	c 7	OBJECTIVE BOUND: 0 <= _COST <= 75
6.48/6.97	c 7	SEARCHING: _COST <= 37
6.48/6.97	c 7	SOLVING HOME/temp.cnf
6.48/6.97	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.48/6.97	c 7	This is MiniSat 2.0 beta
6.48/6.97	c 7	WARNING: for repeatability, setting FPU to use double precision
6.48/6.97	c 7	============================[ Problem Statistics ]=============================
6.48/6.97	c 7	|                                                                             |
6.48/6.97	c 7	|  Number of variables:  35480                                                |
6.48/6.97	c 7	|  Number of clauses:    821861                                               |
6.73/7.42	c 8	|  Parsing time:         0.39         s                                       |
7.34/7.66	c 8	============================[ Search Statistics ]==============================
7.34/7.66	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.34/7.66	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.34/7.66	c 8	===============================================================================
7.34/7.66	c 8	|         0 |   28933   401936  1161532 |   133978        0    nan |  0.000 % |
7.53/7.84	c 8	|       100 |   28933   401936  1161532 |   147376      100     70 | 18.453 % |
7.53/7.88	c 8	===============================================================================
7.53/7.88	c 8	restarts              : 2
7.53/7.88	c 8	conflicts             : 109            (129 /sec)
7.53/7.88	c 8	decisions             : 926            (0.97 % random) (1096 /sec)
7.53/7.88	c 8	propagations          : 235856         (279162 /sec)
7.53/7.88	c 8	conflict literals     : 7138           (22.41 % deleted)
7.53/7.88	c 8	Memory used           : 36.41 MB
7.53/7.88	c 8	CPU time              : 0.844871 s
7.53/7.88	c 8	
7.63/7.90	c 8	SATISFIABLE
7.63/7.91	c 8	FOUND: _COST <= 37
7.63/7.91	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.63/7.91	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.63/7.99	c 8	Decoding HOME/temp.out
7.66/8.14	c 8	OBJECTIVE _COST 37
7.66/8.14	o 37
7.66/8.17	v 31 36 21 12 21 32 1 21 29 8 13 26 18 24 4 0 9 2 24 23 33 6 16 16 13 2 27 26 0 24 23 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 1 1 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 1 0 1 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 1 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1
7.66/8.17	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.66/8.22	c 8	OBJECTIVE BOUND: 0 <= _COST <= 37
7.66/8.22	c 8	SEARCHING: _COST <= 18
7.66/8.22	c 8	SOLVING HOME/temp.cnf
7.66/8.22	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.66/8.23	c 8	This is MiniSat 2.0 beta
7.66/8.23	c 8	WARNING: for repeatability, setting FPU to use double precision
7.66/8.23	c 8	============================[ Problem Statistics ]=============================
7.66/8.23	c 8	|                                                                             |
7.66/8.23	c 8	|  Number of variables:  35480                                                |
7.66/8.23	c 8	|  Number of clauses:    821861                                               |
7.92/8.67	c 9	|  Parsing time:         0.40         s                                       |
8.57/8.91	c 9	============================[ Search Statistics ]==============================
8.57/8.91	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.57/8.91	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.57/8.91	c 9	===============================================================================
8.57/8.91	c 9	|         0 |   28222   373067  1077039 |   124355        0    nan |  0.000 % |
8.67/9.03	c 9	|       100 |   28222   373067  1077039 |   136791      100     44 | 20.457 % |
8.77/9.15	c 9	===============================================================================
8.77/9.15	c 9	restarts              : 2
8.77/9.15	c 9	conflicts             : 142            (162 /sec)
8.77/9.15	c 9	decisions             : 990            (1.31 % random) (1133 /sec)
8.77/9.15	c 9	propagations          : 276737         (316681 /sec)
8.77/9.15	c 9	conflict literals     : 4773           (23.20 % deleted)
8.77/9.15	c 9	Memory used           : 36.50 MB
8.77/9.15	c 9	CPU time              : 0.873867 s
8.77/9.15	c 9	
8.77/9.17	c 9	SATISFIABLE
8.77/9.17	c 9	FOUND: _COST <= 18
8.77/9.17	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.77/9.17	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.87/9.26	c 9	Decoding HOME/temp.out
8.87/9.41	c 10	OBJECTIVE _COST 18
8.87/9.41	o 18
8.87/9.43	v 37 9 34 11 21 7 10 9 24 7 6 26 25 13 19 10 15 9 21 7 33 21 0 27 1 27 27 26 25 11 10 11 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1
8.87/9.44	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.87/9.49	c 10	OBJECTIVE BOUND: 0 <= _COST <= 18
8.87/9.49	c 10	SEARCHING: _COST <= 9
8.87/9.49	c 10	SOLVING HOME/temp.cnf
8.87/9.49	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.87/9.49	c 10	This is MiniSat 2.0 beta
8.87/9.49	c 10	WARNING: for repeatability, setting FPU to use double precision
8.87/9.49	c 10	============================[ Problem Statistics ]=============================
8.87/9.49	c 10	|                                                                             |
8.87/9.50	c 10	|  Number of variables:  35480                                                |
8.87/9.50	c 10	|  Number of clauses:    821861                                               |
9.52/9.94	c 10	|  Parsing time:         0.39         s                                       |
9.71/10.17	c 10	============================[ Search Statistics ]==============================
9.71/10.17	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.71/10.17	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.71/10.17	c 10	===============================================================================
9.71/10.17	c 10	|         0 |   27592   358190  1034289 |   119396        0    nan |  0.000 % |
9.81/10.27	c 10	|       100 |   27592   358190  1034289 |   131336      100     42 | 22.232 % |
9.91/10.37	c 11	===============================================================================
9.91/10.37	c 11	restarts              : 2
9.91/10.37	c 11	conflicts             : 138            (169 /sec)
9.91/10.37	c 11	decisions             : 896            (0.78 % random) (1098 /sec)
9.91/10.37	c 11	propagations          : 244786         (300029 /sec)
9.91/10.37	c 11	conflict literals     : 4793           (19.70 % deleted)
9.91/10.37	c 11	Memory used           : 36.50 MB
9.91/10.37	c 11	CPU time              : 0.815875 s
9.91/10.37	c 11	
9.91/10.39	c 11	SATISFIABLE
9.91/10.39	c 11	FOUND: _COST <= 9
9.91/10.39	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.91/10.39	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.02/10.50	c 11	Decoding HOME/temp.out
10.02/10.66	c 11	OBJECTIVE _COST 9
10.02/10.66	o 9
10.02/10.68	v 12 14 28 18 8 2 31 30 5 28 0 4 16 16 13 11 0 36 7 34 12 11 31 12 29 10 0 17 21 20 2 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1
10.02/10.68	c 11	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.02/10.69	c 11	OBJECTIVE BOUND: 0 <= _COST <= 9
10.02/10.69	c 11	SEARCHING: _COST <= 4
10.02/10.69	c 11	SOLVING HOME/temp.cnf
10.02/10.69	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.02/10.69	c 11	This is MiniSat 2.0 beta
10.02/10.69	c 11	WARNING: for repeatability, setting FPU to use double precision
10.02/10.69	c 11	============================[ Problem Statistics ]=============================
10.02/10.69	c 11	|                                                                             |
10.02/10.69	c 11	|  Number of variables:  35480                                                |
10.02/10.69	c 11	|  Number of clauses:    821861                                               |
10.66/11.14	c 11	|  Parsing time:         0.38         s                                       |
10.87/11.36	c 12	============================[ Search Statistics ]==============================
10.87/11.36	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.87/11.36	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.87/11.36	c 12	===============================================================================
10.87/11.36	c 12	|         0 |   26851   348526  1007515 |   116175        0    nan |  0.000 % |
10.97/11.50	c 12	|       100 |   26851   348526  1007515 |   127792      100     31 | 24.321 % |
11.07/11.56	c 12	===============================================================================
11.07/11.56	c 12	restarts              : 2
11.07/11.56	c 12	conflicts             : 124            (156 /sec)
11.07/11.56	c 12	decisions             : 816            (1.10 % random) (1024 /sec)
11.07/11.56	c 12	propagations          : 244737         (307120 /sec)
11.07/11.56	c 12	conflict literals     : 3636           (16.20 % deleted)
11.07/11.56	c 12	Memory used           : 36.52 MB
11.07/11.56	c 12	CPU time              : 0.796878 s
11.07/11.56	c 12	
11.07/11.58	c 12	SATISFIABLE
11.07/11.58	c 12	FOUND: _COST <= 4
11.07/11.58	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.07/11.58	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.16/11.66	c 12	Decoding HOME/temp.out
11.16/11.81	c 12	OBJECTIVE _COST 4
11.16/11.81	o 4
11.16/11.84	v 14 36 12 0 19 1 7 30 15 15 13 1 25 24 4 2 5 22 7 6 22 0 0 1 29 0 27 26 9 24 11 10 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1
11.16/11.84	c 12	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.16/11.85	c 12	OBJECTIVE BOUND: 0 <= _COST <= 4
11.16/11.85	c 12	SEARCHING: _COST <= 2
11.16/11.85	c 12	SOLVING HOME/temp.cnf
11.16/11.85	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.16/11.85	c 12	This is MiniSat 2.0 beta
11.16/11.85	c 12	WARNING: for repeatability, setting FPU to use double precision
11.16/11.85	c 12	============================[ Problem Statistics ]=============================
11.16/11.85	c 12	|                                                                             |
11.16/11.85	c 12	|  Number of variables:  35480                                                |
11.16/11.85	c 12	|  Number of clauses:    821861                                               |
11.84/12.30	c 13	|  Parsing time:         0.40         s                                       |
12.05/12.53	c 13	============================[ Search Statistics ]==============================
12.05/12.53	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.05/12.53	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.05/12.53	c 13	===============================================================================
12.05/12.53	c 13	|         0 |   26246   343812   995186 |   114604        0    nan |  0.000 % |
12.24/12.72	c 13	|       100 |   26246   343812   995186 |   126064      100     27 | 26.026 % |
12.44/12.94	c 13	|       250 |   26244   343812   995186 |   138670      245     19 | 33.360 % |
12.54/13.06	c 13	===============================================================================
12.54/13.06	c 13	restarts              : 3
12.54/13.06	c 13	conflicts             : 326            (285 /sec)
12.54/13.06	c 13	decisions             : 840            (1.31 % random) (734 /sec)
12.54/13.06	c 13	propagations          : 844746         (738527 /sec)
12.54/13.06	c 13	conflict literals     : 5353           (24.49 % deleted)
12.54/13.06	c 13	Memory used           : 36.51 MB
12.54/13.06	c 13	CPU time              : 1.14383 s
12.54/13.06	c 13	
12.54/13.06	c 13	UNSATISFIABLE
12.54/13.06	c 13	NOT FOUND: _COST <= 2
12.54/13.06	c 13	OBJECTIVE BOUND: 3 <= _COST <= 4
12.54/13.06	c 13	SEARCHING: _COST <= 3
12.54/13.06	c 13	SOLVING HOME/temp.cnf
12.54/13.06	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.54/13.07	c 13	This is MiniSat 2.0 beta
12.54/13.07	c 13	WARNING: for repeatability, setting FPU to use double precision
12.54/13.07	c 13	============================[ Problem Statistics ]=============================
12.54/13.07	c 13	|                                                                             |
12.54/13.07	c 13	|  Number of variables:  35480                                                |
12.54/13.07	c 13	|  Number of clauses:    821861                                               |
13.02/13.52	c 14	|  Parsing time:         0.40         s                                       |
13.22/13.74	c 14	============================[ Search Statistics ]==============================
13.22/13.74	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.22/13.74	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.22/13.74	c 14	===============================================================================
13.22/13.74	c 14	|         0 |   26594   346271  1001520 |   115423        0    nan |  0.000 % |
13.32/13.88	c 14	|       101 |   26594   346271  1001520 |   126966      101     15 | 25.045 % |
13.52/14.05	c 14	===============================================================================
13.52/14.06	c 14	restarts              : 2
13.52/14.06	c 14	conflicts             : 244            (262 /sec)
13.52/14.06	c 14	decisions             : 1050           (1.62 % random) (1127 /sec)
13.52/14.06	c 14	propagations          : 483961         (519351 /sec)
13.52/14.06	c 14	conflict literals     : 3546           (21.69 % deleted)
13.52/14.06	c 14	Memory used           : 36.57 MB
13.52/14.06	c 14	CPU time              : 0.931858 s
13.52/14.06	c 14	
13.52/14.07	c 14	SATISFIABLE
13.52/14.08	c 14	FOUND: _COST <= 3
13.52/14.08	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.52/14.08	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.62/14.16	c 14	Decoding HOME/temp.out
13.83/14.35	c 15	OBJECTIVE _COST 3
13.83/14.35	o 3
13.83/14.37	v 21 24 15 22 12 32 5 18 29 17 27 26 16 15 0 0 15 10 21 12 16 32 16 16 23 0 0 11 25 24 23 0 1 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1
13.83/14.37	c 15	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.83/14.40	c 15	OBJECTIVE _COST 3
13.83/14.40	s OPTIMUM FOUND
13.83/14.40	c 15	CPU 12.89 (0.06 0.02 12.83 1)
13.83/14.40	c 15	END Fri Jul 11 19:43:01 2008

Verifier Data (download as text)

OK	3	600
3 unsatisfied constraints, 600 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-1108928-1215798166/watcher-1108928-1215798166 -o /tmp/evaluation-result-1108928-1215798166/solver-1108928-1215798166 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108928-1215798166.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.14 2.18 2.11 4/81 14992
/proc/meminfo: memFree=1916128/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=18572 CPUtime=0
/proc/14992/stat : 14992 (runsolver) R 14990 14992 14319 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 36515395 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14992/statm: 4643 292 257 25 0 2626 0

[startup+0.0482261 s]
/proc/loadavg: 2.14 2.18 2.11 4/81 14992
/proc/meminfo: memFree=1916128/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13600 CPUtime=0.03
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 838 0 0 0 3 0 0 0 20 0 1 0 36515395 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101611 s]
/proc/loadavg: 2.14 2.18 2.11 4/81 14992
/proc/meminfo: memFree=1916128/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13600 CPUtime=0.03
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 36515395 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301648 s]
/proc/loadavg: 2.14 2.18 2.11 4/81 14992
/proc/meminfo: memFree=1916128/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13600 CPUtime=0.03
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 36515395 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701713 s]
/proc/loadavg: 2.14 2.18 2.11 4/81 14992
/proc/meminfo: memFree=1916128/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13600 CPUtime=0.44
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 974 4780 0 1 3 0 38 3 16 0 1 0 36515395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.14 2.18 2.11 4/92 15014
/proc/meminfo: memFree=1907464/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13600 CPUtime=0.44
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 974 4780 0 1 3 0 38 3 15 0 1 0 36515395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3400 797 370 3 0 500 0
[pid=15005] ppid=14992 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14992 14992 14319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36515447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 233 193 169 0 50 0
[pid=15006] ppid=15005 vsize=868376 CPUtime=0.95
/proc/15006/stat : 15006 (java) S 15005 14992 14319 0 -1 0 7181 0 1 0 92 3 0 0 18 0 9 0 36515447 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15006/statm: 217094 6413 2538 9 0 211669 0
[pid=15006/tid=15007] ppid=15005 vsize=868376 CPUtime=0.64
/proc/15006/task/15007/stat : 15007 (java) R 15005 14992 14319 0 -1 64 2666 0 1 0 63 1 0 0 23 0 9 0 36515448 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4126477780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15008] ppid=15005 vsize=868376 CPUtime=0.09
/proc/15006/task/15008/stat : 15008 (java) S 15005 14992 14319 0 -1 64 2361 0 0 0 9 0 0 0 16 0 9 0 36515449 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15009] ppid=15005 vsize=868376 CPUtime=0
/proc/15006/task/15009/stat : 15009 (java) S 15005 14992 14319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36515449 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15010] ppid=15005 vsize=868376 CPUtime=0
/proc/15006/task/15010/stat : 15010 (java) S 15005 14992 14319 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36515449 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15011] ppid=15005 vsize=868376 CPUtime=0
/proc/15006/task/15011/stat : 15011 (java) S 15005 14992 14319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36515452 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15012] ppid=15005 vsize=868376 CPUtime=0.2
/proc/15006/task/15012/stat : 15012 (java) S 15005 14992 14319 0 -1 64 1462 0 0 0 19 1 0 0 16 0 9 0 36515452 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15013] ppid=15005 vsize=868376 CPUtime=0
/proc/15006/task/15013/stat : 15013 (java) S 15005 14992 14319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36515452 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15014] ppid=15005 vsize=868376 CPUtime=0
/proc/15006/task/15014/stat : 15014 (java) S 15005 14992 14319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36515452 889217024 6413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887332

[startup+3.10227 s]
/proc/loadavg: 2.14 2.18 2.11 3/92 15014
/proc/meminfo: memFree=1893576/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13600 CPUtime=0.45
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 974 4780 0 1 3 1 38 3 15 0 1 0 36515395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3400 797 370 3 0 500 0
[pid=15005] ppid=14992 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14992 14992 14319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36515447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 233 193 169 0 50 0
[pid=15006] ppid=15005 vsize=868488 CPUtime=2.52
/proc/15006/stat : 15006 (java) S 15005 14992 14319 0 -1 0 8140 0 1 0 238 14 0 0 18 0 9 0 36515447 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15006/statm: 217122 6978 2564 9 0 211669 0
[pid=15006/tid=15007] ppid=15005 vsize=868488 CPUtime=1.95
/proc/15006/task/15007/stat : 15007 (java) R 15005 14992 14319 0 -1 64 3090 0 1 0 186 9 0 0 25 0 9 0 36515448 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15008] ppid=15005 vsize=868488 CPUtime=0.27
/proc/15006/task/15008/stat : 15008 (java) S 15005 14992 14319 0 -1 64 2855 0 0 0 24 3 0 0 15 0 9 0 36515449 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15009] ppid=15005 vsize=868488 CPUtime=0
/proc/15006/task/15009/stat : 15009 (java) S 15005 14992 14319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36515449 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15010] ppid=15005 vsize=868488 CPUtime=0
/proc/15006/task/15010/stat : 15010 (java) S 15005 14992 14319 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36515449 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15011] ppid=15005 vsize=868488 CPUtime=0
/proc/15006/task/15011/stat : 15011 (java) S 15005 14992 14319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36515452 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15012] ppid=15005 vsize=868488 CPUtime=0.28
/proc/15006/task/15012/stat : 15012 (java) S 15005 14992 14319 0 -1 64 1503 0 0 0 27 1 0 0 16 0 9 0 36515452 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15013] ppid=15005 vsize=868488 CPUtime=0
/proc/15006/task/15013/stat : 15013 (java) S 15005 14992 14319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36515452 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15006/tid=15014] ppid=15005 vsize=868488 CPUtime=0
/proc/15006/task/15014/stat : 15014 (java) S 15005 14992 14319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36515452 889331712 6978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887444

[startup+6.3017 s]
/proc/loadavg: 2.13 2.18 2.11 4/92 15038
/proc/meminfo: memFree=1892168/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13732 CPUtime=5.56
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 1306 39548 0 4 4 1 511 40 15 0 1 0 36515395 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3433 820 374 3 0 533 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13732

[startup+12.7018 s]
/proc/loadavg: 2.12 2.18 2.11 3/84 15100
/proc/meminfo: memFree=1883144/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13732 CPUtime=11.41
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 1876 105196 0 9 5 2 1049 85 15 0 1 0 36515395 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3433 820 374 3 0 533 0
[pid=15099] ppid=14992 vsize=5356 CPUtime=0
/proc/15099/stat : 15099 (sh) S 14992 14992 14319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36516580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15099/statm: 1339 232 193 169 0 50 0
[pid=15100] ppid=15099 vsize=37380 CPUtime=0.83
/proc/15100/stat : 15100 (minisat) R 15099 14992 14319 0 -1 4194304 8958 0 0 0 78 5 0 0 25 0 1 0 36516580 38277120 8944 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15100/statm: 9345 8944 73 150 0 9192 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 56468

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

[startup+13.503 s]
/proc/loadavg: 2.11 2.17 2.11 3/84 15102
/proc/meminfo: memFree=1891720/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13732 CPUtime=12.61
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 1931 114451 0 9 5 2 1163 91 16 0 1 0 36515395 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3433 820 374 3 0 533 0
[pid=15101] ppid=14992 vsize=5356 CPUtime=0
/proc/15101/stat : 15101 (sh) S 14992 14992 14319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36516702 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15101/statm: 1339 232 193 169 0 50 0
[pid=15102] ppid=15101 vsize=36972 CPUtime=0.41
/proc/15102/stat : 15102 (minisat) R 15101 14992 14319 0 -1 4194304 8826 0 0 0 37 4 0 0 23 0 1 0 36516702 37859328 8812 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15102/statm: 9243 8812 62 150 0 9090 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 56060

[startup+13.903 s]
/proc/loadavg: 2.11 2.17 2.11 3/84 15102
/proc/meminfo: memFree=1891720/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13732 CPUtime=12.61
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 1931 114451 0 9 5 2 1163 91 15 0 1 0 36515395 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3433 820 374 3 0 533 0
[pid=15101] ppid=14992 vsize=5356 CPUtime=0
/proc/15101/stat : 15101 (sh) S 14992 14992 14319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36516702 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15101/statm: 1339 232 193 169 0 50 0
[pid=15102] ppid=15101 vsize=37448 CPUtime=0.81
/proc/15102/stat : 15102 (minisat) R 15101 14992 14319 0 -1 4194304 8962 0 0 0 77 4 0 0 25 0 1 0 36516702 38346752 8948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15102/statm: 9362 8948 76 150 0 9209 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 56536

[startup+14.3071 s]
/proc/loadavg: 2.11 2.17 2.11 4/92 15112
/proc/meminfo: memFree=1891976/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=13732 CPUtime=13.62
/proc/14992/stat : 14992 (sugar) S 14990 14992 14319 0 -1 4194304 1992 123714 0 9 5 2 1258 97 16 0 1 0 36515395 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14992/statm: 3433 820 374 3 0 533 0
[pid=15103] ppid=14992 vsize=5356 CPUtime=0
/proc/15103/stat : 15103 (sh) S 14992 14992 14319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36516803 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15103/statm: 1339 233 193 169 0 50 0
[pid=15104] ppid=15103 vsize=864036 CPUtime=0.21
/proc/15104/stat : 15104 (java) S 15103 14992 14319 0 -1 0 3513 0 1 0 19 2 0 0 18 0 9 0 36516803 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15104/statm: 216009 2987 1665 9 0 210591 0
[pid=15104/tid=15105] ppid=15103 vsize=864036 CPUtime=0.15
/proc/15104/task/15105/stat : 15105 (java) R 15103 14992 14319 0 -1 64 2469 0 1 0 14 1 0 0 19 0 9 0 36516804 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15106] ppid=15103 vsize=864036 CPUtime=0
/proc/15104/task/15106/stat : 15106 (java) S 15103 14992 14319 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 36516805 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15107] ppid=15103 vsize=864036 CPUtime=0
/proc/15104/task/15107/stat : 15107 (java) S 15103 14992 14319 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 36516805 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15108] ppid=15103 vsize=864036 CPUtime=0
/proc/15104/task/15108/stat : 15108 (java) S 15103 14992 14319 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 36516805 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15109] ppid=15103 vsize=864036 CPUtime=0
/proc/15104/task/15109/stat : 15109 (java) S 15103 14992 14319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36516807 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15110] ppid=15103 vsize=864036 CPUtime=0.04
/proc/15104/task/15110/stat : 15110 (java) R 15103 14992 14319 0 -1 64 276 0 0 0 4 0 0 0 18 0 9 0 36516807 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 102001082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15111] ppid=15103 vsize=864036 CPUtime=0
/proc/15104/task/15111/stat : 15111 (java) S 15103 14992 14319 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36516807 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15104/tid=15112] ppid=15103 vsize=864036 CPUtime=0
/proc/15104/task/15112/stat : 15112 (java) S 15103 14992 14319 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 36516808 884772864 2987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 883124

[startup+14.4064 s]
/proc/loadavg: 2.11 2.17 2.11 4/92 15112
/proc/meminfo: memFree=1891976/2055920 swapFree=4192812/4192956
[pid=14992] ppid=14990 vsize=0 CPUtime=13.92
/proc/14992/stat : 14992 (sugar) R 14990 14992 14319 0 -1 4194308 2051 127605 0 10 6 3 1283 100 16 0 1 0 36515395 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14992/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 14.4069
CPU time (s): 13.9449
CPU user time (s): 12.902
CPU system time (s): 1.04284
CPU usage (%): 96.7931
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.902
system time used= 1.04284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129656
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12081
involuntary context switches= 11964

runsolver used 0.020996 second user time and 0.065989 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-11 19:42:46
IDJOB=1108928
IDBENCH=60826
IDSOLVER=368
FILE ID=node61/1108928-1215798166
PBS_JOBID= 7903202
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-16-16.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108928-1215798166/watcher-1108928-1215798166 -o /tmp/evaluation-result-1108928-1215798166/solver-1108928-1215798166 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108928-1215798166.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b3bd03ab78a97f788d7f34f7afec759
RANDOM SEED=1015276847

node61.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.279
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.279
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:       1916608 kB
Buffers:          4016 kB
Cached:          36784 kB
SwapCached:          0 kB
Active:          83692 kB
Inactive:         5576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          68596 kB
Slab:            35108 kB
Committed_AS:   232372 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-11 19:43:01