Trace number 1110227

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 18.8531 19.422

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh303_ext.xml
MD5SUMe1a5d1a11ee293a251d4de89e3627b58
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark18.8531
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints899
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension899
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 01:17:41 2008
0.00/0.08	c 0	PID 11035
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110227-1215818261.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110227-1215818261.xml' 'HOME/temp.csp'
0.07/0.70	c 0	1 domains, 100 variables, 0 predicates, 234 relations, 899 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
0.67/0.96	c 1	parsed 1234 expressions
0.67/0.97	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/0.98	c 1	MAX CSP: 899 constraints
0.67/0.98	c 1	Converting to clausal form CSP
0.94/1.01	c 1	converted 214 (10%) expressions
0.94/1.04	c 1	converted 428 (20%) expressions
0.94/1.06	c 1	converted 641 (30%) expressions
0.94/1.07	c 1	converted 855 (40%) expressions
0.94/1.08	c 1	converted 1068 (50%) expressions
0.94/1.10	c 1	converted 1282 (60%) expressions
1.04/1.18	c 1	converted 1496 (70%) expressions
1.04/1.18	c 1	converted 1709 (80%) expressions
1.14/1.20	c 1	converted 1923 (90%) expressions
1.23/1.33	c 1	converted 2136 (100%) expressions
1.23/1.33	c 1	CSP : 1898 integers, 0 booleans, 2696 clauses, largest domain size 1349
1.23/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.33	c 1	Propagation in CSP
1.23/1.38	c 1	894 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.38	c 1	CSP : 1898 integers, 0 booleans, 2696 clauses, largest domain size 900
1.23/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.38	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.39	c 1	CSP : 1898 integers, 0 booleans, 2696 clauses, largest domain size 900
1.23/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.43	c 1	190 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	380 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	570 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	760 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	949 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.45	c 1	1139 (60%) CSP integer variables are encoded (1671 clauses, 21787 bytes)
1.33/1.45	c 1	1329 (70%) CSP integer variables are encoded (2891 clauses, 37647 bytes)
1.33/1.46	c 1	1519 (80%) CSP integer variables are encoded (4758 clauses, 61918 bytes)
1.33/1.47	c 1	1709 (90%) CSP integer variables are encoded (10549 clauses, 141660 bytes)
1.33/1.48	c 1	1898 (100%) CSP integer variables are encoded (15164 clauses, 210885 bytes)
1.43/1.51	c 1	270 (10%) CSP clauses are encoded (15434 clauses, 215313 bytes)
1.43/1.54	c 1	540 (20%) CSP clauses are encoded (15704 clauses, 221214 bytes)
1.43/1.56	c 1	809 (30%) CSP clauses are encoded (15973 clauses, 228836 bytes)
1.43/1.58	c 1	1079 (40%) CSP clauses are encoded (21041 clauses, 318503 bytes)
1.52/1.68	c 1	1348 (50%) CSP clauses are encoded (70004 clauses, 1209706 bytes)
1.63/1.71	c 1	1618 (60%) CSP clauses are encoded (84620 clauses, 1470042 bytes)
1.81/1.97	c 2	1888 (70%) CSP clauses are encoded (227514 clauses, 4095794 bytes)
1.92/2.00	c 2	2157 (80%) CSP clauses are encoded (244323 clauses, 4395731 bytes)
2.12/2.29	c 2	2427 (90%) CSP clauses are encoded (393065 clauses, 7348118 bytes)
3.28/3.49	c 3	2696 (100%) CSP clauses are encoded (1056193 clauses, 21196082 bytes)
3.28/3.49	c 3	2696 CSP clauses encoded
3.28/3.49	c 3	Writing map file : HOME/temp.map
3.38/3.51	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.51	c 3	SAT : 17062 SAT variables, 1056193 SAT clauses, 21196082 bytes
3.38/3.51	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.53	c 3	OBJECTIVE minimize _COST
3.38/3.53	c 3	SOLVING HOME/temp.cnf
3.38/3.53	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.38/3.53	c 3	This is MiniSat 2.0 beta incremental
3.38/3.53	c 3	WARNING: for repeatability, setting FPU to use double precision
3.38/3.53	c 3	============================[ Problem Statistics ]=============================
3.38/3.53	c 3	|                                                                             |
3.38/3.54	c 3	|  Number of variables:  17062                                                |
3.38/3.54	c 3	|  Number of clauses:    1056193                                              |
3.41/4.02	c 4	|  Parsing time:         0.41         s                                       |
3.41/4.05	c 4	OK
3.41/4.05	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.41/4.05	c 4	SEARCHING: _COST <= 450
3.41/4.05	c 4	============================[ Search Statistics ]==============================
3.41/4.05	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.41/4.05	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.41/4.05	c 4	===============================================================================
3.41/4.05	c 4	|         0 |   17062  1056193  3124767 |   352064        0    nan |  0.000 % |
3.41/4.15	c 4	===============================================================================
3.41/4.15	c 4	restarts              : 1
3.41/4.15	c 4	conflicts             : 21            (39 /sec)
3.41/4.15	c 4	decisions             : 228           (0.44 % random) (425 /sec)
3.41/4.15	c 4	propagations          : 24877          (46333 /sec)
3.41/4.15	c 4	conflict literals     : 668            (0.15 % deleted)
3.41/4.15	c 4	Memory used           : 46.76 MB
3.41/4.15	c 4	CPU time              : 0.536918 s
3.41/4.15	c 4	
3.41/4.15	c 4	SATISFIABLE
3.41/4.16	c 4	OK
3.41/4.16	c 4	FOUND: _COST <= 450
3.41/4.16	s SATISFIABLE
3.41/4.16	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.41/4.16	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.41/4.24	c 4	Decoding HOME/temp.out
4.15/4.38	c 4	OBJECTIVE _COST 156
4.15/4.38	o 156
4.15/4.38	v 1 1 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 0 0 0 0 1 0 1 1 1 1 1 1 1 0 1 0 0 1 0 1 1 1 1 1 1 1 0 0 0 1 0 1 1 0 1 1 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1
4.15/4.39	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.24/4.43	c 4	OK
4.24/4.43	c 4	OBJECTIVE BOUND: 0 <= _COST <= 156
4.24/4.43	c 4	SEARCHING: _COST <= 78
4.24/4.43	c 4	============================[ Search Statistics ]==============================
4.24/4.43	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.24/4.43	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.24/4.43	c 4	===============================================================================
4.24/4.43	c 4	|        21 |   17062  1056193  3124767 |   352064       21     32 |  0.000 % |
4.32/4.59	c 4	|       121 |   17062  1056193  3124767 |   387270      121     42 | 46.484 % |
4.42/4.61	c 4	===============================================================================
4.42/4.61	c 4	restarts              : 3
4.42/4.61	c 4	conflicts             : 130           (178 /sec)
4.42/4.61	c 4	decisions             : 621           (0.48 % random) (852 /sec)
4.42/4.61	c 4	propagations          : 168040         (230543 /sec)
4.42/4.61	c 4	conflict literals     : 5191           (15.30 % deleted)
4.42/4.61	c 4	Memory used           : 46.76 MB
4.42/4.61	c 4	CPU time              : 0.728889 s
4.42/4.61	c 4	
4.42/4.61	c 4	SATISFIABLE
4.42/4.62	c 4	OK
4.42/4.62	c 4	FOUND: _COST <= 78
4.42/4.62	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.42/4.62	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'
4.44/4.70	c 4	Decoding HOME/temp.out
4.44/4.83	c 5	OBJECTIVE _COST 78
4.44/4.83	o 78
4.44/4.84	v 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 1 1 1 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1
4.44/4.84	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.44/4.89	c 5	OK
4.44/4.89	c 5	OBJECTIVE BOUND: 0 <= _COST <= 78
4.44/4.89	c 5	SEARCHING: _COST <= 39
4.44/4.89	c 5	============================[ Search Statistics ]==============================
4.44/4.89	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.44/4.89	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.44/4.89	c 5	===============================================================================
4.44/4.89	c 5	|       130 |    9131  1056193  3124767 |   352064      130     40 | 46.484 % |
4.68/4.93	c 5	===============================================================================
4.68/4.93	c 5	restarts              : 4
4.68/4.93	c 5	conflicts             : 168           (217 /sec)
4.68/4.93	c 5	decisions             : 743           (0.40 % random) (959 /sec)
4.68/4.93	c 5	propagations          : 204847         (264359 /sec)
4.68/4.93	c 5	conflict literals     : 5928           (14.90 % deleted)
4.68/4.93	c 5	Memory used           : 46.76 MB
4.68/4.93	c 5	CPU time              : 0.774882 s
4.68/4.93	c 5	
4.68/4.93	c 5	SATISFIABLE
4.68/4.94	c 5	OK
4.68/4.94	c 5	FOUND: _COST <= 39
4.68/4.94	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.68/4.94	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.71/5.02	c 5	Decoding HOME/temp.out
4.71/5.15	c 5	OBJECTIVE _COST 39
4.71/5.15	o 39
4.71/5.16	v 0 1 1 1 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 0 1 0 0 1
4.71/5.16	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.71/5.21	c 5	OK
4.71/5.21	c 5	OBJECTIVE BOUND: 0 <= _COST <= 39
4.71/5.21	c 5	SEARCHING: _COST <= 19
4.71/5.21	c 5	============================[ Search Statistics ]==============================
4.71/5.21	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.71/5.21	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.71/5.21	c 5	===============================================================================
4.71/5.21	c 5	|       168 |    7798  1056193  3124767 |   352064      168     35 | 46.484 % |
4.71/5.28	c 5	|       268 |    7798  1056193  3124767 |   387270      268     31 | 60.609 % |
5.02/5.31	c 5	===============================================================================
5.02/5.31	c 5	restarts              : 6
5.02/5.31	c 5	conflicts             : 316           (356 /sec)
5.02/5.31	c 5	decisions             : 1006          (0.60 % random) (1133 /sec)
5.02/5.31	c 5	propagations          : 341171         (384260 /sec)
5.02/5.31	c 5	conflict literals     : 9687           (17.45 % deleted)
5.02/5.31	c 5	Memory used           : 46.89 MB
5.02/5.31	c 5	CPU time              : 0.887865 s
5.02/5.31	c 5	
5.02/5.31	c 5	SATISFIABLE
5.02/5.32	c 5	OK
5.02/5.32	c 5	FOUND: _COST <= 19
5.02/5.32	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.02/5.32	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'
5.10/5.40	c 5	Decoding HOME/temp.out
5.30/5.69	c 5	OBJECTIVE _COST 19
5.30/5.69	o 19
5.40/5.70	v 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 0 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 1 1 1 1 0
5.40/5.73	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.40/5.75	c 5	OK
5.40/5.75	c 5	OBJECTIVE BOUND: 0 <= _COST <= 19
5.40/5.75	c 5	SEARCHING: _COST <= 9
5.40/5.75	c 5	============================[ Search Statistics ]==============================
5.40/5.76	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.40/5.76	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.40/5.76	c 5	===============================================================================
5.40/5.76	c 5	|       316 |    6721  1056193  3124767 |   352064      316     31 | 60.609 % |
5.50/5.85	c 6	|       417 |    6721  1056193  3124767 |   387270      417     27 | 66.481 % |
5.60/5.90	c 6	|       568 |    6721  1056193  3124767 |   425997      568     27 | 66.481 % |
5.80/6.10	c 6	|       793 |    6721  1056193  3124767 |   468597      793     24 | 66.481 % |
5.99/6.38	c 6	|      1130 |    6721  1056193  3124767 |   515457     1130     23 | 66.481 % |
6.29/6.62	c 6	|      1636 |    6721  1056193  3124767 |   567003     1636     24 | 66.481 % |
6.29/6.67	c 6	===============================================================================
6.29/6.67	c 6	restarts              : 12
6.29/6.67	c 6	conflicts             : 1772          (981 /sec)
6.29/6.67	c 6	decisions             : 2925          (0.62 % random) (1619 /sec)
6.29/6.67	c 6	propagations          : 1643831        (909840 /sec)
6.29/6.67	c 6	conflict literals     : 41806          (18.46 % deleted)
6.29/6.67	c 6	Memory used           : 47.02 MB
6.29/6.67	c 6	CPU time              : 1.80673 s
6.29/6.67	c 6	
6.29/6.67	c 6	SATISFIABLE
6.29/6.68	c 6	OK
6.29/6.68	c 6	FOUND: _COST <= 9
6.29/6.68	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.29/6.68	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.37/6.76	c 6	Decoding HOME/temp.out
6.37/6.89	c 7	OBJECTIVE _COST 9
6.37/6.89	o 9
6.37/6.90	v 0 1 1 0 0 1 0 1 1 0 1 0 1 1 0 1 1 1 1 0 1 1 0 1 0 0 1 0 0 0 1 1 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 1 1 1 0 0 1 1 0 1 1 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 0 1 1 0 0
6.37/6.90	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.37/6.95	c 7	OK
6.37/6.95	c 7	OBJECTIVE BOUND: 0 <= _COST <= 9
6.37/6.95	c 7	SEARCHING: _COST <= 4
6.37/6.95	c 7	============================[ Search Statistics ]==============================
6.37/6.95	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.37/6.95	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.37/6.95	c 7	===============================================================================
6.37/6.95	c 7	|      1772 |    5719  1056193  3124767 |   352064     1772     24 | 66.481 % |
6.63/7.03	c 7	|      1872 |    5719  1056193  3124767 |   387270     1872     23 | 72.272 % |
6.73/7.13	c 7	|      2024 |    5719  1056193  3124767 |   425997     2024     23 | 72.272 % |
6.83/7.22	c 7	|      2249 |    5719  1056193  3124767 |   468597     2249     22 | 72.272 % |
6.92/7.39	c 7	|      2586 |    5719  1056193  3124767 |   515457     2586     22 | 72.272 % |
7.32/7.74	c 7	|      3096 |    5719  1056193  3124767 |   567003     3096     21 | 72.272 % |
7.82/8.26	c 8	|      3855 |    5719  1056193  3124767 |   623703     3855     20 | 72.272 % |
8.90/9.38	c 9	|      4995 |    4731    30184    82843 |   686073     4861     19 | 72.272 % |
9.40/9.81	c 10	|      6703 |    4723    30137    82731 |   754681     6169     19 | 72.319 % |
9.50/9.96	c 10	===============================================================================
9.50/9.96	c 10	restarts              : 21
9.50/9.96	c 10	conflicts             : 7254          (1517 /sec)
9.50/9.96	c 10	decisions             : 9325          (0.53 % random) (1950 /sec)
9.50/9.96	c 10	propagations          : 6747356        (1411205 /sec)
9.50/9.96	c 10	conflict literals     : 132948         (22.04 % deleted)
9.50/9.96	c 10	Memory used           : 47.15 MB
9.50/9.96	c 10	CPU time              : 4.78127 s
9.50/9.96	c 10	
9.50/9.96	c 10	SATISFIABLE
9.50/9.97	c 10	OK
9.50/9.97	c 10	FOUND: _COST <= 4
9.50/9.97	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.50/9.97	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.56/10.05	c 10	Decoding HOME/temp.out
9.56/10.18	c 10	OBJECTIVE _COST 4
9.56/10.18	o 4
9.56/10.19	v 0 1 0 0 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 1 1 0 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 0 1
9.56/10.19	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.56/10.24	c 10	OK
9.56/10.24	c 10	OBJECTIVE BOUND: 0 <= _COST <= 4
9.56/10.24	c 10	SEARCHING: _COST <= 2
9.56/10.24	c 10	============================[ Search Statistics ]==============================
9.56/10.24	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.56/10.24	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.56/10.24	c 10	===============================================================================
9.56/10.24	c 10	|      7254 |    3687    16354    44485 |     5451     6228     18 | 72.319 % |
9.56/10.27	c 10	|      7354 |    3687    16354    44485 |     5996     6328     18 | 78.391 % |
9.56/10.30	c 10	|      7506 |    3687    16354    44485 |     6596     6480     18 | 78.391 % |
9.86/10.35	c 10	|      7731 |    3687    16354    44485 |     7255     6705     18 | 78.391 % |
9.96/10.42	c 10	|      8068 |    3687    16354    44485 |     7981     7042     18 | 78.391 % |
10.06/10.53	c 10	|      8574 |    3687    16354    44485 |     8779     7548     18 | 78.391 % |
10.26/10.73	c 10	|      9334 |    3687    16354    44485 |     9657     8308     18 | 78.391 % |
10.56/11.03	c 11	|     10475 |    3687    16354    44485 |    10623     9449     18 | 78.391 % |
10.95/11.50	c 11	|     12183 |    3687    16354    44485 |    11685    11157     18 | 78.391 % |
11.84/12.31	c 12	|     14746 |    3687    16354    44485 |    12853    13720     17 | 78.391 % |
13.12/13.63	c 13	|     18590 |    3687    16354    44485 |    14139    17564     18 | 78.391 % |
14.01/14.51	c 14	===============================================================================
14.01/14.51	c 14	restarts              : 32
14.01/14.51	c 14	conflicts             : 21091         (2340 /sec)
14.01/14.51	c 14	decisions             : 24614         (0.62 % random) (2731 /sec)
14.01/14.51	c 14	propagations          : 17913440       (1987593 /sec)
14.01/14.51	c 14	conflict literals     : 374307         (26.25 % deleted)
14.01/14.51	c 14	Memory used           : 47.28 MB
14.01/14.51	c 14	CPU time              : 9.01263 s
14.01/14.51	c 14	
14.01/14.52	c 14	UNSATISFIABLE
14.01/14.52	c 14	OK
14.01/14.52	c 14	NOT FOUND: _COST <= 2
14.01/14.52	c 14	OK
14.01/14.52	c 14	OBJECTIVE BOUND: 3 <= _COST <= 4
14.01/14.52	c 14	SEARCHING: _COST <= 3
14.01/14.52	c 14	============================[ Search Statistics ]==============================
14.01/14.52	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.01/14.52	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.01/14.52	c 14	===============================================================================
14.01/14.52	c 14	|     21091 |    3686    16351    44478 |     5450    20064     18 | 78.391 % |
14.01/14.59	c 14	|     21192 |    3686    16351    44478 |     5995    10133     17 | 78.397 % |
14.11/14.65	c 14	|     21343 |    3686    16351    44478 |     6594    10284     17 | 78.397 % |
14.21/14.72	c 14	|     21569 |    3686    16351    44478 |     7254    10510     17 | 78.397 % |
14.31/14.84	c 15	|     21906 |    3686    16351    44478 |     7979    10847     16 | 78.397 % |
14.50/15.01	c 15	|     22412 |    3686    16351    44478 |     8777    11353     16 | 78.397 % |
14.70/15.23	c 15	|     23172 |    3686    16351    44478 |     9655    12113     16 | 78.397 % |
14.99/15.59	c 15	|     24311 |    3686    16351    44478 |    10621    13252     16 | 78.397 % |
15.59/16.17	c 16	|     26020 |    3686    16351    44478 |    11683    14961     16 | 78.397 % |
16.48/17.07	c 17	|     28582 |    3686    16351    44478 |    12851    17523     16 | 78.397 % |
17.86/18.47	c 18	|     32427 |    3686    16351    44478 |    14136    21368     17 | 78.397 % |
18.55/19.11	c 19	===============================================================================
18.55/19.11	c 19	restarts              : 43
18.55/19.11	c 19	conflicts             : 33911         (2502 /sec)
18.55/19.11	c 19	decisions             : 38803         (0.71 % random) (2863 /sec)
18.55/19.11	c 19	propagations          : 29077458       (2145631 /sec)
18.55/19.11	c 19	conflict literals     : 597201         (26.64 % deleted)
18.55/19.11	c 19	Memory used           : 47.28 MB
18.55/19.11	c 19	CPU time              : 13.5519 s
18.55/19.11	c 19	
18.55/19.11	c 19	SATISFIABLE
18.55/19.12	c 19	OK
18.55/19.12	c 19	FOUND: _COST <= 3
18.55/19.12	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.55/19.12	c 19	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.55/19.20	c 19	Decoding HOME/temp.out
18.57/19.34	c 19	OBJECTIVE _COST 3
18.57/19.34	o 3
18.57/19.34	v 0 1 0 0 1 1 1 1 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 0 1
18.57/19.35	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.57/19.40	c 19	OK
18.57/19.40	c 19	OBJECTIVE _COST 3
18.57/19.40	s OPTIMUM FOUND
18.80/19.42	c 19	CPU 18.25 (0.07 0.03 18.18 0.53)
18.80/19.42	c 19	END Sat Jul 12 01:18:00 2008

