Trace number 1110741

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-incOPTIMUM1 49.3725 49.9711

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-25-8-a4.xml
MD5SUM911be6f11691798737b435362407e4b1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark49.3725
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints350
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
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 05:29:53 2008
0.00/0.08	c 0	PID 19262
0.00/0.08	c 0	HOST node23.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110741-1215833393.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-1110741-1215833393.xml' 'HOME/temp.csp'
0.07/0.44	c 1	1 domains, 8 variables, 2 predicates, 0 relations, 350 constraints
0.07/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.49	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.57	c 1	Parsing HOME/temp.csp
0.43/0.71	c 1	parsed 361 expressions
0.43/0.77	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.78	c 1	MAX CSP: 350 constraints
0.43/0.78	c 1	Converting to clausal form CSP
0.43/0.82	c 1	converted 72 (10%) expressions
0.43/0.84	c 1	converted 143 (20%) expressions
0.43/0.86	c 1	converted 215 (30%) expressions
0.43/0.88	c 1	converted 286 (40%) expressions
0.92/1.04	c 1	converted 357 (50%) expressions
0.92/1.07	c 1	converted 429 (60%) expressions
0.92/1.10	c 1	converted 500 (70%) expressions
1.01/1.12	c 1	converted 572 (80%) expressions
1.01/1.14	c 1	converted 643 (90%) expressions
1.01/1.18	c 1	converted 714 (100%) expressions
1.01/1.18	c 1	CSP : 1548 integers, 0 booleans, 2729 clauses, largest domain size 526
1.01/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 1	Propagation in CSP
1.11/1.23	c 1	344 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.23	c 1	CSP : 1548 integers, 0 booleans, 2729 clauses, largest domain size 351
1.11/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.24	c 1	CSP : 1548 integers, 644 booleans, 3373 clauses, largest domain size 351
1.11/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.29	c 1	155 (10%) CSP integer variables are encoded (437 clauses, 4663 bytes)
1.20/1.31	c 1	310 (20%) CSP integer variables are encoded (6513 clauses, 82858 bytes)
1.20/1.32	c 1	465 (30%) CSP integer variables are encoded (12589 clauses, 167805 bytes)
1.20/1.33	c 1	620 (40%) CSP integer variables are encoded (18665 clauses, 258945 bytes)
1.20/1.33	c 1	774 (50%) CSP integer variables are encoded (24692 clauses, 349350 bytes)
1.20/1.34	c 1	929 (60%) CSP integer variables are encoded (30768 clauses, 440490 bytes)
1.20/1.35	c 1	1084 (70%) CSP integer variables are encoded (36844 clauses, 531630 bytes)
1.20/1.36	c 1	1239 (80%) CSP integer variables are encoded (41828 clauses, 606390 bytes)
1.20/1.36	c 1	1394 (90%) CSP integer variables are encoded (45360 clauses, 659370 bytes)
1.20/1.37	c 1	1548 (100%) CSP integer variables are encoded (46447 clauses, 675675 bytes)
1.30/1.48	c 2	338 (10%) CSP clauses are encoded (85108 clauses, 1449611 bytes)
1.60/1.76	c 2	675 (20%) CSP clauses are encoded (244164 clauses, 3775911 bytes)
1.90/2.07	c 2	1012 (30%) CSP clauses are encoded (412731 clauses, 6353598 bytes)
2.19/2.38	c 2	1350 (40%) CSP clauses are encoded (582547 clauses, 9090882 bytes)
2.49/2.67	c 3	1687 (50%) CSP clauses are encoded (750440 clauses, 11814137 bytes)
2.78/2.97	c 3	2024 (60%) CSP clauses are encoded (919007 clauses, 14562114 bytes)
3.09/3.27	c 3	2362 (70%) CSP clauses are encoded (1088823 clauses, 17360680 bytes)
3.38/3.54	c 4	2699 (80%) CSP clauses are encoded (1243892 clauses, 19967168 bytes)
3.68/3.84	c 4	3036 (90%) CSP clauses are encoded (1373805 clauses, 22708977 bytes)
3.78/3.90	c 4	3373 (100%) CSP clauses are encoded (1407000 clauses, 23403804 bytes)
3.78/3.90	c 4	3373 CSP clauses encoded
3.78/3.90	c 4	Writing map file : HOME/temp.map
3.78/3.91	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.78/3.91	c 4	SAT : 48639 SAT variables, 1407000 SAT clauses, 23403804 bytes
3.78/3.91	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.78/3.94	c 4	OBJECTIVE minimize _COST
3.78/3.94	c 4	SOLVING HOME/temp.cnf
3.78/3.94	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.78/3.94	c 4	This is MiniSat 2.0 beta incremental
3.78/3.94	c 4	WARNING: for repeatability, setting FPU to use double precision
3.78/3.94	c 4	============================[ Problem Statistics ]=============================
3.78/3.94	c 4	|                                                                             |
3.78/3.94	c 4	|  Number of variables:  48639                                                |
3.78/3.94	c 4	|  Number of clauses:    1407000                                              |
4.35/4.54	c 5	|  Parsing time:         0.50         s                                       |
4.35/4.57	c 5	OK
4.35/4.57	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.35/4.57	c 5	SEARCHING: _COST <= 175
4.35/4.57	c 5	============================[ Search Statistics ]==============================
4.35/4.57	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.35/4.57	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.35/4.57	c 5	===============================================================================
4.35/4.57	c 5	|         0 |   48639  1407000  4113725 |   469000        0    nan |  0.000 % |
4.75/4.95	c 5	===============================================================================
4.75/4.95	c 5	restarts              : 1
4.75/4.95	c 5	conflicts             : 12            (13 /sec)
4.75/4.95	c 5	decisions             : 369           (1.08 % random) (406 /sec)
4.75/4.95	c 5	propagations          : 122070         (134459 /sec)
4.75/4.95	c 5	conflict literals     : 223            (12.55 % deleted)
4.75/4.95	c 5	Memory used           : 63.65 MB
4.75/4.95	c 5	CPU time              : 0.907861 s
4.75/4.95	c 5	
4.75/4.95	c 5	SATISFIABLE
4.75/4.97	c 5	OK
4.75/4.97	c 5	FOUND: _COST <= 175
4.75/4.97	s SATISFIABLE
4.75/4.97	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.75/4.97	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.83/5.05	c 5	Decoding HOME/temp.out
4.83/5.17	c 5	OBJECTIVE _COST 175
4.83/5.17	o 175
4.83/5.17	v 1 9 2 3 0 12 25 19
4.83/5.18	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.83/5.19	c 5	OK
4.83/5.19	c 5	OBJECTIVE BOUND: 0 <= _COST <= 175
4.83/5.19	c 5	SEARCHING: _COST <= 87
4.83/5.19	c 5	============================[ Search Statistics ]==============================
4.83/5.20	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.83/5.20	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.83/5.20	c 5	===============================================================================
4.83/5.20	c 5	|        12 |   48639  1407000  4113725 |   469000       12     19 |  0.000 % |
5.24/5.48	c 6	===============================================================================
5.24/5.48	c 6	restarts              : 2
5.24/5.48	c 6	conflicts             : 30            (25 /sec)
5.24/5.48	c 6	decisions             : 675           (0.89 % random) (556 /sec)
5.24/5.48	c 6	propagations          : 252582         (208089 /sec)
5.24/5.48	c 6	conflict literals     : 365            (13.92 % deleted)
5.24/5.48	c 6	Memory used           : 64.30 MB
5.24/5.48	c 6	CPU time              : 1.21382 s
5.24/5.48	c 6	
5.24/5.48	c 6	SATISFIABLE
5.24/5.50	c 6	OK
5.24/5.50	c 6	FOUND: _COST <= 87
5.24/5.50	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.24/5.50	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.33/5.58	c 6	Decoding HOME/temp.out
5.33/5.91	c 6	OBJECTIVE _COST 87
5.33/5.91	o 87
5.33/5.91	v 15 2 22 3 0 23 25 19
5.33/5.91	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.33/5.92	c 6	OK
5.33/5.92	c 6	OBJECTIVE BOUND: 0 <= _COST <= 87
5.33/5.92	c 6	SEARCHING: _COST <= 43
5.33/5.92	c 6	============================[ Search Statistics ]==============================
5.33/5.93	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.33/5.93	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.33/5.93	c 6	===============================================================================
5.33/5.93	c 6	|        30 |   47064  1407000  4113725 |   469000       30     12 |  0.000 % |
6.81/7.00	c 7	===============================================================================
6.81/7.00	c 7	restarts              : 3
6.81/7.00	c 7	conflicts             : 99            (43 /sec)
6.81/7.00	c 7	decisions             : 924           (0.87 % random) (404 /sec)
6.81/7.00	c 7	propagations          : 813536         (355310 /sec)
6.81/7.00	c 7	conflict literals     : 1179           (19.47 % deleted)
6.81/7.00	c 7	Memory used           : 65.71 MB
6.81/7.00	c 7	CPU time              : 2.28965 s
6.81/7.00	c 7	
6.81/7.00	c 7	SATISFIABLE
6.81/7.02	c 7	OK
6.81/7.02	c 7	FOUND: _COST <= 43
6.81/7.02	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.81/7.02	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.83/7.10	c 7	Decoding HOME/temp.out
6.83/7.22	c 7	OBJECTIVE _COST 43
6.83/7.22	o 43
6.83/7.23	v 24 15 25 16 21 25 25 23
6.83/7.23	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.83/7.23	c 7	OK
6.83/7.23	c 7	OBJECTIVE BOUND: 0 <= _COST <= 43
6.83/7.23	c 7	SEARCHING: _COST <= 21
6.83/7.24	c 7	============================[ Search Statistics ]==============================
6.83/7.25	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.83/7.25	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.83/7.25	c 7	===============================================================================
6.83/7.25	c 7	|        99 |   46182  1407000  4113725 |   469000       99     12 |  0.000 % |
7.30/7.59	c 8	===============================================================================
7.30/7.59	c 8	restarts              : 4
7.30/7.59	c 8	conflicts             : 124           (47 /sec)
7.30/7.59	c 8	decisions             : 995           (0.80 % random) (375 /sec)
7.30/7.59	c 8	propagations          : 1008261        (379960 /sec)
7.30/7.59	c 8	conflict literals     : 1407           (23.99 % deleted)
7.30/7.59	c 8	Memory used           : 65.71 MB
7.30/7.59	c 8	CPU time              : 2.6536 s
7.30/7.59	c 8	
7.30/7.59	c 8	SATISFIABLE
7.40/7.61	c 8	OK
7.40/7.61	c 8	FOUND: _COST <= 21
7.40/7.61	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.40/7.61	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.40/7.69	c 8	Decoding HOME/temp.out
7.41/7.81	c 8	OBJECTIVE _COST 21
7.41/7.81	o 21
7.41/7.81	v 24 15 25 16 21 25 25 23
7.41/7.81	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.41/7.82	c 8	OK
7.41/7.82	c 8	OBJECTIVE BOUND: 0 <= _COST <= 21
7.41/7.82	c 8	SEARCHING: _COST <= 10
7.41/7.83	c 8	============================[ Search Statistics ]==============================
7.41/7.84	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.41/7.84	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.41/7.84	c 8	===============================================================================
7.41/7.84	c 8	|       124 |   45604  1407000  4113725 |   469000      124     11 |  0.000 % |
8.29/8.57	c 9	===============================================================================
8.29/8.58	c 9	restarts              : 5
8.29/8.58	c 9	conflicts             : 176           (51 /sec)
8.29/8.58	c 9	decisions             : 1102          (0.82 % random) (322 /sec)
8.29/8.58	c 9	propagations          : 1384621        (404922 /sec)
8.29/8.58	c 9	conflict literals     : 1848           (20.55 % deleted)
8.29/8.58	c 9	Memory used           : 65.84 MB
8.29/8.58	c 9	CPU time              : 3.41948 s
8.29/8.58	c 9	
8.29/8.58	c 9	SATISFIABLE
8.29/8.59	c 9	OK
8.29/8.59	c 9	FOUND: _COST <= 10
8.29/8.59	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.29/8.59	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.38/8.67	c 9	Decoding HOME/temp.out
8.47/8.79	c 9	OBJECTIVE _COST 10
8.47/8.79	o 10
8.47/8.80	v 25 9 0 10 18 21 25 23
8.47/8.80	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.56/8.81	c 9	OK
8.56/8.81	c 9	OBJECTIVE BOUND: 0 <= _COST <= 10
8.56/8.81	c 9	SEARCHING: _COST <= 5
8.56/8.81	c 9	============================[ Search Statistics ]==============================
8.56/8.82	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.56/8.82	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.56/8.82	c 9	===============================================================================
8.56/8.82	c 9	|       176 |   45150  1407000  4113725 |   469000      176     10 |  0.000 % |
9.27/9.50	c 10	|       276 |   45150  1407000  4113725 |   515900      276     10 |  8.026 % |
10.75/11.09	c 11	|       426 |   45147  1407000  4113725 |   567490      426     10 |  8.026 % |
13.43/13.80	c 14	|       651 |   45147  1407000  4113725 |   624239      651     11 |  8.026 % |
15.80/16.16	c 16	===============================================================================
15.80/16.16	c 16	restarts              : 9
15.80/16.16	c 16	conflicts             : 889           (83 /sec)
15.80/16.16	c 16	decisions             : 2143          (0.61 % random) (200 /sec)
15.80/16.16	c 16	propagations          : 5309639        (495054 /sec)
15.80/16.16	c 16	conflict literals     : 10267          (21.29 % deleted)
15.80/16.16	c 16	Memory used           : 66.36 MB
15.80/16.16	c 16	CPU time              : 10.7254 s
15.80/16.16	c 16	
15.80/16.16	c 16	SATISFIABLE
15.80/16.19	c 16	OK
15.80/16.19	c 16	FOUND: _COST <= 5
15.80/16.19	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.80/16.19	c 16	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.89/16.27	c 16	Decoding HOME/temp.out
15.89/16.39	c 16	OBJECTIVE _COST 5
15.89/16.39	o 5
15.89/16.39	v 3 16 7 17 22 23 25 25
15.89/16.39	c 16	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.08/16.49	c 17	OK
16.08/16.49	c 17	OBJECTIVE BOUND: 0 <= _COST <= 5
16.08/16.49	c 17	SEARCHING: _COST <= 2
16.08/16.49	c 17	============================[ Search Statistics ]==============================
16.08/16.49	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.08/16.49	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.08/16.49	c 17	===============================================================================
16.08/16.49	c 17	|       889 |   44375  1245871  3642785 |   415290      856     11 |  8.026 % |
17.18/17.55	c 18	|       989 |   44375  1245871  3642785 |   456819      956     12 |  8.767 % |
18.17/18.50	c 19	===============================================================================
18.17/18.50	c 19	restarts              : 11
18.17/18.50	c 19	conflicts             : 1119          (87 /sec)
18.17/18.50	c 19	decisions             : 2588          (0.54 % random) (202 /sec)
18.17/18.50	c 19	propagations          : 6287466        (490402 /sec)
18.17/18.50	c 19	conflict literals     : 14328          (17.95 % deleted)
18.17/18.50	c 19	Memory used           : 66.36 MB
18.17/18.50	c 19	CPU time              : 12.821 s
18.17/18.50	c 19	
18.17/18.50	c 19	SATISFIABLE
18.17/18.52	c 19	OK
18.17/18.52	c 19	FOUND: _COST <= 2
18.17/18.52	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.17/18.52	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.26/18.60	c 19	Decoding HOME/temp.out
18.37/18.72	c 19	OBJECTIVE _COST 2
18.37/18.72	o 2
18.37/18.72	v 0 4 9 15 22 25 23 25
18.37/18.73	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.37/18.73	c 19	OK
18.37/18.73	c 19	OBJECTIVE BOUND: 0 <= _COST <= 2
18.37/18.73	c 19	SEARCHING: _COST <= 1
18.37/18.73	c 19	============================[ Search Statistics ]==============================
18.37/18.73	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.37/18.73	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.37/18.73	c 19	===============================================================================
18.37/18.73	c 19	|      1119 |   44375  1245871  3642785 |   415290     1086     13 |  8.767 % |
19.37/19.75	c 20	|      1219 |   44375  1245871  3642785 |   456819     1186     13 |  9.756 % |
19.47/19.88	c 20	===============================================================================
19.47/19.88	c 20	restarts              : 13
19.47/19.88	c 20	conflicts             : 1231          (88 /sec)
19.47/19.88	c 20	decisions             : 2769          (0.51 % random) (198 /sec)
19.47/19.88	c 20	propagations          : 6868975        (491523 /sec)
19.47/19.88	c 20	conflict literals     : 16070          (18.65 % deleted)
19.47/19.88	c 20	Memory used           : 66.36 MB
19.47/19.88	c 20	CPU time              : 13.9749 s
19.47/19.88	c 20	
19.47/19.88	c 20	SATISFIABLE
19.56/19.90	c 20	OK
19.56/19.90	c 20	FOUND: _COST <= 1
19.56/19.90	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.56/19.90	c 20	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.56/19.98	c 20	Decoding HOME/temp.out
19.57/20.10	c 20	OBJECTIVE _COST 1
19.57/20.10	o 1
19.57/20.10	v 0 4 9 15 22 23 25 25
19.57/20.10	c 20	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
19.57/20.11	c 20	OK
19.57/20.11	c 20	OBJECTIVE BOUND: 0 <= _COST <= 1
19.57/20.11	c 20	SEARCHING: _COST <= 0
19.57/20.11	c 20	============================[ Search Statistics ]==============================
19.57/20.11	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.57/20.11	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.57/20.11	c 20	===============================================================================
19.57/20.11	c 20	|      1231 |   43894  1245871  3642785 |   415290     1198     13 |  9.756 % |
20.45/20.90	c 21	|      1331 |   43892  1245871  3642785 |   456819     1298     13 | 12.211 % |
21.64/22.04	c 22	|      1481 |   43892  1245871  3642785 |   502501     1448     14 | 12.211 % |
23.42/23.83	c 24	|      1706 |   43892  1245871  3642785 |   552751     1673     14 | 12.211 % |
25.90/26.40	c 26	|      2043 |   43892  1245871  3642785 |   608026     2010     16 | 12.211 % |
31.05/31.52	c 32	|      2550 |   42700  1213894  3552457 |   668829     2097     18 | 12.211 % |
37.28/37.85	c 38	|      3309 |   42700  1213894  3552457 |   735712     2856     19 | 12.211 % |
45.61/46.22	c 46	|      4449 |   42700  1213894  3552457 |   809283     3996     22 | 12.211 % |
49.27/49.94	c 50	===============================================================================
49.27/49.94	c 50	restarts              : 21
49.27/49.94	c 50	conflicts             : 4914          (113 /sec)
49.27/49.94	c 50	decisions             : 7497          (0.37 % random) (172 /sec)
49.27/49.94	c 50	propagations          : 18073040       (415087 /sec)
49.27/49.94	c 50	conflict literals     : 110085         (8.62 % deleted)
49.27/49.94	c 50	Memory used           : 66.36 MB
49.27/49.94	c 50	CPU time              : 43.5404 s
49.27/49.94	c 50	
49.27/49.94	c 50	UNSATISFIABLE
49.27/49.94	c 50	OK
49.27/49.94	c 50	NOT FOUND: _COST <= 0
49.27/49.94	c 50	OK
49.27/49.94	c 50	OBJECTIVE _COST 1
49.27/49.94	s OPTIMUM FOUND
49.27/49.97	c 50	CPU 48.74 (0.08 0.02 48.66 0.58)
49.27/49.97	c 50	END Sat Jul 12 05:30:43 2008

