Trace number 1109797

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)26 3600.1 3616.28

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-18-3.xml
MD5SUM14ec6612041bf1bae6341e725eab1bfc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of constraints816
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension816
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:14:39 2008
0.00/0.08	c 0	PID 12767
0.00/0.08	c 0	HOST node32.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109797-1215810879.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-1109797-1215810879.xml' 'HOME/temp.csp'
0.07/0.69	c 1	1 domains, 153 variables, 1 predicates, 0 relations, 816 constraints
0.07/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.70	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.78	c 1	Parsing HOME/temp.csp
0.67/0.93	c 1	parsed 971 expressions
0.67/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/0.95	c 1	MAX CSP: 816 constraints
0.67/0.95	c 1	Converting to clausal form CSP
0.67/0.99	c 1	converted 179 (10%) expressions
1.05/1.12	c 1	converted 358 (20%) expressions
1.05/1.15	c 1	converted 537 (30%) expressions
1.05/1.17	c 1	converted 716 (40%) expressions
1.05/1.18	c 1	converted 895 (50%) expressions
1.05/1.19	c 1	converted 1074 (60%) expressions
1.14/1.20	c 1	converted 1253 (70%) expressions
1.14/1.21	c 1	converted 1432 (80%) expressions
1.14/1.22	c 1	converted 1611 (90%) expressions
1.25/1.33	c 2	converted 1790 (100%) expressions
1.25/1.33	c 2	CSP : 1785 integers, 0 booleans, 2447 clauses, largest domain size 1225
1.25/1.33	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.33	c 2	Propagation in CSP
1.25/1.39	c 2	812 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.39	c 2	CSP : 1785 integers, 0 booleans, 2447 clauses, largest domain size 817
1.25/1.39	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.39	c 2	Simplifing CSP by introducing new Boolean variables
1.35/1.46	c 2	CSP : 1785 integers, 4896 booleans, 7343 clauses, largest domain size 817
1.35/1.46	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.44/1.52	c 2	179 (10%) CSP integer variables are encoded (153 clauses, 1639 bytes)
1.44/1.52	c 2	357 (20%) CSP integer variables are encoded (153 clauses, 1639 bytes)
1.44/1.52	c 2	536 (30%) CSP integer variables are encoded (153 clauses, 1639 bytes)
1.44/1.53	c 2	714 (40%) CSP integer variables are encoded (153 clauses, 1639 bytes)
1.44/1.53	c 2	893 (50%) CSP integer variables are encoded (153 clauses, 1639 bytes)
1.44/1.54	c 2	1071 (60%) CSP integer variables are encoded (6252 clauses, 80926 bytes)
1.44/1.54	c 2	1250 (70%) CSP integer variables are encoded (8812 clauses, 114315 bytes)
1.44/1.55	c 2	1428 (80%) CSP integer variables are encoded (10904 clauses, 145695 bytes)
1.44/1.55	c 2	1607 (90%) CSP integer variables are encoded (12138 clauses, 164205 bytes)
1.44/1.55	c 2	1785 (100%) CSP integer variables are encoded (13822 clauses, 189465 bytes)
1.44/1.59	c 2	735 (10%) CSP clauses are encoded (15817 clauses, 219814 bytes)
1.54/1.61	c 2	1469 (20%) CSP clauses are encoded (17811 clauses, 250824 bytes)
1.54/1.63	c 2	2203 (30%) CSP clauses are encoded (19803 clauses, 281954 bytes)
1.54/1.64	c 2	2938 (40%) CSP clauses are encoded (21798 clauses, 313925 bytes)
1.54/1.65	c 2	3672 (50%) CSP clauses are encoded (23790 clauses, 346745 bytes)
1.54/1.66	c 2	4406 (60%) CSP clauses are encoded (25782 clauses, 379565 bytes)
1.54/1.67	c 2	5141 (70%) CSP clauses are encoded (27777 clauses, 412471 bytes)
1.74/1.86	c 2	5875 (80%) CSP clauses are encoded (123703 clauses, 2124251 bytes)
2.83/2.92	c 3	6609 (90%) CSP clauses are encoded (716563 clauses, 13735279 bytes)
3.14/3.24	c 3	7343 (100%) CSP clauses are encoded (888984 clauses, 17392179 bytes)
3.14/3.24	c 3	7343 CSP clauses encoded
3.14/3.24	c 3	Writing map file : HOME/temp.map
3.14/3.26	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.14/3.26	c 3	SAT : 20503 SAT variables, 888984 SAT clauses, 17392179 bytes
3.14/3.26	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.32	c 4	OBJECTIVE minimize _COST
3.20/3.32	c 4	SOLVING HOME/temp.cnf
3.20/3.32	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.20/3.32	c 4	This is MiniSat 2.0 beta incremental
3.20/3.32	c 4	WARNING: for repeatability, setting FPU to use double precision
3.20/3.32	c 4	============================[ Problem Statistics ]=============================
3.20/3.32	c 4	|                                                                             |
3.20/3.32	c 4	|  Number of variables:  20503                                                |
3.20/3.32	c 4	|  Number of clauses:    888984                                               |
3.23/3.73	c 4	|  Parsing time:         0.37         s                                       |
3.23/3.75	c 4	OK
3.23/3.75	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.23/3.75	c 4	SEARCHING: _COST <= 408
3.23/3.75	c 4	============================[ Search Statistics ]==============================
3.23/3.75	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.23/3.75	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.23/3.75	c 4	===============================================================================
3.23/3.75	c 4	|         0 |   20503   888984  2618448 |   296328        0    nan |  0.000 % |
3.23/3.83	c 4	|       100 |   20503   888984  2618448 |   325960      100      7 |  0.001 % |
3.23/3.90	c 4	|       251 |   20503   888984  2618448 |   358556      251      7 |  0.001 % |
3.23/3.99	c 4	|       476 |   20503   888984  2618448 |   394412      476      7 |  0.001 % |
4.50/4.65	c 5	===============================================================================
4.50/4.65	c 5	restarts              : 4
4.50/4.65	c 5	conflicts             : 706           (554 /sec)
4.50/4.65	c 5	decisions             : 56469         (0.45 % random) (44296 /sec)
4.50/4.65	c 5	propagations          : 566123         (444086 /sec)
4.50/4.65	c 5	conflict literals     : 4943           (0.78 % deleted)
4.50/4.65	c 5	Memory used           : 39.34 MB
4.50/4.65	c 5	CPU time              : 1.27481 s
4.50/4.65	c 5	
4.50/4.65	c 5	SATISFIABLE
4.50/4.66	c 5	OK
4.50/4.66	c 5	FOUND: _COST <= 408
4.50/4.66	s SATISFIABLE
4.50/4.66	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.50/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.56/4.74	c 5	Decoding HOME/temp.out
4.56/5.07	c 5	OBJECTIVE _COST 262
4.56/5.07	o 262
4.56/5.07	v 0 0 0 1 0 2 2 0 1 2 2 2 2 1 1 2 2 1 2 2 2 2 2 1 2 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 1 1 0 2 1 2 1 2 2 2 2 1 2 0 2 1 1 0 2 2 1 2 2 2 2 2 0 2 0 2 1 2 1 1 1 2 2 1 2 1 2 1 0 1 2 1 1 2 1 0 0 2 1 1 1 1 1 2 0 2 0 1 2 1 2 1 0 1 2 2 2 0 1 0 1 0 1 2 1 1 2 0 2 1 2 0 1 0 0 1 2 2 1 1 1 2 2 0 0 2 2 1
4.56/5.08	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.56/5.13	c 5	OK
4.56/5.13	c 5	OBJECTIVE BOUND: 0 <= _COST <= 262
4.56/5.13	c 5	SEARCHING: _COST <= 131
4.56/5.13	c 5	============================[ Search Statistics ]==============================
4.56/5.14	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.56/5.14	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.56/5.14	c 5	===============================================================================
4.56/5.15	c 5	|       706 |   20503   888984  2618448 |   296328      706      7 |  0.001 % |
4.56/5.19	c 5	|       806 |   20503   888984  2618448 |   325960      806      7 | 27.733 % |
5.04/5.24	c 5	|       956 |   20503   888984  2618448 |   358556      956      7 | 27.733 % |
5.14/5.30	c 5	|      1181 |   20503   888984  2618448 |   394412     1181      7 | 27.733 % |
5.14/5.37	c 6	|      1518 |   20503   888984  2618448 |   433853     1518      7 | 27.733 % |
5.24/5.45	c 6	===============================================================================
5.24/5.45	c 6	restarts              : 9
5.24/5.46	c 6	conflicts             : 1908          (1194 /sec)
5.24/5.46	c 6	decisions             : 111531        (0.34 % random) (69805 /sec)
5.24/5.46	c 6	propagations          : 959589         (600585 /sec)
5.24/5.46	c 6	conflict literals     : 15804          (1.07 % deleted)
5.24/5.46	c 6	Memory used           : 39.46 MB
5.24/5.46	c 6	CPU time              : 1.59776 s
5.24/5.46	c 6	
5.24/5.46	c 6	SATISFIABLE
5.24/5.46	c 6	OK
5.24/5.46	c 6	FOUND: _COST <= 131
5.24/5.46	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.24/5.46	c 6	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.30/5.54	c 6	Decoding HOME/temp.out
5.30/5.78	c 6	OBJECTIVE _COST 131
5.30/5.78	o 131
5.30/5.79	v 0 1 0 0 2 2 2 2 2 1 2 2 2 2 2 2 1 2 1 1 1 0 2 2 1 1 2 2 0 1 0 1 0 1 2 1 0 1 1 1 2 0 0 0 1 1 0 2 2 2 1 0 2 2 2 2 1 1 2 0 0 1 2 1 0 2 2 0 0 1 2 0 1 0 1 1 2 0 0 2 2 2 2 2 2 2 0 0 2 1 2 2 2 2 1 2 1 2 0 2 1 2 0 2 2 2 1 1 2 2 2 2 1 0 2 2 2 0 2 1 1 2 0 2 2 2 1 0 2 1 2 0 1 2 2 1 2 2 2 2 0 1 0 1 1 2 2 0 2 1 1 2 2
5.30/5.79	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.30/5.84	c 6	OK
5.30/5.84	c 6	OBJECTIVE BOUND: 0 <= _COST <= 131
5.30/5.84	c 6	SEARCHING: _COST <= 65
5.30/5.84	c 6	============================[ Search Statistics ]==============================
5.30/5.84	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.30/5.84	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.30/5.84	c 6	===============================================================================
5.30/5.84	c 6	|      1908 |   14817   888984  2618448 |   296328     1908      8 | 27.733 % |
5.30/5.89	c 6	|      2008 |   14817   888984  2618448 |   325960     2008      8 | 35.829 % |
5.69/5.93	c 6	|      2158 |   14817   888984  2618448 |   358556     2158      8 | 35.829 % |
5.69/5.97	c 6	|      2383 |   14817   888984  2618448 |   394412     2383      8 | 35.829 % |
5.79/6.03	c 6	|      2720 |   14817   888984  2618448 |   433853     2720      8 | 35.829 % |
5.89/6.10	c 6	|      3226 |   14817   888984  2618448 |   477239     3226      9 | 35.829 % |
5.99/6.21	c 6	|      3985 |   14817   888984  2618448 |   524963     3985     10 | 35.829 % |
6.09/6.32	c 7	===============================================================================
6.09/6.33	c 7	restarts              : 16
6.09/6.33	c 7	conflicts             : 4866          (2323 /sec)
6.09/6.33	c 7	decisions             : 192114        (0.36 % random) (91715 /sec)
6.09/6.33	c 7	propagations          : 1718552        (820436 /sec)
6.09/6.33	c 7	conflict literals     : 57433          (2.76 % deleted)
6.09/6.33	c 7	Memory used           : 39.72 MB
6.09/6.33	c 7	CPU time              : 2.09468 s
6.09/6.33	c 7	
6.09/6.33	c 7	SATISFIABLE
6.09/6.33	c 7	OK
6.09/6.33	c 7	FOUND: _COST <= 65
6.09/6.33	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.09/6.33	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.13/6.41	c 7	Decoding HOME/temp.out
6.28/6.56	c 7	OBJECTIVE _COST 65
6.28/6.56	o 65
6.28/6.56	v 2 1 1 0 2 0 2 1 0 0 0 1 2 2 0 1 0 2 0 2 1 2 0 1 2 0 2 2 1 0 2 1 0 2 2 0 1 2 0 2 1 1 0 1 1 0 2 2 1 1 2 1 2 1 2 0 0 0 2 2 0 1 2 2 2 0 2 1 2 2 1 0 1 1 2 1 0 2 0 1 1 1 0 1 2 2 0 1 1 2 2 2 2 0 2 2 0 1 2 2 1 0 0 1 1 1 1 2 1 1 0 2 2 1 1 0 0 2 1 2 1 2 2 0 2 2 0 0 2 2 0 2 2 2 2 1 1 2 1 0 2 2 1 0 2 2 2 0 2 1 0 2 1
6.28/6.57	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.28/6.60	c 7	OK
6.28/6.60	c 7	OBJECTIVE BOUND: 0 <= _COST <= 65
6.28/6.60	c 7	SEARCHING: _COST <= 32
6.28/6.60	c 7	============================[ Search Statistics ]==============================
6.28/6.60	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.28/6.60	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.28/6.60	c 7	===============================================================================
6.28/6.60	c 7	|      4866 |   13157   888984  2618448 |   296328     4866     12 | 35.829 % |
6.35/6.63	c 7	|      4967 |   13157   888984  2618448 |   325960     4967     12 | 41.599 % |
6.35/6.66	c 7	|      5117 |   13157   888984  2618448 |   358556     5117     12 | 41.599 % |
6.45/6.71	c 7	|      5345 |   13157   888984  2618448 |   394412     5345     12 | 41.599 % |
6.45/6.75	c 7	|      5683 |   13157   888984  2618448 |   433853     5683     12 | 41.599 % |
6.55/6.81	c 7	|      6189 |   13157   888984  2618448 |   477239     6189     13 | 41.599 % |
6.65/6.90	c 7	|      6949 |   13157   888984  2618448 |   524963     6949     15 | 41.599 % |
6.75/7.04	c 7	|      8088 |   13157   888984  2618448 |   577459     8088     20 | 41.599 % |
6.94/7.28	c 7	|      9796 |   13157   888984  2618448 |   635205     9796     28 | 41.599 % |
7.94/8.24	c 8	|     12358 |   11974   153273   436151 |   698725    12354     38 | 41.599 % |
8.83/9.11	c 9	|     16202 |   11974   153273   436151 |   768598    16198     49 | 41.599 % |
10.42/10.73	c 11	|     21968 |   11974   153273   436151 |   845458    21964     65 | 41.599 % |
13.81/14.13	c 14	|     30618 |   11974   153273   436151 |   930004    30614     81 | 41.599 % |
22.17/22.52	c 23	|     43592 |   11974   153273   436151 |  1023004    43588     83 | 41.599 % |
27.35/27.76	c 28	===============================================================================
27.35/27.76	c 28	restarts              : 30
27.35/27.76	c 28	conflicts             : 52222         (2255 /sec)
27.35/27.76	c 28	decisions             : 300784        (0.45 % random) (12988 /sec)
27.35/27.76	c 28	propagations          : 21534232       (929864 /sec)
27.35/27.77	c 28	conflict literals     : 4841095        (14.04 % deleted)
27.35/27.77	c 28	Memory used           : 42.93 MB
27.35/27.77	c 28	CPU time              : 23.1585 s
27.35/27.77	c 28	
27.35/27.77	c 28	SATISFIABLE
27.35/27.77	c 28	OK
27.35/27.77	c 28	FOUND: _COST <= 32
27.35/27.77	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.35/27.77	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.42/27.85	c 28	Decoding HOME/temp.out
27.42/28.09	c 28	OBJECTIVE _COST 32
27.42/28.09	o 32
27.42/28.10	v 0 2 2 1 0 0 0 2 2 1 1 1 2 1 2 0 0 0 1 2 1 2 1 0 2 1 2 0 1 1 0 1 2 1 0 0 2 2 1 0 1 0 2 0 2 1 2 1 1 0 2 1 1 0 2 2 2 0 2 0 2 0 2 0 1 2 2 0 2 2 1 0 0 1 1 2 2 0 2 0 1 1 0 2 1 2 1 0 2 0 1 0 0 2 1 2 1 1 2 1 0 2 1 0 1 0 0 2 0 2 1 1 1 1 0 2 0 1 1 2 2 0 1 0 1 2 0 2 2 2 0 0 2 2 0 0 1 0 2 0 2 1 1 2 1 2 0 1 0 2 1 2 2
27.42/28.10	c 28	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.80/28.20	c 28	OK
27.80/28.20	c 28	OBJECTIVE BOUND: 0 <= _COST <= 32
27.80/28.20	c 28	SEARCHING: _COST <= 16
27.80/28.20	c 28	============================[ Search Statistics ]==============================
27.80/28.20	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.80/28.20	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.80/28.20	c 28	===============================================================================
27.80/28.20	c 28	|     52222 |   10996    90842   251759 |    30280    52216     93 | 41.599 % |
27.90/28.32	c 29	|     52322 |   10996    90842   251759 |    33308    15884    100 | 46.369 % |
27.90/28.36	c 29	|     52472 |   10996    90842   251759 |    36639    16034     99 | 46.369 % |
28.00/28.40	c 29	|     52697 |   10996    90842   251759 |    40303    16259     98 | 46.369 % |
28.00/28.45	c 29	|     53034 |   10996    90842   251759 |    44333    16596     96 | 46.369 % |
28.10/28.54	c 29	|     53541 |   10996    90842   251759 |    48767    17103     94 | 46.369 % |
28.20/28.67	c 29	|     54300 |   10996    90842   251759 |    53644    17862     91 | 46.369 % |
28.40/28.88	c 29	|     55439 |   10996    90842   251759 |    59008    19001     89 | 46.369 % |
28.70/29.19	c 29	|     57147 |   10996    90842   251759 |    64909    20709     86 | 46.369 % |
29.20/29.69	c 30	|     59709 |   10996    90842   251759 |    71400    23271     84 | 46.369 % |
30.59/31.04	c 31	|     63554 |   10996    90842   251759 |    78540    27116     90 | 46.369 % |
32.38/32.89	c 33	|     69320 |   10996    90842   251759 |    86394    32882     90 | 46.369 % |
35.76/36.23	c 36	|     77969 |   10996    90842   251759 |    95033    41531     93 | 46.369 % |
43.02/43.55	c 44	|     90944 |   10996    90842   251759 |   104537    54506     99 | 46.369 % |
55.75/56.35	c 57	|    110406 |   10996    90842   251759 |   114990    73968    102 | 46.369 % |
87.21/87.96	c 88	|    139599 |   10996    90842   251759 |   126489   103161    112 | 46.369 % |
146.02/147.05	c 147	|    183388 |   10996    90842   251759 |   139138    23282     77 | 46.369 % |
209.81/211.13	c 211	|    249072 |   10996    90842   251759 |   153052    88966    135 | 46.369 % |
359.68/361.77	c 362	|    347598 |   10996    90842   251759 |   168358    39679     81 | 46.369 % |
557.92/560.97	c 561	|    495387 |   10996    90842   251759 |   185193    26600     98 | 46.369 % |
932.41/937.26	c 937	|    717071 |   10996    90842   251759 |   203713    69326    174 | 46.369 % |
1616.69/1624.80	c 1625	|   1049596 |   10996    90842   251759 |   224084   206568    118 | 46.369 % |
2664.83/2678.03	c 2678	|   1548385 |   10996    90842   251759 |   246492    59762    122 | 46.369 % |
3600.03/3616.21	c ERROR INTERRUPTED
3600.03/3616.23	c 3616	CPU 3598.64 (0.06 0.02 3598.58 1.42)
3600.03/3616.23	c 3616	END Sat Jul 12 00:14:55 2008

