Trace number 1113904

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+minisatOPTIMUM4 15.0647 15.4468

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-95-7.xml
MD5SUMade751c01265e76d9130de5791ec47bc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark7.41887
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size403
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 22:07:38 2008
0.00/0.04	c 0	PID 15775
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113904-1215893258.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-1113904-1215893258.xml' 'HOME/temp.csp'
0.04/0.36	c 0	49 domains, 49 variables, 1 predicates, 0 relations, 294 constraints
0.04/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.36	c 0	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.34/0.45	c 0	Parsing HOME/temp.csp
0.34/0.59	c 0	parsed 393 expressions
0.34/0.61	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.62	c 0	MAX CSP: 294 constraints
0.34/0.62	c 0	Converting to clausal form CSP
0.34/0.64	c 0	converted 69 (10%) expressions
0.34/0.70	c 0	converted 138 (20%) expressions
0.34/0.72	c 0	converted 207 (30%) expressions
0.34/0.73	c 0	converted 276 (40%) expressions
0.34/0.75	c 0	converted 345 (50%) expressions
0.34/0.76	c 0	converted 414 (60%) expressions
0.34/0.78	c 0	converted 483 (70%) expressions
0.34/0.82	c 0	converted 552 (80%) expressions
0.34/0.89	c 1	converted 621 (90%) expressions
0.34/0.95	c 1	converted 690 (100%) expressions
0.34/0.95	c 1	CSP : 637 integers, 0 booleans, 881 clauses, largest domain size 442
0.34/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.95	c 1	Propagation in CSP
0.34/0.99	c 1	290 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.99	c 1	CSP : 637 integers, 0 booleans, 881 clauses, largest domain size 403
0.34/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.34/1.00	c 1	CSP : 637 integers, 588 booleans, 1469 clauses, largest domain size 403
0.34/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/1.07	c 1	64 (10%) CSP integer variables are encoded (17199 clauses, 235901 bytes)
0.34/1.07	c 1	128 (20%) CSP integer variables are encoded (17199 clauses, 235901 bytes)
0.34/1.07	c 1	192 (30%) CSP integer variables are encoded (17199 clauses, 235901 bytes)
0.34/1.07	c 1	255 (40%) CSP integer variables are encoded (17199 clauses, 235901 bytes)
0.34/1.07	c 1	319 (50%) CSP integer variables are encoded (17199 clauses, 235901 bytes)
0.34/1.07	c 1	383 (60%) CSP integer variables are encoded (17655 clauses, 242741 bytes)
0.34/1.07	c 1	446 (70%) CSP integer variables are encoded (17972 clauses, 247496 bytes)
0.34/1.08	c 1	510 (80%) CSP integer variables are encoded (20540 clauses, 286016 bytes)
0.34/1.08	c 1	574 (90%) CSP integer variables are encoded (20892 clauses, 291296 bytes)
0.34/1.08	c 1	637 (100%) CSP integer variables are encoded (21396 clauses, 298856 bytes)
1.06/1.16	c 1	147 (10%) CSP clauses are encoded (52141 clauses, 898783 bytes)
1.15/1.21	c 1	294 (20%) CSP clauses are encoded (80612 clauses, 1476032 bytes)
1.15/1.27	c 1	441 (30%) CSP clauses are encoded (111487 clauses, 2105601 bytes)
1.25/1.33	c 1	588 (40%) CSP clauses are encoded (140816 clauses, 2704306 bytes)
1.25/1.39	c 1	735 (50%) CSP clauses are encoded (169481 clauses, 3321881 bytes)
1.35/1.45	c 1	882 (60%) CSP clauses are encoded (199854 clauses, 3988764 bytes)
1.35/1.47	c 1	1029 (70%) CSP clauses are encoded (206187 clauses, 4118879 bytes)
1.54/1.66	c 1	1176 (80%) CSP clauses are encoded (292550 clauses, 5940010 bytes)
1.54/1.68	c 1	1323 (90%) CSP clauses are encoded (298883 clauses, 6070125 bytes)
1.64/1.72	c 1	1469 (100%) CSP clauses are encoded (316293 clauses, 6435511 bytes)
1.64/1.72	c 1	1469 CSP clauses encoded
1.64/1.72	c 1	Writing map file : HOME/temp.map
1.64/1.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.73	c 1	SAT : 22621 SAT variables, 316293 SAT clauses, 6435511 bytes
1.64/1.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.78	c 1	OBJECTIVE minimize _COST
1.64/1.78	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.64/1.78	c 1	SEARCHING: _COST <= 147
1.64/1.78	c 1	SOLVING HOME/temp.cnf
1.64/1.78	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.64/1.79	c 1	This is MiniSat 2.0 beta
1.64/1.79	c 1	WARNING: for repeatability, setting FPU to use double precision
1.64/1.79	c 1	============================[ Problem Statistics ]=============================
1.64/1.79	c 1	|                                                                             |
1.64/1.79	c 1	|  Number of variables:  22621                                                |
1.64/1.79	c 1	|  Number of clauses:    316294                                               |
1.68/1.96	c 2	|  Parsing time:         0.15         s                                       |
1.68/1.99	c 2	============================[ Search Statistics ]==============================
1.68/1.99	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.99	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.99	c 2	===============================================================================
1.68/1.99	c 2	|         0 |   21298   272967   791463 |    90989        0    nan |  0.000 % |
1.68/2.02	c 2	===============================================================================
1.68/2.02	c 2	restarts              : 1
1.68/2.02	c 2	conflicts             : 5              (24 /sec)
1.68/2.02	c 2	decisions             : 414            (1.45 % random) (2010 /sec)
1.68/2.02	c 2	propagations          : 24902          (120902 /sec)
1.68/2.02	c 2	conflict literals     : 40             (9.09 % deleted)
1.68/2.02	c 2	Memory used           : 16.26 MB
1.68/2.02	c 2	CPU time              : 0.205968 s
1.68/2.02	c 2	
1.68/2.03	c 2	SATISFIABLE
1.68/2.03	c 2	FOUND: _COST <= 147
1.68/2.03	s SATISFIABLE
1.68/2.03	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.68/2.03	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.93/2.11	c 2	Decoding HOME/temp.out
2.08/2.21	c 2	OBJECTIVE _COST 147
2.08/2.21	o 147
2.08/2.22	v 14 33 228 367 136 244 53 348 242 297 200 2 56 139 203 255 256 341 346 306 392 334 365 280 307 218 320 376 349 342 276 351 350 322 345 401 382 386 310 385 146 361 345 283 323 377 216 380 286
2.08/2.22	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.08/2.25	c 2	OBJECTIVE BOUND: 0 <= _COST <= 147
2.08/2.25	c 2	SEARCHING: _COST <= 73
2.08/2.25	c 2	SOLVING HOME/temp.cnf
2.08/2.25	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.08/2.25	c 2	This is MiniSat 2.0 beta
2.08/2.25	c 2	WARNING: for repeatability, setting FPU to use double precision
2.08/2.25	c 2	============================[ Problem Statistics ]=============================
2.08/2.25	c 2	|                                                                             |
2.08/2.25	c 2	|  Number of variables:  22621                                                |
2.08/2.25	c 2	|  Number of clauses:    316294                                               |
2.11/2.42	c 2	|  Parsing time:         0.15         s                                       |
2.11/2.46	c 2	============================[ Search Statistics ]==============================
2.11/2.46	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.46	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.46	c 2	===============================================================================
2.11/2.46	c 2	|         0 |   20556   246212   713350 |    82070        0    nan |  0.000 % |
2.11/2.53	c 2	|       100 |   20556   246212   713350 |    90277      100     12 |  9.129 % |
2.11/2.55	c 2	===============================================================================
2.11/2.55	c 2	restarts              : 2
2.11/2.55	c 2	conflicts             : 122            (434 /sec)
2.11/2.55	c 2	decisions             : 598            (1.67 % random) (2128 /sec)
2.11/2.55	c 2	propagations          : 162093         (576932 /sec)
2.11/2.55	c 2	conflict literals     : 1534           (15.44 % deleted)
2.11/2.55	c 2	Memory used           : 16.23 MB
2.11/2.55	c 2	CPU time              : 0.280957 s
2.11/2.55	c 2	
2.11/2.56	c 2	SATISFIABLE
2.11/2.57	c 2	FOUND: _COST <= 73
2.11/2.57	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.11/2.57	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.43/2.65	c 2	Decoding HOME/temp.out
2.43/2.75	c 2	OBJECTIVE _COST 73
2.43/2.75	o 73
2.43/2.75	v 194 213 199 71 107 223 320 280 225 97 361 297 145 10 253 402 233 97 40 305 222 370 365 335 307 324 319 296 297 300 331 351 222 250 242 315 229 283 9 317 102 364 100 239 323 74 158 200 12
2.43/2.75	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.43/2.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 73
2.43/2.79	c 2	SEARCHING: _COST <= 36
2.43/2.79	c 2	SOLVING HOME/temp.cnf
2.43/2.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.43/2.79	c 2	This is MiniSat 2.0 beta
2.43/2.79	c 2	WARNING: for repeatability, setting FPU to use double precision
2.43/2.79	c 2	============================[ Problem Statistics ]=============================
2.43/2.79	c 2	|                                                                             |
2.43/2.79	c 2	|  Number of variables:  22621                                                |
2.43/2.79	c 2	|  Number of clauses:    316294                                               |
2.61/2.97	c 3	|  Parsing time:         0.16         s                                       |
2.61/3.01	c 3	============================[ Search Statistics ]==============================
2.61/3.01	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.61/3.01	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.61/3.01	c 3	===============================================================================
2.61/3.01	c 3	|         0 |   20069   224960   651018 |    74986        0    nan |  0.000 % |
2.61/3.08	c 3	|       101 |   20069   224960   651018 |    82485      101     18 | 11.282 % |
2.61/3.15	c 3	|       251 |   20069   224960   651018 |    90733      251     15 | 11.282 % |
3.11/3.33	c 3	|       476 |   20069   224960   651018 |    99807      476     20 | 11.282 % |
3.21/3.47	c 3	|       814 |   20069   224960   651018 |   109787      814     19 | 11.282 % |
3.30/3.50	c 3	===============================================================================
3.30/3.50	c 3	restarts              : 5
3.30/3.50	c 3	conflicts             : 835            (1205 /sec)
3.30/3.50	c 3	decisions             : 1893           (1.43 % random) (2732 /sec)
3.30/3.50	c 3	propagations          : 906178         (1307816 /sec)
3.30/3.50	c 3	conflict literals     : 15778          (14.62 % deleted)
3.30/3.50	c 3	Memory used           : 16.36 MB
3.30/3.50	c 3	CPU time              : 0.692894 s
3.30/3.50	c 3	
3.30/3.51	c 3	SATISFIABLE
3.30/3.52	c 3	FOUND: _COST <= 36
3.30/3.52	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.30/3.52	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.30/3.60	c 3	Decoding HOME/temp.out
3.35/3.69	c 3	OBJECTIVE _COST 36
3.35/3.69	o 36
3.35/3.69	v 237 260 216 180 290 35 320 304 159 256 214 349 5 98 267 4 124 231 174 8 256 343 236 168 280 6 85 376 105 342 33 274 250 169 345 130 382 107 230 15 132 92 345 319 323 356 322 326 341
3.35/3.70	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.35/3.73	c 3	OBJECTIVE BOUND: 0 <= _COST <= 36
3.35/3.73	c 3	SEARCHING: _COST <= 18
3.35/3.73	c 3	SOLVING HOME/temp.cnf
3.35/3.73	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.35/3.73	c 3	This is MiniSat 2.0 beta
3.35/3.73	c 3	WARNING: for repeatability, setting FPU to use double precision
3.35/3.73	c 3	============================[ Problem Statistics ]=============================
3.35/3.73	c 3	|                                                                             |
3.35/3.73	c 3	|  Number of variables:  22621                                                |
3.35/3.73	c 3	|  Number of clauses:    316294                                               |
3.53/3.91	c 4	|  Parsing time:         0.16         s                                       |
3.53/3.95	c 4	============================[ Search Statistics ]==============================
3.53/3.95	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.53/3.95	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.53/3.95	c 4	===============================================================================
3.53/3.95	c 4	|         0 |   19703   212495   614703 |    70831        0    nan |  0.000 % |
3.53/4.01	c 4	|       101 |   19703   212495   614703 |    77914      101     16 | 12.900 % |
3.53/4.07	c 4	|       252 |   19703   212495   614703 |    85706      252     14 | 12.900 % |
3.53/4.14	c 4	|       478 |   19703   212495   614703 |    94276      478     15 | 12.900 % |
3.53/4.35	c 4	|       815 |   19703   212495   614703 |   103704      815     23 | 12.900 % |
4.28/4.52	c 4	|      1322 |   19703   212495   614703 |   114075     1322     20 | 12.900 % |
4.57/4.83	c 4	|      2081 |   19703   212495   614703 |   125482     2081     20 | 12.900 % |
4.96/5.20	c 5	|      3222 |   19703   212495   614703 |   138030     3222     19 | 12.900 % |
5.06/5.39	c 5	===============================================================================
5.06/5.39	c 5	restarts              : 8
5.06/5.39	c 5	conflicts             : 3969           (2446 /sec)
5.06/5.39	c 5	decisions             : 5783           (1.49 % random) (3564 /sec)
5.06/5.39	c 5	propagations          : 3023612        (1863261 /sec)
5.06/5.39	c 5	conflict literals     : 76850          (17.94 % deleted)
5.06/5.39	c 5	Memory used           : 16.45 MB
5.06/5.39	c 5	CPU time              : 1.62275 s
5.06/5.39	c 5	
5.16/5.40	c 5	SATISFIABLE
5.16/5.41	c 5	FOUND: _COST <= 18
5.16/5.41	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.16/5.41	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.16/5.49	c 5	Decoding HOME/temp.out
5.26/5.59	c 5	OBJECTIVE _COST 18
5.26/5.59	o 18
5.26/5.59	v 315 5 389 334 116 208 33 179 334 216 83 125 3 273 66 2 254 30 346 118 304 370 35 335 307 134 213 215 132 186 1 73 247 322 264 214 95 169 2 286 305 267 25 158 242 296 322 2 96
5.26/5.60	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.35/5.62	c 5	OBJECTIVE BOUND: 0 <= _COST <= 18
5.35/5.62	c 5	SEARCHING: _COST <= 9
5.35/5.62	c 5	SOLVING HOME/temp.cnf
5.35/5.62	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.35/5.62	c 5	This is MiniSat 2.0 beta
5.35/5.62	c 5	WARNING: for repeatability, setting FPU to use double precision
5.35/5.62	c 5	============================[ Problem Statistics ]=============================
5.35/5.62	c 5	|                                                                             |
5.35/5.63	c 5	|  Number of variables:  22621                                                |
5.35/5.63	c 5	|  Number of clauses:    316294                                               |
5.37/5.81	c 5	|  Parsing time:         0.15         s                                       |
5.37/5.84	c 6	============================[ Search Statistics ]==============================
5.37/5.84	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.37/5.84	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.37/5.85	c 6	===============================================================================
5.37/5.85	c 6	|         0 |   19382   205403   594381 |    68467        0    nan |  0.000 % |
5.37/5.93	c 6	|       100 |   19382   205403   594381 |    75314      100     18 | 14.319 % |
5.37/5.99	c 6	|       250 |   19382   205403   594381 |    82845      250     16 | 14.319 % |
5.37/6.12	c 6	|       477 |   19382   205403   594381 |    91130      477     23 | 14.319 % |
5.37/6.21	c 6	|       814 |   19382   205403   594381 |   100243      814     19 | 14.319 % |
5.37/6.36	c 6	|      1320 |   19382   205403   594381 |   110267     1320     17 | 14.319 % |
5.37/6.59	c 6	|      2079 |   19382   205403   594381 |   121294     2079     17 | 14.319 % |
6.81/7.12	c 7	|      3220 |   19382   205403   594381 |   133424     3220     18 | 14.319 % |
7.41/7.79	c 7	===============================================================================
7.41/7.79	c 7	restarts              : 8
7.41/7.79	c 7	conflicts             : 4843           (2288 /sec)
7.41/7.79	c 7	decisions             : 6429           (1.59 % random) (3037 /sec)
7.41/7.79	c 7	propagations          : 4000625        (1890049 /sec)
7.41/7.79	c 7	conflict literals     : 91463          (18.34 % deleted)
7.41/7.79	c 7	Memory used           : 16.39 MB
7.41/7.79	c 7	CPU time              : 2.11668 s
7.41/7.79	c 7	
7.41/7.80	c 7	SATISFIABLE
7.51/7.81	c 7	FOUND: _COST <= 9
7.51/7.81	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.51/7.81	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.51/7.89	c 8	Decoding HOME/temp.out
7.52/7.98	c 8	OBJECTIVE _COST 9
7.52/7.98	o 9
7.52/7.98	v 17 148 3 187 36 306 223 44 131 81 2 186 240 342 290 128 78 20 129 186 392 135 268 84 168 2 320 283 77 342 270 25 8 131 212 308 15 61 310 252 88 45 264 51 323 214 322 241 152
7.52/7.99	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.52/8.02	c 8	OBJECTIVE BOUND: 0 <= _COST <= 9
7.52/8.02	c 8	SEARCHING: _COST <= 4
7.52/8.02	c 8	SOLVING HOME/temp.cnf
7.52/8.02	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.52/8.02	c 8	This is MiniSat 2.0 beta
7.52/8.02	c 8	WARNING: for repeatability, setting FPU to use double precision
7.52/8.02	c 8	============================[ Problem Statistics ]=============================
7.52/8.02	c 8	|                                                                             |
7.52/8.02	c 8	|  Number of variables:  22621                                                |
7.52/8.02	c 8	|  Number of clauses:    316294                                               |
7.71/8.21	c 8	|  Parsing time:         0.16         s                                       |
7.71/8.25	c 8	============================[ Search Statistics ]==============================
7.71/8.25	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.71/8.25	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.71/8.25	c 8	===============================================================================
7.71/8.25	c 8	|         0 |   19014   200716   581419 |    66905        0    nan |  0.000 % |
7.71/8.29	c 8	|       100 |   19014   200716   581419 |    73595      100     11 | 15.945 % |
7.72/8.36	c 8	|       253 |   19014   200716   581419 |    80955      253     11 | 15.945 % |
7.72/8.44	c 8	|       479 |   19014   200716   581419 |    89050      479     12 | 15.945 % |
7.72/8.54	c 8	|       816 |   19014   200716   581419 |    97956      816     13 | 15.945 % |
7.72/8.74	c 8	|      1323 |   19014   200716   581419 |   107751     1323     14 | 15.945 % |
8.67/9.04	c 9	|      2085 |   19014   200716   581419 |   118526     2085     15 | 15.945 % |
9.17/9.54	c 9	|      3225 |   19014   200716   581419 |   130379     3225     17 | 15.945 % |
9.57/9.93	c 10	===============================================================================
9.57/9.94	c 10	restarts              : 8
9.57/9.94	c 10	conflicts             : 4143           (2211 /sec)
9.57/9.94	c 10	decisions             : 5575           (1.54 % random) (2975 /sec)
9.57/9.94	c 10	propagations          : 3378216        (1802951 /sec)
9.57/9.94	c 10	conflict literals     : 76045          (16.58 % deleted)
9.57/9.94	c 10	Memory used           : 16.36 MB
9.57/9.94	c 10	CPU time              : 1.87372 s
9.57/9.94	c 10	
9.57/9.95	c 10	SATISFIABLE
9.57/9.95	c 10	FOUND: _COST <= 4
9.57/9.95	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.57/9.95	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.62/10.03	c 10	Decoding HOME/temp.out
9.62/10.28	c 10	OBJECTIVE _COST 4
9.62/10.28	o 4
9.62/10.28	v 45 64 8 187 84 223 320 263 121 54 361 0 176 300 135 0 253 120 196 306 90 370 332 302 87 183 1 275 191 3 119 67 245 322 262 52 256 236 310 101 125 119 303 18 22 277 102 380 201
9.62/10.28	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.62/10.31	c 10	OBJECTIVE BOUND: 0 <= _COST <= 4
9.62/10.31	c 10	SEARCHING: _COST <= 2
9.62/10.31	c 10	SOLVING HOME/temp.cnf
9.62/10.31	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.62/10.32	c 10	This is MiniSat 2.0 beta
9.62/10.32	c 10	WARNING: for repeatability, setting FPU to use double precision
9.62/10.32	c 10	============================[ Problem Statistics ]=============================
9.62/10.32	c 10	|                                                                             |
9.62/10.32	c 10	|  Number of variables:  22621                                                |
9.62/10.32	c 10	|  Number of clauses:    316294                                               |
9.97/10.50	c 10	|  Parsing time:         0.15         s                                       |
9.97/10.54	c 10	============================[ Search Statistics ]==============================
9.97/10.54	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.97/10.54	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.97/10.54	c 10	===============================================================================
9.97/10.54	c 10	|         0 |   18718   198421   575420 |    66140        0    nan |  0.000 % |
9.97/10.58	c 10	|       100 |   18718   198421   575420 |    72754      100     13 | 17.254 % |
9.97/10.65	c 10	|       250 |   18718   198421   575420 |    80029      250     19 | 17.254 % |
9.97/10.73	c 10	|       475 |   18718   198421   575420 |    88032      475     17 | 17.254 % |
9.97/10.84	c 11	|       814 |   18718   198421   575420 |    96836      814     17 | 17.254 % |
10.63/11.01	c 11	|      1320 |   18718   198421   575420 |   106519     1320     17 | 17.254 % |
10.83/11.25	c 11	|      2080 |   18718   198421   575420 |   117171     2080     17 | 17.254 % |
10.93/11.39	c 11	===============================================================================
10.93/11.39	c 11	restarts              : 7
10.93/11.39	c 11	conflicts             : 2670           (2588 /sec)
10.93/11.39	c 11	decisions             : 3417           (1.73 % random) (3312 /sec)
10.93/11.39	c 11	propagations          : 1885911        (1827711 /sec)
10.93/11.39	c 11	conflict literals     : 42815          (16.80 % deleted)
10.93/11.39	c 11	Memory used           : 16.36 MB
10.93/11.39	c 11	CPU time              : 1.03184 s
10.93/11.39	c 11	
10.93/11.39	c 11	UNSATISFIABLE
10.93/11.39	c 11	NOT FOUND: _COST <= 2
10.93/11.39	c 11	OBJECTIVE BOUND: 3 <= _COST <= 4
10.93/11.39	c 11	SEARCHING: _COST <= 3
10.93/11.39	c 11	SOLVING HOME/temp.cnf
10.93/11.39	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.93/11.39	c 11	This is MiniSat 2.0 beta
10.93/11.39	c 11	WARNING: for repeatability, setting FPU to use double precision
10.93/11.39	c 11	============================[ Problem Statistics ]=============================
10.93/11.39	c 11	|                                                                             |
10.93/11.40	c 11	|  Number of variables:  22621                                                |
10.93/11.40	c 11	|  Number of clauses:    316294                                               |
11.04/11.58	c 11	|  Parsing time:         0.16         s                                       |
11.04/11.62	c 11	============================[ Search Statistics ]==============================
11.04/11.62	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.04/11.62	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.04/11.62	c 11	===============================================================================
11.04/11.62	c 11	|         0 |   18885   199602   578463 |    66534        0    nan |  0.000 % |
11.04/11.67	c 11	|       101 |   18885   199602   578463 |    73187      101     13 | 16.516 % |
11.04/11.73	c 11	|       252 |   18885   199602   578463 |    80506      252     13 | 16.516 % |
11.04/11.83	c 11	|       477 |   18885   199602   578463 |    88556      477     17 | 16.516 % |
11.04/11.95	c 12	|       815 |   18885   199602   578463 |    97412      815     15 | 16.516 % |
11.83/12.20	c 12	|      1322 |   18885   199602   578463 |   107153     1322     18 | 16.516 % |
12.12/12.50	c 12	|      2081 |   18885   199602   578463 |   117869     2081     18 | 16.516 % |
12.92/13.36	c 13	|      3220 |   18885   199602   578463 |   129655     3220     24 | 16.516 % |
13.61/14.04	c 14	|      4929 |   18885   199602   578463 |   142621     4929     24 | 16.516 % |
14.70/15.19	c 15	|      7491 |   18883   199593   578441 |   156883     7441     24 | 16.525 % |
15.00/15.43	c 15	===============================================================================
15.00/15.43	c 15	restarts              : 10
15.00/15.43	c 15	conflicts             : 10248          (2580 /sec)
15.00/15.43	c 15	decisions             : 11949          (1.61 % random) (3009 /sec)
15.00/15.43	c 15	propagations          : 7093902        (1786249 /sec)
15.00/15.43	c 15	conflict literals     : 215129         (20.26 % deleted)
15.00/15.43	c 15	Memory used           : 16.39 MB
15.00/15.43	c 15	CPU time              : 3.9714 s
15.00/15.43	c 15	
15.00/15.43	c 15	UNSATISFIABLE
15.00/15.44	c 15	NOT FOUND: _COST <= 3
15.00/15.44	c 15	OBJECTIVE _COST 4
15.00/15.44	s OPTIMUM FOUND
15.00/15.44	c 15	CPU 14.51 (0.04 0.02 14.47 0.51)
15.00/15.44	c 15	END Sat Jul 12 22:07:53 2008

