Trace number 1108500

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+minisatOPTIMUM4 278.105 279.632

General information on the benchmark

Namecsp/coloring/
normalized-myciel-5g-4-ext.xml
MD5SUM174aee4ff53d2fa062227496e7b76689
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark16.6535
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension236
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 15:22:54 2008
0.00/0.04	c 0	PID 14085
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108500-1215782573.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108500-1215782573.xml' 'HOME/temp.csp'
0.03/0.27	c 0	1 domains, 47 variables, 0 predicates, 1 relations, 236 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.40	c 0	Parsing HOME/temp.csp
0.28/0.48	c 0	parsed 285 expressions
0.28/0.49	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.50	c 0	MAX CSP: 236 constraints
0.28/0.50	c 0	Converting to clausal form CSP
0.28/0.53	c 0	converted 53 (10%) expressions
0.28/0.53	c 0	converted 105 (20%) expressions
0.28/0.54	c 0	converted 158 (30%) expressions
0.28/0.55	c 0	converted 210 (40%) expressions
0.28/0.55	c 0	converted 262 (50%) expressions
0.28/0.56	c 0	converted 315 (60%) expressions
0.28/0.56	c 0	converted 367 (70%) expressions
0.28/0.57	c 0	converted 420 (80%) expressions
0.28/0.57	c 0	converted 472 (90%) expressions
0.28/0.72	c 0	converted 524 (100%) expressions
0.28/0.72	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 355
0.28/0.72	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.72	c 0	Propagation in CSP
0.28/0.75	c 0	231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.75	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.28/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.75	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.75	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.28/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.77	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.78	c 0	52 (10%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.28/0.78	c 0	104 (20%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.28/0.78	c 0	156 (30%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.28/0.79	c 0	208 (40%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.28/0.79	c 0	260 (50%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.28/0.79	c 0	312 (60%) CSP integer variables are encoded (419 clauses, 4529 bytes)
0.28/0.80	c 0	364 (70%) CSP integer variables are encoded (1985 clauses, 24390 bytes)
0.28/0.80	c 0	416 (80%) CSP integer variables are encoded (2494 clauses, 31007 bytes)
0.28/0.80	c 0	468 (90%) CSP integer variables are encoded (2758 clauses, 34439 bytes)
0.28/0.80	c 0	519 (100%) CSP integer variables are encoded (3148 clauses, 39509 bytes)
0.28/0.83	c 0	71 (10%) CSP clauses are encoded (3432 clauses, 44287 bytes)
0.28/0.85	c 0	142 (20%) CSP clauses are encoded (3716 clauses, 49431 bytes)
0.28/0.86	c 0	213 (30%) CSP clauses are encoded (4000 clauses, 54563 bytes)
0.28/0.87	c 0	283 (40%) CSP clauses are encoded (4544 clauses, 62596 bytes)
0.28/0.93	c 0	354 (50%) CSP clauses are encoded (35246 clauses, 583888 bytes)
0.28/0.93	c 0	425 (60%) CSP clauses are encoded (36492 clauses, 604943 bytes)
0.28/0.98	c 0	495 (70%) CSP clauses are encoded (64407 clauses, 1115883 bytes)
0.28/0.99	c 0	566 (80%) CSP clauses are encoded (65792 clauses, 1139357 bytes)
0.93/1.01	c 0	637 (90%) CSP clauses are encoded (68847 clauses, 1193261 bytes)
0.93/1.03	c 0	707 (100%) CSP clauses are encoded (79820 clauses, 1391237 bytes)
0.93/1.03	c 0	707 CSP clauses encoded
0.93/1.03	c 0	Writing map file : HOME/temp.map
0.93/1.03	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.04	c 0	SAT : 3667 SAT variables, 79820 SAT clauses, 1391237 bytes
0.93/1.04	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	OBJECTIVE minimize _COST
0.93/1.06	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.93/1.06	c 1	SEARCHING: _COST <= 118
0.93/1.06	c 1	SOLVING HOME/temp.cnf
0.93/1.06	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.93/1.07	c 1	This is MiniSat 2.0 beta
0.93/1.07	c 1	WARNING: for repeatability, setting FPU to use double precision
0.93/1.07	c 1	============================[ Problem Statistics ]=============================
0.93/1.07	c 1	|                                                                             |
0.93/1.07	c 1	|  Number of variables:  3667                                                 |
0.93/1.07	c 1	|  Number of clauses:    79821                                                |
0.99/1.11	c 1	|  Parsing time:         0.03         s                                       |
0.99/1.12	c 1	============================[ Search Statistics ]==============================
0.99/1.12	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.12	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.12	c 1	===============================================================================
0.99/1.12	c 1	|         0 |    2723    51655   149131 |    17218        0    nan |  0.000 % |
0.99/1.12	c 1	===============================================================================
0.99/1.12	c 1	restarts              : 1
0.99/1.12	c 1	conflicts             : 0              (0 /sec)
0.99/1.12	c 1	decisions             : 34             (0.00 % random) (667 /sec)
0.99/1.12	c 1	propagations          : 3667           (71913 /sec)
0.99/1.12	c 1	conflict literals     : 0              ( nan % deleted)
0.99/1.12	c 1	Memory used           : 5.16 MB
0.99/1.12	c 1	CPU time              : 0.050992 s
0.99/1.12	c 1	
0.99/1.13	c 1	SATISFIABLE
0.99/1.13	c 1	FOUND: _COST <= 118
0.99/1.13	s SATISFIABLE
0.99/1.13	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.99/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.05/1.21	c 1	Decoding HOME/temp.out
1.05/1.27	c 1	OBJECTIVE _COST 118
1.05/1.27	o 118
1.05/1.27	v 1 0 1 0 0 2 0 1 0 2 1 1 0 3 0 3 3 0 2 3 3 0 1 2 3 2 2 2 3 2 2 3 2 3 2 3 2 3 2 3 3 2 3 2 3 2 3
1.05/1.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.29	c 1	OBJECTIVE BOUND: 0 <= _COST <= 118
1.05/1.29	c 1	SEARCHING: _COST <= 59
1.05/1.29	c 1	SOLVING HOME/temp.cnf
1.05/1.29	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.05/1.29	c 1	This is MiniSat 2.0 beta
1.05/1.29	c 1	WARNING: for repeatability, setting FPU to use double precision
1.05/1.29	c 1	============================[ Problem Statistics ]=============================
1.05/1.29	c 1	|                                                                             |
1.05/1.29	c 1	|  Number of variables:  3667                                                 |
1.05/1.29	c 1	|  Number of clauses:    79821                                                |
1.20/1.33	c 1	|  Parsing time:         0.04         s                                       |
1.20/1.35	c 1	============================[ Search Statistics ]==============================
1.20/1.35	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.35	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.35	c 1	===============================================================================
1.20/1.35	c 1	|         0 |    2192    34486    99158 |    11495        0    nan |  0.000 % |
1.20/1.35	c 1	===============================================================================
1.20/1.35	c 1	restarts              : 1
1.20/1.35	c 1	conflicts             : 13             (228 /sec)
1.20/1.35	c 1	decisions             : 43             (0.00 % random) (755 /sec)
1.20/1.35	c 1	propagations          : 4092           (71801 /sec)
1.20/1.35	c 1	conflict literals     : 532            (0.00 % deleted)
1.20/1.35	c 1	Memory used           : 5.15 MB
1.20/1.35	c 1	CPU time              : 0.056991 s
1.20/1.35	c 1	
1.20/1.36	c 1	SATISFIABLE
1.20/1.36	c 1	FOUND: _COST <= 59
1.20/1.36	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.20/1.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.28/1.44	c 1	Decoding HOME/temp.out
1.28/1.50	c 1	OBJECTIVE _COST 59
1.28/1.50	o 59
1.28/1.50	v 3 1 0 0 3 2 1 0 0 1 3 3 1 0 0 1 0 1 0 1 1 3 3 2 1 2 2 2 2 2 2 2 2 3 2 1 2 0 2 2 2 2 2 2 3 2 3
1.28/1.51	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.52	c 1	OBJECTIVE BOUND: 0 <= _COST <= 59
1.28/1.52	c 1	SEARCHING: _COST <= 29
1.28/1.52	c 1	SOLVING HOME/temp.cnf
1.28/1.52	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.52	c 1	This is MiniSat 2.0 beta
1.28/1.52	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.52	c 1	============================[ Problem Statistics ]=============================
1.28/1.52	c 1	|                                                                             |
1.28/1.52	c 1	|  Number of variables:  3667                                                 |
1.28/1.52	c 1	|  Number of clauses:    79821                                                |
1.28/1.56	c 1	|  Parsing time:         0.04         s                                       |
1.28/1.58	c 1	============================[ Search Statistics ]==============================
1.28/1.58	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.58	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.58	c 1	===============================================================================
1.28/1.58	c 1	|         0 |    1828    20513    58301 |     6837        0    nan |  0.000 % |
1.28/1.59	c 1	|       101 |    1828    20513    58301 |     7521      101     42 | 50.150 % |
1.28/1.59	c 1	===============================================================================
1.28/1.60	c 1	restarts              : 2
1.28/1.60	c 1	conflicts             : 179            (2558 /sec)
1.28/1.60	c 1	decisions             : 287            (1.39 % random) (4101 /sec)
1.28/1.60	c 1	propagations          : 21004          (300104 /sec)
1.28/1.60	c 1	conflict literals     : 6144           (7.93 % deleted)
1.28/1.60	c 1	Memory used           : 5.15 MB
1.28/1.60	c 1	CPU time              : 0.069989 s
1.28/1.60	c 1	
1.42/1.60	c 1	SATISFIABLE
1.42/1.60	c 1	FOUND: _COST <= 29
1.42/1.60	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.42/1.60	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.42/1.68	c 1	Decoding HOME/temp.out
1.50/1.74	c 1	OBJECTIVE _COST 29
1.50/1.74	o 29
1.50/1.74	v 3 2 3 2 2 1 1 3 3 3 2 1 2 2 2 1 1 1 1 1 1 2 3 3 0 0 3 0 3 0 3 0 1 0 0 0 0 0 1 1 1 1 3 1 0 3 2
1.50/1.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.76	c 1	OBJECTIVE BOUND: 0 <= _COST <= 29
1.50/1.76	c 1	SEARCHING: _COST <= 14
1.50/1.76	c 1	SOLVING HOME/temp.cnf
1.50/1.76	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.76	c 1	This is MiniSat 2.0 beta
1.50/1.76	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.76	c 1	============================[ Problem Statistics ]=============================
1.50/1.76	c 1	|                                                                             |
1.50/1.76	c 1	|  Number of variables:  3667                                                 |
1.50/1.76	c 1	|  Number of clauses:    79821                                                |
1.65/1.81	c 1	|  Parsing time:         0.04         s                                       |
1.65/1.82	c 1	============================[ Search Statistics ]==============================
1.65/1.82	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.82	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.82	c 1	===============================================================================
1.65/1.82	c 1	|         0 |    1531    11950    33488 |     3983        0    nan |  0.000 % |
1.65/1.83	c 1	|       102 |    1531    11950    33488 |     4381      102     44 | 58.249 % |
1.65/1.84	c 1	|       252 |    1531    11950    33488 |     4819      252     35 | 58.249 % |
1.65/1.85	c 1	===============================================================================
1.65/1.85	c 1	restarts              : 3
1.65/1.85	c 1	conflicts             : 349            (4257 /sec)
1.65/1.85	c 1	decisions             : 474            (0.42 % random) (5781 /sec)
1.65/1.85	c 1	propagations          : 44028          (537012 /sec)
1.65/1.85	c 1	conflict literals     : 11956          (8.66 % deleted)
1.65/1.85	c 1	Memory used           : 5.15 MB
1.65/1.85	c 1	CPU time              : 0.081987 s
1.65/1.85	c 1	
1.65/1.85	c 1	SATISFIABLE
1.65/1.85	c 1	FOUND: _COST <= 14
1.65/1.85	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.65/1.85	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.74/1.93	c 1	Decoding HOME/temp.out
1.74/1.99	c 1	OBJECTIVE _COST 14
1.74/1.99	o 14
1.74/2.00	v 3 0 1 3 2 2 0 3 0 2 1 2 3 3 0 2 2 2 3 0 2 3 1 1 0 1 3 2 2 0 0 0 2 1 2 0 3 0 2 2 2 3 0 3 0 1 3
1.75/2.00	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.75/2.01	c 1	OBJECTIVE BOUND: 0 <= _COST <= 14
1.75/2.01	c 1	SEARCHING: _COST <= 7
1.75/2.01	c 1	SOLVING HOME/temp.cnf
1.75/2.01	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.75/2.01	c 1	This is MiniSat 2.0 beta
1.75/2.01	c 1	WARNING: for repeatability, setting FPU to use double precision
1.75/2.01	c 1	============================[ Problem Statistics ]=============================
1.75/2.02	c 1	|                                                                             |
1.75/2.02	c 1	|  Number of variables:  3667                                                 |
1.75/2.02	c 1	|  Number of clauses:    79821                                                |
1.75/2.06	c 2	|  Parsing time:         0.03         s                                       |
1.75/2.08	c 2	============================[ Search Statistics ]==============================
1.75/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/2.08	c 2	===============================================================================
1.75/2.08	c 2	|         0 |    1281     7392    20557 |     2464        0    nan |  0.000 % |
1.75/2.08	c 2	|       101 |    1281     7392    20557 |     2710      101     40 | 65.067 % |
1.75/2.09	c 2	|       251 |    1281     7392    20557 |     2981      251     31 | 65.067 % |
1.98/2.10	c 2	===============================================================================
1.98/2.10	c 2	restarts              : 3
1.98/2.10	c 2	conflicts             : 350            (4862 /sec)
1.98/2.10	c 2	decisions             : 511            (0.59 % random) (7098 /sec)
1.98/2.10	c 2	propagations          : 45081          (626221 /sec)
1.98/2.10	c 2	conflict literals     : 9329           (10.87 % deleted)
1.98/2.10	c 2	Memory used           : 5.15 MB
1.98/2.10	c 2	CPU time              : 0.071989 s
1.98/2.10	c 2	
1.98/2.11	c 2	SATISFIABLE
1.98/2.11	c 2	FOUND: _COST <= 7
1.98/2.11	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.98/2.11	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.98/2.19	c 2	Decoding HOME/temp.out
1.99/2.25	c 2	OBJECTIVE _COST 7
1.99/2.25	o 7
1.99/2.25	v 2 3 3 3 2 2 0 2 3 2 3 2 0 3 0 0 2 0 0 0 2 3 3 2 1 1 3 1 2 1 1 1 2 1 2 1 1 1 1 2 1 1 1 2 1 1 0
1.99/2.26	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.27	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
1.99/2.27	c 2	SEARCHING: _COST <= 3
1.99/2.27	c 2	SOLVING HOME/temp.cnf
1.99/2.27	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.27	c 2	This is MiniSat 2.0 beta
1.99/2.27	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.27	c 2	============================[ Problem Statistics ]=============================
1.99/2.27	c 2	|                                                                             |
1.99/2.27	c 2	|  Number of variables:  3667                                                 |
1.99/2.27	c 2	|  Number of clauses:    79821                                                |
2.13/2.31	c 2	|  Parsing time:         0.04         s                                       |
2.13/2.33	c 2	============================[ Search Statistics ]==============================
2.13/2.33	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.33	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.33	c 2	===============================================================================
2.13/2.33	c 2	|         0 |     977     4190    11859 |     1396        0    nan |  0.000 % |
2.13/2.34	c 2	|       100 |     977     4190    11859 |     1536      100     42 | 73.357 % |
2.13/2.35	c 2	|       250 |     977     4190    11859 |     1689      250     29 | 73.357 % |
2.13/2.36	c 2	|       477 |     977     4190    11859 |     1858      477     24 | 73.357 % |
2.13/2.38	c 2	|       815 |     977     4190    11859 |     2044      815     20 | 73.357 % |
2.13/2.42	c 2	|      1322 |     977     4190    11859 |     2249     1322     20 | 73.357 % |
2.13/2.48	c 2	|      2081 |     977     4190    11859 |     2474     2081     19 | 73.357 % |
2.13/2.58	c 2	|      3220 |     977     4190    11859 |     2721     3220     18 | 73.357 % |
2.13/2.75	c 2	|      4929 |     977     4190    11859 |     2993     4929     17 | 73.357 % |
2.13/2.99	c 2	|      7491 |     977     4190    11859 |     3293     4474     18 | 73.357 % |
3.14/3.38	c 3	|     11335 |     977     4190    11859 |     3622     5300     19 | 73.357 % |
3.74/3.98	c 3	|     17102 |     977     4190    11859 |     3984     4599     17 | 73.357 % |
4.73/4.92	c 4	|     25751 |     977     4190    11859 |     4383     6387     16 | 73.357 % |
6.13/6.32	c 6	|     38725 |     977     4190    11859 |     4821     4882     18 | 73.357 % |
8.32/8.51	c 8	|     58186 |     977     4190    11859 |     5303     5320     16 | 73.357 % |
11.50/11.76	c 11	|     87380 |     977     4190    11859 |     5834     5947     17 | 73.357 % |
16.57/16.85	c 16	|    131169 |     977     4190    11859 |     6417     6555     16 | 73.357 % |
24.34/24.68	c 24	|    196856 |     977     4190    11859 |     7059     7571     19 | 73.357 % |
36.47/36.88	c 36	|    295382 |     977     4190    11859 |     7765     6334     19 | 73.357 % |
54.39/54.88	c 54	|    443173 |     977     4190    11859 |     8541     5756     17 | 73.357 % |
81.15/81.71	c 81	|    664856 |     977     4190    11859 |     9396    10538     15 | 73.357 % |
122.46/123.24	c 123	|    997382 |     977     4190    11859 |    10335     6420     14 | 73.357 % |
184.76/185.81	c 185	|   1496172 |     976     4173    11809 |    11369    11394     16 | 73.384 % |
277.41/278.93	c 278	===============================================================================
277.41/278.93	c 278	restarts              : 23
277.41/278.93	c 278	conflicts             : 2205368        (8010 /sec)
277.41/278.93	c 278	decisions             : 2414290        (1.01 % random) (8769 /sec)
277.41/278.93	c 278	propagations          : 542892561      (1971881 /sec)
277.41/278.93	c 278	conflict literals     : 40091648       (24.21 % deleted)
277.41/278.93	c 278	Memory used           : 7.05 MB
277.41/278.93	c 278	CPU time              : 275.317 s
277.41/278.93	c 278	
277.41/278.93	c 278	UNSATISFIABLE
277.41/278.93	c 278	NOT FOUND: _COST <= 3
277.41/278.93	c 278	OBJECTIVE BOUND: 4 <= _COST <= 7
277.41/278.93	c 278	SEARCHING: _COST <= 5
277.41/278.93	c 278	SOLVING HOME/temp.cnf
277.41/278.93	c 278	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
277.41/278.94	c 278	This is MiniSat 2.0 beta
277.41/278.94	c 278	WARNING: for repeatability, setting FPU to use double precision
277.41/278.94	c 278	============================[ Problem Statistics ]=============================
277.41/278.94	c 278	|                                                                             |
277.41/278.94	c 278	|  Number of variables:  3667                                                 |
277.41/278.94	c 278	|  Number of clauses:    79821                                                |
277.41/278.98	c 278	|  Parsing time:         0.04         s                                       |
277.46/279.00	c 278	============================[ Search Statistics ]==============================
277.46/279.00	c 278	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
277.46/279.00	c 278	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
277.46/279.00	c 278	===============================================================================
277.46/279.00	c 278	|         0 |    1151     5811    16202 |     1937        0    nan |  0.000 % |
277.46/279.01	c 278	|       101 |    1151     5811    16202 |     2130      101     42 | 68.612 % |
277.46/279.02	c 278	|       253 |    1151     5811    16202 |     2343      253     29 | 68.612 % |
277.46/279.03	c 278	|       478 |    1151     5811    16202 |     2578      478     32 | 68.612 % |
277.46/279.06	c 279	|       815 |    1151     5811    16202 |     2835      815     26 | 68.612 % |
277.46/279.08	c 279	===============================================================================
277.46/279.08	c 279	restarts              : 5
277.46/279.08	c 279	conflicts             : 1034           (7776 /sec)
277.46/279.08	c 279	decisions             : 1258           (0.79 % random) (9460 /sec)
277.46/279.08	c 279	propagations          : 227911         (1713887 /sec)
277.46/279.08	c 279	conflict literals     : 24874          (14.71 % deleted)
277.46/279.08	c 279	Memory used           : 5.15 MB
277.46/279.08	c 279	CPU time              : 0.132979 s
277.46/279.08	c 279	
277.46/279.08	c 279	SATISFIABLE
277.46/279.08	c 279	FOUND: _COST <= 5
277.46/279.08	c 279	DECODING HOME/temp.out WITH HOME/temp.map
277.46/279.08	c 279	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
277.61/279.18	c 279	Decoding HOME/temp.out
277.61/279.25	c 279	OBJECTIVE _COST 5
277.61/279.25	o 5
277.61/279.25	v 3 3 2 2 3 2 1 2 2 1 3 3 1 2 1 3 1 1 1 1 1 3 2 0 0 2 0 0 0 1 2 2 0 0 0 1 0 0 1 1 1 1 1 1 0 0 3
277.61/279.25	c 279	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
277.78/279.31	c 279	OBJECTIVE BOUND: 4 <= _COST <= 5
277.78/279.31	c 279	SEARCHING: _COST <= 4
277.78/279.31	c 279	SOLVING HOME/temp.cnf
277.78/279.31	c 279	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
277.78/279.31	c 279	This is MiniSat 2.0 beta
277.78/279.31	c 279	WARNING: for repeatability, setting FPU to use double precision
277.78/279.31	c 279	============================[ Problem Statistics ]=============================
277.78/279.31	c 279	|                                                                             |
277.78/279.31	c 279	|  Number of variables:  3667                                                 |
277.78/279.31	c 279	|  Number of clauses:    79821                                                |
277.78/279.35	c 279	|  Parsing time:         0.04         s                                       |
277.78/279.37	c 279	============================[ Search Statistics ]==============================
277.78/279.37	c 279	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
277.78/279.37	c 279	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
277.78/279.37	c 279	===============================================================================
277.78/279.37	c 279	|         0 |    1086     5109    14290 |     1703        0    nan |  0.000 % |
277.78/279.38	c 279	|       100 |    1086     5109    14290 |     1873      100     42 | 70.385 % |
277.78/279.39	c 279	|       250 |    1086     5109    14290 |     2060      250     38 | 70.386 % |
277.78/279.40	c 279	|       476 |    1086     5109    14290 |     2266      476     29 | 70.385 % |
277.80/279.41	c 279	===============================================================================
277.80/279.41	c 279	restarts              : 4
277.80/279.41	c 279	conflicts             : 580            (6043 /sec)
277.80/279.41	c 279	decisions             : 751            (0.67 % random) (7824 /sec)
277.80/279.41	c 279	propagations          : 100290         (1044851 /sec)
277.80/279.41	c 279	conflict literals     : 15616          (9.50 % deleted)
277.80/279.41	c 279	Memory used           : 5.15 MB
277.80/279.41	c 279	CPU time              : 0.095985 s
277.80/279.41	c 279	
277.80/279.41	c 279	SATISFIABLE
277.80/279.41	c 279	FOUND: _COST <= 4
277.80/279.41	c 279	DECODING HOME/temp.out WITH HOME/temp.map
277.80/279.41	c 279	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
277.80/279.50	c 279	Decoding HOME/temp.out
277.90/279.57	c 279	OBJECTIVE _COST 4
277.90/279.57	o 4
277.90/279.57	v 1 3 3 3 1 1 0 0 0 1 3 1 2 2 2 1 1 0 0 0 1 2 3 1 2 2 2 1 1 0 0 0 1 2 2 2 2 2 2 2 2 2 2 2 2 3 3
277.90/279.57	c 279	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
277.90/279.63	c 279	OBJECTIVE _COST 4
277.90/279.63	s OPTIMUM FOUND
277.90/279.63	c 279	CPU 277.72 (0.04 0.02 277.68 0.34)
277.90/279.63	c 279	END Fri Jul 11 15:27:33 2008

Verifier Data (download as text)

OK	4	232
4 unsatisfied constraints, 232 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-1108500-1215782573/watcher-1108500-1215782573 -o /tmp/evaluation-result-1108500-1215782573/solver-1108500-1215782573 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108500-1215782573.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: 3.03 3.21 3.14 4/73 14085
/proc/meminfo: memFree=1589216/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=12268 CPUtime=0
/proc/14085/stat : 14085 (sugar) R 14083 14085 13760 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 34956462 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14085/statm: 3067 316 241 3 0 167 0

[startup+0.063668 s]
/proc/loadavg: 3.03 3.21 3.14 4/73 14085
/proc/meminfo: memFree=1589216/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=0.03
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 34956462 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101679 s]
/proc/loadavg: 3.03 3.21 3.14 4/73 14085
/proc/meminfo: memFree=1589216/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=0.03
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 34956462 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 3.03 3.21 3.14 4/73 14085
/proc/meminfo: memFree=1589216/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=0.03
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 34956462 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701728 s]
/proc/loadavg: 3.03 3.21 3.14 4/73 14085
/proc/meminfo: memFree=1589216/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=0.28
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 974 4159 0 1 3 0 23 2 15 0 1 0 34956462 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 3.03 3.21 3.14 3/84 14107
/proc/meminfo: memFree=1573960/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=1.28
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1241 17526 0 3 3 1 112 12 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10194 s]
/proc/loadavg: 2.94 3.19 3.13 3/76 14157
/proc/meminfo: memFree=1580936/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 15 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 13600

[startup+6.30224 s]
/proc/loadavg: 2.94 3.19 3.13 3/76 14169
/proc/meminfo: memFree=1580872/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=5416 CPUtime=4
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1239 0 0 0 400 0 0 0 25 0 1 0 34956689 5545984 1225 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1354 1225 75 150 0 1201 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24372

[startup+12.7018 s]
/proc/loadavg: 2.80 3.15 3.12 3/76 14169
/proc/meminfo: memFree=1580808/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=5416 CPUtime=10.37
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1245 0 0 0 1037 0 0 0 25 0 1 0 34956689 5545984 1231 996147200 134512640 135127466 4294956256 18446744073709551615 134528437 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1354 1231 75 150 0 1201 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 24372

[startup+25.501 s]
/proc/loadavg: 2.68 3.11 3.11 3/76 14169
/proc/meminfo: memFree=1580616/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=5548 CPUtime=23.1
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1295 0 0 0 2310 0 0 0 25 0 1 0 34956689 5681152 1281 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1387 1281 75 150 0 1234 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 24504

[startup+51.1014 s]
/proc/loadavg: 2.44 3.02 3.08 3/76 14169
/proc/meminfo: memFree=1580360/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=5816 CPUtime=48.57
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1371 0 0 0 4857 0 0 0 25 0 1 0 34956689 5955584 1357 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1454 1357 75 150 0 1301 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 24772

[startup+102.306 s]
/proc/loadavg: 2.18 2.85 3.01 3/76 14169
/proc/meminfo: memFree=1579720/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=6364 CPUtime=99.53
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1490 0 0 0 9953 0 0 0 25 0 1 0 34956689 6516736 1476 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1591 1476 75 150 0 1438 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 25320

[startup+162.302 s]
/proc/loadavg: 2.07 2.70 2.95 3/76 14169
/proc/meminfo: memFree=1579336/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=6644 CPUtime=159.24
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1563 0 0 0 15924 0 0 0 25 0 1 0 34956689 6803456 1549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1661 1549 75 150 0 1508 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 25600

[startup+222.301 s]
/proc/loadavg: 2.02 2.56 2.88 3/76 14169
/proc/meminfo: memFree=1578952/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7064 CPUtime=218.95
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1665 0 0 0 21895 0 0 0 25 0 1 0 34956689 7233536 1651 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1766 1651 75 150 0 1613 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 26020

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

[startup+230.302 s]
/proc/loadavg: 2.02 2.55 2.88 3/76 14169
/proc/meminfo: memFree=1578888/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7212 CPUtime=226.91
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1672 0 0 0 22691 0 0 0 25 0 1 0 34956689 7385088 1658 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1803 1658 75 150 0 1650 0
Current children cumulated CPU time (s) 229.04
Current children cumulated vsize (KiB) 26168

[startup+255.901 s]
/proc/loadavg: 2.01 2.51 2.86 3/76 14169
/proc/meminfo: memFree=1578824/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7212 CPUtime=252.39
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1688 0 0 0 25239 0 0 0 25 0 1 0 34956689 7385088 1674 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1803 1674 75 150 0 1650 0
Current children cumulated CPU time (s) 254.52
Current children cumulated vsize (KiB) 26168

[startup+268.702 s]
/proc/loadavg: 2.01 2.48 2.84 3/76 14169
/proc/meminfo: memFree=1578760/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7212 CPUtime=265.13
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1696 0 0 0 26513 0 0 0 25 0 1 0 34956689 7385088 1682 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1803 1682 75 150 0 1650 0
Current children cumulated CPU time (s) 267.26
Current children cumulated vsize (KiB) 26168

[startup+275.101 s]
/proc/loadavg: 2.01 2.47 2.84 3/76 14169
/proc/meminfo: memFree=1578760/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7212 CPUtime=271.49
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1696 0 0 0 27149 0 0 0 25 0 1 0 34956689 7385088 1682 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1803 1682 75 150 0 1650 0
Current children cumulated CPU time (s) 273.62
Current children cumulated vsize (KiB) 26168

[startup+276.701 s]
/proc/loadavg: 2.01 2.47 2.84 3/76 14169
/proc/meminfo: memFree=1578760/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7212 CPUtime=273.09
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1696 0 0 0 27309 0 0 0 25 0 1 0 34956689 7385088 1682 996147200 134512640 135127466 4294956256 18446744073709551615 134530863 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1803 1682 75 150 0 1650 0
Current children cumulated CPU time (s) 275.22
Current children cumulated vsize (KiB) 26168

[startup+278.306 s]
/proc/loadavg: 2.01 2.47 2.83 3/76 14169
/proc/meminfo: memFree=1578760/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=2.13
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1637 37142 0 7 4 1 183 25 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
[pid=14168] ppid=14085 vsize=5356 CPUtime=0
/proc/14168/stat : 14168 (sh) S 14085 14085 13760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34956689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14168/statm: 1339 232 193 169 0 50 0
[pid=14169] ppid=14168 vsize=7212 CPUtime=274.68
/proc/14169/stat : 14169 (minisat) R 14168 14085 13760 0 -1 4194304 1696 0 0 0 27468 0 0 0 25 0 1 0 34956689 7385088 1682 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/14169/statm: 1803 1682 75 150 0 1650 0
Current children cumulated CPU time (s) 276.81
Current children cumulated vsize (KiB) 26168

[startup+279.103 s]
/proc/loadavg: 2.01 2.47 2.83 3/76 14169
/proc/meminfo: memFree=1578760/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=277.61
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1734 40658 0 7 4 2 27728 27 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 277.61
Current children cumulated vsize (KiB) 13600

[startup+279.503 s]
/proc/loadavg: 2.01 2.47 2.83 2/84 14181
/proc/meminfo: memFree=1579848/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=277.9
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1866 45948 0 8 4 2 27753 31 16 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 277.9
Current children cumulated vsize (KiB) 13600

[startup+279.603 s]
/proc/loadavg: 2.01 2.47 2.83 2/84 14181
/proc/meminfo: memFree=1579848/2055920 swapFree=4180940/4192956
[pid=14085] ppid=14083 vsize=13600 CPUtime=277.9
/proc/14085/stat : 14085 (sugar) S 14083 14085 13760 0 -1 4194304 1867 45948 0 8 4 2 27753 31 15 0 1 0 34956462 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14085/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 277.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 279.632
CPU time (s): 278.105
CPU user time (s): 277.737
CPU system time (s): 0.367944
CPU usage (%): 99.4539
Max. virtual memory (cumulated for all children) (KiB): 887404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.737
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51637
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= 3277
involuntary context switches= 6306

runsolver used 0.427934 second user time and 0.863868 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-11 15:22:53
IDJOB=1108500
IDBENCH=60727
IDSOLVER=368
FILE ID=node48/1108500-1215782573
PBS_JOBID= 7903105
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/coloring/normalized-myciel-5g-4-ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108500-1215782573/watcher-1108500-1215782573 -o /tmp/evaluation-result-1108500-1215782573/solver-1108500-1215782573 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108500-1215782573.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 174aee4ff53d2fa062227496e7b76689
RANDOM SEED=1534410682

node48.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.232
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.232
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:       1589696 kB
Buffers:         33648 kB
Cached:         352952 kB
SwapCached:       7188 kB
Active:         145584 kB
Inactive:       257464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589696 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:           10836 kB
Writeback:           0 kB
Mapped:          22000 kB
Slab:            48440 kB
Committed_AS:   116968 kB
PageTables:       1844 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= 66532 MiB
End job on node48 at 2008-07-11 15:27:33