Trace number 1108540

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+minisatOPTIMUM22 396.059 398.908

General information on the benchmark

Namecsp/coloring/
normalized-geom-40-2-ext.xml
MD5SUM1cc053dec3f0d112864f71ec4f7b5d96
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark0.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints78
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension78
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:23:08 2008
0.00/0.04	c 0	PID 11716
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108540-1215782588.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-1108540-1215782588.xml' 'HOME/temp.csp'
0.03/0.22	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 78 constraints
0.03/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.28	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.20/0.44	c 0	Parsing HOME/temp.csp
0.20/0.48	c 0	parsed 120 expressions
0.20/0.49	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.49	c 0	MAX CSP: 78 constraints
0.20/0.49	c 0	Converting to clausal form CSP
0.20/0.51	c 0	converted 21 (10%) expressions
0.20/0.52	c 0	converted 41 (20%) expressions
0.20/0.53	c 1	converted 61 (30%) expressions
0.20/0.53	c 1	converted 81 (40%) expressions
0.20/0.53	c 1	converted 101 (50%) expressions
0.20/0.53	c 1	converted 121 (60%) expressions
0.20/0.54	c 1	converted 141 (70%) expressions
0.20/0.54	c 1	converted 161 (80%) expressions
0.20/0.54	c 1	converted 181 (90%) expressions
0.20/0.59	c 1	converted 201 (100%) expressions
0.20/0.59	c 1	CSP : 196 integers, 0 booleans, 233 clauses, largest domain size 118
0.20/0.59	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.59	c 1	Propagation in CSP
0.20/0.61	c 1	74 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.20/0.61	c 1	CSP : 196 integers, 0 booleans, 233 clauses, largest domain size 79
0.20/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.61	c 1	Simplifing CSP by introducing new Boolean variables
0.20/0.61	c 1	CSP : 196 integers, 0 booleans, 233 clauses, largest domain size 79
0.20/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.20/0.64	c 1	20 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.20/0.64	c 1	40 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.20/0.64	c 1	59 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.20/0.64	c 1	79 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.20/0.64	c 1	98 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.20/0.64	c 1	118 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.20/0.65	c 1	138 (70%) CSP integer variables are encoded (146 clauses, 1670 bytes)
0.20/0.65	c 1	157 (80%) CSP integer variables are encoded (565 clauses, 6279 bytes)
0.20/0.65	c 1	177 (90%) CSP integer variables are encoded (711 clauses, 7885 bytes)
0.20/0.66	c 1	196 (100%) CSP integer variables are encoded (813 clauses, 9026 bytes)
0.20/0.66	c 1	24 (10%) CSP clauses are encoded (861 clauses, 9590 bytes)
0.20/0.66	c 1	47 (20%) CSP clauses are encoded (907 clauses, 10180 bytes)
0.20/0.67	c 1	70 (30%) CSP clauses are encoded (953 clauses, 10800 bytes)
0.20/0.67	c 1	94 (40%) CSP clauses are encoded (1057 clauses, 12136 bytes)
0.20/0.68	c 1	117 (50%) CSP clauses are encoded (1528 clauses, 18814 bytes)
0.20/0.68	c 1	140 (60%) CSP clauses are encoded (1705 clauses, 21149 bytes)
0.20/0.70	c 1	164 (70%) CSP clauses are encoded (8305 clauses, 118536 bytes)
0.20/0.70	c 1	187 (80%) CSP clauses are encoded (8482 clauses, 120872 bytes)
0.20/0.70	c 1	210 (90%) CSP clauses are encoded (8905 clauses, 126850 bytes)
0.20/0.71	c 1	233 (100%) CSP clauses are encoded (10200 clauses, 145939 bytes)
0.20/0.71	c 1	233 CSP clauses encoded
0.20/0.71	c 1	Writing map file : HOME/temp.map
0.20/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.20/0.71	c 1	SAT : 1009 SAT variables, 10200 SAT clauses, 145939 bytes
0.20/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.20/0.73	c 1	OBJECTIVE minimize _COST
0.20/0.73	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.20/0.73	c 1	SEARCHING: _COST <= 39
0.20/0.73	c 1	SOLVING HOME/temp.cnf
0.20/0.73	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.20/0.74	c 1	This is MiniSat 2.0 beta
0.20/0.74	c 1	WARNING: for repeatability, setting FPU to use double precision
0.20/0.74	c 1	============================[ Problem Statistics ]=============================
0.20/0.74	c 1	|                                                                             |
0.20/0.74	c 1	|  Number of variables:  1009                                                 |
0.20/0.74	c 1	|  Number of clauses:    10201                                                |
0.20/0.74	c 1	|  Parsing time:         0.00         s                                       |
0.20/0.74	c 1	============================[ Search Statistics ]==============================
0.20/0.74	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.74	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.74	c 1	===============================================================================
0.20/0.74	c 1	|         0 |     736     6663    18252 |     2221        0    nan |  0.000 % |
0.20/0.75	c 1	===============================================================================
0.20/0.75	c 1	restarts              : 1
0.20/0.75	c 1	conflicts             : 39             (7802 /sec)
0.20/0.75	c 1	decisions             : 148            (0.68 % random) (29606 /sec)
0.20/0.75	c 1	propagations          : 4434           (886977 /sec)
0.20/0.75	c 1	conflict literals     : 324            (14.51 % deleted)
0.20/0.75	c 1	Memory used           : 2.17 MB
0.20/0.75	c 1	CPU time              : 0.004999 s
0.20/0.75	c 1	
0.20/0.75	c 1	SATISFIABLE
0.20/0.75	c 1	FOUND: _COST <= 39
0.20/0.75	s SATISFIABLE
0.20/0.75	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.20/0.75	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'
0.56/1.00	c 1	Decoding HOME/temp.out
0.63/1.04	c 1	OBJECTIVE _COST 39
0.63/1.04	o 39
0.63/1.04	v 1 1 0 1 1 0 0 0 0 1 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 1 1 0 0 1 1 1 1
0.63/1.04	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/1.07	c 1	OBJECTIVE BOUND: 0 <= _COST <= 39
0.63/1.07	c 1	SEARCHING: _COST <= 19
0.63/1.07	c 1	SOLVING HOME/temp.cnf
0.63/1.07	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.63/1.07	c 1	This is MiniSat 2.0 beta
0.63/1.07	c 1	WARNING: for repeatability, setting FPU to use double precision
0.63/1.07	c 1	============================[ Problem Statistics ]=============================
0.63/1.07	c 1	|                                                                             |
0.63/1.07	c 1	|  Number of variables:  1009                                                 |
0.63/1.07	c 1	|  Number of clauses:    10201                                                |
0.63/1.08	c 1	|  Parsing time:         0.00         s                                       |
0.63/1.08	c 1	============================[ Search Statistics ]==============================
0.63/1.08	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.63/1.08	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.63/1.08	c 1	===============================================================================
0.63/1.08	c 1	|         0 |     574     4409    11956 |     1469        0    nan |  0.000 % |
0.63/1.09	c 1	|       100 |     572     4409    11956 |     1616       99     13 | 43.509 % |
0.63/1.09	c 1	|       251 |     570     4321    11704 |     1778      250     13 | 43.509 % |
0.63/1.10	c 1	|       477 |     570     4321    11704 |     1956      476     15 | 43.509 % |
0.68/1.11	c 1	|       814 |     570     4321    11704 |     2151      813     14 | 43.509 % |
0.68/1.13	c 1	|      1320 |     570     4321    11704 |     2366     1319     14 | 43.509 % |
0.68/1.17	c 1	|      2080 |     570     4321    11704 |     2603     2079     14 | 43.509 % |
0.68/1.23	c 1	|      3219 |     570     4321    11704 |     2863     3218     14 | 43.509 % |
0.68/1.32	c 1	|      4927 |     570     4321    11704 |     3150     3161     14 | 43.509 % |
0.68/1.47	c 1	|      7490 |     570     4321    11704 |     3465     1949     14 | 43.509 % |
0.68/1.68	c 2	|     11335 |     570     4321    11704 |     3811     3745     15 | 43.509 % |
0.68/2.01	c 2	|     17101 |     570     4321    11704 |     4193     2797     14 | 43.509 % |
2.09/2.51	c 2	|     25750 |     570     4321    11704 |     4612     4155     15 | 43.509 % |
2.79/3.29	c 3	|     38726 |     570     4321    11704 |     5073     4027     14 | 43.510 % |
4.08/4.56	c 5	|     58189 |     570     4321    11704 |     5581     3430     13 | 43.509 % |
5.87/6.37	c 6	|     87381 |     570     4321    11704 |     6139     4547     12 | 43.510 % |
8.96/9.43	c 9	|    131170 |     570     4321    11704 |     6753     4087     13 | 43.509 % |
13.53/14.04	c 14	|    196854 |     546     3803    10236 |     7428     5552     12 | 45.888 % |
20.40/20.92	c 21	|    295381 |     546     3803    10236 |     8171     6810     13 | 45.889 % |
31.34/31.94	c 32	|    443174 |     539     3721    10012 |     8988     5181     12 | 46.582 % |
34.92/35.50	c 35	===============================================================================
34.92/35.50	c 35	restarts              : 20
34.92/35.50	c 35	conflicts             : 488249         (14256 /sec)
34.92/35.50	c 35	decisions             : 566925         (0.93 % random) (16554 /sec)
34.92/35.50	c 35	propagations          : 42743177       (1248056 /sec)
34.92/35.50	c 35	conflict literals     : 6494238        (28.02 % deleted)
34.92/35.50	c 35	Memory used           : 4.16 MB
34.92/35.50	c 35	CPU time              : 34.2478 s
34.92/35.50	c 35	
34.92/35.50	c 35	UNSATISFIABLE
34.92/35.50	c 35	NOT FOUND: _COST <= 19
34.92/35.50	c 35	OBJECTIVE BOUND: 20 <= _COST <= 39
34.92/35.50	c 35	SEARCHING: _COST <= 29
34.92/35.50	c 35	SOLVING HOME/temp.cnf
34.92/35.50	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.92/35.51	c 35	This is MiniSat 2.0 beta
34.92/35.51	c 35	WARNING: for repeatability, setting FPU to use double precision
34.92/35.51	c 35	============================[ Problem Statistics ]=============================
34.92/35.51	c 35	|                                                                             |
34.92/35.51	c 35	|  Number of variables:  1009                                                 |
34.92/35.51	c 35	|  Number of clauses:    10201                                                |
34.92/35.51	c 35	|  Parsing time:         0.00         s                                       |
34.92/35.51	c 35	============================[ Search Statistics ]==============================
34.92/35.51	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.92/35.51	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.92/35.51	c 35	===============================================================================
34.92/35.51	c 35	|         0 |     656     5608    15317 |     1869        0    nan |  0.000 % |
34.92/35.52	c 36	|       100 |     655     5608    15317 |     2056       99     16 | 35.183 % |
34.92/35.52	c 36	|       250 |     655     5608    15317 |     2261      249     15 | 35.183 % |
34.92/35.53	c 36	|       476 |     654     5572    15215 |     2488      475     16 | 35.187 % |
34.92/35.54	c 36	|       814 |     654     5572    15215 |     2736      813     16 | 35.185 % |
34.92/35.55	c 36	===============================================================================
34.92/35.55	c 36	restarts              : 5
34.92/35.55	c 36	conflicts             : 860            (22635 /sec)
34.92/35.55	c 36	decisions             : 1222           (0.57 % random) (32163 /sec)
34.92/35.55	c 36	propagations          : 80747          (2125257 /sec)
34.92/35.55	c 36	conflict literals     : 13436          (20.53 % deleted)
34.92/35.55	c 36	Memory used           : 2.17 MB
34.92/35.55	c 36	CPU time              : 0.037994 s
34.92/35.55	c 36	
34.92/35.55	c 36	SATISFIABLE
34.92/35.55	c 36	FOUND: _COST <= 29
34.92/35.55	c 36	DECODING HOME/temp.out WITH HOME/temp.map
34.92/35.55	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.99/35.64	c 36	Decoding HOME/temp.out
34.99/35.67	c 36	OBJECTIVE _COST 29
34.99/35.67	o 29
34.99/35.67	v 0 1 1 0 1 0 1 1 1 0 0 1 0 1 1 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1
34.99/35.67	c 36	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.99/35.76	c 36	OBJECTIVE BOUND: 20 <= _COST <= 29
34.99/35.76	c 36	SEARCHING: _COST <= 24
34.99/35.76	c 36	SOLVING HOME/temp.cnf
34.99/35.76	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.14/35.88	c 36	This is MiniSat 2.0 beta
35.14/35.88	c 36	WARNING: for repeatability, setting FPU to use double precision
35.14/35.88	c 36	============================[ Problem Statistics ]=============================
35.14/35.88	c 36	|                                                                             |
35.14/35.88	c 36	|  Number of variables:  1009                                                 |
35.14/35.88	c 36	|  Number of clauses:    10201                                                |
35.14/35.89	c 36	|  Parsing time:         0.00         s                                       |
35.14/35.89	c 36	============================[ Search Statistics ]==============================
35.14/35.89	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.14/35.89	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.14/35.89	c 36	===============================================================================
35.14/35.89	c 36	|         0 |     616     5043    13737 |     1681        0    nan |  0.000 % |
35.14/35.89	c 36	|       100 |     615     5043    13737 |     1849       99     15 | 39.148 % |
35.14/35.90	c 36	|       251 |     615     5043    13737 |     2034      250     15 | 39.148 % |
35.14/35.91	c 36	|       476 |     614     5002    13620 |     2237      475     16 | 39.148 % |
35.14/35.92	c 36	|       814 |     614     5002    13620 |     2461      813     13 | 39.161 % |
35.14/35.94	c 36	|      1321 |     614     5002    13620 |     2707     1320     15 | 39.148 % |
35.14/35.98	c 36	|      2080 |     614     5002    13620 |     2977     2079     16 | 39.148 % |
35.15/36.04	c 36	|      3222 |     614     5002    13620 |     3275     3221     17 | 39.148 % |
35.15/36.13	c 36	|      4930 |     614     5002    13620 |     3603     2923     16 | 39.151 % |
35.46/36.28	c 36	|      7493 |     614     5002    13620 |     3963     3345     15 | 39.148 % |
35.76/36.52	c 37	|     11337 |     614     5002    13620 |     4360     2563     15 | 39.148 % |
36.06/36.88	c 37	|     17104 |     614     5002    13620 |     4796     3287     16 | 39.148 % |
36.06/36.88	c 37	===============================================================================
36.06/36.88	c 37	restarts              : 12
36.06/36.88	c 37	conflicts             : 17160          (17214 /sec)
36.06/36.88	c 37	decisions             : 19416          (0.73 % random) (19477 /sec)
36.06/36.88	c 37	propagations          : 1758717        (1764278 /sec)
36.06/36.88	c 37	conflict literals     : 282740         (24.89 % deleted)
36.06/36.88	c 37	Memory used           : 2.69 MB
36.06/36.88	c 37	CPU time              : 0.996848 s
36.06/36.88	c 37	
36.06/36.88	c 37	SATISFIABLE
36.06/36.88	c 37	FOUND: _COST <= 24
36.06/36.88	c 37	DECODING HOME/temp.out WITH HOME/temp.map
36.06/36.88	c 37	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.15/37.00	c 37	Decoding HOME/temp.out
36.15/37.03	c 37	OBJECTIVE _COST 24
36.15/37.03	o 24
36.15/37.03	v 0 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 1 1 0 1 0 0 0 0 0 0 0 1 1 1 1
36.15/37.03	c 37	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
36.15/37.09	c 37	OBJECTIVE BOUND: 20 <= _COST <= 24
36.15/37.09	c 37	SEARCHING: _COST <= 22
36.15/37.09	c 37	SOLVING HOME/temp.cnf
36.15/37.09	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.15/37.09	c 37	This is MiniSat 2.0 beta
36.15/37.09	c 37	WARNING: for repeatability, setting FPU to use double precision
36.15/37.10	c 37	============================[ Problem Statistics ]=============================
36.15/37.10	c 37	|                                                                             |
36.15/37.10	c 37	|  Number of variables:  1009                                                 |
36.15/37.10	c 37	|  Number of clauses:    10201                                                |
36.29/37.10	c 37	|  Parsing time:         0.00         s                                       |
36.29/37.10	c 37	============================[ Search Statistics ]==============================
36.29/37.10	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.29/37.10	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.29/37.10	c 37	===============================================================================
36.29/37.10	c 37	|         0 |     600     4810    13084 |     1603        0    nan |  0.000 % |
36.29/37.11	c 37	|       101 |     599     4810    13084 |     1763      100     14 | 40.733 % |
36.29/37.11	c 37	|       251 |     599     4810    13084 |     1940      250     14 | 40.734 % |
36.29/37.12	c 37	|       476 |     598     4767    12961 |     2134      475     15 | 40.733 % |
36.29/37.14	c 37	|       813 |     598     4767    12961 |     2347      812     15 | 40.733 % |
36.29/37.16	c 37	|      1320 |     598     4767    12961 |     2582     1319     14 | 40.733 % |
36.29/37.19	c 37	|      2079 |     598     4767    12961 |     2840     2078     14 | 40.735 % |
36.29/37.26	c 37	|      3218 |     598     4767    12961 |     3124     3217     14 | 40.734 % |
36.48/37.35	c 37	|      4928 |     598     4767    12961 |     3436     3015     13 | 40.733 % |
36.68/37.50	c 37	|      7490 |     598     4767    12961 |     3780     3543     14 | 40.734 % |
36.88/37.74	c 38	|     11335 |     598     4767    12961 |     4158     2930     15 | 40.735 % |
37.28/38.14	c 38	|     17102 |     598     4767    12961 |     4574     3852     16 | 40.735 % |
37.87/38.71	c 39	|     25751 |     598     4767    12961 |     5031     4600     17 | 40.735 % |
38.67/39.60	c 40	|     38725 |     598     4767    12961 |     5535     3307     15 | 40.733 % |
40.06/40.90	c 41	|     58186 |     598     4767    12961 |     6088     4166     15 | 40.733 % |
40.06/40.96	c 41	===============================================================================
40.06/40.96	c 41	restarts              : 15
40.06/40.96	c 41	conflicts             : 59295          (15420 /sec)
40.06/40.96	c 41	decisions             : 68332          (0.76 % random) (17770 /sec)
40.06/40.96	c 41	propagations          : 5453793        (1418259 /sec)
40.06/40.96	c 41	conflict literals     : 978997         (24.05 % deleted)
40.06/40.96	c 41	Memory used           : 2.95 MB
40.06/40.96	c 41	CPU time              : 3.84542 s
40.06/40.96	c 41	
40.06/40.97	c 41	SATISFIABLE
40.06/40.97	c 41	FOUND: _COST <= 22
40.06/40.97	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.06/40.97	c 41	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.14/41.05	c 41	Decoding HOME/temp.out
40.14/41.09	c 41	OBJECTIVE _COST 22
40.14/41.09	o 22
40.14/41.09	v 0 1 1 1 0 0 0 0 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 1 1
40.14/41.09	c 41	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
40.14/41.13	c 41	OBJECTIVE BOUND: 20 <= _COST <= 22
40.14/41.13	c 41	SEARCHING: _COST <= 21
40.14/41.13	c 41	SOLVING HOME/temp.cnf
40.14/41.13	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.26/41.23	c 41	This is MiniSat 2.0 beta
40.26/41.23	c 41	WARNING: for repeatability, setting FPU to use double precision
40.26/41.24	c 41	============================[ Problem Statistics ]=============================
40.26/41.24	c 41	|                                                                             |
40.26/41.27	c 41	|  Number of variables:  1009                                                 |
40.26/41.27	c 41	|  Number of clauses:    10201                                                |
40.26/41.39	c 41	|  Parsing time:         0.01         s                                       |
40.26/41.39	c 41	============================[ Search Statistics ]==============================
40.26/41.39	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.26/41.39	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.26/41.39	c 41	===============================================================================
40.26/41.39	c 41	|         0 |     592     4692    12753 |     1564        0    nan |  0.000 % |
40.26/41.39	c 41	|       103 |     591     4692    12753 |     1720      102     12 | 41.526 % |
40.26/41.40	c 41	|       254 |     591     4692    12753 |     1892      253     13 | 41.526 % |
40.26/41.41	c 41	|       481 |     590     4648    12627 |     2081      480     14 | 41.526 % |
40.26/41.42	c 41	|       819 |     590     4648    12627 |     2289      818     14 | 41.526 % |
40.26/41.44	c 41	|      1327 |     590     4648    12627 |     2518     1326     14 | 41.527 % |
40.26/41.48	c 41	|      2086 |     590     4648    12627 |     2770     2085     14 | 41.526 % |
40.26/41.54	c 42	|      3225 |     590     4648    12627 |     3047     3224     14 | 41.526 % |
40.26/41.64	c 42	|      4933 |     590     4648    12627 |     3352     3067     13 | 41.526 % |
40.58/41.79	c 42	|      7495 |     590     4648    12627 |     3687     3642     14 | 41.530 % |
40.87/42.02	c 42	|     11339 |     590     4648    12627 |     4056     3204     13 | 41.526 % |
41.17/42.39	c 42	|     17107 |     590     4648    12627 |     4462     4279     13 | 41.526 % |
41.77/42.93	c 43	|     25758 |     590     4648    12627 |     4908     2722     16 | 41.526 % |
42.56/43.76	c 44	|     38732 |     590     4648    12627 |     5399     4568     16 | 41.526 % |
43.75/44.99	c 45	|     58193 |     590     4648    12627 |     5939     5927     15 | 41.526 % |
45.84/47.06	c 47	|     87385 |     590     4648    12627 |     6533     5509     17 | 41.526 % |
48.93/50.16	c 50	|    131174 |     590     4648    12627 |     7186     6092     17 | 41.528 % |
53.81/55.08	c 55	|    196859 |     590     4648    12627 |     7905     5151     15 | 41.526 % |
61.47/62.74	c 63	|    295386 |     590     4648    12627 |     8695     5196     16 | 41.526 % |
73.11/74.46	c 74	|    443177 |     590     4648    12627 |     9565     8136     16 | 41.526 % |
91.12/92.57	c 93	|    664860 |     590     4648    12627 |    10521     9897     15 | 41.526 % |
118.78/120.39	c 120	|    997386 |     590     4648    12627 |    11573     6971     14 | 41.526 % |
161.17/162.94	c 163	|   1496174 |     590     4648    12627 |    12731    10400     15 | 41.527 % |
227.85/229.96	c 230	|   2244357 |     590     4648    12627 |    14004     8761     13 | 41.528 % |
336.52/339.10	c 339	|   3366632 |     590     4648    12627 |    15404     9296     15 | 41.529 % |
396.02/398.90	c 399	===============================================================================
396.02/398.90	c 399	restarts              : 25
396.02/398.90	c 399	conflicts             : 3959387        (11129 /sec)
396.02/398.90	c 399	decisions             : 4568057        (0.87 % random) (12840 /sec)
396.02/398.90	c 399	propagations          : 355321939      (998763 /sec)
396.02/398.90	c 399	conflict literals     : 61056463       (28.93 % deleted)
396.02/398.90	c 399	Memory used           : 7.32 MB
396.02/398.90	c 399	CPU time              : 355.762 s
396.02/398.90	c 399	
396.02/398.90	c 399	UNSATISFIABLE
396.02/398.90	c 399	NOT FOUND: _COST <= 21
396.02/398.90	c 399	OBJECTIVE _COST 22
396.02/398.90	s OPTIMUM FOUND
396.02/398.90	c 399	CPU 395.82 (0.04 0.01 395.78 0.21)
396.02/398.90	c 399	END Fri Jul 11 15:29:47 2008