Verifier Data (download as text)

OK	26	790
26 unsatisfied constraints, 790 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-1109797-1215810879/watcher-1109797-1215810879 -o /tmp/evaluation-result-1109797-1215810879/solver-1109797-1215810879 -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-1109797-1215810879.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.06 2.08 1.91 4/82 12767
/proc/meminfo: memFree=1713864/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=12268 CPUtime=0
/proc/12767/stat : 12767 (sugar++) R 12765 12767 12470 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37789547 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268213910117 0 0 4224 0 0 0 0 17 1 0 0
/proc/12767/statm: 3067 316 241 3 0 167 0

[startup+0.0931549 s]
/proc/loadavg: 2.06 2.08 1.91 4/82 12767
/proc/meminfo: memFree=1713864/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16740 CPUtime=0.07
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37789547 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101156 s]
/proc/loadavg: 2.06 2.08 1.91 4/82 12767
/proc/meminfo: memFree=1713864/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16740 CPUtime=0.07
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37789547 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301174 s]
/proc/loadavg: 2.06 2.08 1.91 4/82 12767
/proc/meminfo: memFree=1713864/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16740 CPUtime=0.07
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37789547 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701287 s]
/proc/loadavg: 2.06 2.08 1.91 4/82 12767
/proc/meminfo: memFree=1713864/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16740 CPUtime=0.07
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 37789547 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50232 s]
/proc/loadavg: 2.06 2.08 1.91 3/93 12789
/proc/meminfo: memFree=1703848/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16740 CPUtime=0.67
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1297 4758 0 1 5 2 57 3 15 0 1 0 37789547 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4185 1104 409 3 0 764 0
[pid=12780] ppid=12767 vsize=5356 CPUtime=0
/proc/12780/stat : 12780 (sh) S 12767 12767 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37789618 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12780/statm: 1339 233 193 169 0 50 0
[pid=12781] ppid=12780 vsize=868376 CPUtime=0.77
/proc/12781/stat : 12781 (java) S 12780 12767 12470 0 -1 0 7091 0 1 0 74 3 0 0 18 0 9 0 37789618 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12781/statm: 217094 6334 2539 9 0 211669 0
[pid=12781/tid=12782] ppid=12780 vsize=868376 CPUtime=0.41
/proc/12781/task/12782/stat : 12782 (java) R 12780 12767 12470 0 -1 64 2660 0 1 0 40 1 0 0 22 0 9 0 37789619 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12783] ppid=12780 vsize=868376 CPUtime=0.12
/proc/12781/task/12783/stat : 12783 (java) S 12780 12767 12470 0 -1 64 2272 0 0 0 12 0 0 0 16 0 9 0 37789620 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12784] ppid=12780 vsize=868376 CPUtime=0
/proc/12781/task/12784/stat : 12784 (java) S 12780 12767 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37789620 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12785] ppid=12780 vsize=868376 CPUtime=0
/proc/12781/task/12785/stat : 12785 (java) S 12780 12767 12470 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37789620 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12786] ppid=12780 vsize=868376 CPUtime=0
/proc/12781/task/12786/stat : 12786 (java) S 12780 12767 12470 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37789622 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12787] ppid=12780 vsize=868376 CPUtime=0.21
/proc/12781/task/12787/stat : 12787 (java) R 12780 12767 12470 0 -1 64 1466 0 0 0 21 0 0 0 16 0 9 0 37789622 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 102097122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12788] ppid=12780 vsize=868376 CPUtime=0
/proc/12781/task/12788/stat : 12788 (java) S 12780 12767 12470 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37789622 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12789] ppid=12780 vsize=868376 CPUtime=0
/proc/12781/task/12789/stat : 12789 (java) S 12780 12767 12470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37789622 889217024 6334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890472

