Trace number 1128307

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 85.0931 85.6203

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-30/
normalized-kbtree-9-7-3-5-30-25_ext.xml
MD5SUM16f17e541d8168cff852c4e686d0fc8d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark0.140978
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
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.02/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.02/0.07	c 0	BEGIN Wed Jul 23 05:02:40 2008
0.02/0.07	c 0	PID 6492
0.02/0.07	c 0	HOST node88.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-1128307-1216782160.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128307-1216782160.xml' 'HOME/temp.csp'
0.06/0.40	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 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.39/0.51	c 0	Parsing HOME/temp.csp
0.39/0.63	c 0	parsed 407 expressions
0.39/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.63	c 0	MAX CSP: 189 constraints
0.39/0.63	c 0	Converting to clausal form CSP
0.39/0.66	c 0	converted 60 (10%) expressions
0.39/0.66	c 0	converted 120 (20%) expressions
0.39/0.66	c 0	converted 180 (30%) expressions
0.39/0.67	c 1	converted 240 (40%) expressions
0.39/0.68	c 1	converted 300 (50%) expressions
0.39/0.68	c 1	converted 360 (60%) expressions
0.39/0.69	c 1	converted 420 (70%) expressions
0.39/0.70	c 1	converted 480 (80%) expressions
0.39/0.70	c 1	converted 540 (90%) expressions
0.39/0.83	c 1	converted 599 (100%) expressions
0.39/0.83	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.39/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.83	c 1	Propagation in CSP
0.39/0.85	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/0.85	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.39/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.85	c 1	Simplifing CSP by introducing new Boolean variables
0.39/0.85	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.39/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.39/0.89	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.39/0.89	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.39/0.89	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.39/0.89	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.39/0.89	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.39/0.89	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.39/0.90	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.39/0.90	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.39/0.90	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.39/0.90	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.39/0.93	c 1	57 (10%) CSP clauses are encoded (2766 clauses, 35505 bytes)
0.39/0.94	c 1	114 (20%) CSP clauses are encoded (3041 clauses, 40310 bytes)
0.39/0.95	c 1	170 (30%) CSP clauses are encoded (3315 clauses, 45099 bytes)
0.39/0.96	c 1	227 (40%) CSP clauses are encoded (3715 clauses, 50990 bytes)
0.39/0.97	c 1	283 (50%) CSP clauses are encoded (6211 clauses, 87833 bytes)
0.39/0.98	c 1	340 (60%) CSP clauses are encoded (7052 clauses, 99708 bytes)
0.39/0.99	c 1	397 (70%) CSP clauses are encoded (13729 clauses, 209331 bytes)
0.39/1.00	c 1	453 (80%) CSP clauses are encoded (14633 clauses, 224441 bytes)
0.94/1.04	c 1	510 (90%) CSP clauses are encoded (34302 clauses, 573053 bytes)
0.94/1.07	c 1	566 (100%) CSP clauses are encoded (52762 clauses, 909313 bytes)
0.94/1.07	c 1	566 CSP clauses encoded
0.94/1.07	c 1	Writing map file : HOME/temp.map
0.94/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.08	c 1	SAT : 2887 SAT variables, 52762 SAT clauses, 909313 bytes
0.94/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.11	c 1	OBJECTIVE minimize _COST
1.01/1.11	c 1	SOLVING HOME/temp.cnf
1.01/1.11	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.01/1.11	c 1	This is MiniSat 2.0 beta incremental
1.01/1.11	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.11	c 1	============================[ Problem Statistics ]=============================
1.01/1.11	c 1	|                                                                             |
1.01/1.11	c 1	|  Number of variables:  2887                                                 |
1.01/1.11	c 1	|  Number of clauses:    52762                                                |
1.01/1.14	c 1	|  Parsing time:         0.02         s                                       |
1.01/1.14	c 1	OK
1.01/1.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.01/1.14	c 1	SEARCHING: _COST <= 95
1.01/1.14	c 1	============================[ Search Statistics ]==============================
1.01/1.14	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.14	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.14	c 1	===============================================================================
1.01/1.14	c 1	|         0 |    2887    52762   151737 |    17587        0    nan |  0.000 % |
1.01/1.14	c 1	===============================================================================
1.01/1.15	c 1	restarts              : 1
1.01/1.15	c 1	conflicts             : 53            (1893 /sec)
1.01/1.15	c 1	decisions             : 143           (0.00 % random) (5108 /sec)
1.01/1.15	c 1	propagations          : 5601           (200071 /sec)
1.01/1.15	c 1	conflict literals     : 1206           (3.13 % deleted)
1.01/1.15	c 1	Memory used           : 4.09 MB
1.01/1.15	c 1	CPU time              : 0.027995 s
1.01/1.15	c 1	
1.01/1.15	c 1	SATISFIABLE
1.01/1.15	c 1	OK
1.01/1.15	c 1	FOUND: _COST <= 95
1.01/1.15	s SATISFIABLE
1.01/1.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.01/1.15	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.03/1.22	c 1	Decoding HOME/temp.out
1.03/1.27	c 1	OBJECTIVE _COST 83
1.03/1.27	o 83
1.03/1.28	v 1 1 4 2 0 1 0 2 2 4 4 3 0 3 2 3 1 4 3 1 4 1 2 4 0 1 3 4
1.03/1.28	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.33	c 1	OK
1.03/1.33	c 1	OBJECTIVE BOUND: 0 <= _COST <= 83
1.03/1.33	c 1	SEARCHING: _COST <= 41
1.03/1.35	c 1	============================[ Search Statistics ]==============================
1.03/1.35	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.03/1.35	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.03/1.35	c 1	===============================================================================
1.03/1.35	c 1	|        53 |    2887    52762   151737 |    17587       53     23 |  0.000 % |
1.03/1.35	c 1	|       153 |    2887    52762   151737 |    19346      153     24 | 29.793 % |
1.03/1.35	c 1	===============================================================================
1.03/1.35	c 1	restarts              : 3
1.03/1.35	c 1	conflicts             : 195           (4433 /sec)
1.03/1.35	c 1	decisions             : 426           (0.23 % random) (9683 /sec)
1.03/1.35	c 1	propagations          : 41192          (936331 /sec)
1.03/1.35	c 1	conflict literals     : 4315           (25.33 % deleted)
1.03/1.35	c 1	Memory used           : 4.09 MB
1.03/1.35	c 1	CPU time              : 0.043993 s
1.03/1.35	c 1	
1.03/1.35	c 1	SATISFIABLE
1.03/1.35	c 1	OK
1.03/1.35	c 1	FOUND: _COST <= 41
1.03/1.35	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.03/1.35	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.18/1.43	c 1	Decoding HOME/temp.out
1.18/1.49	c 1	OBJECTIVE _COST 41
1.18/1.49	o 41
1.18/1.49	v 4 3 4 4 4 3 3 1 4 4 2 1 1 4 3 0 4 0 3 2 3 3 0 3 0 2 3 0
1.18/1.49	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.50	c 1	OK
1.18/1.50	c 1	OBJECTIVE BOUND: 0 <= _COST <= 41
1.18/1.50	c 1	SEARCHING: _COST <= 20
1.18/1.52	c 1	============================[ Search Statistics ]==============================
1.18/1.52	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.52	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.52	c 1	===============================================================================
1.18/1.52	c 1	|       195 |    2027    52762   151737 |    17587      195     22 | 29.793 % |
1.18/1.52	c 1	|       296 |    2026    52762   151737 |    19346      296     19 | 43.543 % |
1.18/1.53	c 1	|       446 |    2026    52762   151737 |    21280      446     18 | 43.543 % |
1.18/1.55	c 1	|       671 |    2026    52762   151737 |    23408      671     17 | 43.543 % |
1.18/1.58	c 1	|      1009 |    1630    20598    58868 |    25749     1009     16 | 43.543 % |
1.32/1.62	c 1	|      1516 |    1630    20598    58868 |    28324     1516     16 | 43.543 % |
1.32/1.69	c 2	|      2277 |    1630    20598    58868 |    31157     2277     16 | 43.543 % |
1.32/1.79	c 2	|      3416 |    1630    20598    58868 |    34272     3416     16 | 43.543 % |
1.32/1.91	c 2	===============================================================================
1.32/1.91	c 2	restarts              : 11
1.32/1.91	c 2	conflicts             : 4635          (10233 /sec)
1.32/1.91	c 2	decisions             : 5766          (0.68 % random) (12730 /sec)
1.32/1.91	c 2	propagations          : 1095660        (2419044 /sec)
1.32/1.91	c 2	conflict literals     : 77664          (31.01 % deleted)
1.32/1.91	c 2	Memory used           : 4.23 MB
1.32/1.91	c 2	CPU time              : 0.452931 s
1.32/1.91	c 2	
1.32/1.91	c 2	SATISFIABLE
1.32/1.91	c 2	OK
1.32/1.91	c 2	FOUND: _COST <= 20
1.32/1.91	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.32/1.91	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.32/1.99	c 2	Decoding HOME/temp.out
1.34/2.05	c 2	OBJECTIVE _COST 20
1.34/2.05	o 20
1.34/2.05	v 4 1 4 2 4 3 0 2 4 4 2 3 0 1 3 2 1 2 3 2 3 1 0 1 2 2 3 0
1.34/2.06	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.34/2.07	c 2	OK
1.34/2.07	c 2	OBJECTIVE BOUND: 0 <= _COST <= 20
1.34/2.07	c 2	SEARCHING: _COST <= 10
1.34/2.08	c 2	============================[ Search Statistics ]==============================
1.34/2.09	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/2.09	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/2.09	c 2	===============================================================================
1.34/2.09	c 2	|      4635 |    1352    12358    34961 |     4119     4610     17 | 43.543 % |
1.34/2.09	c 2	|      4737 |    1352    12358    34961 |     4531     4712     17 | 53.172 % |
1.34/2.10	c 2	|      4887 |    1352    12358    34961 |     4984     4862     16 | 53.172 % |
1.97/2.12	c 2	|      5112 |    1352    12358    34961 |     5482     5087     16 | 53.172 % |
1.97/2.15	c 2	|      5449 |    1352    12358    34961 |     6031     5424     16 | 53.172 % |
1.97/2.20	c 2	|      5955 |    1352    12358    34961 |     6634     5930     16 | 53.172 % |
2.07/2.26	c 2	|      6715 |    1352    12358    34961 |     7297     6690     16 | 53.172 % |
2.17/2.37	c 2	|      7854 |    1352    12358    34961 |     8027     7829     16 | 53.172 % |
2.37/2.55	c 2	|      9562 |    1352    12358    34961 |     8830     9537     15 | 53.172 % |
2.67/2.82	c 3	|     12124 |    1352    12358    34961 |     9713     6715     14 | 53.172 % |
3.07/3.25	c 3	|     15969 |    1352    12358    34961 |    10684    10560     15 | 53.172 % |
3.76/3.90	c 4	|     21735 |    1352    12358    34961 |    11752     9993     15 | 53.172 % |
4.66/4.85	c 5	|     30385 |    1352    12358    34961 |    12928    11767     16 | 53.172 % |
6.15/6.39	c 6	|     43359 |    1352    12358    34961 |    14221     9809     15 | 53.172 % |
8.64/8.83	c 9	|     62820 |    1352    12358    34961 |    15643    13051     16 | 53.172 % |
12.52/12.77	c 13	|     92012 |    1352    12358    34961 |    17207    15706     18 | 53.172 % |
18.70/18.96	c 19	|    135801 |    1352    12358    34961 |    18928    11567     16 | 53.172 % |
27.76/28.04	c 28	|    201486 |    1352    12358    34961 |    20821    14639     17 | 53.172 % |
43.10/43.41	c 43	|    300012 |    1352    12358    34961 |    22903    21757     19 | 53.172 % |
66.80/67.29	c 67	===============================================================================
66.80/67.29	c 67	restarts              : 30
66.80/67.29	c 67	conflicts             : 445090        (6807 /sec)
66.80/67.29	c 67	decisions             : 515245        (0.88 % random) (7879 /sec)
66.80/67.29	c 67	propagations          : 104349781      (1595781 /sec)
66.80/67.29	c 67	conflict literals     : 7817887        (23.68 % deleted)
66.80/67.29	c 67	Memory used           : 7.31 MB
66.80/67.29	c 67	CPU time              : 65.3911 s
66.80/67.29	c 67	
66.80/67.29	c 67	SATISFIABLE
66.80/67.29	c 67	OK
66.80/67.29	c 67	FOUND: _COST <= 10
66.80/67.29	c 67	DECODING HOME/temp.out WITH HOME/temp.map
66.80/67.29	c 67	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.89/67.37	c 67	Decoding HOME/temp.out
66.89/67.43	c 67	OBJECTIVE _COST 10
66.89/67.43	o 10
66.89/67.43	v 2 3 1 0 1 3 1 3 4 2 0 3 2 0 4 3 2 4 1 1 4 3 4 4 0 2 4 0
66.89/67.43	c 67	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
66.89/67.46	c 67	OK
66.89/67.46	c 67	OBJECTIVE BOUND: 0 <= _COST <= 10
66.89/67.46	c 67	SEARCHING: _COST <= 5
66.89/67.46	c 67	============================[ Search Statistics ]==============================
66.89/67.46	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.89/67.46	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.89/67.46	c 67	===============================================================================
66.89/67.46	c 67	|    445090 |    1132     7603    21334 |     2534    15932     17 | 53.172 % |
67.06/67.51	c 67	|    445191 |    1132     7603    21334 |     2787     4084     15 | 60.792 % |
67.06/67.52	c 67	|    445341 |    1132     7603    21334 |     3066     4234     15 | 60.792 % |
67.06/67.54	c 67	|    445566 |    1132     7603    21334 |     3373     4459     15 | 60.792 % |
67.06/67.57	c 67	|    445905 |    1132     7603    21334 |     3710     4798     15 | 60.792 % |
67.16/67.62	c 67	|    446411 |    1132     7603    21334 |     4081     5304     15 | 60.792 % |
67.16/67.69	c 68	|    447170 |    1132     7603    21334 |     4489     6063     14 | 60.792 % |
67.26/67.80	c 68	|    448309 |    1132     7603    21334 |     4938     3907     11 | 60.792 % |
67.46/67.95	c 68	|    450017 |    1132     7603    21334 |     5432     5615     12 | 60.792 % |
67.66/68.20	c 68	|    452579 |    1132     7603    21334 |     5975     4470     12 | 60.792 % |
68.06/68.57	c 68	|    456423 |    1132     7603    21334 |     6573     4335     12 | 60.792 % |
68.66/69.14	c 69	|    462191 |    1132     7603    21334 |     7230     5797     12 | 60.792 % |
68.66/69.19	c 69	===============================================================================
68.66/69.19	c 69	restarts              : 42
68.66/69.19	c 69	conflicts             : 462687        (6893 /sec)
68.66/69.19	c 69	decisions             : 535172        (0.88 % random) (7973 /sec)
68.66/69.19	c 69	propagations          : 108599192      (1617822 /sec)
68.66/69.19	c 69	conflict literals     : 8037882        (23.79 % deleted)
68.66/69.19	c 69	Memory used           : 7.31 MB
68.66/69.19	c 69	CPU time              : 67.1268 s
68.66/69.19	c 69	
68.66/69.19	c 69	UNSATISFIABLE
68.66/69.19	c 69	OK
68.66/69.19	c 69	NOT FOUND: _COST <= 5
68.66/69.19	c 69	OK
68.66/69.19	c 69	OBJECTIVE BOUND: 6 <= _COST <= 10
68.66/69.19	c 69	SEARCHING: _COST <= 8
68.66/69.19	c 69	============================[ Search Statistics ]==============================
68.66/69.19	c 69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.66/69.19	c 69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.66/69.19	c 69	===============================================================================
68.66/69.19	c 69	|    462687 |    1116     7528    21157 |     2509     4894     12 | 60.792 % |
68.76/69.21	c 69	|    462787 |    1116     7528    21157 |     2760     2547     12 | 61.345 % |
68.76/69.22	c 69	|    462937 |    1116     7528    21157 |     3036     2697     12 | 61.345 % |
68.76/69.24	c 69	|    463162 |    1116     7528    21157 |     3339     2922     12 | 61.345 % |
68.76/69.27	c 69	|    463499 |    1116     7528    21157 |     3673     3259     12 | 61.345 % |
68.86/69.32	c 69	|    464005 |    1116     7528    21157 |     4041     3765     12 | 61.345 % |
68.86/69.38	c 69	|    464764 |    1116     7528    21157 |     4445     4524     12 | 61.345 % |
68.95/69.49	c 69	|    465903 |    1116     7528    21157 |     4889     5663     12 | 61.345 % |
69.15/69.66	c 69	|    467611 |    1116     7528    21157 |     5378     3998     12 | 61.345 % |
69.35/69.89	c 70	|    470174 |    1116     7528    21157 |     5916     6561     13 | 61.345 % |
69.75/70.28	c 70	|    474018 |    1116     7528    21157 |     6508     6447     13 | 61.345 % |
70.34/70.85	c 71	|    479785 |    1116     7528    21157 |     7159     8039     15 | 61.345 % |
71.24/71.78	c 72	|    488434 |    1116     7528    21157 |     7875     7624     13 | 61.345 % |
72.64/73.10	c 73	|    501408 |    1116     7528    21157 |     8662     5579     16 | 61.345 % |
74.63/75.16	c 75	|    520870 |    1116     7528    21157 |     9529     9007     14 | 61.345 % |
77.91/78.41	c 78	|    550062 |    1116     7528    21157 |    10482     9221     16 | 61.345 % |
79.71/80.30	c 80	===============================================================================
79.71/80.30	c 80	restarts              : 58
79.71/80.30	c 80	conflicts             : 566755        (7249 /sec)
79.71/80.30	c 80	decisions             : 655277        (0.92 % random) (8382 /sec)
79.71/80.30	c 80	propagations          : 132990416      (1701077 /sec)
79.71/80.30	c 80	conflict literals     : 9657306        (23.94 % deleted)
79.71/80.30	c 80	Memory used           : 7.31 MB
79.71/80.30	c 80	CPU time              : 78.1801 s
79.71/80.30	c 80	
79.71/80.30	c 80	SATISFIABLE
79.71/80.30	c 80	OK
79.71/80.30	c 80	FOUND: _COST <= 8
79.71/80.30	c 80	DECODING HOME/temp.out WITH HOME/temp.map
79.71/80.30	c 80	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.81/80.37	c 80	Decoding HOME/temp.out
79.81/80.43	c 80	OBJECTIVE _COST 8
79.81/80.43	o 8
79.81/80.43	v 1 0 4 1 4 1 0 4 1 2 4 3 2 0 4 3 1 4 4 1 4 1 4 1 0 1 4 4
79.81/80.43	c 80	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
79.81/80.46	c 80	OK
79.81/80.46	c 80	OBJECTIVE BOUND: 6 <= _COST <= 8
79.81/80.46	c 80	SEARCHING: _COST <= 7
79.81/80.46	c 80	============================[ Search Statistics ]==============================
79.81/80.46	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.81/80.46	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.81/80.46	c 80	===============================================================================
79.81/80.46	c 80	|    566755 |    1049     6457    18142 |     2152     7165     15 | 61.345 % |
79.81/80.47	c 80	|    566856 |    1049     6457    18142 |     2367     3684     14 | 63.665 % |
79.81/80.49	c 80	|    567006 |    1049     6457    18142 |     2604     3834     14 | 63.665 % |
79.97/80.51	c 80	|    567232 |    1049     6457    18142 |     2864     4060     14 | 63.665 % |
79.97/80.54	c 80	|    567569 |    1049     6457    18142 |     3151     4397     14 | 63.665 % |
79.97/80.58	c 80	|    568075 |    1049     6457    18142 |     3466     4903     14 | 63.665 % |
79.97/80.59	c 80	===============================================================================
79.97/80.59	c 80	restarts              : 64
79.97/80.59	c 80	conflicts             : 568158        (7255 /sec)
79.97/80.59	c 80	decisions             : 656937        (0.92 % random) (8389 /sec)
79.97/80.59	c 80	propagations          : 133321370      (1702480 /sec)
79.97/80.59	c 80	conflict literals     : 9674013        (23.96 % deleted)
79.97/80.59	c 80	Memory used           : 7.31 MB
79.97/80.59	c 80	CPU time              : 78.3101 s
79.97/80.59	c 80	
79.97/80.59	c 80	SATISFIABLE
79.97/80.59	c 80	OK
79.97/80.59	c 80	FOUND: _COST <= 7
79.97/80.59	c 80	DECODING HOME/temp.out WITH HOME/temp.map
79.97/80.59	c 80	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
80.07/80.67	c 81	Decoding HOME/temp.out
80.07/80.72	c 81	OBJECTIVE _COST 7
80.07/80.72	o 7
80.07/80.72	v 1 0 4 0 4 1 0 4 1 2 4 3 2 0 4 3 1 4 4 1 4 1 4 1 0 1 4 4
80.07/80.73	c 81	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
80.07/80.75	c 81	OK
80.07/80.75	c 81	OBJECTIVE BOUND: 6 <= _COST <= 7
80.07/80.75	c 81	SEARCHING: _COST <= 6
80.07/80.75	c 81	============================[ Search Statistics ]==============================
80.07/80.75	c 81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
80.07/80.75	c 81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
80.07/80.75	c 81	===============================================================================
80.07/80.75	c 81	|    568158 |    1015     5954    16734 |     1984     4909     13 | 63.665 % |
80.07/80.76	c 81	|    568258 |    1015     5954    16734 |     2183     2555     12 | 64.843 % |
80.07/80.77	c 81	|    568408 |    1015     5954    16734 |     2401     2705     12 | 64.843 % |
80.07/80.79	c 81	|    568633 |    1015     5954    16734 |     2641     2930     12 | 64.843 % |
80.26/80.82	c 81	|    568971 |    1015     5954    16734 |     2905     3268     12 | 64.843 % |
80.26/80.86	c 81	|    569477 |    1015     5954    16734 |     3196     3774     12 | 64.843 % |
80.36/80.93	c 81	|    570236 |    1015     5954    16734 |     3515     4533     12 | 64.843 % |
80.46/81.04	c 81	|    571375 |    1015     5954    16734 |     3867     2925     12 | 64.843 % |
80.56/81.18	c 81	|    573083 |    1015     5954    16734 |     4254     4633     12 | 64.843 % |
80.86/81.42	c 81	|    575646 |    1015     5954    16734 |     4679     4092     13 | 64.843 % |
81.15/81.77	c 82	|    579490 |    1015     5954    16734 |     5147     4518     12 | 64.843 % |
81.65/82.28	c 82	|    585257 |    1015     5954    16734 |     5662     6651     13 | 64.843 % |
82.55/83.11	c 83	|    593907 |    1015     5954    16734 |     6228     7484     15 | 64.843 % |
83.74/84.34	c 84	|    606881 |    1015     5954    16734 |     6851     7976     14 | 64.843 % |
85.04/85.61	c 85	===============================================================================
85.04/85.61	c 85	restarts              : 78
85.04/85.61	c 85	conflicts             : 619744        (7453 /sec)
85.04/85.61	c 85	decisions             : 715841        (0.93 % random) (8609 /sec)
85.04/85.61	c 85	propagations          : 145114497      (1745122 /sec)
85.04/85.61	c 85	conflict literals     : 10404200       (23.98 % deleted)
85.04/85.61	c 85	Memory used           : 7.31 MB
85.04/85.61	c 85	CPU time              : 83.1544 s
85.04/85.61	c 85	
85.04/85.61	c 85	UNSATISFIABLE
85.04/85.61	c 85	OK
85.04/85.61	c 85	NOT FOUND: _COST <= 6
85.04/85.61	c 85	OK
85.04/85.61	c 85	OBJECTIVE _COST 7
85.04/85.61	s OPTIMUM FOUND
85.04/85.62	c 85	CPU 84.81 (0.07 0.02 84.74 0.25)
85.04/85.62	c 85	END Wed Jul 23 05:04:05 2008