Verifier Data (download as text)

OK	22	56
22 unsatisfied constraints, 56 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-1108540-1215782588/watcher-1108540-1215782588 -o /tmp/evaluation-result-1108540-1215782588/solver-1108540-1215782588 -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-1108540-1215782588.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.83 3.03 2.79 4/80 11716
/proc/meminfo: memFree=1363480/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=18572 CPUtime=0
/proc/11716/stat : 11716 (runsolver) R 11714 11716 11352 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 34960507 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11716/statm: 4643 292 257 25 0 2626 0

[startup+0.087408 s]
/proc/loadavg: 2.83 3.03 2.79 4/80 11716
/proc/meminfo: memFree=1363480/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.03
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 34960507 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101574 s]
/proc/loadavg: 2.83 3.03 2.79 4/80 11716
/proc/meminfo: memFree=1363480/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.03
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 34960507 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301583 s]
/proc/loadavg: 2.83 3.03 2.79 4/80 11716
/proc/meminfo: memFree=1363480/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.2
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 957 4097 0 1 3 0 14 3 16 0 1 0 34960507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13600

[startup+0.70161 s]
/proc/loadavg: 2.83 3.03 2.79 4/80 11716
/proc/meminfo: memFree=1363480/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.2
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 974 4097 0 1 3 0 14 3 15 0 1 0 34960507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11716/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 2.76 3.01 2.78 3/91 11750
/proc/meminfo: memFree=1356928/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.68
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1175 13672 0 3 3 0 56 9 15 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13600