[startup+3.10249 s]
/proc/loadavg: 2.06 2.08 1.91 3/93 12789
/proc/meminfo: memFree=1690024/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16740 CPUtime=0.67
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1297 4758 0 1 5 2 57 3 16 0 1 0 37789547 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4185 1104 409 3 0 764 0
[pid=12780] ppid=12767 vsize=5356 CPUtime=0
/proc/12780/stat : 12780 (sh) S 12767 12767 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37789618 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12780/statm: 1339 233 193 169 0 50 0
[pid=12781] ppid=12780 vsize=868488 CPUtime=2.37
/proc/12781/stat : 12781 (java) S 12780 12767 12470 0 -1 0 7635 0 1 0 222 15 0 0 18 0 9 0 37789618 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12781/statm: 217122 6409 2564 9 0 211669 0
[pid=12781/tid=12782] ppid=12780 vsize=868488 CPUtime=1.84
/proc/12781/task/12782/stat : 12782 (java) R 12780 12767 12470 0 -1 64 3171 0 1 0 174 10 0 0 25 0 9 0 37789619 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4126526065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12783] ppid=12780 vsize=868488 CPUtime=0.22
/proc/12781/task/12783/stat : 12783 (java) S 12780 12767 12470 0 -1 64 2272 0 0 0 20 2 0 0 16 0 9 0 37789620 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12784] ppid=12780 vsize=868488 CPUtime=0
/proc/12781/task/12784/stat : 12784 (java) S 12780 12767 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37789620 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12785] ppid=12780 vsize=868488 CPUtime=0
/proc/12781/task/12785/stat : 12785 (java) S 12780 12767 12470 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37789620 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12786] ppid=12780 vsize=868488 CPUtime=0
/proc/12781/task/12786/stat : 12786 (java) S 12780 12767 12470 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37789622 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12787] ppid=12780 vsize=868488 CPUtime=0.26
/proc/12781/task/12787/stat : 12787 (java) S 12780 12767 12470 0 -1 64 1499 0 0 0 26 0 0 0 16 0 9 0 37789622 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12788] ppid=12780 vsize=868488 CPUtime=0
/proc/12781/task/12788/stat : 12788 (java) S 12780 12767 12470 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37789622 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12781/tid=12789] ppid=12780 vsize=868488 CPUtime=0
/proc/12781/task/12789/stat : 12789 (java) S 12780 12767 12470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37789622 889331712 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890584

