Trace number 1127196

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+minisatOPTIMUM 9.99448 10.6469

General information on the benchmark

Namemaxcsp/pedigree/
normalized-pedck350l2_ext.xml
MD5SUM6e72ba4342b9dbdcdc87ce6576858f15
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.72274
Satisfiable
(Un)Satisfiability was proved
Number of variables351
Number of constraints578
Maximum constraint arity3
Maximum domain size10
Number of constraints which are defined in extension578
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 Wed Jul 16 08:05:01 2008
0.00/0.04	c 0	PID 29245
0.03/0.04	c 0	HOST node48.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1127196-1216188301.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127196-1216188301.xml' 'HOME/temp.csp'
0.03/0.55	c 1	2 domains, 351 variables, 0 predicates, 8 relations, 578 constraints
0.03/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.60	c 1	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.03/0.68	c 1	Parsing HOME/temp.csp
0.52/0.82	c 1	parsed 939 expressions
0.52/0.83	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.84	c 1	MAX CSP: 578 constraints
0.52/0.84	c 1	Converting to clausal form CSP
0.52/0.86	c 1	converted 152 (10%) expressions
0.52/0.86	c 1	converted 304 (20%) expressions
0.52/0.89	c 1	converted 456 (30%) expressions
0.52/0.91	c 1	converted 608 (40%) expressions
0.52/0.92	c 1	converted 760 (50%) expressions
0.52/0.93	c 1	converted 912 (60%) expressions
0.52/0.94	c 1	converted 1064 (70%) expressions
0.89/1.01	c 1	converted 1216 (80%) expressions
0.99/1.18	c 1	converted 1368 (90%) expressions
1.18/1.36	c 1	converted 1520 (100%) expressions
1.18/1.36	c 1	CSP : 1507 integers, 0 booleans, 1733 clauses, largest domain size 868
1.18/1.36	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.36	c 1	Propagation in CSP
1.29/1.40	c 2	575 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.40	c 2	CSP : 1507 integers, 0 booleans, 1733 clauses, largest domain size 579
1.29/1.40	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.41	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.41	c 2	CSP : 1507 integers, 0 booleans, 1733 clauses, largest domain size 579
1.29/1.41	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.49	c 2	151 (10%) CSP integer variables are encoded (1208 clauses, 13800 bytes)
1.38/1.50	c 2	302 (20%) CSP integer variables are encoded (2416 clauses, 29504 bytes)
1.38/1.50	c 2	453 (30%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.38/1.50	c 2	603 (40%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.38/1.50	c 2	754 (50%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.38/1.50	c 2	905 (60%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.38/1.51	c 2	1055 (70%) CSP integer variables are encoded (3974 clauses, 49758 bytes)
1.38/1.51	c 2	1206 (80%) CSP integer variables are encoded (8796 clauses, 112447 bytes)
1.38/1.52	c 2	1357 (90%) CSP integer variables are encoded (10721 clauses, 141322 bytes)
1.38/1.52	c 2	1507 (100%) CSP integer variables are encoded (12184 clauses, 163267 bytes)
1.38/1.56	c 2	174 (10%) CSP clauses are encoded (12510 clauses, 167427 bytes)
1.38/1.58	c 2	347 (20%) CSP clauses are encoded (12845 clauses, 171944 bytes)
1.68/1.83	c 2	520 (30%) CSP clauses are encoded (32627 clauses, 786186 bytes)
1.78/1.93	c 2	694 (40%) CSP clauses are encoded (41527 clauses, 1047258 bytes)
1.78/1.97	c 2	867 (50%) CSP clauses are encoded (62278 clauses, 1422737 bytes)
1.98/2.20	c 2	1040 (60%) CSP clauses are encoded (154415 clauses, 3078429 bytes)
2.47/2.64	c 3	1214 (70%) CSP clauses are encoded (388051 clauses, 7843008 bytes)
2.47/2.66	c 3	1387 (80%) CSP clauses are encoded (395330 clauses, 7991917 bytes)
2.47/2.69	c 3	1560 (90%) CSP clauses are encoded (412521 clauses, 8352632 bytes)
2.67/2.81	c 3	1733 (100%) CSP clauses are encoded (475670 clauses, 9694189 bytes)
2.67/2.81	c 3	1733 CSP clauses encoded
2.67/2.81	c 3	Writing map file : HOME/temp.map
2.67/2.83	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/2.83	c 3	SAT : 13690 SAT variables, 475670 SAT clauses, 9694189 bytes
2.67/2.83	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/2.86	c 3	OBJECTIVE minimize _COST
2.67/2.86	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.67/2.86	c 3	SEARCHING: _COST <= 289
2.67/2.86	c 3	SOLVING HOME/temp.cnf
2.67/2.86	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.67/2.86	c 3	This is MiniSat 2.0 beta
2.67/2.86	c 3	WARNING: for repeatability, setting FPU to use double precision
2.67/2.86	c 3	============================[ Problem Statistics ]=============================
2.67/2.86	c 3	|                                                                             |
2.67/2.86	c 3	|  Number of variables:  13690                                                |
2.67/2.86	c 3	|  Number of clauses:    475671                                               |
2.73/3.11	c 3	|  Parsing time:         0.21         s                                       |
3.05/3.26	c 3	============================[ Search Statistics ]==============================
3.05/3.26	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.05/3.26	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.05/3.26	c 3	===============================================================================
3.05/3.26	c 3	|         0 |   10800   314362   988964 |   104787        0    nan |  0.000 % |
3.05/3.29	c 3	===============================================================================
3.05/3.29	c 3	restarts              : 1
3.05/3.29	c 3	conflicts             : 6              (16 /sec)
3.05/3.29	c 3	decisions             : 489            (0.61 % random) (1264 /sec)
3.05/3.29	c 3	propagations          : 16380          (42332 /sec)
3.05/3.29	c 3	conflict literals     : 34             (22.73 % deleted)
3.05/3.29	c 3	Memory used           : 22.25 MB
3.05/3.29	c 3	CPU time              : 0.386941 s
3.05/3.29	c 3	
3.05/3.29	c 3	SATISFIABLE
3.05/3.30	c 3	FOUND: _COST <= 289
3.05/3.30	s SATISFIABLE
3.05/3.30	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.05/3.30	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.16/3.38	c 3	Decoding HOME/temp.out
3.16/3.63	c 4	OBJECTIVE _COST 289
3.16/3.63	o 289
3.16/3.65	v 1 1 1 3 4 6 1 3 1 6 9 1 3 1 6 4 3 4 6 1 9 9 0 9 1 3 1 9 4 6 4 1 6 4 9 4 6 1 3 4 9 9 1 9 4 9 4 9 0 9 4 1 9 4 9 4 9 1 9 4 9 9 1 9 4 9 4 9 0 9 1 4 9 1 9 4 9 1 9 4 9 9 1 9 1 9 4 9 1 9 1 4 9 1 9 1 9 4 9 1 9 9 0 9 1 9 4 9 4 9 4 0 3 1 6 1 6 0 3 0 1 6 0 6 4 6 1 3 1 9 4 4 6 4 9 1 9 4 6 5 6 9 1 6 1 9 1 6 1 9 1 4 9 0 6 4 9 1 6 1 9 9 4 9 1 3 1 9 4 6 1 1 6 1 9 4 6 4 6 1 6 6 0 3 1 6 4 6 5 9 9 1 1 9 4 6 1 9 1 9 4 9 1 4 4 9 4 6 4 9 4 6 9 4 6 1 9 4 9 4 9 5 1 9 0 9 4 1 4 6 4 6 9 1 9 1 9 4 9 1 6 4 4 9 1 6 1 9 1 6 4 9 9 4 9 1 6 1 9 4 9 4 1 3 1 9 4 9 1 9 4 4 9 0 6 4 6 1 6 4 9 1 1 9 4 9 4 9 1 9 2 9 9 1 3 1 6 1 4 4 9 4 9 1 9 1 6 1 6 4 4 4 4 9 4 6 1 4 1 9 4 6 9 1 9 4 9 1 9 0 9 1 1 9 1 9 1 9 4 9 1 9 6 4 1 1 9 4 9 4 -1
3.16/3.65	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.16/3.68	c 4	OBJECTIVE BOUND: 0 <= _COST <= 289
3.16/3.68	c 4	SEARCHING: _COST <= 144
3.16/3.68	c 4	SOLVING HOME/temp.cnf
3.16/3.68	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.16/3.69	c 4	This is MiniSat 2.0 beta
3.16/3.69	c 4	WARNING: for repeatability, setting FPU to use double precision
3.16/3.69	c 4	============================[ Problem Statistics ]=============================
3.16/3.69	c 4	|                                                                             |
3.16/3.69	c 4	|  Number of variables:  13690                                                |
3.16/3.69	c 4	|  Number of clauses:    475671                                               |
3.53/3.94	c 4	|  Parsing time:         0.22         s                                       |
3.53/4.12	c 4	============================[ Search Statistics ]==============================
3.53/4.12	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.53/4.12	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.53/4.12	c 4	===============================================================================
3.53/4.13	c 4	|         0 |    9203   215178   696058 |    71726        0    nan |  0.000 % |
3.53/4.17	c 4	===============================================================================
3.53/4.17	c 4	restarts              : 1
3.53/4.17	c 4	conflicts             : 9              (20 /sec)
3.53/4.17	c 4	decisions             : 1675           (0.72 % random) (3739 /sec)
3.53/4.17	c 4	propagations          : 25148          (56143 /sec)
3.53/4.17	c 4	conflict literals     : 57             (9.52 % deleted)
3.53/4.17	c 4	Memory used           : 22.50 MB
3.53/4.17	c 4	CPU time              : 0.447931 s
3.53/4.17	c 4	
3.53/4.17	c 4	SATISFIABLE
3.53/4.18	c 4	FOUND: _COST <= 144
3.53/4.18	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.53/4.18	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.02/4.27	c 4	Decoding HOME/temp.out
4.22/4.41	c 5	OBJECTIVE _COST 144
4.22/4.41	o 144
4.22/4.42	v 1 1 1 1 4 6 1 0 1 5 9 1 0 1 4 4 1 4 3 1 6 9 0 6 1 0 1 4 4 6 4 1 0 4 9 4 6 1 1 4 4 6 1 9 4 1 4 0 0 1 4 1 5 4 4 4 9 1 4 4 4 9 1 1 4 6 4 9 0 1 1 4 1 1 1 4 1 1 6 4 0 4 1 9 1 3 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 9 1 6 4 4 4 2 4 0 3 1 1 1 1 0 0 0 6 4 0 6 4 4 1 1 1 1 4 4 2 4 1 1 9 4 4 5 6 9 1 1 1 1 1 6 1 1 1 4 0 0 6 4 0 1 4 1 1 1 4 9 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 3 1 1 4 4 5 8 4 1 1 6 4 1 1 1 1 9 4 9 1 4 4 9 4 1 4 1 4 1 1 4 0 1 9 4 4 4 5 5 1 9 0 1 4 4 4 6 4 6 4 1 9 1 4 4 3 1 1 4 4 9 1 6 1 0 1 4 4 9 6 4 1 1 6 1 5 4 6 4 1 3 1 1 4 6 1 4 4 4 1 0 4 4 1 1 6 4 4 1 1 1 4 6 4 9 1 6 2 1 6 1 1 1 4 1 4 4 4 4 9 1 4 1 6 1 4 4 4 4 4 9 4 4 1 4 1 0 4 6 4 1 6 4 1 1 4 0 9 1 1 4 1 1 1 8 4 6 1 4 4 4 1 1 4 4 1 4 -1
4.22/4.42	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.22/4.48	c 5	OBJECTIVE BOUND: 0 <= _COST <= 144
4.22/4.48	c 5	SEARCHING: _COST <= 72
4.22/4.48	c 5	SOLVING HOME/temp.cnf
4.22/4.48	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.22/4.48	c 5	This is MiniSat 2.0 beta
4.22/4.48	c 5	WARNING: for repeatability, setting FPU to use double precision
4.22/4.48	c 5	============================[ Problem Statistics ]=============================
4.22/4.48	c 5	|                                                                             |
4.22/4.48	c 5	|  Number of variables:  13690                                                |
4.22/4.48	c 5	|  Number of clauses:    475671                                               |
4.26/4.74	c 5	|  Parsing time:         0.23         s                                       |
4.26/4.93	c 5	============================[ Search Statistics ]==============================
4.26/4.93	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.26/4.93	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.26/4.93	c 5	===============================================================================
4.26/4.94	c 5	|         0 |    8193   136800   463882 |    45600        0    nan |  0.000 % |
4.26/4.96	c 5	===============================================================================
4.26/4.96	c 5	restarts              : 1
4.26/4.96	c 5	conflicts             : 6              (13 /sec)
4.26/4.96	c 5	decisions             : 229            (0.00 % random) (499 /sec)
4.26/4.96	c 5	propagations          : 15768          (34358 /sec)
4.26/4.96	c 5	conflict literals     : 50             (10.71 % deleted)
4.26/4.96	c 5	Memory used           : 22.63 MB
4.26/4.96	c 5	CPU time              : 0.45893 s
4.26/4.96	c 5	
4.26/4.97	c 5	SATISFIABLE
4.26/4.97	c 5	FOUND: _COST <= 72
4.26/4.97	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.26/4.97	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.76/5.05	c 5	Decoding HOME/temp.out
4.76/5.18	c 5	OBJECTIVE _COST 72
4.76/5.18	o 72
4.76/5.20	v 1 1 1 1 4 4 1 0 1 5 4 1 0 1 6 4 1 4 1 1 1 4 0 1 1 0 1 6 4 4 4 1 6 4 8 4 0 1 1 4 9 4 1 4 4 6 4 0 0 1 4 1 5 4 4 4 4 1 9 4 4 4 1 1 4 6 4 4 0 1 1 4 6 1 1 4 1 1 1 4 9 4 1 1 1 1 4 9 1 1 1 4 1 1 9 1 4 4 1 1 4 9 0 4 1 1 4 4 4 9 4 0 4 1 1 1 1 0 0 0 6 4 0 4 4 4 1 1 1 1 4 4 2 4 1 1 4 4 6 5 4 4 1 0 1 1 1 4 1 1 1 4 6 0 4 4 0 1 4 1 6 1 4 4 1 0 1 3 4 1 1 1 0 1 9 4 4 4 1 1 4 6 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 4 1 4 0 1 4 4 9 4 4 5 1 4 0 1 4 4 4 4 4 4 9 1 0 1 4 4 2 1 6 4 4 4 1 4 1 1 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 6 4 4 1 0 1 4 1 1 1 4 4 1 1 6 4 1 4 4 1 1 2 5 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 1 4 4 4 1 4 4 4 1 4 0 4 1 1 6 1 1 1 9 4 4 1 5 1 4 0 1 1 4 6 4 -1
4.76/5.20	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.76/5.24	c 5	OBJECTIVE BOUND: 0 <= _COST <= 72
4.76/5.24	c 5	SEARCHING: _COST <= 36
4.76/5.24	c 5	SOLVING HOME/temp.cnf
4.76/5.24	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.76/5.24	c 5	This is MiniSat 2.0 beta
4.76/5.24	c 5	WARNING: for repeatability, setting FPU to use double precision
4.76/5.24	c 5	============================[ Problem Statistics ]=============================
4.76/5.24	c 5	|                                                                             |
4.76/5.24	c 5	|  Number of variables:  13690                                                |
4.76/5.24	c 5	|  Number of clauses:    475671                                               |
5.22/5.51	c 6	|  Parsing time:         0.23         s                                       |
5.42/5.71	c 6	============================[ Search Statistics ]==============================
5.42/5.71	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.42/5.71	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.42/5.71	c 6	===============================================================================
5.42/5.71	c 6	|         0 |    7435    89724   324892 |    29908        0    nan |  0.000 % |
5.42/5.74	c 6	===============================================================================
5.42/5.74	c 6	restarts              : 1
5.42/5.74	c 6	conflicts             : 1              (2 /sec)
5.42/5.74	c 6	decisions             : 239            (0.00 % random) (513 /sec)
5.42/5.74	c 6	propagations          : 15120          (32451 /sec)
5.42/5.74	c 6	conflict literals     : 9              (0.00 % deleted)
5.42/5.74	c 6	Memory used           : 22.39 MB
5.42/5.74	c 6	CPU time              : 0.465929 s
5.42/5.74	c 6	
5.42/5.75	c 6	SATISFIABLE
5.42/5.75	c 6	FOUND: _COST <= 36
5.42/5.75	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.42/5.75	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.49/5.83	c 6	Decoding HOME/temp.out
5.49/6.09	c 6	OBJECTIVE _COST 36
5.49/6.09	o 36
5.49/6.10	v 1 1 1 1 4 4 1 0 1 5 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 6 4 1 4 4 6 4 0 0 1 4 1 5 4 4 4 4 1 6 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 2 1 1 4 4 4 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 4 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 1 4 4 4 1 4 4 4 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 4 4 -1
5.49/6.14	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.49/6.18	c 6	OBJECTIVE BOUND: 0 <= _COST <= 36
5.49/6.18	c 6	SEARCHING: _COST <= 18
5.49/6.18	c 6	SOLVING HOME/temp.cnf
5.49/6.18	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.49/6.18	c 6	This is MiniSat 2.0 beta
5.49/6.18	c 6	WARNING: for repeatability, setting FPU to use double precision
5.49/6.18	c 6	============================[ Problem Statistics ]=============================
5.49/6.18	c 6	|                                                                             |
5.49/6.18	c 6	|  Number of variables:  13690                                                |
5.49/6.18	c 6	|  Number of clauses:    475671                                               |
5.88/6.44	c 7	|  Parsing time:         0.22         s                                       |
6.28/6.65	c 7	============================[ Search Statistics ]==============================
6.28/6.65	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.28/6.65	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.28/6.65	c 7	===============================================================================
6.28/6.65	c 7	|         0 |    6785    63591   248425 |    21197        0    nan |  0.000 % |
6.28/6.67	c 7	===============================================================================
6.28/6.67	c 7	restarts              : 1
6.28/6.67	c 7	conflicts             : 0              (0 /sec)
6.28/6.67	c 7	decisions             : 14             (0.00 % random) (31 /sec)
6.28/6.67	c 7	propagations          : 13690          (30495 /sec)
6.28/6.67	c 7	conflict literals     : 0              ( nan % deleted)
6.28/6.67	c 7	Memory used           : 22.36 MB
6.28/6.67	c 7	CPU time              : 0.448931 s
6.28/6.67	c 7	
6.28/6.68	c 7	SATISFIABLE
6.28/6.68	c 7	FOUND: _COST <= 18
6.28/6.68	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.28/6.68	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.38/6.82	c 7	Decoding HOME/temp.out
6.38/6.94	c 7	OBJECTIVE _COST 18
6.38/6.94	o 18
6.38/6.96	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 6 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 3 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 4 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 1 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 2 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
6.38/6.96	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.38/7.00	c 7	OBJECTIVE BOUND: 0 <= _COST <= 18
6.38/7.00	c 7	SEARCHING: _COST <= 9
6.38/7.00	c 7	SOLVING HOME/temp.cnf
6.38/7.00	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.38/7.01	c 7	This is MiniSat 2.0 beta
6.38/7.01	c 7	WARNING: for repeatability, setting FPU to use double precision
6.38/7.01	c 7	============================[ Problem Statistics ]=============================
6.38/7.01	c 7	|                                                                             |
6.38/7.01	c 7	|  Number of variables:  13690                                                |
6.38/7.01	c 7	|  Number of clauses:    475671                                               |
6.59/7.26	c 7	|  Parsing time:         0.22         s                                       |
6.59/7.45	c 8	============================[ Search Statistics ]==============================
6.59/7.45	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.59/7.45	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.59/7.45	c 8	===============================================================================
6.59/7.45	c 8	|         0 |    6180    49239   207175 |    16413        0    nan |  0.000 % |
6.59/7.47	c 8	===============================================================================
6.59/7.47	c 8	restarts              : 1
6.59/7.47	c 8	conflicts             : 0              (0 /sec)
6.59/7.47	c 8	decisions             : 14             (0.00 % random) (32 /sec)
6.59/7.47	c 8	propagations          : 13690          (31476 /sec)
6.59/7.47	c 8	conflict literals     : 0              ( nan % deleted)
6.59/7.47	c 8	Memory used           : 22.50 MB
6.59/7.47	c 8	CPU time              : 0.434933 s
6.59/7.47	c 8	
6.59/7.48	c 8	SATISFIABLE
6.59/7.48	c 8	FOUND: _COST <= 9
6.59/7.48	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.59/7.48	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.07/7.58	c 8	Decoding HOME/temp.out
7.26/7.72	c 8	OBJECTIVE _COST 9
7.26/7.72	o 9
7.26/7.73	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 3 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 4 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 1 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 2 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
7.26/7.74	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.26/7.77	c 8	OBJECTIVE BOUND: 0 <= _COST <= 9
7.26/7.77	c 8	SEARCHING: _COST <= 4
7.26/7.77	c 8	SOLVING HOME/temp.cnf
7.26/7.77	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.26/7.78	c 8	This is MiniSat 2.0 beta
7.26/7.78	c 8	WARNING: for repeatability, setting FPU to use double precision
7.26/7.78	c 8	============================[ Problem Statistics ]=============================
7.26/7.78	c 8	|                                                                             |
7.26/7.78	c 8	|  Number of variables:  13690                                                |
7.26/7.78	c 8	|  Number of clauses:    475671                                               |
7.31/8.03	c 8	|  Parsing time:         0.22         s                                       |
7.31/8.47	c 9	============================[ Search Statistics ]==============================
7.31/8.47	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.31/8.47	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.31/8.47	c 9	===============================================================================
7.31/8.47	c 9	|         0 |    5464    39900   181301 |    13300        0    nan |  0.000 % |
7.31/8.49	c 9	===============================================================================
7.31/8.49	c 9	restarts              : 1
7.31/8.49	c 9	conflicts             : 0              (0 /sec)
7.31/8.49	c 9	decisions             : 13             (0.00 % random) (19 /sec)
7.31/8.49	c 9	propagations          : 13690          (20076 /sec)
7.31/8.49	c 9	conflict literals     : 0              ( nan % deleted)
7.31/8.49	c 9	Memory used           : 22.66 MB
7.31/8.49	c 9	CPU time              : 0.681896 s
7.31/8.49	c 9	
7.31/8.50	c 9	SATISFIABLE
7.31/8.50	c 9	FOUND: _COST <= 4
7.31/8.50	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.31/8.50	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.31/8.59	c 9	Decoding HOME/temp.out
8.20/8.73	c 9	OBJECTIVE _COST 4
8.20/8.73	o 4
8.20/8.74	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 2 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
8.20/8.75	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.20/8.80	c 9	OBJECTIVE BOUND: 0 <= _COST <= 4
8.20/8.80	c 9	SEARCHING: _COST <= 2
8.20/8.80	c 9	SOLVING HOME/temp.cnf
8.20/8.80	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.20/8.80	c 9	This is MiniSat 2.0 beta
8.20/8.80	c 9	WARNING: for repeatability, setting FPU to use double precision
8.26/8.80	c 9	============================[ Problem Statistics ]=============================
8.26/8.80	c 9	|                                                                             |
8.26/8.80	c 9	|  Number of variables:  13690                                                |
8.26/8.80	c 9	|  Number of clauses:    475671                                               |
8.26/9.08	c 9	|  Parsing time:         0.24         s                                       |
8.26/9.27	c 9	============================[ Search Statistics ]==============================
8.26/9.27	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.26/9.27	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.26/9.27	c 9	===============================================================================
8.26/9.27	c 9	|         0 |    4884    35361   169422 |    11787        0    nan |  0.000 % |
8.26/9.27	c 9	===============================================================================
8.26/9.29	c 9	restarts              : 1
8.26/9.29	c 9	conflicts             : 0              (0 /sec)
8.26/9.29	c 9	decisions             : 12             (0.00 % random) (26 /sec)
8.26/9.29	c 9	propagations          : 13690          (29765 /sec)
8.26/9.29	c 9	conflict literals     : 0              ( nan % deleted)
8.26/9.29	c 9	Memory used           : 22.53 MB
8.26/9.29	c 9	CPU time              : 0.45993 s
8.26/9.29	c 9	
8.26/9.30	c 9	SATISFIABLE
8.26/9.30	c 9	FOUND: _COST <= 2
8.26/9.30	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.26/9.30	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.26/9.38	c 10	Decoding HOME/temp.out
8.76/9.51	c 10	OBJECTIVE _COST 2
8.76/9.51	o 2
8.76/9.53	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 2 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
8.76/9.53	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.76/9.57	c 10	OBJECTIVE BOUND: 0 <= _COST <= 2
8.76/9.57	c 10	SEARCHING: _COST <= 1
8.76/9.57	c 10	SOLVING HOME/temp.cnf
8.76/9.57	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.76/9.58	c 10	This is MiniSat 2.0 beta
8.76/9.58	c 10	WARNING: for repeatability, setting FPU to use double precision
8.76/9.58	c 10	============================[ Problem Statistics ]=============================
8.76/9.58	c 10	|                                                                             |
8.76/9.59	c 10	|  Number of variables:  13690                                                |
8.76/9.59	c 10	|  Number of clauses:    475671                                               |
9.20/9.84	c 10	|  Parsing time:         0.22         s                                       |
9.40/10.01	c 10	============================[ Search Statistics ]==============================
9.40/10.01	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.40/10.01	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.40/10.01	c 10	===============================================================================
9.40/10.01	c 10	|         0 |    4306    32222   161738 |    10740        0    nan |  0.000 % |
9.40/10.04	c 10	===============================================================================
9.40/10.04	c 10	restarts              : 1
9.40/10.04	c 10	conflicts             : 0              (0 /sec)
9.40/10.04	c 10	decisions             : 8              (0.00 % random) (19 /sec)
9.40/10.04	c 10	propagations          : 13690          (32369 /sec)
9.40/10.04	c 10	conflict literals     : 0              ( nan % deleted)
9.40/10.04	c 10	Memory used           : 22.50 MB
9.40/10.04	c 10	CPU time              : 0.422935 s
9.40/10.04	c 10	
9.40/10.04	c 10	SATISFIABLE
9.40/10.05	c 10	FOUND: _COST <= 1
9.40/10.05	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.40/10.05	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.46/10.13	c 10	Decoding HOME/temp.out
9.46/10.25	c 10	OBJECTIVE _COST 1
9.46/10.25	o 1
9.46/10.26	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 2 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
9.46/10.27	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.46/10.35	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
9.46/10.35	c 10	SEARCHING: _COST <= 0
9.46/10.35	c 10	SOLVING HOME/temp.cnf
9.46/10.35	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.46/10.35	c 10	This is MiniSat 2.0 beta
9.46/10.35	c 10	WARNING: for repeatability, setting FPU to use double precision
9.46/10.35	c 10	============================[ Problem Statistics ]=============================
9.46/10.35	c 10	|                                                                             |
9.46/10.35	c 10	|  Number of variables:  13690                                                |
9.46/10.35	c 10	|  Number of clauses:    475671                                               |
9.67/10.63	c 11	|  Parsing time:         0.24         s                                       |
9.67/10.63	c 11	Solved by unit propagation
9.67/10.63	c 11	UNSATISFIABLE
9.67/10.64	c 11	NOT FOUND: _COST <= 0
9.67/10.64	c 11	OBJECTIVE _COST 1
9.67/10.64	s OPTIMUM FOUND
9.67/10.64	c 11	CPU 9.11 (0.05 0.02 9.06 0.83)
9.67/10.64	c 11	END Wed Jul 16 08:05:12 2008

Verifier Data (download as text)

OK	1	577
1 unsatisfied constraints, 577 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-1127196-1216188301/watcher-1127196-1216188301 -o /tmp/evaluation-result-1127196-1216188301/solver-1127196-1216188301 -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-1127196-1216188301.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.91 2.95 2.77 4/80 29245
/proc/meminfo: memFree=1553480/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=12268 CPUtime=0
/proc/29245/stat : 29245 (sugar) R 29243 29245 28851 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 75529228 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/29245/statm: 3067 316 241 3 0 167 0

[startup+0.0469029 s]
/proc/loadavg: 2.91 2.95 2.77 4/80 29245
/proc/meminfo: memFree=1553480/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13600 CPUtime=0.03
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 838 0 0 0 3 0 0 0 22 0 1 0 75529228 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29245/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.106994 s]
/proc/loadavg: 2.91 2.95 2.77 4/80 29245
/proc/meminfo: memFree=1553480/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13600 CPUtime=0.03
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 898 127 0 0 3 0 0 0 23 0 1 0 75529228 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301973 s]
/proc/loadavg: 2.91 2.95 2.77 4/80 29245
/proc/meminfo: memFree=1553480/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13600 CPUtime=0.03
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 898 127 0 0 3 0 0 0 23 0 1 0 75529228 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702016 s]
/proc/loadavg: 2.91 2.95 2.77 4/80 29245
/proc/meminfo: memFree=1553480/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13600 CPUtime=0.52
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 974 4538 0 1 3 0 47 2 16 0 1 0 75529228 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 2.91 2.95 2.77 4/91 29267
/proc/meminfo: memFree=1543280/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13600 CPUtime=0.52
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 974 4538 0 1 3 0 47 2 15 0 1 0 75529228 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3400 797 370 3 0 500 0
[pid=29258] ppid=29245 vsize=5356 CPUtime=0
/proc/29258/stat : 29258 (sh) S 29245 29245 28851 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75529289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29258/statm: 1339 233 193 169 0 50 0
[pid=29259] ppid=29258 vsize=868516 CPUtime=0.86
/proc/29259/stat : 29259 (java) S 29258 29245 28851 0 -1 0 7776 0 1 0 81 5 0 0 19 0 9 0 75529289 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29259/statm: 217129 7013 2563 9 0 211676 0
[pid=29259/tid=29260] ppid=29258 vsize=868516 CPUtime=0.43
/proc/29259/task/29260/stat : 29260 (java) R 29258 29245 28851 0 -1 64 2711 0 1 0 41 2 0 0 23 0 9 0 75529290 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29261] ppid=29258 vsize=868516 CPUtime=0.18
/proc/29259/task/29261/stat : 29261 (java) R 29258 29245 28851 0 -1 64 2903 0 0 0 17 1 0 0 16 0 9 0 75529291 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 102477761 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29262] ppid=29258 vsize=868516 CPUtime=0
/proc/29259/task/29262/stat : 29262 (java) S 29258 29245 28851 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75529291 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29263] ppid=29258 vsize=868516 CPUtime=0
/proc/29259/task/29263/stat : 29263 (java) S 29258 29245 28851 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75529292 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29264] ppid=29258 vsize=868516 CPUtime=0
/proc/29259/task/29264/stat : 29264 (java) S 29258 29245 28851 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75529293 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29265] ppid=29258 vsize=868516 CPUtime=0.21
/proc/29259/task/29265/stat : 29265 (java) S 29258 29245 28851 0 -1 64 1469 0 0 0 21 0 0 0 16 0 9 0 75529293 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29266] ppid=29258 vsize=868516 CPUtime=0
/proc/29259/task/29266/stat : 29266 (java) S 29258 29245 28851 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75529294 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29259/tid=29267] ppid=29258 vsize=868516 CPUtime=0
/proc/29259/task/29267/stat : 29267 (java) S 29258 29245 28851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75529294 889360384 7013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887472

