Trace number 1125323

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 75.8245 76.0218

General information on the benchmark

Namemaxcsp/celar/subs7/
normalized-scenw-7-sub0_ext.xml
MD5SUMcca6bdca35415fdd8f7e53015cbfa2a6
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 benchmark0.127979
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints188
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension188
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.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Wed Jul 16 02:49:17 2008
0.05/0.07	c 0	PID 24116
0.05/0.08	c 0	HOST node82.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1125323-1216169357.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125323-1216169357.xml' 'HOME/temp.csp'
0.06/0.64	c 0	3 domains, 16 variables, 0 predicates, 119 relations, 188 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.73	c 0	Parsing HOME/temp.csp
1.04/1.14	c 1	parsed 326 expressions
1.04/1.14	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.15	c 1	MAX CSP: 188 constraints
1.04/1.15	c 1	Converting to clausal form CSP
1.04/1.18	c 1	converted 52 (10%) expressions
1.13/1.23	c 1	converted 104 (20%) expressions
1.13/1.27	c 1	converted 156 (30%) expressions
1.24/1.30	c 1	converted 207 (40%) expressions
1.24/1.33	c 1	converted 259 (50%) expressions
1.24/1.35	c 1	converted 311 (60%) expressions
1.24/1.38	c 1	converted 362 (70%) expressions
1.33/1.48	c 1	converted 414 (80%) expressions
1.43/1.51	c 1	converted 466 (90%) expressions
1.53/1.66	c 1	converted 517 (100%) expressions
1.53/1.66	c 1	CSP : 392 integers, 0 booleans, 563 clauses, largest domain size 283
1.53/1.66	c 1	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.66	c 1	Propagation in CSP
1.53/1.69	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.69	c 1	CSP : 392 integers, 0 booleans, 563 clauses, largest domain size 189
1.53/1.69	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.69	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.69	c 1	CSP : 392 integers, 0 booleans, 563 clauses, largest domain size 189
1.53/1.69	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.76	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.77	c 1	40 (10%) CSP integer variables are encoded (634 clauses, 6828 bytes)
1.64/1.77	c 1	79 (20%) CSP integer variables are encoded (634 clauses, 6828 bytes)
1.64/1.77	c 1	118 (30%) CSP integer variables are encoded (634 clauses, 6828 bytes)
1.64/1.77	c 1	157 (40%) CSP integer variables are encoded (634 clauses, 6828 bytes)
1.64/1.77	c 1	196 (50%) CSP integer variables are encoded (634 clauses, 6828 bytes)
1.64/1.78	c 1	236 (60%) CSP integer variables are encoded (925 clauses, 10290 bytes)
1.64/1.78	c 1	275 (70%) CSP integer variables are encoded (2168 clauses, 26449 bytes)
1.64/1.78	c 1	314 (80%) CSP integer variables are encoded (2524 clauses, 31077 bytes)
1.64/1.78	c 1	353 (90%) CSP integer variables are encoded (2719 clauses, 33612 bytes)
1.64/1.78	c 1	392 (100%) CSP integer variables are encoded (3016 clauses, 37473 bytes)
1.74/1.87	c 2	57 (10%) CSP clauses are encoded (5364 clauses, 87217 bytes)
1.83/1.92	c 2	113 (20%) CSP clauses are encoded (7311 clauses, 131609 bytes)
1.83/1.97	c 2	169 (30%) CSP clauses are encoded (9606 clauses, 184604 bytes)
1.94/2.00	c 2	226 (40%) CSP clauses are encoded (10710 clauses, 207691 bytes)
1.94/2.04	c 2	282 (50%) CSP clauses are encoded (30688 clauses, 561884 bytes)
1.94/2.05	c 2	338 (60%) CSP clauses are encoded (31526 clauses, 575839 bytes)
1.94/2.08	c 2	395 (70%) CSP clauses are encoded (49375 clauses, 901740 bytes)
1.94/2.08	c 2	451 (80%) CSP clauses are encoded (50289 clauses, 917018 bytes)
1.94/2.09	c 2	507 (90%) CSP clauses are encoded (52267 clauses, 951618 bytes)
1.94/2.10	c 2	563 (100%) CSP clauses are encoded (59350 clauses, 1078737 bytes)
1.94/2.10	c 2	563 CSP clauses encoded
1.94/2.10	c 2	Writing map file : HOME/temp.map
1.94/2.10	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.10	c 2	SAT : 3408 SAT variables, 59350 SAT clauses, 1078737 bytes
1.94/2.10	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.12	c 2	OBJECTIVE minimize _COST
2.05/2.12	c 2	SOLVING HOME/temp.cnf
2.05/2.12	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.05/2.12	c 2	This is MiniSat 2.0 beta incremental
2.05/2.12	c 2	WARNING: for repeatability, setting FPU to use double precision
2.05/2.12	c 2	============================[ Problem Statistics ]=============================
2.05/2.12	c 2	|                                                                             |
2.05/2.12	c 2	|  Number of variables:  3408                                                 |
2.05/2.12	c 2	|  Number of clauses:    59350                                                |
2.05/2.15	c 2	|  Parsing time:         0.03         s                                       |
2.05/2.15	c 2	OK
2.05/2.15	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.05/2.15	c 2	SEARCHING: _COST <= 94
2.05/2.15	c 2	============================[ Search Statistics ]==============================
2.05/2.15	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.15	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.15	c 2	===============================================================================
2.05/2.15	c 2	|         0 |    3408    59350   181464 |    19783        0    nan |  0.000 % |
2.05/2.16	c 2	|       100 |    3408    59350   181464 |    21761      100     22 |  0.006 % |
2.05/2.17	c 2	===============================================================================
2.05/2.17	c 2	restarts              : 2
2.05/2.17	c 2	conflicts             : 101           (2245 /sec)
2.05/2.17	c 2	decisions             : 426           (0.23 % random) (9468 /sec)
2.05/2.17	c 2	propagations          : 28352          (630142 /sec)
2.05/2.17	c 2	conflict literals     : 2203           (20.27 % deleted)
2.05/2.17	c 2	Memory used           : 4.41 MB
2.05/2.17	c 2	CPU time              : 0.044993 s
2.05/2.17	c 2	
2.05/2.17	c 2	SATISFIABLE
2.05/2.17	c 2	OK
2.05/2.17	c 2	FOUND: _COST <= 94
2.05/2.17	s SATISFIABLE
2.05/2.17	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.05/2.17	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.07/2.25	c 2	Decoding HOME/temp.out
2.07/2.30	c 2	OBJECTIVE _COST 94
2.07/2.30	o 94
2.07/2.30	v 42 10 5 21 39 37 11 43 43 40 0 10 26 35 43 43
2.07/2.31	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.07/2.33	c 2	OK
2.07/2.33	c 2	OBJECTIVE BOUND: 0 <= _COST <= 94
2.07/2.33	c 2	SEARCHING: _COST <= 47
2.07/2.34	c 2	============================[ Search Statistics ]==============================
2.07/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.34	c 2	===============================================================================
2.07/2.34	c 2	|       101 |    3408    59350   181464 |    19783      101     22 |  0.006 % |
2.07/2.34	c 2	|       203 |    3408    59350   181464 |    21761      203     17 | 22.128 % |
2.07/2.36	c 2	|       354 |    3408    59350   181464 |    23937      354     18 | 22.128 % |
2.07/2.39	c 2	|       580 |    3408    59350   181464 |    26331      580     19 | 22.128 % |
2.20/2.40	c 2	===============================================================================
2.20/2.40	c 2	restarts              : 6
2.20/2.40	c 2	conflicts             : 702           (5662 /sec)
2.20/2.40	c 2	decisions             : 1628          (0.55 % random) (13131 /sec)
2.20/2.40	c 2	propagations          : 190618         (1537478 /sec)
2.20/2.40	c 2	conflict literals     : 13242          (29.08 % deleted)
2.20/2.40	c 2	Memory used           : 4.54 MB
2.20/2.40	c 2	CPU time              : 0.123981 s
2.20/2.40	c 2	
2.20/2.40	c 2	SATISFIABLE
2.20/2.41	c 2	OK
2.20/2.41	c 2	FOUND: _COST <= 47
2.20/2.41	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.20/2.41	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.20/2.48	c 2	Decoding HOME/temp.out
2.20/2.53	c 2	OBJECTIVE _COST 47
2.20/2.54	o 47
2.20/2.54	v 43 5 0 12 43 35 43 40 43 10 6 30 20 10 43 18
2.20/2.54	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.20/2.57	c 2	OK
2.20/2.57	c 2	OBJECTIVE BOUND: 0 <= _COST <= 47
2.20/2.57	c 2	SEARCHING: _COST <= 23
2.20/2.57	c 2	============================[ Search Statistics ]==============================
2.20/2.58	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/2.58	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/2.58	c 2	===============================================================================
2.20/2.58	c 2	|       702 |    2233    29912    96534 |     9970      698     19 | 22.128 % |
2.20/2.59	c 2	|       802 |    2233    29912    96534 |    10967      798     18 | 34.480 % |
2.33/2.60	c 2	|       952 |    2233    29912    96534 |    12064      948     17 | 34.480 % |
2.33/2.62	c 2	|      1177 |    2233    29912    96534 |    13270     1173     16 | 34.480 % |
2.33/2.66	c 2	|      1514 |    2233    29912    96534 |    14598     1510     16 | 34.480 % |
2.33/2.72	c 2	|      2020 |    2233    29912    96534 |    16057     2016     16 | 34.480 % |
2.33/2.81	c 2	|      2780 |    2233    29912    96534 |    17663     2776     16 | 34.480 % |
2.33/2.96	c 3	|      3919 |    2233    29912    96534 |    19430     3915     17 | 34.480 % |
3.09/3.20	c 3	|      5629 |    2233    29912    96534 |    21373     5625     16 | 34.480 % |
3.48/3.60	c 3	|      8192 |    2233    29912    96534 |    23510     8188     16 | 34.480 % |
4.08/4.24	c 4	|     12039 |    2233    29912    96534 |    25861    12035     17 | 34.480 % |
5.18/5.31	c 5	|     17805 |    2233    29912    96534 |    28447    17801     17 | 34.480 % |
6.99/7.11	c 7	|     26458 |    2233    29912    96534 |    31292    26454     18 | 34.480 % |
10.28/10.48	c 10	|     39434 |    2233    29912    96534 |    34421    18158     20 | 34.480 % |
15.68/15.87	c 16	|     58895 |    2233    29912    96534 |    37863    14105     18 | 34.480 % |
23.18/23.38	c 23	|     88088 |    2233    29912    96534 |    41649    16076     18 | 34.480 % |
34.98/35.14	c 35	|    131878 |    2233    29912    96534 |    45814    29721     18 | 34.480 % |
56.07/56.26	c 56	|    197562 |    2233    29912    96534 |    50396    27604     19 | 34.480 % |
73.66/73.89	c 74	===============================================================================
73.66/73.89	c 74	restarts              : 24
73.66/73.89	c 74	conflicts             : 250389        (3507 /sec)
73.66/73.89	c 74	decisions             : 308767        (0.88 % random) (4325 /sec)
73.66/73.89	c 74	propagations          : 69693156       (976161 /sec)
73.66/73.89	c 74	conflict literals     : 4724014        (34.15 % deleted)
73.66/73.89	c 74	Memory used           : 10.51 MB
73.66/73.89	c 74	CPU time              : 71.3951 s
73.66/73.89	c 74	
73.66/73.89	c 74	SATISFIABLE
73.66/73.89	c 74	OK
73.66/73.89	c 74	FOUND: _COST <= 23
73.66/73.89	c 74	DECODING HOME/temp.out WITH HOME/temp.map
73.66/73.89	c 74	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
73.75/73.98	c 74	Decoding HOME/temp.out
73.75/74.03	c 74	OBJECTIVE _COST 23
73.75/74.03	o 23
73.75/74.03	v 20 35 40 4 22 32 43 32 11 31 35 35 26 21 11 18
73.75/74.03	c 74	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
73.75/74.06	c 74	OK
73.75/74.06	c 74	OBJECTIVE BOUND: 0 <= _COST <= 23
73.75/74.06	c 74	SEARCHING: _COST <= 11
73.75/74.06	c 74	============================[ Search Statistics ]==============================
73.75/74.06	c 74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.75/74.06	c 74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.75/74.06	c 74	===============================================================================
73.75/74.06	c 74	|    250389 |    1941    20820    70110 |     6940    43045     18 | 34.480 % |
74.04/74.26	c 74	|    250490 |    1941    20820    70110 |     7634     6711     19 | 43.048 % |
74.04/74.28	c 74	|    250641 |    1941    20820    70110 |     8397     6862     18 | 43.048 % |
74.14/74.31	c 74	|    250866 |    1941    20820    70110 |     9237     7087     18 | 43.048 % |
74.14/74.36	c 74	|    251203 |    1941    20820    70110 |    10160     7424     18 | 43.048 % |
74.24/74.45	c 74	|    251710 |    1941    20820    70110 |    11176     7931     17 | 43.048 % |
74.34/74.56	c 74	|    252469 |    1941    20820    70110 |    12294     8690     17 | 43.048 % |
74.54/74.75	c 74	|    253609 |    1941    20820    70110 |    13524     9830     16 | 43.048 % |
74.84/75.03	c 75	|    255317 |    1941    20820    70110 |    14876    11538     16 | 43.048 % |
75.23/75.40	c 75	|    257879 |    1941    20820    70110 |    16364    14100     16 | 43.048 % |
75.23/75.48	c 75	===============================================================================
75.23/75.48	c 75	restarts              : 34
75.23/75.48	c 75	conflicts             : 258401        (3548 /sec)
75.23/75.48	c 75	decisions             : 318889        (0.89 % random) (4379 /sec)
75.23/75.48	c 75	propagations          : 72012831       (988862 /sec)
75.23/75.48	c 75	conflict literals     : 4839412        (34.04 % deleted)
75.23/75.48	c 75	Memory used           : 10.51 MB
75.23/75.48	c 75	CPU time              : 72.8239 s
75.23/75.48	c 75	
75.23/75.48	c 75	SATISFIABLE
75.23/75.48	c 75	OK
75.23/75.48	c 75	FOUND: _COST <= 11
75.23/75.48	c 75	DECODING HOME/temp.out WITH HOME/temp.map
75.23/75.48	c 75	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
75.32/75.56	c 75	Decoding HOME/temp.out
75.32/75.62	c 75	OBJECTIVE _COST 11
75.32/75.62	o 11
75.32/75.62	v 19 35 40 11 22 32 16 32 26 31 9 35 26 21 11 18
75.32/75.63	c 75	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
75.32/75.66	c 75	OK
75.32/75.66	c 75	OBJECTIVE BOUND: 0 <= _COST <= 11
75.32/75.66	c 75	SEARCHING: _COST <= 5
75.32/75.66	c 75	============================[ Search Statistics ]==============================
75.32/75.66	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.32/75.66	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.32/75.66	c 75	===============================================================================
75.32/75.66	c 75	|    258401 |    1668    14500    50931 |     4833     4884     16 | 43.048 % |
75.32/75.67	c 75	===============================================================================
75.32/75.67	c 75	restarts              : 35
75.32/75.67	c 75	conflicts             : 258471        (3547 /sec)
75.32/75.67	c 75	decisions             : 318991        (0.89 % random) (4378 /sec)
75.32/75.67	c 75	propagations          : 72033494       (988644 /sec)
75.32/75.67	c 75	conflict literals     : 4840235        (34.04 % deleted)
75.32/75.67	c 75	Memory used           : 10.51 MB
75.32/75.67	c 75	CPU time              : 72.8609 s
75.32/75.67	c 75	
75.32/75.67	c 75	SATISFIABLE
75.32/75.68	c 75	OK
75.32/75.68	c 75	FOUND: _COST <= 5
75.32/75.68	c 75	DECODING HOME/temp.out WITH HOME/temp.map
75.32/75.68	c 75	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
75.51/75.75	c 75	Decoding HOME/temp.out
75.62/75.81	c 75	OBJECTIVE _COST 5
75.62/75.81	o 5
75.62/75.81	v 19 35 40 1 22 32 15 32 26 31 9 35 26 21 20 18
75.62/75.81	c 75	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
75.62/75.83	c 75	OK
75.62/75.83	c 75	OBJECTIVE BOUND: 0 <= _COST <= 5
75.62/75.83	c 75	SEARCHING: _COST <= 2
75.62/75.83	c 75	============================[ Search Statistics ]==============================
75.62/75.83	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.62/75.83	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.62/75.83	c 75	===============================================================================
75.62/75.83	c 75	|    258471 |    1668    14500    50931 |     4833     4954     16 | 43.048 % |
75.62/75.84	c 75	===============================================================================
75.62/75.84	c 75	restarts              : 36
75.62/75.84	c 75	conflicts             : 258507        (3548 /sec)
75.62/75.84	c 75	decisions             : 319034        (0.89 % random) (4378 /sec)
75.62/75.84	c 75	propagations          : 72044279       (988697 /sec)
75.62/75.84	c 75	conflict literals     : 4840465        (34.04 % deleted)
75.62/75.84	c 75	Memory used           : 10.51 MB
75.62/75.84	c 75	CPU time              : 72.8679 s
75.62/75.84	c 75	
75.62/75.84	c 75	UNSATISFIABLE
75.62/75.84	c 75	OK
75.62/75.84	c 75	NOT FOUND: _COST <= 2
75.62/75.84	c 75	OK
75.62/75.84	c 75	OBJECTIVE BOUND: 3 <= _COST <= 5
75.62/75.84	c 75	SEARCHING: _COST <= 4
75.62/75.84	c 75	============================[ Search Statistics ]==============================
75.62/75.84	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.62/75.84	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.62/75.84	c 75	===============================================================================
75.62/75.84	c 75	|    258507 |    1668    14500    50931 |     4833     4989     15 | 43.048 % |
75.62/75.84	c 76	===============================================================================
75.62/75.84	c 76	restarts              : 37
75.62/75.84	c 76	conflicts             : 258539        (3548 /sec)
75.62/75.84	c 76	decisions             : 319090        (0.89 % random) (4379 /sec)
75.62/75.84	c 76	propagations          : 72055178       (988751 /sec)
75.62/75.84	c 76	conflict literals     : 4841077        (34.04 % deleted)
75.62/75.84	c 76	Memory used           : 10.51 MB
75.62/75.84	c 76	CPU time              : 72.8749 s
75.62/75.84	c 76	
75.62/75.84	c 76	SATISFIABLE
75.62/75.85	c 76	OK
75.62/75.85	c 76	FOUND: _COST <= 4
75.62/75.85	c 76	DECODING HOME/temp.out WITH HOME/temp.map
75.62/75.85	c 76	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
75.64/75.92	c 76	Decoding HOME/temp.out
75.64/75.98	c 76	OBJECTIVE _COST 4
75.64/75.98	o 4
75.64/75.98	v 19 35 40 1 22 32 15 32 26 31 4 35 26 21 20 18
75.64/75.99	c 76	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
75.64/76.00	c 76	OK
75.64/76.00	c 76	OBJECTIVE BOUND: 3 <= _COST <= 4
75.64/76.00	c 76	SEARCHING: _COST <= 3
75.64/76.00	c 76	============================[ Search Statistics ]==============================
75.64/76.00	c 76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.64/76.00	c 76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.64/76.00	c 76	===============================================================================
75.64/76.00	c 76	|    258539 |    1427    14500    50931 |     4833     5021     16 | 43.048 % |
75.64/76.01	c 76	===============================================================================
75.64/76.01	c 76	restarts              : 38
75.64/76.01	c 76	conflicts             : 258593        (3548 /sec)
75.64/76.01	c 76	decisions             : 319153        (0.89 % random) (4379 /sec)
75.64/76.01	c 76	propagations          : 72071530       (988840 /sec)
75.64/76.01	c 76	conflict literals     : 4841640        (34.04 % deleted)
75.64/76.01	c 76	Memory used           : 10.51 MB
75.64/76.01	c 76	CPU time              : 72.8849 s
75.64/76.01	c 76	
75.64/76.01	c 76	UNSATISFIABLE
75.64/76.01	c 76	OK
75.64/76.01	c 76	NOT FOUND: _COST <= 3
75.64/76.01	c 76	OK
75.64/76.01	c 76	OBJECTIVE _COST 4
75.64/76.01	s OPTIMUM FOUND
75.64/76.02	c 76	CPU 75.5 (0.06 0.02 75.44 0.28)
75.64/76.02	c 76	END Wed Jul 16 02:50:33 2008