Verifier Data (download as text)

OK	7	182
7 unsatisfied constraints, 182 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-1128307-1216782160/watcher-1128307-1216782160 -o /tmp/evaluation-result-1128307-1216782160/solver-1128307-1216782160 -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-1128307-1216782160.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.14 2.55 2.83 4/82 6492
/proc/meminfo: memFree=1291656/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=12272 CPUtime=0
/proc/6492/stat : 6492 (sugar++) R 6490 6492 5754 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 5300609 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/6492/statm: 3068 327 246 3 0 168 0

[startup+0.0385239 s]
/proc/loadavg: 2.14 2.55 2.83 4/82 6492
/proc/meminfo: memFree=1291656/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=13468 CPUtime=0.02
/proc/6492/stat : 6492 (sugar++) R 6490 6492 5754 0 -1 4194304 753 0 0 0 2 0 0 0 18 0 1 0 5300609 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 0 0 0 0 17 1 0 0
/proc/6492/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.102542 s]
/proc/loadavg: 2.14 2.55 2.83 4/82 6492
/proc/meminfo: memFree=1291656/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16740 CPUtime=0.06
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 5300609 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6492/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302581 s]
/proc/loadavg: 2.14 2.55 2.83 4/82 6492
/proc/meminfo: memFree=1291656/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16740 CPUtime=0.06
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 5300609 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6492/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701662 s]
/proc/loadavg: 2.14 2.55 2.83 4/82 6492
/proc/meminfo: memFree=1291656/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16740 CPUtime=0.39
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1296 4427 0 1 5 1 30 3 15 0 1 0 5300609 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6492/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50181 s]
/proc/loadavg: 2.14 2.55 2.83 3/93 6514
/proc/meminfo: memFree=1276144/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.18
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1607 14799 0 3 5 1 101 11 15 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 16872

