Trace number 1114931

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)2 3600.13 3636.64

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-4_ext.xml
MD5SUMa3ceb9d1e8f9e8a3813044c0062df9bd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sun Jul 13 03:04:38 2008
0.00/0.07	c 0	PID 15610
0.00/0.07	c 0	HOST node85.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1114931-1215911078.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114931-1215911078.xml' 'HOME/temp.csp'
1.07/1.15	c 2	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.07/1.20	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.20	c 2	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'
1.12/1.27	c 2	Parsing HOME/temp.csp
2.90/3.03	c 3	parsed 209 expressions
2.90/3.03	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.03	c 3	MAX CSP: 84 constraints
2.90/3.03	c 3	Converting to clausal form CSP
2.90/3.05	c 3	converted 30 (10%) expressions
2.90/3.08	c 3	converted 60 (20%) expressions
2.99/3.10	c 4	converted 89 (30%) expressions
2.99/3.12	c 4	converted 119 (40%) expressions
3.28/3.41	c 4	converted 148 (50%) expressions
3.39/3.57	c 4	converted 178 (60%) expressions
3.49/3.66	c 4	converted 208 (70%) expressions
3.58/3.78	c 4	converted 237 (80%) expressions
3.68/3.90	c 4	converted 267 (90%) expressions
3.89/4.02	c 4	converted 296 (100%) expressions
3.89/4.02	c 4	CSP : 208 integers, 0 booleans, 251 clauses, largest domain size 180
3.89/4.02	c 4	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.02	c 4	Propagation in CSP
3.89/4.04	c 4	81 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.89/4.04	c 4	CSP : 208 integers, 0 booleans, 251 clauses, largest domain size 180
3.89/4.04	c 4	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.04	c 4	Simplifing CSP by introducing new Boolean variables
3.89/4.04	c 4	CSP : 208 integers, 0 booleans, 251 clauses, largest domain size 180
3.89/4.04	c 4	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.99/4.20	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.09/4.22	c 5	21 (10%) CSP integer variables are encoded (3738 clauses, 46457 bytes)
4.09/4.22	c 5	42 (20%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.09/4.22	c 5	63 (30%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.09/4.22	c 5	84 (40%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.09/4.22	c 5	104 (50%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.09/4.22	c 5	125 (60%) CSP integer variables are encoded (7203 clauses, 91502 bytes)
4.09/4.23	c 5	146 (70%) CSP integer variables are encoded (7658 clauses, 97417 bytes)
4.09/4.23	c 5	167 (80%) CSP integer variables are encoded (7815 clauses, 99458 bytes)
4.09/4.23	c 5	188 (90%) CSP integer variables are encoded (7890 clauses, 100433 bytes)
4.09/4.23	c 5	208 (100%) CSP integer variables are encoded (8004 clauses, 101915 bytes)
4.88/5.05	c 5	26 (10%) CSP clauses are encoded (86185 clauses, 2281323 bytes)
5.66/5.80	c 6	51 (20%) CSP clauses are encoded (161841 clauses, 4502598 bytes)
6.36/6.56	c 7	76 (30%) CSP clauses are encoded (237633 clauses, 6727916 bytes)
6.66/6.80	c 7	101 (40%) CSP clauses are encoded (261991 clauses, 7441692 bytes)
6.66/6.82	c 7	126 (50%) CSP clauses are encoded (266376 clauses, 7517731 bytes)
6.66/6.82	c 7	151 (60%) CSP clauses are encoded (266583 clauses, 7521066 bytes)
6.66/6.83	c 7	176 (70%) CSP clauses are encoded (270292 clauses, 7587983 bytes)
6.66/6.83	c 7	201 (80%) CSP clauses are encoded (270511 clauses, 7591518 bytes)
6.66/6.83	c 7	226 (90%) CSP clauses are encoded (270974 clauses, 7599368 bytes)
6.66/6.83	c 7	251 (100%) CSP clauses are encoded (272484 clauses, 7625842 bytes)
6.66/6.83	c 7	251 CSP clauses encoded
6.66/6.83	c 7	Writing map file : HOME/temp.map
6.66/6.84	c 7	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.66/6.84	c 7	SAT : 8212 SAT variables, 272484 SAT clauses, 7625842 bytes
6.66/6.84	c 7	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.66/6.89	c 7	OBJECTIVE minimize _COST
6.66/6.89	c 7	SOLVING HOME/temp.cnf
6.66/6.89	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.66/6.89	c 7	This is MiniSat 2.0 beta incremental
6.66/6.89	c 7	WARNING: for repeatability, setting FPU to use double precision
6.66/6.89	c 7	============================[ Problem Statistics ]=============================
6.66/6.89	c 7	|                                                                             |
6.66/6.89	c 7	|  Number of variables:  8212                                                 |
6.66/6.89	c 7	|  Number of clauses:    272484                                               |
6.72/7.04	c 7	|  Parsing time:         0.13         s                                       |
6.72/7.05	c 7	OK
6.72/7.05	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.72/7.05	c 7	SEARCHING: _COST <= 42
6.72/7.05	c 7	============================[ Search Statistics ]==============================
6.72/7.05	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.72/7.05	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.72/7.05	c 7	===============================================================================
6.72/7.05	c 7	|         0 |    8212   272484  1285905 |    90828        0    nan |  0.000 % |
6.72/7.08	c 7	===============================================================================
6.72/7.08	c 7	restarts              : 1
6.72/7.08	c 7	conflicts             : 18            (102 /sec)
6.72/7.08	c 7	decisions             : 114           (0.00 % random) (648 /sec)
6.72/7.08	c 7	propagations          : 14560          (82740 /sec)
6.72/7.08	c 7	conflict literals     : 254            (46.30 % deleted)
6.72/7.08	c 7	Memory used           : 15.12 MB
6.72/7.08	c 7	CPU time              : 0.175973 s
6.72/7.08	c 7	
6.72/7.08	c 7	SATISFIABLE
6.72/7.09	c 7	OK
6.72/7.09	c 7	FOUND: _COST <= 42
6.72/7.09	s SATISFIABLE
6.72/7.09	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.72/7.09	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.72/7.16	c 8	Decoding HOME/temp.out
6.72/7.21	c 8	OBJECTIVE _COST 42
6.72/7.21	o 42
6.72/7.22	v 157 168 177 52 170 169 147 134 170 123 160 178 160 173 179 150 179 179 179 160 179 155 46 179 158 178 130 174 179 76 173 169 175 133 179 170 179 176 179 179
6.72/7.22	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.72/7.25	c 8	OK
6.72/7.25	c 8	OBJECTIVE BOUND: 0 <= _COST <= 42
6.72/7.25	c 8	SEARCHING: _COST <= 21
6.72/7.26	c 8	============================[ Search Statistics ]==============================
6.72/7.26	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.72/7.26	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.72/7.26	c 8	===============================================================================
6.72/7.26	c 8	|        18 |    8212   272484  1285905 |    90828       18     14 |  0.000 % |
6.85/7.30	c 8	|       119 |    8212   272484  1285905 |    99910      119     20 |  3.580 % |
6.85/7.39	c 8	|       269 |    8212   272484  1285905 |   109901      269     18 |  3.580 % |
6.85/7.51	c 8	===============================================================================
6.85/7.51	c 8	restarts              : 4
6.85/7.51	c 8	conflicts             : 407           (921 /sec)
6.85/7.51	c 8	decisions             : 1045          (0.86 % random) (2365 /sec)
6.85/7.51	c 8	propagations          : 179350         (405832 /sec)
6.85/7.51	c 8	conflict literals     : 7566           (43.98 % deleted)
6.85/7.51	c 8	Memory used           : 15.77 MB
6.85/7.51	c 8	CPU time              : 0.441932 s
6.85/7.51	c 8	
6.85/7.51	c 8	SATISFIABLE
6.85/7.52	c 8	OK
6.85/7.52	c 8	FOUND: _COST <= 21
6.85/7.52	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.85/7.52	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'
6.85/7.59	c 8	Decoding HOME/temp.out
7.38/7.65	c 8	OBJECTIVE _COST 21
7.38/7.65	o 21
7.38/7.65	v 70 28 138 169 108 66 179 173 178 179 175 8 145 138 13 117 33 70 167 160 179 127 175 179 134 80 115 161 179 21 142 23 23 174 173 178 55 42 162 142
7.38/7.65	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.38/7.67	c 8	OK
7.38/7.67	c 8	OBJECTIVE BOUND: 0 <= _COST <= 21
7.38/7.67	c 8	SEARCHING: _COST <= 10
7.38/7.69	c 8	============================[ Search Statistics ]==============================
7.38/7.69	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.38/7.69	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.38/7.69	c 8	===============================================================================
7.38/7.69	c 8	|       407 |    7918   272484  1285905 |    90828      407     19 |  3.580 % |
7.48/7.75	c 8	|       507 |    7918   272484  1285905 |    99910      507     19 |  5.626 % |
7.58/7.87	c 8	|       658 |    7918   272484  1285905 |   109901      658     20 |  5.626 % |
7.78/8.02	c 8	|       883 |    7918   272484  1285905 |   120892      883     19 |  5.626 % |
7.88/8.18	c 9	===============================================================================
7.88/8.19	c 9	restarts              : 8
7.88/8.19	c 9	conflicts             : 1123          (1192 /sec)
7.88/8.19	c 9	decisions             : 2381          (1.22 % random) (2528 /sec)
7.88/8.19	c 9	propagations          : 479523         (509126 /sec)
7.88/8.19	c 9	conflict literals     : 21086          (47.11 % deleted)
7.88/8.19	c 9	Memory used           : 16.15 MB
7.88/8.19	c 9	CPU time              : 0.941856 s
7.88/8.19	c 9	
7.88/8.19	c 9	SATISFIABLE
7.88/8.19	c 9	OK
7.88/8.19	c 9	FOUND: _COST <= 10
7.88/8.19	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.88/8.19	c 9	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.97/8.26	c 9	Decoding HOME/temp.out
7.97/8.32	c 9	OBJECTIVE _COST 10
7.97/8.32	o 10
7.97/8.32	v 79 53 102 138 76 167 73 141 179 138 134 78 87 24 39 136 59 129 172 179 176 49 179 39 14 87 127 4 179 32 119 13 25 35 177 179 92 84 126 170
7.97/8.32	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.97/8.35	c 9	OK
7.97/8.35	c 9	OBJECTIVE BOUND: 0 <= _COST <= 10
7.97/8.35	c 9	SEARCHING: _COST <= 5
7.97/8.36	c 9	============================[ Search Statistics ]==============================
7.97/8.36	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.97/8.36	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.97/8.36	c 9	===============================================================================
7.97/8.36	c 9	|      1123 |    7750   272484  1285905 |    90828     1123     19 |  5.626 % |
8.16/8.44	c 9	|      1224 |    7750   272484  1285905 |    99910     1224     18 |  7.148 % |
8.26/8.55	c 9	|      1374 |    7750   272484  1285905 |   109901     1374     18 |  7.148 % |
8.46/8.75	c 9	|      1599 |    7750   272484  1285905 |   120892     1599     21 |  7.148 % |
8.75/9.09	c 9	|      1938 |    7750   272484  1285905 |   132981     1938     21 |  7.148 % |
9.25/9.51	c 10	|      2444 |    7750   272484  1285905 |   146279     2444     22 |  7.148 % |
9.84/10.15	c 11	|      3205 |    7750   272484  1285905 |   160907     3205     21 |  7.148 % |
10.54/10.85	c 11	|      4345 |    7625   263914  1261882 |   176998     4332     21 |  7.148 % |
11.73/12.07	c 12	|      6053 |    7625   263914  1261882 |   194697     6040     23 |  7.148 % |
13.92/14.24	c 15	|      8615 |    7625   263914  1261882 |   214167     8602     24 |  7.148 % |
17.60/17.96	c 18	|     12459 |    7625   263914  1261882 |   235584    12446     23 |  7.148 % |
22.96/23.34	c 24	|     18226 |    7625   263914  1261882 |   259142    18213     25 |  7.148 % |
29.42/29.89	c 30	|     26875 |    7625   263914  1261882 |   285057    26862     26 |  7.148 % |
43.55/44.03	c 44	|     39851 |    7625   263914  1261882 |   313562    39838     26 |  7.148 % |
48.61/49.13	c 50	===============================================================================
48.61/49.13	c 50	restarts              : 22
48.61/49.13	c 50	conflicts             : 44776         (1080 /sec)
48.61/49.13	c 50	decisions             : 66904         (1.58 % random) (1614 /sec)
48.61/49.13	c 50	propagations          : 17654496       (425803 /sec)
48.61/49.13	c 50	conflict literals     : 1153615        (45.32 % deleted)
48.61/49.13	c 50	Memory used           : 22.09 MB
48.61/49.13	c 50	CPU time              : 41.4617 s
48.61/49.13	c 50	
48.61/49.13	c 50	SATISFIABLE
48.61/49.13	c 50	OK
48.61/49.13	c 50	FOUND: _COST <= 5
48.61/49.13	c 50	DECODING HOME/temp.out WITH HOME/temp.map
48.61/49.13	c 50	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
48.65/49.21	c 50	Decoding HOME/temp.out
48.65/49.26	c 50	OBJECTIVE _COST 5
48.65/49.26	o 5
48.65/49.26	v 174 76 91 112 177 87 93 20 115 105 176 67 141 160 86 100 156 117 179 169 156 47 174 119 143 14 3 70 11 150 140 116 3 153 178 51 104 30 98 4
48.65/49.27	c 50	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
48.82/49.31	c 50	OK
48.82/49.31	c 50	OBJECTIVE BOUND: 0 <= _COST <= 5
48.82/49.31	c 50	SEARCHING: _COST <= 2
48.82/49.31	c 50	============================[ Search Statistics ]==============================
48.82/49.31	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.82/49.31	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.82/49.31	c 50	===============================================================================
48.82/49.31	c 50	|     44776 |    7531   262737  1258628 |    87579    44720     26 |  7.148 % |
48.93/49.46	c 50	|     44876 |    7531   262737  1258628 |    96336    44820     26 |  8.293 % |
49.22/49.71	c 50	|     45027 |    7531   262737  1258628 |   105970    44971     26 |  8.293 % |
49.52/50.06	c 50	|     45252 |    7531   262737  1258628 |   116567    45196     26 |  8.293 % |
50.02/50.52	c 51	|     45589 |    7531   262737  1258628 |   128224    45533     26 |  8.293 % |
50.51/51.03	c 51	|     46095 |    7531   262737  1258628 |   141046    46039     26 |  8.293 % |
51.51/52.08	c 52	|     46855 |    7531   262737  1258628 |   155151    46799     26 |  8.293 % |
52.40/52.98	c 53	|     47995 |    7531   262737  1258628 |   170666    47939     26 |  8.293 % |
53.89/54.42	c 55	|     49703 |    7531   262737  1258628 |   187733    49647     25 |  8.293 % |
56.37/56.92	c 57	|     52265 |    7531   262737  1258628 |   206506    52209     25 |  8.293 % |
59.86/60.48	c 61	|     56112 |    7531   262737  1258628 |   227157    56056     25 |  8.293 % |
64.33/64.94	c 65	|     61878 |    7531   262737  1258628 |   249873    61822     25 |  8.293 % |
73.87/74.59	c 75	|     70530 |    7531   262737  1258628 |   274860    70474     25 |  8.293 % |
91.17/91.90	c 92	|     83505 |    7531   262737  1258628 |   302346    83449     25 |  8.293 % |
115.63/116.51	c 117	|    102967 |    7531   262737  1258628 |   332581   102911     26 |  8.293 % |
156.98/158.13	c 159	|    132159 |    7531   262737  1258628 |   365839   132103     27 |  8.293 % |
181.13/182.48	c 183	===============================================================================
181.13/182.48	c 183	restarts              : 38
181.13/182.48	c 183	conflicts             : 147195        (847 /sec)
181.13/182.48	c 183	decisions             : 210056        (1.65 % random) (1209 /sec)
181.13/182.48	c 183	propagations          : 54456075       (313318 /sec)
181.13/182.48	c 183	conflict literals     : 3957599        (45.53 % deleted)
181.13/182.48	c 183	Memory used           : 37.07 MB
181.13/182.48	c 183	CPU time              : 173.805 s
181.13/182.48	c 183	
181.13/182.48	c 183	SATISFIABLE
181.13/182.48	c 183	OK
181.13/182.48	c 183	FOUND: _COST <= 2
181.13/182.48	c 183	DECODING HOME/temp.out WITH HOME/temp.map
181.13/182.48	c 183	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
181.21/182.57	c 183	Decoding HOME/temp.out
181.31/182.63	c 183	OBJECTIVE _COST 2
181.31/182.63	o 2
181.31/182.63	v 73 167 49 65 154 81 178 107 1 21 115 158 81 174 100 33 58 141 179 177 170 82 118 18 69 15 155 114 141 33 32 174 2 2 166 153 90 144 166 176
181.31/182.63	c 183	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
181.37/182.71	c 183	OK
181.37/182.71	c 183	OBJECTIVE BOUND: 0 <= _COST <= 2
181.37/182.71	c 183	SEARCHING: _COST <= 1
181.37/182.71	c 183	============================[ Search Statistics ]==============================
181.37/182.71	c 183	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
181.37/182.71	c 183	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
181.37/182.71	c 183	===============================================================================
181.37/182.71	c 183	|    147195 |    7412   261790  1256141 |    87263   146928     27 |  8.293 % |
182.37/183.79	c 184	|    147295 |    7412   261790  1256141 |    95989    18314     23 |  9.742 % |
182.47/183.89	c 184	|    147445 |    7412   261790  1256141 |   105588    18464     23 |  9.742 % |
182.77/184.12	c 185	|    147670 |    7412   261790  1256141 |   116147    18689     23 |  9.742 % |
183.07/184.42	c 185	|    148009 |    7412   261790  1256141 |   127762    19028     23 |  9.742 % |
183.66/185.03	c 185	|    148515 |    7412   261790  1256141 |   140538    19534     23 |  9.742 % |
184.36/185.75	c 186	|    149274 |    7412   261790  1256141 |   154592    20293     23 |  9.742 % |
185.45/186.83	c 187	|    150413 |    7412   261790  1256141 |   170051    21432     23 |  9.742 % |
187.34/188.75	c 189	|    152121 |    7412   261790  1256141 |   187056    23140     23 |  9.742 % |
189.83/191.24	c 192	|    154684 |    7412   261790  1256141 |   205762    25703     23 |  9.742 % |
193.60/195.07	c 195	|    158528 |    7412   261790  1256141 |   226338    29547     23 |  9.742 % |
201.06/202.57	c 203	|    164296 |    7412   261790  1256141 |   248972    35315     24 |  9.742 % |
210.81/212.36	c 213	|    172946 |    7412   261790  1256141 |   273869    43965     24 |  9.742 % |
227.01/228.68	c 229	|    185921 |    7412   261790  1256141 |   301256    56940     25 |  9.742 % |
250.08/251.87	c 252	|    205382 |    7412   261790  1256141 |   331382    76401     27 |  9.742 % |
287.86/289.87	c 290	|    234574 |    7412   261790  1256141 |   364520   105593     29 |  9.742 % |
364.31/366.78	c 367	|    278364 |    7412   261790  1256141 |   400972   149383     30 |  9.742 % |
513.36/516.68	c 517	|    344048 |    7412   261790  1256141 |   441069   215067     32 |  9.742 % |
730.80/735.32	c 736	|    442575 |    7412   261790  1256141 |   485176   313594     34 |  9.742 % |
1221.06/1228.44	c 1229	|    590364 |    7412   261790  1256141 |   533694   461383     34 |  9.742 % |
1799.20/1812.02	c 1812	|    812047 |    7412   261790  1256141 |   587064   173671     30 |  9.742 % |
2843.72/2868.49	c 2869	|   1144574 |    7412   261790  1256141 |   645770   506198     32 |  9.742 % |
3600.07/3636.62	c ERROR INTERRUPTED
3600.07/3636.64	c 3637	CPU 3599.3 (0.06 0.02 3599.24 0.79)
3600.07/3636.64	c 3637	END Sun Jul 13 04:05:15 2008

Verifier Data (download as text)

OK	2	82
2 unsatisfied constraints, 82 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-1114931-1215911078/watcher-1114931-1215911078 -o /tmp/evaluation-result-1114931-1215911078/solver-1114931-1215911078 -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-1114931-1215911078.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.01 4/106 15610
/proc/meminfo: memFree=1855416/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=12272 CPUtime=0
/proc/15610/stat : 15610 (sugar++) R 15608 15610 14040 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 47805116 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 0 0 0 0 17 0 0 0
/proc/15610/statm: 3068 364 274 3 0 168 0

[startup+0.00972393 s]
/proc/loadavg: 2.00 2.00 2.01 4/106 15610
/proc/meminfo: memFree=1855416/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=12412 CPUtime=0
/proc/15610/stat : 15610 (sugar++) R 15608 15610 14040 0 -1 4194304 420 0 0 0 0 0 0 0 18 0 1 0 47805116 12709888 388 996147200 4194304 4206940 548682068528 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 0 0 0
/proc/15610/statm: 3103 389 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102739 s]
/proc/loadavg: 2.00 2.00 2.01 4/106 15610
/proc/meminfo: memFree=1855416/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16740 CPUtime=0.06
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 47805116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15610/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30176 s]
/proc/loadavg: 2.00 2.00 2.01 4/106 15610
/proc/meminfo: memFree=1855416/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16740 CPUtime=0.06
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 47805116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15610/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702808 s]
/proc/loadavg: 2.00 2.00 2.01 4/106 15610
/proc/meminfo: memFree=1855416/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16740 CPUtime=0.06
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 47805116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15610/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5029 s]
/proc/loadavg: 2.00 2.00 2.01 3/117 15622
/proc/meminfo: memFree=1834272/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16740 CPUtime=1.12
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1296 7924 0 1 5 1 100 6 16 0 1 0 47805116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 16740

