Trace number 1112466

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+minisatMSAT (TO)44 3600.03 3603.69

General information on the benchmark

Namecsp/super-os/super-os-taillard-7/
normalized-super-os-taillard-7-30.xml
MD5SUMffaa9cc3319fa6165d508354e57e0a1d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.18
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Maximum constraint arity2
Maximum domain size378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension931
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 15:19:02 2008
0.00/0.05	c 0	PID 18185
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112466-1215868742.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112466-1215868742.xml' 'HOME/temp.csp'
0.03/0.63	c 1	38 domains, 98 variables, 3 predicates, 0 relations, 931 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.77	c 1	Parsing HOME/temp.csp
0.61/0.91	c 1	parsed 1070 expressions
0.61/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.93	c 1	MAX CSP: 931 constraints
0.61/0.93	c 1	Converting to clausal form CSP
0.61/0.98	c 1	converted 201 (10%) expressions
0.90/1.03	c 1	converted 401 (20%) expressions
0.90/1.05	c 1	converted 602 (30%) expressions
0.99/1.14	c 1	converted 802 (40%) expressions
0.99/1.15	c 1	converted 1002 (50%) expressions
0.99/1.16	c 1	converted 1203 (60%) expressions
0.99/1.17	c 1	converted 1403 (70%) expressions
0.99/1.18	c 1	converted 1604 (80%) expressions
0.99/1.19	c 1	converted 1804 (90%) expressions
1.19/1.30	c 1	converted 2004 (100%) expressions
1.19/1.30	c 1	CSP : 1960 integers, 0 booleans, 2792 clauses, largest domain size 1397
1.19/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.30	c 1	Propagation in CSP
1.19/1.36	c 1	925 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.19/1.36	c 1	CSP : 1960 integers, 0 booleans, 2792 clauses, largest domain size 932
1.19/1.36	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.19/1.38	c 1	CSP : 1960 integers, 1862 booleans, 4654 clauses, largest domain size 932
1.19/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.28/1.48	c 1	196 (10%) CSP integer variables are encoded (32058 clauses, 458790 bytes)
1.28/1.48	c 1	392 (20%) CSP integer variables are encoded (32058 clauses, 458790 bytes)
1.28/1.48	c 1	588 (30%) CSP integer variables are encoded (32058 clauses, 458790 bytes)
1.28/1.48	c 1	784 (40%) CSP integer variables are encoded (32058 clauses, 458790 bytes)
1.28/1.48	c 1	980 (50%) CSP integer variables are encoded (32058 clauses, 458790 bytes)
1.28/1.49	c 1	1176 (60%) CSP integer variables are encoded (33796 clauses, 484860 bytes)
1.28/1.49	c 1	1372 (70%) CSP integer variables are encoded (35067 clauses, 503925 bytes)
1.28/1.50	c 1	1568 (80%) CSP integer variables are encoded (37008 clauses, 533040 bytes)
1.39/1.51	c 1	1764 (90%) CSP integer variables are encoded (43013 clauses, 623115 bytes)
1.39/1.51	c 1	1960 (100%) CSP integer variables are encoded (47799 clauses, 694905 bytes)
1.49/1.69	c 2	466 (10%) CSP clauses are encoded (135221 clauses, 2442545 bytes)
1.69/1.87	c 2	931 (20%) CSP clauses are encoded (225266 clauses, 4287950 bytes)
1.88/2.04	c 2	1397 (30%) CSP clauses are encoded (312034 clauses, 6129692 bytes)
2.08/2.22	c 2	1862 (40%) CSP clauses are encoded (399633 clauses, 8052685 bytes)
2.17/2.39	c 2	2327 (50%) CSP clauses are encoded (488392 clauses, 10001198 bytes)
2.37/2.56	c 2	2793 (60%) CSP clauses are encoded (575336 clauses, 11909780 bytes)
2.47/2.67	c 3	3258 (70%) CSP clauses are encoded (633077 clauses, 13127266 bytes)
2.77/2.98	c 3	3724 (80%) CSP clauses are encoded (800325 clauses, 16693107 bytes)
2.86/3.09	c 3	4189 (90%) CSP clauses are encoded (858066 clauses, 17910592 bytes)
4.35/4.59	c 4	4654 (100%) CSP clauses are encoded (1689804 clauses, 35659460 bytes)
4.35/4.59	c 4	4654 CSP clauses encoded
4.35/4.59	c 4	Writing map file : HOME/temp.map
4.44/4.61	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.44/4.61	c 5	SAT : 51621 SAT variables, 1689804 SAT clauses, 35659460 bytes
4.44/4.61	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.44/4.67	c 5	OBJECTIVE minimize _COST
4.44/4.67	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.44/4.67	c 5	SEARCHING: _COST <= 466
4.44/4.67	c 5	SOLVING HOME/temp.cnf
4.44/4.67	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.44/4.67	c 5	This is MiniSat 2.0 beta
4.44/4.67	c 5	WARNING: for repeatability, setting FPU to use double precision
4.44/4.67	c 5	============================[ Problem Statistics ]=============================
4.44/4.67	c 5	|                                                                             |
4.44/4.67	c 5	|  Number of variables:  51621                                                |
4.44/4.67	c 5	|  Number of clauses:    1689805                                              |
5.30/5.55	c 5	|  Parsing time:         0.76         s                                       |
5.81/6.08	c 6	============================[ Search Statistics ]==============================
5.81/6.08	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.81/6.08	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.81/6.08	c 6	===============================================================================
5.81/6.08	c 6	|         0 |   46971  1280224  3770221 |   426741        0    nan |  0.000 % |
6.01/6.28	c 6	===============================================================================
6.01/6.28	c 6	restarts              : 1
6.01/6.28	c 6	conflicts             : 49             (33 /sec)
6.01/6.28	c 6	decisions             : 1100           (1.36 % random) (739 /sec)
6.01/6.28	c 6	propagations          : 121393         (81539 /sec)
6.01/6.28	c 6	conflict literals     : 3070           (10.31 % deleted)
6.01/6.28	c 6	Memory used           : 71.63 MB
6.01/6.28	c 6	CPU time              : 1.48877 s
6.01/6.28	c 6	
6.11/6.31	c 6	SATISFIABLE
6.11/6.32	c 6	FOUND: _COST <= 466
6.11/6.32	s SATISFIABLE
6.11/6.32	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.11/6.32	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.14/6.40	c 6	Decoding HOME/temp.out
6.31/6.57	c 6	OBJECTIVE _COST 466
6.31/6.57	o 466
6.31/6.57	v 273 276 179 120 327 128 42 57 322 147 0 162 58 137 3 4 143 201 69 130 8 82 357 122 87 246 204 205 199 268 150 258 0 1 214 279 70 70 74 75 36 292 9 9 27 30 75 84 122 113 217 213 261 356 262 346 217 332 372 372 328 328 286 265 295 317 324 324 263 263 338 338 348 327 308 308 295 295 266 266 373 373 325 325 357 357 357 357 289 289 329 329 208 313 321 300 243 243
6.31/6.58	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.31/6.58	c 6	OBJECTIVE BOUND: 0 <= _COST <= 466
6.31/6.58	c 6	SEARCHING: _COST <= 233
6.31/6.58	c 6	SOLVING HOME/temp.cnf
6.31/6.58	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.31/6.59	c 6	This is MiniSat 2.0 beta
6.31/6.59	c 6	WARNING: for repeatability, setting FPU to use double precision
6.31/6.59	c 6	============================[ Problem Statistics ]=============================
6.31/6.59	c 6	|                                                                             |
6.31/6.59	c 6	|  Number of variables:  51621                                                |
6.31/6.59	c 6	|  Number of clauses:    1689805                                              |
6.38/7.48	c 7	|  Parsing time:         0.75         s                                       |
7.96/8.21	c 8	============================[ Search Statistics ]==============================
7.96/8.21	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.96/8.21	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.96/8.21	c 8	===============================================================================
7.96/8.21	c 8	|         0 |   44408  1029050  3024155 |   343016        0    nan |  0.000 % |
8.25/8.55	c 8	===============================================================================
8.25/8.56	c 8	restarts              : 1
8.25/8.56	c 8	conflicts             : 62             (34 /sec)
8.25/8.56	c 8	decisions             : 907            (1.54 % random) (502 /sec)
8.25/8.56	c 8	propagations          : 256868         (142252 /sec)
8.25/8.56	c 8	conflict literals     : 1615           (6.32 % deleted)
8.25/8.56	c 8	Memory used           : 72.40 MB
8.25/8.56	c 8	CPU time              : 1.80573 s
8.25/8.56	c 8	
8.25/8.58	c 8	SATISFIABLE
8.25/8.59	c 8	FOUND: _COST <= 233
8.25/8.59	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.25/8.59	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.36/8.67	c 9	Decoding HOME/temp.out
8.75/9.04	c 9	OBJECTIVE _COST 233
8.75/9.04	o 233
8.75/9.04	v 359 358 7 8 102 103 272 273 268 201 154 153 204 205 185 184 0 1 272 271 194 195 163 162 285 286 62 61 360 359 3 2 67 68 103 102 189 190 196 197 272 273 307 306 188 187 256 255 7 8 103 104 152 153 155 156 134 135 181 261 328 328 267 268 317 317 218 218 314 314 245 245 329 330 308 308 189 189 41 317 373 373 325 325 264 264 357 357 183 183 329 329 207 207 302 303 294 294
8.75/9.05	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.75/9.07	c 9	OBJECTIVE BOUND: 0 <= _COST <= 233
8.75/9.07	c 9	SEARCHING: _COST <= 116
8.75/9.07	c 9	SOLVING HOME/temp.cnf
8.75/9.07	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.75/9.08	c 9	This is MiniSat 2.0 beta
8.75/9.08	c 9	WARNING: for repeatability, setting FPU to use double precision
8.75/9.08	c 9	============================[ Problem Statistics ]=============================
8.75/9.08	c 9	|                                                                             |
8.75/9.08	c 9	|  Number of variables:  51621                                                |
8.75/9.08	c 9	|  Number of clauses:    1689805                                              |
9.62/9.98	c 10	|  Parsing time:         0.78         s                                       |
10.41/10.76	c 11	============================[ Search Statistics ]==============================
10.41/10.76	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.41/10.76	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.41/10.76	c 11	===============================================================================
10.41/10.76	c 11	|         0 |   42767   826634  2421713 |   275544        0    nan |  0.000 % |
10.80/11.14	c 11	|       100 |   42767   826634  2421713 |   303099      100     37 | 17.152 % |
11.20/11.53	c 11	===============================================================================
11.20/11.54	c 11	restarts              : 2
11.20/11.54	c 11	conflicts             : 226            (98 /sec)
11.20/11.54	c 11	decisions             : 1115           (1.35 % random) (481 /sec)
11.20/11.54	c 11	propagations          : 768857         (331740 /sec)
11.20/11.54	c 11	conflict literals     : 9055           (22.64 % deleted)
11.20/11.54	c 11	Memory used           : 72.55 MB
11.20/11.54	c 11	CPU time              : 2.31765 s
11.20/11.54	c 11	
11.20/11.56	c 11	SATISFIABLE
11.20/11.57	c 11	FOUND: _COST <= 116
11.20/11.57	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.20/11.57	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.28/11.65	c 12	Decoding HOME/temp.out
11.28/11.81	c 12	OBJECTIVE _COST 116
11.28/11.81	o 116
11.28/11.82	v 264 194 284 142 213 154 292 127 89 210 47 171 316 146 67 260 317 169 76 236 313 144 265 187 286 144 288 175 247 190 92 183 36 195 294 300 88 374 299 172 288 161 249 250 11 315 269 167 283 154 98 160 268 267 71 203 326 189 372 229 279 185 5 6 110 174 235 176 308 307 236 235 348 347 278 160 71 147 9 10 230 229 276 177 68 184 89 184 289 116 329 156 1 2 208 148 205 124
11.28/11.82	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.28/11.84	c 12	OBJECTIVE BOUND: 0 <= _COST <= 116
11.28/11.84	c 12	SEARCHING: _COST <= 58
11.28/11.84	c 12	SOLVING HOME/temp.cnf
11.28/11.84	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.28/11.84	c 12	This is MiniSat 2.0 beta
11.28/11.84	c 12	WARNING: for repeatability, setting FPU to use double precision
11.28/11.84	c 12	============================[ Problem Statistics ]=============================
11.28/11.84	c 12	|                                                                             |
11.28/11.84	c 12	|  Number of variables:  51621                                                |
11.28/11.84	c 12	|  Number of clauses:    1689805                                              |
12.37/12.76	c 13	|  Parsing time:         0.80         s                                       |
13.16/13.55	c 13	============================[ Search Statistics ]==============================
13.16/13.55	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.16/13.55	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.16/13.55	c 13	===============================================================================
13.16/13.55	c 13	|         0 |   41546   706652  2065372 |   235550        0    nan |  0.000 % |
13.56/13.90	c 14	|       100 |   41546   706652  2065372 |   259105      100     33 | 19.517 % |
13.86/14.24	c 14	|       250 |   41546   706652  2065372 |   285016      250     35 | 19.517 % |
14.35/14.77	c 15	|       475 |   41546   706652  2065372 |   313517      475     41 | 19.517 % |
14.95/15.37	c 15	|       812 |   41546   706652  2065372 |   344869      812     38 | 19.517 % |
16.43/16.83	c 17	|      1318 |   41546   706652  2065372 |   379356     1318     47 | 19.517 % |
18.02/18.49	c 18	|      2077 |   41546   706652  2065372 |   417292     2077     48 | 19.517 % |
21.67/22.14	c 22	|      3218 |   41546   706652  2065372 |   459021     3218     61 | 19.517 % |
26.13/26.61	c 27	|      4926 |   41546   706652  2065372 |   504923     4926     57 | 19.517 % |
34.84/35.43	c 35	|      7489 |   41546   706652  2065372 |   555416     7489     70 | 19.517 % |
47.72/48.41	c 48	|     11334 |   41546   706652  2065372 |   610957    11334     69 | 19.517 % |
48.11/48.81	c 49	===============================================================================
48.11/48.82	c 49	restarts              : 11
48.11/48.82	c 49	conflicts             : 11458          (314 /sec)
48.11/48.82	c 49	decisions             : 16285          (1.25 % random) (446 /sec)
48.11/48.82	c 49	propagations          : 41603203       (1139519 /sec)
48.11/48.82	c 49	conflict literals     : 785050         (25.29 % deleted)
48.11/48.82	c 49	Memory used           : 72.14 MB
48.11/48.82	c 49	CPU time              : 36.5094 s
48.11/48.82	c 49	
48.11/48.84	c 49	SATISFIABLE
48.11/48.85	c 49	FOUND: _COST <= 58
48.11/48.85	c 49	DECODING HOME/temp.out WITH HOME/temp.map
48.11/48.85	c 49	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
48.19/48.93	c 49	Decoding HOME/temp.out
48.19/49.29	c 49	OBJECTIVE _COST 58
48.19/49.29	o 58
48.19/49.29	v 86 355 198 127 105 106 0 292 89 375 166 156 2 220 374 373 14 15 76 75 221 222 199 200 106 105 283 118 360 360 296 295 86 87 5 6 1 290 208 208 122 121 48 49 221 220 67 66 278 279 312 173 377 376 146 189 327 328 321 320 92 179 64 142 1 0 234 235 157 156 337 338 282 169 86 96 3 2 221 6 216 215 229 163 84 83 62 63 289 288 175 165 214 224 5 118 294 293
48.19/49.30	c 49	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
48.19/49.32	c 49	OBJECTIVE BOUND: 0 <= _COST <= 58
48.19/49.32	c 49	SEARCHING: _COST <= 29
48.19/49.32	c 49	SOLVING HOME/temp.cnf
48.19/49.32	c 49	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.19/49.33	c 49	This is MiniSat 2.0 beta
48.19/49.33	c 49	WARNING: for repeatability, setting FPU to use double precision
48.19/49.33	c 49	============================[ Problem Statistics ]=============================
48.19/49.33	c 49	|                                                                             |
48.19/49.33	c 49	|  Number of variables:  51621                                                |
48.19/49.33	c 49	|  Number of clauses:    1689805                                              |
49.49/50.25	c 50	|  Parsing time:         0.80         s                                       |
50.28/51.03	c 51	============================[ Search Statistics ]==============================
50.28/51.03	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.28/51.03	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.28/51.03	c 51	===============================================================================
50.28/51.03	c 51	|         0 |   40499   640726  1870706 |   213575        0    nan |  0.000 % |
50.48/51.22	c 51	|       100 |   40499   640726  1870706 |   234932      100     13 | 21.545 % |
50.68/51.47	c 51	|       250 |   40499   640726  1870706 |   258426      250     17 | 21.545 % |
50.97/51.76	c 52	|       476 |   40499   640726  1870706 |   284268      476     18 | 21.545 % |
51.27/52.04	c 52	|       813 |   40499   640726  1870706 |   312695      813     20 | 21.545 % |
52.16/52.99	c 53	|      1320 |   40499   640726  1870706 |   343965     1320     23 | 21.545 % |
54.05/54.85	c 55	|      2079 |   40499   640726  1870706 |   378361     2079     33 | 21.545 % |
56.02/56.86	c 57	|      3218 |   40499   640726  1870706 |   416197     3218     36 | 21.545 % |
59.98/60.81	c 61	|      4926 |   40499   640726  1870706 |   457817     4926     41 | 21.545 % |
62.06/62.96	c 63	|      7488 |   40499   640726  1870706 |   503599     7488     36 | 21.545 % |
65.73/66.65	c 67	|     11333 |   40499   640726  1870706 |   553959    11333     33 | 21.545 % |
72.86/73.87	c 74	|     17099 |   40499   640726  1870706 |   609355    17099     33 | 21.545 % |
85.14/86.26	c 86	|     25748 |   40499   640726  1870706 |   670290    25748     36 | 21.545 % |
103.76/105.08	c 105	|     38722 |   40499   640726  1870706 |   737319    38722     43 | 21.545 % |
125.16/126.67	c 127	|     58183 |   40499   640726  1870706 |   811051    58183     54 | 21.545 % |
162.60/164.44	c 164	|     87376 |   40499   640726  1870706 |   892157    87376     57 | 21.545 % |
220.67/222.95	c 223	|    131165 |   40499   640726  1870706 |   981372   131165     60 | 21.545 % |
501.47/503.81	c 504	|    196849 |   40499   640726  1870706 |  1079510   196849     67 | 21.545 % |
686.79/689.25	c 689	|    295375 |   40499   640726  1870706 |  1187461   295375     66 | 21.545 % |
1629.22/1632.07	c 1632	|    443165 |   40499   640726  1870706 |  1306207   443165     81 | 21.545 % |
2400.71/2403.84	c 2404	|    664848 |   40499   640726  1870706 |  1436828   664848     83 | 21.545 % |
3600.03/3603.62	c ERROR INTERRUPTED
3600.03/3603.67	c 3604	CPU 47.63 (0.05 0.02 47.58 1)
3600.03/3603.67	c 3604	END Sat Jul 12 16:19:06 2008

