Trace number 1109803

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)56 3600.13 3615.29

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-20-3.xml
MD5SUM329ec1b3e20036aaf15be07a06f46f0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
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.06/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.07	c 0	BEGIN Fri Jul 11 23:17:24 2008
0.06/0.07	c 0	PID 16184
0.06/0.07	c 0	HOST node8.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1109803-1215811044.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109803-1215811044.xml' 'HOME/temp.csp'
0.06/0.45	c 1	1 domains, 190 variables, 1 predicates, 0 relations, 1140 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	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.42/0.57	c 1	Parsing HOME/temp.csp
0.42/0.75	c 1	parsed 1332 expressions
0.42/0.76	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.78	c 1	MAX CSP: 1140 constraints
0.42/0.78	c 1	Converting to clausal form CSP
0.42/0.83	c 1	converted 248 (10%) expressions
0.42/0.95	c 1	converted 495 (20%) expressions
0.42/0.98	c 1	converted 743 (30%) expressions
0.42/0.99	c 1	converted 990 (40%) expressions
0.90/1.01	c 1	converted 1238 (50%) expressions
0.90/1.03	c 1	converted 1485 (60%) expressions
0.90/1.04	c 1	converted 1733 (70%) expressions
0.90/1.05	c 1	converted 1980 (80%) expressions
0.90/1.06	c 1	converted 2228 (90%) expressions
1.11/1.21	c 1	converted 2475 (100%) expressions
1.11/1.22	c 1	CSP : 2470 integers, 0 booleans, 3419 clauses, largest domain size 1711
1.11/1.22	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.22	c 1	Propagation in CSP
1.21/1.30	c 1	1135 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.30	c 1	CSP : 2470 integers, 0 booleans, 3419 clauses, largest domain size 1141
1.21/1.30	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.34	c 2	CSP : 2470 integers, 6840 booleans, 10259 clauses, largest domain size 1141
1.21/1.34	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.41	c 2	247 (10%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.30/1.41	c 2	494 (20%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.30/1.41	c 2	741 (30%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.30/1.41	c 2	988 (40%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.30/1.42	c 2	1235 (50%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.30/1.42	c 2	1482 (60%) CSP integer variables are encoded (2240 clauses, 28696 bytes)
1.30/1.44	c 2	1729 (70%) CSP integer variables are encoded (13621 clauses, 186978 bytes)
1.30/1.44	c 2	1976 (80%) CSP integer variables are encoded (16656 clauses, 232503 bytes)
1.30/1.44	c 2	2223 (90%) CSP integer variables are encoded (18482 clauses, 259893 bytes)
1.30/1.45	c 2	2470 (100%) CSP integer variables are encoded (20948 clauses, 296883 bytes)
1.30/1.49	c 2	1026 (10%) CSP clauses are encoded (23734 clauses, 339521 bytes)
1.41/1.52	c 2	2052 (20%) CSP clauses are encoded (26518 clauses, 382953 bytes)
1.41/1.54	c 2	3078 (30%) CSP clauses are encoded (29304 clauses, 426845 bytes)
1.41/1.55	c 2	4104 (40%) CSP clauses are encoded (32088 clauses, 472615 bytes)
1.41/1.56	c 2	5130 (50%) CSP clauses are encoded (34874 clauses, 518606 bytes)
1.41/1.58	c 2	6156 (60%) CSP clauses are encoded (37658 clauses, 564629 bytes)
1.41/1.59	c 2	7182 (70%) CSP clauses are encoded (40442 clauses, 610652 bytes)
1.50/1.62	c 2	8208 (80%) CSP clauses are encoded (50382 clauses, 782670 bytes)
3.97/4.10	c 4	9234 (90%) CSP clauses are encoded (1375376 clauses, 28371840 bytes)
4.57/4.71	c 5	10259 (100%) CSP clauses are encoded (1708624 clauses, 35464465 bytes)
4.57/4.71	c 5	10259 CSP clauses encoded
4.57/4.71	c 5	Writing map file : HOME/temp.map
4.57/4.74	c 5	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.74	c 5	SAT : 30258 SAT variables, 1708624 SAT clauses, 35464465 bytes
4.57/4.74	c 5	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.77	c 5	OBJECTIVE minimize _COST
4.57/4.77	c 5	SOLVING HOME/temp.cnf
4.57/4.77	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.57/4.77	c 5	This is MiniSat 2.0 beta incremental
4.57/4.77	c 5	WARNING: for repeatability, setting FPU to use double precision
4.57/4.77	c 5	============================[ Problem Statistics ]=============================
4.57/4.77	c 5	|                                                                             |
4.57/4.77	c 5	|  Number of variables:  30258                                                |
4.57/4.77	c 5	|  Number of clauses:    1708624                                              |
5.35/5.52	c 6	|  Parsing time:         0.66         s                                       |
5.35/5.56	c 6	OK
5.35/5.56	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.35/5.56	c 6	SEARCHING: _COST <= 570
5.35/5.56	c 6	============================[ Search Statistics ]==============================
5.35/5.56	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.35/5.56	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.35/5.56	c 6	===============================================================================
5.35/5.56	c 6	|         0 |   30258  1708624  5053148 |   569541        0    nan |  0.000 % |
5.55/5.70	c 6	|       100 |   30258  1708624  5053148 |   626495      100      7 |  0.001 % |
5.65/5.81	c 6	|       251 |   30258  1708624  5053148 |   689145      251      7 |  0.001 % |
5.94/6.10	c 6	===============================================================================
5.94/6.11	c 6	restarts              : 3
5.94/6.11	c 6	conflicts             : 383           (312 /sec)
5.94/6.11	c 6	decisions             : 45949         (0.35 % random) (37454 /sec)
5.94/6.11	c 6	propagations          : 280902         (228969 /sec)
5.94/6.11	c 6	conflict literals     : 2538           (0.94 % deleted)
5.94/6.11	c 6	Memory used           : 74.68 MB
5.94/6.11	c 6	CPU time              : 1.22681 s
5.94/6.11	c 6	
5.94/6.11	c 6	SATISFIABLE
5.94/6.12	c 6	OK
5.94/6.12	c 6	FOUND: _COST <= 570
5.94/6.12	s SATISFIABLE
5.94/6.12	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.94/6.12	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.94/6.19	c 6	Decoding HOME/temp.out
5.96/6.34	c 7	OBJECTIVE _COST 570
5.96/6.34	o 570
5.96/6.35	v 0 2 1 0 2 1 0 0 2 2 1 1 0 0 1 2 2 0 0 0 1 2 1 0 0 1 1 2 1 1 0 2 0 2 0 2 1 1 1 1 1 2 1 0 1 2 2 2 2 2 2 0 2 2 1 2 2 2 2 2 2 2 0 2 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 1 2 2 2 2 2 2 2 2 2 2 2 2 0 0 2 1 2 2 2 1 2 2 2 2 2 2 2 1 2 2 1 2 2 2 2 2 2 2 2 2 2 2 0 2 2 2 2 2 2 1 2 2 2 2 2 0 0 1 0 1 0 2 2 0 2 1 2 1 0 1 2 2 2 2 2 1 1 2 0 2 2 2 0 2 2 1 2 2 2 1 1 2 2 2 2 1 1 2 2 2 2 1 1 2 0 1 0
5.96/6.35	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.96/6.38	c 7	OK
5.96/6.38	c 7	OBJECTIVE BOUND: 0 <= _COST <= 570
5.96/6.38	c 7	SEARCHING: _COST <= 285
5.96/6.38	c 7	============================[ Search Statistics ]==============================
5.96/6.39	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.96/6.39	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.96/6.39	c 7	===============================================================================
5.96/6.39	c 7	|       383 |   30258  1708624  5053148 |   569541      383      7 |  0.001 % |
6.21/6.48	c 7	|       483 |   30258  1708624  5053148 |   626495      483      7 | 20.722 % |
6.31/6.57	c 7	|       633 |   30258  1708624  5053148 |   689145      633      7 | 20.722 % |
6.41/6.65	c 7	===============================================================================
6.41/6.65	c 7	restarts              : 6
6.41/6.65	c 7	conflicts             : 772           (513 /sec)
6.41/6.65	c 7	decisions             : 76503         (0.36 % random) (50840 /sec)
6.41/6.65	c 7	propagations          : 495707         (329424 /sec)
6.41/6.65	c 7	conflict literals     : 5172           (0.60 % deleted)
6.41/6.65	c 7	Memory used           : 75.20 MB
6.41/6.65	c 7	CPU time              : 1.50477 s
6.41/6.65	c 7	
6.41/6.65	c 7	SATISFIABLE
6.41/6.66	c 7	OK
6.41/6.66	c 7	FOUND: _COST <= 285
6.41/6.66	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.41/6.66	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.47/6.74	c 7	Decoding HOME/temp.out
6.47/6.89	c 7	OBJECTIVE _COST 285
6.47/6.89	o 285
6.47/6.89	v 2 2 2 0 2 1 0 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 2 2 2 2 0 1 2 0 2 2 2 2 2 1 1 1 1 2 0 2 0 2 2 1 2 2 0 2 2 2 0 2 2 2 0 0 0 1 2 0 1 2 1 1 1 2 2 2 1 1 1 2 2 2 0 2 1 1 2 2 2 2 2 2 2 2 1 0 2 2 2 2 1 2 2 2 2 0 2 2 1 2 2 1 1 2 1 2 0 0 0 2 2 0 1 1 1 1 1 2 2 2 2 2 2 1 2 2 2 2 2 2 1 2 2 1 0 2 1 1 1 0 1 2 1 2 2 2 2 1 2 1 0 2 2 2 1 1 2 2 1 0 2 2 1 2 0 2 2 2 1 1 0 2 2 0 0 2 2 2 0 0 2 2 2
6.48/6.90	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.48/6.92	c 7	OK
6.48/6.92	c 7	OBJECTIVE BOUND: 0 <= _COST <= 285
6.48/6.92	c 7	SEARCHING: _COST <= 142
6.48/6.93	c 7	============================[ Search Statistics ]==============================
6.48/6.94	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.48/6.94	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.48/6.94	c 7	===============================================================================
6.48/6.94	c 7	|       772 |   23988  1708624  5053148 |   569541      772      7 | 20.722 % |
6.80/7.01	c 7	|       872 |   23988  1708624  5053148 |   626495      872      7 | 32.025 % |
6.80/7.08	c 7	|      1022 |   23988  1708624  5053148 |   689145     1022      7 | 32.025 % |
6.90/7.17	c 7	|      1247 |   23988  1708624  5053148 |   758059     1247      7 | 32.025 % |
7.00/7.28	c 7	|      1584 |   23988  1708624  5053148 |   833865     1584      7 | 32.025 % |
7.30/7.50	c 8	|      2090 |   23988  1708624  5053148 |   917252     2090      9 | 32.025 % |
7.40/7.67	c 8	|      2849 |   23988  1708624  5053148 |  1008977     2849      9 | 32.025 % |
7.60/7.86	c 8	|      3988 |   23988  1708624  5053148 |  1109874     3988     15 | 32.025 % |
7.80/8.03	c 8	===============================================================================
7.80/8.03	c 8	restarts              : 14
7.80/8.03	c 8	conflicts             : 4842          (1849 /sec)
7.80/8.03	c 8	decisions             : 254110        (0.33 % random) (97040 /sec)
7.80/8.03	c 8	propagations          : 1997863        (762951 /sec)
7.80/8.03	c 8	conflict literals     : 70360          (5.04 % deleted)
7.80/8.03	c 8	Memory used           : 75.58 MB
7.80/8.03	c 8	CPU time              : 2.6186 s
7.80/8.03	c 8	
7.80/8.03	c 8	SATISFIABLE
7.80/8.04	c 8	OK
7.80/8.04	c 8	FOUND: _COST <= 142
7.80/8.04	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.80/8.04	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.84/8.12	c 8	Decoding HOME/temp.out
7.84/8.27	c 8	OBJECTIVE _COST 142
7.84/8.27	o 142
7.84/8.28	v 2 2 1 0 2 0 1 0 0 1 2 2 2 0 2 1 0 1 1 1 2 0 2 0 1 2 1 1 2 2 2 1 0 0 0 2 2 0 1 1 2 2 0 0 0 0 0 0 2 1 1 2 2 1 1 1 1 0 2 2 2 2 1 2 1 0 0 0 2 2 2 2 0 2 1 0 1 2 2 2 2 1 1 1 2 0 1 1 0 1 2 0 2 2 0 0 0 1 2 0 2 2 0 2 2 0 1 1 1 1 2 1 0 2 2 1 2 1 0 2 2 1 0 2 2 0 2 2 2 2 2 1 1 2 0 2 2 2 1 0 2 2 2 2 1 2 1 1 2 1 2 1 2 2 2 1 0 1 2 0 2 1 2 1 1 2 2 0 2 1 0 1 2 0 2 0 0 1 1 2 2 2 1 0 2 0 2 0 2 2
7.84/8.29	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.84/8.31	c 8	OK
7.84/8.31	c 8	OBJECTIVE BOUND: 0 <= _COST <= 142
7.84/8.31	c 8	SEARCHING: _COST <= 71
7.84/8.31	c 8	============================[ Search Statistics ]==============================
7.84/8.31	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.84/8.31	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.84/8.31	c 8	===============================================================================
7.84/8.31	c 8	|      4842 |   20568  1708624  5053148 |   569541     4842     15 | 32.025 % |
7.84/8.38	c 9	|      4943 |   20568  1708624  5053148 |   626495     4943     14 | 39.127 % |
8.17/8.43	c 9	|      5094 |   20568  1708624  5053148 |   689145     5094     14 | 39.127 % |
8.27/8.50	c 9	|      5319 |   20568  1708624  5053148 |   758059     5319     14 | 39.127 % |
8.37/8.60	c 9	|      5658 |   20568  1708624  5053148 |   833865     5658     14 | 39.127 % |
8.37/8.70	c 9	|      6164 |   20568  1708624  5053148 |   917252     6164     13 | 39.127 % |
9.06/9.30	c 9	|      6923 |   20568  1708624  5053148 |  1008977     6923     18 | 39.127 % |
9.36/9.62	c 10	|      8062 |   20568  1708624  5053148 |  1109874     8062     17 | 39.127 % |
9.86/10.13	c 10	|      9770 |   20568  1708624  5053148 |  1220862     9770     25 | 39.127 % |
10.76/11.02	c 11	|     12332 |   20568  1708624  5053148 |  1342948    12332     32 | 39.127 % |
12.85/13.15	c 13	|     16177 |   18419   417576  1214523 |  1477243    16177     44 | 39.127 % |
14.64/14.99	c 15	|     21943 |   18419   417576  1214523 |  1624967    21943     50 | 39.127 % |
18.02/18.32	c 18	|     30592 |   18419   417576  1214523 |  1787464    30592     70 | 39.127 % |
26.48/26.87	c 27	|     43566 |   18419   417576  1214523 |  1966211    43566     79 | 39.127 % |
36.23/36.61	c 37	===============================================================================
36.23/36.61	c 37	restarts              : 28
36.23/36.61	c 37	conflicts             : 57505         (1868 /sec)
36.23/36.61	c 37	decisions             : 442701        (0.42 % random) (14377 /sec)
36.23/36.61	c 37	propagations          : 27821194       (903540 /sec)
36.23/36.61	c 37	conflict literals     : 5302177        (12.44 % deleted)
36.23/36.61	c 37	Memory used           : 77.25 MB
36.23/36.61	c 37	CPU time              : 30.7913 s
36.23/36.61	c 37	
36.23/36.61	c 37	SATISFIABLE
36.23/36.62	c 37	OK
36.23/36.62	c 37	FOUND: _COST <= 71
36.23/36.62	c 37	DECODING HOME/temp.out WITH HOME/temp.map
36.23/36.62	c 37	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.25/36.70	c 37	Decoding HOME/temp.out
36.25/36.86	c 37	OBJECTIVE _COST 71
36.25/36.86	o 71
36.25/36.87	v 2 1 1 2 1 0 1 2 0 2 2 0 0 2 1 0 2 2 1 0 2 1 1 1 0 2 0 2 1 0 0 2 2 0 1 0 2 2 1 0 0 0 2 1 1 1 1 1 2 2 1 1 2 0 1 2 0 0 1 1 1 2 1 1 0 0 1 1 2 2 2 2 1 0 2 0 2 2 2 1 0 2 0 2 1 0 2 1 1 2 0 1 1 0 0 0 2 1 2 1 0 2 0 1 2 1 2 2 1 0 2 2 2 1 1 0 1 0 2 2 2 1 2 0 0 2 1 0 0 0 1 0 2 0 2 2 0 2 2 1 0 2 0 2 1 2 0 0 0 1 2 2 0 1 2 0 1 2 2 2 0 1 2 1 0 2 0 2 2 1 2 2 2 2 2 1 2 2 1 0 1 1 0 0 0 1 1 1 0 1
36.25/36.88	c 37	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
36.62/37.00	c 37	OK
36.62/37.00	c 37	OBJECTIVE BOUND: 0 <= _COST <= 71
36.62/37.00	c 37	SEARCHING: _COST <= 35
36.62/37.00	c 37	============================[ Search Statistics ]==============================
36.62/37.00	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.62/37.00	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.62/37.00	c 37	===============================================================================
36.62/37.00	c 37	|     57505 |   16853   238502   681928 |    79500    57504     92 | 39.127 % |
36.62/37.09	c 37	|     57606 |   16853   238502   681928 |    87450    57605     92 | 44.302 % |
36.72/37.19	c 37	|     57756 |   16853   238502   681928 |    96195    57755     92 | 44.302 % |
36.82/37.26	c 37	|     57981 |   16853   238502   681928 |   105815    57980     92 | 44.302 % |
36.92/37.37	c 38	|     58319 |   16853   238502   681928 |   116396    58318     91 | 44.302 % |
37.11/37.54	c 38	|     58825 |   16853   238502   681928 |   128036    58824     91 | 44.302 % |
37.51/37.96	c 38	|     59584 |   16853   238502   681928 |   140840    59583     91 | 44.302 % |
37.91/38.38	c 39	|     60723 |   16853   238502   681928 |   154924    60722     91 | 44.302 % |
38.51/38.93	c 39	|     62433 |   16853   238502   681928 |   170416    62432     90 | 44.302 % |
39.40/39.89	c 40	|     64996 |   16853   238502   681928 |   187458    64995     90 | 44.302 % |
41.10/41.57	c 42	|     68841 |   16853   238502   681928 |   206204    68840     91 | 44.302 % |
44.18/44.60	c 45	|     74609 |   16853   238502   681928 |   226824    74608     94 | 44.302 % |
48.96/49.50	c 50	|     83258 |   16853   238502   681928 |   249507    83257     95 | 44.302 % |
62.80/63.33	c 63	|     96233 |   16853   238502   681928 |   274457    96232     96 | 44.302 % |
87.70/88.38	c 89	|    115694 |   16853   238502   681928 |   301903   115693     91 | 44.302 % |
124.75/125.52	c 126	|    144887 |   16853   238502   681928 |   332094   144886    101 | 44.302 % |
190.08/191.18	c 191	|    188676 |   16853   238502   681928 |   365303   188675    116 | 44.302 % |
324.62/326.27	c 326	|    254361 |   16853   238502   681928 |   401833   254360    127 | 44.302 % |
595.52/598.26	c 598	|    352887 |   16853   238502   681928 |   442017   352886    121 | 44.302 % |
1047.45/1052.08	c 1052	|    500676 |   16853   238502   681928 |   486218    57487    169 | 44.302 % |
1646.47/1653.53	c 1654	|    722360 |   16853   238502   681928 |   534840   279171    139 | 44.302 % |
2971.61/2984.21	c 2984	|   1054887 |   16853   238502   681928 |   588324    77268    165 | 44.302 % |
3600.01/3615.21	c ERROR INTERRUPTED
3600.01/3615.28	c 3615	CPU 3598.43 (0.08 0.02 3598.35 1.63)
3600.01/3615.28	c 3615	END Sat Jul 12 00:17:39 2008

Verifier Data (download as text)

OK	56	1084
56 unsatisfied constraints, 1084 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-1109803-1215811044/watcher-1109803-1215811044 -o /tmp/evaluation-result-1109803-1215811044/solver-1109803-1215811044 -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-1109803-1215811044.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16184
/proc/meminfo: memFree=1560584/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=12268 CPUtime=0
/proc/16184/stat : 16184 (sugar++) R 16182 16184 13296 0 -1 4194304 319 0 0 0 0 0 0 0 20 0 1 0 37807493 12562432 287 996147200 4194304 4206940 548682068528 18446744073709551615 228719867472 0 0 4224 0 0 0 0 17 1 0 0
/proc/16184/statm: 3067 287 213 3 0 167 0

[startup+0.0700739 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16184
/proc/meminfo: memFree=1560584/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16608 CPUtime=0.06
/proc/16184/stat : 16184 (sugar++) R 16182 16184 13296 0 -1 4194304 1068 0 0 0 5 1 0 0 20 0 1 0 37807493 17006592 1036 996147200 4194304 4206940 548682068528 18446744073709551615 228706416069 0 0 4224 0 0 0 0 17 0 0 0
/proc/16184/statm: 4152 1036 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.102082 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16184
/proc/meminfo: memFree=1560584/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16740 CPUtime=0.06
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37807493 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301114 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16184
/proc/meminfo: memFree=1560584/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16740 CPUtime=0.06
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37807493 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702184 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16184
/proc/meminfo: memFree=1560584/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16740 CPUtime=0.42
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1296 4801 0 1 5 1 33 3 15 0 1 0 37807493 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50132 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16206
/proc/meminfo: memFree=1545392/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16740 CPUtime=0.43
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1297 4801 0 1 6 1 33 3 15 0 1 0 37807493 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4185 1104 409 3 0 764 0
[pid=16197] ppid=16184 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16184 16184 13296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37807543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16197/statm: 1339 233 193 169 0 50 0
[pid=16198] ppid=16197 vsize=868488 CPUtime=0.98
/proc/16198/stat : 16198 (java) S 16197 16184 13296 0 -1 0 7642 0 1 0 93 5 0 0 20 0 9 0 37807544 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16198/statm: 217122 6841 2563 9 0 211669 0
[pid=16198/tid=16199] ppid=16197 vsize=868488 CPUtime=0.57
/proc/16198/task/16199/stat : 16199 (java) R 16197 16184 13296 0 -1 64 2743 0 1 0 55 2 0 0 25 0 9 0 37807545 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4126933019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16200] ppid=16197 vsize=868488 CPUtime=0.15
/proc/16198/task/16200/stat : 16200 (java) S 16197 16184 13296 0 -1 64 2722 0 0 0 15 0 0 0 16 0 9 0 37807546 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16201] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16201/stat : 16201 (java) S 16197 16184 13296 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37807546 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16197 16184 13296 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37807546 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16197 16184 13296 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37807548 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16197 vsize=868488 CPUtime=0.22
/proc/16198/task/16204/stat : 16204 (java) S 16197 16184 13296 0 -1 64 1485 0 0 0 21 1 0 0 16 0 9 0 37807548 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16205/stat : 16205 (java) S 16197 16184 13296 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37807548 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16197 16184 13296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37807548 889331712 6841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890584

[startup+3.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16206
/proc/meminfo: memFree=1535856/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16740 CPUtime=0.43
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1297 4801 0 1 6 1 33 3 15 0 1 0 37807493 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4185 1104 409 3 0 764 0
[pid=16197] ppid=16184 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16184 16184 13296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37807543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16197/statm: 1339 233 193 169 0 50 0
[pid=16198] ppid=16197 vsize=868488 CPUtime=2.57
/proc/16198/stat : 16198 (java) S 16197 16184 13296 0 -1 0 8119 0 1 0 240 17 0 0 20 0 9 0 37807544 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16198/statm: 217122 6856 2564 9 0 211669 0
[pid=16198/tid=16199] ppid=16197 vsize=868488 CPUtime=2.03
/proc/16198/task/16199/stat : 16199 (java) R 16197 16184 13296 0 -1 64 3205 0 1 0 191 12 0 0 25 0 9 0 37807545 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16200] ppid=16197 vsize=868488 CPUtime=0.26
/proc/16198/task/16200/stat : 16200 (java) S 16197 16184 13296 0 -1 64 2722 0 0 0 23 3 0 0 16 0 9 0 37807546 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16201] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16201/stat : 16201 (java) S 16197 16184 13296 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37807546 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16197 16184 13296 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37807546 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16197 16184 13296 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37807548 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16197 vsize=868488 CPUtime=0.24
/proc/16198/task/16204/stat : 16204 (java) S 16197 16184 13296 0 -1 64 1500 0 0 0 23 1 0 0 16 0 9 0 37807548 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16205/stat : 16205 (java) S 16197 16184 13296 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37807548 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16197 vsize=868488 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16197 16184 13296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37807548 889331712 6856 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890584

[startup+6.30217 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16207
/proc/meminfo: memFree=1465336/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=4.64
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1563 13752 0 2 7 1 420 36 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=76468 CPUtime=1.32
/proc/16207/stat : 16207 (minisat-inc) S 16184 16184 13296 0 -1 4194304 18388 0 0 0 123 9 0 0 25 0 1 0 37807971 78303232 18335 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 19117 18335 80 151 0 18963 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 93340

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16237
/proc/meminfo: memFree=1446520/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.36
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1723 25573 0 5 8 2 482 44 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=78764 CPUtime=7.09
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 18954 0 0 0 699 10 0 0 25 0 1 0 37807971 80654336 18897 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16207/statm: 19691 18897 80 151 0 19537 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 95636

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16237
/proc/meminfo: memFree=1446520/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.36
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1723 25573 0 5 8 2 482 44 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=79100 CPUtime=19.83
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 19039 0 0 0 1973 10 0 0 25 0 1 0 37807971 80998400 18974 996147200 134512640 135134323 4294956192 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 1 0 0
/proc/16207/statm: 19775 18974 80 151 0 19621 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 95972

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16249
/proc/meminfo: memFree=1446264/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=79220 CPUtime=45.04
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 19083 0 0 0 4494 10 0 0 25 0 1 0 37807971 81121280 19016 996147200 134512640 135134323 4294956192 18446744073709551615 134528305 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 19805 19016 80 151 0 19651 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 96092

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16249
/proc/meminfo: memFree=1431160/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=94612 CPUtime=96.04
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 22908 0 0 0 9589 15 0 0 25 0 1 0 37807971 96882688 22841 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 23653 22841 80 151 0 23499 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 111484

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16249
/proc/meminfo: memFree=1403384/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=122768 CPUtime=155.79
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 29911 0 0 0 15556 23 0 0 25 0 1 0 37807971 125714432 29844 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 30692 29844 80 151 0 30538 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 139640

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16249
/proc/meminfo: memFree=1379896/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=145780 CPUtime=215.54
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 35719 0 0 0 21524 30 0 0 25 0 1 0 37807971 149278720 35652 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 36445 35652 80 151 0 36291 0
Current children cumulated CPU time (s) 221.15

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

[pid=16207] ppid=16184 vsize=422116 CPUtime=2844.6
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 104368 0 0 0 284353 107 0 0 25 0 1 0 37807971 432246784 104301 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 105529 104301 80 151 0 105375 0
Current children cumulated CPU time (s) 2850.21
Current children cumulated vsize (KiB) 438988

[startup+2922.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 16296
/proc/meminfo: memFree=499840/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=2904.36
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105547 0 0 0 290327 109 0 0 25 0 1 0 37807971 437010432 105480 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105480 80 151 0 106538 0
Current children cumulated CPU time (s) 2909.97
Current children cumulated vsize (KiB) 443640

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16296
/proc/meminfo: memFree=499840/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=2964.11
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105547 0 0 0 296302 109 0 0 25 0 1 0 37807971 437010432 105480 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105480 80 151 0 106538 0
Current children cumulated CPU time (s) 2969.72
Current children cumulated vsize (KiB) 443640

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16296
/proc/meminfo: memFree=499392/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3023.86
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105547 0 0 0 302277 109 0 0 25 0 1 0 37807971 437010432 105480 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105480 80 151 0 106538 0
Current children cumulated CPU time (s) 3029.47
Current children cumulated vsize (KiB) 443640

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16296
/proc/meminfo: memFree=499392/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3083.61
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105548 0 0 0 308252 109 0 0 25 0 1 0 37807971 437010432 105481 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105481 80 151 0 106538 0
Current children cumulated CPU time (s) 3089.22
Current children cumulated vsize (KiB) 443640

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16296
/proc/meminfo: memFree=499200/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3143.37
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105554 0 0 0 314228 109 0 0 25 0 1 0 37807971 437010432 105487 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105487 80 151 0 106538 0
Current children cumulated CPU time (s) 3148.98
Current children cumulated vsize (KiB) 443640

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16296
/proc/meminfo: memFree=499200/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3203.12
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105555 0 0 0 320203 109 0 0 25 0 1 0 37807971 437010432 105488 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105488 80 151 0 106538 0
Current children cumulated CPU time (s) 3208.73
Current children cumulated vsize (KiB) 443640

[startup+3282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 16296
/proc/meminfo: memFree=499200/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3262.88
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105557 0 0 0 326178 110 0 0 25 0 1 0 37807971 437010432 105490 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105490 80 151 0 106538 0
Current children cumulated CPU time (s) 3268.49
Current children cumulated vsize (KiB) 443640

[startup+3342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 16296
/proc/meminfo: memFree=498880/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3322.63
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105557 0 0 0 332153 110 0 0 25 0 1 0 37807971 437010432 105490 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105490 80 151 0 106538 0
Current children cumulated CPU time (s) 3328.24
Current children cumulated vsize (KiB) 443640

[startup+3402.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 16296
/proc/meminfo: memFree=498752/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3382.38
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105559 0 0 0 338128 110 0 0 25 0 1 0 37807971 437010432 105492 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105492 80 151 0 106538 0
Current children cumulated CPU time (s) 3387.99
Current children cumulated vsize (KiB) 443640

[startup+3462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 16296
/proc/meminfo: memFree=498752/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3442.13
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105571 0 0 0 344103 110 0 0 25 0 1 0 37807971 437010432 105504 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105504 80 151 0 106538 0
Current children cumulated CPU time (s) 3447.74
Current children cumulated vsize (KiB) 443640

[startup+3522.3 s]
/proc/loadavg: 2.20 2.07 2.01 3/84 16296
/proc/meminfo: memFree=498752/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3501.88
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105575 0 0 0 350078 110 0 0 25 0 1 0 37807971 437010432 105508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105508 80 151 0 106538 0
Current children cumulated CPU time (s) 3507.49
Current children cumulated vsize (KiB) 443640

[startup+3582.3 s]
/proc/loadavg: 2.41 2.16 2.04 3/84 16296
/proc/meminfo: memFree=498752/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3561.64
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105577 0 0 0 356054 110 0 0 25 0 1 0 37807971 437010432 105510 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105510 80 151 0 106538 0
Current children cumulated CPU time (s) 3567.25
Current children cumulated vsize (KiB) 443640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.2 s]
/proc/loadavg: 2.25 2.14 2.04 3/84 16296
/proc/meminfo: memFree=498752/2055920 swapFree=4192956/4192956
[pid=16184] ppid=16182 vsize=16872 CPUtime=5.61
/proc/16184/stat : 16184 (sugar++) S 16182 16184 13296 0 -1 4194304 1793 29515 0 6 8 2 504 47 16 0 1 0 37807493 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16184/statm: 4218 1148 414 3 0 797 0
[pid=16207] ppid=16184 vsize=426768 CPUtime=3594.4
/proc/16207/stat : 16207 (minisat-inc) R 16184 16184 13296 0 -1 4194304 105577 0 0 0 359330 110 0 0 25 0 1 0 37807971 437010432 105510 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16207/statm: 106692 105510 80 151 0 106538 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 443640

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

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

Child status: 0
Real time (s): 3615.29
CPU time (s): 3600.13
CPU user time (s): 3598.44
CPU system time (s): 1.68874
CPU usage (%): 99.5807
Max. virtual memory (cumulated for all children) (KiB): 890584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.44
system time used= 1.68874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136965
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= 11300
involuntary context switches= 60149

runsolver used 2.77858 second user time and 10.4524 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-11 23:17:24
IDJOB=1109803
IDBENCH=61016
IDSOLVER=367
FILE ID=node8/1109803-1215811044
PBS_JOBID= 7903249
Free space on /tmp= 66336 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329ec1b3e20036aaf15be07a06f46f0b
RANDOM SEED=79120281

node8.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.268
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1561000 kB
Buffers:         61220 kB
Cached:         255864 kB
SwapCached:          0 kB
Active:         289176 kB
Inactive:       138704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561000 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:         130960 kB
Slab:            51840 kB
Committed_AS:   353948 kB
PageTables:       1992 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= 66336 MiB
End job on node8 at 2008-07-12 00:17:41