Trace number 1128675

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.14 3605.31

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/
normalized-kbtree-9-5-3-5-30-13_ext.xml
MD5SUMa82b34b01ab36190a40ae83fec6e7d32
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints12
Best CPU time to get the best result obtained on this benchmark1.21981
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 06:34:23 2008
0.00/0.08	c 0	PID 6368
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1128675-1216787663.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-1128675-1216787663.xml' 'HOME/temp.csp'
0.07/0.58	c 1	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.07/0.69	c 1	Parsing HOME/temp.csp
0.57/0.85	c 1	parsed 551 expressions
0.57/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.86	c 1	MAX CSP: 255 constraints
0.57/0.86	c 1	Converting to clausal form CSP
0.57/0.89	c 1	converted 81 (10%) expressions
0.57/0.89	c 1	converted 162 (20%) expressions
0.57/0.89	c 1	converted 243 (30%) expressions
0.57/0.90	c 1	converted 324 (40%) expressions
0.57/0.91	c 1	converted 405 (50%) expressions
0.57/0.92	c 1	converted 486 (60%) expressions
0.57/0.93	c 1	converted 567 (70%) expressions
0.57/0.94	c 1	converted 648 (80%) expressions
0.57/0.95	c 1	converted 729 (90%) expressions
1.04/1.11	c 1	converted 809 (100%) expressions
1.04/1.11	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
1.04/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.11	c 1	Propagation in CSP
1.04/1.14	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.14	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.04/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.14	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.04/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.18	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.18	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.18	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.18	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.18	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.19	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
1.04/1.19	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
1.04/1.19	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
1.04/1.20	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
1.12/1.20	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
1.12/1.24	c 1	77 (10%) CSP clauses are encoded (3821 clauses, 49967 bytes)
1.12/1.25	c 1	153 (20%) CSP clauses are encoded (4197 clauses, 56792 bytes)
1.12/1.26	c 1	230 (30%) CSP clauses are encoded (4571 clauses, 63642 bytes)
1.12/1.27	c 1	306 (40%) CSP clauses are encoded (5191 clauses, 72991 bytes)
1.12/1.28	c 1	382 (50%) CSP clauses are encoded (9491 clauses, 139129 bytes)
1.12/1.29	c 1	459 (60%) CSP clauses are encoded (10910 clauses, 163181 bytes)
1.23/1.31	c 1	535 (70%) CSP clauses are encoded (22896 clauses, 379574 bytes)
1.23/1.32	c 1	612 (80%) CSP clauses are encoded (24464 clauses, 406246 bytes)
1.23/1.33	c 1	688 (90%) CSP clauses are encoded (28045 clauses, 469642 bytes)
1.33/1.45	c 2	764 (100%) CSP clauses are encoded (92488 clauses, 1637206 bytes)
1.33/1.45	c 2	764 CSP clauses encoded
1.33/1.45	c 2	Writing map file : HOME/temp.map
1.33/1.46	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.46	c 2	SAT : 3993 SAT variables, 92488 SAT clauses, 1637206 bytes
1.33/1.46	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.51	c 2	OBJECTIVE minimize _COST
1.39/1.51	c 2	SOLVING HOME/temp.cnf
1.39/1.51	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.39/1.51	c 2	This is MiniSat 2.0 beta incremental
1.39/1.51	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.51	c 2	============================[ Problem Statistics ]=============================
1.39/1.51	c 2	|                                                                             |
1.39/1.51	c 2	|  Number of variables:  3993                                                 |
1.39/1.51	c 2	|  Number of clauses:    92488                                                |
1.39/1.55	c 2	|  Parsing time:         0.04         s                                       |
1.39/1.56	c 2	OK
1.39/1.56	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.39/1.56	c 2	SEARCHING: _COST <= 128
1.39/1.56	c 2	============================[ Search Statistics ]==============================
1.39/1.56	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.56	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.56	c 2	===============================================================================
1.39/1.56	c 2	|         0 |    3993    92488   268393 |    30829        0    nan |  0.000 % |
1.39/1.57	c 2	===============================================================================
1.39/1.57	c 2	restarts              : 1
1.39/1.57	c 2	conflicts             : 34            (642 /sec)
1.39/1.57	c 2	decisions             : 264           (1.14 % random) (4982 /sec)
1.39/1.57	c 2	propagations          : 10886          (205431 /sec)
1.39/1.57	c 2	conflict literals     : 503            (3.27 % deleted)
1.39/1.57	c 2	Memory used           : 5.89 MB
1.39/1.57	c 2	CPU time              : 0.052991 s
1.39/1.57	c 2	
1.39/1.57	c 2	SATISFIABLE
1.39/1.57	c 2	OK
1.39/1.57	c 2	FOUND: _COST <= 128
1.39/1.57	s SATISFIABLE
1.39/1.57	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.39/1.57	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.41/1.66	c 2	Decoding HOME/temp.out
1.41/1.73	c 2	OBJECTIVE _COST 56
1.41/1.73	o 56
1.41/1.73	v 4 4 4 3 2 4 2 0 2 4 0 3 1 3 4 2 3 2 2 3 3 2 1 4 2 3 0 4 2 4 4 2 2 1 4 3 4 3 4 2
1.41/1.74	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.79	c 2	OK
1.41/1.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 56
1.41/1.79	c 2	SEARCHING: _COST <= 28
1.41/1.79	c 2	============================[ Search Statistics ]==============================
1.57/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.57/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.57/1.80	c 2	===============================================================================
1.57/1.80	c 2	|        34 |    3993    92488   268393 |    30829       34     15 |  0.000 % |
1.57/1.81	c 2	|       134 |    3993    92488   268393 |    33912      134     20 | 42.276 % |
1.57/1.82	c 2	|       285 |    3993    92488   268393 |    37303      285     23 | 42.276 % |
1.57/1.85	c 2	|       511 |    3993    92488   268393 |    41033      511     22 | 42.276 % |
1.57/1.89	c 2	|       850 |    3993    92488   268393 |    45137      850     24 | 42.276 % |
1.57/1.95	c 2	|      1356 |    3993    92488   268393 |    49650     1356     21 | 42.276 % |
1.57/2.02	c 2	===============================================================================
1.57/2.02	c 2	restarts              : 7
1.57/2.02	c 2	conflicts             : 1775          (6164 /sec)
1.57/2.02	c 2	decisions             : 2639          (0.57 % random) (9165 /sec)
1.57/2.02	c 2	propagations          : 507146         (1761193 /sec)
1.57/2.02	c 2	conflict literals     : 36568          (26.77 % deleted)
1.57/2.02	c 2	Memory used           : 6.02 MB
1.57/2.02	c 2	CPU time              : 0.287956 s
1.57/2.02	c 2	
1.57/2.02	c 2	SATISFIABLE
1.57/2.03	c 2	OK
1.57/2.03	c 2	FOUND: _COST <= 28
1.57/2.03	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.57/2.03	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.91/2.11	c 2	Decoding HOME/temp.out
1.91/2.18	c 2	OBJECTIVE _COST 28
1.91/2.18	o 28
1.91/2.18	v 4 2 4 4 4 4 1 3 3 4 4 4 3 3 0 4 0 0 0 0 3 2 1 0 4 2 4 3 2 4 2 2 4 1 4 1 3 1 1 1
1.91/2.19	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.24	c 2	OK
2.00/2.24	c 2	OBJECTIVE BOUND: 0 <= _COST <= 28
2.00/2.24	c 2	SEARCHING: _COST <= 14
2.00/2.26	c 2	============================[ Search Statistics ]==============================
2.00/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.26	c 2	===============================================================================
2.00/2.26	c 2	|      1775 |    2305    35907   103515 |    11969     1775     21 | 42.276 % |
2.00/2.26	c 2	|      1876 |    2305    35907   103515 |    13165     1876     20 | 51.392 % |
2.00/2.27	c 2	|      2027 |    1941    21593    61637 |    14482     2026     20 | 51.392 % |
2.07/2.30	c 2	|      2253 |    1941    21593    61637 |    15930     2252     20 | 51.392 % |
2.07/2.34	c 2	|      2590 |    1941    21593    61637 |    17523     2589     19 | 51.392 % |
2.07/2.39	c 3	|      3097 |    1941    21593    61637 |    19276     3096     19 | 51.392 % |
2.17/2.48	c 3	|      3856 |    1941    21593    61637 |    21203     3855     19 | 51.392 % |
2.37/2.62	c 3	|      4998 |    1941    21593    61637 |    23324     4997     19 | 51.392 % |
2.57/2.85	c 3	|      6706 |    1941    21593    61637 |    25656     6705     18 | 51.392 % |
2.97/3.22	c 3	|      9268 |    1941    21593    61637 |    28222     9267     18 | 51.392 % |
3.57/3.86	c 4	|     13113 |    1941    21593    61637 |    31044    13112     19 | 51.392 % |
4.76/5.06	c 5	|     18879 |    1941    21593    61637 |    34148    18878     19 | 51.392 % |
6.74/7.07	c 7	|     27530 |    1941    21593    61637 |    37563    27529     19 | 51.392 % |
10.69/11.09	c 11	|     40506 |    1941    21593    61637 |    41320    40505     20 | 51.392 % |
16.04/16.42	c 17	|     59968 |    1941    21593    61637 |    45452    29224     20 | 51.392 % |
25.65/26.16	c 26	|     89163 |    1941    21593    61637 |    49997    24285     19 | 51.392 % |
39.72/40.30	c 40	|    132953 |    1941    21593    61637 |    54997    28977     21 | 51.392 % |
61.71/62.59	c 63	|    198637 |    1941    21593    61637 |    60496    50158     20 | 51.392 % |
97.95/99.16	c 99	|    297165 |    1941    21593    61637 |    66546    48243     27 | 51.392 % |
167.00/168.83	c 169	|    444955 |    1941    21593    61637 |    73201    32769     23 | 51.392 % |
273.38/276.25	c 276	|    666643 |    1941    21593    61637 |    80521    73113     22 | 51.392 % |
436.66/440.28	c 440	|    999169 |    1941    21593    61637 |    88573    64862     21 | 51.392 % |
695.84/699.59	c 700	|   1497957 |    1941    21593    61637 |    97430    34976     22 | 51.392 % |
1150.21/1154.17	c 1154	|   2246139 |    1941    21593    61637 |   107174    35778     20 | 51.392 % |
1753.30/1757.55	c 1758	===============================================================================
1753.30/1757.55	c 1758	restarts              : 31
1753.30/1757.55	c 1758	conflicts             : 3210005       (1833 /sec)
1753.30/1757.55	c 1758	decisions             : 3642719       (0.79 % random) (2080 /sec)
1753.30/1757.55	c 1758	propagations          : 876557580      (500453 /sec)
1753.30/1757.55	c 1758	conflict literals     : 74671401       (27.38 % deleted)
1753.30/1757.55	c 1758	Memory used           : 29.95 MB
1753.30/1757.55	c 1758	CPU time              : 1751.53 s
1753.30/1757.55	c 1758	
1753.30/1757.55	c 1758	SATISFIABLE
1753.30/1757.56	c 1758	OK
1753.30/1757.56	c 1758	FOUND: _COST <= 14
1753.30/1757.56	c 1758	DECODING HOME/temp.out WITH HOME/temp.map
1753.30/1757.56	c 1758	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1753.35/1757.64	c 1758	Decoding HOME/temp.out
1753.47/1757.71	c 1758	OBJECTIVE _COST 14
1753.47/1757.71	o 14
1753.47/1757.71	v 0 0 4 3 1 1 2 4 3 4 3 4 2 2 0 0 2 3 4 1 2 0 1 1 1 2 3 3 1 4 0 2 0 2 4 0 3 2 3 1
1753.47/1757.72	c 1758	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1753.47/1757.79	c 1758	OK
1753.47/1757.79	c 1758	OBJECTIVE BOUND: 0 <= _COST <= 14
1753.47/1757.79	c 1758	SEARCHING: _COST <= 7
1753.47/1757.79	c 1758	============================[ Search Statistics ]==============================
1753.47/1757.79	c 1758	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1753.47/1757.79	c 1758	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1753.47/1757.79	c 1758	===============================================================================
1753.47/1757.79	c 1758	|   3210005 |    1642    12971    36655 |     4323    59373     25 | 51.392 % |
1754.14/1758.50	c 1759	|   3210105 |    1642    12971    36655 |     4756     3997     18 | 58.880 % |
1754.24/1758.51	c 1759	|   3210255 |    1642    12971    36655 |     5231     4147     18 | 58.880 % |
1754.24/1758.54	c 1759	|   3210481 |    1642    12971    36655 |     5754     4373     17 | 58.880 % |
1754.24/1758.58	c 1759	|   3210818 |    1642    12971    36655 |     6330     4710     17 | 58.880 % |
1754.34/1758.64	c 1759	|   3211324 |    1642    12971    36655 |     6963     5216     17 | 58.880 % |
1754.44/1758.73	c 1759	|   3212083 |    1642    12971    36655 |     7659     5975     17 | 58.880 % |
1754.54/1758.87	c 1759	|   3213223 |    1642    12971    36655 |     8425     7115     16 | 58.880 % |
1754.74/1759.08	c 1759	|   3214932 |    1642    12971    36655 |     9268     8824     15 | 58.880 % |
1755.14/1759.43	c 1760	|   3217495 |    1642    12971    36655 |    10194    11387     16 | 58.880 % |
1755.64/1759.96	c 1760	|   3221339 |    1642    12971    36655 |    11214     8696     15 | 58.880 % |
1756.44/1760.78	c 1761	|   3227105 |    1642    12971    36655 |    12335     7331     15 | 58.880 % |
1757.74/1762.01	c 1762	|   3235754 |    1642    12971    36655 |    13569     8418     15 | 58.880 % |
1759.64/1763.90	c 1764	|   3248730 |    1642    12971    36655 |    14926    13191     17 | 58.880 % |
1762.53/1766.86	c 1767	|   3268192 |    1642    12971    36655 |    16419    14913     15 | 58.880 % |
1767.03/1771.39	c 1772	|   3297385 |    1642    12971    36655 |    18061    15352     15 | 58.880 % |
1767.84/1772.13	c 1772	===============================================================================
1767.84/1772.13	c 1772	restarts              : 47
1767.84/1772.13	c 1772	conflicts             : 3301576       (1870 /sec)
1767.84/1772.13	c 1772	decisions             : 3748360       (0.80 % random) (2123 /sec)
1767.84/1772.13	c 1772	propagations          : 904077033      (511969 /sec)
1767.84/1772.13	c 1772	conflict literals     : 76122364       (27.33 % deleted)
1767.84/1772.13	c 1772	Memory used           : 29.95 MB
1767.84/1772.13	c 1772	CPU time              : 1765.88 s
1767.84/1772.13	c 1772	
1767.84/1772.13	c 1772	UNSATISFIABLE
1767.84/1772.13	c 1772	OK
1767.84/1772.13	c 1772	NOT FOUND: _COST <= 7
1767.84/1772.13	c 1772	OK
1767.84/1772.13	c 1772	OBJECTIVE BOUND: 8 <= _COST <= 14
1767.84/1772.13	c 1772	SEARCHING: _COST <= 11
1767.84/1772.13	c 1772	============================[ Search Statistics ]==============================
1767.84/1772.13	c 1772	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1767.84/1772.13	c 1772	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1767.84/1772.13	c 1772	===============================================================================
1767.84/1772.13	c 1772	|   3301576 |    1621    12859    36382 |     4286    18403     15 | 58.880 % |
1767.84/1772.19	c 1772	|   3301677 |    1621    12859    36382 |     4714     4702     13 | 59.405 % |
1767.93/1772.21	c 1772	|   3301827 |    1621    12859    36382 |     5186     4852     13 | 59.405 % |
1767.93/1772.23	c 1772	|   3302052 |    1621    12859    36382 |     5705     5077     13 | 59.405 % |
1767.93/1772.27	c 1772	|   3302389 |    1621    12859    36382 |     6275     5414     13 | 59.405 % |
1768.03/1772.33	c 1772	|   3302895 |    1621    12859    36382 |     6903     5920     13 | 59.405 % |
1768.13/1772.42	c 1773	|   3303654 |    1621    12859    36382 |     7593     6679     13 | 59.405 % |
1768.23/1772.56	c 1773	|   3304794 |    1621    12859    36382 |     8352     7819     13 | 59.405 % |
1768.43/1772.79	c 1773	|   3306502 |    1621    12859    36382 |     9188     9527     14 | 59.405 % |
1768.83/1773.17	c 1773	|   3309064 |    1621    12859    36382 |    10106     6176     15 | 59.405 % |
1769.33/1773.68	c 1774	|   3312908 |    1621    12859    36382 |    11117    10020     16 | 59.405 % |
1770.23/1774.51	c 1775	|   3318676 |    1621    12859    36382 |    12229     8891     16 | 59.405 % |
1771.43/1775.76	c 1776	|   3327326 |    1621    12859    36382 |    13452     9908     20 | 59.405 % |
1773.33/1777.67	c 1778	|   3340300 |    1621    12859    36382 |    14797    14809     17 | 59.405 % |
1776.83/1781.13	c 1781	|   3359762 |    1621    12859    36382 |    16277    16377     24 | 59.405 % |
1781.62/1785.95	c 1786	|   3388957 |    1621    12859    36382 |    17905    17023     18 | 59.405 % |
1789.22/1793.58	c 1794	|   3432747 |    1621    12859    36382 |    19695    19219     21 | 59.405 % |
1801.61/1805.94	c 1806	|   3498432 |    1621    12859    36382 |    21665    17204     16 | 59.405 % |
1821.00/1825.30	c 1825	|   3596959 |    1621    12859    36382 |    23831    17553     20 | 59.405 % |
1854.59/1858.97	c 1859	|   3744748 |    1621    12859    36382 |    26214    25534     24 | 59.405 % |
1902.76/1907.19	c 1907	|   3966431 |    1621    12859    36382 |    28836    18989     20 | 59.405 % |
1978.43/1982.87	c 1983	|   4298959 |    1621    12859    36382 |    31719    20307     21 | 59.405 % |
2102.66/2107.13	c 2107	|   4797748 |    1621    12859    36382 |    34891    29209     24 | 59.405 % |
2307.96/2312.54	c 2313	|   5545930 |    1621    12859    36382 |    38381    29131     20 | 59.405 % |
2620.40/2625.17	c 2625	|   6668204 |    1621    12859    36382 |    42219    23127     21 | 59.405 % |
3139.84/3144.87	c 3145	|   8351617 |    1621    12859    36382 |    46441    15008     21 | 59.405 % |
3600.10/3605.31	c 3605	CPU 3599.79 (0.06 0.02 3599.73 0.31)
3600.10/3605.31	c 3605	END Wed Jul 23 07:34:28 2008
3600.10/3605.31	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	14	241
14 unsatisfied constraints, 241 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-1128675-1216787663/watcher-1128675-1216787663 -o /tmp/evaluation-result-1128675-1216787663/solver-1128675-1216787663 -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-1128675-1216787663.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.14 2.03 2.01 4/74 6368
/proc/meminfo: memFree=1195336/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=18572 CPUtime=0
/proc/6368/stat : 6368 (runsolver) R 6366 6368 5493 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 5852965 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6368/statm: 4643 292 257 25 0 2626 0