Verifier Data (download as text)

OK	44	887
44 unsatisfied constraints, 887 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-1112466-1215868742/watcher-1112466-1215868742 -o /tmp/evaluation-result-1112466-1215868742/solver-1112466-1215868742 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112466-1215868742.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/81 18185
/proc/meminfo: memFree=1849896/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=12268 CPUtime=0
/proc/18185/stat : 18185 (sugar) R 18183 18185 17622 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 43573326 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18185/statm: 3067 316 241 3 0 167 0

[startup+0.0999459 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18185
/proc/meminfo: memFree=1849896/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13600 CPUtime=0.03
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43573326 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101944 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18185
/proc/meminfo: memFree=1849896/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13600 CPUtime=0.03
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43573326 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301964 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18185
/proc/meminfo: memFree=1849896/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13600 CPUtime=0.03
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43573326 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70201 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18185
/proc/meminfo: memFree=1849896/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13600 CPUtime=0.61
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 957 4781 0 1 3 1 55 2 16 0 1 0 43573326 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18207
/proc/meminfo: memFree=1841104/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13600 CPUtime=0.61
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 974 4781 0 1 3 1 55 2 15 0 1 0 43573326 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3400 797 370 3 0 500 0
[pid=18198] ppid=18185 vsize=5356 CPUtime=0
/proc/18198/stat : 18198 (sh) S 18185 18185 17622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43573394 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18198/statm: 1339 233 193 169 0 50 0
[pid=18199] ppid=18198 vsize=868372 CPUtime=0.78
/proc/18199/stat : 18199 (java) S 18198 18185 17622 0 -1 0 6801 0 1 0 73 5 0 0 18 0 9 0 43573395 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18199/statm: 217093 6026 2562 9 0 211640 0
[pid=18199/tid=18200] ppid=18198 vsize=868372 CPUtime=0.44
/proc/18199/task/18200/stat : 18200 (java) R 18198 18185 17622 0 -1 64 2718 0 1 0 42 2 0 0 18 0 9 0 43573396 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18201] ppid=18198 vsize=868372 CPUtime=0.07
/proc/18199/task/18201/stat : 18201 (java) R 18198 18185 17622 0 -1 64 1919 0 0 0 7 0 0 0 16 0 9 0 43573398 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 102605889 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18202] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18202/stat : 18202 (java) S 18198 18185 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43573398 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18203] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18203/stat : 18203 (java) S 18198 18185 17622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43573398 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18204] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18204/stat : 18204 (java) S 18198 18185 17622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43573400 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18205] ppid=18198 vsize=868372 CPUtime=0.24
/proc/18199/task/18205/stat : 18205 (java) S 18198 18185 17622 0 -1 64 1472 0 0 0 23 1 0 0 16 0 9 0 43573400 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18206] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18206/stat : 18206 (java) S 18198 18185 17622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43573400 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18207] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18207/stat : 18207 (java) S 18198 18185 17622 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43573400 889212928 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887328