[startup+6.30186 s]
/proc/loadavg: 2.06 2.08 1.91 3/84 12800
/proc/meminfo: memFree=1654000/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=3.98
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1639 20509 0 4 6 2 365 25 15 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=40540 CPUtime=2.11
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 9845 0 0 0 206 5 0 0 19 0 1 0 37789879 41512960 9790 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 10135 9790 80 151 0 9981 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 57412

[startup+12.7016 s]
/proc/loadavg: 2.05 2.08 1.91 3/84 12820
/proc/meminfo: memFree=1652592/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.2
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1709 24391 0 5 6 2 385 27 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=41892 CPUtime=8.21
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 10179 0 0 0 816 5 0 0 25 0 1 0 37789879 42897408 10122 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 10473 10122 80 151 0 10319 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 58764

[startup+25.502 s]
/proc/loadavg: 2.04 2.07 1.91 3/84 12820
/proc/meminfo: memFree=1652600/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.2
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1709 24391 0 5 6 2 385 27 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=41972 CPUtime=20.95
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 10199 0 0 0 2090 5 0 0 25 0 1 0 37789879 42979328 10142 996147200 134512640 135134323 4294956192 18446744073709551615 134529281 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 10493 10142 80 151 0 10339 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 58844

[startup+51.1019 s]
/proc/loadavg: 2.14 2.10 1.92 3/84 12830
/proc/meminfo: memFree=1644856/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=50284 CPUtime=46.06
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 12264 0 0 0 4598 8 0 0 25 0 1 0 37789879 51490816 12205 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 12571 12205 80 151 0 12417 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 67156