[startup+3.10108 s]
/proc/loadavg: 2.08 2.02 2.02 3/117 15632
/proc/meminfo: memFree=1831072/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16740 CPUtime=1.12
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1296 7924 0 1 5 1 100 6 16 0 1 0 47805116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4185 1104 409 3 0 764 0
[pid=15623] ppid=15610 vsize=5356 CPUtime=0
/proc/15623/stat : 15623 (sh) S 15610 15610 14040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47805236 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15623/statm: 1339 233 193 169 0 50 0
[pid=15624] ppid=15623 vsize=864236 CPUtime=1.87
/proc/15624/stat : 15624 (java) S 15623 15610 14040 0 -1 0 13518 0 1 0 182 5 0 0 18 0 9 0 47805236 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15624/statm: 216059 12765 2540 9 0 210634 0
[pid=15624/tid=15625] ppid=15623 vsize=864236 CPUtime=1.14
/proc/15624/task/15625/stat : 15625 (java) R 15623 15610 14040 0 -1 64 2861 0 1 0 113 1 0 0 25 0 9 0 47805237 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15626] ppid=15623 vsize=864236 CPUtime=0.65
/proc/15624/task/15626/stat : 15626 (java) R 15623 15610 14040 0 -1 64 9640 0 0 0 62 3 0 0 16 0 9 0 47805238 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 102674817 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15627] ppid=15623 vsize=864236 CPUtime=0
/proc/15624/task/15627/stat : 15627 (java) S 15623 15610 14040 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47805238 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15628] ppid=15623 vsize=864236 CPUtime=0
/proc/15624/task/15628/stat : 15628 (java) S 15623 15610 14040 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 47805238 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15629] ppid=15623 vsize=864236 CPUtime=0
/proc/15624/task/15629/stat : 15629 (java) S 15623 15610 14040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47805240 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15630] ppid=15623 vsize=864236 CPUtime=0.05
/proc/15624/task/15630/stat : 15630 (java) S 15623 15610 14040 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 47805240 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15631] ppid=15623 vsize=864236 CPUtime=0
/proc/15624/task/15631/stat : 15631 (java) S 15623 15610 14040 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 47805240 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15632] ppid=15623 vsize=864236 CPUtime=0
/proc/15624/task/15632/stat : 15632 (java) S 15623 15610 14040 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47805240 884977664 12765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886332