Verifier Data (download as text)

OK	4	184
4 unsatisfied constraints, 184 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125323-1216169357/watcher-1125323-1216169357 -o /tmp/evaluation-result-1125323-1216169357/solver-1125323-1216169357 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125323-1216169357.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.00 2.00 2.00 4/106 24116
/proc/meminfo: memFree=1538200/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=12272 CPUtime=0
/proc/24116/stat : 24116 (sugar++) R 24114 24116 23704 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 73632644 12566528 346 996147200 4194304 4206940 548682068528 18446744073709551615 224284369784 0 0 4224 0 0 0 0 17 0 0 0
/proc/24116/statm: 3068 346 257 3 0 168 0

[startup+0.0665021 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 24116
/proc/meminfo: memFree=1538200/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16212 CPUtime=0.05
/proc/24116/stat : 24116 (sugar++) R 24114 24116 23704 0 -1 4194304 972 0 0 0 4 1 0 0 21 0 1 0 73632644 16601088 940 996147200 4194304 4206940 548682068528 18446744073709551615 224284713542 0 0 4224 0 0 0 0 17 1 0 0
/proc/24116/statm: 4053 940 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.106508 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 24116
/proc/meminfo: memFree=1538200/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16740 CPUtime=0.06
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 73632644 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24116/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30154 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 24116
/proc/meminfo: memFree=1538200/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16740 CPUtime=0.06
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 73632644 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24116/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701617 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 24116
/proc/meminfo: memFree=1538200/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16740 CPUtime=0.61
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1279 4701 0 1 5 1 52 3 16 0 1 0 73632644 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24116/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16740

[startup+1.50276 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 24138
/proc/meminfo: memFree=1525368/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16740 CPUtime=0.61
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1296 4701 0 1 5 1 52 3 15 0 1 0 73632644 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4185 1104 409 3 0 764 0
[pid=24129] ppid=24116 vsize=5356 CPUtime=0
/proc/24129/stat : 24129 (sh) S 24116 24116 23704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73632710 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24129/statm: 1339 233 193 169 0 50 0
[pid=24130] ppid=24129 vsize=864128 CPUtime=0.82
/proc/24130/stat : 24130 (java) S 24129 24116 23704 0 -1 0 8388 0 1 0 78 4 0 0 20 0 9 0 73632710 884867072 7638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24130/statm: 216032 7639 2540 9 0 210607 0
[pid=24130/tid=24131] ppid=24129 vsize=864128 CPUtime=0.45
/proc/24130/task/24131/stat : 24131 (java) R 24129 24116 23704 0 -1 64 2710 0 1 0 43 2 0 0 25 0 9 0 73632711 884867072 7640 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24132] ppid=24129 vsize=864128 CPUtime=0.28
/proc/24130/task/24132/stat : 24132 (java) R 24129 24116 23704 0 -1 64 4650 0 0 0 27 1 0 0 16 0 9 0 73632712 884867072 7641 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24133] ppid=24129 vsize=864128 CPUtime=0
/proc/24130/task/24133/stat : 24133 (java) S 24129 24116 23704 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73632712 884867072 7642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24134] ppid=24129 vsize=864128 CPUtime=0
/proc/24130/task/24134/stat : 24134 (java) S 24129 24116 23704 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73632712 884867072 7643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24135] ppid=24129 vsize=864128 CPUtime=0
/proc/24130/task/24135/stat : 24135 (java) S 24129 24116 23704 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 73632714 884867072 7644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24136] ppid=24129 vsize=864128 CPUtime=0.06
/proc/24130/task/24136/stat : 24136 (java) S 24129 24116 23704 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 73632714 884867072 7645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24137] ppid=24129 vsize=864128 CPUtime=0
/proc/24130/task/24137/stat : 24137 (java) S 24129 24116 23704 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73632714 884867072 7646 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24130/tid=24138] ppid=24129 vsize=864128 CPUtime=0
/proc/24130/task/24138/stat : 24138 (java) S 24129 24116 23704 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73632714 884867072 7647 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886224

