Trace number 1128315

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 26.8979 27.6497

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-27_ext.xml
MD5SUM4e2d231d0a48f3bec709a946cdfceb21
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark0.105983
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 05:05:46 2008
0.00/0.08	c 0	PID 4571
0.07/0.08	c 0	HOST node14.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1128315-1216782345.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128315-1216782345.xml' 'HOME/temp.csp'
0.07/0.49	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	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.47/0.87	c 0	Parsing HOME/temp.csp
0.47/1.00	c 1	parsed 407 expressions
0.67/1.01	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/1.01	c 1	MAX CSP: 189 constraints
0.67/1.01	c 1	Converting to clausal form CSP
0.67/1.03	c 1	converted 60 (10%) expressions
0.67/1.04	c 1	converted 120 (20%) expressions
0.67/1.04	c 1	converted 180 (30%) expressions
0.67/1.05	c 1	converted 240 (40%) expressions
0.67/1.06	c 1	converted 300 (50%) expressions
0.67/1.06	c 1	converted 360 (60%) expressions
0.67/1.08	c 1	converted 420 (70%) expressions
0.67/1.08	c 1	converted 480 (80%) expressions
0.67/1.08	c 1	converted 540 (90%) expressions
0.87/1.22	c 1	converted 599 (100%) expressions
0.87/1.22	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.87/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.23	c 1	Propagation in CSP
0.87/1.25	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.87/1.25	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.87/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.25	c 1	Simplifing CSP by introducing new Boolean variables
0.87/1.25	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.87/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.87/1.28	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.87/1.28	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.87/1.28	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.87/1.28	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.87/1.29	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.87/1.29	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.87/1.29	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.87/1.30	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.97/1.30	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.97/1.30	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.97/1.33	c 1	57 (10%) CSP clauses are encoded (2754 clauses, 35303 bytes)
0.97/1.35	c 1	114 (20%) CSP clauses are encoded (3029 clauses, 40170 bytes)
0.97/1.35	c 1	170 (30%) CSP clauses are encoded (3300 clauses, 44930 bytes)
0.97/1.37	c 1	227 (40%) CSP clauses are encoded (3695 clauses, 50774 bytes)
0.97/1.38	c 1	283 (50%) CSP clauses are encoded (6191 clauses, 87617 bytes)
0.97/1.38	c 1	340 (60%) CSP clauses are encoded (7032 clauses, 99492 bytes)
0.97/1.40	c 1	397 (70%) CSP clauses are encoded (13709 clauses, 209115 bytes)
1.06/1.40	c 1	453 (80%) CSP clauses are encoded (14613 clauses, 224225 bytes)
1.06/1.44	c 1	510 (90%) CSP clauses are encoded (34282 clauses, 572837 bytes)
1.06/1.48	c 1	566 (100%) CSP clauses are encoded (52742 clauses, 909097 bytes)
1.06/1.48	c 1	566 CSP clauses encoded
1.06/1.48	c 1	Writing map file : HOME/temp.map
1.06/1.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.49	c 1	SAT : 2887 SAT variables, 52742 SAT clauses, 909097 bytes
1.06/1.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.53	c 1	OBJECTIVE minimize _COST
1.16/1.53	c 1	SOLVING HOME/temp.cnf
1.16/1.53	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.16/1.53	c 1	This is MiniSat 2.0 beta incremental
1.16/1.53	c 1	WARNING: for repeatability, setting FPU to use double precision
1.16/1.53	c 1	============================[ Problem Statistics ]=============================
1.16/1.53	c 1	|                                                                             |
1.16/1.53	c 1	|  Number of variables:  2887                                                 |
1.16/1.53	c 1	|  Number of clauses:    52742                                                |
1.16/1.56	c 1	|  Parsing time:         0.02         s                                       |
1.16/1.56	c 1	OK
1.16/1.56	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.16/1.56	c 1	SEARCHING: _COST <= 95
1.16/1.56	c 1	============================[ Search Statistics ]==============================
1.16/1.56	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.16/1.56	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.16/1.56	c 1	===============================================================================
1.16/1.56	c 1	|         0 |    2887    52742   151706 |    17580        0    nan |  0.000 % |
1.16/1.57	c 1	===============================================================================
1.16/1.57	c 1	restarts              : 1
1.16/1.57	c 1	conflicts             : 85            (2657 /sec)
1.16/1.57	c 1	decisions             : 186           (1.08 % random) (5813 /sec)
1.16/1.58	c 1	propagations          : 6904           (215784 /sec)
1.16/1.58	c 1	conflict literals     : 2314           (2.20 % deleted)
1.16/1.58	c 1	Memory used           : 4.09 MB
1.16/1.58	c 1	CPU time              : 0.031995 s
1.16/1.58	c 1	
1.16/1.58	c 1	SATISFIABLE
1.16/1.58	c 1	OK
1.16/1.58	c 1	FOUND: _COST <= 95
1.16/1.58	s SATISFIABLE
1.16/1.58	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.16/1.58	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.66	c 1	Decoding HOME/temp.out
1.18/1.71	c 1	OBJECTIVE _COST 91
1.18/1.71	o 91
1.18/1.72	v 4 2 3 4 3 3 3 4 1 1 2 4 3 0 3 3 0 1 4 4 4 1 2 0 1 3 3 4
1.18/1.72	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.79	c 1	OK
1.18/1.79	c 1	OBJECTIVE BOUND: 0 <= _COST <= 91
1.18/1.79	c 1	SEARCHING: _COST <= 45
1.18/1.80	c 1	============================[ Search Statistics ]==============================
1.18/1.80	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.80	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.80	c 1	===============================================================================
1.18/1.80	c 1	|        85 |    2887    52742   151706 |    17580       85     27 |  0.000 % |
1.34/1.81	c 1	|       185 |    2887    52742   151706 |    19338      185     23 | 27.300 % |
1.34/1.81	c 1	===============================================================================
1.34/1.81	c 1	restarts              : 3
1.34/1.81	c 1	conflicts             : 192           (4086 /sec)
1.34/1.81	c 1	decisions             : 424           (0.94 % random) (9023 /sec)
1.34/1.81	c 1	propagations          : 37703          (802328 /sec)
1.34/1.81	c 1	conflict literals     : 4362           (14.52 % deleted)
1.34/1.81	c 1	Memory used           : 4.09 MB
1.34/1.81	c 1	CPU time              : 0.046992 s
1.34/1.81	c 1	
1.34/1.81	c 1	SATISFIABLE
1.34/1.81	c 1	OK
1.34/1.81	c 1	FOUND: _COST <= 45
1.34/1.81	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.34/1.81	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.34/1.89	c 1	Decoding HOME/temp.out
1.34/1.95	c 2	OBJECTIVE _COST 45
1.34/1.95	o 45
1.34/1.95	v 4 4 2 3 0 4 4 4 1 4 3 1 0 3 4 3 3 1 4 1 4 3 0 2 4 2 4 1
1.34/1.95	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.34/2.00	c 2	OK
1.34/2.00	c 2	OBJECTIVE BOUND: 0 <= _COST <= 45
1.34/2.00	c 2	SEARCHING: _COST <= 22
1.34/2.01	c 2	============================[ Search Statistics ]==============================
1.34/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/2.01	c 2	===============================================================================
1.34/2.01	c 2	|       192 |    2099    52742   151706 |    17580      192     23 | 27.300 % |
1.34/2.02	c 2	|       292 |    2099    52742   151706 |    19338      292     20 | 41.881 % |
1.34/2.02	c 2	===============================================================================
1.34/2.02	c 2	restarts              : 5
1.34/2.02	c 2	conflicts             : 319           (5146 /sec)
1.34/2.02	c 2	decisions             : 612           (0.82 % random) (9873 /sec)
1.34/2.02	c 2	propagations          : 69777          (1125617 /sec)
1.34/2.02	c 2	conflict literals     : 6527           (19.06 % deleted)
1.34/2.02	c 2	Memory used           : 4.09 MB
1.34/2.02	c 2	CPU time              : 0.06199 s
1.34/2.02	c 2	
1.34/2.02	c 2	SATISFIABLE
1.34/2.02	c 2	OK
1.34/2.02	c 2	FOUND: _COST <= 22
1.34/2.02	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.34/2.02	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.34/2.10	c 2	Decoding HOME/temp.out
1.63/2.16	c 2	OBJECTIVE _COST 22
1.63/2.16	o 22
1.63/2.16	v 2 4 2 1 0 4 4 4 1 4 3 1 0 3 4 3 0 1 3 3 0 3 1 0 4 1 2 4
1.63/2.16	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.63/2.18	c 2	OK
1.63/2.18	c 2	OBJECTIVE BOUND: 0 <= _COST <= 22
1.63/2.18	c 2	SEARCHING: _COST <= 11
1.63/2.18	c 2	============================[ Search Statistics ]==============================
1.63/2.18	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.63/2.18	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.63/2.18	c 2	===============================================================================
1.63/2.18	c 2	|       319 |    1678    52742   151706 |    17580      319     20 | 41.881 % |
1.63/2.20	c 2	|       420 |    1678    52742   151706 |    19338      420     19 | 51.856 % |
1.72/2.20	c 2	|       570 |    1678    52742   151706 |    21272      570     18 | 51.856 % |
1.72/2.22	c 2	|       798 |    1678    52742   151706 |    23399      798     17 | 51.856 % |
1.72/2.26	c 2	|      1135 |    1390    13335    37809 |    25739     1094     16 | 51.856 % |
1.81/2.31	c 2	|      1642 |    1390    13335    37809 |    28313     1601     16 | 51.856 % |
1.81/2.37	c 2	|      2402 |    1390    13335    37809 |    31145     2361     16 | 51.856 % |
1.91/2.48	c 2	|      3541 |    1390    13335    37809 |    34259     3500     16 | 51.856 % |
2.11/2.65	c 2	|      5249 |    1390    13335    37809 |    37685     5208     16 | 51.856 % |
2.41/2.95	c 3	|      7812 |    1390    13335    37809 |    41454     7771     16 | 51.856 % |
2.91/3.42	c 3	|     11657 |    1390    13335    37809 |    45599    11616     16 | 51.856 % |
3.81/4.31	c 4	|     17423 |    1390    13335    37809 |    50159    17382     16 | 51.856 % |
5.29/5.88	c 5	|     26072 |    1390    13335    37809 |    55175    26031     16 | 51.856 % |
8.37/8.90	c 8	|     39047 |    1390    13335    37809 |    60693    39006     17 | 51.856 % |
14.85/15.44	c 15	|     58508 |    1390    13335    37809 |    66762    58467     17 | 51.856 % |
23.41/24.00	c 24	|     87701 |    1390    13335    37809 |    73438    32961     17 | 51.856 % |
25.00/25.61	c 25	===============================================================================
25.00/25.61	c 25	restarts              : 21
25.00/25.61	c 25	conflicts             : 93968         (4023 /sec)
25.00/25.61	c 25	decisions             : 108269        (0.86 % random) (4636 /sec)
25.00/25.61	c 25	propagations          : 21924349       (938685 /sec)
25.00/25.61	c 25	conflict literals     : 1623287        (27.29 % deleted)
25.00/25.61	c 25	Memory used           : 10.43 MB
25.00/25.61	c 25	CPU time              : 23.3564 s
25.00/25.61	c 25	
25.00/25.61	c 25	SATISFIABLE
25.00/25.61	c 25	OK
25.00/25.61	c 25	FOUND: _COST <= 11
25.00/25.61	c 25	DECODING HOME/temp.out WITH HOME/temp.map
25.00/25.61	c 25	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.02/25.79	c 25	Decoding HOME/temp.out
25.02/25.85	c 25	OBJECTIVE _COST 11
25.02/25.85	o 11
25.02/25.85	v 4 4 3 2 3 3 4 1 1 3 1 1 4 3 1 3 3 2 4 0 0 3 4 3 0 1 2 1
25.02/25.85	c 25	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.02/25.89	c 25	OK
25.02/25.89	c 25	OBJECTIVE BOUND: 0 <= _COST <= 11
25.02/25.89	c 25	SEARCHING: _COST <= 5
25.02/25.89	c 25	============================[ Search Statistics ]==============================
25.02/25.89	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.02/25.89	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.02/25.89	c 25	===============================================================================
25.02/25.89	c 25	|     93968 |    1168     8209    23086 |     2736    39228     17 | 51.856 % |
25.39/26.19	c 26	|     94069 |    1168     8209    23086 |     3009     3403     14 | 59.546 % |
25.49/26.21	c 26	|     94220 |    1168     8209    23086 |     3310     3554     14 | 59.546 % |
25.49/26.23	c 26	|     94445 |    1168     8209    23086 |     3642     3779     14 | 59.546 % |
25.49/26.26	c 26	|     94782 |    1168     8209    23086 |     4006     4116     14 | 59.546 % |
25.59/26.31	c 26	|     95289 |    1168     8209    23086 |     4406     4623     14 | 59.546 % |
25.59/26.37	c 26	|     96049 |    1168     8209    23086 |     4847     5383     13 | 59.546 % |
25.69/26.47	c 26	|     97188 |    1168     8209    23086 |     5332     6522     13 | 59.546 % |
25.89/26.63	c 26	|     98899 |    1168     8209    23086 |     5865     4509     12 | 59.546 % |
26.09/26.89	c 26	|    101462 |    1168     8209    23086 |     6452     7072     13 | 59.546 % |
26.48/27.27	c 27	|    105306 |    1168     8209    23086 |     7097     6678     13 | 59.546 % |
26.58/27.32	c 27	===============================================================================
26.58/27.33	c 27	restarts              : 32
26.58/27.33	c 27	conflicts             : 105874        (4270 /sec)
26.58/27.33	c 27	decisions             : 121811        (0.86 % random) (4913 /sec)
26.58/27.33	c 27	propagations          : 24772346       (999198 /sec)
26.58/27.33	c 27	conflict literals     : 1780930        (26.99 % deleted)
26.58/27.33	c 27	Memory used           : 10.43 MB
26.58/27.33	c 27	CPU time              : 24.7922 s
26.58/27.33	c 27	
26.58/27.33	c 27	SATISFIABLE
26.58/27.33	c 27	OK
26.58/27.33	c 27	FOUND: _COST <= 5
26.58/27.33	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.58/27.33	c 27	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.65/27.43	c 27	Decoding HOME/temp.out
26.65/27.48	c 27	OBJECTIVE _COST 5
26.65/27.48	o 5
26.65/27.48	v 4 0 0 2 0 3 3 2 1 1 0 4 2 0 1 0 3 1 4 4 3 0 0 4 4 1 3 4
26.65/27.49	c 27	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
26.73/27.52	c 27	OK
26.73/27.52	c 27	OBJECTIVE BOUND: 0 <= _COST <= 5
26.73/27.52	c 27	SEARCHING: _COST <= 2
26.73/27.52	c 27	============================[ Search Statistics ]==============================
26.73/27.52	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.73/27.52	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.73/27.52	c 27	===============================================================================
26.73/27.52	c 27	|    105874 |     935     4865    13747 |     1621     7246     13 | 59.546 % |
26.73/27.54	c 27	|    105974 |     935     4865    13747 |     1783     3723     12 | 67.617 % |
26.73/27.55	c 27	===============================================================================
26.73/27.55	c 27	restarts              : 34
26.73/27.55	c 27	conflicts             : 106062        (4273 /sec)
26.73/27.55	c 27	decisions             : 122012        (0.86 % random) (4916 /sec)
26.73/27.55	c 27	propagations          : 24808511       (999568 /sec)
26.73/27.55	c 27	conflict literals     : 1782381        (27.00 % deleted)
26.73/27.55	c 27	Memory used           : 10.43 MB
26.73/27.55	c 27	CPU time              : 24.8192 s
26.73/27.55	c 27	
26.73/27.55	c 27	UNSATISFIABLE
26.73/27.55	c 27	OK
26.73/27.55	c 27	NOT FOUND: _COST <= 2
26.73/27.55	c 27	OK
26.73/27.55	c 27	OBJECTIVE BOUND: 3 <= _COST <= 5
26.73/27.55	c 27	SEARCHING: _COST <= 4
26.73/27.55	c 27	============================[ Search Statistics ]==============================
26.73/27.55	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.73/27.55	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.73/27.55	c 27	===============================================================================
26.73/27.55	c 27	|    106062 |     935     4865    13747 |     1621     1905     10 | 67.617 % |
26.73/27.56	c 27	|    106163 |     935     4865    13747 |     1783     2006     10 | 67.822 % |
26.73/27.57	c 27	|    106313 |     935     4865    13747 |     1962     2156     10 | 67.822 % |
26.73/27.59	c 27	|    106538 |     935     4865    13747 |     2158     2381     10 | 67.822 % |
26.81/27.62	c 27	|    106877 |     929     4841    13693 |     2374     2687     10 | 67.822 % |
26.81/27.64	c 27	===============================================================================
26.81/27.64	c 27	restarts              : 39
26.81/27.64	c 27	conflicts             : 107175        (4302 /sec)
26.81/27.64	c 27	decisions             : 123262        (0.86 % random) (4948 /sec)
26.81/27.64	c 27	propagations          : 25085719       (1007046 /sec)
26.81/27.64	c 27	conflict literals     : 1793448        (27.03 % deleted)
26.81/27.64	c 27	Memory used           : 10.43 MB
26.81/27.64	c 27	CPU time              : 24.9102 s
26.81/27.64	c 27	
26.81/27.64	c 27	UNSATISFIABLE
26.81/27.64	c 27	OK
26.81/27.64	c 27	NOT FOUND: _COST <= 4
26.81/27.64	c 27	OK
26.81/27.64	c 27	OBJECTIVE _COST 5
26.81/27.64	s OPTIMUM FOUND
26.81/27.64	c 27	CPU 26.59 (0.06 0.02 26.53 0.26)
26.81/27.64	c 27	END Wed Jul 23 05:06:13 2008