[startup+3.10177 s]
/proc/loadavg: 2.76 3.01 2.78 3/83 11752
/proc/meminfo: memFree=1359936/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.68
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1175 13672 0 3 3 0 56 9 15 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11751] ppid=11716 vsize=5356 CPUtime=0
/proc/11751/stat : 11751 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34960615 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11751/statm: 1339 232 193 169 0 50 0
[pid=11752] ppid=11751 vsize=2752 CPUtime=2.01
/proc/11752/stat : 11752 (minisat) R 11751 11716 11352 0 -1 4194304 391 0 0 0 201 0 0 0 25 0 1 0 34960615 2818048 377 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/11752/statm: 688 377 75 150 0 535 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 21708

[startup+6.30297 s]
/proc/loadavg: 2.76 3.01 2.78 3/83 11752
/proc/meminfo: memFree=1359552/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.68
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1175 13672 0 3 3 0 56 9 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11751] ppid=11716 vsize=5356 CPUtime=0
/proc/11751/stat : 11751 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34960615 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11751/statm: 1339 232 193 169 0 50 0
[pid=11752] ppid=11751 vsize=3032 CPUtime=5.19
/proc/11752/stat : 11752 (minisat) R 11751 11716 11352 0 -1 4194304 451 0 0 0 519 0 0 0 25 0 1 0 34960615 3104768 437 996147200 134512640 135127466 4294956256 18446744073709551615 134528635 0 0 4096 3 0 0 0 17 0 0 0
/proc/11752/statm: 758 437 75 150 0 605 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 21988

