Trace number 1114379

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 99.6139 101.336

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-93_ext.xml
MD5SUM1ddb53786e5f2a6d548ae915e1ccf36a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark99.6139
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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.09	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.09	c 0	BEGIN Sun Jul 13 00:19:22 2008
0.00/0.09	c 0	PID 13633
0.06/0.10	c 0	HOST node73.alineos.net
0.06/0.10	c 0	CONVERTING HOME/instance-1114379-1215901161.xml TO HOME/temp.csp
0.06/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114379-1215901161.xml' 'HOME/temp.csp'
0.06/0.94	c 1	1 domains, 40 variables, 0 predicates, 180 relations, 180 constraints
0.06/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.99	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.71/1.08	c 1	Parsing HOME/temp.csp
0.71/1.48	c 1	parsed 401 expressions
0.71/1.49	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.71/1.49	c 1	MAX CSP: 180 constraints
0.71/1.49	c 1	Converting to clausal form CSP
0.71/1.52	c 1	converted 59 (10%) expressions
0.71/1.52	c 1	converted 117 (20%) expressions
0.71/1.53	c 1	converted 176 (30%) expressions
0.71/1.55	c 1	converted 234 (40%) expressions
0.71/1.63	c 1	converted 292 (50%) expressions
0.71/1.65	c 1	converted 351 (60%) expressions
0.71/1.67	c 1	converted 409 (70%) expressions
0.71/1.70	c 1	converted 468 (80%) expressions
0.71/1.72	c 1	converted 526 (90%) expressions
0.71/1.88	c 1	converted 584 (100%) expressions
0.71/1.88	c 1	CSP : 400 integers, 0 booleans, 539 clauses, largest domain size 271
0.71/1.88	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.71/1.88	c 1	Propagation in CSP
0.71/1.90	c 2	176 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.71/1.90	c 2	CSP : 400 integers, 0 booleans, 539 clauses, largest domain size 181
0.71/1.90	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.71/1.90	c 2	Simplifing CSP by introducing new Boolean variables
0.71/1.90	c 2	CSP : 400 integers, 0 booleans, 539 clauses, largest domain size 181
0.71/1.90	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.71/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.71/1.97	c 2	40 (10%) CSP integer variables are encoded (920 clauses, 9978 bytes)
0.71/1.97	c 2	80 (20%) CSP integer variables are encoded (920 clauses, 9978 bytes)
0.71/1.97	c 2	120 (30%) CSP integer variables are encoded (920 clauses, 9978 bytes)
0.71/1.97	c 2	160 (40%) CSP integer variables are encoded (920 clauses, 9978 bytes)
0.71/1.97	c 2	200 (50%) CSP integer variables are encoded (920 clauses, 9978 bytes)
0.71/1.97	c 2	240 (60%) CSP integer variables are encoded (1147 clauses, 12929 bytes)
0.71/1.98	c 2	280 (70%) CSP integer variables are encoded (2337 clauses, 28399 bytes)
0.71/1.98	c 2	320 (80%) CSP integer variables are encoded (2703 clauses, 33157 bytes)
0.71/1.98	c 2	360 (90%) CSP integer variables are encoded (2904 clauses, 35770 bytes)
0.71/1.98	c 2	400 (100%) CSP integer variables are encoded (3189 clauses, 39475 bytes)
0.71/2.08	c 2	54 (10%) CSP clauses are encoded (11021 clauses, 216954 bytes)
1.79/2.14	c 2	108 (20%) CSP clauses are encoded (18834 clauses, 410954 bytes)
1.79/2.20	c 2	162 (30%) CSP clauses are encoded (26687 clauses, 606153 bytes)
1.89/2.23	c 2	216 (40%) CSP clauses are encoded (29572 clauses, 675189 bytes)
1.89/2.27	c 2	270 (50%) CSP clauses are encoded (47966 clauses, 1002194 bytes)
1.89/2.27	c 2	324 (60%) CSP clauses are encoded (48746 clauses, 1015248 bytes)
1.98/2.30	c 2	378 (70%) CSP clauses are encoded (65122 clauses, 1314219 bytes)
1.98/2.30	c 2	432 (80%) CSP clauses are encoded (65966 clauses, 1328384 bytes)
1.98/2.31	c 2	486 (90%) CSP clauses are encoded (67814 clauses, 1360743 bytes)
1.98/2.32	c 2	539 (100%) CSP clauses are encoded (74312 clauses, 1477333 bytes)
1.98/2.32	c 2	539 CSP clauses encoded
1.98/2.32	c 2	Writing map file : HOME/temp.map
1.98/2.33	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.33	c 2	SAT : 3589 SAT variables, 74312 SAT clauses, 1477333 bytes
1.98/2.33	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.39	c 2	OBJECTIVE minimize _COST
1.98/2.39	c 2	SOLVING HOME/temp.cnf
1.98/2.39	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.98/2.39	c 2	This is MiniSat 2.0 beta incremental
1.98/2.39	c 2	WARNING: for repeatability, setting FPU to use double precision
1.98/2.39	c 2	============================[ Problem Statistics ]=============================
1.98/2.39	c 2	|                                                                             |
1.98/2.39	c 2	|  Number of variables:  3589                                                 |
1.98/2.39	c 2	|  Number of clauses:    74312                                                |
2.02/2.43	c 2	|  Parsing time:         0.04         s                                       |
2.02/2.43	c 2	OK
2.02/2.43	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.02/2.43	c 2	SEARCHING: _COST <= 90
2.02/2.43	c 2	============================[ Search Statistics ]==============================
2.02/2.43	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.43	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.43	c 2	===============================================================================
2.02/2.43	c 2	|         0 |    3589    74312   260533 |    24770        0    nan |  0.000 % |
2.02/2.44	c 2	===============================================================================
2.02/2.44	c 2	restarts              : 1
2.02/2.44	c 2	conflicts             : 2             (47 /sec)
2.02/2.44	c 2	decisions             : 49            (0.00 % random) (1140 /sec)
2.02/2.44	c 2	propagations          : 3843           (89387 /sec)
2.02/2.44	c 2	conflict literals     : 19             (13.64 % deleted)
2.02/2.44	c 2	Memory used           : 5.12 MB
2.02/2.44	c 2	CPU time              : 0.042993 s
2.02/2.44	c 2	
2.02/2.44	c 2	SATISFIABLE
2.02/2.44	c 2	OK
2.02/2.44	c 2	FOUND: _COST <= 90
2.02/2.44	s SATISFIABLE
2.02/2.44	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.44	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'
2.02/2.52	c 2	Decoding HOME/temp.out
2.02/2.57	c 2	OBJECTIVE _COST 90
2.02/2.57	o 90
2.02/2.58	v 12 0 17 17 1 19 20 2 20 20 7 19 22 16 22 20 10 3 6 5 24 22 22 15 24 23 23 24 24 24 19 24 24 23 24 22 24 24 24 24
2.02/2.58	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.60	c 2	OK
2.02/2.60	c 2	OBJECTIVE BOUND: 0 <= _COST <= 90
2.02/2.60	c 2	SEARCHING: _COST <= 45
2.02/2.62	c 2	============================[ Search Statistics ]==============================
2.02/2.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.62	c 2	===============================================================================
2.02/2.62	c 2	|         2 |    3589    74312   260533 |    24770        2     10 |  0.000 % |
2.02/2.62	c 2	|       102 |    2898    74312   260533 |    27247      102     42 | 20.064 % |
2.02/2.64	c 2	===============================================================================
2.02/2.64	c 2	restarts              : 3
2.02/2.64	c 2	conflicts             : 250           (3013 /sec)
2.02/2.64	c 2	decisions             : 522           (0.38 % random) (6290 /sec)
2.02/2.64	c 2	propagations          : 36106          (435080 /sec)
2.02/2.64	c 2	conflict literals     : 8837           (19.41 % deleted)
2.02/2.64	c 2	Memory used           : 5.38 MB
2.02/2.64	c 2	CPU time              : 0.082987 s
2.02/2.64	c 2	
2.02/2.64	c 2	SATISFIABLE
2.02/2.64	c 2	OK
2.02/2.64	c 2	FOUND: _COST <= 45
2.02/2.64	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.64	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'
2.17/2.72	c 2	Decoding HOME/temp.out
2.17/2.78	c 2	OBJECTIVE _COST 45
2.17/2.78	o 45
2.17/2.79	v 3 11 21 0 23 21 16 4 24 14 24 8 0 21 18 12 16 18 24 16 1 24 3 10 24 18 24 15 0 20 24 24 1 14 22 4 24 4 24 24
2.17/2.79	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.17/2.81	c 2	OK
2.17/2.81	c 2	OBJECTIVE BOUND: 0 <= _COST <= 45
2.17/2.81	c 2	SEARCHING: _COST <= 22
2.17/2.83	c 2	============================[ Search Statistics ]==============================
2.17/2.83	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.83	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.83	c 2	===============================================================================
2.17/2.83	c 2	|       250 |    2869    74312   260533 |    24770      250     35 | 20.064 % |
2.17/2.83	c 2	|       350 |    2869    74312   260533 |    27247      350     32 | 31.348 % |
2.17/2.84	c 2	|       500 |    2869    74312   260533 |    29972      500     31 | 31.348 % |
2.17/2.87	c 2	|       726 |    2869    74312   260533 |    32969      726     30 | 31.348 % |
2.32/2.92	c 3	|      1063 |    2869    74312   260533 |    36266     1063     30 | 31.348 % |
2.32/2.98	c 3	|      1569 |    2869    74312   260533 |    39893     1569     31 | 31.348 % |
2.32/3.11	c 3	|      2329 |    2464    47188   182401 |    43882     2329     31 | 31.348 % |
2.79/3.25	c 3	|      3469 |    2464    47188   182401 |    48271     3469     28 | 31.348 % |
2.98/3.49	c 3	|      5178 |    2464    47188   182401 |    53098     5178     26 | 31.348 % |
3.38/3.88	c 4	|      7741 |    2464    47188   182401 |    58407     7741     28 | 31.348 % |
4.08/4.52	c 4	|     11585 |    2464    47188   182401 |    64248    11585     28 | 31.348 % |
5.26/5.74	c 5	|     17351 |    2464    47188   182401 |    70673    17351     30 | 31.348 % |
5.47/5.94	c 6	===============================================================================
5.47/5.94	c 6	restarts              : 15
5.47/5.94	c 6	conflicts             : 18397         (5772 /sec)
5.47/5.94	c 6	decisions             : 21757         (0.70 % random) (6826 /sec)
5.47/5.94	c 6	propagations          : 4755180        (1491814 /sec)
5.47/5.94	c 6	conflict literals     : 555285         (35.74 % deleted)
5.47/5.94	c 6	Memory used           : 7.46 MB
5.47/5.94	c 6	CPU time              : 3.18751 s
5.47/5.94	c 6	
5.47/5.94	c 6	SATISFIABLE
5.47/5.94	c 6	OK
5.47/5.94	c 6	FOUND: _COST <= 22
5.47/5.94	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.47/5.94	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.51/6.05	c 6	Decoding HOME/temp.out
5.51/6.11	c 6	OBJECTIVE _COST 22
5.51/6.11	o 22
5.51/6.12	v 8 1 23 16 24 4 24 3 10 0 22 24 24 24 21 18 24 24 24 14 16 24 6 22 23 24 24 19 0 16 6 19 18 20 12 16 21 24 24 22
5.51/6.12	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.69/6.43	c 6	OK
5.69/6.43	c 6	OBJECTIVE BOUND: 0 <= _COST <= 22
5.69/6.43	c 6	SEARCHING: _COST <= 11
5.69/6.43	c 6	============================[ Search Statistics ]==============================
5.69/6.43	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.69/6.43	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.69/6.43	c 6	===============================================================================
5.69/6.43	c 6	|     18397 |    2184    38808   158078 |    12936    18397     30 | 31.348 % |
5.69/6.47	c 6	|     18497 |    2184    38808   158078 |    14229     9299     31 | 39.149 % |
5.69/6.50	c 6	|     18647 |    2184    38808   158078 |    15652     9449     31 | 39.149 % |
5.76/6.53	c 6	|     18872 |    2184    38808   158078 |    17217     9674     31 | 39.149 % |
5.76/6.58	c 6	|     19209 |    2184    38808   158078 |    18939    10011     30 | 39.149 % |
5.86/6.65	c 6	|     19715 |    2184    38808   158078 |    20833    10517     30 | 39.149 % |
5.95/6.78	c 6	|     20474 |    2184    38808   158078 |    22916    11276     30 | 39.149 % |
6.15/6.97	c 7	|     21613 |    2184    38808   158078 |    25208    12415     29 | 39.149 % |
6.55/7.31	c 7	|     23322 |    2184    38808   158078 |    27729    14124     29 | 39.149 % |
7.04/7.86	c 7	|     25885 |    2184    38808   158078 |    30502    16687     29 | 39.149 % |
7.94/8.74	c 8	|     29729 |    2184    38808   158078 |    33552    20531     29 | 39.149 % |
9.42/10.26	c 10	|     35496 |    2184    38808   158078 |    36907    26298     30 | 39.149 % |
11.50/12.35	c 12	|     44145 |    2184    38808   158078 |    40598    34947     29 | 39.149 % |
15.70/16.58	c 16	|     57119 |    2184    38808   158078 |    44658    17658     37 | 39.149 % |
16.09/16.99	c 17	===============================================================================
16.09/16.99	c 17	restarts              : 29
16.09/16.99	c 17	conflicts             : 58669         (4289 /sec)
16.09/16.99	c 17	decisions             : 68191         (0.78 % random) (4985 /sec)
16.09/17.00	c 17	propagations          : 14467261       (1057709 /sec)
16.09/17.00	c 17	conflict literals     : 1857080        (34.43 % deleted)
16.09/17.00	c 17	Memory used           : 11.32 MB
16.09/17.00	c 17	CPU time              : 13.6779 s
16.09/17.00	c 17	
16.09/17.00	c 17	SATISFIABLE
16.18/17.00	c 17	OK
16.18/17.00	c 17	FOUND: _COST <= 11
16.18/17.00	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.18/17.00	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.18/17.25	c 17	Decoding HOME/temp.out
16.18/17.30	c 17	OBJECTIVE _COST 11
16.18/17.30	o 11
16.18/17.31	v 18 13 5 6 24 1 5 4 7 2 22 4 24 2 17 24 24 24 22 18 16 24 2 11 24 13 13 14 9 16 15 14 20 2 12 15 1 24 21 11
16.18/17.31	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.18/17.34	c 17	OK
16.18/17.34	c 17	OBJECTIVE BOUND: 0 <= _COST <= 11
16.18/17.34	c 17	SEARCHING: _COST <= 5
16.18/17.34	c 17	============================[ Search Statistics ]==============================
16.18/17.34	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.18/17.34	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.18/17.34	c 17	===============================================================================
16.18/17.34	c 17	|     58669 |    1971    33923   144051 |    11307    19208     36 | 39.149 % |
16.39/17.41	c 17	|     58769 |    1971    33923   144051 |    12438     9704     35 | 45.084 % |
16.39/17.44	c 17	|     58920 |    1971    33923   144051 |    13682     9855     35 | 45.084 % |
16.39/17.49	c 17	|     59145 |    1971    33923   144051 |    15050    10080     34 | 45.084 % |
16.49/17.57	c 17	|     59482 |    1971    33923   144051 |    16555    10417     34 | 45.084 % |
16.59/17.67	c 17	|     59988 |    1971    33923   144051 |    18211    10923     33 | 45.084 % |
16.78/17.81	c 17	|     60747 |    1971    33923   144051 |    20032    11682     33 | 45.084 % |
16.98/18.05	c 18	|     61887 |    1971    33923   144051 |    22035    12822     33 | 45.084 % |
17.28/18.39	c 18	|     63595 |    1971    33923   144051 |    24238    14530     33 | 45.084 % |
17.68/18.75	c 18	===============================================================================
17.68/18.75	c 18	restarts              : 38
17.68/18.75	c 18	conflicts             : 65167         (4320 /sec)
17.68/18.75	c 18	decisions             : 75956         (0.80 % random) (5035 /sec)
17.68/18.75	c 18	propagations          : 15997370       (1060503 /sec)
17.68/18.75	c 18	conflict literals     : 2042325        (34.08 % deleted)
17.68/18.75	c 18	Memory used           : 11.32 MB
17.68/18.75	c 18	CPU time              : 15.0847 s
17.68/18.75	c 18	
17.68/18.75	c 18	SATISFIABLE
17.68/18.75	c 18	OK
17.68/18.75	c 18	FOUND: _COST <= 5
17.68/18.75	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.68/18.75	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.73/18.83	c 18	Decoding HOME/temp.out
17.73/18.89	c 19	OBJECTIVE _COST 5
17.73/18.89	o 5
17.73/18.89	v 5 10 0 13 23 24 24 24 16 10 19 0 5 15 16 5 24 24 9 22 4 24 12 22 24 24 9 15 14 11 7 14 14 1 15 23 2 21 9 17
17.73/18.90	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.73/18.98	c 19	OK
17.73/18.98	c 19	OBJECTIVE BOUND: 0 <= _COST <= 5
17.73/18.98	c 19	SEARCHING: _COST <= 2
17.73/18.98	c 19	============================[ Search Statistics ]==============================
17.73/18.98	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.73/18.98	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.73/18.98	c 19	===============================================================================
17.73/18.98	c 19	|     65167 |    1747    30714   135090 |    10238    13744     30 | 45.084 % |
17.90/19.02	c 19	|     65267 |    1747    30714   135090 |    11261     6972     27 | 51.325 % |
17.90/19.04	c 19	|     65418 |    1747    30714   135090 |    12387     7123     27 | 51.325 % |
17.90/19.08	c 19	|     65643 |    1747    30714   135090 |    13626     7348     27 | 51.325 % |
18.00/19.14	c 19	|     65980 |    1747    30714   135090 |    14989     7685     27 | 51.325 % |
18.09/19.22	c 19	|     66486 |    1747    30714   135090 |    16488     8191     27 | 51.325 % |
18.19/19.36	c 19	|     67246 |    1747    30714   135090 |    18137     8951     27 | 51.325 % |
18.39/19.55	c 19	|     68385 |    1747    30714   135090 |    19950    10090     28 | 51.325 % |
18.79/19.93	c 20	|     70093 |    1747    30714   135090 |    21946    11798     29 | 51.325 % |
19.49/20.63	c 20	|     72656 |    1747    30714   135090 |    24140    14361     31 | 51.325 % |
20.68/21.83	c 21	|     76501 |    1747    30714   135090 |    26554    18206     33 | 51.325 % |
22.87/24.08	c 24	|     82267 |    1747    30714   135090 |    29210    23972     35 | 51.325 % |
27.05/28.25	c 28	|     90917 |    1747    30714   135090 |    32131    16512     38 | 51.325 % |
32.42/33.60	c 33	|    103891 |    1747    30714   135090 |    35344    29486     41 | 51.325 % |
39.68/40.96	c 41	|    123354 |    1747    30714   135090 |    38878    25277     43 | 51.325 % |
52.32/53.63	c 53	===============================================================================
52.32/53.63	c 53	restarts              : 53
52.32/53.63	c 53	conflicts             : 149900        (3024 /sec)
52.32/53.63	c 53	decisions             : 170513        (0.91 % random) (3440 /sec)
52.32/53.63	c 53	propagations          : 30214914       (609608 /sec)
52.32/53.63	c 53	conflict literals     : 5883850        (28.03 % deleted)
52.32/53.63	c 53	Memory used           : 15.03 MB
52.32/53.63	c 53	CPU time              : 49.5645 s
52.32/53.63	c 53	
52.32/53.63	c 53	SATISFIABLE
52.32/53.63	c 53	OK
52.32/53.63	c 53	FOUND: _COST <= 2
52.32/53.63	c 53	DECODING HOME/temp.out WITH HOME/temp.map
52.32/53.63	c 53	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
52.36/53.71	c 53	Decoding HOME/temp.out
52.36/53.78	c 53	OBJECTIVE _COST 2
52.36/53.78	o 2
52.36/53.78	v 4 4 6 14 3 18 19 1 22 3 24 24 1 24 6 12 16 24 2 12 1 24 6 15 23 6 12 20 0 6 4 2 19 0 16 20 24 6 20 22
52.50/53.80	c 53	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
52.50/53.85	c 53	OK
52.50/53.85	c 53	OBJECTIVE BOUND: 0 <= _COST <= 2
52.50/53.85	c 53	SEARCHING: _COST <= 1
52.50/53.85	c 53	============================[ Search Statistics ]==============================
52.50/53.85	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.50/53.85	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.50/53.85	c 53	===============================================================================
52.50/53.85	c 53	|    149900 |    1500    28679   129723 |     9559    26204     50 | 51.325 % |
52.69/54.00	c 54	|    150000 |    1500    28679   129723 |    10515     6651     44 | 58.207 % |
52.69/54.04	c 54	|    150150 |    1500    28679   129723 |    11567     6801     44 | 58.207 % |
52.69/54.09	c 54	|    150376 |    1500    28679   129723 |    12723     7027     44 | 58.207 % |
52.78/54.19	c 54	|    150714 |    1500    28679   129723 |    13996     7365     44 | 58.207 % |
52.98/54.30	c 54	|    151221 |    1500    28679   129723 |    15395     7872     44 | 58.207 % |
53.18/54.54	c 54	|    151980 |    1500    28679   129723 |    16935     8631     45 | 58.207 % |
53.48/54.83	c 54	|    153119 |    1500    28679   129723 |    18629     9770     44 | 58.207 % |
54.08/55.45	c 55	|    154827 |    1500    28679   129723 |    20491    11478     45 | 58.207 % |
54.87/56.23	c 56	|    157389 |    1500    28679   129723 |    22541    14040     46 | 58.207 % |
55.77/57.13	c 57	|    161233 |    1500    28679   129723 |    24795    17884     45 | 58.207 % |
57.55/58.97	c 59	|    166999 |    1500    28679   129723 |    27274    23650     45 | 58.207 % |
59.44/60.88	c 61	===============================================================================
59.44/60.88	c 61	restarts              : 65
59.44/60.88	c 61	conflicts             : 172788        (3055 /sec)
59.44/60.88	c 61	decisions             : 197184        (0.94 % random) (3486 /sec)
59.44/60.88	c 61	propagations          : 34037754       (601784 /sec)
59.44/60.88	c 61	conflict literals     : 6868518        (27.72 % deleted)
59.44/60.88	c 61	Memory used           : 15.03 MB
59.44/60.88	c 61	CPU time              : 56.5614 s
59.44/60.88	c 61	
59.44/60.88	c 61	SATISFIABLE
59.44/60.89	c 61	OK
59.44/60.89	c 61	FOUND: _COST <= 1
59.44/60.89	c 61	DECODING HOME/temp.out WITH HOME/temp.map
59.44/60.89	c 61	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
59.53/61.08	c 61	Decoding HOME/temp.out
59.53/61.15	c 61	OBJECTIVE _COST 1
59.53/61.15	o 1
59.53/61.15	v 9 10 3 23 19 5 6 14 12 5 19 13 8 11 11 5 12 14 22 13 12 24 1 22 20 13 15 14 5 19 7 21 8 12 7 23 16 14 0 0
59.53/61.15	c 61	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
59.53/61.22	c 61	OK
59.53/61.22	c 61	OBJECTIVE BOUND: 0 <= _COST <= 1
59.53/61.22	c 61	SEARCHING: _COST <= 0
59.53/61.22	c 61	============================[ Search Statistics ]==============================
59.53/61.22	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.53/61.22	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.53/61.22	c 61	===============================================================================
59.53/61.22	c 61	|    172788 |    1320    27722   127391 |     9240    29424     43 | 58.207 % |
59.79/61.37	c 61	|    172891 |    1320    27722   127391 |    10164     6699     31 | 63.224 % |
59.89/61.40	c 61	|    173043 |    1320    27722   127391 |    11181     6851     31 | 63.224 % |
59.89/61.44	c 61	|    173268 |    1320    27722   127391 |    12299     7076     31 | 63.224 % |
59.89/61.50	c 61	|    173605 |    1320    27722   127391 |    13529     7413     32 | 63.224 % |
59.99/61.60	c 61	|    174113 |    1320    27722   127391 |    14882     7921     32 | 63.224 % |
60.18/61.75	c 61	|    174872 |    1320    27722   127391 |    16370     8680     33 | 63.224 % |
60.38/61.96	c 62	|    176012 |    1320    27722   127391 |    18007     9820     35 | 63.224 % |
60.68/62.29	c 62	|    177722 |    1320    27722   127391 |    19808    11530     35 | 63.224 % |
61.19/62.79	c 62	|    180285 |    1320    27722   127391 |    21789    14093     36 | 63.224 % |
62.08/63.60	c 63	|    184129 |    1320    27722   127391 |    23967    17937     37 | 63.224 % |
63.56/65.11	c 65	|    189897 |    1320    27722   127391 |    26364    23705     37 | 63.224 % |
65.85/67.49	c 67	|    198546 |    1320    27722   127391 |    29001    15734     36 | 63.224 % |
69.33/70.96	c 71	|    211521 |    1320    27722   127391 |    31901    28709     38 | 63.224 % |
75.19/76.86	c 76	|    230983 |    1320    27722   127391 |    35091    26312     40 | 63.224 % |
84.94/86.62	c 86	|    260175 |    1320    27722   127391 |    38600    31940     38 | 63.224 % |
99.55/101.32	c 101	===============================================================================
99.55/101.32	c 101	restarts              : 81
99.55/101.32	c 101	conflicts             : 302190        (3134 /sec)
99.55/101.33	c 101	decisions             : 358604        (1.09 % random) (3719 /sec)
99.55/101.33	c 101	propagations          : 48371535       (501611 /sec)
99.55/101.33	c 101	conflict literals     : 12059381       (24.73 % deleted)
99.55/101.33	c 101	Memory used           : 15.03 MB
99.55/101.33	c 101	CPU time              : 96.4323 s
99.55/101.33	c 101	
99.55/101.33	c 101	UNSATISFIABLE
99.55/101.33	c 101	OK
99.55/101.33	c 101	NOT FOUND: _COST <= 0
99.55/101.33	c 101	OK
99.55/101.33	c 101	OBJECTIVE _COST 1
99.55/101.33	s OPTIMUM FOUND
99.55/101.33	c 101	CPU 99.24 (0.06 0.03 99.18 0.32)
99.55/101.33	c 101	END Sun Jul 13 00:21:03 2008

