Trace number 1110275

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-incOPTIMUM2 8.74567 9.51135

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh19_ext.xml
MD5SUM6cf7816a44af245c7c5cc8c103d96612
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark8.74567
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints850
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension850
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 01:30:41 2008
0.00/0.08	c 0	PID 12375
0.06/0.08	c 0	HOST node6.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110275-1215819040.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110275-1215819040.xml' 'HOME/temp.csp'
0.06/0.68	c 0	1 domains, 100 variables, 0 predicates, 226 relations, 850 constraints
0.06/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/0.81	c 0	Parsing HOME/temp.csp
0.65/0.97	c 1	parsed 1177 expressions
0.65/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.65/0.99	c 1	MAX CSP: 850 constraints
0.65/0.99	c 1	Converting to clausal form CSP
0.90/1.02	c 1	converted 203 (10%) expressions
0.90/1.04	c 1	converted 406 (20%) expressions
0.90/1.06	c 1	converted 609 (30%) expressions
0.90/1.08	c 1	converted 812 (40%) expressions
0.90/1.09	c 1	converted 1015 (50%) expressions
1.01/1.11	c 1	converted 1218 (60%) expressions
1.01/1.18	c 1	converted 1421 (70%) expressions
1.01/1.19	c 1	converted 1624 (80%) expressions
1.10/1.20	c 1	converted 1827 (90%) expressions
1.20/1.33	c 1	converted 2030 (100%) expressions
1.20/1.33	c 1	CSP : 1800 integers, 0 booleans, 2549 clauses, largest domain size 1276
1.20/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.33	c 1	Propagation in CSP
1.20/1.38	c 1	845 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.38	c 1	CSP : 1800 integers, 0 booleans, 2549 clauses, largest domain size 851
1.20/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.38	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.39	c 1	CSP : 1800 integers, 0 booleans, 2549 clauses, largest domain size 851
1.20/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.43	c 1	180 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.31/1.43	c 1	360 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.31/1.44	c 1	540 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.31/1.44	c 1	720 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.31/1.44	c 1	900 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.31/1.45	c 1	1080 (60%) CSP integer variables are encoded (1532 clauses, 19883 bytes)
1.31/1.46	c 1	1260 (70%) CSP integer variables are encoded (7706 clauses, 100145 bytes)
1.31/1.46	c 1	1440 (80%) CSP integer variables are encoded (11251 clauses, 151311 bytes)
1.31/1.47	c 1	1620 (90%) CSP integer variables are encoded (12535 clauses, 170571 bytes)
1.31/1.47	c 1	1800 (100%) CSP integer variables are encoded (14282 clauses, 196776 bytes)
1.40/1.50	c 1	255 (10%) CSP clauses are encoded (14537 clauses, 201068 bytes)
1.40/1.54	c 1	510 (20%) CSP clauses are encoded (14792 clauses, 206675 bytes)
1.40/1.55	c 1	765 (30%) CSP clauses are encoded (15047 clauses, 213875 bytes)
1.40/1.58	c 1	1020 (40%) CSP clauses are encoded (19666 clauses, 295360 bytes)
1.51/1.66	c 1	1275 (50%) CSP clauses are encoded (63613 clauses, 1094644 bytes)
1.91/2.01	c 2	1530 (60%) CSP clauses are encoded (257130 clauses, 4599657 bytes)
2.80/2.95	c 2	1785 (70%) CSP clauses are encoded (760003 clauses, 14886859 bytes)
2.80/2.98	c 3	2040 (80%) CSP clauses are encoded (775052 clauses, 15197814 bytes)
2.89/3.05	c 3	2295 (90%) CSP clauses are encoded (811623 clauses, 15969353 bytes)
3.20/3.31	c 3	2549 (100%) CSP clauses are encoded (946821 clauses, 18850821 bytes)
3.20/3.31	c 3	2549 CSP clauses encoded
3.20/3.31	c 3	Writing map file : HOME/temp.map
3.20/3.33	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.33	c 3	SAT : 16082 SAT variables, 946821 SAT clauses, 18850821 bytes
3.20/3.33	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.34	c 3	OBJECTIVE minimize _COST
3.20/3.34	c 3	SOLVING HOME/temp.cnf
3.20/3.34	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.20/3.34	c 3	This is MiniSat 2.0 beta incremental
3.20/3.34	c 3	WARNING: for repeatability, setting FPU to use double precision
3.20/3.34	c 3	============================[ Problem Statistics ]=============================
3.20/3.34	c 3	|                                                                             |
3.20/3.34	c 3	|  Number of variables:  16082                                                |
3.20/3.34	c 3	|  Number of clauses:    946821                                               |
3.25/3.78	c 3	|  Parsing time:         0.38         s                                       |
3.25/3.80	c 3	OK
3.25/3.80	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.25/3.80	c 3	SEARCHING: _COST <= 425
3.25/3.80	c 3	============================[ Search Statistics ]==============================
3.25/3.80	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.25/3.80	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.25/3.80	c 3	===============================================================================
3.25/3.80	c 3	|         0 |   16082   946821  2799215 |   315607        0    nan |  0.000 % |
3.25/3.88	c 3	===============================================================================
3.25/3.88	c 3	restarts              : 1
3.25/3.88	c 3	conflicts             : 0             (0 /sec)
3.25/3.88	c 3	decisions             : 55            (0.00 % random) (115 /sec)
3.25/3.88	c 3	propagations          : 16082          (33509 /sec)
3.25/3.88	c 3	conflict literals     : 0              ( nan % deleted)
3.25/3.88	c 3	Memory used           : 41.00 MB
3.25/3.88	c 3	CPU time              : 0.479927 s
3.25/3.88	c 3	
3.25/3.88	c 3	SATISFIABLE
3.25/3.89	c 3	OK
3.25/3.89	c 3	FOUND: _COST <= 425
3.25/3.89	s SATISFIABLE
3.25/3.89	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.25/3.89	c 3	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.25/3.97	c 4	Decoding HOME/temp.out
3.25/4.10	c 4	OBJECTIVE _COST 425
3.25/4.10	o 425
3.25/4.11	v 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 0 1 1 0 1 1 0 1 1 0 0 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3.25/4.11	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.25/4.16	c 4	OK
3.25/4.16	c 4	OBJECTIVE BOUND: 0 <= _COST <= 425
3.25/4.16	c 4	SEARCHING: _COST <= 212
3.25/4.16	c 4	============================[ Search Statistics ]==============================
3.25/4.17	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.25/4.17	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.25/4.17	c 4	===============================================================================
3.25/4.17	c 4	|         0 |   16082   946821  2799215 |   315607        0    nan |  0.000 % |
3.46/4.20	c 4	===============================================================================
3.46/4.21	c 4	restarts              : 2
3.46/4.21	c 4	conflicts             : 0             (0 /sec)
3.46/4.21	c 4	decisions             : 84            (0.00 % random) (157 /sec)
3.46/4.21	c 4	propagations          : 32164          (60241 /sec)
3.46/4.21	c 4	conflict literals     : 0              ( nan % deleted)
3.46/4.21	c 4	Memory used           : 41.64 MB
3.46/4.21	c 4	CPU time              : 0.533918 s
3.46/4.21	c 4	
3.46/4.21	c 4	SATISFIABLE
3.46/4.21	c 4	OK
3.46/4.21	c 4	FOUND: _COST <= 212
3.46/4.21	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.46/4.21	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.46/4.29	c 4	Decoding HOME/temp.out
4.22/4.43	c 4	OBJECTIVE _COST 212
4.22/4.43	o 212
4.22/4.43	v 1 1 1 1 0 0 0 0 1 1 1 0 1 0 0 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 1 1 1 0 1 0 1 0 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1
4.22/4.44	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.22/4.48	c 4	OK
4.22/4.48	c 4	OBJECTIVE BOUND: 0 <= _COST <= 212
4.22/4.48	c 4	SEARCHING: _COST <= 106
4.22/4.49	c 4	============================[ Search Statistics ]==============================
4.22/4.49	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.22/4.49	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.22/4.49	c 4	===============================================================================
4.22/4.49	c 4	|         0 |   11832   946821  2799215 |   315607        0    nan |  0.000 % |
4.30/4.51	c 4	===============================================================================
4.30/4.51	c 4	restarts              : 3
4.30/4.51	c 4	conflicts             : 27            (47 /sec)
4.30/4.51	c 4	decisions             : 155           (0.65 % random) (269 /sec)
4.30/4.51	c 4	propagations          : 44550          (77221 /sec)
4.30/4.51	c 4	conflict literals     : 961            (0.00 % deleted)
4.30/4.51	c 4	Memory used           : 41.90 MB
4.30/4.51	c 4	CPU time              : 0.576912 s
4.30/4.51	c 4	
4.30/4.51	c 4	SATISFIABLE
4.30/4.52	c 4	OK
4.30/4.52	c 4	FOUND: _COST <= 106
4.30/4.52	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.30/4.52	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.33/4.60	c 4	Decoding HOME/temp.out
4.33/4.73	c 4	OBJECTIVE _COST 106
4.33/4.73	o 106
4.33/4.74	v 1 1 1 1 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 0 1 0 1 1 1 1 1 0 0 1 1 1 1 1 0 0 1 0 0 1 1 1 0 0 1 0 0 1 1 0 1 1 1 1 0 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1
4.33/4.74	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.33/4.79	c 4	OK
4.33/4.79	c 4	OBJECTIVE BOUND: 0 <= _COST <= 106
4.33/4.79	c 4	SEARCHING: _COST <= 53
4.33/4.79	c 4	============================[ Search Statistics ]==============================
4.33/4.79	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.33/4.79	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.33/4.79	c 4	===============================================================================
4.33/4.79	c 4	|        27 |    9487   946821  2799215 |   315607       27     36 |  0.000 % |
4.55/4.87	c 4	|       128 |    9487   946821  2799215 |   347167      128     31 | 50.249 % |
4.55/4.89	c 4	===============================================================================
4.55/4.89	c 4	restarts              : 5
4.55/4.89	c 4	conflicts             : 138           (202 /sec)
4.55/4.89	c 4	decisions             : 454           (0.88 % random) (665 /sec)
4.55/4.89	c 4	propagations          : 170991         (250391 /sec)
4.55/4.89	c 4	conflict literals     : 4312           (16.14 % deleted)
4.55/4.89	c 4	Memory used           : 42.16 MB
4.55/4.89	c 4	CPU time              : 0.682896 s
4.55/4.89	c 4	
4.55/4.89	c 4	SATISFIABLE
4.55/4.89	c 4	OK
4.55/4.89	c 4	FOUND: _COST <= 53
4.55/4.89	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.55/4.89	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.65/4.97	c 5	Decoding HOME/temp.out
4.65/5.11	c 5	OBJECTIVE _COST 53
4.65/5.11	o 53
4.65/5.11	v 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 0 0 1 1 0 1 1 1 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 1 1 0 1 1 1 1 0 0 1 0 1 1 1 1 1 0 1 1 1 1 0 0 1 0 1 1 1 1 0 0 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 1 0 1
4.65/5.11	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.65/5.16	c 5	OK
4.65/5.16	c 5	OBJECTIVE BOUND: 0 <= _COST <= 53
4.65/5.16	c 5	SEARCHING: _COST <= 26
4.65/5.16	c 5	============================[ Search Statistics ]==============================
4.65/5.16	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.65/5.16	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.65/5.16	c 5	===============================================================================
4.65/5.16	c 5	|       138 |    8001   946821  2799215 |   315607      138     31 | 50.249 % |
4.91/5.22	c 5	|       238 |    8000   946821  2799215 |   347167      238     25 | 57.182 % |
4.91/5.24	c 5	===============================================================================
4.91/5.24	c 5	restarts              : 7
4.91/5.24	c 5	conflicts             : 260           (337 /sec)
4.91/5.24	c 5	decisions             : 693           (1.01 % random) (899 /sec)
4.91/5.24	c 5	propagations          : 311075         (403531 /sec)
4.91/5.24	c 5	conflict literals     : 6592           (16.85 % deleted)
4.91/5.24	c 5	Memory used           : 42.16 MB
4.91/5.24	c 5	CPU time              : 0.770882 s
4.91/5.24	c 5	
4.91/5.24	c 5	SATISFIABLE
4.91/5.25	c 5	OK
4.91/5.25	c 5	FOUND: _COST <= 26
4.91/5.25	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.91/5.25	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.96/5.33	c 5	Decoding HOME/temp.out
5.09/5.47	c 5	OBJECTIVE _COST 26
5.09/5.47	o 26
5.09/5.47	v 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 0 0 1 0 0 1 1 1 1 0 1 0 1 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0
5.09/5.48	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.16/5.52	c 5	OK
5.16/5.52	c 5	OBJECTIVE BOUND: 0 <= _COST <= 26
5.16/5.52	c 5	SEARCHING: _COST <= 13
5.16/5.52	c 5	============================[ Search Statistics ]==============================
5.16/5.52	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.16/5.52	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.16/5.52	c 5	===============================================================================
5.16/5.52	c 5	|       260 |    6886   946821  2799215 |   315607      260     25 | 57.182 % |
5.16/5.60	c 5	|       361 |    6886   946821  2799215 |   347167      361     24 | 63.338 % |
5.26/5.61	c 5	===============================================================================
5.26/5.61	c 5	restarts              : 9
5.26/5.61	c 5	conflicts             : 380           (438 /sec)
5.26/5.61	c 5	decisions             : 920           (0.98 % random) (1060 /sec)
5.26/5.61	c 5	propagations          : 458704         (528541 /sec)
5.26/5.61	c 5	conflict literals     : 9341           (16.87 % deleted)
5.26/5.61	c 5	Memory used           : 42.16 MB
5.26/5.61	c 5	CPU time              : 0.867868 s
5.26/5.61	c 5	
5.26/5.61	c 5	SATISFIABLE
5.26/5.61	c 5	OK
5.26/5.61	c 5	FOUND: _COST <= 13
5.26/5.61	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.26/5.61	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.29/5.70	c 5	Decoding HOME/temp.out
5.29/5.94	c 5	OBJECTIVE _COST 13
5.29/5.94	o 13
5.29/5.94	v 1 1 1 1 0 1 0 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 1 1 0 0 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 0 0 1 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 1 1 1 0
5.29/5.95	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.29/5.99	c 6	OK
5.29/5.99	c 6	OBJECTIVE BOUND: 0 <= _COST <= 13
5.29/5.99	c 6	SEARCHING: _COST <= 6
5.62/6.26	c 6	============================[ Search Statistics ]==============================
5.62/6.26	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.62/6.26	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.62/6.26	c 6	===============================================================================
5.62/6.26	c 6	|       380 |    5896   946821  2799215 |   315607      380     25 | 63.338 % |
5.62/6.28	c 6	|       480 |    5896   946821  2799215 |   347167      480     24 | 68.866 % |
5.67/6.30	c 6	===============================================================================
5.67/6.30	c 6	restarts              : 11
5.67/6.30	c 6	conflicts             : 516           (557 /sec)
5.67/6.30	c 6	decisions             : 1152          (0.95 % random) (1244 /sec)
5.67/6.30	c 6	propagations          : 571105         (616838 /sec)
5.67/6.30	c 6	conflict literals     : 12198          (17.39 % deleted)
5.67/6.30	c 6	Memory used           : 42.16 MB
5.67/6.30	c 6	CPU time              : 0.925859 s
5.67/6.30	c 6	
5.67/6.30	c 6	SATISFIABLE
5.67/6.31	c 6	OK
5.67/6.31	c 6	FOUND: _COST <= 6
5.67/6.31	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.67/6.31	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.67/6.39	c 6	Decoding HOME/temp.out
5.84/6.52	c 6	OBJECTIVE _COST 6
5.84/6.52	o 6
5.84/6.53	v 1 1 1 1 0 1 0 0 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 0 1 0 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 1 1 0
5.84/6.53	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.84/6.58	c 6	OK
5.84/6.58	c 6	OBJECTIVE BOUND: 0 <= _COST <= 6
5.84/6.58	c 6	SEARCHING: _COST <= 3
5.84/6.58	c 6	============================[ Search Statistics ]==============================
5.84/6.59	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.84/6.59	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.84/6.59	c 6	===============================================================================
5.84/6.59	c 6	|       516 |    5007   946821  2799215 |   315607      516     24 | 68.866 % |
5.92/6.63	c 6	|       616 |    5007   946821  2799215 |   347167      616     22 | 75.035 % |
5.92/6.69	c 6	|       766 |    5007   946821  2799215 |   381884      766     22 | 75.035 % |
6.11/6.80	c 6	|       995 |    5007   946821  2799215 |   420072      995     21 | 75.035 % |
6.21/6.97	c 7	|      1332 |    5007   946821  2799215 |   462080     1332     20 | 75.035 % |
6.31/7.06	c 7	===============================================================================
6.31/7.06	c 7	restarts              : 16
6.31/7.06	c 7	conflicts             : 1650          (1172 /sec)
6.31/7.06	c 7	decisions             : 2509          (0.68 % random) (1782 /sec)
6.31/7.06	c 7	propagations          : 1708740        (1213779 /sec)
6.31/7.06	c 7	conflict literals     : 33880          (20.79 % deleted)
6.31/7.06	c 7	Memory used           : 42.16 MB
6.31/7.06	c 7	CPU time              : 1.40779 s
6.31/7.06	c 7	
6.31/7.06	c 7	SATISFIABLE
6.31/7.06	c 7	OK
6.31/7.06	c 7	FOUND: _COST <= 3
6.31/7.06	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.31/7.06	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.38/7.15	c 7	Decoding HOME/temp.out
6.38/7.27	c 7	OBJECTIVE _COST 3
6.38/7.28	o 3
6.38/7.28	v 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 0 1 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 0 0 0 0 1 1 1 0 0 1 1 0 1 1 0 1 1 1 1 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 0 1 0 0 1 0 1 1 1 1 0 1
6.38/7.28	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.38/7.33	c 7	OK
6.38/7.33	c 7	OBJECTIVE BOUND: 0 <= _COST <= 3
6.38/7.33	c 7	SEARCHING: _COST <= 1
6.38/7.34	c 7	============================[ Search Statistics ]==============================
6.38/7.34	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.38/7.34	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.38/7.34	c 7	===============================================================================
6.38/7.34	c 7	|      1650 |    4015   946821  2799215 |   315607     1650     21 | 75.035 % |
6.38/7.37	c 7	|      1751 |    4015   946821  2799215 |   347167     1751     21 | 80.339 % |
6.67/7.41	c 7	|      1901 |    4015   946821  2799215 |   381884     1901     20 | 80.339 % |
6.67/7.49	c 7	|      2127 |    4015   946821  2799215 |   420072     2127     20 | 80.339 % |
6.77/7.59	c 7	|      2464 |    4015   946821  2799215 |   462080     2464     19 | 80.339 % |
6.87/7.70	c 7	===============================================================================
6.87/7.70	c 7	restarts              : 21
6.87/7.70	c 7	conflicts             : 2775          (1560 /sec)
6.87/7.70	c 7	decisions             : 3818          (0.55 % random) (2146 /sec)
6.87/7.70	c 7	propagations          : 2572268        (1446127 /sec)
6.87/7.70	c 7	conflict literals     : 51838          (23.47 % deleted)
6.87/7.70	c 7	Memory used           : 42.29 MB
6.87/7.70	c 7	CPU time              : 1.77873 s
6.87/7.70	c 7	
6.87/7.70	c 7	UNSATISFIABLE
6.87/7.70	c 7	OK
6.87/7.70	c 7	NOT FOUND: _COST <= 1
6.87/7.70	c 7	OK
6.87/7.70	c 7	OBJECTIVE BOUND: 2 <= _COST <= 3
6.87/7.70	c 7	SEARCHING: _COST <= 2
6.87/7.70	c 7	============================[ Search Statistics ]==============================
6.87/7.70	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.87/7.70	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.87/7.70	c 7	===============================================================================
6.87/7.70	c 7	|      2775 |    4015   946821  2799215 |   315607     2774     19 | 80.339 % |
6.96/7.72	c 7	|      2875 |    4015   946821  2799215 |   347167     2874     19 | 80.357 % |
6.96/7.78	c 7	|      3025 |    4015   946821  2799215 |   381884     3024     19 | 80.357 % |
7.06/7.86	c 7	|      3253 |    4015   946821  2799215 |   420072     3252     19 | 80.357 % |
7.76/8.55	c 8	|      3590 |    3159    12473    34093 |   462080     3263     19 | 80.357 % |
7.86/8.65	c 8	|      4096 |    3159    12473    34093 |   508288     3769     19 | 80.357 % |
7.96/8.79	c 8	|      4856 |    3159    12473    34093 |   559117     4529     20 | 80.357 % |
8.25/9.05	c 9	|      5997 |    3159    12473    34093 |   615028     5670     20 | 80.357 % |
8.45/9.21	c 9	===============================================================================
8.45/9.21	c 9	restarts              : 29
8.45/9.21	c 9	conflicts             : 6671          (2032 /sec)
8.45/9.21	c 9	decisions             : 8298          (0.54 % random) (2528 /sec)
8.45/9.21	c 9	propagations          : 5634996        (1716678 /sec)
8.45/9.21	c 9	conflict literals     : 131269         (24.09 % deleted)
8.45/9.21	c 9	Memory used           : 42.29 MB
8.45/9.21	c 9	CPU time              : 3.2825 s
8.45/9.21	c 9	
8.45/9.21	c 9	SATISFIABLE
8.45/9.22	c 9	OK
8.45/9.22	c 9	FOUND: _COST <= 2
8.45/9.22	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.45/9.22	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.47/9.30	c 9	Decoding HOME/temp.out
8.47/9.43	c 9	OBJECTIVE _COST 2
8.47/9.43	o 2
8.47/9.44	v 1 1 1 1 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 1 1 1 0 0 0 0 0 1 1 1 1 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 0 0 1 1 0 0 0 1 0 0 1 1 1 1 1 0 1 0 1 1 0 0 1 0 0 1 1 1 1 0 1 0 0
8.47/9.44	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.47/9.49	c 9	OK
8.47/9.49	c 9	OBJECTIVE _COST 2
8.47/9.49	s OPTIMUM FOUND
8.47/9.50	c 9	CPU 8.1 (0.07 0.02 8.03 0.58)
8.47/9.50	c 9	END Sat Jul 12 01:30:50 2008

