Trace number 1112099

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 386.558 390.486

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-2_ext.xml
MD5SUM7dd14eb3da87adf272f3ba5d037b39c9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark129.316
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 13:28:32 2008
0.00/0.08	c 0	PID 18554
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1112099-1215862112.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-1112099-1215862112.xml' 'HOME/temp.csp'
0.96/1.00	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.96/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.03	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.97/1.11	c 1	Parsing HOME/temp.csp
2.12/2.23	c 3	parsed 141 expressions
2.12/2.24	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.24	c 3	MAX CSP: 60 constraints
2.12/2.24	c 3	Converting to clausal form CSP
2.12/2.26	c 3	converted 21 (10%) expressions
2.31/2.44	c 3	converted 41 (20%) expressions
2.31/2.46	c 3	converted 62 (30%) expressions
2.31/2.46	c 3	converted 82 (40%) expressions
2.41/2.58	c 3	converted 102 (50%) expressions
2.50/2.66	c 3	converted 123 (60%) expressions
2.61/2.73	c 3	converted 143 (70%) expressions
2.71/2.82	c 3	converted 164 (80%) expressions
2.90/3.08	c 3	converted 184 (90%) expressions
3.11/3.25	c 4	converted 204 (100%) expressions
3.11/3.25	c 4	CSP : 140 integers, 0 booleans, 179 clauses, largest domain size 91
3.11/3.25	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.25	c 4	Propagation in CSP
3.11/3.27	c 4	56 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.27	c 4	CSP : 140 integers, 0 booleans, 179 clauses, largest domain size 61
3.11/3.27	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.27	c 4	Simplifing CSP by introducing new Boolean variables
3.11/3.27	c 4	CSP : 140 integers, 0 booleans, 179 clauses, largest domain size 61
3.11/3.27	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.39	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.41	c 4	14 (10%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.30/3.41	c 4	28 (20%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.30/3.41	c 4	42 (30%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.30/3.41	c 4	56 (40%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.30/3.41	c 4	70 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.30/3.41	c 4	84 (60%) CSP integer variables are encoded (424 clauses, 4524 bytes)
3.30/3.42	c 4	98 (70%) CSP integer variables are encoded (680 clauses, 7340 bytes)
3.30/3.42	c 4	112 (80%) CSP integer variables are encoded (783 clauses, 8473 bytes)
3.30/3.42	c 4	126 (90%) CSP integer variables are encoded (828 clauses, 8968 bytes)
3.30/3.42	c 4	140 (100%) CSP integer variables are encoded (901 clauses, 9852 bytes)
3.69/3.89	c 4	18 (10%) CSP clauses are encoded (33160 clauses, 943453 bytes)
4.20/4.31	c 5	36 (20%) CSP clauses are encoded (65574 clauses, 1931616 bytes)
4.59/4.74	c 5	54 (30%) CSP clauses are encoded (98127 clauses, 2964997 bytes)
4.69/4.88	c 5	72 (40%) CSP clauses are encoded (108961 clauses, 3307826 bytes)
4.69/4.89	c 5	90 (50%) CSP clauses are encoded (111253 clauses, 3340956 bytes)
4.69/4.89	c 5	108 (60%) CSP clauses are encoded (111369 clauses, 3342502 bytes)
4.69/4.89	c 5	126 (70%) CSP clauses are encoded (113319 clauses, 3371761 bytes)
4.69/4.90	c 5	144 (80%) CSP clauses are encoded (113439 clauses, 3373360 bytes)
4.69/4.90	c 5	162 (90%) CSP clauses are encoded (113723 clauses, 3377348 bytes)
4.78/4.90	c 5	179 (100%) CSP clauses are encoded (114487 clauses, 3389491 bytes)
4.78/4.90	c 5	179 CSP clauses encoded
4.78/4.90	c 5	Writing map file : HOME/temp.map
4.78/4.90	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/4.90	c 5	SAT : 1041 SAT variables, 114487 SAT clauses, 3389491 bytes
4.78/4.90	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/4.95	c 5	OBJECTIVE minimize _COST
4.78/4.95	c 5	SOLVING HOME/temp.cnf
4.78/4.95	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.78/4.95	c 5	This is MiniSat 2.0 beta incremental
4.78/4.95	c 5	WARNING: for repeatability, setting FPU to use double precision
4.78/4.95	c 5	============================[ Problem Statistics ]=============================
4.78/4.95	c 5	|                                                                             |
4.78/4.95	c 5	|  Number of variables:  1041                                                 |
4.78/4.95	c 5	|  Number of clauses:    114487                                               |
4.81/5.03	c 5	|  Parsing time:         0.07         s                                       |
4.81/5.03	c 5	OK
4.81/5.03	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.81/5.03	c 5	SEARCHING: _COST <= 30
4.81/5.03	c 5	============================[ Search Statistics ]==============================
4.81/5.03	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.81/5.03	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.81/5.03	c 5	===============================================================================
4.81/5.03	c 5	|         0 |    1041   114487   719607 |    38162        0    nan |  0.000 % |
4.81/5.04	c 5	===============================================================================
4.81/5.04	c 5	restarts              : 1
4.81/5.04	c 5	conflicts             : 8             (91 /sec)
4.81/5.04	c 5	decisions             : 33            (0.00 % random) (375 /sec)
4.81/5.04	c 5	propagations          : 1185           (13468 /sec)
4.81/5.04	c 5	conflict literals     : 84             (19.23 % deleted)
4.81/5.04	c 5	Memory used           : 7.96 MB
4.81/5.04	c 5	CPU time              : 0.087986 s
4.81/5.04	c 5	
4.81/5.04	c 5	SATISFIABLE
4.81/5.04	c 5	OK
4.81/5.04	c 5	FOUND: _COST <= 30
4.81/5.04	s SATISFIABLE
4.81/5.04	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.81/5.04	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.82/5.12	c 5	Decoding HOME/temp.out
4.82/5.16	c 5	OBJECTIVE _COST 30
4.82/5.16	o 30
4.82/5.16	v 2 14 15 12 4 12 8 2 19 16 11 17 15 19 19 19 19 19 19 19
4.82/5.17	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.82/5.21	c 5	OK
4.82/5.21	c 5	OBJECTIVE BOUND: 0 <= _COST <= 30
4.82/5.21	c 5	SEARCHING: _COST <= 15
4.82/5.22	c 6	============================[ Search Statistics ]==============================
4.82/5.22	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.82/5.22	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.82/5.22	c 6	===============================================================================
4.82/5.22	c 6	|         8 |    1041   114487   719607 |    38162        8     10 |  0.000 % |
4.82/5.23	c 6	|       108 |     951   114487   719607 |    41978      108     16 | 17.301 % |
4.82/5.26	c 6	|       258 |     951   114487   719607 |    46176      258     18 | 17.301 % |
4.94/5.32	c 6	|       483 |     951   114487   719607 |    50794      483     19 | 17.301 % |
5.21/5.41	c 6	|       820 |     951   114487   719607 |    55873      820     21 | 17.301 % |
5.31/5.58	c 6	===============================================================================
5.31/5.58	c 6	restarts              : 6
5.31/5.58	c 6	conflicts             : 1324          (2904 /sec)
5.31/5.58	c 6	decisions             : 1754          (0.57 % random) (3847 /sec)
5.31/5.58	c 6	propagations          : 132198         (289952 /sec)
5.31/5.58	c 6	conflict literals     : 28789          (36.80 % deleted)
5.31/5.58	c 6	Memory used           : 8.35 MB
5.31/5.58	c 6	CPU time              : 0.45593 s
5.31/5.58	c 6	
5.31/5.58	c 6	SATISFIABLE
5.31/5.58	c 6	OK
5.31/5.58	c 6	FOUND: _COST <= 15
5.31/5.58	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.31/5.58	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.39/5.66	c 6	Decoding HOME/temp.out
5.39/5.71	c 6	OBJECTIVE _COST 15
5.39/5.71	o 15
5.39/5.71	v 13 5 19 13 12 13 19 16 19 19 18 18 16 5 19 19 15 19 19 19
5.39/5.71	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.39/5.74	c 6	OK
5.39/5.74	c 6	OBJECTIVE BOUND: 0 <= _COST <= 15
5.39/5.74	c 6	SEARCHING: _COST <= 7
5.39/5.76	c 6	============================[ Search Statistics ]==============================
5.39/5.76	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.39/5.76	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.39/5.76	c 6	===============================================================================
5.39/5.76	c 6	|      1324 |     861   114487   719607 |    38162     1324     22 | 17.301 % |
5.39/5.78	c 6	|      1424 |     861   114487   719607 |    41978     1424     21 | 27.385 % |
5.57/5.84	c 6	|      1576 |     861   114487   719607 |    46176     1576     21 | 27.385 % |
5.68/5.90	c 6	|      1801 |     861   114487   719607 |    50794     1801     20 | 27.385 % |
5.78/6.01	c 6	|      2139 |     861   114487   719607 |    55873     2139     20 | 27.385 % |
5.88/6.15	c 6	|      2645 |     861   114487   719607 |    61460     2645     19 | 27.385 % |
6.08/6.37	c 7	|      3405 |     861   114487   719607 |    67606     3405     18 | 27.385 % |
6.48/6.77	c 7	|      4544 |     861   114487   719607 |    74367     4544     18 | 27.385 % |
7.17/7.41	c 8	|      6255 |     861   114487   719607 |    81804     6255     18 | 27.385 % |
8.06/8.30	c 9	|      8818 |     861   114487   719607 |    89984     8818     19 | 27.385 % |
8.85/9.16	c 9	===============================================================================
8.85/9.16	c 9	restarts              : 16
8.85/9.16	c 9	conflicts             : 11110         (2897 /sec)
8.85/9.16	c 9	decisions             : 13198         (0.65 % random) (3441 /sec)
8.85/9.16	c 9	propagations          : 1092942        (284960 /sec)
8.85/9.16	c 9	conflict literals     : 215386         (38.03 % deleted)
8.85/9.16	c 9	Memory used           : 9.51 MB
8.85/9.16	c 9	CPU time              : 3.83542 s
8.85/9.16	c 9	
8.85/9.16	c 9	SATISFIABLE
8.85/9.16	c 9	OK
8.85/9.16	c 9	FOUND: _COST <= 7
8.85/9.16	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.85/9.16	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.91/9.24	c 10	Decoding HOME/temp.out
8.91/9.28	c 10	OBJECTIVE _COST 7
8.91/9.28	o 7
8.91/9.28	v 16 13 19 1 0 18 19 10 7 18 17 14 17 16 7 19 16 10 19 19
8.91/9.29	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.91/9.32	c 10	OK
8.91/9.32	c 10	OBJECTIVE BOUND: 0 <= _COST <= 7
8.91/9.32	c 10	SEARCHING: _COST <= 3
8.91/9.32	c 10	============================[ Search Statistics ]==============================
8.91/9.32	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.91/9.33	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.91/9.33	c 10	===============================================================================
8.91/9.33	c 10	|     11110 |     756   111042   710082 |    37014    11110     19 | 27.385 % |
8.91/9.38	c 10	|     11210 |     755   111042   710082 |    40715    11210     19 | 35.454 % |
9.10/9.44	c 10	|     11360 |     755   111042   710082 |    44786    11360     19 | 35.454 % |
9.20/9.52	c 10	|     11585 |     755   111042   710082 |    49265    11585     19 | 35.454 % |
9.30/9.65	c 10	|     11923 |     755   111042   710082 |    54192    11923     19 | 35.454 % |
9.60/9.92	c 10	|     12430 |     755   111042   710082 |    59611    12430     19 | 35.454 % |
9.89/10.28	c 11	|     13189 |     755   111042   710082 |    65572    13189     19 | 35.454 % |
10.39/10.74	c 11	|     14329 |     755   111042   710082 |    72129    14329     20 | 35.454 % |
11.07/11.48	c 12	|     16037 |     755   111042   710082 |    79342    16037     20 | 35.454 % |
12.26/12.62	c 13	|     18599 |     755   111042   710082 |    87277    18599     20 | 35.454 % |
13.65/14.06	c 14	|     22443 |     672   109910   706930 |    96004    22313     20 | 35.454 % |
16.23/16.66	c 17	|     28209 |     672   109910   706930 |   105605    28079     20 | 35.454 % |
20.68/21.15	c 21	|     36859 |     672   109910   706930 |   116165    36729     20 | 35.454 % |
25.54/26.00	c 26	===============================================================================
25.54/26.00	c 26	restarts              : 29
25.54/26.00	c 26	conflicts             : 46225         (2273 /sec)
25.54/26.00	c 26	decisions             : 54468         (0.90 % random) (2678 /sec)
25.54/26.00	c 26	propagations          : 4469952        (219763 /sec)
25.54/26.00	c 26	conflict literals     : 969216         (34.65 % deleted)
25.54/26.00	c 26	Memory used           : 13.60 MB
25.54/26.00	c 26	CPU time              : 20.3399 s
25.54/26.00	c 26	
25.54/26.00	c 26	SATISFIABLE
25.54/26.00	c 26	OK
25.54/26.00	c 26	FOUND: _COST <= 3
25.54/26.00	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.54/26.00	c 26	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.54/26.08	c 26	Decoding HOME/temp.out
25.54/26.12	c 26	OBJECTIVE _COST 3
25.54/26.12	o 3
25.54/26.12	v 0 18 19 10 16 17 4 19 1 6 7 12 2 8 2 10 19 3 3 12
25.54/26.13	c 26	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.54/26.18	c 26	OK
25.54/26.18	c 26	OBJECTIVE BOUND: 0 <= _COST <= 3
25.54/26.18	c 26	SEARCHING: _COST <= 1
25.54/26.18	c 26	============================[ Search Statistics ]==============================
25.54/26.18	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.54/26.18	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.54/26.18	c 26	===============================================================================
25.54/26.18	c 26	|     46225 |     592   109148   704880 |    36382    45219     21 | 35.454 % |
25.80/26.39	c 27	|     46325 |     592   109148   704880 |    40020    13138     22 | 43.140 % |
25.90/26.47	c 27	|     46475 |     592   109148   704880 |    44023    13288     22 | 43.140 % |
25.99/26.59	c 27	|     46700 |     592   109148   704880 |    48425    13513     22 | 43.140 % |
26.19/26.76	c 27	|     47037 |     592   109148   704880 |    53267    13850     22 | 43.140 % |
26.49/27.05	c 27	|     47544 |     592   109148   704880 |    58594    14357     22 | 43.140 % |
26.89/27.42	c 28	|     48303 |     592   109148   704880 |    64454    15116     22 | 43.140 % |
27.68/28.26	c 29	|     49442 |     592   109148   704880 |    70899    16255     22 | 43.140 % |
28.77/29.30	c 30	|     51150 |     592   109148   704880 |    77989    17963     23 | 43.140 % |
30.55/31.14	c 31	|     53716 |     592   109148   704880 |    85788    20529     23 | 43.140 % |
33.22/33.84	c 34	|     57560 |     592   109148   704880 |    94367    24373     23 | 43.140 % |
37.08/37.72	c 38	|     63328 |     592   109148   704880 |   103803    30141     23 | 43.140 % |
41.94/42.67	c 43	|     71978 |     592   109148   704880 |   114184    38791     23 | 43.140 % |
50.16/50.99	c 51	|     84953 |     592   109148   704880 |   125602    51766     23 | 43.140 % |
66.60/67.52	c 68	|    104414 |     592   109148   704880 |   138163    71227     24 | 43.140 % |
98.00/99.24	c 100	|    133606 |     592   109148   704880 |   151979   100419     25 | 43.140 % |
136.34/137.93	c 138	===============================================================================
136.34/137.93	c 138	restarts              : 45
136.34/137.93	c 138	conflicts             : 164175        (1253 /sec)
136.34/137.93	c 138	decisions             : 192169        (1.05 % random) (1467 /sec)
136.34/137.93	c 138	propagations          : 11911411       (90914 /sec)
136.34/137.93	c 138	conflict literals     : 4043161        (28.03 % deleted)
136.34/137.93	c 138	Memory used           : 26.18 MB
136.34/137.93	c 138	CPU time              : 131.018 s
136.34/137.93	c 138	
136.34/137.93	c 138	SATISFIABLE
136.34/137.93	c 138	OK
136.34/137.93	c 138	FOUND: _COST <= 1
136.34/137.93	c 138	DECODING HOME/temp.out WITH HOME/temp.map
136.34/137.93	c 138	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
136.37/138.02	c 138	Decoding HOME/temp.out
136.37/138.05	c 138	OBJECTIVE _COST 1
136.37/138.05	o 1
136.37/138.05	v 9 10 3 12 0 18 13 0 15 1 16 13 4 10 19 2 2 9 13 10
136.37/138.05	c 138	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
136.37/138.17	c 138	OK
136.37/138.17	c 138	OBJECTIVE BOUND: 0 <= _COST <= 1
136.37/138.17	c 138	SEARCHING: _COST <= 0
136.37/138.17	c 138	============================[ Search Statistics ]==============================
136.37/138.17	c 138	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
136.37/138.17	c 138	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
136.37/138.17	c 138	===============================================================================
136.37/138.17	c 138	|    164175 |     500   108601   703513 |    36200   128722     26 | 43.140 % |
137.50/139.13	c 139	|    164275 |     500   108601   703513 |    39820    18209     23 | 51.980 % |
137.60/139.24	c 140	|    164427 |     500   108601   703513 |    43802    18361     23 | 51.980 % |
137.70/139.37	c 140	|    164652 |     500   108601   703513 |    48182    18586     23 | 51.980 % |
137.90/139.59	c 140	|    164989 |     500   108601   703513 |    53000    18923     23 | 51.980 % |
138.29/139.92	c 140	|    165499 |     500   108601   703513 |    58300    19433     23 | 51.980 % |
138.79/140.45	c 141	|    166260 |     500   108601   703513 |    64131    20194     23 | 51.980 % |
139.48/141.17	c 141	|    167399 |     500   108601   703513 |    70544    21333     23 | 51.980 % |
140.57/142.29	c 143	|    169110 |     500   108601   703513 |    77598    23044     23 | 51.980 % |
142.36/144.05	c 144	|    171674 |     500   108601   703513 |    85358    25608     23 | 51.980 % |
144.82/146.55	c 147	|    175520 |     500   108601   703513 |    93894    29454     24 | 51.980 % |
148.89/150.66	c 151	|    181286 |     500   108601   703513 |   103283    35220     25 | 51.980 % |
154.93/156.73	c 157	|    189936 |     500   108601   703513 |   113612    43870     26 | 51.980 % |
165.05/166.95	c 167	|    202912 |     500   108601   703513 |   124973    56846     26 | 51.981 % |
184.16/186.24	c 187	|    222373 |     500   108601   703513 |   137470    76307     27 | 51.981 % |
214.57/216.95	c 217	|    251566 |     500   108601   703513 |   151217   105500     28 | 51.981 % |
268.67/271.52	c 272	|    295355 |     500   108601   703513 |   166339   149289     29 | 51.981 % |
334.84/338.40	c 339	|    361039 |     500   108601   703513 |   182973    65508     30 | 51.981 % |
386.46/390.47	c 391	===============================================================================
386.46/390.47	c 391	restarts              : 63
386.46/390.47	c 391	conflicts             : 407138        (1069 /sec)
386.46/390.47	c 391	decisions             : 483519        (1.25 % random) (1269 /sec)
386.46/390.47	c 391	propagations          : 22739121       (59684 /sec)
386.46/390.47	c 391	conflict literals     : 11333523       (22.75 % deleted)
386.46/390.47	c 391	Memory used           : 34.18 MB
386.46/390.47	c 391	CPU time              : 380.992 s
386.46/390.47	c 391	
386.46/390.47	c 391	UNSATISFIABLE
386.46/390.47	c 391	OK
386.46/390.47	c 391	NOT FOUND: _COST <= 0
386.46/390.47	c 391	OK
386.46/390.47	c 391	OBJECTIVE _COST 1
386.46/390.47	s OPTIMUM FOUND
386.46/390.48	c 391	CPU 386.12 (0.07 0.02 386.05 0.4)
386.46/390.48	c 391	END Sat Jul 12 13:35:03 2008

Verifier Data (download as text)

OK	1	59
1 unsatisfied constraints, 59 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-1112099-1215862112/watcher-1112099-1215862112 -o /tmp/evaluation-result-1112099-1215862112/solver-1112099-1215862112 -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-1112099-1215862112.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: 1.91 1.97 1.99 4/81 18554
/proc/meminfo: memFree=1840296/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=12000 CPUtime=0
/proc/18554/stat : 18554 (sugar++) R 18552 18554 18345 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 42913306 12288000 170 996147200 4194304 4206940 548682068528 18446744073709551615 225612042037 0 0 4224 0 0 0 0 17 1 0 0
/proc/18554/statm: 3000 170 131 3 0 100 0

[startup+0.0914489 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 18554
/proc/meminfo: memFree=1840296/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=0.06
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42913306 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102445 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 18554
/proc/meminfo: memFree=1840296/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=0.06
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42913306 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301461 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 18554
/proc/meminfo: memFree=1840296/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=0.06
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42913306 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701495 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 18554
/proc/meminfo: memFree=1840296/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=0.06
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42913306 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50256 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 18566
/proc/meminfo: memFree=1821968/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=0.97
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1296 7035 0 1 5 1 85 6 16 0 1 0 42913306 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 16740

[startup+3.10171 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 18576
/proc/meminfo: memFree=1811088/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=0.97
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1296 7035 0 1 5 1 85 6 15 0 1 0 42913306 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1104 409 3 0 764 0
[pid=18567] ppid=18554 vsize=5356 CPUtime=0
/proc/18567/stat : 18567 (sh) S 18554 18554 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42913409 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18567/statm: 1339 233 193 169 0 50 0
[pid=18568] ppid=18567 vsize=864160 CPUtime=2.03
/proc/18568/stat : 18568 (java) S 18567 18554 18345 0 -1 0 14636 0 1 0 196 7 0 0 18 0 9 0 42913409 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18568/statm: 216040 13862 2540 9 0 210615 0
[pid=18568/tid=18569] ppid=18567 vsize=864160 CPUtime=1.03
/proc/18568/task/18569/stat : 18569 (java) R 18567 18554 18345 0 -1 64 3200 0 1 0 101 2 0 0 20 0 9 0 42913410 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18570] ppid=18567 vsize=864160 CPUtime=0.92
/proc/18568/task/18570/stat : 18570 (java) R 18567 18554 18345 0 -1 64 10415 0 0 0 89 3 0 0 17 0 9 0 42913411 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 102723232 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18571] ppid=18567 vsize=864160 CPUtime=0
/proc/18568/task/18571/stat : 18571 (java) S 18567 18554 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42913411 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18572] ppid=18567 vsize=864160 CPUtime=0
/proc/18568/task/18572/stat : 18572 (java) S 18567 18554 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42913411 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18573] ppid=18567 vsize=864160 CPUtime=0
/proc/18568/task/18573/stat : 18573 (java) S 18567 18554 18345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42913413 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18574] ppid=18567 vsize=864160 CPUtime=0.05
/proc/18568/task/18574/stat : 18574 (java) S 18567 18554 18345 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 42913413 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18575] ppid=18567 vsize=864160 CPUtime=0
/proc/18568/task/18575/stat : 18575 (java) S 18567 18554 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42913413 884899840 13862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18568/tid=18576] ppid=18567 vsize=864160 CPUtime=0
/proc/18568/task/18576/stat : 18576 (java) S 18567 18554 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42913413 884899840 13862 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) 886256