Verifier Data (download as text)

OK	3	896
3 unsatisfied constraints, 896 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-1110227-1215818261/watcher-1110227-1215818261 -o /tmp/evaluation-result-1110227-1215818261/solver-1110227-1215818261 -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-1110227-1215818261.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.11 2.03 2.01 4/106 11035
/proc/meminfo: memFree=1737696/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=12268 CPUtime=0
/proc/11035/stat : 11035 (sugar++) R 11033 11035 10104 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 38522684 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11035/statm: 3067 316 241 3 0 167 0

[startup+0.0862311 s]
/proc/loadavg: 2.11 2.03 2.01 4/106 11035
/proc/meminfo: memFree=1737696/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16740 CPUtime=0.07
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1199 128 0 0 5 2 0 0 18 0 1 0 38522684 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.103279 s]
/proc/loadavg: 2.11 2.03 2.01 4/106 11035
/proc/meminfo: memFree=1737696/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16740 CPUtime=0.07
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38522684 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301886 s]
/proc/loadavg: 2.11 2.03 2.01 4/106 11035
/proc/meminfo: memFree=1737696/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16740 CPUtime=0.07
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38522684 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701934 s]
/proc/loadavg: 2.11 2.03 2.01 4/106 11035
/proc/meminfo: memFree=1737696/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16740 CPUtime=0.07
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38522684 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50302 s]
/proc/loadavg: 2.11 2.03 2.01 3/117 11057
/proc/meminfo: memFree=1727816/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16740 CPUtime=0.67
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1297 4719 0 1 5 2 57 3 15 0 1 0 38522684 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4185 1104 409 3 0 764 0
[pid=11048] ppid=11035 vsize=5356 CPUtime=0
/proc/11048/stat : 11048 (sh) S 11035 11035 10104 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38522756 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11048/statm: 1339 233 193 169 0 50 0
[pid=11049] ppid=11048 vsize=868348 CPUtime=0.76
/proc/11049/stat : 11049 (java) S 11048 11035 10104 0 -1 0 6878 0 1 0 73 3 0 0 18 0 9 0 38522756 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11049/statm: 217087 6081 2563 9 0 211634 0
[pid=11049/tid=11050] ppid=11048 vsize=868348 CPUtime=0.42
/proc/11049/task/11050/stat : 11050 (java) R 11048 11035 10104 0 -1 64 2727 0 1 0 41 1 0 0 18 0 9 0 38522757 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11051] ppid=11048 vsize=868348 CPUtime=0.07
/proc/11049/task/11051/stat : 11051 (java) S 11048 11035 10104 0 -1 64 1965 0 0 0 7 0 0 0 16 0 9 0 38522758 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11052] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11052/stat : 11052 (java) S 11048 11035 10104 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38522758 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11053] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11053/stat : 11053 (java) S 11048 11035 10104 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38522758 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11054] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11054/stat : 11054 (java) S 11048 11035 10104 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38522760 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11055] ppid=11048 vsize=868348 CPUtime=0.23
/proc/11049/task/11055/stat : 11055 (java) R 11048 11035 10104 0 -1 64 1493 0 0 0 23 0 0 0 16 0 9 0 38522760 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 102196577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11056] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11056/stat : 11056 (java) S 11048 11035 10104 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38522760 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11057] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11057/stat : 11057 (java) S 11048 11035 10104 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38522760 889188352 6081 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890444