[startup+3.10207 s]
/proc/loadavg: 2.00 2.00 2.00 4/117 24138
/proc/meminfo: memFree=1506040/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.33
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 1 212 14 15 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16872

[startup+6.30166 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1528192/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.33
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 1 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=6180 CPUtime=3.85
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 1502 0 0 0 385 0 0 0 25 0 1 0 73632856 6328320 1446 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 1545 1446 79 151 0 1391 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 23052

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1526272/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.33
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 1 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=7672 CPUtime=10.26
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 1861 0 0 0 1025 1 0 0 25 0 1 0 73632856 7856128 1805 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 1918 1805 79 151 0 1764 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 24544

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1525504/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.34
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 2 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=8620 CPUtime=23.04
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 2095 0 0 0 2303 1 0 0 25 0 1 0 73632856 8826880 2039 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 2155 2039 79 151 0 2001 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 25492

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.34
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 2 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=9940 CPUtime=48.63
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 2416 0 0 0 4861 2 0 0 25 0 1 0 73632856 10178560 2360 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 2485 2360 79 151 0 2331 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 26812

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

[startup+63.9024 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1524032/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.34
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 2 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10356 CPUtime=61.42
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 2498 0 0 0 6140 2 0 0 25 0 1 0 73632856 10604544 2442 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 2589 2442 79 151 0 2435 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 27228

[startup+70.3016 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1523584/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.34
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 2 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10624 CPUtime=67.83
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 2594 0 0 0 6781 2 0 0 25 0 1 0 73632856 10878976 2538 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 2656 2538 79 151 0 2502 0
Current children cumulated CPU time (s) 70.17
Current children cumulated vsize (KiB) 27496

[startup+73.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24159
/proc/meminfo: memFree=1523584/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.34
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1624 22652 0 4 6 2 212 14 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10624 CPUtime=71.02
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 2600 0 0 0 7100 2 0 0 25 0 1 0 73632856 10878976 2544 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 2656 2544 79 151 0 2502 0
Current children cumulated CPU time (s) 73.36
Current children cumulated vsize (KiB) 27496

[startup+75.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24169
/proc/meminfo: memFree=1523328/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.48
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1694 26395 0 5 6 2 223 17 15 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10756 CPUtime=72.45
/proc/24139/stat : 24139 (minisat-inc) R 24116 24116 23704 0 -1 4194304 2604 0 0 0 7243 2 0 0 25 0 1 0 73632856 11014144 2546 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/24139/statm: 2689 2546 79 151 0 2535 0
Current children cumulated CPU time (s) 74.93
Current children cumulated vsize (KiB) 27628

[startup+75.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 24169
/proc/meminfo: memFree=1523328/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.48
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1727 26395 0 5 6 2 223 17 15 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10756 CPUtime=72.84
/proc/24139/stat : 24139 (minisat-inc) S 24116 24116 23704 0 -1 4194304 2606 0 0 0 7282 2 0 0 25 0 1 0 73632856 11014144 2546 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/24139/statm: 2689 2546 79 151 0 2535 0
Current children cumulated CPU time (s) 75.32
Current children cumulated vsize (KiB) 27628

[startup+75.9086 s]
/proc/loadavg: 2.00 2.00 2.00 4/118 24189
/proc/meminfo: memFree=1518320/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.75
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1868 33886 0 7 6 2 245 22 16 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10756 CPUtime=72.89
/proc/24139/stat : 24139 (minisat-inc) S 24116 24116 23704 0 -1 4194304 2612 0 0 0 7287 2 0 0 24 0 1 0 73632856 11014144 2546 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/24139/statm: 2689 2546 79 151 0 2535 0
Current children cumulated CPU time (s) 75.64
Current children cumulated vsize (KiB) 27628

[startup+76.0017 s]
/proc/loadavg: 2.00 2.00 2.00 4/118 24189
/proc/meminfo: memFree=1518320/2055920 swapFree=4192812/4192956
[pid=24116] ppid=24114 vsize=16872 CPUtime=2.75
/proc/24116/stat : 24116 (sugar++) S 24114 24116 23704 0 -1 4194304 1888 33886 0 7 6 2 245 22 15 0 1 0 73632644 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24116/statm: 4218 1119 414 3 0 797 0
[pid=24139] ppid=24116 vsize=10756 CPUtime=72.89
/proc/24139/stat : 24139 (minisat-inc) S 24116 24116 23704 0 -1 4194304 2612 0 0 0 7287 2 0 0 24 0 1 0 73632856 11014144 2546 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/24139/statm: 2689 2546 79 151 0 2535 0
Current children cumulated CPU time (s) 75.64
Current children cumulated vsize (KiB) 27628

Child status: 0
Real time (s): 76.0218
CPU time (s): 75.8245
CPU user time (s): 75.5125
CPU system time (s): 0.311952
CPU usage (%): 99.7405
Max. virtual memory (cumulated for all children) (KiB): 890444

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

runsolver used 0.104984 second user time and 0.330949 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-16 02:49:17
IDJOB=1125323
IDBENCH=63105
IDSOLVER=367
FILE ID=node82/1125323-1216169357
PBS_JOBID= 7905797
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/subs7/normalized-scenw-7-sub0_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125323-1216169357/watcher-1125323-1216169357 -o /tmp/evaluation-result-1125323-1216169357/solver-1125323-1216169357 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125323-1216169357.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cca6bdca35415fdd8f7e53015cbfa2a6
RANDOM SEED=2051737661

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1538680 kB
Buffers:         77224 kB
Cached:         269304 kB
SwapCached:          0 kB
Active:         267600 kB
Inactive:       172208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:         114232 kB
Slab:            59544 kB
Committed_AS:   475108 kB
PageTables:       4164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node82 at 2008-07-16 02:50:33