[startup+6.30199 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 18587
/proc/meminfo: memFree=1823960/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.07
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1617 30570 0 4 6 2 476 23 15 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=8940 CPUtime=1.01
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 2165 0 0 0 100 1 0 0 20 0 1 0 42913801 9154560 2109 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 2235 2109 79 151 0 2081 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 25680

[startup+12.7015 s]
/proc/loadavg: 2.08 2.00 2.00 3/83 18607
/proc/meminfo: memFree=1821912/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.19
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1686 34275 0 5 6 2 485 26 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=10908 CPUtime=7.17
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 2647 0 0 0 716 1 0 0 25 0 1 0 42913801 11169792 2589 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 2727 2589 79 151 0 2573 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 27648

[startup+25.5026 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 18607
/proc/meminfo: memFree=1818904/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.19
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1686 34275 0 5 6 2 485 26 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=13924 CPUtime=19.85
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 3391 0 0 0 1983 2 0 0 25 0 1 0 42913801 14258176 3333 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 3481 3333 79 151 0 3327 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 30664

[startup+51.1029 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 18617
/proc/meminfo: memFree=1817368/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.31
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1756 37980 0 6 6 2 495 28 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=15532 CPUtime=45.05
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 3819 0 0 0 4503 2 0 0 25 0 1 0 42913801 15904768 3759 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 3883 3759 79 151 0 3729 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 32272

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18617
/proc/meminfo: memFree=1810136/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.31
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1756 37980 0 6 6 2 495 28 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=22812 CPUtime=95.76
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 5591 0 0 0 9573 3 0 0 25 0 1 0 42913801 23359488 5531 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 5703 5531 79 151 0 5549 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 39552

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1805848/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=26952 CPUtime=155.03
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 6629 0 0 0 15498 5 0 0 25 0 1 0 42913801 27598848 6567 996147200 134512640 135134323 4294956192 18446744073709551615 134530443 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 6738 6567 79 151 0 6584 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 43692

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1805720/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=27108 CPUtime=214.47
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 6667 0 0 0 21442 5 0 0 25 0 1 0 42913801 27758592 6605 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 6777 6605 79 151 0 6623 0
Current children cumulated CPU time (s) 219.93
Current children cumulated vsize (KiB) 43848

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1799896/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=33072 CPUtime=273.9
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8123 0 0 0 27383 7 0 0 25 0 1 0 42913801 33865728 8061 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8268 8061 79 151 0 8114 0
Current children cumulated CPU time (s) 279.36
Current children cumulated vsize (KiB) 49812

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1798232/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=34664 CPUtime=333.34
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8513 0 0 0 33326 8 0 0 25 0 1 0 42913801 35495936 8451 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8666 8451 79 151 0 8512 0
Current children cumulated CPU time (s) 338.8
Current children cumulated vsize (KiB) 51404

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1798232/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=34664 CPUtime=349.2
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8520 0 0 0 34912 8 0 0 25 0 1 0 42913801 35495936 8458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8666 8458 79 151 0 8512 0
Current children cumulated CPU time (s) 354.66
Current children cumulated vsize (KiB) 51404

[startup+371.101 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18627
/proc/meminfo: memFree=1798040/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=34824 CPUtime=361.87
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8570 0 0 0 36179 8 0 0 25 0 1 0 42913801 35659776 8508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8706 8508 79 151 0 8552 0
Current children cumulated CPU time (s) 367.33
Current children cumulated vsize (KiB) 51564

[startup+383.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=34824 CPUtime=374.56
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8572 0 0 0 37448 8 0 0 25 0 1 0 42913801 35659776 8510 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8706 8510 79 151 0 8552 0
Current children cumulated CPU time (s) 380.02
Current children cumulated vsize (KiB) 51564

[startup+387.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=35000 CPUtime=377.73
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8582 0 0 0 37765 8 0 0 25 0 1 0 42913801 35840000 8520 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8750 8520 79 151 0 8596 0
Current children cumulated CPU time (s) 383.19
Current children cumulated vsize (KiB) 51740

[startup+388.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=35000 CPUtime=379.31
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8582 0 0 0 37923 8 0 0 25 0 1 0 42913801 35840000 8520 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8750 8520 79 151 0 8596 0
Current children cumulated CPU time (s) 384.77
Current children cumulated vsize (KiB) 51740

[startup+389.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=35000 CPUtime=380.1
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8582 0 0 0 38002 8 0 0 25 0 1 0 42913801 35840000 8520 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8750 8520 79 151 0 8596 0
Current children cumulated CPU time (s) 385.56
Current children cumulated vsize (KiB) 51740

[startup+389.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=35000 CPUtime=380.5
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8582 0 0 0 38042 8 0 0 25 0 1 0 42913801 35840000 8520 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8750 8520 79 151 0 8596 0
Current children cumulated CPU time (s) 385.96
Current children cumulated vsize (KiB) 51740

[startup+390.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=35000 CPUtime=380.9
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8582 0 0 0 38082 8 0 0 25 0 1 0 42913801 35840000 8520 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8750 8520 79 151 0 8596 0
Current children cumulated CPU time (s) 386.36
Current children cumulated vsize (KiB) 51740

[startup+390.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18627
/proc/meminfo: memFree=1797976/2055920 swapFree=4177576/4192956
[pid=18554] ppid=18552 vsize=16740 CPUtime=5.46
/proc/18554/stat : 18554 (sugar++) S 18552 18554 18345 0 -1 4194304 1827 41685 0 7 7 2 506 31 16 0 1 0 42913306 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18554/statm: 4185 1115 414 3 0 764 0
[pid=18577] ppid=18554 vsize=35000 CPUtime=381
/proc/18577/stat : 18577 (minisat-inc) R 18554 18554 18345 0 -1 4194304 8582 0 0 0 38092 8 0 0 25 0 1 0 42913801 35840000 8520 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/18577/statm: 8750 8520 79 151 0 8596 0
Current children cumulated CPU time (s) 386.46
Current children cumulated vsize (KiB) 51740

Child status: 0
Real time (s): 390.486
CPU time (s): 386.558
CPU user time (s): 386.124
CPU system time (s): 0.433934
CPU usage (%): 98.9941
Max. virtual memory (cumulated for all children) (KiB): 886368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 386.124
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52174
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3503
involuntary context switches= 18506

runsolver used 0.631903 second user time and 1.16882 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-12 13:28:32
IDJOB=1112099
IDBENCH=61362
IDSOLVER=367
FILE ID=node31/1112099-1215862112
PBS_JOBID= 7903517
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-2_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-1112099-1215862112/watcher-1112099-1215862112 -o /tmp/evaluation-result-1112099-1215862112/solver-1112099-1215862112 -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-1112099-1215862112.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7dd14eb3da87adf272f3ba5d037b39c9
RANDOM SEED=391845833

node31.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.236
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.236
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:       1840776 kB
Buffers:         55540 kB
Cached:          92468 kB
SwapCached:       8392 kB
Active:          96172 kB
Inactive:        74240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840776 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:          37848 kB
Slab:            29652 kB
Committed_AS:   243480 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node31 at 2008-07-12 13:35:03