[startup+3.10112 s]
/proc/loadavg: 2.14 2.55 2.83 4/84 6545
/proc/meminfo: memFree=1283832/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.49
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1694 22301 0 5 6 2 125 16 15 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=4324 CPUtime=1.48
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1002 0 0 0 148 0 0 0 25 0 1 0 5300720 4427776 944 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1081 944 79 151 0 927 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 21196

[startup+6.30175 s]
/proc/loadavg: 2.13 2.54 2.82 3/84 6545
/proc/meminfo: memFree=1283448/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.49
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1694 22301 0 5 6 2 125 16 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=4856 CPUtime=4.66
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1141 0 0 0 466 0 0 0 25 0 1 0 5300720 4972544 1083 996147200 134512640 135134323 4294956192 18446744073709551615 134523209 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1214 1083 79 151 0 1060 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 21728

[startup+12.702 s]
/proc/loadavg: 2.12 2.53 2.82 3/84 6545
/proc/meminfo: memFree=1282688/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.49
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1694 22301 0 5 6 2 125 16 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=5660 CPUtime=11.03
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1320 0 0 0 1103 0 0 0 25 0 1 0 5300720 5795840 1262 996147200 134512640 135134323 4294956192 18446744073709551615 134532192 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1415 1262 79 151 0 1261 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 22532

