Trace number 1108927

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-incOPTIMUM3 7.2549 8.20559

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.05/0.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.22	c 0	BEGIN Fri Jul 11 19:42:43 2008
0.05/0.22	c 0	PID 13744
0.05/0.23	c 0	HOST node39.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-1108927-1215798162.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108927-1215798162.xml' 'HOME/temp.csp'
0.47/1.05	c 1	17 domains, 512 variables, 2 predicates, 0 relations, 603 constraints
0.47/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.47/1.07	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/1.16	c 1	Parsing HOME/temp.csp
0.53/1.33	c 1	parsed 1134 expressions
0.53/1.34	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/1.35	c 1	MAX CSP: 603 constraints
0.53/1.35	c 1	Converting to clausal form CSP
0.53/1.38	c 1	converted 174 (10%) expressions
0.53/1.38	c 1	converted 348 (20%) expressions
0.53/1.39	c 1	converted 522 (30%) expressions
0.53/1.52	c 1	converted 696 (40%) expressions
0.53/1.56	c 1	converted 870 (50%) expressions
0.53/1.57	c 1	converted 1044 (60%) expressions
0.53/1.59	c 1	converted 1218 (70%) expressions
0.53/1.60	c 1	converted 1392 (80%) expressions
0.53/1.62	c 1	converted 1566 (90%) expressions
0.53/1.98	c 2	converted 1740 (100%) expressions
0.53/1.98	c 2	CSP : 3998 integers, 1134 booleans, 8676 clauses, largest domain size 905
0.53/1.98	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.53/1.98	c 2	Propagation in CSP
0.53/2.09	c 2	1077 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.53/2.09	c 2	CSP : 3998 integers, 1134 booleans, 8676 clauses, largest domain size 604
0.53/2.09	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.53/2.09	c 2	Simplifing CSP by introducing new Boolean variables
1.52/2.11	c 2	CSP : 3998 integers, 1134 booleans, 8676 clauses, largest domain size 604
1.52/2.11	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/2.17	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/2.19	c 2	400 (10%) CSP integer variables are encoded (890 clauses, 9644 bytes)
1.52/2.19	c 2	800 (20%) CSP integer variables are encoded (890 clauses, 9644 bytes)
1.52/2.19	c 2	1200 (30%) CSP integer variables are encoded (1743 clauses, 20733 bytes)
1.62/2.21	c 2	1600 (40%) CSP integer variables are encoded (5141 clauses, 64907 bytes)
1.62/2.21	c 2	1999 (50%) CSP integer variables are encoded (8532 clauses, 109929 bytes)
1.62/2.22	c 2	2399 (60%) CSP integer variables are encoded (12015 clauses, 162174 bytes)
1.62/2.22	c 2	2799 (70%) CSP integer variables are encoded (15437 clauses, 213504 bytes)
1.62/2.23	c 2	3199 (80%) CSP integer variables are encoded (18800 clauses, 263949 bytes)
1.62/2.23	c 2	3599 (90%) CSP integer variables are encoded (22301 clauses, 316464 bytes)
1.62/2.24	c 2	3998 (100%) CSP integer variables are encoded (30380 clauses, 437649 bytes)
1.72/2.31	c 2	868 (10%) CSP clauses are encoded (44041 clauses, 743576 bytes)
1.72/2.38	c 2	1736 (20%) CSP clauses are encoded (66344 clauses, 1184009 bytes)
1.81/2.47	c 2	2603 (30%) CSP clauses are encoded (108858 clauses, 1944488 bytes)
1.92/2.54	c 2	3471 (40%) CSP clauses are encoded (147704 clauses, 2639410 bytes)
2.02/2.64	c 2	4338 (50%) CSP clauses are encoded (192676 clauses, 3538840 bytes)
2.12/2.75	c 2	5206 (60%) CSP clauses are encoded (240327 clauses, 4527155 bytes)
2.21/2.83	c 2	6074 (70%) CSP clauses are encoded (278690 clauses, 5323320 bytes)
2.31/2.91	c 3	6941 (80%) CSP clauses are encoded (317374 clauses, 6126128 bytes)
2.41/3.03	c 3	7809 (90%) CSP clauses are encoded (373344 clauses, 7291076 bytes)
3.29/3.96	c 4	8676 (100%) CSP clauses are encoded (821860 clauses, 16813089 bytes)
3.29/3.96	c 4	8676 CSP clauses encoded
3.29/3.96	c 4	Writing map file : HOME/temp.map
3.29/3.98	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.98	c 4	SAT : 35480 SAT variables, 821860 SAT clauses, 16813089 bytes
3.29/3.98	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/4.01	c 4	OBJECTIVE minimize _COST
3.37/4.01	c 4	SOLVING HOME/temp.cnf
3.37/4.01	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.37/4.01	c 4	This is MiniSat 2.0 beta incremental
3.37/4.01	c 4	WARNING: for repeatability, setting FPU to use double precision
3.37/4.01	c 4	============================[ Problem Statistics ]=============================
3.37/4.01	c 4	|                                                                             |
3.37/4.01	c 4	|  Number of variables:  35480                                                |
3.37/4.01	c 4	|  Number of clauses:    821860                                               |
3.77/4.43	c 4	|  Parsing time:         0.36         s                                       |
3.77/4.46	c 4	OK
3.77/4.46	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.77/4.46	c 4	SEARCHING: _COST <= 302
3.77/4.46	c 4	============================[ Search Statistics ]==============================
3.77/4.46	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.77/4.46	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.77/4.46	c 4	===============================================================================
3.77/4.46	c 4	|         0 |   35480   821860  2402229 |   273953        0    nan |  0.000 % |
3.87/4.57	c 4	===============================================================================
3.87/4.58	c 4	restarts              : 1
3.87/4.58	c 4	conflicts             : 10            (20 /sec)
3.87/4.58	c 4	decisions             : 1159          (0.78 % random) (2323 /sec)
3.87/4.58	c 4	propagations          : 54088          (108409 /sec)
3.87/4.58	c 4	conflict literals     : 585            (14.60 % deleted)
3.87/4.58	c 4	Memory used           : 37.78 MB
3.87/4.58	c 4	CPU time              : 0.498924 s
3.87/4.58	c 4	
3.87/4.58	c 4	SATISFIABLE
3.87/4.59	c 4	OK
3.87/4.59	c 4	FOUND: _COST <= 302
3.87/4.59	s SATISFIABLE
3.87/4.59	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.87/4.59	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.95/4.67	c 4	Decoding HOME/temp.out
3.95/4.83	c 4	OBJECTIVE _COST 128
3.95/4.83	o 128
3.95/4.85	v 37 17 35 34 33 13 0 0 29 0 0 0 0 5 0 2 0 0 35 34 6 32 31 30 0 0 0 26 0 24 23 8 0 1 0 0 0 0 1 0 0 1 1 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 1 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 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 1 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 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 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1
3.95/4.85	c 4	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.96/4.92	c 5	OK
3.96/4.92	c 5	OBJECTIVE BOUND: 0 <= _COST <= 128
3.96/4.92	c 5	SEARCHING: _COST <= 64
3.96/4.92	c 5	============================[ Search Statistics ]==============================
3.96/4.92	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.96/4.92	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.96/4.92	c 5	===============================================================================
3.96/4.92	c 5	|        10 |   35480   821860  2402229 |   273953       10     58 |  0.000 % |
4.32/5.09	c 5	===============================================================================
4.32/5.09	c 5	restarts              : 2
4.32/5.09	c 5	conflicts             : 40            (58 /sec)
4.32/5.09	c 5	decisions             : 1388          (0.65 % random) (2027 /sec)
4.32/5.09	c 5	propagations          : 221505         (323415 /sec)
4.32/5.09	c 5	conflict literals     : 1409           (25.57 % deleted)
4.32/5.09	c 5	Memory used           : 38.29 MB
4.32/5.09	c 5	CPU time              : 0.684895 s
4.32/5.09	c 5	
4.32/5.09	c 5	SATISFIABLE
4.42/5.11	c 5	OK
4.42/5.11	c 5	FOUND: _COST <= 64
4.42/5.11	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.42/5.11	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.42/5.19	c 5	Decoding HOME/temp.out
4.42/5.34	c 5	OBJECTIVE _COST 64
4.42/5.34	o 64
4.42/5.37	v 37 36 16 31 17 19 10 28 7 7 25 26 18 22 22 0 23 11 10 34 24 18 30 9 16 14 9 26 25 24 23 10 0 0 0 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 1 1 1 0 0 1 0 1 0 1 0 1 1 1 1 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 1 1 0 1 0 0 0 1 0 1 1 1 1 1 1 1 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 1 0 1 0 0 0 1 1 1 1 1 1 0 0 1 0 1 0 0 1 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 1 0 1 0 0 1 0 1 0 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 1 0 0 1 0 0 1 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 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 0
4.42/5.37	c 5	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.66/5.43	c 5	OK
4.66/5.43	c 5	OBJECTIVE BOUND: 0 <= _COST <= 64
4.66/5.43	c 5	SEARCHING: _COST <= 32
4.66/5.43	c 5	============================[ Search Statistics ]==============================
4.66/5.43	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.66/5.43	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.66/5.43	c 5	===============================================================================
4.66/5.43	c 5	|        40 |   30487   821860  2402229 |   273953       40     35 |  0.000 % |
4.66/5.48	c 5	===============================================================================
4.66/5.48	c 5	restarts              : 3
4.66/5.48	c 5	conflicts             : 49            (65 /sec)
4.66/5.48	c 5	decisions             : 1573          (0.70 % random) (2078 /sec)
4.66/5.48	c 5	propagations          : 267132         (352937 /sec)
4.66/5.48	c 5	conflict literals     : 1541           (24.28 % deleted)
4.66/5.48	c 5	Memory used           : 38.42 MB
4.66/5.48	c 5	CPU time              : 0.756884 s
4.66/5.48	c 5	
4.66/5.48	c 5	SATISFIABLE
4.66/5.50	c 5	OK
4.66/5.50	c 5	FOUND: _COST <= 32
4.66/5.50	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.66/5.50	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.76/5.58	c 5	Decoding HOME/temp.out
4.76/5.74	c 5	OBJECTIVE _COST 32
4.76/5.74	o 32
4.76/5.76	v 26 9 20 11 33 14 11 30 27 8 18 26 3 19 23 9 37 11 33 10 33 8 8 30 7 15 25 25 25 16 18 9 0 1 0 1 0 1 0 1 0 1 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 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 0 0 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 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 1 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 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 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 1
4.76/5.76	c 5	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.76/5.82	c 5	OK
4.76/5.82	c 5	OBJECTIVE BOUND: 0 <= _COST <= 32
4.76/5.82	c 5	SEARCHING: _COST <= 16
4.76/5.82	c 5	============================[ Search Statistics ]==============================
4.76/5.82	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.76/5.82	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.76/5.82	c 5	===============================================================================
4.76/5.82	c 5	|        49 |   29511   821860  2402229 |   273953       49     31 |  0.000 % |
4.76/5.86	c 5	===============================================================================
4.76/5.86	c 6	restarts              : 4
4.76/5.86	c 6	conflicts             : 53            (66 /sec)
4.76/5.86	c 6	decisions             : 1690          (0.65 % random) (2089 /sec)
4.76/5.86	c 6	propagations          : 297331         (367585 /sec)
4.76/5.86	c 6	conflict literals     : 1593           (23.74 % deleted)
4.76/5.86	c 6	Memory used           : 38.42 MB
4.76/5.86	c 6	CPU time              : 0.808877 s
4.76/5.86	c 6	
4.76/5.86	c 6	SATISFIABLE
4.76/5.87	c 6	OK
4.76/5.87	c 6	FOUND: _COST <= 16
4.76/5.87	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.76/5.87	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.07/5.96	c 6	Decoding HOME/temp.out
5.07/6.12	c 6	OBJECTIVE _COST 16
5.07/6.12	o 16
5.07/6.14	v 5 34 20 32 33 5 9 30 7 7 27 3 17 16 23 0 30 0 0 22 19 22 30 28 28 0 8 10 25 24 4 11 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 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 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 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 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0
5.07/6.15	c 6	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.08/6.20	c 6	OK
5.08/6.20	c 6	OBJECTIVE BOUND: 0 <= _COST <= 16
5.08/6.20	c 6	SEARCHING: _COST <= 8
5.08/6.20	c 6	============================[ Search Statistics ]==============================
5.08/6.20	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.08/6.20	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.08/6.20	c 6	===============================================================================
5.08/6.20	c 6	|        53 |   28753   821860  2402229 |   273953       53     30 |  0.000 % |
5.44/6.33	c 6	===============================================================================
5.44/6.33	c 6	restarts              : 5
5.44/6.33	c 6	conflicts             : 92            (97 /sec)
5.44/6.33	c 6	decisions             : 1933          (0.67 % random) (2037 /sec)
5.44/6.33	c 6	propagations          : 411833         (434032 /sec)
5.44/6.33	c 6	conflict literals     : 2464           (18.00 % deleted)
5.44/6.33	c 6	Memory used           : 38.55 MB
5.44/6.33	c 6	CPU time              : 0.948855 s
5.44/6.33	c 6	
5.44/6.33	c 6	SATISFIABLE
5.44/6.34	c 6	OK
5.44/6.34	c 6	FOUND: _COST <= 8
5.44/6.34	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.44/6.34	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.49/6.42	c 6	Decoding HOME/temp.out
5.63/6.58	c 6	OBJECTIVE _COST 8
5.63/6.58	o 8
5.74/6.61	v 12 21 21 19 0 13 5 30 18 13 27 6 0 24 23 5 37 26 4 0 2 1 0 15 14 26 25 12 24 0 23 7 1 0 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 1 1 0 0 1 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 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 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 1 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 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 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1
5.74/6.61	c 6	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.74/6.66	c 6	OK
5.74/6.66	c 6	OBJECTIVE BOUND: 0 <= _COST <= 8
5.74/6.66	c 6	SEARCHING: _COST <= 4
5.74/6.66	c 6	============================[ Search Statistics ]==============================
5.74/6.66	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.74/6.66	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.74/6.66	c 6	===============================================================================
5.74/6.66	c 6	|        92 |   28088   821860  2402229 |   273953       92     27 |  0.000 % |
5.99/6.93	c 7	|       192 |   28088   821860  2402229 |   301348      192     25 | 22.599 % |
6.09/7.03	c 7	===============================================================================
6.09/7.03	c 7	restarts              : 7
6.09/7.03	c 7	conflicts             : 226           (170 /sec)
6.09/7.03	c 7	decisions             : 2230          (0.67 % random) (1673 /sec)
6.09/7.03	c 7	propagations          : 869670         (652515 /sec)
6.09/7.03	c 7	conflict literals     : 5459           (21.76 % deleted)
6.09/7.03	c 7	Memory used           : 38.68 MB
6.09/7.03	c 7	CPU time              : 1.3328 s
6.09/7.03	c 7	
6.09/7.03	c 7	SATISFIABLE
6.09/7.05	c 7	OK
6.09/7.05	c 7	FOUND: _COST <= 4
6.09/7.05	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.09/7.05	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'
6.14/7.13	c 7	Decoding HOME/temp.out
6.14/7.29	c 7	OBJECTIVE _COST 4
6.14/7.29	o 4
6.14/7.31	v 23 36 34 34 1 0 0 16 25 6 0 11 24 24 23 7 19 0 2 5 4 13 19 1 0 0 26 26 24 9 23 10 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 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 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 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 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 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 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 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 1 0 0 0 1 0 0
6.14/7.32	c 7	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.14/7.37	c 7	OK
6.14/7.37	c 7	OBJECTIVE BOUND: 0 <= _COST <= 4
6.14/7.37	c 7	SEARCHING: _COST <= 2
6.14/7.37	c 7	============================[ Search Statistics ]==============================
6.14/7.37	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.14/7.37	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.14/7.37	c 7	===============================================================================
6.14/7.37	c 7	|       226 |   27462   821860  2402229 |   273953      226     24 | 22.599 % |
6.53/7.56	c 7	|       326 |   27462   821860  2402229 |   301348      326     22 | 24.321 % |
6.63/7.61	c 7	===============================================================================
6.63/7.61	c 7	restarts              : 9
6.63/7.61	c 7	conflicts             : 366           (232 /sec)
6.63/7.61	c 7	decisions             : 2419          (0.79 % random) (1531 /sec)
6.63/7.61	c 7	propagations          : 1210887        (766501 /sec)
6.63/7.61	c 7	conflict literals     : 7947           (24.34 % deleted)
6.63/7.61	c 7	Memory used           : 38.68 MB
6.63/7.61	c 7	CPU time              : 1.57976 s
6.63/7.61	c 7	
6.63/7.61	c 7	UNSATISFIABLE
6.63/7.61	c 7	OK
6.63/7.61	c 7	NOT FOUND: _COST <= 2
6.63/7.61	c 7	OK
6.63/7.61	c 7	OBJECTIVE BOUND: 3 <= _COST <= 4
6.63/7.61	c 7	SEARCHING: _COST <= 3
6.63/7.61	c 7	============================[ Search Statistics ]==============================
6.63/7.61	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.63/7.61	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.63/7.61	c 7	===============================================================================
6.63/7.61	c 7	|       366 |   27462   821860  2402229 |   273953      365     22 | 24.321 % |
6.73/7.78	c 7	|       466 |   27461   821860  2402229 |   301348      465     24 | 24.357 % |
6.92/7.90	c 8	===============================================================================
6.92/7.90	c 8	restarts              : 11
6.92/7.90	c 8	conflicts             : 522           (279 /sec)
6.92/7.90	c 8	decisions             : 2791          (0.79 % random) (1491 /sec)
6.92/7.90	c 8	propagations          : 1543005        (824380 /sec)
6.92/7.90	c 8	conflict literals     : 12180          (19.21 % deleted)
6.92/7.90	c 8	Memory used           : 38.68 MB
6.92/7.90	c 8	CPU time              : 1.87172 s
6.92/7.90	c 8	
6.92/7.90	c 8	SATISFIABLE
6.92/7.91	c 8	OK
6.92/7.91	c 8	FOUND: _COST <= 3
6.92/7.91	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.92/7.91	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.92/8.00	c 8	Decoding HOME/temp.out
6.94/8.15	c 8	OBJECTIVE _COST 3
6.94/8.15	o 3
6.94/8.17	v 12 34 31 0 12 31 31 19 4 27 27 0 14 13 16 0 25 8 7 32 19 10 0 16 28 28 17 16 24 24 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 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 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 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 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 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 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 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 1 1 0 0 1 0 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 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 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 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0
6.94/8.18	c 8	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.94/8.18	c 8	OK
6.94/8.18	c 8	OBJECTIVE _COST 3
6.94/8.18	s OPTIMUM FOUND
6.94/8.20	c 8	CPU 6.59 (0.09 0.05 6.5 0.59)
6.94/8.20	c 8	END Fri Jul 11 19:42:51 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-1108927-1215798162/watcher-1108927-1215798162 -o /tmp/evaluation-result-1108927-1215798162/solver-1108927-1215798162 -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-1108927-1215798162.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.46 2.87 2.62 4/73 13744
/proc/meminfo: memFree=1871768/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=18572 CPUtime=0
/proc/13744/stat : 13744 (runsolver) D 13742 13744 13433 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 36515951 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231493659943 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13744/statm: 4643 292 257 25 0 2626 0