Verifier Data (download as text)

OK	1	349
1 unsatisfied constraints, 349 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-1110741-1215833393/watcher-1110741-1215833393 -o /tmp/evaluation-result-1110741-1215833393/solver-1110741-1215833393 -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-1110741-1215833393.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.36 2.16 2.06 4/80 19262
/proc/meminfo: memFree=1828592/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=12268 CPUtime=0
/proc/19262/stat : 19262 (sugar++) R 19260 19262 17697 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40041295 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19262/statm: 3067 316 241 3 0 167 0

[startup+0.0925041 s]
/proc/loadavg: 2.36 2.16 2.06 4/80 19262
/proc/meminfo: memFree=1828592/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16740 CPUtime=0.07
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40041295 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101645 s]
/proc/loadavg: 2.36 2.16 2.06 4/80 19262
/proc/meminfo: memFree=1828592/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16740 CPUtime=0.07
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40041295 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301524 s]
/proc/loadavg: 2.36 2.16 2.06 4/80 19262
/proc/meminfo: memFree=1828592/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16740 CPUtime=0.07
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40041295 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701572 s]
/proc/loadavg: 2.36 2.16 2.06 4/80 19262
/proc/meminfo: memFree=1828592/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16740 CPUtime=0.43
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1296 4507 0 1 6 1 33 3 16 0 1 0 40041295 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+1.50267 s]
/proc/loadavg: 2.41 2.18 2.06 4/91 19284
/proc/meminfo: memFree=1816536/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16740 CPUtime=0.43
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1297 4507 0 1 6 1 33 3 15 0 1 0 40041295 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4185 1104 409 3 0 764 0
[pid=19275] ppid=19262 vsize=5356 CPUtime=0
/proc/19275/stat : 19275 (sh) S 19262 19262 17697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40041345 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19275/statm: 1339 233 193 169 0 50 0
[pid=19276] ppid=19275 vsize=868492 CPUtime=0.97
/proc/19276/stat : 19276 (java) S 19275 19262 17697 0 -1 0 6594 0 1 0 93 4 0 0 18 0 9 0 40041345 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19276/statm: 217123 5783 2562 9 0 211670 0
[pid=19276/tid=19277] ppid=19275 vsize=868492 CPUtime=0.65
/proc/19276/task/19277/stat : 19277 (java) R 19275 19262 17697 0 -1 64 2753 0 1 0 63 2 0 0 19 0 9 0 40041346 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19278] ppid=19275 vsize=868492 CPUtime=0.06
/proc/19276/task/19278/stat : 19278 (java) S 19275 19262 17697 0 -1 64 1678 0 0 0 6 0 0 0 16 0 9 0 40041347 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19279] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19279/stat : 19279 (java) S 19275 19262 17697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40041347 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19280] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19280/stat : 19280 (java) S 19275 19262 17697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40041347 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19281] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19281/stat : 19281 (java) S 19275 19262 17697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40041349 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19282] ppid=19275 vsize=868492 CPUtime=0.23
/proc/19276/task/19282/stat : 19282 (java) S 19275 19262 17697 0 -1 64 1471 0 0 0 22 1 0 0 16 0 9 0 40041349 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19283] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19283/stat : 19283 (java) S 19275 19262 17697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40041349 889335808 5783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19284] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19284/stat : 19284 (java) S 19275 19262 17697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40041350 889335808 5783 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) 890588

