Trace number 1109785

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)20 3600.13 3623.94

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-17-3.xml
MD5SUM10e52fb937aba3eef4652d1b52d5e1e7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables136
Number of constraints680
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension680
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 23:07:43 2008
0.00/0.08	c 0	PID 14073
0.00/0.08	c 0	HOST node62.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109785-1215810463.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109785-1215810463.xml' 'HOME/temp.csp'
0.07/0.62	c 1	1 domains, 136 variables, 1 predicates, 0 relations, 680 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	c 1	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.63/0.74	c 1	Parsing HOME/temp.csp
0.63/1.09	c 1	parsed 818 expressions
0.63/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.11	c 1	MAX CSP: 680 constraints
1.04/1.11	c 1	Converting to clausal form CSP
1.04/1.15	c 1	converted 151 (10%) expressions
1.15/1.21	c 1	converted 301 (20%) expressions
1.24/1.31	c 1	converted 451 (30%) expressions
1.24/1.32	c 1	converted 601 (40%) expressions
1.24/1.34	c 1	converted 751 (50%) expressions
1.24/1.34	c 1	converted 901 (60%) expressions
1.24/1.35	c 1	converted 1051 (70%) expressions
1.24/1.36	c 1	converted 1201 (80%) expressions
1.24/1.37	c 1	converted 1351 (90%) expressions
1.34/1.47	c 1	converted 1501 (100%) expressions
1.34/1.47	c 1	CSP : 1496 integers, 0 booleans, 2039 clauses, largest domain size 1021
1.34/1.47	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.47	c 1	Propagation in CSP
1.44/1.52	c 1	676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.53	c 1	CSP : 1496 integers, 0 booleans, 2039 clauses, largest domain size 681
1.44/1.53	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.44/1.56	c 1	CSP : 1496 integers, 4080 booleans, 6119 clauses, largest domain size 681
1.44/1.56	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.60	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.61	c 2	150 (10%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.53/1.61	c 2	300 (20%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.53/1.62	c 2	449 (30%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.53/1.62	c 2	599 (40%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.53/1.62	c 2	748 (50%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.53/1.63	c 2	898 (60%) CSP integer variables are encoded (4490 clauses, 57961 bytes)
1.53/1.63	c 2	1048 (70%) CSP integer variables are encoded (7273 clauses, 94140 bytes)
1.53/1.64	c 2	1197 (80%) CSP integer variables are encoded (8941 clauses, 116041 bytes)
1.53/1.64	c 2	1347 (90%) CSP integer variables are encoded (9992 clauses, 131806 bytes)
1.53/1.64	c 2	1496 (100%) CSP integer variables are encoded (11357 clauses, 152281 bytes)
1.53/1.67	c 2	612 (10%) CSP clauses are encoded (13019 clauses, 177437 bytes)
1.53/1.69	c 2	1224 (20%) CSP clauses are encoded (14681 clauses, 203257 bytes)
1.63/1.71	c 2	1836 (30%) CSP clauses are encoded (16341 clauses, 229185 bytes)
1.63/1.72	c 2	2448 (40%) CSP clauses are encoded (18003 clauses, 255360 bytes)
1.63/1.73	c 2	3060 (50%) CSP clauses are encoded (19663 clauses, 282627 bytes)
1.63/1.73	c 2	3672 (60%) CSP clauses are encoded (21325 clauses, 309993 bytes)
1.63/1.74	c 2	4284 (70%) CSP clauses are encoded (22985 clauses, 337357 bytes)
1.74/1.88	c 2	4896 (80%) CSP clauses are encoded (62091 clauses, 1014059 bytes)
2.53/2.65	c 3	5508 (90%) CSP clauses are encoded (504215 clauses, 9139192 bytes)
2.72/2.86	c 3	6119 (100%) CSP clauses are encoded (624719 clauses, 11688780 bytes)
2.72/2.86	c 3	6119 CSP clauses encoded
2.72/2.86	c 3	Writing map file : HOME/temp.map
2.72/2.88	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.88	c 3	SAT : 16933 SAT variables, 624719 SAT clauses, 11688780 bytes
2.72/2.88	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.93	c 3	OBJECTIVE minimize _COST
2.81/2.93	c 3	SOLVING HOME/temp.cnf
2.81/2.93	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.81/2.93	c 3	This is MiniSat 2.0 beta incremental
2.81/2.93	c 3	WARNING: for repeatability, setting FPU to use double precision
2.81/2.93	c 3	============================[ Problem Statistics ]=============================
2.81/2.93	c 3	|                                                                             |
2.81/2.93	c 3	|  Number of variables:  16933                                                |
2.81/2.93	c 3	|  Number of clauses:    624719                                               |
2.83/3.22	c 3	|  Parsing time:         0.25         s                                       |
2.83/3.23	c 3	OK
2.83/3.23	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.83/3.23	c 3	SEARCHING: _COST <= 340
2.83/3.23	c 3	============================[ Search Statistics ]==============================
2.83/3.23	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.83/3.23	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.83/3.23	c 3	===============================================================================
2.83/3.23	c 3	|         0 |   16933   624719  1834238 |   208239        0    nan |  0.000 % |
2.83/3.29	c 3	===============================================================================
2.83/3.29	c 3	restarts              : 1
2.83/3.29	c 3	conflicts             : 91            (284 /sec)
2.83/3.29	c 3	decisions             : 5653          (0.35 % random) (17668 /sec)
2.83/3.29	c 3	propagations          : 30390          (94983 /sec)
2.83/3.29	c 3	conflict literals     : 650            (2.26 % deleted)
2.83/3.29	c 3	Memory used           : 27.50 MB
2.83/3.29	c 3	CPU time              : 0.319951 s
2.83/3.29	c 3	
2.83/3.29	c 3	SATISFIABLE
3.18/3.31	c 3	OK
3.18/3.31	c 3	FOUND: _COST <= 340
3.18/3.31	s SATISFIABLE
3.18/3.31	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.18/3.31	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.18/3.38	c 3	Decoding HOME/temp.out
3.19/3.65	c 4	OBJECTIVE _COST 340
3.19/3.65	o 340
3.19/3.65	v 2 0 1 1 2 2 1 2 1 1 1 1 0 2 2 0 2 2 1 0 2 1 0 1 2 1 2 1 0 0 1 0 1 0 0 0 1 0 1 2 0 2 0 1 2 2 0 1 1 0 0 0 0 0 0 2 1 2 2 1 0 0 0 0 2 0 0 1 1 2 1 1 1 2 2 2 2 2 1 2 2 2 1 2 2 2 1 2 1 1 0 1 2 2 2 2 2 2 1 2 2 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 1 2 2 1 0 2 2 1 1 2 1 2 2 2 1 2 1
3.19/3.69	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.72	c 4	OK
3.19/3.73	c 4	OBJECTIVE BOUND: 0 <= _COST <= 340
3.19/3.73	c 4	SEARCHING: _COST <= 170
3.19/3.73	c 4	============================[ Search Statistics ]==============================
3.19/3.74	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.74	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.74	c 4	===============================================================================
3.19/3.74	c 4	|        91 |   16933   624719  1834238 |   208239       91      7 |  0.000 % |
3.64/3.82	c 4	|       191 |   14102   624719  1834238 |   229063      191      7 | 20.080 % |
3.64/3.87	c 4	|       341 |   14063   624719  1834238 |   251969      341      7 | 20.080 % |
3.74/3.92	c 4	|       566 |   14049   624719  1834238 |   277166      566      7 | 20.080 % |
3.74/3.97	c 4	===============================================================================
3.74/3.98	c 4	restarts              : 5
3.74/3.98	c 4	conflicts             : 755           (1316 /sec)
3.74/3.98	c 4	decisions             : 44021         (0.41 % random) (76703 /sec)
3.74/3.98	c 4	propagations          : 310907         (541733 /sec)
3.74/3.98	c 4	conflict literals     : 5139           (0.56 % deleted)
3.74/3.98	c 4	Memory used           : 28.02 MB
3.74/3.98	c 4	CPU time              : 0.573912 s
3.74/3.98	c 4	
3.74/3.98	c 4	SATISFIABLE
3.74/3.98	c 4	OK
3.74/3.98	c 4	FOUND: _COST <= 170
3.74/3.98	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.74/3.98	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.83/4.06	c 4	Decoding HOME/temp.out
3.83/4.19	c 4	OBJECTIVE _COST 170
3.83/4.19	o 170
3.83/4.20	v 1 1 2 2 0 1 1 2 2 2 2 2 2 2 2 2 2 1 2 1 0 0 1 2 2 2 2 0 0 1 1 2 0 2 2 0 1 1 0 2 1 1 0 2 1 2 0 1 0 0 1 0 0 1 0 1 2 2 2 1 1 0 2 1 1 0 0 1 2 1 1 1 2 2 1 1 0 2 2 0 0 2 1 2 2 0 1 1 2 1 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 0 2 2 2 2 2 2 2 2 2 2 2 1 0 2
3.83/4.20	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.83/4.25	c 4	OK
3.83/4.25	c 4	OBJECTIVE BOUND: 0 <= _COST <= 170
3.83/4.25	c 4	SEARCHING: _COST <= 85
3.83/4.25	c 4	============================[ Search Statistics ]==============================
3.83/4.26	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.83/4.26	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.83/4.26	c 4	===============================================================================
3.83/4.26	c 4	|       755 |   13533   624719  1834238 |   208239      755      7 | 20.080 % |
3.83/4.29	c 4	|       855 |   13533   624719  1834238 |   229063      855      7 | 31.123 % |
4.10/4.32	c 4	|      1005 |   13533   624719  1834238 |   251969     1005      7 | 31.123 % |
4.10/4.36	c 4	|      1231 |   13533   624719  1834238 |   277166     1231      7 | 31.123 % |
4.20/4.42	c 4	|      1569 |   13533   624719  1834238 |   304883     1569      7 | 31.123 % |
4.30/4.57	c 4	|      2075 |   13533   624719  1834238 |   335372     2075      7 | 31.123 % |
4.39/4.65	c 5	===============================================================================
4.39/4.65	c 5	restarts              : 11
4.39/4.65	c 5	conflicts             : 2626          (2677 /sec)
4.39/4.65	c 5	decisions             : 120372        (0.35 % random) (122722 /sec)
4.39/4.65	c 5	propagations          : 866403         (883319 /sec)
4.39/4.65	c 5	conflict literals     : 20247          (1.16 % deleted)
4.39/4.65	c 5	Memory used           : 28.02 MB
4.39/4.65	c 5	CPU time              : 0.98085 s
4.39/4.65	c 5	
4.39/4.65	c 5	SATISFIABLE
4.39/4.66	c 5	OK
4.39/4.66	c 5	FOUND: _COST <= 85
4.39/4.66	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.39/4.66	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.45/4.74	c 5	Decoding HOME/temp.out
4.45/4.97	c 5	OBJECTIVE _COST 85
4.45/4.97	o 85
4.45/4.98	v 2 2 2 0 2 1 1 2 2 2 1 0 1 0 1 1 2 2 1 0 1 2 2 2 2 1 0 1 2 1 2 2 2 0 1 2 2 2 2 0 1 2 1 2 1 0 1 2 2 1 2 0 0 2 1 0 2 1 2 0 0 1 0 2 2 1 0 2 0 1 1 2 0 0 1 1 2 0 0 2 2 2 1 1 0 0 0 2 0 2 2 2 2 2 2 1 2 1 2 0 2 2 0 2 2 1 2 0 0 0 1 2 1 2 1 2 2 2 1 1 1 2 0 1 2 2 1 2 1 0 1 2 0 2 0 0
4.45/4.98	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.45/5.03	c 5	OK
4.45/5.03	c 5	OBJECTIVE BOUND: 0 <= _COST <= 85
4.45/5.03	c 5	SEARCHING: _COST <= 42
4.45/5.04	c 5	============================[ Search Statistics ]==============================
4.45/5.04	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.45/5.04	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.45/5.04	c 5	===============================================================================
4.45/5.04	c 5	|      2626 |   11663   624719  1834238 |   208239     2626      8 | 31.123 % |
4.45/5.06	c 5	|      2726 |   11663   624719  1834238 |   229063     2726      8 | 38.151 % |
4.45/5.09	c 5	|      2876 |   11663   624719  1834238 |   251969     2876      8 | 38.151 % |
4.84/5.13	c 5	|      3101 |   11663   624719  1834238 |   277166     3101      8 | 38.151 % |
4.93/5.25	c 5	|      3438 |   11663   624719  1834238 |   304883     3438      8 | 38.151 % |
5.03/5.38	c 5	|      3944 |   11663   624719  1834238 |   335372     3944      8 | 38.151 % |
5.13/5.46	c 5	|      4704 |   11663   624719  1834238 |   368909     4704     10 | 38.151 % |
5.23/5.53	c 5	===============================================================================
5.23/5.53	c 5	restarts              : 18
5.23/5.53	c 5	conflicts             : 5220          (3544 /sec)
5.23/5.53	c 5	decisions             : 172320        (0.40 % random) (117004 /sec)
5.23/5.53	c 5	propagations          : 1622725        (1101814 /sec)
5.23/5.53	c 5	conflict literals     : 56222          (2.98 % deleted)
5.23/5.53	c 5	Memory used           : 28.14 MB
5.23/5.53	c 5	CPU time              : 1.47278 s
5.23/5.53	c 5	
5.23/5.53	c 5	SATISFIABLE
5.23/5.54	c 5	OK
5.23/5.54	c 5	FOUND: _COST <= 42
5.23/5.54	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.23/5.54	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.26/5.62	c 6	Decoding HOME/temp.out
5.26/5.74	c 6	OBJECTIVE _COST 42
5.26/5.74	o 42
5.26/5.75	v 2 1 0 2 2 2 2 1 2 2 2 1 0 1 1 0 2 0 2 2 0 2 1 2 2 0 1 0 1 1 0 2 0 1 2 1 0 1 1 2 0 1 2 2 0 2 2 1 2 0 1 1 0 0 1 1 1 2 1 1 0 1 0 1 0 2 2 1 0 1 0 2 2 2 2 0 1 2 2 1 0 0 0 2 2 1 1 2 2 0 2 1 2 2 2 1 0 1 1 0 0 0 1 2 1 0 2 2 2 1 2 0 1 2 1 1 1 0 2 2 2 2 2 0 1 2 0 2 0 1 0 2 1 0 0 1
5.26/5.75	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.26/5.80	c 6	OK
5.26/5.80	c 6	OBJECTIVE BOUND: 0 <= _COST <= 42
5.26/5.80	c 6	SEARCHING: _COST <= 21
5.26/5.80	c 6	============================[ Search Statistics ]==============================
5.26/5.80	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.26/5.80	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.26/5.80	c 6	===============================================================================
5.26/5.80	c 6	|      5220 |   10473   624719  1834238 |   208239     5220     11 | 38.151 % |
5.26/5.83	c 6	|      5322 |   10473   624719  1834238 |   229063     5322     11 | 43.531 % |
5.26/5.85	c 6	|      5472 |   10473   624719  1834238 |   251969     5472     11 | 43.531 % |
5.26/5.87	c 6	|      5697 |   10473   624719  1834238 |   277166     5697     11 | 43.531 % |
5.58/5.91	c 6	|      6034 |   10473   624719  1834238 |   304883     6034     12 | 43.531 % |
5.58/5.97	c 6	|      6540 |   10473   624719  1834238 |   335372     6540     13 | 43.531 % |
6.07/6.43	c 6	|      7299 |    9562    93570   262266 |   368909     7297     17 | 43.531 % |
6.17/6.59	c 6	|      8440 |    9562    93570   262266 |   405800     8438     24 | 43.531 % |
6.57/6.92	c 7	|     10149 |    9562    93570   262266 |   446380    10147     34 | 43.531 % |
7.07/7.43	c 7	|     12711 |    9562    93570   262266 |   491018    12709     43 | 43.531 % |
7.76/8.17	c 8	|     16556 |    9562    93570   262266 |   540120    16554     51 | 43.531 % |
9.64/10.09	c 10	|     22323 |    9562    93570   262266 |   594132    22321     65 | 43.531 % |
13.10/13.56	c 13	|     30973 |    9562    93570   262266 |   653545    30971     79 | 43.531 % |
21.53/22.00	c 22	|     43950 |    9562    93570   262266 |   718899    43948     83 | 43.531 % |
21.83/22.33	c 22	===============================================================================
21.83/22.34	c 22	restarts              : 32
21.83/22.34	c 22	conflicts             : 44699         (2506 /sec)
21.83/22.34	c 22	decisions             : 247177        (0.47 % random) (13855 /sec)
21.83/22.34	c 22	propagations          : 16287919       (912985 /sec)
21.83/22.34	c 22	conflict literals     : 3699758        (13.97 % deleted)
21.83/22.34	c 22	Memory used           : 31.51 MB
21.83/22.34	c 22	CPU time              : 17.8403 s
21.83/22.34	c 22	
21.83/22.34	c 22	SATISFIABLE
21.83/22.34	c 22	OK
21.83/22.34	c 22	FOUND: _COST <= 21
21.83/22.34	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.83/22.34	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.87/22.42	c 22	Decoding HOME/temp.out
21.87/22.66	c 23	OBJECTIVE _COST 21
21.87/22.66	o 21
21.87/22.66	v 2 0 0 0 2 1 0 2 0 1 2 2 2 0 1 1 1 2 0 1 2 1 0 2 2 0 0 1 0 0 0 1 2 0 0 2 1 2 1 2 1 2 1 2 0 1 1 1 2 2 1 0 0 2 2 2 0 2 0 0 1 1 2 1 2 1 2 1 2 2 2 2 0 2 1 0 0 0 0 1 1 1 2 0 0 1 1 2 1 0 2 0 1 2 0 0 0 2 1 1 0 0 2 2 1 2 1 1 1 0 0 1 2 2 0 1 0 2 2 2 0 2 1 2 1 2 1 2 2 1 1 0 0 1 1 2
21.87/22.67	c 23	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
21.87/22.75	c 23	OK
21.87/22.75	c 23	OBJECTIVE BOUND: 0 <= _COST <= 21
21.87/22.75	c 23	SEARCHING: _COST <= 10
21.87/22.75	c 23	============================[ Search Statistics ]==============================
21.87/22.75	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.87/22.76	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.87/22.76	c 23	===============================================================================
21.87/22.76	c 23	|     44699 |    8798    58119   158184 |    19373    44683     83 | 43.531 % |
22.28/22.85	c 23	|     44799 |    8798    58119   158184 |    21310    15042     77 | 48.043 % |
22.28/22.87	c 23	|     44950 |    8798    58119   158184 |    23441    15193     76 | 48.043 % |
22.38/22.91	c 23	|     45175 |    8798    58119   158184 |    25785    15418     75 | 48.043 % |
22.38/22.95	c 23	|     45512 |    8798    58119   158184 |    28364    15755     74 | 48.043 % |
22.48/23.03	c 23	|     46019 |    8798    58119   158184 |    31200    16262     73 | 48.043 % |
22.58/23.15	c 23	|     46779 |    8798    58119   158184 |    34320    17022     71 | 48.043 % |
22.77/23.34	c 23	|     47918 |    8798    58119   158184 |    37752    18161     71 | 48.043 % |
23.17/23.72	c 24	|     49626 |    8798    58119   158184 |    41527    19869     70 | 48.043 % |
23.77/24.33	c 24	|     52191 |    8798    58119   158184 |    45680    22434     71 | 48.043 % |
24.95/25.52	c 25	|     56036 |    8798    58119   158184 |    50248    26279     75 | 48.043 % |
26.93/27.57	c 27	|     61802 |    8798    58119   158184 |    55273    32045     80 | 48.043 % |
30.90/31.56	c 31	|     70451 |    8798    58119   158184 |    60800    40694     88 | 48.043 % |
39.03/39.77	c 40	|     83426 |    8798    58119   158184 |    66880    53669     96 | 48.043 % |
54.29/55.12	c 55	|    102887 |    8798    58119   158184 |    73568    73130    106 | 48.043 % |
76.98/78.08	c 78	|    132079 |    8798    58119   158184 |    80925    30124    118 | 48.043 % |
113.56/114.93	c 115	|    175869 |    8798    58119   158184 |    89018    73914    128 | 48.043 % |
169.94/171.82	c 172	|    241553 |    8798    58119   158184 |    97920    53832    132 | 48.043 % |
276.79/279.69	c 280	|    340079 |    8798    58119   158184 |   107712    60257    162 | 48.043 % |
475.11/479.70	c 480	|    487868 |    8798    58119   158184 |   118483   105092    166 | 48.043 % |
768.55/775.85	c 776	|    709551 |    8798    58119   158184 |   130331   100586    173 | 48.043 % |
1252.70/1264.38	c 1264	|   1042076 |    8798    58119   158184 |   143365    70530    155 | 48.043 % |
2115.95/2135.36	c 2135	|   1540864 |    8798    58119   158184 |   157701    24581    126 | 48.043 % |
3388.75/3412.51	c 3412	|   2289047 |    8798    58119   158184 |   173471    37419     83 | 48.043 % |
3600.07/3623.91	c ERROR INTERRUPTED
3600.07/3623.93	c 3624	CPU 3598.99 (0.07 0.03 3598.92 1.09)
3600.07/3623.93	c 3624	END Sat Jul 12 00:08:07 2008

Verifier Data (download as text)

OK	20	660
20 unsatisfied constraints, 660 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-1109785-1215810463/watcher-1109785-1215810463 -o /tmp/evaluation-result-1109785-1215810463/solver-1109785-1215810463 -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-1109785-1215810463.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: 1.99 2.00 1.99 4/80 14073
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=12268 CPUtime=0
/proc/14073/stat : 14073 (sugar++) R 14071 14073 13425 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37745448 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14073/statm: 3067 316 241 3 0 167 0

[startup+0.10403 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 14073
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16740 CPUtime=0.07
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37745448 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.20204 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 14073
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16740 CPUtime=0.07
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37745448 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302046 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 14073
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16740 CPUtime=0.07
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37745448 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702095 s]
/proc/loadavg: 1.99 2.00 1.99 4/80 14073
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16740 CPUtime=0.63
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1279 4704 0 1 6 1 53 3 16 0 1 0 37745448 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 16740

[startup+1.50119 s]
/proc/loadavg: 1.99 2.00 1.99 3/91 14095
/proc/meminfo: memFree=1846232/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16740 CPUtime=0.63
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1297 4704 0 1 6 1 53 3 15 0 1 0 37745448 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4185 1104 409 3 0 764 0
[pid=14086] ppid=14073 vsize=5356 CPUtime=0
/proc/14086/stat : 14086 (sh) S 14073 14073 13425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37745515 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14086/statm: 1339 233 193 169 0 50 0
[pid=14087] ppid=14086 vsize=868252 CPUtime=0.81
/proc/14087/stat : 14087 (java) S 14086 14073 13425 0 -1 0 5521 0 1 0 78 3 0 0 18 0 9 0 37745515 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14087/statm: 217063 4921 1731 9 0 211638 0
[pid=14087/tid=14088] ppid=14086 vsize=868252 CPUtime=0.54
/proc/14087/task/14088/stat : 14088 (java) R 14086 14073 13425 0 -1 64 2652 0 1 0 54 0 0 0 22 0 9 0 37745516 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4126559892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14089] ppid=14086 vsize=868252 CPUtime=0.03
/proc/14087/task/14089/stat : 14089 (java) S 14086 14073 13425 0 -1 64 707 0 0 0 3 0 0 0 16 0 9 0 37745517 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14090] ppid=14086 vsize=868252 CPUtime=0
/proc/14087/task/14090/stat : 14090 (java) S 14086 14073 13425 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 37745517 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14091] ppid=14086 vsize=868252 CPUtime=0
/proc/14087/task/14091/stat : 14091 (java) S 14086 14073 13425 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 37745517 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14092] ppid=14086 vsize=868252 CPUtime=0
/proc/14087/task/14092/stat : 14092 (java) S 14086 14073 13425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37745519 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14093] ppid=14086 vsize=868252 CPUtime=0.19
/proc/14087/task/14093/stat : 14093 (java) S 14086 14073 13425 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 37745519 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14094] ppid=14086 vsize=868252 CPUtime=0
/proc/14087/task/14094/stat : 14094 (java) S 14086 14073 13425 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37745519 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14095] ppid=14086 vsize=868252 CPUtime=0
/proc/14087/task/14095/stat : 14095 (java) S 14086 14073 13425 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37745519 889090048 4921 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890348