[startup+102.307 s]
/proc/loadavg: 2.06 2.08 1.92 3/84 12830
/proc/meminfo: memFree=1619768/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=74772 CPUtime=97
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 18367 0 0 0 9686 14 0 0 25 0 1 0 37789879 76566528 18308 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 18693 18308 80 151 0 18539 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 91644

[startup+162.301 s]
/proc/loadavg: 2.02 2.06 1.92 3/84 12830
/proc/meminfo: memFree=1609336/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=85112 CPUtime=156.71
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 20899 0 0 0 15652 19 0 0 25 0 1 0 37789879 87154688 20840 996147200 134512640 135134323 4294956192 18446744073709551615 134529138 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 21278 20840 80 151 0 21124 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 101984

[startup+222.301 s]
/proc/loadavg: 2.08 2.07 1.92 3/84 12830
/proc/meminfo: memFree=1609336/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=85112 CPUtime=216.42
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 20899 0 0 0 21623 19 0 0 25 0 1 0 37789879 87154688 20840 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 21278 20840 80 151 0 21124 0
Current children cumulated CPU time (s) 220.95

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

[pid=12790] ppid=12767 vsize=209160 CPUtime=2903.42
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 51811 0 0 0 290288 54 0 0 25 0 1 0 37789879 214179840 51752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 52290 51752 80 151 0 52136 0
Current children cumulated CPU time (s) 2907.95
Current children cumulated vsize (KiB) 226032