[startup+3.10284 s]
/proc/loadavg: 2.41 2.18 2.06 3/91 19284
/proc/meminfo: memFree=1805592/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16740 CPUtime=0.43
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1297 4507 0 1 6 1 33 3 15 0 1 0 40041295 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4185 1104 409 3 0 764 0
[pid=19275] ppid=19262 vsize=5356 CPUtime=0
/proc/19275/stat : 19275 (sh) S 19262 19262 17697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40041345 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19275/statm: 1339 233 193 169 0 50 0
[pid=19276] ppid=19275 vsize=868492 CPUtime=2.56
/proc/19276/stat : 19276 (java) S 19275 19262 17697 0 -1 0 7085 0 1 0 241 15 0 0 18 0 9 0 40041345 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19276/statm: 217123 5795 2562 9 0 211670 0
[pid=19276/tid=19277] ppid=19275 vsize=868492 CPUtime=2.1
/proc/19276/task/19277/stat : 19277 (java) R 19275 19262 17697 0 -1 64 3233 0 1 0 200 10 0 0 25 0 9 0 40041346 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4126950348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19278] ppid=19275 vsize=868492 CPUtime=0.18
/proc/19276/task/19278/stat : 19278 (java) S 19275 19262 17697 0 -1 64 1678 0 0 0 15 3 0 0 16 0 9 0 40041347 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19279] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19279/stat : 19279 (java) S 19275 19262 17697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40041347 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19280] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19280/stat : 19280 (java) S 19275 19262 17697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40041347 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19281] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19281/stat : 19281 (java) S 19275 19262 17697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40041349 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19282] ppid=19275 vsize=868492 CPUtime=0.25
/proc/19276/task/19282/stat : 19282 (java) S 19275 19262 17697 0 -1 64 1482 0 0 0 24 1 0 0 16 0 9 0 40041349 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19283] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19283/stat : 19283 (java) S 19275 19262 17697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40041349 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19276/tid=19284] ppid=19275 vsize=868492 CPUtime=0
/proc/19276/task/19284/stat : 19284 (java) S 19275 19262 17697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40041350 889335808 5795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890588