Verifier Data (download as text)

OK	5	184
5 unsatisfied constraints, 184 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-1128315-1216782345/watcher-1128315-1216782345 -o /tmp/evaluation-result-1128315-1216782345/solver-1128315-1216782345 -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-1128315-1216782345.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.91 2.83 2.68 5/80 4571
/proc/meminfo: memFree=1498264/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=12268 CPUtime=0
/proc/4571/stat : 4571 (sugar++) R 4569 4571 3700 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5325310 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4571/statm: 3067 316 241 3 0 167 0

[startup+0.0842341 s]
/proc/loadavg: 2.91 2.83 2.68 5/80 4571
/proc/meminfo: memFree=1498264/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16740 CPUtime=0.07
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 5325310 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101551 s]
/proc/loadavg: 2.91 2.83 2.68 5/80 4571
/proc/meminfo: memFree=1498264/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16740 CPUtime=0.07
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 5325310 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302565 s]
/proc/loadavg: 2.91 2.83 2.68 5/80 4571
/proc/meminfo: memFree=1498264/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16740 CPUtime=0.07
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 5325310 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702607 s]
/proc/loadavg: 2.91 2.83 2.68 5/80 4571
/proc/meminfo: memFree=1498264/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16740 CPUtime=0.47
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1279 4435 0 1 5 2 37 3 16 0 1 0 5325310 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50168 s]
/proc/loadavg: 2.83 2.82 2.68 4/91 4593
/proc/meminfo: memFree=1489392/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16740 CPUtime=0.47
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1297 4435 0 1 5 2 37 3 15 0 1 0 5325310 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4185 1104 409 3 0 764 0
[pid=4584] ppid=4571 vsize=5356 CPUtime=0
/proc/4584/stat : 4584 (sh) S 4571 4571 3700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5325361 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4584/statm: 1339 233 193 169 0 50 0
[pid=4585] ppid=4584 vsize=868340 CPUtime=0.69
/proc/4585/stat : 4585 (java) S 4584 4571 3700 0 -1 0 6332 0 1 0 64 5 0 0 19 0 9 0 5325361 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4585/statm: 217085 5526 2566 9 0 211632 0
[pid=4585/tid=4586] ppid=4584 vsize=868340 CPUtime=0.41
/proc/4585/task/4586/stat : 4586 (java) S 4584 4571 3700 0 -1 64 2742 0 1 0 39 2 0 0 18 0 9 0 5325377 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4587] ppid=4584 vsize=868340 CPUtime=0.04
/proc/4585/task/4587/stat : 4587 (java) S 4584 4571 3700 0 -1 64 1425 0 0 0 4 0 0 0 16 0 9 0 5325391 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4588] ppid=4584 vsize=868340 CPUtime=0
/proc/4585/task/4588/stat : 4588 (java) S 4584 4571 3700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 5325391 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4589] ppid=4584 vsize=868340 CPUtime=0
/proc/4585/task/4589/stat : 4589 (java) S 4584 4571 3700 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5325391 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4590] ppid=4584 vsize=868340 CPUtime=0
/proc/4585/task/4590/stat : 4590 (java) S 4584 4571 3700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5325393 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4591] ppid=4584 vsize=868340 CPUtime=0.2
/proc/4585/task/4591/stat : 4591 (java) S 4584 4571 3700 0 -1 64 1472 0 0 0 19 1 0 0 16 0 9 0 5325393 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4592] ppid=4584 vsize=868340 CPUtime=0
/proc/4585/task/4592/stat : 4592 (java) S 4584 4571 3700 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5325393 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4585/tid=4593] ppid=4584 vsize=868340 CPUtime=0
/proc/4585/task/4593/stat : 4593 (java) S 4584 4571 3700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5325393 889180160 5526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 890436