[startup+3.10227 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18207
/proc/meminfo: memFree=1826704/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13600 CPUtime=0.61
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 974 4781 0 1 3 1 55 2 15 0 1 0 43573326 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3400 797 370 3 0 500 0
[pid=18198] ppid=18185 vsize=5356 CPUtime=0
/proc/18198/stat : 18198 (sh) S 18185 18185 17622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43573394 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18198/statm: 1339 233 193 169 0 50 0
[pid=18199] ppid=18198 vsize=868372 CPUtime=2.35
/proc/18199/stat : 18199 (java) S 18198 18185 17622 0 -1 0 7290 0 1 0 216 19 0 0 18 0 9 0 43573395 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18199/statm: 217093 6042 2562 9 0 211640 0
[pid=18199/tid=18200] ppid=18198 vsize=868372 CPUtime=1.88
/proc/18199/task/18200/stat : 18200 (java) R 18198 18185 17622 0 -1 64 3193 0 1 0 174 14 0 0 25 0 9 0 43573396 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4126983099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18201] ppid=18198 vsize=868372 CPUtime=0.19
/proc/18199/task/18201/stat : 18201 (java) S 18198 18185 17622 0 -1 64 1919 0 0 0 16 3 0 0 16 0 9 0 43573398 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18202] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18202/stat : 18202 (java) S 18198 18185 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43573398 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18203] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18203/stat : 18203 (java) S 18198 18185 17622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43573398 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18204] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18204/stat : 18204 (java) S 18198 18185 17622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43573400 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18205] ppid=18198 vsize=868372 CPUtime=0.27
/proc/18199/task/18205/stat : 18205 (java) S 18198 18185 17622 0 -1 64 1486 0 0 0 26 1 0 0 16 0 9 0 43573400 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18206] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18206/stat : 18206 (java) S 18198 18185 17622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43573400 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18199/tid=18207] ppid=18198 vsize=868372 CPUtime=0
/proc/18199/task/18207/stat : 18207 (java) S 18198 18185 17622 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43573400 889212928 6042 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887328