[startup+0.0854989 s]
/proc/loadavg: 2.14 2.03 2.01 4/74 6368
/proc/meminfo: memFree=1195336/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16740 CPUtime=0.07
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1199 128 0 0 6 1 0 0 18 0 1 0 5852965 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101767 s]
/proc/loadavg: 2.14 2.03 2.01 4/74 6368
/proc/meminfo: memFree=1195336/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16740 CPUtime=0.07
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 5852965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302138 s]
/proc/loadavg: 2.14 2.03 2.01 4/74 6368
/proc/meminfo: memFree=1195336/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16740 CPUtime=0.07
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 5852965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701897 s]
/proc/loadavg: 2.14 2.03 2.01 4/74 6368
/proc/meminfo: memFree=1195336/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16740 CPUtime=0.57
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1296 4588 0 1 6 1 47 3 16 0 1 0 5852965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50207 s]
/proc/loadavg: 2.14 2.03 2.01 4/85 6390
/proc/meminfo: memFree=1185328/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16740 CPUtime=0.57
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1297 4588 0 1 6 1 47 3 15 0 1 0 5852965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4185 1104 409 3 0 764 0
[pid=6381] ppid=6368 vsize=5356 CPUtime=0
/proc/6381/stat : 6381 (sh) S 6368 6368 5493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5853027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6381/statm: 1339 233 193 169 0 50 0
[pid=6382] ppid=6381 vsize=868352 CPUtime=0.82
/proc/6382/stat : 6382 (java) S 6381 6368 5493 0 -1 0 6454 0 1 0 77 5 0 0 18 0 9 0 5853027 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6382/statm: 217088 5623 2566 9 0 211635 0
[pid=6382/tid=6383] ppid=6381 vsize=868352 CPUtime=0.51
/proc/6382/task/6383/stat : 6383 (java) S 6381 6368 5493 0 -1 64 2767 0 1 0 48 3 0 0 20 0 9 0 5853028 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6384] ppid=6381 vsize=868352 CPUtime=0.05
/proc/6382/task/6384/stat : 6384 (java) S 6381 6368 5493 0 -1 64 1504 0 0 0 5 0 0 0 16 0 9 0 5853029 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6385] ppid=6381 vsize=868352 CPUtime=0
/proc/6382/task/6385/stat : 6385 (java) S 6381 6368 5493 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5853030 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6386] ppid=6381 vsize=868352 CPUtime=0
/proc/6382/task/6386/stat : 6386 (java) S 6381 6368 5493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5853030 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6387] ppid=6381 vsize=868352 CPUtime=0
/proc/6382/task/6387/stat : 6387 (java) S 6381 6368 5493 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5853032 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6388] ppid=6381 vsize=868352 CPUtime=0.22
/proc/6382/task/6388/stat : 6388 (java) S 6381 6368 5493 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 5853032 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6389] ppid=6381 vsize=868352 CPUtime=0
/proc/6382/task/6389/stat : 6389 (java) S 6381 6368 5493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5853032 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6382/tid=6390] ppid=6381 vsize=868352 CPUtime=0
/proc/6382/task/6390/stat : 6390 (java) S 6381 6368 5493 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5853032 889192448 5623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890448