[startup+3.10264 s]
/proc/loadavg: 2.83 2.82 2.68 4/92 4624
/proc/meminfo: memFree=1486376/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.64
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1694 22290 0 5 5 2 140 17 15 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=4320 CPUtime=0.97
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 999 0 0 0 97 0 0 0 25 0 1 0 5325463 4423680 941 996147200 134512640 135134323 4294956192 18446744073709551615 134531862 0 0 4096 3 0 0 0 17 1 0 0
/proc/4594/statm: 1080 941 79 151 0 926 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 21192

[startup+6.30194 s]
/proc/loadavg: 2.83 2.82 2.68 3/82 4624
/proc/meminfo: memFree=1489464/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.64
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1694 22290 0 5 5 2 140 17 16 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=6100 CPUtime=4.15
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 1437 0 0 0 415 0 0 0 25 0 1 0 5325463 6246400 1379 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4594/statm: 1525 1379 79 151 0 1371 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 22972

[startup+12.7015 s]
/proc/loadavg: 2.78 2.81 2.67 3/82 4624
/proc/meminfo: memFree=1486800/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.64
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1694 22290 0 5 5 2 140 17 16 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=8484 CPUtime=10.52
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 2023 0 0 0 1051 1 0 0 25 0 1 0 5325463 8687616 1965 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/4594/statm: 2121 1965 79 151 0 1967 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 25356