[startup+3.10218 s]
/proc/loadavg: 2.11 2.03 2.01 3/117 11057
/proc/meminfo: memFree=1714376/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16740 CPUtime=0.67
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1297 4719 0 1 5 2 57 3 15 0 1 0 38522684 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4185 1104 409 3 0 764 0
[pid=11048] ppid=11035 vsize=5356 CPUtime=0
/proc/11048/stat : 11048 (sh) S 11035 11035 10104 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38522756 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11048/statm: 1339 233 193 169 0 50 0
[pid=11049] ppid=11048 vsize=868348 CPUtime=2.33
/proc/11049/stat : 11049 (java) S 11048 11035 10104 0 -1 0 7373 0 1 0 216 17 0 0 18 0 9 0 38522756 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11049/statm: 217087 6106 2563 9 0 211634 0
[pid=11049/tid=11050] ppid=11048 vsize=868348 CPUtime=1.82
/proc/11049/task/11050/stat : 11050 (java) R 11048 11035 10104 0 -1 64 3200 0 1 0 170 12 0 0 25 0 9 0 38522757 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4126569460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11051] ppid=11048 vsize=868348 CPUtime=0.21
/proc/11049/task/11051/stat : 11051 (java) S 11048 11035 10104 0 -1 64 1965 0 0 0 18 3 0 0 16 0 9 0 38522758 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11052] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11052/stat : 11052 (java) S 11048 11035 10104 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38522758 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11053] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11053/stat : 11053 (java) S 11048 11035 10104 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38522758 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11054] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11054/stat : 11054 (java) S 11048 11035 10104 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38522760 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11055] ppid=11048 vsize=868348 CPUtime=0.27
/proc/11049/task/11055/stat : 11055 (java) S 11048 11035 10104 0 -1 64 1515 0 0 0 27 0 0 0 16 0 9 0 38522760 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11056] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11056/stat : 11056 (java) S 11048 11035 10104 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38522760 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11049/tid=11057] ppid=11048 vsize=868348 CPUtime=0
/proc/11049/task/11057/stat : 11057 (java) S 11048 11035 10104 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38522760 889188352 6106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890444