[startup+12.7014 s]
/proc/loadavg: 2.72 3.00 2.78 3/83 11752
/proc/meminfo: memFree=1359248/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.68
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1175 13672 0 3 3 0 56 9 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11751] ppid=11716 vsize=5356 CPUtime=0
/proc/11751/stat : 11751 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34960615 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11751/statm: 1339 232 193 169 0 50 0
[pid=11752] ppid=11751 vsize=3428 CPUtime=11.56
/proc/11752/stat : 11752 (minisat) R 11751 11716 11352 0 -1 4194304 539 0 0 0 1156 0 0 0 25 0 1 0 34960615 3510272 525 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/11752/statm: 857 525 75 150 0 704 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 22384

[startup+25.5012 s]
/proc/loadavg: 2.60 2.96 2.77 3/83 11752
/proc/meminfo: memFree=1358736/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=0.68
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1175 13672 0 3 3 0 56 9 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11751] ppid=11716 vsize=5356 CPUtime=0
/proc/11751/stat : 11751 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34960615 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11751/statm: 1339 232 193 169 0 50 0
[pid=11752] ppid=11751 vsize=3988 CPUtime=24.29
/proc/11752/stat : 11752 (minisat) R 11751 11716 11352 0 -1 4194304 684 0 0 0 2429 0 0 0 25 0 1 0 34960615 4083712 670 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/11752/statm: 997 670 75 150 0 844 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 22944