[startup+3.10124 s]
/proc/loadavg: 2.91 2.95 2.77 4/91 29267
/proc/meminfo: memFree=1531056/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=2.73
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 1071 12987 0 2 4 0 251 18 16 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 13732

[startup+6.30154 s]
/proc/loadavg: 2.84 2.93 2.76 4/83 29305
/proc/meminfo: memFree=1527728/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=5.88
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 1535 51204 0 6 5 1 538 44 16 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 13732

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

[startup+7.90168 s]
/proc/loadavg: 2.84 2.93 2.76 4/91 29339
/proc/meminfo: memFree=1536944/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=7.31
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 1763 70320 0 8 5 2 665 59 16 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 13732

[startup+9.50284 s]
/proc/loadavg: 2.84 2.93 2.76 4/91 29351
/proc/meminfo: memFree=1536240/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=8.76
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 1938 85615 0 9 5 2 801 68 16 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 13732

[startup+10.3029 s]
/proc/loadavg: 2.77 2.91 2.76 3/83 29365
/proc/meminfo: memFree=1521712/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=9.46
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 2053 95195 0 10 5 2 863 76 15 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 13732

[startup+10.5029 s]
/proc/loadavg: 2.77 2.91 2.76 3/83 29365
/proc/meminfo: memFree=1521712/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=9.67
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 2105 99079 0 11 5 2 882 78 16 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 13732