[startup+3.10141 s]
/proc/loadavg: 2.21 2.05 2.01 3/86 6411
/proc/meminfo: memFree=1180648/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 15 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=6288 CPUtime=1.14
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 1486 0 0 0 113 1 0 0 22 0 1 0 5853116 6438912 1431 996147200 134512640 135134323 4294956192 18446744073709551615 134522648 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 1572 1431 79 151 0 1418 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 23160

[startup+6.3021 s]
/proc/loadavg: 2.21 2.05 2.01 3/76 6411
/proc/meminfo: memFree=1183992/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=7048 CPUtime=4.31
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 1686 0 0 0 430 1 0 0 25 0 1 0 5853116 7217152 1631 996147200 134512640 135134323 4294956192 18446744073709551615 134532016 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 1762 1631 79 151 0 1608 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 23920

[startup+12.7058 s]
/proc/loadavg: 2.33 2.08 2.02 3/76 6411
/proc/meminfo: memFree=1180856/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=9592 CPUtime=10.65
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 2282 0 0 0 1064 1 0 0 25 0 1 0 5853116 9822208 2227 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 2398 2227 79 151 0 2244 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 26464

[startup+25.5016 s]
/proc/loadavg: 2.43 2.11 2.03 3/76 6411
/proc/meminfo: memFree=1179320/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=10156 CPUtime=23.32
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 2449 0 0 0 2331 1 0 0 25 0 1 0 5853116 10399744 2394 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 2539 2394 79 151 0 2385 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 27028