[startup+2982.3 s]
/proc/loadavg: 2.12 2.09 2.01 3/84 12838
/proc/meminfo: memFree=1483696/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=209160 CPUtime=2963.12
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 51811 0 0 0 296258 54 0 0 25 0 1 0 37789879 214179840 51752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 52290 51752 80 151 0 52136 0
Current children cumulated CPU time (s) 2967.65
Current children cumulated vsize (KiB) 226032

[startup+3042.3 s]
/proc/loadavg: 2.08 2.09 2.01 3/84 12838
/proc/meminfo: memFree=1483824/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=209160 CPUtime=3022.84
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 51811 0 0 0 302230 54 0 0 25 0 1 0 37789879 214179840 51752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 52290 51752 80 151 0 52136 0
Current children cumulated CPU time (s) 3027.37
Current children cumulated vsize (KiB) 226032

[startup+3102.3 s]
/proc/loadavg: 2.11 2.10 2.02 3/84 12838
/proc/meminfo: memFree=1483832/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=209160 CPUtime=3082.54
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 51817 0 0 0 308200 54 0 0 25 0 1 0 37789879 214179840 51758 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 52290 51758 80 151 0 52136 0
Current children cumulated CPU time (s) 3087.07
Current children cumulated vsize (KiB) 226032

[startup+3162.3 s]
/proc/loadavg: 2.08 2.09 2.02 3/84 12838
/proc/meminfo: memFree=1479544/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=213608 CPUtime=3142.26
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 52926 0 0 0 314171 55 0 0 25 0 1 0 37789879 218734592 52867 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12790/statm: 53402 52867 80 151 0 53248 0
Current children cumulated CPU time (s) 3146.79
Current children cumulated vsize (KiB) 230480