[startup+0.046186 s]
/proc/loadavg: 2.46 2.87 2.62 4/73 13744
/proc/meminfo: memFree=1871768/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=11908 CPUtime=0
/proc/13744/stat : 13744 (sugar++) R 13742 13744 13433 0 -1 4194304 85 0 4 0 0 0 0 0 19 0 1 0 36515951 12193792 74 996147200 4194304 4206940 548682068528 18446744073709551615 231491042809 0 0 4096 0 0 0 0 17 1 0 0
/proc/13744/statm: 2977 74 56 3 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11908

[startup+0.101198 s]
/proc/loadavg: 2.46 2.87 2.62 4/73 13744
/proc/meminfo: memFree=1871768/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=12544 CPUtime=0
/proc/13744/stat : 13744 (sugar++) R 13742 13744 13433 0 -1 4194304 514 0 4 0 0 0 0 0 18 0 1 0 36515951 12845056 486 996147200 4194304 4206940 548682068528 18446744073709551615 231493511809 0 0 4224 0 0 0 0 17 1 0 0
/proc/13744/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301228 s]
/proc/loadavg: 2.46 2.87 2.62 4/73 13744
/proc/meminfo: memFree=1871768/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16740 CPUtime=0.07
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1213 128 6 0 5 2 0 0 19 0 1 0 36515951 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701288 s]
/proc/loadavg: 2.46 2.87 2.62 4/73 13744
/proc/meminfo: memFree=1871768/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16740 CPUtime=0.07
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1213 128 6 0 5 2 0 0 19 0 1 0 36515951 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50141 s]
/proc/loadavg: 2.46 2.87 2.62 3/84 13756
/proc/meminfo: memFree=1839616/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16740 CPUtime=0.53
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1290 4645 6 141 5 2 39 7 15 0 1 0 36515951 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16740