[startup+3.10138 s]
/proc/loadavg: 1.99 2.00 1.99 3/91 14095
/proc/meminfo: memFree=1832728/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=2.83
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1471 12400 0 2 6 2 257 18 16 0 1 0 37745448 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1129 413 3 0 797 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 16872

[startup+6.30175 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14126
/proc/meminfo: memFree=1812448/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=3.98
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1773 27934 0 6 7 2 361 28 15 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=29080 CPUtime=2
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 7136 0 0 0 197 3 0 0 19 0 1 0 37745742 29777920 7077 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 7270 7077 80 151 0 7116 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 45952

[startup+12.7015 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 14136
/proc/meminfo: memFree=1812192/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=3.98
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1773 27934 0 6 7 2 361 28 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=29236 CPUtime=8.33
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 7167 0 0 0 829 4 0 0 25 0 1 0 37745742 29937664 7108 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 7309 7108 80 151 0 7155 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 46108

[startup+25.503 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1809184/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 15 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=32264 CPUtime=20.64
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 7925 0 0 0 2059 5 0 0 25 0 1 0 37745742 33038336 7864 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 8066 7864 80 151 0 7912 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 49136

[startup+51.1029 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1796192/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=45980 CPUtime=46.01
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 11333 0 0 0 4592 9 0 0 25 0 1 0 37745742 47083520 11272 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 11495 11272 80 151 0 11341 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 62852

[startup+102.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1786016/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=55512 CPUtime=96.75
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 13730 0 0 0 9664 11 0 0 25 0 1 0 37745742 56844288 13669 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 13878 13669 80 151 0 13724 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 72384

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1770784/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=70772 CPUtime=156.22
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 17525 0 0 0 15606 16 0 0 25 0 1 0 37745742 72470528 17464 996147200 134512640 135134323 4294956192 18446744073709551615 134528456 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 17693 17464 80 151 0 17539 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 87644

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1766752/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=74868 CPUtime=215.69
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 18538 0 0 0 21551 18 0 0 25 0 1 0 37745742 76664832 18477 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 18717 18477 80 151 0 18563 0
Current children cumulated CPU time (s) 220
Current children cumulated vsize (KiB) 91740

[startup+282.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=83500 CPUtime=275.16
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 20711 0 0 0 27495 21 0 0 25 0 1 0 37745742 85504000 20650 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14096/statm: 20875 20650 80 151 0 20721 0
Current children cumulated CPU time (s) 279.47
Current children cumulated vsize (KiB) 100372

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 14146
/proc/meminfo: memFree=1753056/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=88548 CPUtime=334.62
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 21958 0 0 0 33439 23 0 0 25 0 1 0 37745742 90673152 21897 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

################
# More data... #
################

[pid=14096] ppid=14073 vsize=147416 CPUtime=2834.47
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 283372 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 2838.78
Current children cumulated vsize (KiB) 164288

[startup+2922.3 s]
/proc/loadavg: 2.25 2.14 2.04 4/82 14237
/proc/meminfo: memFree=1647656/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=2894.44
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 289369 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 2898.75
Current children cumulated vsize (KiB) 164288

[startup+2982.3 s]
/proc/loadavg: 2.44 2.20 2.06 3/82 14237
/proc/meminfo: memFree=1647656/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=2954.42
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 295367 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 2958.73
Current children cumulated vsize (KiB) 164288

[startup+3042.3 s]
/proc/loadavg: 2.44 2.25 2.09 3/82 14237
/proc/meminfo: memFree=1647656/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3014.39
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 301364 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3018.7
Current children cumulated vsize (KiB) 164288

[startup+3102.3 s]
/proc/loadavg: 2.35 2.25 2.10 3/82 14237
/proc/meminfo: memFree=1647784/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3074.37
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 307362 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3078.68
Current children cumulated vsize (KiB) 164288

[startup+3162.3 s]
/proc/loadavg: 2.24 2.23 2.10 3/82 14237
/proc/meminfo: memFree=1647784/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3134.34
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 313359 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3138.65
Current children cumulated vsize (KiB) 164288

[startup+3222.3 s]
/proc/loadavg: 2.44 2.29 2.12 3/82 14243
/proc/meminfo: memFree=1647656/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3194.31
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 319356 75 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3198.62
Current children cumulated vsize (KiB) 164288

[startup+3282.3 s]
/proc/loadavg: 2.40 2.31 2.14 3/82 14243
/proc/meminfo: memFree=1647592/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3254.3
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 325354 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3258.61
Current children cumulated vsize (KiB) 164288

[startup+3342.3 s]
/proc/loadavg: 2.30 2.30 2.14 3/82 14243
/proc/meminfo: memFree=1647464/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3314.27
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 331351 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3318.58
Current children cumulated vsize (KiB) 164288

[startup+3402.3 s]
/proc/loadavg: 2.31 2.30 2.15 3/82 14243
/proc/meminfo: memFree=1647464/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3374.25
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 337349 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134524675 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3378.56
Current children cumulated vsize (KiB) 164288

[startup+3462.3 s]
/proc/loadavg: 2.43 2.33 2.17 3/82 14243
/proc/meminfo: memFree=1647400/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3434.22
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 343346 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3438.53
Current children cumulated vsize (KiB) 164288

[startup+3522.31 s]
/proc/loadavg: 2.33 2.32 2.18 3/82 14243
/proc/meminfo: memFree=1647336/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3494.2
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 349344 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3498.51
Current children cumulated vsize (KiB) 164288

[startup+3582.3 s]
/proc/loadavg: 2.49 2.36 2.20 3/82 14243
/proc/meminfo: memFree=1647336/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3554.17
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 355341 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3558.48
Current children cumulated vsize (KiB) 164288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.9 s]
/proc/loadavg: 2.48 2.38 2.21 3/82 14243
/proc/meminfo: memFree=1647336/2055920 swapFree=4192812/4192956
[pid=14073] ppid=14071 vsize=16872 CPUtime=4.31
/proc/14073/stat : 14073 (sugar++) S 14071 14073 13425 0 -1 4194304 1842 31817 0 7 7 3 391 30 16 0 1 0 37745448 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14073/statm: 4218 1132 414 3 0 797 0
[pid=14096] ppid=14073 vsize=147416 CPUtime=3595.76
/proc/14096/stat : 14096 (minisat-inc) R 14073 14073 13425 0 -1 4194304 36622 0 0 0 359500 76 0 0 25 0 1 0 37745742 150953984 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14096/statm: 36854 36561 80 151 0 36700 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 164288

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 3623.94
CPU time (s): 3600.13
CPU user time (s): 3599
CPU system time (s): 1.13383
CPU usage (%): 99.3431
Max. virtual memory (cumulated for all children) (KiB): 890572

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

runsolver used 4.33534 second user time and 10.5544 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-11 23:07:43
IDJOB=1109785
IDBENCH=61013
IDSOLVER=367
FILE ID=node62/1109785-1215810463
PBS_JOBID= 7903228
Free space on /tmp= 65256 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-17-3.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-1109785-1215810463/watcher-1109785-1215810463 -o /tmp/evaluation-result-1109785-1215810463/solver-1109785-1215810463 -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-1109785-1215810463.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10e52fb937aba3eef4652d1b52d5e1e7
RANDOM SEED=525474363

node62.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:       1855952 kB
Buffers:         20248 kB
Cached:          58836 kB
SwapCached:          0 kB
Active:         115144 kB
Inactive:        28120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:          84480 kB
Slab:            41576 kB
Committed_AS:   945364 kB
PageTables:       1972 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= 65256 MiB
End job on node62 at 2008-07-12 00:08:09