[startup+6.30161 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 18209
/proc/meminfo: memFree=1753296/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=4.5
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1080 12847 0 2 4 1 409 36 15 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18208] ppid=18185 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43573793 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18209] ppid=18208 vsize=73356 CPUtime=1.61
/proc/18209/stat : 18209 (minisat) R 18208 18185 17622 0 -1 4194304 17427 0 0 0 150 11 0 0 25 0 1 0 43573794 75116544 17412 996147200 134512640 135127466 4294956256 18446744073709551615 134784532 0 0 4096 3 0 0 0 17 1 0 0
/proc/18209/statm: 18339 17412 80 150 0 18186 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 92444

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 18245
/proc/meminfo: memFree=1797456/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=11.53
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1429 78069 0 5 4 2 1063 84 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18244] ppid=18185 vsize=5356 CPUtime=0
/proc/18244/stat : 18244 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43574510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18244/statm: 1339 232 193 169 0 50 0
[pid=18245] ppid=18244 vsize=71784 CPUtime=0.84
/proc/18245/stat : 18245 (minisat) R 18244 18185 17622 0 -1 4194304 17032 0 0 0 74 10 0 0 25 0 1 0 43574511 73506816 17018 996147200 134512640 135127466 4294956256 18446744073709551615 134702384 0 0 4096 3 0 0 0 17 1 0 0
/proc/18245/statm: 17946 17018 62 150 0 17793 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 90872