[startup+10.6029 s]
/proc/loadavg: 2.77 2.91 2.76 3/83 29365
/proc/meminfo: memFree=1521712/2055920 swapFree=4180968/4192956
[pid=29245] ppid=29243 vsize=13732 CPUtime=9.67
/proc/29245/stat : 29245 (sugar) S 29243 29245 28851 0 -1 4194304 2105 99079 0 11 5 2 882 78 16 0 1 0 75529228 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29245/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 10.6469
CPU time (s): 9.99448
CPU user time (s): 9.12461
CPU system time (s): 0.869867
CPU usage (%): 93.8724
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.12461
system time used= 0.869867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106944
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9492
involuntary context switches= 9789

runsolver used 0.021996 second user time and 0.043993 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-16 08:05:01
IDJOB=1127196
IDBENCH=66139
IDSOLVER=368
FILE ID=node48/1127196-1216188301
PBS_JOBID= 7905856
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/pedigree/normalized-pedck350l2_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-1127196-1216188301/watcher-1127196-1216188301 -o /tmp/evaluation-result-1127196-1216188301/solver-1127196-1216188301 -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-1127196-1216188301.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e72ba4342b9dbdcdc87ce6576858f15
RANDOM SEED=918308406

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1554216 kB
Buffers:         76636 kB
Cached:         153040 kB
SwapCached:       6012 kB
Active:         376748 kB
Inactive:        59880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554216 kB
SwapTotal:     4192956 kB
SwapFree:      4180968 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:         223132 kB
Slab:            49936 kB
Committed_AS:  1123576 kB
PageTables:       2316 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= 66556 MiB
End job on node48 at 2008-07-16 08:05:12