[startup+3.10164 s]
/proc/loadavg: 2.42 2.86 2.61 4/84 13766
/proc/meminfo: memFree=1828736/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16740 CPUtime=0.54
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1291 4645 6 141 6 2 39 7 15 0 1 0 36515951 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4185 1104 409 3 0 764 0
[pid=13757] ppid=13744 vsize=5356 CPUtime=0
/proc/13757/stat : 13757 (sh) S 13744 13744 13433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36516059 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13757/statm: 1339 233 193 169 0 50 0
[pid=13758] ppid=13757 vsize=868496 CPUtime=1.97
/proc/13758/stat : 13758 (java) S 13757 13744 13433 0 -1 0 8016 0 7 0 182 15 0 0 18 0 9 0 36516059 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13758/statm: 217124 6981 2564 9 0 211671 0
[pid=13758/tid=13759] ppid=13757 vsize=868496 CPUtime=1.41
/proc/13758/task/13759/stat : 13759 (java) R 13757 13744 13433 0 -1 64 2969 0 5 0 131 10 0 0 24 0 9 0 36516060 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4126548200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13760] ppid=13757 vsize=868496 CPUtime=0.26
/proc/13758/task/13760/stat : 13760 (java) S 13757 13744 13433 0 -1 64 2848 0 2 0 23 3 0 0 16 0 9 0 36516061 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13761] ppid=13757 vsize=868496 CPUtime=0
/proc/13758/task/13761/stat : 13761 (java) S 13757 13744 13433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36516061 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13762] ppid=13757 vsize=868496 CPUtime=0
/proc/13758/task/13762/stat : 13762 (java) S 13757 13744 13433 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36516061 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13763] ppid=13757 vsize=868496 CPUtime=0
/proc/13758/task/13763/stat : 13763 (java) S 13757 13744 13433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36516063 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13764] ppid=13757 vsize=868496 CPUtime=0.28
/proc/13758/task/13764/stat : 13764 (java) S 13757 13744 13433 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 36516063 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13765] ppid=13757 vsize=868496 CPUtime=0
/proc/13758/task/13765/stat : 13765 (java) S 13757 13744 13433 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36516063 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13758/tid=13766] ppid=13757 vsize=868496 CPUtime=0
/proc/13758/task/13766/stat : 13766 (java) S 13757 13744 13433 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36516063 889339904 6981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 890592