Verifier Data (download as text)

OK	4	290
4 unsatisfied constraints, 290 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-1113904-1215893258/watcher-1113904-1215893258 -o /tmp/evaluation-result-1113904-1215893258/solver-1113904-1215893258 -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-1113904-1215893258.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.18 2.28 2.38 4/81 15775
/proc/meminfo: memFree=1919784/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=12272 CPUtime=0
/proc/15775/stat : 15775 (sugar) R 15773 15775 14233 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 46025589 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 213116484197 0 0 4224 0 0 0 0 17 1 0 0
/proc/15775/statm: 3068 327 246 3 0 168 0

[startup+0.104529 s]
/proc/loadavg: 2.18 2.28 2.38 4/81 15775
/proc/meminfo: memFree=1919784/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=0.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 46025589 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201541 s]
/proc/loadavg: 2.18 2.28 2.38 4/81 15775
/proc/meminfo: memFree=1919784/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=0.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 46025589 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301552 s]
/proc/loadavg: 2.18 2.28 2.38 4/81 15775
/proc/meminfo: memFree=1919784/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=0.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 46025589 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701594 s]
/proc/loadavg: 2.18 2.28 2.38 4/81 15775
/proc/meminfo: memFree=1919784/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=0.34
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 974 4511 0 1 3 1 26 4 15 0 1 0 46025589 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 2.16 2.28 2.37 4/92 15797
/proc/meminfo: memFree=1905104/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=0.34
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 974 4511 0 1 3 1 26 4 15 0 1 0 46025589 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 797 370 3 0 500 0
[pid=15788] ppid=15775 vsize=5356 CPUtime=0
/proc/15788/stat : 15788 (sh) S 15775 15775 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46025626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15788/statm: 1339 233 193 169 0 50 0
[pid=15789] ppid=15788 vsize=868476 CPUtime=1.11
/proc/15789/stat : 15789 (java) S 15788 15775 14233 0 -1 0 6418 0 1 0 103 8 0 0 19 0 9 0 46025626 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15789/statm: 217119 5547 2562 9 0 211666 0
[pid=15789/tid=15790] ppid=15788 vsize=868476 CPUtime=0.81
/proc/15789/task/15790/stat : 15790 (java) R 15788 15775 14233 0 -1 64 2812 0 1 0 76 5 0 0 20 0 9 0 46025627 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4126580218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15791] ppid=15788 vsize=868476 CPUtime=0.07
/proc/15789/task/15791/stat : 15791 (java) S 15788 15775 14233 0 -1 64 1451 0 0 0 6 1 0 0 16 0 9 0 46025628 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15792] ppid=15788 vsize=868476 CPUtime=0
/proc/15789/task/15792/stat : 15792 (java) S 15788 15775 14233 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46025628 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15793] ppid=15788 vsize=868476 CPUtime=0
/proc/15789/task/15793/stat : 15793 (java) S 15788 15775 14233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46025628 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15794] ppid=15788 vsize=868476 CPUtime=0
/proc/15789/task/15794/stat : 15794 (java) S 15788 15775 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46025631 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15795] ppid=15788 vsize=868476 CPUtime=0.2
/proc/15789/task/15795/stat : 15795 (java) S 15788 15775 14233 0 -1 64 1462 0 0 0 20 0 0 0 16 0 9 0 46025631 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15796] ppid=15788 vsize=868476 CPUtime=0
/proc/15789/task/15796/stat : 15796 (java) S 15788 15775 14233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46025631 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15789/tid=15797] ppid=15788 vsize=868476 CPUtime=0
/proc/15789/task/15797/stat : 15797 (java) S 15788 15775 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46025631 889319424 5547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887432