[startup+25.5025 s]
/proc/loadavg: 2.09 2.50 2.80 3/84 6545
/proc/meminfo: memFree=1282240/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.49
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1694 22301 0 5 6 2 125 16 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=6140 CPUtime=23.78
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1450 0 0 0 2377 1 0 0 25 0 1 0 5300720 6287360 1392 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1535 1392 79 151 0 1381 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 23012

[startup+51.1025 s]
/proc/loadavg: 2.06 2.46 2.78 3/84 6545
/proc/meminfo: memFree=1281216/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.49
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1694 22301 0 5 6 2 125 16 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7072 CPUtime=49.28
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1695 0 0 0 4927 1 0 0 25 0 1 0 5300720 7241728 1637 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1768 1637 79 151 0 1614 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 23944

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

[startup+63.902 s]
/proc/loadavg: 2.05 2.44 2.77 3/84 6545
/proc/meminfo: memFree=1280960/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.49
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1694 22301 0 5 6 2 125 16 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7352 CPUtime=62.02
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1755 0 0 0 6201 1 0 0 25 0 1 0 5300720 7528448 1697 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1838 1697 79 151 0 1684 0
Current children cumulated CPU time (s) 63.51
Current children cumulated vsize (KiB) 24224

[startup+76.7025 s]
/proc/loadavg: 2.04 2.42 2.76 3/84 6555
/proc/meminfo: memFree=1280576/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.62
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1765 26049 0 6 6 2 136 18 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=74.6
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1793 0 0 0 7459 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 76.22
Current children cumulated vsize (KiB) 24356