[startup+6.30112 s]
/proc/loadavg: 2.42 2.86 2.61 2/85 13787
/proc/meminfo: memFree=1786296/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16872 CPUtime=4.46
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1767 28741 6 152 8 3 393 42 15 0 1 0 36515951 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4218 1131 414 3 0 797 0
[pid=13767] ppid=13744 vsize=39472 CPUtime=0.98
/proc/13767/stat : 13767 (minisat-inc) R 13744 13744 13433 0 -1 4194304 9523 0 0 0 91 7 0 0 16 0 1 0 36516352 40419328 9464 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/13767/statm: 9868 9464 78 151 0 9714 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 56344

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

[startup+7.10223 s]
/proc/loadavg: 2.42 2.86 2.61 3/85 13817
/proc/meminfo: memFree=1786232/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16872 CPUtime=4.73
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1870 32625 6 153 8 4 416 45 15 0 1 0 36515951 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4218 1131 414 3 0 797 0
[pid=13767] ppid=13744 vsize=39604 CPUtime=1.41
/proc/13767/stat : 13767 (minisat-inc) S 13744 13744 13433 0 -1 4194304 9545 0 0 0 134 7 0 0 18 0 1 0 36516352 40554496 9482 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13767/statm: 9901 9482 79 151 0 9747 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 56476

