Trace number 1112051

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-incMSAT (TO)1 3600.1 3626.92

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-3_ext.xml
MD5SUM40017794d5449d97408a6786f1b506f6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark603.887
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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.04/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.08	c 0	BEGIN Sat Jul 12 13:13:31 2008
0.04/0.08	c 0	PID 17546
0.04/0.08	c 0	HOST node55.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1112051-1215861211.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112051-1215861211.xml' 'HOME/temp.csp'
0.96/1.01	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.96/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.03	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.11	c 1	Parsing HOME/temp.csp
2.12/2.24	c 3	parsed 139 expressions
2.12/2.24	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.24	c 3	MAX CSP: 59 constraints
2.12/2.24	c 3	Converting to clausal form CSP
2.12/2.27	c 3	converted 21 (10%) expressions
2.12/2.29	c 3	converted 41 (20%) expressions
2.33/2.47	c 3	converted 61 (30%) expressions
2.42/2.52	c 3	converted 81 (40%) expressions
2.52/2.62	c 3	converted 101 (50%) expressions
2.62/2.70	c 3	converted 121 (60%) expressions
2.62/2.78	c 3	converted 141 (70%) expressions
2.72/2.88	c 3	converted 161 (80%) expressions
3.02/3.16	c 3	converted 181 (90%) expressions
3.21/3.32	c 4	converted 201 (100%) expressions
3.21/3.32	c 4	CSP : 138 integers, 0 booleans, 176 clauses, largest domain size 89
3.21/3.32	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.32	c 4	Propagation in CSP
3.21/3.34	c 4	54 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.21/3.34	c 4	CSP : 138 integers, 0 booleans, 176 clauses, largest domain size 60
3.21/3.34	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.34	c 4	Simplifing CSP by introducing new Boolean variables
3.21/3.34	c 4	CSP : 138 integers, 0 booleans, 176 clauses, largest domain size 60
3.21/3.34	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.47	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.31/3.49	c 4	14 (10%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.31/3.49	c 4	28 (20%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.31/3.49	c 4	42 (30%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.31/3.49	c 4	56 (40%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.31/3.49	c 4	69 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.31/3.49	c 4	83 (60%) CSP integer variables are encoded (423 clauses, 4513 bytes)
3.31/3.49	c 4	97 (70%) CSP integer variables are encoded (468 clauses, 5008 bytes)
3.31/3.49	c 4	111 (80%) CSP integer variables are encoded (539 clauses, 5789 bytes)
3.31/3.49	c 4	125 (90%) CSP integer variables are encoded (584 clauses, 6284 bytes)
3.40/3.50	c 4	138 (100%) CSP integer variables are encoded (892 clauses, 9733 bytes)
3.80/3.98	c 4	18 (10%) CSP clauses are encoded (33283 clauses, 944143 bytes)
4.30/4.41	c 5	36 (20%) CSP clauses are encoded (65054 clauses, 1896330 bytes)
4.69/4.83	c 5	53 (30%) CSP clauses are encoded (95730 clauses, 2870754 bytes)
4.79/4.98	c 5	71 (40%) CSP clauses are encoded (106613 clauses, 3215450 bytes)
4.79/4.99	c 5	88 (50%) CSP clauses are encoded (106888 clauses, 3219317 bytes)
4.79/4.99	c 5	106 (60%) CSP clauses are encoded (107009 clauses, 3220933 bytes)
4.79/4.99	c 5	124 (70%) CSP clauses are encoded (107754 clauses, 3231867 bytes)
4.79/4.99	c 5	141 (80%) CSP clauses are encoded (107871 clauses, 3233428 bytes)
4.79/4.99	c 5	159 (90%) CSP clauses are encoded (109251 clauses, 3252903 bytes)
4.89/5.00	c 5	176 (100%) CSP clauses are encoded (111943 clauses, 3294134 bytes)
4.89/5.00	c 5	176 CSP clauses encoded
4.89/5.00	c 5	Writing map file : HOME/temp.map
4.89/5.00	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.00	c 5	SAT : 1030 SAT variables, 111943 SAT clauses, 3294134 bytes
4.89/5.00	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.06	c 5	OBJECTIVE minimize _COST
4.89/5.06	c 5	SOLVING HOME/temp.cnf
4.89/5.06	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.89/5.06	c 5	This is MiniSat 2.0 beta incremental
4.89/5.06	c 5	WARNING: for repeatability, setting FPU to use double precision
4.89/5.06	c 5	============================[ Problem Statistics ]=============================
4.89/5.06	c 5	|                                                                             |
4.89/5.06	c 5	|  Number of variables:  1030                                                 |
4.89/5.06	c 5	|  Number of clauses:    111943                                               |
4.92/5.14	c 5	|  Parsing time:         0.07         s                                       |
4.92/5.14	c 5	OK
4.92/5.14	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.92/5.14	c 5	SEARCHING: _COST <= 30
4.92/5.14	c 5	============================[ Search Statistics ]==============================
4.92/5.14	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.92/5.14	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.92/5.14	c 5	===============================================================================
4.92/5.14	c 5	|         0 |    1030   111943   703467 |    37314        0    nan |  0.000 % |
4.92/5.21	c 6	|       100 |    1030   111943   703467 |    41045      100     26 |  0.016 % |
4.92/5.22	c 6	===============================================================================
4.92/5.22	c 6	restarts              : 2
4.92/5.22	c 6	conflicts             : 108           (701 /sec)
4.92/5.22	c 6	decisions             : 250           (1.20 % random) (1624 /sec)
4.92/5.22	c 6	propagations          : 7299           (47403 /sec)
4.92/5.22	c 6	conflict literals     : 2663           (19.84 % deleted)
4.92/5.22	c 6	Memory used           : 8.20 MB
4.92/5.22	c 6	CPU time              : 0.153976 s
4.92/5.22	c 6	
4.92/5.22	c 6	SATISFIABLE
4.92/5.22	c 6	OK
4.92/5.22	c 6	FOUND: _COST <= 30
4.92/5.22	s SATISFIABLE
4.92/5.22	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.92/5.22	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.92/5.31	c 6	Decoding HOME/temp.out
4.92/5.34	c 6	OBJECTIVE _COST 30
4.92/5.34	o 30
4.92/5.34	v 10 18 19 19 18 15 19 19 19 19 12 17 12 18 19 15 19 19 19 19
4.92/5.34	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.92/5.39	c 6	OK
4.92/5.39	c 6	OBJECTIVE BOUND: 0 <= _COST <= 30
4.92/5.39	c 6	SEARCHING: _COST <= 15
5.23/5.41	c 6	============================[ Search Statistics ]==============================
5.23/5.41	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.23/5.41	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.23/5.42	c 6	===============================================================================
5.23/5.42	c 6	|       108 |    1030   111943   703467 |    37314      108     25 |  0.016 % |
5.23/5.43	c 6	|       208 |    1030   111943   703467 |    41045      208     21 | 16.903 % |
5.23/5.50	c 6	|       360 |    1030   111943   703467 |    45150      360     21 | 16.903 % |
5.32/5.57	c 6	|       585 |    1030   111943   703467 |    49665      585     22 | 16.903 % |
5.41/5.65	c 6	|       922 |    1030   111943   703467 |    54631      922     22 | 16.903 % |
5.51/5.74	c 6	|      1428 |    1030   111943   703467 |    60095     1428     21 | 16.903 % |
5.61/5.89	c 6	|      2188 |    1030   111943   703467 |    66104     2188     21 | 16.903 % |
5.91/6.12	c 6	|      3327 |    1030   111943   703467 |    72715     3327     20 | 16.903 % |
6.01/6.21	c 7	===============================================================================
6.01/6.21	c 7	restarts              : 10
6.01/6.21	c 7	conflicts             : 3630          (3790 /sec)
6.01/6.21	c 7	decisions             : 4669          (0.62 % random) (4874 /sec)
6.01/6.21	c 7	propagations          : 383464         (400337 /sec)
6.01/6.21	c 7	conflict literals     : 73350          (36.47 % deleted)
6.01/6.21	c 7	Memory used           : 8.59 MB
6.01/6.21	c 7	CPU time              : 0.957854 s
6.01/6.21	c 7	
6.01/6.21	c 7	SATISFIABLE
6.01/6.21	c 7	OK
6.01/6.21	c 7	FOUND: _COST <= 15
6.01/6.21	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.01/6.21	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.01/6.29	c 7	Decoding HOME/temp.out
6.02/6.32	c 7	OBJECTIVE _COST 15
6.02/6.32	o 15
6.02/6.32	v 15 19 19 14 9 16 19 19 15 19 0 17 15 19 19 15 10 1 19 19
6.02/6.34	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.02/6.38	c 7	OK
6.02/6.38	c 7	OBJECTIVE BOUND: 0 <= _COST <= 15
6.02/6.38	c 7	SEARCHING: _COST <= 7
6.02/6.40	c 7	============================[ Search Statistics ]==============================
6.02/6.40	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.02/6.40	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.02/6.40	c 7	===============================================================================
6.02/6.40	c 7	|      3630 |     856   111943   703467 |    37314     3630     20 | 16.903 % |
6.17/6.41	c 7	|      3730 |     856   111943   703467 |    41045     3730     20 | 27.095 % |
6.17/6.45	c 7	|      3882 |     856   111943   703467 |    45150     3882     20 | 27.095 % |
6.27/6.52	c 7	|      4108 |     856   111943   703467 |    49665     4108     20 | 27.095 % |
6.27/6.60	c 7	|      4445 |     856   111943   703467 |    54631     4445     20 | 27.095 % |
6.36/6.69	c 7	|      4951 |     856   111943   703467 |    60095     4951     19 | 27.095 % |
6.56/6.82	c 7	|      5710 |     856   111943   703467 |    66104     5710     19 | 27.095 % |
6.76/7.06	c 7	|      6849 |     856   111943   703467 |    72715     6849     19 | 27.095 % |
7.16/7.47	c 8	|      8557 |     751   108655   694396 |    79986     8557     19 | 27.095 % |
7.85/8.19	c 9	|     11119 |     751   108655   694396 |    87985    11119     19 | 27.095 % |
9.24/9.56	c 10	|     14963 |     751   108655   694396 |    96783    14963     20 | 27.095 % |
11.32/11.67	c 12	|     20729 |     751   108655   694396 |   106462    20729     20 | 27.095 % |
14.39/14.74	c 15	|     29380 |     751   108655   694396 |   117108    29380     20 | 27.095 % |
18.16/18.59	c 19	===============================================================================
18.16/18.59	c 19	restarts              : 23
18.16/18.59	c 19	conflicts             : 36206         (2776 /sec)
18.16/18.59	c 19	decisions             : 41153         (0.82 % random) (3155 /sec)
18.16/18.59	c 19	propagations          : 3809132        (292044 /sec)
18.16/18.59	c 19	conflict literals     : 746846         (32.51 % deleted)
18.16/18.59	c 19	Memory used           : 12.39 MB
18.16/18.59	c 19	CPU time              : 13.043 s
18.16/18.59	c 19	
18.16/18.59	c 19	SATISFIABLE
18.16/18.59	c 19	OK
18.16/18.59	c 19	FOUND: _COST <= 7
18.16/18.59	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.16/18.59	c 19	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.25/18.68	c 19	Decoding HOME/temp.out
18.34/18.73	c 19	OBJECTIVE _COST 7
18.34/18.73	o 7
18.34/18.73	v 15 3 19 3 14 16 19 19 16 18 11 0 15 19 12 15 10 9 18 19
18.34/18.73	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.34/18.78	c 19	OK
18.34/18.78	c 19	OBJECTIVE BOUND: 0 <= _COST <= 7
18.34/18.78	c 19	SEARCHING: _COST <= 3
18.34/18.78	c 19	============================[ Search Statistics ]==============================
18.34/18.78	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.34/18.78	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.34/18.78	c 19	===============================================================================
18.34/18.78	c 19	|     36206 |     668   107549   691319 |    35849    35419     21 | 27.095 % |
18.41/18.86	c 19	|     36306 |     668   107549   691319 |    39434    35519     21 | 35.153 % |
18.51/18.95	c 19	|     36457 |     668   107549   691319 |    43378    35670     21 | 35.153 % |
18.61/19.07	c 19	|     36682 |     668   107549   691319 |    47715    35895     21 | 35.153 % |
18.81/19.29	c 20	|     37019 |     668   107549   691319 |    52487    36232     21 | 35.153 % |
19.11/19.56	c 20	|     37526 |     668   107549   691319 |    57736    36739     21 | 35.153 % |
19.49/19.97	c 20	|     38285 |     668   107549   691319 |    63509    37498     21 | 35.153 % |
20.19/20.70	c 21	|     39424 |     668   107549   691319 |    69860    38637     21 | 35.153 % |
21.18/21.61	c 22	|     41133 |     668   107549   691319 |    76846    40346     21 | 35.153 % |
22.67/23.15	c 23	|     43698 |     668   107549   691319 |    84531    42911     21 | 35.153 % |
25.04/25.52	c 26	|     47542 |     668   107549   691319 |    92984    46755     21 | 35.153 % |
28.70/29.29	c 30	|     53309 |     668   107549   691319 |   102283    52522     22 | 35.153 % |
35.45/36.04	c 36	|     61960 |     668   107549   691319 |   112511    61173     23 | 35.153 % |
44.75/45.47	c 46	|     74935 |     668   107549   691319 |   123762    74148     23 | 35.153 % |
64.67/65.51	c 66	|     94397 |     668   107549   691319 |   136139    93610     24 | 35.153 % |
97.15/98.34	c 99	|    123590 |     668   107549   691319 |   149752   122803     25 | 35.153 % |
147.89/149.54	c 150	|    167379 |     668   107549   691319 |   164728    31645     31 | 35.153 % |
171.76/173.68	c 174	===============================================================================
171.76/173.68	c 174	restarts              : 40
171.76/173.68	c 174	conflicts             : 194063        (1166 /sec)
171.76/173.68	c 174	decisions             : 219888        (0.88 % random) (1321 /sec)
171.76/173.68	c 174	propagations          : 17237145       (103565 /sec)
171.76/173.68	c 174	conflict literals     : 5141272        (31.19 % deleted)
171.76/173.68	c 174	Memory used           : 28.30 MB
171.76/173.68	c 174	CPU time              : 166.439 s
171.76/173.68	c 174	
171.76/173.68	c 174	SATISFIABLE
171.76/173.68	c 174	OK
171.76/173.68	c 174	FOUND: _COST <= 3
171.76/173.68	c 174	DECODING HOME/temp.out WITH HOME/temp.map
171.76/173.68	c 174	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
171.84/173.78	c 174	Decoding HOME/temp.out
171.93/173.81	c 174	OBJECTIVE _COST 3
171.93/173.81	o 3
171.93/173.81	v 10 3 6 11 14 15 19 19 0 11 7 1 10 18 19 10 5 15 5 19
171.93/173.82	c 174	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
171.93/173.90	c 174	OK
171.93/173.90	c 174	OBJECTIVE BOUND: 0 <= _COST <= 3
171.93/173.90	c 174	SEARCHING: _COST <= 1
171.93/173.90	c 174	============================[ Search Statistics ]==============================
171.93/173.90	c 174	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
171.93/173.90	c 174	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
171.93/173.90	c 174	===============================================================================
171.93/173.90	c 174	|    194063 |     589   106798   689299 |    35599    58329     30 | 35.153 % |
172.32/174.20	c 175	|    194164 |     589   106798   689299 |    39159    16326     27 | 42.824 % |
172.42/174.35	c 175	|    194315 |     589   106798   689299 |    43075    16477     27 | 42.824 % |
172.62/174.59	c 175	|    194540 |     589   106798   689299 |    47382    16702     27 | 42.824 % |
172.92/174.85	c 175	|    194877 |     589   106798   689299 |    52120    17039     27 | 42.824 % |
173.31/175.21	c 176	|    195383 |     589   106798   689299 |    57333    17545     27 | 42.824 % |
173.81/175.78	c 176	|    196143 |     589   106798   689299 |    63066    18305     27 | 42.824 % |
174.60/176.51	c 177	|    197282 |     589   106798   689299 |    69373    19444     26 | 42.824 % |
175.59/177.56	c 178	|    198990 |     589   106798   689299 |    76310    21152     26 | 42.824 % |
177.28/179.28	c 180	|    201552 |     589   106798   689299 |    83941    23714     26 | 42.824 % |
180.05/182.01	c 182	|    205399 |     589   106798   689299 |    92335    27561     26 | 42.824 % |
184.71/186.75	c 187	|    211166 |     589   106798   689299 |   101569    33328     27 | 42.824 % |
192.83/194.92	c 195	|    219815 |     589   106798   689299 |   111725    41977     27 | 42.824 % |
203.23/205.46	c 206	|    232789 |     589   106798   689299 |   122898    54951     28 | 42.824 % |
223.84/226.21	c 227	|    252251 |     589   106798   689299 |   135188    74413     27 | 42.824 % |
262.28/265.08	c 265	|    281444 |     589   106798   689299 |   148707   103606     29 | 42.824 % |
323.59/327.00	c 327	|    325233 |     589   106798   689299 |   163577   147395     30 | 42.824 % |
401.16/405.20	c 406	|    390917 |     589   106798   689299 |   179935    63466     35 | 42.824 % |
540.54/545.98	c 546	|    489443 |     589   106798   689299 |   197929   161992     32 | 42.824 % |
758.10/765.57	c 766	|    637233 |     589   106798   689299 |   217722   130435     29 | 42.824 % |
1085.02/1095.52	c 1096	|    858917 |     589   106798   689299 |   239494   152942     30 | 42.824 % |
1724.39/1740.93	c 1741	|   1191442 |     589   106798   689299 |   263443    59040     31 | 42.824 % |
2670.38/2695.84	c 2696	|   1690230 |     589   106798   689299 |   289788    83067     34 | 42.824 % |
2894.66/2921.22	c 2922	===============================================================================
2894.66/2921.22	c 2922	restarts              : 63
2894.66/2921.22	c 2922	conflicts             : 1809820       (626 /sec)
2894.66/2921.22	c 2922	decisions             : 2093339       (1.02 % random) (725 /sec)
2894.66/2921.22	c 2922	propagations          : 115047170      (39822 /sec)
2894.66/2921.22	c 2922	conflict literals     : 58536261       (23.78 % deleted)
2894.66/2921.22	c 2922	Memory used           : 63.98 MB
2894.66/2921.22	c 2922	CPU time              : 2889.02 s
2894.66/2921.22	c 2922	
2894.66/2921.22	c 2922	SATISFIABLE
2894.66/2921.22	c 2922	OK
2894.66/2921.22	c 2922	FOUND: _COST <= 1
2894.66/2921.22	c 2922	DECODING HOME/temp.out WITH HOME/temp.map
2894.66/2921.22	c 2922	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2894.69/2921.30	c 2922	Decoding HOME/temp.out
2894.69/2921.34	c 2922	OBJECTIVE _COST 1
2894.69/2921.34	o 1
2894.69/2921.34	v 16 0 15 15 5 13 3 15 3 1 13 7 14 5 10 19 2 2 12 17
2894.69/2921.34	c 2922	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2894.82/2921.46	c 2922	OK
2894.82/2921.46	c 2922	OBJECTIVE BOUND: 0 <= _COST <= 1
2894.82/2921.46	c 2922	SEARCHING: _COST <= 0
2894.82/2921.46	c 2922	============================[ Search Statistics ]==============================
2894.82/2921.46	c 2922	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2894.82/2921.46	c 2922	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2894.82/2921.46	c 2922	===============================================================================
2894.82/2921.46	c 2922	|   1809820 |     498   106258   687950 |    35419   202657     32 | 42.824 % |
2896.82/2923.46	c 2924	|   1809920 |     498   106258   687950 |    38961    20177     26 | 51.662 % |
2896.92/2923.59	c 2924	|   1810071 |     498   106258   687950 |    42857    20328     26 | 51.662 % |
2897.12/2923.79	c 2924	|   1810297 |     498   106258   687950 |    47143    20554     26 | 51.662 % |
2897.52/2924.10	c 2924	|   1810636 |     498   106258   687950 |    51857    20893     26 | 51.662 % |
2897.92/2924.55	c 2925	|   1811142 |     498   106258   687950 |    57043    21399     26 | 51.662 % |
2898.42/2925.08	c 2925	|   1811901 |     498   106258   687950 |    62747    22158     26 | 51.662 % |
2899.32/2925.93	c 2926	|   1813040 |     498   106258   687950 |    69022    23297     26 | 51.662 % |
2900.42/2927.09	c 2927	|   1814748 |     498   106258   687950 |    75924    25005     26 | 51.662 % |
2902.22/2928.89	c 2929	|   1817311 |     498   106258   687950 |    83516    27568     26 | 51.662 % |
2905.02/2931.65	c 2932	|   1821156 |     498   106258   687950 |    91868    31413     26 | 51.662 % |
2909.02/2935.63	c 2936	|   1826922 |     498   106258   687950 |   101055    37179     27 | 51.662 % |
2915.82/2942.42	c 2943	|   1835571 |     498   106258   687950 |   111161    45828     27 | 51.662 % |
2927.81/2954.47	c 2955	|   1848545 |     498   106258   687950 |   122277    58802     27 | 51.662 % |
2946.60/2973.22	c 2974	|   1868007 |     498   106258   687950 |   134504    78264     27 | 51.662 % |
2978.19/3004.85	c 3005	|   1897200 |     498   106258   687950 |   147955   107457     26 | 51.662 % |
3034.47/3061.17	c 3062	|   1940990 |     498   106258   687950 |   162750    20151     26 | 51.662 % |
3086.25/3112.94	c 3113	|   2006674 |     498   106258   687950 |   179025    85835     30 | 51.662 % |
3190.40/3217.13	c 3217	|   2105200 |     498   106258   687950 |   196928    24487     24 | 51.662 % |
3344.94/3371.70	c 3372	|   2252989 |     498   106258   687950 |   216621   172276     29 | 51.662 % |
3600.05/3626.91	c ERROR INTERRUPTED
3600.05/3626.92	c 3627	CPU 3599.49 (0.06 0.03 3599.43 0.56)
3600.05/3626.92	c 3627	END Sat Jul 12 14:13:58 2008

Verifier Data (download as text)

OK	1	58
1 unsatisfied constraints, 58 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-1112051-1215861211/watcher-1112051-1215861211 -o /tmp/evaluation-result-1112051-1215861211/solver-1112051-1215861211 -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-1112051-1215861211.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17546
/proc/meminfo: memFree=1781248/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=4708 CPUtime=0
/proc/17546/stat : 17546 (sugar++) R 17544 17546 17509 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 42819771 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 248758992370 0 0 4096 0 0 0 0 17 1 0 0
/proc/17546/statm: 1177 43 33 3 0 8 0

[startup+0.0624279 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17546
/proc/meminfo: memFree=1781248/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=15948 CPUtime=0.04
/proc/17546/stat : 17546 (sugar++) D 17544 17546 17509 0 -1 4194304 914 0 0 0 3 1 0 0 18 0 1 0 42819771 16330752 882 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 0 18446744072099202260 0 0 17 1 0 0
/proc/17546/statm: 3987 882 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10186 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17546
/proc/meminfo: memFree=1781248/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=0.06
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42819771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301874 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17546
/proc/meminfo: memFree=1781248/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=0.06
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42819771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701914 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17546
/proc/meminfo: memFree=1781248/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=0.06
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42819771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50299 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 17558
/proc/meminfo: memFree=1763112/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=0.97
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1296 6998 0 1 5 1 85 6 16 0 1 0 42819771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 16740

[startup+3.10114 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 17568
/proc/meminfo: memFree=1752744/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=0.98
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1296 6998 0 1 5 2 85 6 15 0 1 0 42819771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1104 409 3 0 764 0
[pid=17559] ppid=17546 vsize=5356 CPUtime=0
/proc/17559/stat : 17559 (sh) S 17546 17546 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42819874 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17559/statm: 1339 233 193 169 0 50 0
[pid=17560] ppid=17559 vsize=864212 CPUtime=2.04
/proc/17560/stat : 17560 (java) S 17559 17546 17509 0 -1 0 14380 0 1 0 196 8 0 0 18 0 9 0 42819875 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17560/statm: 216053 13620 2540 9 0 210628 0
[pid=17560/tid=17561] ppid=17559 vsize=864212 CPUtime=1.01
/proc/17560/task/17561/stat : 17561 (java) R 17559 17546 17509 0 -1 64 2927 0 1 0 99 2 0 0 25 0 9 0 42819876 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17562] ppid=17559 vsize=864212 CPUtime=0.94
/proc/17560/task/17562/stat : 17562 (java) R 17559 17546 17509 0 -1 64 10432 0 0 0 90 4 0 0 17 0 9 0 42819877 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 102731781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17563] ppid=17559 vsize=864212 CPUtime=0
/proc/17560/task/17563/stat : 17563 (java) S 17559 17546 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42819877 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17564] ppid=17559 vsize=864212 CPUtime=0
/proc/17560/task/17564/stat : 17564 (java) S 17559 17546 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42819877 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17565] ppid=17559 vsize=864212 CPUtime=0
/proc/17560/task/17565/stat : 17565 (java) S 17559 17546 17509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42819879 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17566] ppid=17559 vsize=864212 CPUtime=0.05
/proc/17560/task/17566/stat : 17566 (java) S 17559 17546 17509 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 42819879 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17567] ppid=17559 vsize=864212 CPUtime=0
/proc/17560/task/17567/stat : 17567 (java) S 17559 17546 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42819879 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17560/tid=17568] ppid=17559 vsize=864212 CPUtime=0
/proc/17560/task/17568/stat : 17568 (java) S 17559 17546 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42819879 884953088 13620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886308