Verifier Data (download as text)

OK	2	848
2 unsatisfied constraints, 848 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-1110275-1215819040/watcher-1110275-1215819040 -o /tmp/evaluation-result-1110275-1215819040/solver-1110275-1215819040 -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-1110275-1215819040.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12375
/proc/meminfo: memFree=1815716/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=12268 CPUtime=0
/proc/12375/stat : 12375 (sugar++) R 12373 12375 11796 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38607274 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12375/statm: 3067 316 241 3 0 167 0

[startup+0.080855 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12375
/proc/meminfo: memFree=1815716/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16740 CPUtime=0.06
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 38607274 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101695 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12375
/proc/meminfo: memFree=1815716/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16740 CPUtime=0.06
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38607274 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301672 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12375
/proc/meminfo: memFree=1815716/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16740 CPUtime=0.06
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38607274 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70172 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12375
/proc/meminfo: memFree=1815716/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16740 CPUtime=0.06
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 38607274 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50182 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12397
/proc/meminfo: memFree=1806028/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16740 CPUtime=0.66
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1297 4711 0 1 6 1 55 4 15 0 1 0 38607274 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4185 1104 409 3 0 764 0
[pid=12388] ppid=12375 vsize=5356 CPUtime=0
/proc/12388/stat : 12388 (sh) S 12375 12375 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38607347 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12388/statm: 1339 233 193 169 0 50 0
[pid=12389] ppid=12388 vsize=868468 CPUtime=0.74
/proc/12389/stat : 12389 (java) S 12388 12375 11796 0 -1 0 6829 0 1 0 70 4 0 0 18 0 9 0 38607347 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12389/statm: 217117 6048 2563 9 0 211664 0
[pid=12389/tid=12390] ppid=12388 vsize=868468 CPUtime=0.4
/proc/12389/task/12390/stat : 12390 (java) R 12388 12375 11796 0 -1 64 2732 0 1 0 39 1 0 0 19 0 9 0 38607348 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4125960350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12391] ppid=12388 vsize=868468 CPUtime=0.07
/proc/12389/task/12391/stat : 12391 (java) S 12388 12375 11796 0 -1 64 1925 0 0 0 7 0 0 0 16 0 9 0 38607349 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12392] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12392/stat : 12392 (java) S 12388 12375 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38607350 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12393] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12393/stat : 12393 (java) S 12388 12375 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38607350 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12394] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12394/stat : 12394 (java) S 12388 12375 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38607352 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12395] ppid=12388 vsize=868468 CPUtime=0.24
/proc/12389/task/12395/stat : 12395 (java) S 12388 12375 11796 0 -1 64 1479 0 0 0 23 1 0 0 16 0 9 0 38607352 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12396] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12396/stat : 12396 (java) S 12388 12375 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38607352 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12397] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12397/stat : 12397 (java) S 12388 12375 11796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38607352 889311232 6048 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890564