[startup+7.90235 s]
/proc/loadavg: 2.39 2.85 2.61 3/75 13827
/proc/meminfo: memFree=1791688/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16872 CPUtime=4.99
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1909 36509 6 154 8 4 439 48 15 0 1 0 36515951 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4218 1131 414 3 0 797 0
[pid=13767] ppid=13744 vsize=39604 CPUtime=1.93
/proc/13767/stat : 13767 (minisat-inc) R 13744 13744 13433 0 -1 4194304 9567 0 0 0 186 7 0 0 19 0 1 0 36516352 40554496 9502 996147200 134512640 135134323 4294956192 18446744073709551615 134523209 0 0 4096 3 0 0 0 17 1 0 0
/proc/13767/statm: 9901 9502 79 151 0 9747 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 56476

[startup+8.10238 s]
/proc/loadavg: 2.39 2.85 2.61 3/75 13827
/proc/meminfo: memFree=1791688/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16872 CPUtime=4.99
/proc/13744/stat : 13744 (sugar++) S 13742 13744 13433 0 -1 4194304 1961 36509 6 154 8 4 439 48 15 0 1 0 36515951 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13744/statm: 4218 1131 414 3 0 797 0
[pid=13767] ppid=13744 vsize=39604 CPUtime=1.95
/proc/13767/stat : 13767 (minisat-inc) S 13744 13744 13433 0 -1 4194304 9569 0 0 0 188 7 0 0 20 0 1 0 36516352 40554496 9502 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13767/statm: 9901 9502 79 151 0 9747 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 56476