[startup+6.30221 s]
/proc/loadavg: 2.41 2.18 2.06 3/82 19295
/proc/meminfo: memFree=1739552/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=4.43
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1626 19723 0 4 7 1 405 30 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67288 CPUtime=1.69
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16047 0 0 0 160 9 0 0 18 0 1 0 40041690 68902912 15992 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16822 15992 78 151 0 16668 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 84160

[startup+12.7019 s]
/proc/loadavg: 2.42 2.19 2.07 3/82 19335
/proc/meminfo: memFree=1737824/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.05
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 1833 31114 0 7 7 2 458 38 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67816 CPUtime=7.39
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16204 0 0 0 729 10 0 0 25 0 1 0 40041690 69443584 16143 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16954 16143 79 151 0 16800 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 84688

[startup+25.5014 s]
/proc/loadavg: 2.35 2.18 2.07 4/82 19365
/proc/meminfo: memFree=1737824/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=19.43
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 1932 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 84820

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

[startup+38.3019 s]
/proc/loadavg: 2.27 2.17 2.06 3/82 19365
/proc/meminfo: memFree=1737952/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=32.11
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 3200 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 37.78
Current children cumulated vsize (KiB) 84820

[startup+44.7016 s]
/proc/loadavg: 2.25 2.17 2.06 3/82 19365
/proc/meminfo: memFree=1737952/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=38.45
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 3834 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 44.12
Current children cumulated vsize (KiB) 84820