[startup+6.30153 s]
/proc/loadavg: 2.10 2.03 2.00 4/118 11098
/proc/meminfo: memFree=1663232/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.49
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1781 28048 0 6 6 3 405 35 15 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48012 CPUtime=1.5
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194304 11434 0 0 0 143 7 0 0 20 0 1 0 38523038 49164288 11376 996147200 134512640 135134323 4294956192 18446744073709551615 134529030 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 12003 11376 80 151 0 11849 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 64884

[startup+12.7022 s]
/proc/loadavg: 2.09 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667280/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.94
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1921 35807 0 8 7 3 443 41 15 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48276 CPUtime=7.3
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194304 11500 0 0 0 722 8 0 0 25 0 1 0 38523038 49434624 11438 996147200 134512640 135134323 4294956192 18446744073709551615 134529065 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 12069 11438 80 151 0 11915 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 65148

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

[startup+15.9015 s]
/proc/loadavg: 2.08 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667408/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.94
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1923 35807 0 8 7 3 443 41 15 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48412 CPUtime=10.45
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194304 11524 0 0 0 1037 8 0 0 25 0 1 0 38523038 49573888 11460 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 12103 11460 80 151 0 11949 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 65284

[startup+17.5017 s]
/proc/loadavg: 2.08 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667408/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.94
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1923 35807 0 8 7 3 443 41 16 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48412 CPUtime=12.03
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194304 11524 0 0 0 1195 8 0 0 25 0 1 0 38523038 49573888 11460 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 12103 11460 80 151 0 11949 0
Current children cumulated CPU time (s) 16.97
Current children cumulated vsize (KiB) 65284