[startup+3.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12397
/proc/meminfo: memFree=1792588/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16740 CPUtime=0.66
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1297 4711 0 1 6 1 55 4 16 0 1 0 38607274 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4185 1104 409 3 0 764 0
[pid=12388] ppid=12375 vsize=5356 CPUtime=0
/proc/12388/stat : 12388 (sh) S 12375 12375 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38607347 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12388/statm: 1339 233 193 169 0 50 0
[pid=12389] ppid=12388 vsize=868468 CPUtime=2.34
/proc/12389/stat : 12389 (java) S 12388 12375 11796 0 -1 0 7318 0 1 0 216 18 0 0 18 0 9 0 38607347 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12389/statm: 217117 6070 2563 9 0 211664 0
[pid=12389/tid=12390] ppid=12388 vsize=868468 CPUtime=1.85
/proc/12389/task/12390/stat : 12390 (java) R 12388 12375 11796 0 -1 64 3200 0 1 0 172 13 0 0 25 0 9 0 38607348 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4126977361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12391] ppid=12388 vsize=868468 CPUtime=0.19
/proc/12389/task/12391/stat : 12391 (java) S 12388 12375 11796 0 -1 64 1925 0 0 0 16 3 0 0 16 0 9 0 38607349 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12392] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12392/stat : 12392 (java) S 12388 12375 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38607350 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12393] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12393/stat : 12393 (java) S 12388 12375 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38607350 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12394] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12394/stat : 12394 (java) S 12388 12375 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38607352 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12395] ppid=12388 vsize=868468 CPUtime=0.28
/proc/12389/task/12395/stat : 12395 (java) S 12388 12375 11796 0 -1 64 1500 0 0 0 27 1 0 0 17 0 9 0 38607352 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12396] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12396/stat : 12396 (java) S 12388 12375 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38607352 889311232 6070 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12389/tid=12397] ppid=12388 vsize=868468 CPUtime=0
/proc/12389/task/12397/stat : 12397 (java) S 12388 12375 11796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38607352 889311232 6070 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) 890564