[startup+3.10186 s]
/proc/loadavg: 2.16 2.28 2.37 3/92 15809
/proc/meminfo: memFree=1905616/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=2.61
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1296 27193 0 4 3 1 232 25 15 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 13600

[startup+6.30121 s]
/proc/loadavg: 2.15 2.27 2.37 3/92 15845
/proc/meminfo: memFree=1906320/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=5.37
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1524 43153 0 6 3 2 497 35 15 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 13600

[startup+12.7019 s]
/proc/loadavg: 2.22 2.28 2.37 3/84 15873
/proc/meminfo: memFree=1895632/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=11.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1807 63271 0 8 4 2 1050 48 15 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
[pid=15872] ppid=15775 vsize=5356 CPUtime=0
/proc/15872/stat : 15872 (sh) S 15775 15775 14233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46026729 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15872/statm: 1339 232 193 169 0 50 0
[pid=15873] ppid=15872 vsize=16620 CPUtime=1.28
/proc/15873/stat : 15873 (minisat) R 15872 15775 14233 0 -1 4194304 3871 0 0 0 126 2 0 0 25 0 1 0 46026729 17018880 3857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15873/statm: 4155 3857 75 150 0 4002 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 35576

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

[startup+12.8019 s]
/proc/loadavg: 2.22 2.28 2.37 3/84 15873
/proc/meminfo: memFree=1895632/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=11.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1807 63271 0 8 4 2 1050 48 15 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
[pid=15872] ppid=15775 vsize=5356 CPUtime=0
/proc/15872/stat : 15872 (sh) S 15775 15775 14233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46026729 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15872/statm: 1339 232 193 169 0 50 0
[pid=15873] ppid=15872 vsize=16620 CPUtime=1.38
/proc/15873/stat : 15873 (minisat) R 15872 15775 14233 0 -1 4194304 3871 0 0 0 136 2 0 0 25 0 1 0 46026729 17018880 3857 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15873/statm: 4155 3857 75 150 0 4002 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 35576