[startup+8.20447 s]
/proc/loadavg: 2.39 2.85 2.61 3/75 13827
/proc/meminfo: memFree=1791688/2055920 swapFree=4181372/4192956
[pid=13744] ppid=13742 vsize=16872 CPUtime=7.24
/proc/13744/stat : 13744 (sugar++) R 13742 13744 13433 0 -1 4194304 2028 49962 6 155 9 6 650 59 16 0 1 0 36515951 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 231511564070 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13744/statm: 4218 1132 415 3 0 797 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 8.20559
CPU time (s): 7.2549
CPU user time (s): 6.596
CPU system time (s): 0.658899
CPU usage (%): 88.4141
Max. virtual memory (cumulated for all children) (KiB): 890592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.596
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52017
page faults= 161
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12282
involuntary context switches= 11622

runsolver used 0.015997 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-11 19:42:43
IDJOB=1108927
IDBENCH=60826
IDSOLVER=367
FILE ID=node39/1108927-1215798162
PBS_JOBID= 7903236
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-16-16.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-1108927-1215798162/watcher-1108927-1215798162 -o /tmp/evaluation-result-1108927-1215798162/solver-1108927-1215798162 -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-1108927-1215798162.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b3bd03ab78a97f788d7f34f7afec759
RANDOM SEED=577600913

node39.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.263
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.263
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:       1872440 kB
Buffers:          1412 kB
Cached:          45020 kB
SwapCached:       4364 kB
Active:         107372 kB
Inactive:        33092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872440 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:         102384 kB
Slab:            28268 kB
Committed_AS:   192312 kB
PageTables:       1944 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= 66524 MiB
End job on node39 at 2008-07-11 19:42:51