[startup+18.3018 s]
/proc/loadavg: 2.08 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667408/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.94
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1923 35807 0 8 7 3 443 41 16 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48412 CPUtime=12.82
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194304 11525 0 0 0 1274 8 0 0 25 0 1 0 38523038 49573888 11461 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 12103 11461 80 151 0 11949 0
Current children cumulated CPU time (s) 17.76
Current children cumulated vsize (KiB) 65284

[startup+19.1019 s]
/proc/loadavg: 2.08 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667472/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.94
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1923 35807 0 8 7 3 443 41 16 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48412 CPUtime=13.61
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194304 11526 0 0 0 1353 8 0 0 25 0 1 0 38523038 49573888 11462 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 12103 11462 80 151 0 11949 0
Current children cumulated CPU time (s) 18.55
Current children cumulated vsize (KiB) 65284

[startup+19.3019 s]
/proc/loadavg: 2.08 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667472/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=4.94
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 1975 35807 0 8 7 3 443 41 15 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=48412 CPUtime=13.63
/proc/11058/stat : 11058 (minisat-inc) S 11035 11035 10104 0 -1 4194304 11528 0 0 0 1355 8 0 0 25 0 1 0 38523038 49573888 11462 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/11058/statm: 12103 11462 80 151 0 11949 0
Current children cumulated CPU time (s) 18.57
Current children cumulated vsize (KiB) 65284