Verifier Data (download as text)

OK	1	179
1 unsatisfied constraints, 179 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-1114379-1215901161/watcher-1114379-1215901161 -o /tmp/evaluation-result-1114379-1215901161/solver-1114379-1215901161 -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-1114379-1215901161.xml 

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


[startup+0 s]
/proc/loadavg: 2.93 3.26 3.25 5/87 13633
/proc/meminfo: memFree=1825888/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=18572 CPUtime=0
/proc/13633/stat : 13633 (runsolver) R 13631 13633 12594 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 46813741 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13633/statm: 4643 292 257 25 0 2626 0

[startup+0.0986989 s]
/proc/loadavg: 2.93 3.26 3.25 5/87 13633
/proc/meminfo: memFree=1825888/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16740 CPUtime=0.06
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 46813741 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102036 s]
/proc/loadavg: 2.93 3.26 3.25 5/87 13633
/proc/meminfo: memFree=1825888/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16740 CPUtime=0.06
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 46813741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301062 s]
/proc/loadavg: 2.93 3.26 3.25 5/87 13633
/proc/meminfo: memFree=1825888/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16740 CPUtime=0.06
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 46813741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701109 s]
/proc/loadavg: 2.93 3.26 3.25 5/87 13633
/proc/meminfo: memFree=1825888/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16740 CPUtime=0.06
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 46813741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5012 s]
/proc/loadavg: 2.93 3.26 3.25 4/89 13646
/proc/meminfo: memFree=1822088/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16740 CPUtime=0.71
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1296 4656 0 1 5 2 60 4 15 0 1 0 46813741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4185 1104 409 3 0 764 0
[pid=13646] ppid=13633 vsize=5356 CPUtime=0
/proc/13646/stat : 13646 (sh) S 13633 13633 12594 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46813841 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13646/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 22096