[startup+6.30138 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 12448
/proc/meminfo: memFree=1745988/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16872 CPUtime=4.68
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 1922 35677 0 8 7 2 417 42 15 0 1 0 38607274 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4218 1137 414 3 0 797 0
[pid=12398] ppid=12375 vsize=43168 CPUtime=0.99
/proc/12398/stat : 12398 (minisat-inc) R 12375 12375 11796 0 -1 4194304 10623 0 0 0 92 7 0 0 16 0 1 0 38607608 44204032 10561 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/12398/statm: 10792 10561 79 151 0 10638 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 60040

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

[startup+7.90256 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12478
/proc/meminfo: memFree=1751316/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16872 CPUtime=5.12
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 2064 43436 0 10 7 2 456 47 15 0 1 0 38607274 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4218 1137 414 3 0 797 0
[pid=12398] ppid=12375 vsize=43300 CPUtime=2.04
/proc/12398/stat : 12398 (minisat-inc) R 12375 12375 11796 0 -1 4194304 10672 0 0 0 197 7 0 0 20 0 1 0 38607608 44339200 10604 996147200 134512640 135134323 4294956192 18446744073709551615 134524772 0 0 4096 3 0 0 0 17 1 0 0
/proc/12398/statm: 10825 10604 79 151 0 10671 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 60172

[startup+8.70165 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12478
/proc/meminfo: memFree=1751316/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16872 CPUtime=5.12
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 2064 43436 0 10 7 2 456 47 15 0 1 0 38607274 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4218 1137 414 3 0 797 0
[pid=12398] ppid=12375 vsize=43300 CPUtime=2.84
/proc/12398/stat : 12398 (minisat-inc) R 12375 12375 11796 0 -1 4194304 10672 0 0 0 277 7 0 0 25 0 1 0 38607608 44339200 10604 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/12398/statm: 10825 10604 79 151 0 10671 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 60172

[startup+9.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12478
/proc/meminfo: memFree=1751316/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16872 CPUtime=5.12
/proc/12375/stat : 12375 (sugar++) S 12373 12375 11796 0 -1 4194304 2064 43436 0 10 7 2 456 47 15 0 1 0 38607274 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12375/statm: 4218 1137 414 3 0 797 0
[pid=12398] ppid=12375 vsize=43300 CPUtime=3.23
/proc/12398/stat : 12398 (minisat-inc) R 12375 12375 11796 0 -1 4194304 10672 0 0 0 316 7 0 0 25 0 1 0 38607608 44339200 10604 996147200 134512640 135134323 4294956192 18446744073709551615 134532503 0 0 4096 3 0 0 0 17 1 0 0
/proc/12398/statm: 10825 10604 79 151 0 10671 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 60172

[startup+9.50993 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12478
/proc/meminfo: memFree=1751316/2055924 swapFree=4180896/4192956
[pid=12375] ppid=12373 vsize=16872 CPUtime=8.71
/proc/12375/stat : 12375 (sugar++) R 12373 12375 11796 0 -1 4194304 2153 57990 0 11 7 3 803 58 16 0 1 0 38607274 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12375/statm: 4218 1138 415 3 0 797 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 9.51135
CPU time (s): 8.74567
CPU user time (s): 8.11477
CPU system time (s): 0.630904
CPU usage (%): 91.9499
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.11477
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60199
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9158
involuntary context switches= 8747

runsolver used 0.025996 second user time and 0.045993 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-12 01:30:41
IDJOB=1110275
IDBENCH=61085
IDSOLVER=367
FILE ID=node6/1110275-1215819040
PBS_JOBID= 7903316
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/jnhUnsat/normalized-jnh19_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-1110275-1215819040/watcher-1110275-1215819040 -o /tmp/evaluation-result-1110275-1215819040/solver-1110275-1215819040 -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-1110275-1215819040.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cf7816a44af245c7c5cc8c103d96612
RANDOM SEED=968353009

node6.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:      2055924 kB
MemFree:       1816260 kB
Buffers:         29780 kB
Cached:          62288 kB
SwapCached:       5784 kB
Active:         159200 kB
Inactive:        38792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1816260 kB
SwapTotal:     4192956 kB
SwapFree:      4180896 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:         121892 kB
Slab:            26636 kB
Committed_AS:   271464 kB
PageTables:       2124 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= 66488 MiB
End job on node6 at 2008-07-12 01:30:50