Trace number 1123579

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 NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.1 3628.31

General information on the benchmark

Namemaxcsp/pi/pi-30-10-25-t58/
normalized-pi-30-10-197-42-3.xml
MD5SUMe6b1700a1273ee592bcdf8a96c86d4c4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark22.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
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.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Tue Jul 15 21:38:26 2008
0.06/0.08	c 0	PID 27121
0.06/0.08	c 0	HOST node48.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1123579-1216150705.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1123579-1216150705.xml' 'HOME/temp.csp'
0.06/0.45	c 0	1 domains, 30 variables, 0 predicates, 109 relations, 109 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.59	c 0	Parsing HOME/temp.csp
0.47/0.73	c 0	parsed 249 expressions
0.47/0.74	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.74	c 0	MAX CSP: 109 constraints
0.47/0.74	c 0	Converting to clausal form CSP
0.47/0.76	c 0	converted 37 (10%) expressions
0.47/0.77	c 0	converted 73 (20%) expressions
0.47/0.77	c 0	converted 109 (30%) expressions
0.47/0.78	c 0	converted 145 (40%) expressions
0.47/0.79	c 0	converted 181 (50%) expressions
0.47/0.80	c 0	converted 217 (60%) expressions
0.47/0.80	c 0	converted 253 (70%) expressions
0.47/0.81	c 0	converted 289 (80%) expressions
0.47/0.81	c 0	converted 325 (90%) expressions
0.47/0.88	c 0	converted 361 (100%) expressions
0.47/0.88	c 0	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 164
0.47/0.88	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.88	c 0	Propagation in CSP
0.47/0.90	c 0	104 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.47/0.90	c 0	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.47/0.90	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.90	c 0	Simplifing CSP by introducing new Boolean variables
0.47/0.90	c 0	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.47/0.91	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.93	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.47/0.95	c 0	25 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.47/0.95	c 0	50 (20%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.47/0.95	c 0	75 (30%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.47/0.96	c 0	100 (40%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.47/0.96	c 0	124 (50%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.47/0.96	c 0	149 (60%) CSP integer variables are encoded (367 clauses, 3909 bytes)
0.47/0.96	c 0	174 (70%) CSP integer variables are encoded (472 clauses, 5064 bytes)
0.47/0.96	c 0	199 (80%) CSP integer variables are encoded (623 clauses, 6725 bytes)
0.47/0.96	c 0	224 (90%) CSP integer variables are encoded (1219 clauses, 14152 bytes)
0.47/0.97	c 0	248 (100%) CSP integer variables are encoded (1426 clauses, 16843 bytes)
0.93/1.03	c 0	33 (10%) CSP clauses are encoded (2230 clauses, 32398 bytes)
0.93/1.04	c 1	66 (20%) CSP clauses are encoded (3054 clauses, 48902 bytes)
0.93/1.06	c 1	98 (30%) CSP clauses are encoded (3844 clauses, 66201 bytes)
0.93/1.07	c 1	131 (40%) CSP clauses are encoded (4227 clauses, 73480 bytes)
0.93/1.08	c 1	163 (50%) CSP clauses are encoded (5129 clauses, 86534 bytes)
0.93/1.08	c 1	196 (60%) CSP clauses are encoded (5450 clauses, 90943 bytes)
0.93/1.09	c 1	229 (70%) CSP clauses are encoded (7795 clauses, 126012 bytes)
0.93/1.09	c 1	261 (80%) CSP clauses are encoded (9179 clauses, 145608 bytes)
1.03/1.11	c 1	294 (90%) CSP clauses are encoded (14996 clauses, 244542 bytes)
1.03/1.12	c 1	326 (100%) CSP clauses are encoded (21270 clauses, 357745 bytes)
1.03/1.12	c 1	326 CSP clauses encoded
1.03/1.12	c 1	Writing map file : HOME/temp.map
1.03/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.12	c 1	SAT : 1674 SAT variables, 21270 SAT clauses, 357745 bytes
1.03/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.15	c 1	OBJECTIVE minimize _COST
1.03/1.15	c 1	SOLVING HOME/temp.cnf
1.03/1.15	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.03/1.15	c 1	This is MiniSat 2.0 beta incremental
1.03/1.15	c 1	WARNING: for repeatability, setting FPU to use double precision
1.03/1.15	c 1	============================[ Problem Statistics ]=============================
1.03/1.15	c 1	|                                                                             |
1.03/1.15	c 1	|  Number of variables:  1674                                                 |
1.03/1.15	c 1	|  Number of clauses:    21270                                                |
1.03/1.16	c 1	|  Parsing time:         0.01         s                                       |
1.03/1.16	c 1	OK
1.03/1.16	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.03/1.16	c 1	SEARCHING: _COST <= 55
1.03/1.16	c 1	============================[ Search Statistics ]==============================
1.03/1.16	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.03/1.16	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.03/1.16	c 1	===============================================================================
1.03/1.16	c 1	|         0 |    1674    21270    63404 |     7090        0    nan |  0.000 % |
1.03/1.17	c 1	|       101 |    1674    21270    63404 |     7799      101     17 |  0.013 % |
1.03/1.17	c 1	===============================================================================
1.03/1.17	c 1	restarts              : 2
1.03/1.17	c 1	conflicts             : 111           (7930 /sec)
1.03/1.17	c 1	decisions             : 329           (0.91 % random) (23505 /sec)
1.03/1.17	c 1	propagations          : 8446           (603415 /sec)
1.03/1.17	c 1	conflict literals     : 1860           (11.09 % deleted)
1.03/1.17	c 1	Memory used           : 2.73 MB
1.03/1.17	c 1	CPU time              : 0.013997 s
1.03/1.17	c 1	
1.03/1.17	c 1	SATISFIABLE
1.03/1.17	c 1	OK
1.03/1.17	c 1	FOUND: _COST <= 55
1.03/1.17	s SATISFIABLE
1.03/1.17	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.03/1.17	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.08/1.25	c 1	Decoding HOME/temp.out
1.08/1.30	c 1	OBJECTIVE _COST 55
1.08/1.30	o 55
1.08/1.30	v 10 10 10 2 5 10 8 8 10 10 9 10 10 4 2 2 10 4 10 10 10 2 8 10 1 10 8 10 10 10
1.08/1.30	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.33	c 1	OK
1.08/1.33	c 1	OBJECTIVE BOUND: 0 <= _COST <= 55
1.08/1.33	c 1	SEARCHING: _COST <= 27
1.08/1.34	c 1	============================[ Search Statistics ]==============================
1.08/1.34	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.08/1.34	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.08/1.34	c 1	===============================================================================
1.08/1.34	c 1	|       111 |    1674    21270    63404 |     7090      111     17 |  0.013 % |
1.08/1.34	c 1	|       211 |    1674    21270    63404 |     7799      211     19 | 22.589 % |
1.08/1.35	c 1	|       361 |    1674    21270    63404 |     8578      361     19 | 22.589 % |
1.08/1.36	c 1	|       588 |    1674    21270    63404 |     9436      588     21 | 22.589 % |
1.08/1.38	c 1	===============================================================================
1.08/1.38	c 1	restarts              : 6
1.08/1.38	c 1	conflicts             : 837           (13288 /sec)
1.08/1.38	c 1	decisions             : 1446          (0.41 % random) (22956 /sec)
1.08/1.38	c 1	propagations          : 101710         (1614701 /sec)
1.08/1.38	c 1	conflict literals     : 17007          (22.63 % deleted)
1.08/1.38	c 1	Memory used           : 2.86 MB
1.08/1.38	c 1	CPU time              : 0.06299 s
1.08/1.38	c 1	
1.08/1.38	c 1	SATISFIABLE
1.08/1.38	c 1	OK
1.08/1.38	c 1	FOUND: _COST <= 27
1.08/1.38	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.08/1.38	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.22/1.46	c 1	Decoding HOME/temp.out
1.22/1.51	c 1	OBJECTIVE _COST 27
1.22/1.51	o 27
1.22/1.51	v 9 3 10 5 10 10 8 9 10 10 7 10 10 4 8 4 9 3 10 2 6 2 8 10 9 10 8 10 9 10
1.22/1.51	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.54	c 1	OK
1.22/1.54	c 1	OBJECTIVE BOUND: 0 <= _COST <= 27
1.22/1.54	c 1	SEARCHING: _COST <= 13
1.22/1.55	c 1	============================[ Search Statistics ]==============================
1.22/1.55	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.55	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.55	c 1	===============================================================================
1.22/1.55	c 1	|       837 |    1296    14879    45311 |     4959      837     20 | 22.589 % |
1.22/1.55	c 1	|       938 |    1296    14879    45311 |     5455      938     19 | 36.027 % |
1.22/1.56	c 1	|      1088 |    1296    14879    45311 |     6001     1088     19 | 36.027 % |
1.22/1.58	c 1	|      1313 |    1071    10803    33730 |     6601     1313     18 | 36.027 % |
1.35/1.60	c 1	|      1650 |    1071    10803    33730 |     7261     1650     19 | 36.027 % |
1.35/1.64	c 1	|      2156 |    1071    10803    33730 |     7987     2156     18 | 36.027 % |
1.35/1.70	c 1	|      2915 |    1071    10803    33730 |     8786     2915     18 | 36.027 % |
1.35/1.80	c 1	|      4054 |    1071    10803    33730 |     9664     4054     18 | 36.027 % |
1.35/1.96	c 1	|      5762 |    1071    10803    33730 |    10631     5762     18 | 36.027 % |
2.06/2.26	c 2	|      8325 |    1071    10803    33730 |    11694     8325     18 | 36.027 % |
2.45/2.67	c 2	|     12169 |    1071    10803    33730 |    12864    12169     19 | 36.027 % |
3.15/3.37	c 3	|     17936 |    1071    10803    33730 |    14150    10937     21 | 36.027 % |
4.14/4.37	c 4	|     26586 |    1071    10803    33730 |    15565    11975     20 | 36.027 % |
5.82/6.07	c 6	|     39560 |    1071    10803    33730 |    17122    16634     19 | 36.027 % |
8.69/8.99	c 8	|     59021 |    1071    10803    33730 |    18834    17902     20 | 36.027 % |
13.36/13.60	c 13	|     88213 |    1071    10803    33730 |    20717    17324     21 | 36.027 % |
20.69/21.03	c 21	|    132002 |    1071    10803    33730 |    22789    17499     23 | 36.027 % |
32.58/33.07	c 33	|    197686 |    1071    10803    33730 |    25068    23152     22 | 36.027 % |
50.61/51.27	c 51	|    296212 |    1071    10803    33730 |    27575    15022     22 | 36.027 % |
80.42/81.40	c 81	|    444002 |    1071    10803    33730 |    30332    24609     21 | 36.027 % |
128.08/129.41	c 129	|    665685 |    1071    10803    33730 |    33366    16874     22 | 36.027 % |
161.86/163.58	c 163	===============================================================================
161.86/163.58	c 163	restarts              : 27
161.86/163.58	c 163	conflicts             : 814176        (5070 /sec)
161.86/163.58	c 163	decisions             : 912718        (0.85 % random) (5684 /sec)
161.86/163.58	c 163	propagations          : 117533570      (731943 /sec)
161.86/163.58	c 163	conflict literals     : 18070093       (30.33 % deleted)
161.86/163.58	c 163	Memory used           : 10.06 MB
161.86/163.58	c 163	CPU time              : 160.578 s
161.86/163.58	c 163	
161.86/163.58	c 163	SATISFIABLE
161.86/163.58	c 163	OK
161.86/163.58	c 163	FOUND: _COST <= 13
161.86/163.58	c 163	DECODING HOME/temp.out WITH HOME/temp.map
161.86/163.58	c 163	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
161.94/163.67	c 163	Decoding HOME/temp.out
161.94/163.71	c 163	OBJECTIVE _COST 13
161.94/163.71	o 13
161.94/163.71	v 5 3 2 5 2 3 4 7 4 10 6 7 10 2 1 6 1 9 3 10 5 2 2 10 2 8 8 1 8 10
161.94/163.72	c 163	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
161.94/163.78	c 163	OK
161.94/163.78	c 163	OBJECTIVE BOUND: 0 <= _COST <= 13
161.94/163.78	c 163	SEARCHING: _COST <= 6
161.94/163.78	c 163	============================[ Search Statistics ]==============================
161.94/163.78	c 163	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
161.94/163.78	c 163	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
161.94/163.78	c 163	===============================================================================
161.94/163.78	c 163	|    814176 |     912     7537    24395 |     2512    22714     23 | 36.027 % |
162.11/163.85	c 163	|    814277 |     912     7537    24395 |     2763     2941     17 | 45.525 % |
162.11/163.86	c 163	|    814428 |     912     7537    24395 |     3039     3092     17 | 45.525 % |
162.11/163.88	c 163	|    814653 |     912     7537    24395 |     3343     3317     16 | 45.525 % |
162.21/163.91	c 163	|    814990 |     912     7537    24395 |     3678     3654     16 | 45.525 % |
162.21/163.96	c 163	|    815496 |     912     7537    24395 |     4046     4160     16 | 45.525 % |
162.31/164.02	c 163	|    816256 |     912     7537    24395 |     4450     4920     15 | 45.525 % |
162.40/164.12	c 164	|    817397 |     912     7537    24395 |     4895     3289     13 | 45.525 % |
162.51/164.27	c 164	|    819106 |     912     7537    24395 |     5385     4998     14 | 45.525 % |
162.81/164.51	c 164	|    821668 |     912     7537    24395 |     5923     4373     15 | 45.525 % |
163.10/164.89	c 164	|    825513 |     912     7537    24395 |     6516     4661     17 | 45.525 % |
163.69/165.47	c 165	|    831279 |     912     7537    24395 |     7167     6599     18 | 45.525 % |
164.58/166.39	c 166	|    839928 |     912     7537    24395 |     7884     7059     16 | 45.525 % |
165.97/167.80	c 167	|    852902 |     912     7537    24395 |     8673     6617     18 | 45.525 % |
168.15/169.91	c 169	|    872363 |     912     7537    24395 |     9540     6538     17 | 45.525 % |
171.23/173.02	c 172	|    901557 |     912     7537    24395 |    10494     9165     19 | 45.525 % |
176.09/177.96	c 177	|    945347 |     912     7537    24395 |    11544     6669     16 | 45.525 % |
183.72/185.69	c 185	|   1011032 |     912     7537    24395 |    12698     9173     20 | 45.525 % |
195.71/197.73	c 197	|   1109558 |     912     7537    24395 |    13968    11273     19 | 45.525 % |
206.51/208.61	c 208	===============================================================================
206.51/208.62	c 208	restarts              : 46
206.51/208.62	c 208	conflicts             : 1194025       (5824 /sec)
206.51/208.62	c 208	decisions             : 1340445       (0.89 % random) (6538 /sec)
206.51/208.62	c 208	propagations          : 173615953      (846846 /sec)
206.51/208.62	c 208	conflict literals     : 25710004       (29.19 % deleted)
206.51/208.62	c 208	Memory used           : 10.06 MB
206.51/208.62	c 208	CPU time              : 205.015 s
206.51/208.62	c 208	
206.51/208.62	c 208	UNSATISFIABLE
206.51/208.62	c 208	OK
206.51/208.62	c 208	NOT FOUND: _COST <= 6
206.51/208.62	c 208	OK
206.51/208.62	c 208	OBJECTIVE BOUND: 7 <= _COST <= 13
206.51/208.62	c 208	SEARCHING: _COST <= 10
206.51/208.62	c 208	============================[ Search Statistics ]==============================
206.51/208.62	c 208	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
206.51/208.62	c 208	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
206.51/208.62	c 208	===============================================================================
206.51/208.62	c 208	|   1194025 |     894     7445    24173 |     2481    12758     18 | 45.525 % |
206.51/208.65	c 208	|   1194125 |     894     7445    24173 |     2729     3290     13 | 46.597 % |
206.51/208.66	c 208	|   1194275 |     894     7445    24173 |     3002     3440     13 | 46.597 % |
206.51/208.68	c 208	|   1194500 |     894     7445    24173 |     3303     3665     13 | 46.597 % |
206.61/208.71	c 208	|   1194837 |     894     7445    24173 |     3633     4002     14 | 46.597 % |
206.61/208.75	c 208	|   1195344 |     894     7445    24173 |     3996     4509     14 | 46.597 % |
206.70/208.83	c 208	|   1196103 |     894     7445    24173 |     4396     2762     14 | 46.597 % |
206.80/208.93	c 208	|   1197242 |     894     7445    24173 |     4836     3901     14 | 46.597 % |
207.00/209.11	c 209	|   1198951 |     894     7445    24173 |     5319     5610     15 | 46.597 % |
207.20/209.36	c 209	|   1201513 |     894     7445    24173 |     5851     5021     15 | 46.597 % |
207.60/209.73	c 209	|   1205358 |     894     7445    24173 |     6436     5413     16 | 46.597 % |
208.19/210.35	c 210	|   1211124 |     894     7445    24173 |     7080     7446     16 | 46.597 % |
209.08/211.28	c 211	|   1219774 |     894     7445    24173 |     7788     7963     17 | 46.597 % |
210.47/212.69	c 212	|   1232749 |     894     7445    24173 |     8567     7644     18 | 46.597 % |
212.65/214.82	c 214	|   1252213 |     894     7445    24173 |     9424     7937     17 | 46.597 % |
215.92/218.16	c 218	|   1281405 |     894     7445    24173 |    10366     5594     18 | 46.597 % |
220.97/223.27	c 223	|   1325194 |     894     7445    24173 |    11403     9473     19 | 46.597 % |
229.00/231.32	c 231	|   1390879 |     894     7445    24173 |    12543     6650     19 | 46.597 % |
241.68/244.12	c 244	|   1489405 |     894     7445    24173 |    13797     9916     19 | 46.597 % |
260.90/263.54	c 263	|   1637194 |     894     7445    24173 |    15177     8832     22 | 46.597 % |
291.92/294.89	c 294	|   1858877 |     894     7445    24173 |    16695    11545     18 | 46.597 % |
340.87/344.25	c 344	|   2191402 |     894     7445    24173 |    18364    15592     21 | 46.597 % |
417.06/421.13	c 421	|   2690190 |     894     7445    24173 |    20201    18674     22 | 46.597 % |
539.12/544.31	c 544	|   3438372 |     894     7445    24173 |    22221    11092     21 | 46.597 % |
730.04/737.01	c 736	|   4560647 |     894     7445    24173 |    24443    14783     23 | 46.597 % |
1037.54/1047.44	c 1047	|   6244061 |     894     7445    24173 |    26888    15955     22 | 46.597 % |
1528.60/1543.17	c 1543	|   8769180 |     894     7445    24173 |    29576    22304     26 | 46.597 % |
2294.20/2315.99	c 2315	|  12556855 |     894     7445    24173 |    32534    23953     21 | 46.597 % |
2573.66/2598.08	c 2598	===============================================================================
2573.66/2598.08	c 2598	restarts              : 74
2573.66/2598.08	c 2598	conflicts             : 13927212      (5415 /sec)
2573.66/2598.08	c 2598	decisions             : 15630637      (1.02 % random) (6077 /sec)
2573.66/2598.08	c 2598	propagations          : 1996735102     (776301 /sec)
2573.66/2598.08	c 2598	conflict literals     : 347731260      (25.69 % deleted)
2573.66/2598.08	c 2598	Memory used           : 18.82 MB
2573.66/2598.08	c 2598	CPU time              : 2572.11 s
2573.66/2598.08	c 2598	
2573.66/2598.08	c 2598	SATISFIABLE
2573.66/2598.08	c 2598	OK
2573.66/2598.08	c 2598	FOUND: _COST <= 10
2573.66/2598.08	c 2598	DECODING HOME/temp.out WITH HOME/temp.map
2573.66/2598.08	c 2598	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2573.75/2598.17	c 2598	Decoding HOME/temp.out
2573.84/2598.21	c 2598	OBJECTIVE _COST 10
2573.84/2598.21	o 10
2573.84/2598.21	v 1 3 2 3 5 4 3 2 8 9 6 9 10 10 1 5 2 3 2 5 1 10 10 2 2 4 9 7 9 4
2573.84/2598.22	c 2598	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2573.84/2598.28	c 2598	OK
2573.84/2598.28	c 2598	OBJECTIVE BOUND: 7 <= _COST <= 10
2573.84/2598.28	c 2598	SEARCHING: _COST <= 8
2573.84/2598.28	c 2598	============================[ Search Statistics ]==============================
2573.84/2598.28	c 2598	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2573.84/2598.28	c 2598	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2573.84/2598.28	c 2598	===============================================================================
2573.84/2598.28	c 2598	|  13927212 |     839     6524    21561 |     2174    31309     30 | 46.597 % |
2574.12/2598.52	c 2598	|  13927312 |     839     6524    21561 |     2392     1854     19 | 49.882 % |
2574.12/2598.53	c 2598	|  13927462 |     839     6524    21561 |     2631     2004     19 | 49.882 % |
2574.12/2598.55	c 2598	|  13927687 |     839     6524    21561 |     2894     2229     19 | 49.882 % |
2574.12/2598.58	c 2598	|  13928025 |     839     6524    21561 |     3183     2567     18 | 49.882 % |
2574.22/2598.63	c 2598	|  13928531 |     839     6524    21561 |     3502     3073     17 | 49.882 % |
2574.22/2598.69	c 2598	|  13929290 |     839     6524    21561 |     3852     3832     17 | 49.882 % |
2574.32/2598.79	c 2598	|  13930429 |     839     6524    21561 |     4237     2498     14 | 49.882 % |
2574.52/2598.94	c 2598	|  13932138 |     839     6524    21561 |     4661     4207     16 | 49.882 % |
2574.81/2599.22	c 2599	|  13934700 |     839     6524    21561 |     5127     3883     18 | 49.882 % |
2575.21/2599.62	c 2599	|  13938544 |     839     6524    21561 |     5640     4615     18 | 49.882 % |
2575.80/2600.27	c 2600	|  13944310 |     839     6524    21561 |     6204     3646     15 | 49.882 % |
2576.70/2601.20	c 2601	|  13952959 |     839     6524    21561 |     6825     4969     17 | 49.882 % |
2578.08/2602.55	c 2602	|  13965934 |     839     6524    21561 |     7507     6113     20 | 49.882 % |
2579.97/2604.49	c 2604	|  13985396 |     839     6524    21561 |     8258     8508     19 | 49.882 % |
2583.04/2607.52	c 2607	|  14014588 |     839     6524    21561 |     9084     5038     17 | 49.882 % |
2587.70/2612.28	c 2612	|  14058377 |     839     6524    21561 |     9992     8196     17 | 49.882 % |
2595.23/2619.80	c 2619	|  14124061 |     839     6524    21561 |    10991     7411     17 | 49.882 % |
2607.32/2632.08	c 2632	|  14222588 |     839     6524    21561 |    12090     9419     22 | 49.882 % |
2626.24/2651.13	c 2651	|  14370377 |     839     6524    21561 |    13300    12116     23 | 49.882 % |
2654.39/2679.59	c 2679	|  14592060 |     839     6524    21561 |    14630    11302     18 | 49.882 % |
2697.40/2722.91	c 2722	|  14924586 |     839     6524    21561 |    16093    13661     26 | 49.882 % |
2766.75/2792.98	c 2792	|  15423375 |     839     6524    21561 |    17702    14054     21 | 49.882 % |
2874.06/2901.21	c 2901	|  16171558 |     839     6524    21561 |    19472    10008     25 | 49.882 % |
3038.28/3066.39	c 3066	|  17293833 |     839     6524    21561 |    21419    12470     24 | 49.882 % |
3281.79/3309.93	c 3309	|  18977245 |     839     6524    21561 |    23561    20737     23 | 49.882 % |
3600.06/3628.31	c 3628	CPU 3599.69 (0.07 0.02 3599.62 0.37)
3600.06/3628.31	c 3628	END Tue Jul 15 22:38:54 2008

Verifier Data (download as text)

OK	10	99
10 unsatisfied constraints, 99 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-1123579-1216150705/watcher-1123579-1216150705 -o /tmp/evaluation-result-1123579-1216150705/solver-1123579-1216150705 -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-1123579-1216150705.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27121
/proc/meminfo: memFree=1760592/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=12268 CPUtime=0
/proc/27121/stat : 27121 (sugar++) R 27119 27121 26670 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 71769663 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27121/statm: 3067 316 241 3 0 167 0

[startup+0.0759991 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27121
/proc/meminfo: memFree=1760592/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16608 CPUtime=0.06
/proc/27121/stat : 27121 (sugar++) R 27119 27121 26670 0 -1 4194304 1062 0 0 0 5 1 0 0 18 0 1 0 71769663 17006592 1030 996147200 4194304 4206940 548682068528 18446744073709551615 255539476146 0 0 4224 0 0 0 0 17 1 0 0
/proc/27121/statm: 4152 1030 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.102047 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27121
/proc/meminfo: memFree=1760592/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16740 CPUtime=0.06
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 71769663 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302019 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27121
/proc/meminfo: memFree=1760592/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16740 CPUtime=0.06
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 71769663 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701059 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27121
/proc/meminfo: memFree=1760592/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16740 CPUtime=0.47
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1296 4345 0 1 5 1 38 3 16 0 1 0 71769663 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50113 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 27143
/proc/meminfo: memFree=1749176/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.22
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1600 13710 0 3 6 2 103 11 15 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16872

[startup+3.10228 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1755008/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 15 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=4256 CPUtime=1.6
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 841 0 0 0 160 0 0 0 25 0 1 0 71769778 4358144 785 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 1064 785 79 151 0 910 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 21128

[startup+6.30158 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1753600/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=4800 CPUtime=4.77
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 999 0 0 0 477 0 0 0 25 0 1 0 71769778 4915200 943 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 1200 943 79 151 0 1046 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 21672

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1752960/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=5436 CPUtime=11.12
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 1133 0 0 0 1111 1 0 0 25 0 1 0 71769778 5566464 1077 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 1359 1077 79 151 0 1205 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 22308

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1752000/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=6520 CPUtime=23.79
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 1418 0 0 0 2378 1 0 0 25 0 1 0 71769778 6676480 1362 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 1630 1362 79 151 0 1476 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 23392

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1751104/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=7640 CPUtime=49.16
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 1674 0 0 0 4915 1 0 0 25 0 1 0 71769778 7823360 1618 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 1910 1618 79 151 0 1756 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 24512

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1749504/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=8944 CPUtime=99.87
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 2003 0 0 0 9986 1 0 0 25 0 1 0 71769778 9158656 1947 996147200 134512640 135134323 4294956192 18446744073709551615 134532360 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 2236 1947 79 151 0 2082 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 25816

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27164
/proc/meminfo: memFree=1748224/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.35
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1617 17431 0 4 6 2 114 13 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=10296 CPUtime=159.32
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 2313 0 0 0 15930 2 0 0 25 0 1 0 71769778 10543104 2257 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 2574 2257 79 151 0 2420 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 27168

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27174
/proc/meminfo: memFree=1748032/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.49
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1689 21151 0 5 6 2 126 15 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=10296 CPUtime=218.59
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 2324 0 0 0 21856 3 0 0 25 0 1 0 71769778 10543104 2264 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 2574 2264 79 151 0 2420 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 27168

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27174
/proc/meminfo: memFree=1748032/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.49
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1689 21151 0 5 6 2 126 15 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=10444 CPUtime=278.04
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 2372 0 0 0 27801 3 0 0 25 0 1 0 71769778 10694656 2312 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 2611 2312 79 151 0 2457 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 27316

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27174
/proc/meminfo: memFree=1747840/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.49
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1689 21151 0 5 6 2 126 15 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=10740 CPUtime=337.49
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 2427 0 0 0 33745 4 0 0 25 0 1 0 71769778 10997760 2367 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 2685 2367 79 151 0 2531 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 27612

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27174
/proc/meminfo: memFree=1747456/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.49
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1689 21151 0 5 6 2 126 15 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=11180 CPUtime=396.95
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 2525 0 0 0 39691 4 0 0 25 0 1 0 71769778 11448320 2465 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 2795 2465 79 151 0 2641 0
Current children cumulated CPU time (s) 398.44
Current children cumulated vsize (KiB) 28052

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27174
/proc/meminfo: memFree=1747200/2055920 swapFree=4180968/4192956

################
# More data... #
################

/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=2893.32
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4478 0 0 0 289316 16 0 0 25 0 1 0 71769778 19726336 4416 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 4816 4416 79 151 0 4662 0
Current children cumulated CPU time (s) 2894.96
Current children cumulated vsize (KiB) 36136

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27192
/proc/meminfo: memFree=1739136/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=2952.76
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4478 0 0 0 295260 16 0 0 25 0 1 0 71769778 19726336 4416 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 4816 4416 79 151 0 4662 0
Current children cumulated CPU time (s) 2954.4
Current children cumulated vsize (KiB) 36136

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27269
/proc/meminfo: memFree=1740856/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3012.65
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4478 0 0 0 301248 17 0 0 25 0 1 0 71769778 19726336 4416 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4416 79 151 0 4662 0
Current children cumulated CPU time (s) 3014.29
Current children cumulated vsize (KiB) 36136

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27269
/proc/meminfo: memFree=1740024/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3072.63
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4480 0 0 0 307246 17 0 0 25 0 1 0 71769778 19726336 4418 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4418 79 151 0 4662 0
Current children cumulated CPU time (s) 3074.27
Current children cumulated vsize (KiB) 36136

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27281
/proc/meminfo: memFree=1742008/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3132.61
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4480 0 0 0 313243 18 0 0 25 0 1 0 71769778 19726336 4418 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4418 79 151 0 4662 0
Current children cumulated CPU time (s) 3134.25
Current children cumulated vsize (KiB) 36136

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27281
/proc/meminfo: memFree=1741176/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3192.59
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4480 0 0 0 319241 18 0 0 25 0 1 0 71769778 19726336 4418 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4418 79 151 0 4662 0
Current children cumulated CPU time (s) 3194.23
Current children cumulated vsize (KiB) 36136

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1742456/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3252.56
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4481 0 0 0 325238 18 0 0 25 0 1 0 71769778 19726336 4419 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4419 79 151 0 4662 0
Current children cumulated CPU time (s) 3254.2
Current children cumulated vsize (KiB) 36136

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1740984/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3312.53
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4481 0 0 0 331235 18 0 0 25 0 1 0 71769778 19726336 4419 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4419 79 151 0 4662 0
Current children cumulated CPU time (s) 3314.17
Current children cumulated vsize (KiB) 36136

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1739128/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3372.51
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4482 0 0 0 337233 18 0 0 25 0 1 0 71769778 19726336 4420 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4420 79 151 0 4662 0
Current children cumulated CPU time (s) 3374.15
Current children cumulated vsize (KiB) 36136

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1738424/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3432.49
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4483 0 0 0 343230 19 0 0 25 0 1 0 71769778 19726336 4421 996147200 134512640 135134323 4294956192 18446744073709551615 134542838 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4421 79 151 0 4662 0
Current children cumulated CPU time (s) 3434.13
Current children cumulated vsize (KiB) 36136

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1737848/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3492.47
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4484 0 0 0 349228 19 0 0 25 0 1 0 71769778 19726336 4422 996147200 134512640 135134323 4294956192 18446744073709551615 134523939 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4422 79 151 0 4662 0
Current children cumulated CPU time (s) 3494.11
Current children cumulated vsize (KiB) 36136

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1737144/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19264 CPUtime=3552.44
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4485 0 0 0 355225 19 0 0 25 0 1 0 71769778 19726336 4423 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4816 4423 79 151 0 4662 0
Current children cumulated CPU time (s) 3554.08
Current children cumulated vsize (KiB) 36136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1736696/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19400 CPUtime=3598.42
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4494 0 0 0 359823 19 0 0 25 0 1 0 71769778 19865600 4432 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4850 4432 79 151 0 4696 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 36272

Sending SIGTERM to process tree (bottom up)


3628.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27283
/proc/meminfo: memFree=1736696/2055920 swapFree=4180968/4192956
[pid=27121] ppid=27119 vsize=16872 CPUtime=1.64
/proc/27121/stat : 27121 (sugar++) S 27119 27121 26670 0 -1 4194304 1755 24871 0 6 7 2 138 17 16 0 1 0 71769663 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27121/statm: 4218 1116 414 3 0 797 0
[pid=27144] ppid=27121 vsize=19400 CPUtime=3598.42
/proc/27144/stat : 27144 (minisat-inc) R 27121 27121 26670 0 -1 4194304 4494 0 0 0 359823 19 0 0 25 0 1 0 71769778 19865600 4432 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27144/statm: 4850 4432 79 151 0 4696 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 36272

Child status: 0
Real time (s): 3628.31
CPU time (s): 3600.1
CPU user time (s): 3599.7
CPU system time (s): 0.401938
CPU usage (%): 99.2224
Max. virtual memory (cumulated for all children) (KiB): 886336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.7
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31197
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2287
involuntary context switches= 124343

runsolver used 5.47717 second user time and 10.7954 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-15 21:38:25
IDJOB=1123579
IDBENCH=62887
IDSOLVER=367
FILE ID=node48/1123579-1216150705
PBS_JOBID= 7905662
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/pi/pi-30-10-25-t58/normalized-pi-30-10-197-42-3.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-1123579-1216150705/watcher-1123579-1216150705 -o /tmp/evaluation-result-1123579-1216150705/solver-1123579-1216150705 -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-1123579-1216150705.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e6b1700a1273ee592bcdf8a96c86d4c4
RANDOM SEED=1444281070

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1761072 kB
Buffers:         72792 kB
Cached:         138932 kB
SwapCached:       6012 kB
Active:         174000 kB
Inactive:        57000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761072 kB
SwapTotal:     4192956 kB
SwapFree:      4180968 kB
Dirty:             876 kB
Writeback:           0 kB
Mapped:          35264 kB
Slab:            48888 kB
Committed_AS:   308312 kB
PageTables:       1884 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= 66560 MiB
End job on node48 at 2008-07-15 22:38:54