[startup+79.9011 s]
/proc/loadavg: 2.04 2.41 2.75 3/84 6555
/proc/meminfo: memFree=1280576/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.62
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1765 26049 0 6 6 2 136 18 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=77.79
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1793 0 0 0 7778 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 79.41
Current children cumulated vsize (KiB) 24356

[startup+83.1017 s]
/proc/loadavg: 2.04 2.41 2.75 3/84 6575
/proc/meminfo: memFree=1280368/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.89
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1902 33542 0 8 6 2 158 23 15 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=80.66
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1797 0 0 0 8065 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 82.55
Current children cumulated vsize (KiB) 24356

[startup+84.706 s]
/proc/loadavg: 2.03 2.41 2.75 4/84 6575
/proc/meminfo: memFree=1280368/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.89
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1902 33542 0 8 6 2 158 23 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=82.25
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1797 0 0 0 8224 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 84.14
Current children cumulated vsize (KiB) 24356

[startup+85.1011 s]
/proc/loadavg: 2.03 2.41 2.75 4/84 6575
/proc/meminfo: memFree=1280368/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.89
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1902 33542 0 8 6 2 158 23 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=82.65
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1797 0 0 0 8264 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 84.54
Current children cumulated vsize (KiB) 24356

[startup+85.5012 s]
/proc/loadavg: 2.03 2.41 2.75 4/84 6575
/proc/meminfo: memFree=1280368/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.89
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1902 33542 0 8 6 2 158 23 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=83.05
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1797 0 0 0 8304 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 84.94
Current children cumulated vsize (KiB) 24356

