Trace number 1114787

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 97.4232 98.771

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-40_ext.xml
MD5SUMfcd01f4940aecbe10e6b6d9b4cbeb460
Bench Category2-ARY-EXT (binary 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 benchmark36.6214
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
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 Sun Jul 13 02:16:41 2008
0.00/0.08	c 0	PID 21064
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1114787-1215908201.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-1114787-1215908201.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 30 variables, 0 predicates, 223 relations, 223 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.60/0.74	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 477 expressions
1.02/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.14	c 1	MAX CSP: 223 constraints
1.02/1.14	c 1	Converting to clausal form CSP
1.02/1.17	c 1	converted 71 (10%) expressions
1.02/1.17	c 1	converted 141 (20%) expressions
1.02/1.17	c 1	converted 211 (30%) expressions
1.02/1.19	c 1	converted 282 (40%) expressions
1.13/1.21	c 1	converted 352 (50%) expressions
1.13/1.21	c 1	converted 422 (60%) expressions
1.13/1.23	c 1	converted 493 (70%) expressions
1.13/1.24	c 1	converted 563 (80%) expressions
1.13/1.25	c 1	converted 633 (90%) expressions
1.33/1.40	c 1	converted 703 (100%) expressions
1.33/1.40	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 335
1.33/1.40	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.40	c 1	Propagation in CSP
1.33/1.42	c 1	216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.42	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 224
1.33/1.42	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.33/1.43	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 224
1.33/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.46	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.48	c 1	48 (10%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.33/1.48	c 1	96 (20%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.33/1.48	c 1	143 (30%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.33/1.48	c 1	191 (40%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.33/1.48	c 1	238 (50%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.33/1.48	c 1	286 (60%) CSP integer variables are encoded (729 clauses, 7904 bytes)
1.33/1.48	c 1	334 (70%) CSP integer variables are encoded (954 clauses, 10829 bytes)
1.33/1.49	c 1	381 (80%) CSP integer variables are encoded (1315 clauses, 15522 bytes)
1.33/1.49	c 1	429 (90%) CSP integer variables are encoded (1561 clauses, 18720 bytes)
1.33/1.49	c 1	476 (100%) CSP integer variables are encoded (3264 clauses, 40859 bytes)
1.42/1.55	c 1	67 (10%) CSP clauses are encoded (6059 clauses, 99086 bytes)
1.42/1.57	c 1	134 (20%) CSP clauses are encoded (8764 clauses, 160064 bytes)
1.42/1.59	c 1	201 (30%) CSP clauses are encoded (11442 clauses, 222979 bytes)
1.52/1.61	c 1	268 (40%) CSP clauses are encoded (12763 clauses, 250030 bytes)
1.52/1.62	c 1	334 (50%) CSP clauses are encoded (16099 clauses, 305712 bytes)
1.52/1.62	c 1	401 (60%) CSP clauses are encoded (17212 clauses, 324421 bytes)
1.52/1.64	c 1	468 (70%) CSP clauses are encoded (26473 clauses, 492110 bytes)
1.52/1.65	c 1	535 (80%) CSP clauses are encoded (27690 clauses, 512637 bytes)
1.52/1.66	c 1	602 (90%) CSP clauses are encoded (30475 clauses, 561698 bytes)
1.62/1.75	c 2	668 (100%) CSP clauses are encoded (80158 clauses, 1459369 bytes)
1.62/1.75	c 2	668 CSP clauses encoded
1.62/1.75	c 2	Writing map file : HOME/temp.map
1.62/1.76	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.76	c 2	SAT : 3740 SAT variables, 80158 SAT clauses, 1459369 bytes
1.62/1.76	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.81	c 2	OBJECTIVE minimize _COST
1.68/1.81	c 2	SOLVING HOME/temp.cnf
1.68/1.81	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.68/1.81	c 2	This is MiniSat 2.0 beta incremental
1.68/1.81	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/1.81	c 2	============================[ Problem Statistics ]=============================
1.68/1.81	c 2	|                                                                             |
1.68/1.81	c 2	|  Number of variables:  3740                                                 |
1.68/1.81	c 2	|  Number of clauses:    80158                                                |
1.68/1.85	c 2	|  Parsing time:         0.04         s                                       |
1.68/1.85	c 2	OK
1.68/1.85	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.68/1.85	c 2	SEARCHING: _COST <= 112
1.68/1.85	c 2	============================[ Search Statistics ]==============================
1.68/1.86	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.86	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.86	c 2	===============================================================================
1.68/1.86	c 2	|         0 |    3740    80158   246201 |    26719        0    nan |  0.000 % |
1.68/1.87	c 2	|       101 |    3740    80158   246201 |    29391      101     41 |  0.006 % |
1.68/1.88	c 2	===============================================================================
1.68/1.88	c 2	restarts              : 2
1.68/1.88	c 2	conflicts             : 110           (1897 /sec)
1.68/1.88	c 2	decisions             : 283           (1.41 % random) (4880 /sec)
1.68/1.88	c 2	propagations          : 14984          (258385 /sec)
1.68/1.88	c 2	conflict literals     : 4369           (8.64 % deleted)
1.68/1.88	c 2	Memory used           : 5.38 MB
1.68/1.88	c 2	CPU time              : 0.057991 s
1.68/1.88	c 2	
1.68/1.88	c 2	SATISFIABLE
1.68/1.88	c 2	OK
1.68/1.88	c 2	FOUND: _COST <= 112
1.68/1.88	s SATISFIABLE
1.68/1.88	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.68/1.88	c 2	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.69/1.96	c 2	Decoding HOME/temp.out
1.69/2.02	c 2	OBJECTIVE _COST 90
1.69/2.02	o 90
1.69/2.02	v 14 14 14 7 14 9 2 10 14 13 13 3 11 14 12 13 13 13 12 13 13 13 14 7 14 10 14 14 14 14
1.69/2.03	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.69/2.04	c 2	OK
1.69/2.04	c 2	OBJECTIVE BOUND: 0 <= _COST <= 90
1.69/2.04	c 2	SEARCHING: _COST <= 45
1.69/2.05	c 2	============================[ Search Statistics ]==============================
1.69/2.06	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/2.06	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/2.06	c 2	===============================================================================
1.69/2.06	c 2	|       110 |    3740    80158   246201 |    26719      110     40 |  0.006 % |
1.69/2.06	c 2	|       211 |    3740    80158   246201 |    29391      211     35 | 29.041 % |
1.69/2.06	c 2	===============================================================================
1.69/2.06	c 2	restarts              : 4
1.69/2.06	c 2	conflicts             : 227           (2838 /sec)
1.69/2.06	c 2	decisions             : 586           (0.85 % random) (7326 /sec)
1.69/2.06	c 2	propagations          : 59554          (744546 /sec)
1.69/2.06	c 2	conflict literals     : 7656           (17.78 % deleted)
1.69/2.06	c 2	Memory used           : 5.38 MB
1.69/2.06	c 2	CPU time              : 0.079987 s
1.69/2.06	c 2	
1.69/2.06	c 2	SATISFIABLE
1.69/2.06	c 2	OK
1.69/2.06	c 2	FOUND: _COST <= 45
1.69/2.06	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.69/2.06	c 2	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.95/2.15	c 2	Decoding HOME/temp.out
2.05/2.21	c 2	OBJECTIVE _COST 45
2.05/2.21	o 45
2.05/2.21	v 13 1 4 4 14 9 12 7 13 14 5 11 5 14 11 14 14 14 10 13 14 2 1 10 14 14 14 10 14 10
2.05/2.22	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.05/2.23	c 2	OK
2.05/2.23	c 2	OBJECTIVE BOUND: 0 <= _COST <= 45
2.05/2.23	c 2	SEARCHING: _COST <= 22
2.05/2.23	c 2	============================[ Search Statistics ]==============================
2.05/2.24	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.24	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.24	c 2	===============================================================================
2.05/2.24	c 2	|       227 |    2654    80158   246201 |    26719      227     34 | 29.041 % |
2.05/2.25	c 2	|       328 |    2654    80158   246201 |    29391      328     31 | 40.751 % |
2.05/2.26	c 2	|       478 |    2654    80158   246201 |    32330      478     29 | 40.751 % |
2.05/2.29	c 2	|       704 |    2654    80158   246201 |    35563      704     26 | 40.751 % |
2.14/2.33	c 2	|      1041 |    2654    80158   246201 |    39119     1041     29 | 40.751 % |
2.24/2.41	c 2	|      1547 |    2216    34576   113849 |    43031     1547     27 | 40.751 % |
2.34/2.51	c 2	|      2307 |    2216    34576   113849 |    47334     2307     26 | 40.751 % |
2.44/2.66	c 2	|      3446 |    2216    34576   113849 |    52068     3446     29 | 40.751 % |
2.64/2.88	c 3	|      5154 |    2216    34576   113849 |    57275     5154     34 | 40.751 % |
3.03/3.28	c 3	|      7716 |    2216    34576   113849 |    63002     7716     33 | 40.751 % |
3.73/3.93	c 4	|     11560 |    2216    34576   113849 |    69303    11560     34 | 40.751 % |
4.82/5.06	c 5	|     17326 |    2216    34576   113849 |    76233    17326     33 | 40.751 % |
6.79/7.06	c 7	|     25975 |    2216    34576   113849 |    83856    25975     33 | 40.751 % |
10.66/10.92	c 11	|     38949 |    2216    34576   113849 |    92242    38949     34 | 40.751 % |
19.14/19.58	c 19	|     58410 |    2216    34576   113849 |   101466    58410     34 | 40.751 % |
33.69/34.20	c 34	===============================================================================
33.69/34.20	c 34	restarts              : 19
33.69/34.20	c 34	conflicts             : 81737         (2581 /sec)
33.69/34.20	c 34	decisions             : 90257         (0.54 % random) (2850 /sec)
33.69/34.20	c 34	propagations          : 21154426       (668002 /sec)
33.69/34.20	c 34	conflict literals     : 2703942        (36.12 % deleted)
33.69/34.20	c 34	Memory used           : 17.56 MB
33.69/34.20	c 34	CPU time              : 31.6682 s
33.69/34.20	c 34	
33.69/34.20	c 34	SATISFIABLE
33.69/34.20	c 34	OK
33.69/34.20	c 34	FOUND: _COST <= 22
33.69/34.20	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.69/34.20	c 34	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.69/34.28	c 34	Decoding HOME/temp.out
33.70/34.35	c 34	OBJECTIVE _COST 22
33.70/34.35	o 22
33.70/34.35	v 14 9 5 14 14 14 14 2 14 14 5 4 8 14 8 14 14 10 6 14 10 7 2 10 14 5 0 10 10 10
33.70/34.35	c 34	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
33.70/34.44	c 34	OK
33.70/34.44	c 34	OBJECTIVE BOUND: 0 <= _COST <= 22
33.70/34.44	c 34	SEARCHING: _COST <= 11
33.70/34.44	c 34	============================[ Search Statistics ]==============================
33.70/34.44	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.70/34.44	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.70/34.44	c 34	===============================================================================
33.70/34.44	c 34	|     81737 |    1898    23919    82809 |     7973    81729     33 | 40.751 % |
34.17/34.76	c 35	|     81837 |    1898    23919    82809 |     8770     7215     30 | 49.253 % |
34.17/34.78	c 35	|     81987 |    1898    23919    82809 |     9647     7365     30 | 49.253 % |
34.26/34.87	c 35	|     82212 |    1898    23919    82809 |    10612     7590     29 | 49.253 % |
34.32/34.93	c 35	|     82549 |    1898    23919    82809 |    11673     7927     29 | 49.253 % |
34.42/35.00	c 35	|     83055 |    1898    23919    82809 |    12840     8433     29 | 49.253 % |
34.52/35.14	c 35	|     83815 |    1898    23919    82809 |    14124     9193     29 | 49.253 % |
34.72/35.33	c 35	|     84954 |    1898    23919    82809 |    15537    10332     29 | 49.253 % |
34.92/35.58	c 35	|     86662 |    1898    23919    82809 |    17090    12040     30 | 49.253 % |
35.41/36.03	c 36	|     89224 |    1898    23919    82809 |    18799    14602     30 | 49.253 % |
36.10/36.76	c 37	|     93069 |    1898    23919    82809 |    20679    18447     29 | 49.253 % |
37.29/37.93	c 38	|     98835 |    1898    23919    82809 |    22747    12252     28 | 49.253 % |
37.39/38.04	c 38	===============================================================================
37.39/38.04	c 38	restarts              : 31
37.39/38.04	c 38	conflicts             : 99367         (2820 /sec)
37.39/38.04	c 38	decisions             : 109616        (0.55 % random) (3111 /sec)
37.39/38.04	c 38	propagations          : 25918723       (735687 /sec)
37.39/38.04	c 38	conflict literals     : 3220517        (36.21 % deleted)
37.39/38.04	c 38	Memory used           : 17.56 MB
37.39/38.04	c 38	CPU time              : 35.2306 s
37.39/38.04	c 38	
37.39/38.04	c 38	SATISFIABLE
37.39/38.05	c 38	OK
37.39/38.05	c 38	FOUND: _COST <= 11
37.39/38.05	c 38	DECODING HOME/temp.out WITH HOME/temp.map
37.39/38.05	c 38	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
37.44/38.13	c 38	Decoding HOME/temp.out
37.44/38.19	c 38	OBJECTIVE _COST 11
37.44/38.19	o 11
37.44/38.19	v 14 13 14 4 14 14 14 2 4 11 5 1 12 11 2 5 14 12 14 14 3 9 2 10 10 14 7 13 3 0
37.44/38.19	c 38	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
37.44/38.21	c 38	OK
37.44/38.21	c 38	OBJECTIVE BOUND: 0 <= _COST <= 11
37.44/38.21	c 38	SEARCHING: _COST <= 5
37.44/38.21	c 38	============================[ Search Statistics ]==============================
37.44/38.21	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.44/38.21	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.44/38.21	c 38	===============================================================================
37.44/38.21	c 38	|     99367 |    1644    17869    65410 |     5956    12784     28 | 49.253 % |
37.44/38.25	c 38	|     99468 |    1644    17869    65410 |     6551     6493     28 | 56.045 % |
37.44/38.27	c 38	|     99618 |    1644    17869    65410 |     7207     6643     28 | 56.045 % |
37.68/38.30	c 38	|     99843 |    1644    17869    65410 |     7927     6868     28 | 56.045 % |
37.68/38.34	c 38	|    100180 |    1644    17869    65410 |     8720     7205     28 | 56.045 % |
37.78/38.41	c 38	|    100686 |    1644    17869    65410 |     9592     7711     29 | 56.045 % |
37.88/38.52	c 38	|    101447 |    1644    17869    65410 |    10552     8472     28 | 56.045 % |
37.97/38.68	c 38	|    102586 |    1644    17869    65410 |    11607     9611     27 | 56.045 % |
38.27/38.94	c 39	|    104294 |    1644    17869    65410 |    12767    11319     27 | 56.045 % |
38.66/39.37	c 39	|    106857 |    1644    17869    65410 |    14044    13882     27 | 56.045 % |
39.36/40.04	c 40	|    110701 |    1644    17869    65410 |    15449     9190     28 | 56.045 % |
40.44/41.13	c 41	|    116467 |    1644    17869    65410 |    16994    14956     31 | 56.045 % |
42.13/42.88	c 43	|    125116 |    1644    17869    65410 |    18693    13673     30 | 56.045 % |
44.90/45.65	c 45	|    138090 |    1644    17869    65410 |    20562    15965     31 | 56.045 % |
49.45/50.22	c 50	===============================================================================
49.45/50.22	c 50	restarts              : 45
49.45/50.22	c 50	conflicts             : 156964        (3331 /sec)
49.45/50.22	c 50	decisions             : 174518        (0.59 % random) (3704 /sec)
49.45/50.22	c 50	propagations          : 39613429       (840749 /sec)
49.45/50.22	c 50	conflict literals     : 5158703        (34.32 % deleted)
49.45/50.22	c 50	Memory used           : 17.56 MB
49.45/50.22	c 50	CPU time              : 47.1168 s
49.45/50.22	c 50	
49.45/50.22	c 50	SATISFIABLE
49.45/50.22	c 50	OK
49.45/50.22	c 50	FOUND: _COST <= 5
49.45/50.22	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.45/50.22	c 50	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.48/50.30	c 50	Decoding HOME/temp.out
49.48/50.36	c 50	OBJECTIVE _COST 5
49.48/50.36	o 5
49.48/50.36	v 13 1 6 3 9 2 1 10 4 14 1 12 7 14 1 9 11 7 7 14 7 14 14 13 10 10 10 1 13 2
49.48/50.37	c 50	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
49.48/50.39	c 50	OK
49.48/50.39	c 50	OBJECTIVE BOUND: 0 <= _COST <= 5
49.48/50.39	c 50	SEARCHING: _COST <= 2
49.48/50.39	c 50	============================[ Search Statistics ]==============================
49.48/50.39	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.48/50.39	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.48/50.39	c 50	===============================================================================
49.48/50.39	c 50	|    156964 |    1378    13998    54589 |     4666    23034     37 | 56.045 % |
49.64/50.46	c 50	===============================================================================
49.64/50.46	c 50	restarts              : 46
49.64/50.46	c 50	conflicts             : 157045        (3327 /sec)
49.64/50.46	c 50	decisions             : 174651        (0.59 % random) (3700 /sec)
49.64/50.46	c 50	propagations          : 39626317       (839579 /sec)
49.64/50.46	c 50	conflict literals     : 5161956        (34.31 % deleted)
49.64/50.46	c 50	Memory used           : 17.56 MB
49.64/50.46	c 50	CPU time              : 47.1978 s
49.64/50.46	c 50	
49.64/50.46	c 50	SATISFIABLE
49.64/50.46	c 50	OK
49.64/50.46	c 50	FOUND: _COST <= 2
49.64/50.46	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.64/50.46	c 50	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.72/50.55	c 50	Decoding HOME/temp.out
49.82/50.61	c 50	OBJECTIVE _COST 2
49.82/50.62	o 2
49.82/50.62	v 14 0 8 8 12 7 13 3 2 14 0 3 7 6 3 13 5 5 14 10 10 0 14 14 0 14 7 3 8 9
49.82/50.62	c 50	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
49.82/50.68	c 50	OK
49.82/50.68	c 50	OBJECTIVE BOUND: 0 <= _COST <= 2
49.82/50.68	c 50	SEARCHING: _COST <= 1
49.82/50.68	c 50	============================[ Search Statistics ]==============================
49.82/50.68	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.82/50.68	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.82/50.68	c 50	===============================================================================
49.82/50.68	c 50	|    157045 |    1378    13998    54589 |     4666     5840     30 | 56.045 % |
49.90/50.70	c 50	|    157145 |    1378    13998    54589 |     5132     5940     30 | 70.884 % |
49.90/50.72	c 50	|    157298 |    1378    13998    54589 |     5645     6093     31 | 70.884 % |
49.90/50.75	c 51	|    157525 |    1378    13998    54589 |     6210     6320     30 | 70.884 % |
50.00/50.80	c 51	|    157862 |    1378    13998    54589 |     6831     6657     30 | 70.884 % |
50.00/50.87	c 51	|    158368 |    1378    13998    54589 |     7514     7163     29 | 70.884 % |
50.10/50.98	c 51	|    159127 |    1378    13998    54589 |     8266     7922     29 | 70.884 % |
50.30/51.13	c 51	|    160266 |    1378    13998    54589 |     9092     9061     31 | 70.884 % |
50.49/51.39	c 51	|    161974 |    1378    13998    54589 |    10001    10769     31 | 70.884 % |
50.99/51.81	c 52	|    164536 |    1378    13998    54589 |    11002     6704     34 | 70.884 % |
51.49/52.37	c 52	|    168381 |    1089    11579    48196 |    12102    10542     36 | 70.884 % |
52.67/53.58	c 53	|    174147 |    1089    11579    48196 |    13312     8751     41 | 70.884 % |
54.44/55.39	c 55	|    182796 |    1089    11579    48196 |    14643     9276     30 | 70.884 % |
56.90/57.88	c 58	|    195770 |    1089    11579    48196 |    16108    13456     36 | 70.884 % |
60.86/61.80	c 62	|    215232 |    1089    11579    48196 |    17719    13856     27 | 70.884 % |
66.41/67.48	c 67	|    244424 |    1089    11579    48196 |    19491    11309     48 | 70.884 % |
75.69/76.86	c 77	|    288213 |    1089    11579    48196 |    21440    21387     32 | 70.884 % |
87.78/89.04	c 89	===============================================================================
87.78/89.04	c 89	restarts              : 63
87.78/89.04	c 89	conflicts             : 345237        (4055 /sec)
87.78/89.04	c 89	decisions             : 389375        (0.68 % random) (4574 /sec)
87.78/89.04	c 89	propagations          : 66754492       (784120 /sec)
87.78/89.04	c 89	conflict literals     : 12965329       (26.70 % deleted)
87.78/89.04	c 89	Memory used           : 17.56 MB
87.78/89.04	c 89	CPU time              : 85.1331 s
87.78/89.04	c 89	
87.78/89.04	c 89	SATISFIABLE
87.78/89.05	c 89	OK
87.78/89.05	c 89	FOUND: _COST <= 1
87.78/89.05	c 89	DECODING HOME/temp.out WITH HOME/temp.map
87.78/89.05	c 89	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
87.82/89.13	c 89	Decoding HOME/temp.out
87.82/89.20	c 89	OBJECTIVE _COST 1
87.82/89.20	o 1
87.82/89.20	v 12 10 8 5 1 0 8 10 14 7 1 0 13 6 7 13 13 6 3 8 10 12 3 7 9 14 1 0 12 11
87.82/89.20	c 89	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
87.82/89.26	c 89	OK
87.82/89.26	c 89	OBJECTIVE BOUND: 0 <= _COST <= 1
87.82/89.26	c 89	SEARCHING: _COST <= 0
87.82/89.26	c 89	============================[ Search Statistics ]==============================
87.82/89.26	c 89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
87.82/89.27	c 89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
87.82/89.27	c 89	===============================================================================
87.82/89.27	c 89	|    345237 |     864    10270    44860 |     3423    16266     47 | 70.884 % |
88.04/89.30	c 89	|    345340 |     864    10270    44860 |     3765     4170     42 | 76.902 % |
88.04/89.32	c 89	|    345491 |     864    10270    44860 |     4142     4321     42 | 76.902 % |
88.04/89.35	c 89	|    345716 |     864    10270    44860 |     4556     4546     42 | 76.902 % |
88.04/89.39	c 89	|    346053 |     864    10270    44860 |     5012     4883     43 | 76.902 % |
88.14/89.46	c 89	|    346559 |     864    10270    44860 |     5513     5389     44 | 76.902 % |
88.24/89.57	c 89	|    347319 |     864    10270    44860 |     6064     6149     48 | 76.902 % |
88.44/89.72	c 90	|    348459 |     864    10270    44860 |     6671     7289     50 | 76.902 % |
88.72/90.01	c 90	|    350167 |     864    10270    44860 |     7338     8997     52 | 76.902 % |
89.11/90.42	c 90	|    352729 |     864    10270    44860 |     8072     6152     47 | 76.902 % |
89.61/90.97	c 91	|    356576 |     864    10270    44860 |     8879     9999     49 | 76.902 % |
90.50/91.84	c 92	|    362342 |     864    10270    44860 |     9767     9607     45 | 76.902 % |
91.99/93.30	c 93	|    370991 |     864    10270    44860 |    10743    11671     51 | 76.902 % |
93.95/95.36	c 95	|    383966 |     864    10270    44860 |    11818    10497     49 | 76.902 % |
97.32/98.76	c 99	===============================================================================
97.32/98.76	c 99	restarts              : 77
97.32/98.76	c 99	conflicts             : 402909        (4263 /sec)
97.32/98.76	c 99	decisions             : 458189        (0.71 % random) (4848 /sec)
97.32/98.76	c 99	propagations          : 71015610       (751372 /sec)
97.32/98.76	c 99	conflict literals     : 16131376       (24.47 % deleted)
97.32/98.76	c 99	Memory used           : 17.56 MB
97.32/98.76	c 99	CPU time              : 94.5146 s
97.32/98.76	c 99	
97.32/98.76	c 99	UNSATISFIABLE
97.32/98.76	c 99	OK
97.32/98.76	c 99	NOT FOUND: _COST <= 0
97.32/98.76	c 99	OK
97.32/98.76	c 99	OBJECTIVE _COST 1
97.32/98.76	s OPTIMUM FOUND
97.32/98.77	c 99	CPU 97.05 (0.07 0.02 96.98 0.32)
97.32/98.77	c 99	END Sun Jul 13 02:18:20 2008

Verifier Data (download as text)

OK	1	222
1 unsatisfied constraints, 222 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-1114787-1215908201/watcher-1114787-1215908201 -o /tmp/evaluation-result-1114787-1215908201/solver-1114787-1215908201 -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-1114787-1215908201.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/73 21064
/proc/meminfo: memFree=1789948/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=12268 CPUtime=0
/proc/21064/stat : 21064 (sugar++) R 21062 21064 20406 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 47522258 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217871776357 0 0 4224 0 0 0 0 17 1 0 0
/proc/21064/statm: 3067 316 241 3 0 167 0

[startup+0.08623 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 21064
/proc/meminfo: memFree=1789948/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16740 CPUtime=0.06
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47522258 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101338 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 21064
/proc/meminfo: memFree=1789948/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16740 CPUtime=0.06
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47522258 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301251 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 21064
/proc/meminfo: memFree=1789948/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16740 CPUtime=0.06
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47522258 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701306 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 21064
/proc/meminfo: memFree=1789948/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16740 CPUtime=0.6
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1279 4624 0 1 5 1 52 2 16 0 1 0 47522258 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16740

[startup+1.50239 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 21086
/proc/meminfo: memFree=1780772/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16740 CPUtime=0.61
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1297 4624 0 1 6 1 52 2 15 0 1 0 47522258 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4185 1104 409 3 0 764 0
[pid=21077] ppid=21064 vsize=5356 CPUtime=0
/proc/21077/stat : 21077 (sh) S 21064 21064 20406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47522324 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21077/statm: 1339 233 193 169 0 50 0
[pid=21078] ppid=21077 vsize=868488 CPUtime=0.81
/proc/21078/stat : 21078 (java) S 21077 21064 20406 0 -1 0 6999 0 1 0 77 4 0 0 19 0 9 0 47522325 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21078/statm: 217122 6232 2564 9 0 211669 0
[pid=21078/tid=21079] ppid=21077 vsize=868488 CPUtime=0.53
/proc/21078/task/21079/stat : 21079 (java) R 21077 21064 20406 0 -1 64 2714 0 1 0 52 1 0 0 18 0 9 0 47522326 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4125958360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21080] ppid=21077 vsize=868488 CPUtime=0.07
/proc/21078/task/21080/stat : 21080 (java) S 21077 21064 20406 0 -1 64 2149 0 0 0 7 0 0 0 16 0 9 0 47522327 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21081] ppid=21077 vsize=868488 CPUtime=0
/proc/21078/task/21081/stat : 21081 (java) S 21077 21064 20406 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47522327 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21082] ppid=21077 vsize=868488 CPUtime=0
/proc/21078/task/21082/stat : 21082 (java) S 21077 21064 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47522327 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21083] ppid=21077 vsize=868488 CPUtime=0
/proc/21078/task/21083/stat : 21083 (java) S 21077 21064 20406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47522329 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21084] ppid=21077 vsize=868488 CPUtime=0.18
/proc/21078/task/21084/stat : 21084 (java) S 21077 21064 20406 0 -1 64 1444 0 0 0 17 1 0 0 16 0 9 0 47522329 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21085] ppid=21077 vsize=868488 CPUtime=0
/proc/21078/task/21085/stat : 21085 (java) S 21077 21064 20406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47522329 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21078/tid=21086] ppid=21077 vsize=868488 CPUtime=0
/proc/21078/task/21086/stat : 21086 (java) S 21077 21064 20406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 47522329 889331712 6232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890584

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21103
/proc/meminfo: memFree=1777596/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1620 19513 0 4 7 2 177 14 15 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=5632 CPUtime=0.93
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 1368 0 0 0 93 0 0 0 23 0 1 0 47522440 5767168 1313 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 1408 1313 79 151 0 1254 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 22504

[startup+6.30295 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21107
/proc/meminfo: memFree=1778156/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1620 19513 0 4 7 2 177 14 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=8160 CPUtime=4.1
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 1987 0 0 0 410 0 0 0 25 0 1 0 47522440 8355840 1932 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 2040 1932 79 151 0 1886 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 25032

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21107
/proc/meminfo: memFree=1774316/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1620 19513 0 4 7 2 177 14 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=11860 CPUtime=10.44
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 2896 0 0 0 1043 1 0 0 25 0 1 0 47522440 12144640 2841 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 2965 2841 79 151 0 2811 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 28732

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21107
/proc/meminfo: memFree=1770028/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1620 19513 0 4 7 2 177 14 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=15964 CPUtime=23.09
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 3904 0 0 0 2306 3 0 0 25 0 1 0 47522440 16347136 3849 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 3991 3849 79 151 0 3837 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 32836

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21143
/proc/meminfo: memFree=1764924/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.65
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1900 34533 0 8 7 2 232 24 15 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=47.65
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4436 0 0 0 4761 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134523209 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 34848

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

[startup+76.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21147
/proc/meminfo: memFree=1767724/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.65
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1900 34533 0 8 7 2 232 24 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=72.94
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4436 0 0 0 7290 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 75.59
Current children cumulated vsize (KiB) 34848

[startup+89.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21147
/proc/meminfo: memFree=1767660/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.83
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1971 38288 0 9 7 2 247 27 15 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=85.41
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4438 0 0 0 8537 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134528737 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 88.24
Current children cumulated vsize (KiB) 34848

[startup+92.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21157
/proc/meminfo: memFree=1767340/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.83
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1971 38288 0 9 7 2 247 27 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=88.56
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4438 0 0 0 8852 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134530399 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 91.39
Current children cumulated vsize (KiB) 34848

[startup+95.9013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21157
/proc/meminfo: memFree=1767468/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.83
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1971 38288 0 9 7 2 247 27 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=91.71
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4438 0 0 0 9167 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 94.54
Current children cumulated vsize (KiB) 34848

[startup+97.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21157
/proc/meminfo: memFree=1767468/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.83
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1971 38288 0 9 7 2 247 27 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=93.3
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4438 0 0 0 9326 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 96.13
Current children cumulated vsize (KiB) 34848

[startup+98.3016 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21157
/proc/meminfo: memFree=1767468/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.83
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1971 38288 0 9 7 2 247 27 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=94.09
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4438 0 0 0 9405 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 96.92
Current children cumulated vsize (KiB) 34848

[startup+98.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21157
/proc/meminfo: memFree=1767468/2055920 swapFree=4180120/4192956
[pid=21064] ppid=21062 vsize=16872 CPUtime=2.83
/proc/21064/stat : 21064 (sugar++) S 21062 21064 20406 0 -1 4194304 1971 38288 0 9 7 2 247 27 16 0 1 0 47522258 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21064/statm: 4218 1119 414 3 0 797 0
[pid=21087] ppid=21064 vsize=17976 CPUtime=94.49
/proc/21087/stat : 21087 (minisat-inc) R 21064 21064 20406 0 -1 4194304 4438 0 0 0 9445 4 0 0 25 0 1 0 47522440 18407424 4373 996147200 134512640 135134323 4294956192 18446744073709551615 134528430 0 0 4096 3 0 0 0 17 1 0 0
/proc/21087/statm: 4494 4373 79 151 0 4340 0
Current children cumulated CPU time (s) 97.32
Current children cumulated vsize (KiB) 34848

Child status: 0
Real time (s): 98.771
CPU time (s): 97.4232
CPU user time (s): 97.0692
CPU system time (s): 0.353946
CPU usage (%): 98.6355
Max. virtual memory (cumulated for all children) (KiB): 890584

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

runsolver used 0.141978 second user time and 0.328949 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-13 02:16:41
IDJOB=1114787
IDBENCH=61777
IDSOLVER=367
FILE ID=node28/1114787-1215908201
PBS_JOBID= 7903713
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-30-15/normalized-rand-2-30-15-306-230-40_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-1114787-1215908201/watcher-1114787-1215908201 -o /tmp/evaluation-result-1114787-1215908201/solver-1114787-1215908201 -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-1114787-1215908201.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fcd01f4940aecbe10e6b6d9b4cbeb460
RANDOM SEED=444010966

node28.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.223
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	: 5931.00
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.223
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:       1790428 kB
Buffers:         61616 kB
Cached:         142780 kB
SwapCached:       6064 kB
Active:         104416 kB
Inactive:       116428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790428 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          20264 kB
Slab:            29696 kB
Committed_AS:   227156 kB
PageTables:       1860 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= 66496 MiB
End job on node28 at 2008-07-13 02:18:20