[startup+51.1018 s]
/proc/loadavg: 2.52 2.92 2.76 3/83 11790
/proc/meminfo: memFree=1358928/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=3416 CPUtime=9.67
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 562 0 0 0 967 0 0 0 25 0 1 0 34964625 3497984 548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 854 548 75 150 0 701 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 22372

[startup+102.307 s]
/proc/loadavg: 2.66 2.88 2.76 3/83 11790
/proc/meminfo: memFree=1357584/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=4816 CPUtime=60.61
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 912 0 0 0 6061 0 0 0 25 0 1 0 34964625 4931584 898 996147200 134512640 135127466 4294956256 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1204 898 75 150 0 1051 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 23772

[startup+162.302 s]
/proc/loadavg: 2.61 2.83 2.74 3/83 11790
/proc/meminfo: memFree=1356752/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=5664 CPUtime=120.32
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1111 0 0 0 12032 0 0 0 25 0 1 0 34964625 5799936 1097 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1416 1097 75 150 0 1263 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 24620

[startup+222.301 s]
/proc/loadavg: 2.73 2.82 2.74 3/83 11790
/proc/meminfo: memFree=1356176/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=6236 CPUtime=180.02
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1251 0 0 0 18002 0 0 0 25 0 1 0 34964625 6385664 1237 996147200 134512640 135127466 4294956256 18446744073709551615 134534061 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1559 1237 75 150 0 1406 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 25192