[startup+25.5017 s]
/proc/loadavg: 2.66 2.78 2.67 3/82 4624
/proc/meminfo: memFree=1484688/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.64
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1694 22290 0 5 5 2 140 17 16 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=10536 CPUtime=23.26
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 2518 0 0 0 2324 2 0 0 25 0 1 0 5325463 10788864 2460 996147200 134512640 135134323 4294956192 18446744073709551615 134528307 0 0 4096 3 0 0 0 17 1 0 0
/proc/4594/statm: 2634 2460 79 151 0 2480 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 27408

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

[startup+26.3018 s]
/proc/loadavg: 2.69 2.78 2.67 4/82 4634
/proc/meminfo: memFree=1484496/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.8
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1763 26035 0 6 6 2 152 20 15 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=10676 CPUtime=23.79
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 2538 0 0 0 2377 2 0 0 20 0 1 0 5325463 10932224 2478 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/4594/statm: 2669 2478 79 151 0 2515 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 27548

[startup+27.1019 s]
/proc/loadavg: 2.69 2.78 2.67 4/82 4634
/proc/meminfo: memFree=1484496/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.8
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1763 26035 0 6 6 2 152 20 15 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=10676 CPUtime=24.58
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 2538 0 0 0 2456 2 0 0 25 0 1 0 5325463 10932224 2478 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/4594/statm: 2669 2478 79 151 0 2515 0
Current children cumulated CPU time (s) 26.38
Current children cumulated vsize (KiB) 27548