[startup+3222.3 s]
/proc/loadavg: 2.30 2.15 2.04 3/85 12889
/proc/meminfo: memFree=1008248/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=213872 CPUtime=3202.18
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 52971 0 0 0 320152 66 0 0 25 0 1 0 37789879 219004928 52912 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53468 52912 80 151 0 53314 0
Current children cumulated CPU time (s) 3206.71
Current children cumulated vsize (KiB) 230744

[startup+3282.3 s]
/proc/loadavg: 2.68 2.27 2.09 3/85 12889
/proc/meminfo: memFree=321656/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=213872 CPUtime=3262.12
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 52971 0 0 0 326134 78 0 0 25 0 1 0 37789879 219004928 52912 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53468 52912 80 151 0 53314 0
Current children cumulated CPU time (s) 3266.65
Current children cumulated vsize (KiB) 230744

[startup+3342.3 s]
/proc/loadavg: 2.42 2.27 2.09 3/85 12889
/proc/meminfo: memFree=15224/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=213872 CPUtime=3321.98
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 52971 0 0 0 332105 93 0 0 25 0 1 0 37789879 219004928 52912 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53468 52912 80 151 0 53314 0
Current children cumulated CPU time (s) 3326.51
Current children cumulated vsize (KiB) 230744

[startup+3402.3 s]
/proc/loadavg: 2.62 2.36 2.14 3/84 12926
/proc/meminfo: memFree=1713160/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=213872 CPUtime=3381.68
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 52972 0 0 0 338062 106 0 0 25 0 1 0 37789879 219004928 52913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53468 52913 80 151 0 53314 0
Current children cumulated CPU time (s) 3386.21
Current children cumulated vsize (KiB) 230744