[startup+51.1021 s]
/proc/loadavg: 2.55 2.16 2.05 3/76 6411
/proc/meminfo: memFree=1177592/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=11988 CPUtime=48.68
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 2873 0 0 0 4866 2 0 0 25 0 1 0 5853116 12275712 2818 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 2997 2818 79 151 0 2843 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 28860

[startup+102.307 s]
/proc/loadavg: 2.48 2.20 2.07 3/76 6411
/proc/meminfo: memFree=1175224/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=14088 CPUtime=99.4
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 3389 0 0 0 9937 3 0 0 25 0 1 0 5853116 14426112 3334 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 3522 3334 79 151 0 3368 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 30960

[startup+162.306 s]
/proc/loadavg: 2.36 2.20 2.08 3/76 6411
/proc/meminfo: memFree=1172792/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=15980 CPUtime=158.83
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 3849 0 0 0 15880 3 0 0 25 0 1 0 5853116 16363520 3794 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 3995 3794 79 151 0 3841 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 32852

[startup+222.302 s]
/proc/loadavg: 2.18 2.18 2.08 3/76 6411
/proc/meminfo: memFree=1172024/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=16604 CPUtime=218.26
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 4006 0 0 0 21822 4 0 0 25 0 1 0 5853116 17002496 3951 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 4151 3951 79 151 0 3997 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 33476