[startup+14.4061 s]
/proc/loadavg: 2.22 2.28 2.37 3/84 15873
/proc/meminfo: memFree=1895568/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=11.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1807 63271 0 8 4 2 1050 48 15 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
[pid=15872] ppid=15775 vsize=5356 CPUtime=0
/proc/15872/stat : 15872 (sh) S 15775 15775 14233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46026729 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15872/statm: 1339 232 193 169 0 50 0
[pid=15873] ppid=15872 vsize=16780 CPUtime=2.97
/proc/15873/stat : 15873 (minisat) R 15872 15775 14233 0 -1 4194304 3879 0 0 0 295 2 0 0 25 0 1 0 46026729 17182720 3865 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/15873/statm: 4195 3865 75 150 0 4042 0
Current children cumulated CPU time (s) 14.01
Current children cumulated vsize (KiB) 35736

[startup+15.2012 s]
/proc/loadavg: 2.22 2.28 2.37 3/84 15873
/proc/meminfo: memFree=1895568/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=11.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1807 63271 0 8 4 2 1050 48 16 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
[pid=15872] ppid=15775 vsize=5356 CPUtime=0
/proc/15872/stat : 15872 (sh) S 15775 15775 14233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46026729 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15872/statm: 1339 232 193 169 0 50 0
[pid=15873] ppid=15872 vsize=16780 CPUtime=3.76
/proc/15873/stat : 15873 (minisat) R 15872 15775 14233 0 -1 4194304 3880 0 0 0 374 2 0 0 25 0 1 0 46026729 17182720 3866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15873/statm: 4195 3866 75 150 0 4042 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 35736