[startup+27.5079 s]
/proc/loadavg: 2.69 2.78 2.67 5/92 4644
/proc/meminfo: memFree=1480768/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.8
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1817 26035 0 6 6 2 152 20 15 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=10676 CPUtime=24.81
/proc/4594/stat : 4594 (minisat-inc) S 4571 4571 3700 0 -1 4194304 2540 0 0 0 2479 2 0 0 25 0 1 0 5325463 10932224 2478 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/4594/statm: 2669 2478 79 151 0 2515 0
[pid=4635] ppid=4571 vsize=5356 CPUtime=0
/proc/4635/stat : 4635 (sh) S 4571 4571 3700 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 5328043 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4635/statm: 1339 233 193 169 0 50 0
[pid=4636] ppid=4635 vsize=195972 CPUtime=0.12
/proc/4636/stat : 4636 (java) S 4635 4571 3700 0 -1 0 3461 0 1 0 10 2 0 0 18 0 6 0 5328044 200675328 2931 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4636/statm: 48993 2931 1688 9 0 43568 0
[pid=4636/tid=4637] ppid=4635 vsize=195972 CPUtime=0.09
/proc/4636/task/4637/stat : 4637 (java) R 4635 4571 3700 0 -1 64 2474 0 1 0 8 1 0 0 24 0 6 0 5328046 200675328 2931 996147200 134512640 134550740 4294956000 18446744073709551615 103805419 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4636/tid=4639] ppid=4635 vsize=195972 CPUtime=0
/proc/4636/task/4639/stat : 4639 (java) S 4635 4571 3700 0 -1 64 11 0 0 0 0 0 0 0 22 0 6 0 5328047 200675328 2931 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4636/tid=4640] ppid=4635 vsize=195972 CPUtime=0
/proc/4636/task/4640/stat : 4640 (java) S 4635 4571 3700 0 -1 64 4 0 0 0 0 0 0 0 23 0 6 0 5328047 200675328 2931 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4636/tid=4642] ppid=4635 vsize=195972 CPUtime=0.02
/proc/4636/task/4642/stat : 4642 (java) S 4635 4571 3700 0 -1 64 287 0 0 0 2 0 0 0 21 0 6 0 5328049 200675328 2931 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4636/tid=4643] ppid=4635 vsize=195972 CPUtime=0
/proc/4636/task/4643/stat : 4643 (java) S 4635 4571 3700 0 -1 64 0 0 0 0 0 0 0 0 25 0 6 0 5328049 200675328 2931 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.73
Current children cumulated vsize (KiB) 228876

