Trace number 1128035

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 720.322 724.869

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-40/
normalized-kbtree-5-2-4-5-40-32_ext.xml
MD5SUMea3cc31361e75eca613b92459df59fe4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark2.20466
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 23 04:19:46 2008
0.00/0.07	c 0	PID 4648
0.00/0.07	c 0	HOST node90.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1128035-1216779586.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128035-1216779586.xml' 'HOME/temp.csp'
0.06/0.42	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.06/0.43	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.43	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.40/0.51	c 0	Parsing HOME/temp.csp
0.40/0.64	c 0	parsed 485 expressions
0.40/0.64	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.65	c 0	MAX CSP: 211 constraints
0.40/0.65	c 0	Converting to clausal form CSP
0.40/0.67	c 0	converted 70 (10%) expressions
0.40/0.68	c 0	converted 140 (20%) expressions
0.40/0.68	c 0	converted 210 (30%) expressions
0.40/0.68	c 0	converted 280 (40%) expressions
0.40/0.70	c 0	converted 350 (50%) expressions
0.40/0.70	c 0	converted 420 (60%) expressions
0.40/0.71	c 0	converted 490 (70%) expressions
0.40/0.71	c 0	converted 560 (80%) expressions
0.40/0.72	c 0	converted 630 (90%) expressions
0.40/0.85	c 1	converted 699 (100%) expressions
0.40/0.85	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.40/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.85	c 1	Propagation in CSP
0.40/0.88	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.88	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.40/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.88	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.88	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.40/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/0.92	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.40/0.92	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.40/0.92	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.40/0.92	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.40/0.92	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.40/0.93	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.40/0.93	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.40/0.93	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.40/0.93	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.40/0.93	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.40/0.96	c 1	64 (10%) CSP clauses are encoded (3280 clauses, 42678 bytes)
0.40/0.98	c 1	127 (20%) CSP clauses are encoded (3650 clauses, 49456 bytes)
0.40/0.98	c 1	190 (30%) CSP clauses are encoded (4034 clauses, 57241 bytes)
0.40/1.00	c 1	253 (40%) CSP clauses are encoded (4550 clauses, 65155 bytes)
0.94/1.01	c 1	316 (50%) CSP clauses are encoded (7535 clauses, 109362 bytes)
0.94/1.01	c 1	380 (60%) CSP clauses are encoded (8579 clauses, 126575 bytes)
0.94/1.03	c 1	443 (70%) CSP clauses are encoded (16858 clauses, 270625 bytes)
0.94/1.03	c 1	506 (80%) CSP clauses are encoded (17987 clauses, 289637 bytes)
0.94/1.05	c 1	569 (90%) CSP clauses are encoded (27434 clauses, 451768 bytes)
1.04/1.11	c 1	632 (100%) CSP clauses are encoded (65116 clauses, 1138953 bytes)
1.04/1.11	c 1	632 CSP clauses encoded
1.04/1.12	c 1	Writing map file : HOME/temp.map
1.04/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.12	c 1	SAT : 3374 SAT variables, 65116 SAT clauses, 1138953 bytes
1.04/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.17	c 1	OBJECTIVE minimize _COST
1.04/1.17	c 1	SOLVING HOME/temp.cnf
1.04/1.17	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.04/1.17	c 1	This is MiniSat 2.0 beta incremental
1.04/1.17	c 1	WARNING: for repeatability, setting FPU to use double precision
1.04/1.17	c 1	============================[ Problem Statistics ]=============================
1.04/1.17	c 1	|                                                                             |
1.04/1.17	c 1	|  Number of variables:  3374                                                 |
1.04/1.17	c 1	|  Number of clauses:    65116                                                |
1.04/1.20	c 1	|  Parsing time:         0.02         s                                       |
1.04/1.20	c 1	OK
1.04/1.20	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.04/1.20	c 1	SEARCHING: _COST <= 106
1.04/1.20	c 1	============================[ Search Statistics ]==============================
1.04/1.20	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.04/1.20	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.04/1.20	c 1	===============================================================================
1.09/1.20	c 1	|         0 |    3374    65116   187987 |    21705        0    nan |  0.000 % |
1.09/1.21	c 1	===============================================================================
1.09/1.21	c 1	restarts              : 1
1.09/1.21	c 1	conflicts             : 49            (1361 /sec)
1.09/1.21	c 1	decisions             : 400           (0.25 % random) (11113 /sec)
1.09/1.21	c 1	propagations          : 10588          (294160 /sec)
1.09/1.21	c 1	conflict literals     : 690            (2.27 % deleted)
1.09/1.21	c 1	Memory used           : 4.75 MB
1.09/1.21	c 1	CPU time              : 0.035994 s
1.09/1.21	c 1	
1.09/1.21	c 1	SATISFIABLE
1.09/1.21	c 1	OK
1.09/1.21	c 1	FOUND: _COST <= 106
1.09/1.21	s SATISFIABLE
1.09/1.21	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.09/1.21	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.09/1.29	c 1	Decoding HOME/temp.out
1.09/1.35	c 1	OBJECTIVE _COST 86
1.09/1.35	o 86
1.09/1.35	v 4 2 1 2 1 4 1 2 4 2 1 4 0 3 4 4 2 1 2 4 4 2 2 3 4 4 3 2 1 2 3 1 2 4 1 3 4 4 4 0 4 4 4 0 2 4 4 4 3 1 3 4 0 2 3 0 3 1 4 4 3 4
1.09/1.36	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.42	c 1	OK
1.09/1.42	c 1	OBJECTIVE BOUND: 0 <= _COST <= 86
1.09/1.42	c 1	SEARCHING: _COST <= 43
1.09/1.42	c 1	============================[ Search Statistics ]==============================
1.09/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.43	c 1	===============================================================================
1.09/1.43	c 1	|        49 |    3374    65116   187987 |    21705       49     14 |  0.000 % |
1.09/1.43	c 1	===============================================================================
1.09/1.43	c 1	restarts              : 2
1.09/1.43	c 1	conflicts             : 143           (2919 /sec)
1.09/1.43	c 1	decisions             : 677           (0.44 % random) (13819 /sec)
1.09/1.43	c 1	propagations          : 36890          (752980 /sec)
1.09/1.43	c 1	conflict literals     : 2533           (16.73 % deleted)
1.09/1.43	c 1	Memory used           : 4.75 MB
1.09/1.43	c 1	CPU time              : 0.048992 s
1.09/1.43	c 1	
1.09/1.43	c 1	SATISFIABLE
1.09/1.43	c 1	OK
1.09/1.43	c 1	FOUND: _COST <= 43
1.09/1.43	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.09/1.43	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.24/1.50	c 1	Decoding HOME/temp.out
1.24/1.57	c 1	OBJECTIVE _COST 43
1.24/1.57	o 43
1.24/1.57	v 3 4 1 1 3 4 1 4 4 4 4 4 0 3 1 2 2 4 3 3 1 3 4 3 1 4 4 3 1 4 0 1 4 0 3 0 2 4 1 4 4 4 3 4 2 0 2 4 3 1 3 4 0 2 3 1 3 1 0 4 3 0
1.24/1.57	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.62	c 1	OK
1.24/1.62	c 1	OBJECTIVE BOUND: 0 <= _COST <= 43
1.24/1.62	c 1	SEARCHING: _COST <= 21
1.24/1.64	c 1	============================[ Search Statistics ]==============================
1.24/1.64	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.64	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.64	c 1	===============================================================================
1.24/1.64	c 1	|       143 |    2354    65116   187987 |    21705      143     18 |  0.000 % |
1.24/1.64	c 1	|       243 |    2354    65116   187987 |    23875      243     16 | 42.593 % |
1.24/1.65	c 1	|       393 |    2354    65116   187987 |    26263      393     17 | 42.593 % |
1.24/1.67	c 1	|       618 |    2354    65116   187987 |    28889      618     18 | 42.593 % |
1.41/1.70	c 1	|       957 |    2354    65116   187987 |    31778      957     17 | 42.593 % |
1.41/1.75	c 2	===============================================================================
1.41/1.75	c 2	restarts              : 7
1.41/1.75	c 2	conflicts             : 1357          (7891 /sec)
1.41/1.75	c 2	decisions             : 2299          (0.70 % random) (13368 /sec)
1.41/1.75	c 2	propagations          : 321220         (1867851 /sec)
1.41/1.75	c 2	conflict literals     : 25021          (28.00 % deleted)
1.41/1.75	c 2	Memory used           : 4.75 MB
1.41/1.75	c 2	CPU time              : 0.171973 s
1.41/1.75	c 2	
1.41/1.75	c 2	SATISFIABLE
1.41/1.75	c 2	OK
1.41/1.75	c 2	FOUND: _COST <= 21
1.41/1.75	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.41/1.75	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.42/1.82	c 2	Decoding HOME/temp.out
1.42/1.89	c 2	OBJECTIVE _COST 21
1.42/1.89	o 21
1.42/1.89	v 4 4 3 2 1 4 0 4 4 0 1 1 0 3 2 2 3 4 3 0 1 2 0 2 1 1 4 2 4 4 0 1 4 0 3 1 2 2 1 1 1 3 3 4 4 3 3 1 0 4 4 4 2 2 4 0 0 0 1 4 4 0
1.42/1.89	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.95	c 2	OK
1.42/1.95	c 2	OBJECTIVE BOUND: 0 <= _COST <= 21
1.42/1.95	c 2	SEARCHING: _COST <= 10
1.42/1.96	c 2	============================[ Search Statistics ]==============================
1.42/1.97	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.42/1.97	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.42/1.97	c 2	===============================================================================
1.42/1.97	c 2	|      1357 |    1635    14602    41472 |     4867     1338     18 | 42.593 % |
1.42/1.97	c 2	|      1457 |    1635    14602    41472 |     5354     1438     18 | 51.543 % |
1.42/1.98	c 2	|      1607 |    1635    14602    41472 |     5889     1588     18 | 51.543 % |
1.42/1.99	c 2	|      1833 |    1635    14602    41472 |     6478     1814     17 | 51.543 % |
1.59/2.02	c 2	|      2170 |    1635    14602    41472 |     7126     2151     17 | 51.543 % |
1.59/2.07	c 2	|      2676 |    1635    14602    41472 |     7838     2657     17 | 51.543 % |
1.91/2.14	c 2	|      3435 |    1635    14602    41472 |     8622     3416     16 | 51.543 % |
2.01/2.25	c 2	|      4575 |    1635    14602    41472 |     9485     4556     16 | 51.543 % |
2.20/2.42	c 2	|      6283 |    1635    14602    41472 |    10433     6264     16 | 51.543 % |
2.40/2.69	c 2	|      8845 |    1635    14602    41472 |    11476     8826     17 | 51.543 % |
2.90/3.15	c 3	|     12689 |    1635    14602    41472 |    12624    12670     16 | 51.543 % |
3.60/3.86	c 4	|     18456 |    1635    14602    41472 |    13887    10891     16 | 51.543 % |
4.82/5.77	c 6	|     27105 |    1635    14602    41472 |    15275    11469     18 | 51.543 % |
6.81/7.74	c 8	|     40080 |    1635    14602    41472 |    16803    15544     17 | 51.543 % |
9.79/10.73	c 11	|     59541 |    1635    14602    41472 |    18483    15807     19 | 51.543 % |
14.67/15.66	c 15	|     88733 |    1635    14602    41472 |    20332    13775     21 | 51.543 % |
22.14/23.19	c 23	|    132522 |    1635    14602    41472 |    22365    12438     19 | 51.543 % |
34.34/35.47	c 35	|    198208 |    1635    14602    41472 |    24601    16233     18 | 51.543 % |
53.44/54.60	c 54	|    296735 |    1635    14602    41472 |    27061    15305     17 | 51.543 % |
83.19/84.54	c 84	|    444524 |    1635    14602    41472 |    29768    18734     18 | 51.543 % |
129.84/131.48	c 131	|    666207 |    1635    14602    41472 |    32744    15308     21 | 51.543 % |
206.07/208.04	c 208	|    998732 |    1635    14602    41472 |    36019    24958     20 | 51.543 % |
330.33/332.98	c 333	|   1497521 |    1635    14602    41472 |    39621    31820     23 | 51.543 % |
535.09/538.73	c 539	|   2245706 |    1635    14602    41472 |    43583    20244     21 | 51.543 % |
607.63/611.67	c 611	===============================================================================
607.63/611.67	c 611	restarts              : 31
607.63/611.67	c 611	conflicts             : 2503222       (4130 /sec)
607.63/611.67	c 611	decisions             : 2790158       (0.84 % random) (4604 /sec)
607.63/611.67	c 611	propagations          : 603742112      (996135 /sec)
607.63/611.67	c 611	conflict literals     : 52323144       (26.33 % deleted)
607.63/611.67	c 611	Memory used           : 15.02 MB
607.63/611.67	c 611	CPU time              : 606.085 s
607.63/611.67	c 611	
607.63/611.67	c 611	SATISFIABLE
607.63/611.68	c 611	OK
607.63/611.68	c 611	FOUND: _COST <= 10
607.63/611.68	c 611	DECODING HOME/temp.out WITH HOME/temp.map
607.63/611.68	c 611	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
607.70/611.76	c 612	Decoding HOME/temp.out
607.70/611.82	c 612	OBJECTIVE _COST 10
607.70/611.82	o 10
607.70/611.82	v 1 1 0 1 0 2 3 1 2 4 4 2 2 2 1 0 1 4 4 0 4 3 4 2 1 0 2 2 4 1 4 1 3 3 1 3 4 2 1 1 1 3 3 4 4 3 3 1 0 4 1 3 3 2 3 3 4 2 1 4 4 0
607.70/611.83	c 612	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
607.70/611.85	c 612	OK
607.70/611.85	c 612	OBJECTIVE BOUND: 0 <= _COST <= 10
607.70/611.85	c 612	SEARCHING: _COST <= 5
607.70/611.85	c 612	============================[ Search Statistics ]==============================
607.70/611.85	c 612	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
607.70/611.85	c 612	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
607.70/611.85	c 612	===============================================================================
607.70/611.85	c 612	|   2503222 |    1374     8740    24598 |     2913    26075     24 | 51.543 % |
607.89/611.97	c 612	|   2503322 |    1374     8740    24598 |     3204     3360     20 | 59.279 % |
607.89/611.99	c 612	|   2503472 |    1374     8740    24598 |     3525     3510     20 | 59.279 % |
607.99/612.01	c 612	|   2503699 |    1374     8740    24598 |     3877     3737     20 | 59.279 % |
607.99/612.04	c 612	|   2504036 |    1374     8740    24598 |     4265     4074     19 | 59.279 % |
607.99/612.09	c 612	|   2504542 |    1374     8740    24598 |     4691     4580     18 | 59.279 % |
608.09/612.18	c 612	|   2505301 |    1374     8740    24598 |     5161     5339     17 | 59.279 % |
608.29/612.30	c 612	|   2506440 |    1374     8740    24598 |     5677     6478     16 | 59.279 % |
608.39/612.40	c 612	===============================================================================
608.39/612.40	c 612	restarts              : 39
608.39/612.40	c 612	conflicts             : 2507385       (4133 /sec)
608.39/612.40	c 612	decisions             : 2794960       (0.84 % random) (4607 /sec)
608.39/612.40	c 612	propagations          : 604832064      (997012 /sec)
608.39/612.40	c 612	conflict literals     : 52375106       (26.33 % deleted)
608.39/612.40	c 612	Memory used           : 15.02 MB
608.39/612.40	c 612	CPU time              : 606.645 s
608.39/612.40	c 612	
608.39/612.40	c 612	UNSATISFIABLE
608.39/612.40	c 612	OK
608.39/612.40	c 612	NOT FOUND: _COST <= 5
608.39/612.40	c 612	OK
608.39/612.40	c 612	OBJECTIVE BOUND: 6 <= _COST <= 10
608.39/612.40	c 612	SEARCHING: _COST <= 8
608.39/612.40	c 612	============================[ Search Statistics ]==============================
608.39/612.40	c 612	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
608.39/612.40	c 612	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
608.39/612.40	c 612	===============================================================================
608.39/612.40	c 612	|   2507385 |    1360     8672    24436 |     2890     7414     16 | 59.279 % |
608.39/612.42	c 612	|   2507486 |    1360     8672    24436 |     3179     3808     12 | 59.692 % |
608.39/612.43	c 612	|   2507636 |    1360     8672    24436 |     3497     3958     12 | 59.692 % |
608.39/612.46	c 612	|   2507862 |    1360     8672    24436 |     3847     4184     12 | 59.692 % |
608.39/612.49	c 612	|   2508199 |    1360     8672    24436 |     4232     4521     12 | 59.692 % |
608.49/612.53	c 612	|   2508706 |    1360     8672    24436 |     4655     5028     13 | 59.692 % |
608.59/612.62	c 612	|   2509465 |    1360     8672    24436 |     5120     5787     13 | 59.692 % |
608.69/612.74	c 613	|   2510604 |    1360     8672    24436 |     5633     6926     13 | 59.692 % |
608.88/612.93	c 613	|   2512315 |    1360     8672    24436 |     6196     4710     13 | 59.692 % |
609.18/613.21	c 613	|   2514877 |    1360     8672    24436 |     6816     7272     14 | 59.692 % |
609.58/613.65	c 613	|   2518721 |    1360     8672    24436 |     7497     6480     16 | 59.692 % |
610.28/614.32	c 614	|   2524489 |    1360     8672    24436 |     8247     7399     15 | 59.692 % |
611.28/615.38	c 615	|   2533139 |    1360     8672    24436 |     9072     5540     14 | 59.692 % |
612.84/616.98	c 617	|   2546113 |    1360     8672    24436 |     9979     7148     14 | 59.692 % |
615.32/619.46	c 619	|   2565575 |    1360     8672    24436 |    10977     8225     15 | 59.692 % |
619.10/623.26	c 623	|   2594768 |    1360     8672    24436 |    12075    10810     15 | 59.692 % |
625.07/629.24	c 629	|   2638557 |    1360     8672    24436 |    13282    11284     19 | 59.692 % |
629.55/633.77	c 634	===============================================================================
629.55/633.77	c 634	restarts              : 56
629.55/633.77	c 634	conflicts             : 2670676       (4254 /sec)
629.55/633.77	c 634	decisions             : 2978972       (0.85 % random) (4745 /sec)
629.55/633.77	c 634	propagations          : 645326246      (1027793 /sec)
629.55/633.77	c 634	conflict literals     : 55102245       (26.40 % deleted)
629.55/633.77	c 634	Memory used           : 15.02 MB
629.55/633.77	c 634	CPU time              : 627.876 s
629.55/633.77	c 634	
629.55/633.77	c 634	UNSATISFIABLE
629.55/633.77	c 634	OK
629.55/633.77	c 634	NOT FOUND: _COST <= 8
629.55/633.77	c 634	OK
629.55/633.77	c 634	OBJECTIVE BOUND: 9 <= _COST <= 10
629.55/633.77	c 634	SEARCHING: _COST <= 9
629.55/633.77	c 634	============================[ Search Statistics ]==============================
629.55/633.77	c 634	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
629.55/633.77	c 634	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
629.55/633.77	c 634	===============================================================================
629.55/633.77	c 634	|   2670676 |    1348     8597    24247 |     2865    12193     17 | 59.692 % |
629.55/633.80	c 634	|   2670777 |    1348     8597    24247 |     3152     3150     14 | 60.048 % |
629.65/633.81	c 634	|   2670927 |    1348     8597    24247 |     3467     3300     14 | 60.048 % |
629.65/633.83	c 634	|   2671153 |    1348     8597    24247 |     3814     3526     14 | 60.048 % |
629.65/633.86	c 634	|   2671490 |    1348     8597    24247 |     4195     3863     14 | 60.048 % |
629.75/633.91	c 634	|   2671996 |    1348     8597    24247 |     4615     4369     14 | 60.048 % |
629.75/633.99	c 634	|   2672755 |    1348     8597    24247 |     5076     5128     15 | 60.048 % |
629.95/634.10	c 634	|   2673895 |    1348     8597    24247 |     5584     6268     15 | 60.048 % |
630.14/634.32	c 634	|   2675603 |    1348     8597    24247 |     6142     7976     15 | 60.048 % |
630.44/634.64	c 634	|   2678165 |    1348     8597    24247 |     6757     6255     15 | 60.048 % |
630.93/635.11	c 635	|   2682009 |    1348     8597    24247 |     7432     5522     15 | 60.048 % |
631.63/635.84	c 636	|   2687775 |    1348     8597    24247 |     8176     6429     14 | 60.048 % |
632.63/636.86	c 637	|   2696427 |    1348     8597    24247 |     8993     9831     17 | 60.048 % |
634.32/638.55	c 638	|   2709402 |    1348     8597    24247 |     9893     5762     17 | 60.048 % |
636.91/641.14	c 641	|   2728864 |    1348     8597    24247 |    10882     6720     17 | 60.048 % |
640.69/644.98	c 645	|   2758056 |    1348     8597    24247 |    11970     9546     16 | 60.048 % |
646.76/651.09	c 651	|   2801845 |    1348     8597    24247 |    13167    10210     18 | 60.048 % |
656.11/660.42	c 660	|   2867530 |    1348     8597    24247 |    14484    14070     19 | 60.048 % |
670.74/675.13	c 675	|   2966059 |    1348     8597    24247 |    15932    11768     16 | 60.048 % |
694.64/699.17	c 699	|   3113848 |    1348     8597    24247 |    17526    13429     18 | 60.048 % |
720.22/724.86	c 725	===============================================================================
720.22/724.86	c 725	restarts              : 76
720.22/724.86	c 725	conflicts             : 3273978       (4556 /sec)
720.22/724.86	c 725	decisions             : 3655513       (0.88 % random) (5087 /sec)
720.22/724.86	c 725	propagations          : 792242850      (1102587 /sec)
720.22/724.86	c 725	conflict literals     : 66440595       (26.41 % deleted)
720.22/724.86	c 725	Memory used           : 15.02 MB
720.22/724.86	c 725	CPU time              : 718.531 s
720.22/724.86	c 725	
720.22/724.86	c 725	UNSATISFIABLE
720.22/724.86	c 725	OK
720.22/724.86	c 725	NOT FOUND: _COST <= 9
720.22/724.86	c 725	OK
720.22/724.86	c 725	OBJECTIVE _COST 10
720.22/724.86	s OPTIMUM FOUND
720.22/724.86	c 725	CPU 720.06 (0.06 0.02 720 0.21)
720.22/724.86	c 725	END Wed Jul 23 04:31:51 2008