[startup+3.10139 s]
/proc/loadavg: 2.93 3.26 3.25 3/98 13655
/proc/meminfo: memFree=1798784/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=2.32
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1621 21522 0 4 6 2 207 17 15 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 16872

[startup+6.30177 s]
/proc/loadavg: 2.93 3.26 3.25 3/89 13676
/proc/meminfo: memFree=1814152/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=2.49
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1687 25267 0 5 6 2 222 19 15 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=7632 CPUtime=3.2
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 1856 0 0 0 319 1 0 0 24 0 1 0 46813981 7815168 1799 996147200 134512640 135134323 4294956192 18446744073709551615 134532989 0 0 4096 3 0 0 0 17 1 0 0
/proc/13656/statm: 1908 1799 79 151 0 1754 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 24504

[startup+12.7025 s]
/proc/loadavg: 2.94 3.26 3.25 3/89 13686
/proc/meminfo: memFree=1811528/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=2.49
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1692 25267 0 5 6 2 222 19 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=10192 CPUtime=9.42
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 2474 0 0 0 941 1 0 0 25 0 1 0 46813981 10436608 2417 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 2548 2417 79 151 0 2394 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 27064

[startup+25.502 s]
/proc/loadavg: 2.80 3.21 3.23 4/89 13706
/proc/meminfo: memFree=1809352/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=2.77
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1831 32761 0 7 6 2 246 23 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=11908 CPUtime=21.59
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 2902 0 0 0 2157 2 0 0 25 0 1 0 46813981 12193792 2841 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/13656/statm: 2977 2841 79 151 0 2823 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 28780