[startup+282.301 s]
/proc/loadavg: 2.69 2.79 2.73 3/83 11790
/proc/meminfo: memFree=1355664/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=6788 CPUtime=239.72
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1371 0 0 0 23972 0 0 0 25 0 1 0 34964625 6950912 1357 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1697 1357 75 150 0 1544 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 25744

[startup+342.302 s]
/proc/loadavg: 2.74 2.78 2.73 3/83 11790
/proc/meminfo: memFree=1355280/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7080 CPUtime=299.44
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1454 0 0 0 29943 1 0 0 25 0 1 0 34964625 7249920 1440 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1770 1440 75 150 0 1617 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 26036

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

[startup+358.303 s]
/proc/loadavg: 2.79 2.79 2.73 3/83 11790
/proc/meminfo: memFree=1355088/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7360 CPUtime=315.37
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1495 0 0 0 31536 1 0 0 25 0 1 0 34964625 7536640 1481 996147200 134512640 135127466 4294956256 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1840 1481 75 150 0 1687 0
Current children cumulated CPU time (s) 355.63
Current children cumulated vsize (KiB) 26316

[startup+383.907 s]
/proc/loadavg: 2.79 2.79 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7360 CPUtime=340.84
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1526 0 0 0 34083 1 0 0 25 0 1 0 34964625 7536640 1512 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1840 1512 75 150 0 1687 0
Current children cumulated CPU time (s) 381.1
Current children cumulated vsize (KiB) 26316