[startup+85.6012 s]
/proc/loadavg: 2.03 2.41 2.75 4/84 6575
/proc/meminfo: memFree=1280368/2055920 swapFree=4192956/4192956
[pid=6492] ppid=6490 vsize=16872 CPUtime=1.89
/proc/6492/stat : 6492 (sugar++) S 6490 6492 5754 0 -1 4194304 1902 33542 0 8 6 2 158 23 16 0 1 0 5300609 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6492/statm: 4218 1119 414 3 0 797 0
[pid=6515] ppid=6492 vsize=7484 CPUtime=83.15
/proc/6515/stat : 6515 (minisat-inc) R 6492 6492 5754 0 -1 4194304 1797 0 0 0 8314 1 0 0 25 0 1 0 5300720 7663616 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 0 0 0
/proc/6515/statm: 1871 1731 79 151 0 1717 0
Current children cumulated CPU time (s) 85.04
Current children cumulated vsize (KiB) 24356

Child status: 0
Real time (s): 85.6203
CPU time (s): 85.0931
CPU user time (s): 84.8131
CPU system time (s): 0.279957
CPU usage (%): 99.3842
Max. virtual memory (cumulated for all children) (KiB): 890440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.8131
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37324
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2980
involuntary context switches= 5455

runsolver used 0.085986 second user time and 0.247962 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-23 05:02:40
IDJOB=1128307
IDBENCH=65153
IDSOLVER=367
FILE ID=node88/1128307-1216782160
PBS_JOBID= 7974254
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-30/normalized-kbtree-9-7-3-5-30-25_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-1128307-1216782160/watcher-1128307-1216782160 -o /tmp/evaluation-result-1128307-1216782160/solver-1128307-1216782160 -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-1128307-1216782160.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 16f17e541d8168cff852c4e686d0fc8d
RANDOM SEED=245851197

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1292072 kB
Buffers:         38624 kB
Cached:         645184 kB
SwapCached:          0 kB
Active:         201404 kB
Inactive:       507184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             864 kB
Writeback:           0 kB
Mapped:          44896 kB
Slab:            40200 kB
Committed_AS:   144552 kB
PageTables:       2056 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 node88 at 2008-07-23 05:04:06