[startup+51.101 s]
/proc/loadavg: 2.81 3.18 3.22 4/89 13706
/proc/meminfo: memFree=1805968/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=2.77
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1831 32761 0 7 6 2 246 23 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=47.06
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3750 0 0 0 4703 3 0 0 25 0 1 0 46813981 15753216 3689 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13656/statm: 3846 3689 79 151 0 3692 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 32256

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

[startup+76.701 s]
/proc/loadavg: 2.81 3.14 3.21 3/89 13726
/proc/meminfo: memFree=1805840/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=71.98
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 7195 3 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 75.09
Current children cumulated vsize (KiB) 32256

[startup+89.5025 s]
/proc/loadavg: 2.85 3.14 3.20 3/89 13726
/proc/meminfo: memFree=1805712/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=84.72
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 8468 4 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 87.83
Current children cumulated vsize (KiB) 32256

[startup+95.9013 s]
/proc/loadavg: 2.87 3.13 3.20 3/89 13726
/proc/meminfo: memFree=1805648/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=91.08
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 9104 4 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 94.19
Current children cumulated vsize (KiB) 32256

[startup+99.1027 s]
/proc/loadavg: 2.88 3.13 3.20 3/89 13726
/proc/meminfo: memFree=1805648/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=94.26
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 9422 4 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 97.37
Current children cumulated vsize (KiB) 32256