[startup+47.903 s]
/proc/loadavg: 2.23 2.17 2.06 3/82 19365
/proc/meminfo: memFree=1738016/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=41.62
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 4151 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 84820

[startup+48.702 s]
/proc/loadavg: 2.23 2.17 2.06 3/82 19365
/proc/meminfo: memFree=1738016/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=42.41
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 4230 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 48.08
Current children cumulated vsize (KiB) 84820

[startup+49.5061 s]
/proc/loadavg: 2.23 2.17 2.06 3/82 19365
/proc/meminfo: memFree=1738016/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=43.21
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 4310 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 84820

[startup+49.9012 s]
/proc/loadavg: 2.23 2.17 2.06 3/82 19365
/proc/meminfo: memFree=1738016/2055920 swapFree=4180884/4192956
[pid=19262] ppid=19260 vsize=16872 CPUtime=5.67
/proc/19262/stat : 19262 (sugar++) S 19260 19262 17697 0 -1 4194304 2041 42505 0 10 8 2 512 45 16 0 1 0 40041295 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19262/statm: 4218 1123 414 3 0 797 0
[pid=19285] ppid=19262 vsize=67948 CPUtime=43.6
/proc/19285/stat : 19285 (minisat-inc) R 19262 19262 17697 0 -1 4194304 16216 0 0 0 4349 11 0 0 25 0 1 0 40041690 69578752 16149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19285/statm: 16987 16149 79 151 0 16833 0
Current children cumulated CPU time (s) 49.27
Current children cumulated vsize (KiB) 84820

Child status: 0
Real time (s): 49.9711
CPU time (s): 49.3725
CPU user time (s): 48.7496
CPU system time (s): 0.622905
CPU usage (%): 98.802
Max. virtual memory (cumulated for all children) (KiB): 890588

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

runsolver used 0.06499 second user time and 0.163975 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-12 05:29:53
IDJOB=1110741
IDBENCH=61146
IDSOLVER=367
FILE ID=node23/1110741-1215833393
PBS_JOBID= 7903302
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-25-8-a4.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-1110741-1215833393/watcher-1110741-1215833393 -o /tmp/evaluation-result-1110741-1215833393/solver-1110741-1215833393 -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-1110741-1215833393.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 911be6f11691798737b435362407e4b1
RANDOM SEED=388052081

node23.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.240
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.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829072 kB
Buffers:         41352 kB
Cached:          86452 kB
SwapCached:       5884 kB
Active:          98000 kB
Inactive:        69368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829072 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1012 kB
Writeback:           0 kB
Mapped:          55616 kB
Slab:            44568 kB
Committed_AS:   966680 kB
PageTables:       1920 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= 66540 MiB
End job on node23 at 2008-07-12 05:30:43