[startup+25.5017 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 18245
/proc/meminfo: memFree=1742416/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=11.53
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1429 78069 0 5 4 2 1063 84 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18244] ppid=18185 vsize=5356 CPUtime=0
/proc/18244/stat : 18244 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43574510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18244/statm: 1339 232 193 169 0 50 0
[pid=18245] ppid=18244 vsize=73872 CPUtime=13.51
/proc/18245/stat : 18245 (minisat) R 18244 18185 17622 0 -1 4194304 17528 0 0 0 1341 10 0 0 25 0 1 0 43574511 75644928 17514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18245/statm: 18468 17514 76 150 0 18315 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 92960

[startup+51.1015 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 18257
/proc/meminfo: memFree=1742480/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.64
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 4 2 4758 100 15 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=73860 CPUtime=1.74
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 17535 0 0 0 163 11 0 0 25 0 1 0 43578259 75632640 17521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18257/statm: 18465 17521 73 150 0 18312 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 92948

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 18257
/proc/meminfo: memFree=1741968/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.64
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 4 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=74160 CPUtime=52.45
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 17634 0 0 0 5234 11 0 0 25 0 1 0 43578259 75939840 17611 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18257/statm: 18540 17611 76 150 0 18387 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 93248

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18257
/proc/meminfo: memFree=1739984/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.64
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 4 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1409376/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=354728 CPUtime=3050.26
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 86501 0 0 0 304937 89 0 0 25 0 1 0 43578259 363241472 86470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 88682 86470 76 150 0 88529 0
Current children cumulated CPU time (s) 3098.91
Current children cumulated vsize (KiB) 373816

[startup+3162.3 s]
/proc/loadavg: 2.67 2.63 2.63 3/83 18301
/proc/meminfo: memFree=1405984/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=358160 CPUtime=3110.24
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 87361 0 0 0 310933 91 0 0 25 0 1 0 43578259 366755840 87330 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 89540 87330 76 150 0 89387 0
Current children cumulated CPU time (s) 3158.89
Current children cumulated vsize (KiB) 377248

[startup+3222.3 s]
/proc/loadavg: 2.62 2.62 2.63 3/83 18301
/proc/meminfo: memFree=1401760/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=362340 CPUtime=3170.21
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 88388 0 0 0 316929 92 0 0 25 0 1 0 43578259 371036160 88357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 90585 88357 76 150 0 90432 0
Current children cumulated CPU time (s) 3218.86
Current children cumulated vsize (KiB) 381428

[startup+3282.3 s]
/proc/loadavg: 2.64 2.62 2.62 3/83 18301
/proc/meminfo: memFree=1397216/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=366652 CPUtime=3230.2
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 89505 0 0 0 322926 94 0 0 25 0 1 0 43578259 375451648 89474 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 91663 89474 76 150 0 91510 0
Current children cumulated CPU time (s) 3278.85
Current children cumulated vsize (KiB) 385740

[startup+3342.3 s]
/proc/loadavg: 2.62 2.62 2.62 3/83 18301
/proc/meminfo: memFree=1392992/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=370884 CPUtime=3290.17
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 90571 0 0 0 328922 95 0 0 25 0 1 0 43578259 379785216 90540 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 92721 90540 76 150 0 92568 0
Current children cumulated CPU time (s) 3338.82
Current children cumulated vsize (KiB) 389972

[startup+3402.31 s]
/proc/loadavg: 2.49 2.58 2.61 3/83 18301
/proc/meminfo: memFree=1389344/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=374580 CPUtime=3350.15
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 91473 0 0 0 334919 96 0 0 25 0 1 0 43578259 383569920 91442 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 93645 91442 76 150 0 93492 0
Current children cumulated CPU time (s) 3398.8
Current children cumulated vsize (KiB) 393668

[startup+3462.3 s]
/proc/loadavg: 2.67 2.61 2.62 3/83 18301
/proc/meminfo: memFree=1385120/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=378752 CPUtime=3410.12
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 92508 0 0 0 340915 97 0 0 25 0 1 0 43578259 387842048 92477 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 94688 92477 76 150 0 94535 0
Current children cumulated CPU time (s) 3458.77
Current children cumulated vsize (KiB) 397840

[startup+3522.3 s]
/proc/loadavg: 2.60 2.59 2.61 3/83 18301
/proc/meminfo: memFree=1380832/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=382844 CPUtime=3470.09
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 93555 0 0 0 346911 98 0 0 25 0 1 0 43578259 392032256 93524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 95711 93524 76 150 0 95558 0
Current children cumulated CPU time (s) 3518.74
Current children cumulated vsize (KiB) 401932

[startup+3582.3 s]
/proc/loadavg: 2.57 2.57 2.60 4/83 18301
/proc/meminfo: memFree=1376864/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=386784 CPUtime=3530.07
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 94551 0 0 0 352908 99 0 0 25 0 1 0 43578259 396066816 94520 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 96696 94520 76 150 0 96543 0
Current children cumulated CPU time (s) 3578.72
Current children cumulated vsize (KiB) 405872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.61 s]
/proc/loadavg: 2.60 2.57 2.60 3/83 18303
/proc/meminfo: memFree=1375264/2055920 swapFree=4177044/4192956
[pid=18185] ppid=18183 vsize=13732 CPUtime=48.65
/proc/18185/stat : 18185 (sugar) S 18183 18185 17622 0 -1 4194304 1543 99786 0 6 5 2 4758 100 16 0 1 0 43573326 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18185/statm: 3433 828 374 3 0 533 0
[pid=18256] ppid=18185 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18185 18185 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43578259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=388160 CPUtime=3551.38
/proc/18257/stat : 18257 (minisat) R 18256 18185 17622 0 -1 4194304 94915 0 0 0 355038 100 0 0 25 0 1 0 43578259 397475840 94884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 97040 94884 76 150 0 96887 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 407248

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18185 and gives
#  childrusage.ru_utime.tv_sec=47
#  childrusage.ru_utime.tv_usec=638757
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=45841
# CPU time returned by wait4() is 48.6846
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3603.69
CPU time (s): 3600.03
CPU user time (s): 3598.01
CPU system time (s): 2.02
CPU usage (%): 99.8985
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.6388
system time used= 1.04584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101671
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= 9992
involuntary context switches= 11663

runsolver used 4.00939 second user time and 12.3711 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-12 15:19:02
IDJOB=1112466
IDBENCH=61422
IDSOLVER=368
FILE ID=node47/1112466-1215868742
PBS_JOBID= 7903486
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-7/normalized-super-os-taillard-7-30.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112466-1215868742/watcher-1112466-1215868742 -o /tmp/evaluation-result-1112466-1215868742/solver-1112466-1215868742 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112466-1215868742.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ffaa9cc3319fa6165d508354e57e0a1d
RANDOM SEED=1570368342

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850376 kB
Buffers:         42624 kB
Cached:          81468 kB
SwapCached:       9936 kB
Active:          99040 kB
Inactive:        63052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850376 kB
SwapTotal:     4192956 kB
SwapFree:      4177044 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          50080 kB
Slab:            28472 kB
Committed_AS:   264012 kB
PageTables:       1968 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= 66508 MiB
End job on node47 at 2008-07-12 16:19:08