[startup+390.302 s]
/proc/loadavg: 2.81 2.79 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7360 CPUtime=347.21
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1526 0 0 0 34720 1 0 0 25 0 1 0 34964625 7536640 1512 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1840 1512 75 150 0 1687 0
Current children cumulated CPU time (s) 387.47
Current children cumulated vsize (KiB) 26316

[startup+393.501 s]
/proc/loadavg: 2.82 2.80 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7492 CPUtime=350.39
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1534 0 0 0 35038 1 0 0 25 0 1 0 34964625 7671808 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1873 1520 75 150 0 1720 0
Current children cumulated CPU time (s) 390.65
Current children cumulated vsize (KiB) 26448

[startup+396.701 s]
/proc/loadavg: 2.84 2.80 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7492 CPUtime=353.58
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1534 0 0 0 35357 1 0 0 25 0 1 0 34964625 7671808 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1873 1520 75 150 0 1720 0
Current children cumulated CPU time (s) 393.84
Current children cumulated vsize (KiB) 26448

[startup+398.302 s]
/proc/loadavg: 2.84 2.80 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7492 CPUtime=355.17
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1534 0 0 0 35516 1 0 0 25 0 1 0 34964625 7671808 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134521190 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1873 1520 75 150 0 1720 0
Current children cumulated CPU time (s) 395.43
Current children cumulated vsize (KiB) 26448