[startup+15.4012 s]
/proc/loadavg: 2.20 2.28 2.37 3/84 15873
/proc/meminfo: memFree=1895632/2055920 swapFree=4191900/4192956
[pid=15775] ppid=15773 vsize=13600 CPUtime=11.04
/proc/15775/stat : 15775 (sugar) S 15773 15775 14233 0 -1 4194304 1807 63271 0 8 4 2 1050 48 16 0 1 0 46025589 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15775/statm: 3400 810 374 3 0 500 0
[pid=15872] ppid=15775 vsize=5356 CPUtime=0
/proc/15872/stat : 15872 (sh) S 15775 15775 14233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46026729 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15872/statm: 1339 232 193 169 0 50 0
[pid=15873] ppid=15872 vsize=16780 CPUtime=3.96
/proc/15873/stat : 15873 (minisat) R 15872 15775 14233 0 -1 4194304 3883 0 0 0 394 2 0 0 25 0 1 0 46026729 17182720 3869 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/15873/statm: 4195 3869 75 150 0 4042 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 35736

Child status: 0
Real time (s): 15.4468
CPU time (s): 15.0647
CPU user time (s): 14.5198
CPU system time (s): 0.544917
CPU usage (%): 97.5264
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5198
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69326
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4206
involuntary context switches= 4525

runsolver used 0.022996 second user time and 0.071989 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-12 22:07:38
IDJOB=1113904
IDBENCH=61660
IDSOLVER=368
FILE ID=node37/1113904-1215893258
PBS_JOBID= 7903569
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-95-7.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-1113904-1215893258/watcher-1113904-1215893258 -o /tmp/evaluation-result-1113904-1215893258/solver-1113904-1215893258 -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-1113904-1215893258.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ade751c01265e76d9130de5791ec47bc
RANDOM SEED=217044226

node37.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.238
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.238
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:       1920264 kB
Buffers:         13432 kB
Cached:          48872 kB
SwapCached:        256 kB
Active:          66248 kB
Inactive:        27920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920264 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2224 kB
Writeback:           0 kB
Mapped:          50752 kB
Slab:            26476 kB
Committed_AS:   207560 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node37 at 2008-07-12 22:07:53