[startup+6.30144 s]
/proc/loadavg: 2.08 2.02 2.02 3/117 15632
/proc/meminfo: memFree=1778400/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16740 CPUtime=1.12
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1297 7924 0 1 5 1 100 6 15 0 1 0 47805116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4185 1104 409 3 0 764 0
[pid=15623] ppid=15610 vsize=5356 CPUtime=0
/proc/15623/stat : 15623 (sh) S 15610 15610 14040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47805236 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15623/statm: 1339 233 193 169 0 50 0
[pid=15624] ppid=15623 vsize=864348 CPUtime=5.05
/proc/15624/stat : 15624 (java) S 15623 15610 14040 0 -1 0 20261 0 1 0 492 13 0 0 18 0 9 0 47805236 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15624/statm: 216087 19393 2565 9 0 210634 0
[pid=15624/tid=15625] ppid=15623 vsize=864348 CPUtime=3.49
/proc/15624/task/15625/stat : 15625 (java) R 15623 15610 14040 0 -1 64 3327 0 1 0 344 5 0 0 25 0 9 0 47805237 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4126654856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15626] ppid=15623 vsize=864348 CPUtime=1.41
/proc/15624/task/15626/stat : 15626 (java) S 15623 15610 14040 0 -1 64 15880 0 0 0 135 6 0 0 16 0 9 0 47805238 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15627] ppid=15623 vsize=864348 CPUtime=0
/proc/15624/task/15627/stat : 15627 (java) S 15623 15610 14040 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47805238 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15628] ppid=15623 vsize=864348 CPUtime=0
/proc/15624/task/15628/stat : 15628 (java) S 15623 15610 14040 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 47805238 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15629] ppid=15623 vsize=864348 CPUtime=0
/proc/15624/task/15629/stat : 15629 (java) S 15623 15610 14040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47805240 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15630] ppid=15623 vsize=864348 CPUtime=0.11
/proc/15624/task/15630/stat : 15630 (java) S 15623 15610 14040 0 -1 64 356 0 0 0 11 0 0 0 15 0 9 0 47805240 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15631] ppid=15623 vsize=864348 CPUtime=0
/proc/15624/task/15631/stat : 15631 (java) S 15623 15610 14040 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 47805240 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15624/tid=15632] ppid=15623 vsize=864348 CPUtime=0
/proc/15624/task/15632/stat : 15632 (java) S 15623 15610 14040 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47805240 885092352 19393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886444

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.02 3/108 15663
/proc/meminfo: memFree=1825576/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.13
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1688 39688 0 5 5 2 677 29 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=17332 CPUtime=5.3
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 4229 0 0 0 526 4 0 0 25 0 1 0 47805805 17747968 4172 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 4333 4172 79 151 0 4179 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 34204

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 2.02 3/108 15663
/proc/meminfo: memFree=1823528/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.13
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1688 39688 0 5 5 2 677 29 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=19324 CPUtime=18.02
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 4736 0 0 0 1797 5 0 0 25 0 1 0 47805805 19787776 4679 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 4831 4679 79 151 0 4677 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 36196