[startup+27.6029 s]
/proc/loadavg: 2.69 2.78 2.67 5/92 4644
/proc/meminfo: memFree=1480768/2055920 swapFree=4192956/4192956
[pid=4571] ppid=4569 vsize=16872 CPUtime=1.93
/proc/4571/stat : 4571 (sugar++) S 4569 4571 3700 0 -1 4194304 1835 29782 0 7 6 2 162 23 15 0 1 0 5325310 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4571/statm: 4218 1119 414 3 0 797 0
[pid=4594] ppid=4571 vsize=10676 CPUtime=24.88
/proc/4594/stat : 4594 (minisat-inc) R 4571 4571 3700 0 -1 4194304 2542 0 0 0 2486 2 0 0 25 0 1 0 5325463 10932224 2478 996147200 134512640 135134323 4294956192 18446744073709551615 134532004 0 0 4096 3 0 0 0 17 0 0 0
/proc/4594/statm: 2669 2478 79 151 0 2515 0
Current children cumulated CPU time (s) 26.81
Current children cumulated vsize (KiB) 27548

Child status: 0
Real time (s): 27.6497
CPU time (s): 26.8979
CPU user time (s): 26.603
CPU system time (s): 0.294955
CPU usage (%): 97.2811
Max. virtual memory (cumulated for all children) (KiB): 890436

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

runsolver used 0.044993 second user time and 0.075988 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-23 05:05:46
IDJOB=1128315
IDBENCH=65156
IDSOLVER=367
FILE ID=node14/1128315-1216782345
PBS_JOBID= 7974141
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-27_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-1128315-1216782345/watcher-1128315-1216782345 -o /tmp/evaluation-result-1128315-1216782345/solver-1128315-1216782345 -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-1128315-1216782345.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e2d231d0a48f3bec709a946cdfceb21
RANDOM SEED=1682508658

node14.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.211
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.211
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:       1498936 kB
Buffers:         31116 kB
Cached:         389600 kB
SwapCached:          0 kB
Active:         328888 kB
Inactive:       181632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             876 kB
Writeback:           0 kB
Mapped:         110132 kB
Slab:            31572 kB
Committed_AS:   902872 kB
PageTables:       1996 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 node14 at 2008-07-23 05:06:13