[startup+6.30143 s]
/proc/loadavg: 1.93 1.98 1.99 5/76 17579
/proc/meminfo: memFree=1764784/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.06
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1598 26353 0 3 6 2 476 22 15 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=8788 CPUtime=0.96
/proc/17569/stat : 17569 (minisat-inc) S 17546 17546 17509 0 -1 4194304 2143 0 0 0 95 1 0 0 22 0 1 0 42820277 8998912 2087 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/17569/statm: 2197 2087 79 151 0 2043 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 25528

[startup+12.701 s]
/proc/loadavg: 1.94 1.98 1.99 3/76 17589
/proc/meminfo: memFree=1762416/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.19
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1617 30067 0 4 6 2 486 25 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=10976 CPUtime=7.22
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 2692 0 0 0 720 2 0 0 25 0 1 0 42820277 11239424 2636 996147200 134512640 135134323 4294956192 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 2744 2636 79 151 0 2590 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 27716

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 17599
/proc/meminfo: memFree=1758712/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.32
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1686 33772 0 5 6 2 496 28 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=14264 CPUtime=19.72
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 3481 0 0 0 1970 2 0 0 25 0 1 0 42820277 14606336 3423 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 3566 3423 79 151 0 3412 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 31004

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 17599
/proc/meminfo: memFree=1753144/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.32
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1686 33772 0 5 6 2 496 28 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=19040 CPUtime=45.08
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 4652 0 0 0 4503 5 0 0 25 0 1 0 42820277 19496960 4594 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 4760 4594 79 151 0 4606 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 35780

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 17599
/proc/meminfo: memFree=1744760/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.32
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1686 33772 0 5 6 2 496 28 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=25476 CPUtime=95.79
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 6265 0 0 0 9572 7 0 0 25 0 1 0 42820277 26087424 6207 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 6369 6207 79 151 0 6215 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 42216

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17599
/proc/meminfo: memFree=1737720/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.32
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1686 33772 0 5 6 2 496 28 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=28972 CPUtime=155.24
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 7111 0 0 0 15515 9 0 0 25 0 1 0 42820277 29667328 7053 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 7243 7053 79 151 0 7089 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 45712

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17609
/proc/meminfo: memFree=1735096/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.47
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1756 37476 0 6 6 3 507 31 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=28972 CPUtime=214.5
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 7114 0 0 0 21441 9 0 0 25 0 1 0 42820277 29667328 7054 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 7243 7054 79 151 0 7089 0
Current children cumulated CPU time (s) 219.97
Current children cumulated vsize (KiB) 45712

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17609
/proc/meminfo: memFree=1732536/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.47
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1756 37476 0 6 6 3 507 31 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=28972 CPUtime=273.94
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 7119 0 0 0 27385 9 0 0 25 0 1 0 42820277 29667328 7059 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17569/statm: 7243 7059 79 151 0 7089 0
Current children cumulated CPU time (s) 279.41
Current children cumulated vsize (KiB) 45712

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17611
/proc/meminfo: memFree=1724984/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.47
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1756 37476 0 6 6 3 507 31 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=34356 CPUtime=333.37
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 8450 0 0 0 33328 9 0 0 25 0 1 0 42820277 35180544 8390 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=17569] ppid=17546 vsize=65512 CPUtime=2890.14
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15948 0 0 0 288993 21 0 0 25 0 1 0 42820277 67084288 15886 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16378 15886 79 151 0 16224 0
Current children cumulated CPU time (s) 2895.72
Current children cumulated vsize (KiB) 82252