[startup+282.302 s]
/proc/loadavg: 2.11 2.16 2.08 3/76 6411
/proc/meminfo: memFree=1170552/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=17980 CPUtime=277.69
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 4312 0 0 0 27765 4 0 0 25 0 1 0 5853116 18411520 4257 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/6391/statm: 4495 4257 79 151 0 4341 0
Current children cumulated CPU time (s) 279.42
Current children cumulated vsize (KiB) 34852

[startup+342.302 s]
/proc/loadavg: 2.09 2.14 2.08 3/76 6411
/proc/meminfo: memFree=1169848/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.73
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1623 18870 0 4 6 2 151 14 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=6391] ppid=6368 vsize=30880 CPUtime=2915.56
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7377 0 0 0 291544 12 0 0 25 0 1 0 5853116 31621120 7302 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7720 7302 79 151 0 7566 0
Current children cumulated CPU time (s) 2917.45
Current children cumulated vsize (KiB) 47752

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1191544/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=30880 CPUtime=2975.53
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7377 0 0 0 297541 12 0 0 25 0 1 0 5853116 31621120 7302 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7720 7302 79 151 0 7566 0
Current children cumulated CPU time (s) 2977.42
Current children cumulated vsize (KiB) 47752

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1190968/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=30880 CPUtime=3035.5
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7377 0 0 0 303538 12 0 0 25 0 1 0 5853116 31621120 7302 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7720 7302 79 151 0 7566 0
Current children cumulated CPU time (s) 3037.39
Current children cumulated vsize (KiB) 47752

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1190520/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=30880 CPUtime=3095.47
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7377 0 0 0 309535 12 0 0 25 0 1 0 5853116 31621120 7302 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7720 7302 79 151 0 7566 0
Current children cumulated CPU time (s) 3097.36
Current children cumulated vsize (KiB) 47752

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1190072/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=30880 CPUtime=3155.44
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7377 0 0 0 315532 12 0 0 25 0 1 0 5853116 31621120 7302 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7720 7302 79 151 0 7566 0
Current children cumulated CPU time (s) 3157.33
Current children cumulated vsize (KiB) 47752

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1190008/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=30880 CPUtime=3215.4
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7400 0 0 0 321528 12 0 0 25 0 1 0 5853116 31621120 7325 996147200 134512640 135134323 4294956192 18446744073709551615 134524683 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7720 7325 79 151 0 7566 0
Current children cumulated CPU time (s) 3217.29
Current children cumulated vsize (KiB) 47752

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1189624/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3275.37
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 327525 12 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3277.26
Current children cumulated vsize (KiB) 47964

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1189496/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3335.34
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 333522 12 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3337.23
Current children cumulated vsize (KiB) 47964

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1188856/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3395.32
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 339519 13 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3397.21
Current children cumulated vsize (KiB) 47964

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1188216/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3455.28
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 345515 13 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3457.17
Current children cumulated vsize (KiB) 47964

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1187832/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3515.25
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 351512 13 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134523888 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3517.14
Current children cumulated vsize (KiB) 47964

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1187128/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3575.22
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 357509 13 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3577.11
Current children cumulated vsize (KiB) 47964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1187064/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3598.21
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 359808 13 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 47964

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

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