[startup+100.702 s]
/proc/loadavg: 2.88 3.13 3.20 3/89 13726
/proc/meminfo: memFree=1805648/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=95.85
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 9581 4 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 98.96
Current children cumulated vsize (KiB) 32256

[startup+101.102 s]
/proc/loadavg: 2.88 3.13 3.20 3/89 13726
/proc/meminfo: memFree=1805648/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=96.25
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 9621 4 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 99.36
Current children cumulated vsize (KiB) 32256

[startup+101.302 s]
/proc/loadavg: 2.88 3.13 3.20 3/89 13726
/proc/meminfo: memFree=1805648/2055920 swapFree=4176408/4192956
[pid=13633] ppid=13631 vsize=16872 CPUtime=3.11
/proc/13633/stat : 13633 (sugar++) S 13631 13633 12594 0 -1 4194304 1972 40264 0 9 6 2 275 28 16 0 1 0 46813741 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13633/statm: 4218 1118 414 3 0 797 0
[pid=13656] ppid=13633 vsize=15384 CPUtime=96.44
/proc/13656/stat : 13656 (minisat-inc) R 13633 13633 12594 0 -1 4194304 3765 0 0 0 9640 4 0 0 25 0 1 0 46813981 15753216 3700 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/13656/statm: 3846 3700 79 151 0 3692 0
Current children cumulated CPU time (s) 99.55
Current children cumulated vsize (KiB) 32256