[startup+2982.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 17666
/proc/meminfo: memFree=1823416/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65512 CPUtime=2950.11
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15948 0 0 0 294990 21 0 0 25 0 1 0 42820277 67084288 15886 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16378 15886 79 151 0 16224 0
Current children cumulated CPU time (s) 2955.69
Current children cumulated vsize (KiB) 82252

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17666
/proc/meminfo: memFree=1823352/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3010.09
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15990 0 0 0 300988 21 0 0 25 0 1 0 42820277 67334144 15928 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15928 79 151 0 16285 0
Current children cumulated CPU time (s) 3015.67
Current children cumulated vsize (KiB) 82496

[startup+3102.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 17666
/proc/meminfo: memFree=1823352/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3070.07
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15991 0 0 0 306986 21 0 0 25 0 1 0 42820277 67334144 15929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15929 79 151 0 16285 0
Current children cumulated CPU time (s) 3075.65
Current children cumulated vsize (KiB) 82496

[startup+3162.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 17666
/proc/meminfo: memFree=1823232/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3130.04
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15992 0 0 0 312983 21 0 0 25 0 1 0 42820277 67334144 15930 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15930 79 151 0 16285 0
Current children cumulated CPU time (s) 3135.62
Current children cumulated vsize (KiB) 82496

[startup+3222.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 17666
/proc/meminfo: memFree=1823232/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3190.02
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15992 0 0 0 318981 21 0 0 25 0 1 0 42820277 67334144 15930 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15930 79 151 0 16285 0
Current children cumulated CPU time (s) 3195.6
Current children cumulated vsize (KiB) 82496

[startup+3282.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/83 17666
/proc/meminfo: memFree=1823168/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3250
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15995 0 0 0 324979 21 0 0 25 0 1 0 42820277 67334144 15933 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15933 79 151 0 16285 0
Current children cumulated CPU time (s) 3255.58
Current children cumulated vsize (KiB) 82496

[startup+3342.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/83 17666
/proc/meminfo: memFree=1823104/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3309.97
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15995 0 0 0 330976 21 0 0 25 0 1 0 42820277 67334144 15933 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15933 79 151 0 16285 0
Current children cumulated CPU time (s) 3315.55
Current children cumulated vsize (KiB) 82496

[startup+3402.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 17666
/proc/meminfo: memFree=1823040/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3369.95
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15996 0 0 0 336974 21 0 0 25 0 1 0 42820277 67334144 15934 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15934 79 151 0 16285 0
Current children cumulated CPU time (s) 3375.53
Current children cumulated vsize (KiB) 82496

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17666
/proc/meminfo: memFree=1822912/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3429.93
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15996 0 0 0 342972 21 0 0 25 0 1 0 42820277 67334144 15934 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15934 79 151 0 16285 0
Current children cumulated CPU time (s) 3435.51
Current children cumulated vsize (KiB) 82496

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17666
/proc/meminfo: memFree=1822848/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3489.9
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 15997 0 0 0 348969 21 0 0 25 0 1 0 42820277 67334144 15935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15935 79 151 0 16285 0
Current children cumulated CPU time (s) 3495.48
Current children cumulated vsize (KiB) 82496

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17666
/proc/meminfo: memFree=1822720/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3549.88
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 16004 0 0 0 354967 21 0 0 25 0 1 0 42820277 67334144 15942 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15942 79 151 0 16285 0
Current children cumulated CPU time (s) 3555.46
Current children cumulated vsize (KiB) 82496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17666
/proc/meminfo: memFree=1822720/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3594.47
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 16004 0 0 0 359426 21 0 0 25 0 1 0 42820277 67334144 15942 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15942 79 151 0 16285 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 82496

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3626.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17666
/proc/meminfo: memFree=1822720/2055920 swapFree=4192812/4192956
[pid=17546] ppid=17544 vsize=16740 CPUtime=5.58
/proc/17546/stat : 17546 (sugar++) S 17544 17546 17509 0 -1 4194304 1827 41183 0 7 6 3 516 33 16 0 1 0 42819771 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17546/statm: 4185 1115 414 3 0 764 0
[pid=17569] ppid=17546 vsize=65756 CPUtime=3594.47
/proc/17569/stat : 17569 (minisat-inc) R 17546 17546 17509 0 -1 4194304 16004 0 0 0 359426 21 0 0 25 0 1 0 42820277 67334144 15942 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17569/statm: 16439 15942 79 151 0 16285 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 82496

Child status: 0
Real time (s): 3626.92
CPU time (s): 3600.1
CPU user time (s): 3599.5
CPU system time (s): 0.605907
CPU usage (%): 99.2606
Max. virtual memory (cumulated for all children) (KiB): 886420

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

runsolver used 4.30734 second user time and 11.4713 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 13:13:31
IDJOB=1112051
IDBENCH=61356
IDSOLVER=367
FILE ID=node55/1112051-1215861211
PBS_JOBID= 7903514
Free space on /tmp= 66400 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40017794d5449d97408a6786f1b506f6
RANDOM SEED=172731597

node55.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.225
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.225
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:       1781728 kB
Buffers:         19624 kB
Cached:          88904 kB
SwapCached:          0 kB
Active:         189288 kB
Inactive:        34704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:         126608 kB
Slab:            35380 kB
Committed_AS:   301844 kB
PageTables:       2012 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= 66428 MiB
End job on node55 at 2008-07-12 14:14:00