[startup+51.1015 s]
/proc/loadavg: 2.04 2.01 2.01 3/108 15673
/proc/meminfo: memFree=1820136/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.29
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1758 43413 0 6 6 2 689 32 15 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=22896 CPUtime=43.32
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 5609 0 0 0 4326 6 0 0 25 0 1 0 47805805 23445504 5550 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/15633/statm: 5724 5550 79 151 0 5570 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 39768

[startup+102.308 s]
/proc/loadavg: 2.09 2.02 2.01 3/108 15673
/proc/meminfo: memFree=1813672/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.29
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1758 43413 0 6 6 2 689 32 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=29136 CPUtime=94.22
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 7188 0 0 0 9414 8 0 0 25 0 1 0 47805805 29835264 7129 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15633/statm: 7284 7129 79 151 0 7130 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 46008

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 2.01 3/108 15673
/proc/meminfo: memFree=1807016/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.29
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1758 43413 0 6 6 2 689 32 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=35804 CPUtime=153.86
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 8835 0 0 0 15375 11 0 0 25 0 1 0 47805805 36663296 8776 996147200 134512640 135134323 4294956192 18446744073709551615 134531913 0 0 4096 3 0 0 0 17 0 0 0
/proc/15633/statm: 8951 8776 79 151 0 8797 0
Current children cumulated CPU time (s) 161.15
Current children cumulated vsize (KiB) 52676