Child status: 0
Real time (s): 101.336
CPU time (s): 99.6139
CPU user time (s): 99.2539
CPU system time (s): 0.359945
CPU usage (%): 98.3009
Max. virtual memory (cumulated for all children) (KiB): 890564

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

runsolver used 0.150977 second user time and 0.344947 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-13 00:19:22
IDJOB=1114379
IDBENCH=61726
IDSOLVER=367
FILE ID=node73/1114379-1215901161
PBS_JOBID= 7903589
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-93_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-1114379-1215901161/watcher-1114379-1215901161 -o /tmp/evaluation-result-1114379-1215901161/solver-1114379-1215901161 -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-1114379-1215901161.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ddb53786e5f2a6d548ae915e1ccf36a
RANDOM SEED=1238175915

node73.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.239
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.239
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:       1826368 kB
Buffers:         13304 kB
Cached:          70664 kB
SwapCached:       5520 kB
Active:         133188 kB
Inactive:        44928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826368 kB
SwapTotal:     4192956 kB
SwapFree:      4176408 kB
Dirty:            1208 kB
Writeback:           0 kB
Mapped:         110704 kB
Slab:            35884 kB
Committed_AS:   952992 kB
PageTables:       2596 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= 66556 MiB
End job on node73 at 2008-07-13 00:21:03