Verifier Data (download as text)

OK	10	201
10 unsatisfied constraints, 201 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-1128035-1216779586/watcher-1128035-1216779586 -o /tmp/evaluation-result-1128035-1216779586/solver-1128035-1216779586 -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-1128035-1216779586.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/81 4648
/proc/meminfo: memFree=1610968/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=12272 CPUtime=0
/proc/4648/stat : 4648 (sugar++) R 4646 4648 3661 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 5043100 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 1 0 0
/proc/4648/statm: 3068 327 246 3 0 168 0

[startup+0.0796591 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4648
/proc/meminfo: memFree=1610968/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16740 CPUtime=0.06
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 5043100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101665 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4648
/proc/meminfo: memFree=1610968/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16740 CPUtime=0.06
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 5043100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301702 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4648
/proc/meminfo: memFree=1610968/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16740 CPUtime=0.06
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 5043100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701767 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4648
/proc/meminfo: memFree=1610968/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16740 CPUtime=0.4
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1296 4570 0 1 5 1 31 3 15 0 1 0 5043100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.50192 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 4670
/proc/meminfo: memFree=1595328/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.24
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1583 15043 0 3 5 2 107 10 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 16872

[startup+3.10121 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 4701
/proc/meminfo: memFree=1602248/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 15 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=4996 CPUtime=1.31
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 1169 0 0 0 131 0 0 0 25 0 1 0 5043217 5115904 1112 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 1249 1112 79 151 0 1095 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 21868

[startup+6.3018 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 4701
/proc/meminfo: memFree=1601864/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=5392 CPUtime=3.83
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 1286 0 0 0 383 0 0 0 25 0 1 0 5043217 5521408 1229 996147200 134512640 135134323 4294956192 18446744073709551615 134532100 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 1348 1229 79 151 0 1194 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 22264

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 4701
/proc/meminfo: memFree=1600912/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=6324 CPUtime=10.2
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 1496 0 0 0 1019 1 0 0 25 0 1 0 5043217 6475776 1439 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 1581 1439 79 151 0 1427 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 23196

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 4701
/proc/meminfo: memFree=1600144/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=7140 CPUtime=22.91
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 1716 0 0 0 2290 1 0 0 25 0 1 0 5043217 7311360 1659 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 1785 1659 79 151 0 1631 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 24012

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 4701
/proc/meminfo: memFree=1599120/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=8116 CPUtime=48.37
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 1957 0 0 0 4836 1 0 0 25 0 1 0 5043217 8310784 1900 996147200 134512640 135134323 4294956192 18446744073709551615 134528951 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 2029 1900 79 151 0 1875 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 24988

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1597968/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=9352 CPUtime=99.31
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 2230 0 0 0 9930 1 0 0 25 0 1 0 5043217 9576448 2173 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 2338 2173 79 151 0 2184 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 26224

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1596560/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=10696 CPUtime=159
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 2570 0 0 0 15899 1 0 0 25 0 1 0 5043217 10952704 2513 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 2674 2513 79 151 0 2520 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 27568

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1596048/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=11136 CPUtime=218.7
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 2693 0 0 0 21868 2 0 0 25 0 1 0 5043217 11403264 2636 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 2784 2636 79 151 0 2630 0
Current children cumulated CPU time (s) 220.29
Current children cumulated vsize (KiB) 28008

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1595280/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=11876 CPUtime=278.39
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 2870 0 0 0 27837 2 0 0 25 0 1 0 5043217 12161024 2813 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 2969 2813 79 151 0 2815 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 28748

[startup+342.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1594640/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=12636 CPUtime=338.09
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3024 0 0 0 33807 2 0 0 25 0 1 0 5043217 12939264 2967 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 3159 2967 79 151 0 3005 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 29508

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1593680/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=13624 CPUtime=397.78
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3264 0 0 0 39776 2 0 0 25 0 1 0 5043217 13950976 3207 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 3406 3207 79 151 0 3252 0
Current children cumulated CPU time (s) 399.37
Current children cumulated vsize (KiB) 30496

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1593040/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=14108 CPUtime=457.48
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3370 0 0 0 45746 2 0 0 25 0 1 0 5043217 14446592 3313 996147200 134512640 135134323 4294956192 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 3527 3313 79 151 0 3373 0
Current children cumulated CPU time (s) 459.07
Current children cumulated vsize (KiB) 30980

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1592976/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=14108 CPUtime=517.18
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3397 0 0 0 51716 2 0 0 25 0 1 0 5043217 14446592 3340 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 3527 3340 79 151 0 3373 0
Current children cumulated CPU time (s) 518.77
Current children cumulated vsize (KiB) 30980

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4703
/proc/meminfo: memFree=1592656/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.59
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1688 22573 0 5 6 2 136 15 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=14520 CPUtime=576.88
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3483 0 0 0 57686 2 0 0 25 0 1 0 5043217 14868480 3426 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/4671/statm: 3630 3426 79 151 0 3476 0
Current children cumulated CPU time (s) 578.47
Current children cumulated vsize (KiB) 31392

[startup+642.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=636.38
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 63635 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 638.1
Current children cumulated vsize (KiB) 32252

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=696.1
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 69607 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 697.82
Current children cumulated vsize (KiB) 32252

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

[startup+703.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=697.7
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 69767 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 699.42
Current children cumulated vsize (KiB) 32252

[startup+716.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=710.44
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71041 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 712.16
Current children cumulated vsize (KiB) 32252

[startup+719.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=713.62
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71359 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 715.34
Current children cumulated vsize (KiB) 32252

[startup+723.103 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=716.8
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71677 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134532172 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 718.52
Current children cumulated vsize (KiB) 32252

[startup+723.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=717.6
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71757 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 719.32
Current children cumulated vsize (KiB) 32252

[startup+724.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=718
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71797 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134532198 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 719.72
Current children cumulated vsize (KiB) 32252

[startup+724.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=718.4
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71837 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134532202 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 720.12
Current children cumulated vsize (KiB) 32252

[startup+724.801 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4713
/proc/meminfo: memFree=1591632/2055920 swapFree=4192956/4192956
[pid=4648] ppid=4646 vsize=16872 CPUtime=1.72
/proc/4648/stat : 4648 (sugar++) S 4646 4648 3661 0 -1 4194304 1759 26340 0 6 6 2 147 17 16 0 1 0 5043100 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4648/statm: 4218 1118 414 3 0 797 0
[pid=4671] ppid=4648 vsize=15380 CPUtime=718.5
/proc/4671/stat : 4671 (minisat-inc) R 4648 4648 3661 0 -1 4194304 3698 0 0 0 71847 3 0 0 25 0 1 0 5043217 15749120 3635 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4671/statm: 3845 3635 79 151 0 3691 0
Current children cumulated CPU time (s) 720.22
Current children cumulated vsize (KiB) 32252

Child status: 0
Real time (s): 724.869
CPU time (s): 720.322
CPU user time (s): 720.078
CPU system time (s): 0.242963
CPU usage (%): 99.3727
Max. virtual memory (cumulated for all children) (KiB): 890448

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

runsolver used 0.671897 second user time and 1.9907 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-23 04:19:46
IDJOB=1128035
IDBENCH=64585
IDSOLVER=367
FILE ID=node90/1128035-1216779586
PBS_JOBID= 7974096
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-40/normalized-kbtree-5-2-4-5-40-32_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-1128035-1216779586/watcher-1128035-1216779586 -o /tmp/evaluation-result-1128035-1216779586/solver-1128035-1216779586 -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-1128035-1216779586.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ea3cc31361e75eca613b92459df59fe4
RANDOM SEED=1775199927

node90.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611384 kB
Buffers:         30340 kB
Cached:         345156 kB
SwapCached:          0 kB
Active:         328344 kB
Inactive:        71964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611384 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             924 kB
Writeback:           0 kB
Mapped:          44916 kB
Slab:            29424 kB
Committed_AS:   123748 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node90 at 2008-07-23 04:31:51