[startup+222.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/108 15683
/proc/meminfo: memFree=1804840/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=37956 CPUtime=213.33
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 9327 0 0 0 21321 12 0 0 25 0 1 0 47805805 38866944 9266 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 9489 9266 79 151 0 9335 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 54828

[startup+282.303 s]

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

[pid=15633] ppid=15610 vsize=112896 CPUtime=2830.27
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 27754 0 0 0 282994 33 0 0 25 0 1 0 47805805 115605504 27677 996147200 134512640 135134323 4294956192 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 28224 27677 79 151 0 28070 0
Current children cumulated CPU time (s) 2837.68
Current children cumulated vsize (KiB) 129768

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1712176/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=112896 CPUtime=2889.6
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 27754 0 0 0 288927 33 0 0 25 0 1 0 47805805 115605504 27677 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 28224 27677 79 151 0 28070 0
Current children cumulated CPU time (s) 2897.01
Current children cumulated vsize (KiB) 129768

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1712112/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=112896 CPUtime=2948.93
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 27758 0 0 0 294860 33 0 0 25 0 1 0 47805805 115605504 27681 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 28224 27681 79 151 0 28070 0
Current children cumulated CPU time (s) 2956.34
Current children cumulated vsize (KiB) 129768

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1711984/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=113160 CPUtime=3008.25
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 27825 0 0 0 300792 33 0 0 25 0 1 0 47805805 115875840 27748 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 28290 27748 79 151 0 28136 0
Current children cumulated CPU time (s) 3015.66
Current children cumulated vsize (KiB) 130032

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1709808/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=115144 CPUtime=3067.58
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 28358 0 0 0 306724 34 0 0 25 0 1 0 47805805 117907456 28281 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 28786 28281 79 151 0 28632 0
Current children cumulated CPU time (s) 3074.99
Current children cumulated vsize (KiB) 132016

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1707504/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=117392 CPUtime=3126.91
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 28918 0 0 0 312656 35 0 0 25 0 1 0 47805805 120209408 28841 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 29348 28841 79 151 0 29194 0
Current children cumulated CPU time (s) 3134.32
Current children cumulated vsize (KiB) 134264

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1705392/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=119248 CPUtime=3186.23
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 29425 0 0 0 318588 35 0 0 25 0 1 0 47805805 122109952 29348 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 29812 29348 79 151 0 29658 0
Current children cumulated CPU time (s) 3193.64
Current children cumulated vsize (KiB) 136120

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1703472/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=121368 CPUtime=3245.57
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 29888 0 0 0 324521 36 0 0 25 0 1 0 47805805 124280832 29811 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 30342 29811 79 151 0 30188 0
Current children cumulated CPU time (s) 3252.98
Current children cumulated vsize (KiB) 138240

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15835
/proc/meminfo: memFree=1701488/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=123216 CPUtime=3304.88
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 30363 0 0 0 330451 37 0 0 25 0 1 0 47805805 126173184 30286 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 30804 30286 79 151 0 30650 0
Current children cumulated CPU time (s) 3312.29
Current children cumulated vsize (KiB) 140088

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 15841
/proc/meminfo: memFree=1699440/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=125064 CPUtime=3364.21
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 30829 0 0 0 336383 38 0 0 25 0 1 0 47805805 128065536 30752 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 31266 30752 79 151 0 31112 0
Current children cumulated CPU time (s) 3371.62
Current children cumulated vsize (KiB) 141936

[startup+3462.3 s]
/proc/loadavg: 2.22 2.05 2.02 3/108 16321
/proc/meminfo: memFree=1662080/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=126780 CPUtime=3420.32
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 31273 0 0 0 341991 41 0 0 25 0 1 0 47805805 129822720 31196 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 31695 31196 79 151 0 31541 0
Current children cumulated CPU time (s) 3427.73
Current children cumulated vsize (KiB) 143652

[startup+3522.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/108 16321
/proc/meminfo: memFree=1661552/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=127836 CPUtime=3479.65
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 31541 0 0 0 347923 42 0 0 25 0 1 0 47805805 130904064 31464 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 31959 31464 79 151 0 31805 0
Current children cumulated CPU time (s) 3487.06
Current children cumulated vsize (KiB) 144708

[startup+3582.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/108 16321
/proc/meminfo: memFree=1661424/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=127836 CPUtime=3538.97
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 31541 0 0 0 353855 42 0 0 25 0 1 0 47805805 130904064 31464 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 31959 31464 79 151 0 31805 0
Current children cumulated CPU time (s) 3546.38
Current children cumulated vsize (KiB) 144708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.61 s]
/proc/loadavg: 2.01 2.02 2.00 3/108 16321
/proc/meminfo: memFree=1661488/2055920 swapFree=4192812/4192956
[pid=15610] ppid=15608 vsize=16872 CPUtime=7.41
/proc/15610/stat : 15610 (sugar++) S 15608 15610 14040 0 -1 4194304 1828 47137 0 7 6 2 699 34 16 0 1 0 47805116 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15610/statm: 4218 1116 414 3 0 797 0
[pid=15633] ppid=15610 vsize=127836 CPUtime=3592.66
/proc/15633/stat : 15633 (minisat-inc) R 15610 15610 14040 0 -1 4194304 31541 0 0 0 359224 42 0 0 25 0 1 0 47805805 130904064 31464 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/15633/statm: 31959 31464 79 151 0 31805 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 144708

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): 3636.64
CPU time (s): 3600.13
CPU user time (s): 3599.31
CPU system time (s): 0.820875
CPU usage (%): 98.9959
Max. virtual memory (cumulated for all children) (KiB): 886444

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

runsolver used 5.22321 second user time and 14.6548 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-13 03:04:38
IDJOB=1114931
IDBENCH=61795
IDSOLVER=367
FILE ID=node85/1114931-1215911078
PBS_JOBID= 7903663
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-4_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114931-1215911078/watcher-1114931-1215911078 -o /tmp/evaluation-result-1114931-1215911078/solver-1114931-1215911078 -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-1114931-1215911078.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a3ceb9d1e8f9e8a3813044c0062df9bd
RANDOM SEED=1509260523

node85.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.225
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.225
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:       1855896 kB
Buffers:         31252 kB
Cached:          74760 kB
SwapCached:          0 kB
Active:          99536 kB
Inactive:        51420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2660 kB
Writeback:           0 kB
Mapped:          66348 kB
Slab:            31404 kB
Committed_AS:   415844 kB
PageTables:       4052 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node85 at 2008-07-13 04:05:17