[startup+3462.3 s]
/proc/loadavg: 2.41 2.34 2.14 3/84 12927
/proc/meminfo: memFree=1660672/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=214116 CPUtime=3441.65
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 53014 0 0 0 344058 107 0 0 25 0 1 0 37789879 219254784 52955 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53529 52955 80 151 0 53375 0
Current children cumulated CPU time (s) 3446.18
Current children cumulated vsize (KiB) 230988

[startup+3522.31 s]
/proc/loadavg: 2.37 2.34 2.15 3/84 12927
/proc/meminfo: memFree=1658304/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=214280 CPUtime=3501.63
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 53041 0 0 0 350056 107 0 0 25 0 1 0 37789879 219422720 52982 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53570 52982 80 151 0 53416 0
Current children cumulated CPU time (s) 3506.16
Current children cumulated vsize (KiB) 231152

[startup+3582.3 s]
/proc/loadavg: 2.28 2.32 2.15 3/84 12927
/proc/meminfo: memFree=1655040/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=214280 CPUtime=3561.6
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 53043 0 0 0 356053 107 0 0 25 0 1 0 37789879 219422720 52984 996147200 134512640 135134323 4294956192 18446744073709551615 134530291 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53570 52984 80 151 0 53416 0
Current children cumulated CPU time (s) 3566.13
Current children cumulated vsize (KiB) 231152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.2 s]
/proc/loadavg: 2.16 2.28 2.15 3/84 12927
/proc/meminfo: memFree=1652928/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=214608 CPUtime=3595.5
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 53110 0 0 0 359442 108 0 0 25 0 1 0 37789879 219758592 53051 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53652 53051 80 151 0 53498 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 231480

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

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

[startup+3616.2 s]
/proc/loadavg: 2.16 2.28 2.15 3/84 12927
/proc/meminfo: memFree=1652928/2055920 swapFree=4179612/4192956
[pid=12767] ppid=12765 vsize=16872 CPUtime=4.53
/proc/12767/stat : 12767 (sugar++) S 12765 12767 12470 0 -1 4194304 1779 28274 0 6 6 2 415 30 16 0 1 0 37789547 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12767/statm: 4218 1136 414 3 0 797 0
[pid=12790] ppid=12767 vsize=214608 CPUtime=3595.5
/proc/12790/stat : 12790 (minisat-inc) R 12767 12767 12470 0 -1 4194304 53110 0 0 0 359442 108 0 0 25 0 1 0 37789879 219758592 53051 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12790/statm: 53652 53051 80 151 0 53498 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 231480

Child status: 0
Real time (s): 3616.28
CPU time (s): 3600.1
CPU user time (s): 3598.65
CPU system time (s): 1.45278
CPU usage (%): 99.5526
Max. virtual memory (cumulated for all children) (KiB): 890584

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

runsolver used 4.86426 second user time and 11.5942 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-11 23:14:39
IDJOB=1109797
IDBENCH=61015
IDSOLVER=367
FILE ID=node32/1109797-1215810879
PBS_JOBID= 7903274
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14ec6612041bf1bae6341e725eab1bfc
RANDOM SEED=849760272

node32.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.243
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.243
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:       1714344 kB
Buffers:         43936 kB
Cached:         207648 kB
SwapCached:       7496 kB
Active:         190668 kB
Inactive:        89180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714344 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:             940 kB
Writeback:           0 kB
Mapped:          42696 kB
Slab:            46648 kB
Committed_AS:   181424 kB
PageTables:       1996 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= 66444 MiB
End job on node32 at 2008-07-12 00:14:57