[startup+398.702 s]
/proc/loadavg: 2.84 2.80 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7492 CPUtime=355.57
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1534 0 0 0 35556 1 0 0 25 0 1 0 34964625 7671808 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1873 1520 75 150 0 1720 0
Current children cumulated CPU time (s) 395.83
Current children cumulated vsize (KiB) 26448

[startup+398.902 s]
/proc/loadavg: 2.84 2.80 2.73 3/83 11790
/proc/meminfo: memFree=1354960/2055920 swapFree=4179916/4192956
[pid=11716] ppid=11714 vsize=13600 CPUtime=40.26
/proc/11716/stat : 11716 (sugar) S 11714 11716 11352 0 -1 4194304 1570 27854 0 6 4 1 4001 20 16 0 1 0 34960507 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11716/statm: 3400 805 374 3 0 500 0
[pid=11789] ppid=11716 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (sh) S 11716 11716 11352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34964621 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11789/statm: 1339 232 193 169 0 50 0
[pid=11790] ppid=11789 vsize=7492 CPUtime=355.76
/proc/11790/stat : 11790 (minisat) R 11789 11716 11352 0 -1 4194304 1534 0 0 0 35575 1 0 0 25 0 1 0 34964625 7671808 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/11790/statm: 1873 1520 75 150 0 1720 0
Current children cumulated CPU time (s) 396.02
Current children cumulated vsize (KiB) 26448

Child status: 0
Real time (s): 398.908
CPU time (s): 396.059
CPU user time (s): 395.825
CPU system time (s): 0.233964
CPU usage (%): 99.2859
Max. virtual memory (cumulated for all children) (KiB): 882680

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

runsolver used 0.620905 second user time and 1.20582 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-11 15:23:08
IDJOB=1108540
IDBENCH=60732
IDSOLVER=368
FILE ID=node29/1108540-1215782588
PBS_JOBID= 7903137
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/coloring/normalized-geom-40-2-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-1108540-1215782588/watcher-1108540-1215782588 -o /tmp/evaluation-result-1108540-1215782588/solver-1108540-1215782588 -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-1108540-1215782588.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cc053dec3f0d112864f71ec4f7b5d96
RANDOM SEED=1607025611

node29.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.242
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.242
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:       1363960 kB
Buffers:         23904 kB
Cached:         502832 kB
SwapCached:       8016 kB
Active:         236620 kB
Inactive:       415652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1363960 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:         140580 kB
Slab:            24708 kB
Committed_AS:   924976 kB
PageTables:       2180 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= 66496 MiB
End job on node29 at 2008-07-11 15:29:47