[startup+19.4021 s]
/proc/loadavg: 2.08 2.03 2.00 3/108 11118
/proc/meminfo: memFree=1667472/2055912 swapFree=4170900/4192956
[pid=11035] ppid=11033 vsize=16872 CPUtime=5.16
/proc/11035/stat : 11035 (sugar++) S 11033 11035 10104 0 -1 4194304 2004 39687 0 9 7 3 462 44 15 0 1 0 38522684 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 255381782420 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/11035/statm: 4218 1138 414 3 0 797 0
[pid=11058] ppid=11035 vsize=0 CPUtime=13.64
/proc/11058/stat : 11058 (minisat-inc) R 11035 11035 10104 0 -1 4194308 11528 0 0 0 1356 8 0 0 24 0 1 0 38523038 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/11058/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 19.422
CPU time (s): 18.8531
CPU user time (s): 18.2612
CPU system time (s): 0.59191
CPU usage (%): 97.0709
Max. virtual memory (cumulated for all children) (KiB): 890444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2612
system time used= 0.59191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53284
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8789
involuntary context switches= 8792

runsolver used 0.036994 second user time and 0.095985 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-12 01:17:41
IDJOB=1110227
IDBENCH=61079
IDSOLVER=367
FILE ID=node78/1110227-1215818261
PBS_JOBID= 7903256
Free space on /tmp= 126640 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/jnhUnsat/normalized-jnh303_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110227-1215818261/watcher-1110227-1215818261 -o /tmp/evaluation-result-1110227-1215818261/solver-1110227-1215818261 -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-1110227-1215818261.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e1a5d1a11ee293a251d4de89e3627b58
RANDOM SEED=1046934161

node78.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.232
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.232
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:      2055912 kB
MemFree:       1738176 kB
Buffers:         28084 kB
Cached:         208108 kB
SwapCached:       6160 kB
Active:          84192 kB
Inactive:       186752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1738176 kB
SwapTotal:     4192956 kB
SwapFree:      4170900 kB
Dirty:             968 kB
Writeback:           0 kB
Mapped:          51916 kB
Slab:            28840 kB
Committed_AS:   317300 kB
PageTables:       3960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126640 MiB
End job on node78 at 2008-07-12 01:18:00