[startup+3605.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6480
/proc/meminfo: memFree=1187064/2055920 swapFree=4192956/4192956
[pid=6368] ppid=6366 vsize=16872 CPUtime=1.89
/proc/6368/stat : 6368 (sugar++) S 6366 6368 5493 0 -1 4194304 1696 22648 0 5 6 2 164 17 16 0 1 0 5852965 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6368/statm: 4218 1120 414 3 0 797 0
[pid=6391] ppid=6368 vsize=31092 CPUtime=3598.21
/proc/6391/stat : 6391 (minisat-inc) R 6368 6368 5493 0 -1 4194304 7426 0 0 0 359808 13 0 0 25 0 1 0 5853116 31838208 7351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6391/statm: 7773 7351 79 151 0 7619 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 47964

Child status: 0
Real time (s): 3605.31
CPU time (s): 3600.14
CPU user time (s): 3599.8
CPU system time (s): 0.341948
CPU usage (%): 99.8566
Max. virtual memory (cumulated for all children) (KiB): 890448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.8
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31850
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2621
involuntary context switches= 21643

runsolver used 3.9774 second user time and 12.4341 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-23 06:34:23
IDJOB=1128675
IDBENCH=65892
IDSOLVER=367
FILE ID=node71/1128675-1216787663
PBS_JOBID= 7974223
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/normalized-kbtree-9-5-3-5-30-13_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128675-1216787663/watcher-1128675-1216787663 -o /tmp/evaluation-result-1128675-1216787663/solver-1128675-1216787663 -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-1128675-1216787663.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a82b34b01ab36190a40ae83fec6e7d32
RANDOM SEED=192856690

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1195816 kB
Buffers:         32756 kB
Cached:         680700 kB
SwapCached:          0 kB
Active:         289056 kB
Inactive:       519312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1195816 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:         106080 kB
Slab:            36816 kB
Committed_AS:   163216 kB
PageTables:       2092 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= 66560 MiB
End job on node71 at 2008-07-23 07:34:30