Trace number 1113910

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+minisatOPTIMUM3 18.5052 19.066

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-95-9.xml
MD5SUMa9814aab0a64743442164ff9858cefcc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark13.7419
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size378
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:08:08 2008
0.00/0.04	c 0	PID 19020
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113910-1215893288.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-1113910-1215893288.xml' 'HOME/temp.csp'
0.04/0.34	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.57	c 0	parsed 393 expressions
0.34/0.57	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.58	c 0	MAX CSP: 294 constraints
0.34/0.58	c 0	Converting to clausal form CSP
0.34/0.60	c 0	converted 69 (10%) expressions
0.34/0.62	c 0	converted 138 (20%) expressions
0.34/0.64	c 0	converted 207 (30%) expressions
0.34/0.65	c 0	converted 276 (40%) expressions
0.34/0.67	c 0	converted 345 (50%) expressions
0.34/0.68	c 1	converted 414 (60%) expressions
0.34/0.69	c 1	converted 483 (70%) expressions
0.34/0.69	c 1	converted 552 (80%) expressions
0.34/0.77	c 1	converted 621 (90%) expressions
0.34/0.83	c 1	converted 690 (100%) expressions
0.34/0.83	c 1	CSP : 637 integers, 0 booleans, 881 clauses, largest domain size 442
0.34/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.83	c 1	Propagation in CSP
0.34/0.87	c 1	290 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.87	c 1	CSP : 637 integers, 0 booleans, 881 clauses, largest domain size 378
0.34/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.87	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.88	c 1	CSP : 637 integers, 588 booleans, 1469 clauses, largest domain size 378
0.34/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.95	c 1	64 (10%) CSP integer variables are encoded (16029 clauses, 218357 bytes)
0.34/0.95	c 1	128 (20%) CSP integer variables are encoded (16029 clauses, 218357 bytes)
0.34/0.95	c 1	192 (30%) CSP integer variables are encoded (16029 clauses, 218357 bytes)
0.34/0.95	c 1	255 (40%) CSP integer variables are encoded (16029 clauses, 218357 bytes)
0.34/0.95	c 1	319 (50%) CSP integer variables are encoded (16029 clauses, 218357 bytes)
0.34/0.95	c 1	383 (60%) CSP integer variables are encoded (16485 clauses, 225197 bytes)
0.34/0.95	c 1	446 (70%) CSP integer variables are encoded (16802 clauses, 229952 bytes)
0.34/0.96	c 1	510 (80%) CSP integer variables are encoded (19370 clauses, 268472 bytes)
0.34/0.96	c 1	574 (90%) CSP integer variables are encoded (19722 clauses, 273752 bytes)
0.34/0.96	c 1	637 (100%) CSP integer variables are encoded (20226 clauses, 281312 bytes)
0.95/1.03	c 1	147 (10%) CSP clauses are encoded (47501 clauses, 810375 bytes)
0.95/1.09	c 1	294 (20%) CSP clauses are encoded (76024 clauses, 1388334 bytes)
1.05/1.14	c 1	441 (30%) CSP clauses are encoded (103231 clauses, 1942289 bytes)
1.05/1.20	c 1	588 (40%) CSP clauses are encoded (130736 clauses, 2501235 bytes)
1.14/1.25	c 1	735 (50%) CSP clauses are encoded (158207 clauses, 3084097 bytes)
1.24/1.31	c 1	882 (60%) CSP clauses are encoded (185304 clauses, 3678908 bytes)
1.24/1.32	c 1	1029 (70%) CSP clauses are encoded (191637 clauses, 3809023 bytes)
1.44/1.51	c 1	1176 (80%) CSP clauses are encoded (278000 clauses, 5630154 bytes)
1.44/1.53	c 1	1323 (90%) CSP clauses are encoded (284333 clauses, 5760269 bytes)
1.44/1.56	c 1	1469 (100%) CSP clauses are encoded (301743 clauses, 6125655 bytes)
1.44/1.56	c 1	1469 CSP clauses encoded
1.44/1.57	c 1	Writing map file : HOME/temp.map
1.44/1.57	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.57	c 1	SAT : 21451 SAT variables, 301743 SAT clauses, 6125655 bytes
1.44/1.57	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.62	c 1	OBJECTIVE minimize _COST
1.51/1.62	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.51/1.62	c 1	SEARCHING: _COST <= 147
1.51/1.62	c 1	SOLVING HOME/temp.cnf
1.51/1.62	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.62	c 1	This is MiniSat 2.0 beta
1.51/1.62	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.62	c 1	============================[ Problem Statistics ]=============================
1.51/1.62	c 1	|                                                                             |
1.51/1.63	c 1	|  Number of variables:  21451                                                |
1.51/1.63	c 1	|  Number of clauses:    301744                                               |
1.54/1.80	c 2	|  Parsing time:         0.14         s                                       |
1.54/1.83	c 2	============================[ Search Statistics ]==============================
1.54/1.83	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.83	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.83	c 2	===============================================================================
1.54/1.83	c 2	|         0 |   20128   258417   748983 |    86139        0    nan |  0.000 % |
1.54/1.86	c 2	===============================================================================
1.54/1.86	c 2	restarts              : 1
1.54/1.86	c 2	conflicts             : 7              (35 /sec)
1.54/1.86	c 2	decisions             : 423            (1.18 % random) (2126 /sec)
1.54/1.86	c 2	propagations          : 25852          (129930 /sec)
1.54/1.86	c 2	conflict literals     : 58             (6.45 % deleted)
1.54/1.86	c 2	Memory used           : 15.15 MB
1.54/1.86	c 2	CPU time              : 0.198969 s
1.54/1.86	c 2	
1.54/1.87	c 2	SATISFIABLE
1.54/1.87	c 2	FOUND: _COST <= 147
1.54/1.87	s SATISFIABLE
1.54/1.87	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.54/1.87	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.78/1.95	c 2	Decoding HOME/temp.out
1.78/2.05	c 2	OBJECTIVE _COST 147
1.78/2.05	o 147
1.78/2.05	v 359 244 131 3 0 89 182 156 263 160 3 357 64 173 49 67 131 166 374 303 273 360 187 340 264 309 377 351 313 372 328 265 317 324 314 338 327 308 73 317 373 325 357 357 174 329 294 300 294
1.78/2.05	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.78/2.08	c 2	OBJECTIVE BOUND: 0 <= _COST <= 147
1.78/2.08	c 2	SEARCHING: _COST <= 73
1.78/2.08	c 2	SOLVING HOME/temp.cnf
1.78/2.08	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.78/2.09	c 2	This is MiniSat 2.0 beta
1.78/2.09	c 2	WARNING: for repeatability, setting FPU to use double precision
1.78/2.09	c 2	============================[ Problem Statistics ]=============================
1.78/2.09	c 2	|                                                                             |
1.78/2.09	c 2	|  Number of variables:  21451                                                |
1.78/2.09	c 2	|  Number of clauses:    301744                                               |
2.07/2.27	c 2	|  Parsing time:         0.15         s                                       |
2.16/2.30	c 2	============================[ Search Statistics ]==============================
2.16/2.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.16/2.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.16/2.30	c 2	===============================================================================
2.16/2.30	c 2	|         0 |   19386   231662   670870 |    77220        0    nan |  0.000 % |
2.16/2.35	c 2	===============================================================================
2.16/2.36	c 2	restarts              : 1
2.16/2.36	c 2	conflicts             : 29             (124 /sec)
2.16/2.36	c 2	decisions             : 307            (1.30 % random) (1312 /sec)
2.16/2.36	c 2	propagations          : 60673          (259326 /sec)
2.16/2.36	c 2	conflict literals     : 684            (10.35 % deleted)
2.16/2.36	c 2	Memory used           : 15.13 MB
2.16/2.36	c 2	CPU time              : 0.233964 s
2.16/2.36	c 2	
2.16/2.37	c 2	SATISFIABLE
2.16/2.37	c 2	FOUND: _COST <= 73
2.16/2.37	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.16/2.37	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.25/2.45	c 2	Decoding HOME/temp.out
2.25/2.67	c 3	OBJECTIVE _COST 73
2.25/2.67	o 73
2.25/2.67	v 181 1 323 95 200 266 203 1 201 187 262 357 95 5 17 70 35 296 374 134 209 307 199 2 40 151 261 262 135 259 328 265 317 324 198 256 327 308 295 201 373 325 275 357 289 329 313 300 178
2.25/2.68	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.25/2.69	c 3	OBJECTIVE BOUND: 0 <= _COST <= 73
2.25/2.69	c 3	SEARCHING: _COST <= 36
2.25/2.69	c 3	SOLVING HOME/temp.cnf
2.25/2.69	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.55/2.86	c 3	This is MiniSat 2.0 beta
2.55/2.86	c 3	WARNING: for repeatability, setting FPU to use double precision
2.55/2.86	c 3	============================[ Problem Statistics ]=============================
2.55/2.86	c 3	|                                                                             |
2.55/2.86	c 3	|  Number of variables:  21451                                                |
2.55/2.86	c 3	|  Number of clauses:    301744                                               |
2.55/3.04	c 3	|  Parsing time:         0.14         s                                       |
2.55/3.08	c 3	============================[ Search Statistics ]==============================
2.55/3.08	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.55/3.08	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.55/3.08	c 3	===============================================================================
2.55/3.08	c 3	|         0 |   18899   210410   608538 |    70136        0    nan |  0.000 % |
2.55/3.14	c 3	|       100 |   18899   210410   608538 |    77150      100     13 | 11.897 % |
2.87/3.25	c 3	===============================================================================
2.87/3.26	c 3	restarts              : 2
2.87/3.26	c 3	conflicts             : 222            (631 /sec)
2.87/3.26	c 3	decisions             : 615            (0.98 % random) (1747 /sec)
2.87/3.26	c 3	propagations          : 259963         (738645 /sec)
2.87/3.26	c 3	conflict literals     : 4476           (15.16 % deleted)
2.87/3.26	c 3	Memory used           : 15.26 MB
2.87/3.26	c 3	CPU time              : 0.351946 s
2.87/3.26	c 3	
2.87/3.26	c 3	SATISFIABLE
2.87/3.27	c 3	FOUND: _COST <= 36
2.87/3.27	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.87/3.27	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'
2.96/3.35	c 3	Decoding HOME/temp.out
2.96/3.45	c 3	OBJECTIVE _COST 36
2.96/3.45	o 36
2.96/3.45	v 151 284 327 292 281 183 23 374 10 239 178 252 282 71 142 161 99 300 138 225 0 40 321 96 170 273 161 134 328 154 58 160 317 324 253 338 348 1 265 277 214 108 308 162 219 329 86 85 1
2.96/3.45	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.96/3.51	c 3	OBJECTIVE BOUND: 0 <= _COST <= 36
2.96/3.51	c 3	SEARCHING: _COST <= 18
2.96/3.51	c 3	SOLVING HOME/temp.cnf
2.96/3.51	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.96/3.51	c 3	This is MiniSat 2.0 beta
2.96/3.51	c 3	WARNING: for repeatability, setting FPU to use double precision
2.96/3.51	c 3	============================[ Problem Statistics ]=============================
2.96/3.51	c 3	|                                                                             |
2.96/3.51	c 3	|  Number of variables:  21451                                                |
2.96/3.51	c 3	|  Number of clauses:    301744                                               |
3.14/3.69	c 4	|  Parsing time:         0.16         s                                       |
3.14/3.73	c 4	============================[ Search Statistics ]==============================
3.14/3.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.14/3.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.14/3.73	c 4	===============================================================================
3.14/3.73	c 4	|         0 |   18533   197945   572223 |    65981        0    nan |  0.000 % |
3.14/3.78	c 4	|       101 |   18533   197945   572223 |    72579      101     11 | 13.603 % |
3.14/3.94	c 4	|       251 |   18533   197945   572223 |    79837      251     25 | 13.603 % |
3.14/4.02	c 4	|       477 |   18533   197945   572223 |    87821      477     19 | 13.603 % |
3.14/4.15	c 4	|       815 |   18533   197945   572223 |    96603      815     18 | 13.603 % |
3.92/4.35	c 4	|      1321 |   18533   197945   572223 |   106264     1321     17 | 13.603 % |
4.22/4.64	c 4	===============================================================================
4.22/4.64	c 4	restarts              : 6
4.22/4.64	c 4	conflicts             : 1734           (1568 /sec)
4.22/4.64	c 4	decisions             : 2850           (1.40 % random) (2577 /sec)
4.22/4.64	c 4	propagations          : 1618417        (1463530 /sec)
4.22/4.64	c 4	conflict literals     : 34542          (19.24 % deleted)
4.22/4.64	c 4	Memory used           : 15.25 MB
4.22/4.64	c 4	CPU time              : 1.10583 s
4.22/4.64	c 4	
4.22/4.65	c 4	SATISFIABLE
4.22/4.66	c 4	FOUND: _COST <= 18
4.22/4.66	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.22/4.66	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.28/4.74	c 5	Decoding HOME/temp.out
4.28/4.84	c 5	OBJECTIVE _COST 18
4.28/4.84	o 18
4.28/4.84	v 186 6 205 100 271 274 316 1 193 258 132 111 286 7 93 279 343 111 195 199 5 360 189 256 91 16 188 64 128 0 174 224 317 10 64 246 194 118 295 3 188 65 225 97 254 16 229 137 294
4.28/4.84	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.28/4.87	c 5	OBJECTIVE BOUND: 0 <= _COST <= 18
4.28/4.87	c 5	SEARCHING: _COST <= 9
4.28/4.87	c 5	SOLVING HOME/temp.cnf
4.28/4.87	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.28/4.87	c 5	This is MiniSat 2.0 beta
4.28/4.87	c 5	WARNING: for repeatability, setting FPU to use double precision
4.28/4.87	c 5	============================[ Problem Statistics ]=============================
4.28/4.87	c 5	|                                                                             |
4.28/4.88	c 5	|  Number of variables:  21451                                                |
4.28/4.88	c 5	|  Number of clauses:    301744                                               |
4.47/5.06	c 5	|  Parsing time:         0.15         s                                       |
4.47/5.10	c 5	============================[ Search Statistics ]==============================
4.47/5.10	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.47/5.10	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.47/5.10	c 5	===============================================================================
4.47/5.10	c 5	|         0 |   18212   190853   551901 |    63617        0    nan |  0.000 % |
4.47/5.15	c 5	|       101 |   18212   190853   551901 |    69979      101     11 | 15.100 % |
4.47/5.21	c 5	|       251 |   18212   190853   551901 |    76977      251     16 | 15.100 % |
4.47/5.30	c 5	|       476 |   18212   190853   551901 |    84675      476     15 | 15.100 % |
5.08/5.55	c 5	|       813 |   18212   190853   551901 |    93142      813     19 | 15.100 % |
5.27/5.70	c 6	|      1320 |   18212   190853   551901 |   102456     1320     16 | 15.100 % |
5.77/6.22	c 6	===============================================================================
5.77/6.23	c 6	restarts              : 6
5.77/6.23	c 6	conflicts             : 1816           (1385 /sec)
5.77/6.23	c 6	decisions             : 2784           (1.47 % random) (2124 /sec)
5.77/6.23	c 6	propagations          : 1826550        (1393462 /sec)
5.77/6.23	c 6	conflict literals     : 42697          (12.92 % deleted)
5.77/6.23	c 6	Memory used           : 15.28 MB
5.77/6.23	c 6	CPU time              : 1.3108 s
5.77/6.23	c 6	
5.77/6.23	c 6	SATISFIABLE
5.77/6.24	c 6	FOUND: _COST <= 9
5.77/6.24	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.77/6.24	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'
5.83/6.32	c 6	Decoding HOME/temp.out
6.07/6.57	c 6	OBJECTIVE _COST 9
6.07/6.57	o 9
6.07/6.57	v 359 67 3 203 294 161 297 260 115 273 177 239 286 1 279 1 74 201 299 303 109 120 2 138 264 67 206 176 268 59 65 115 207 5 314 161 208 91 8 238 0 325 357 268 289 146 195 10 54
6.07/6.59	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.15/6.61	c 6	OBJECTIVE BOUND: 0 <= _COST <= 9
6.15/6.61	c 6	SEARCHING: _COST <= 4
6.15/6.61	c 6	SOLVING HOME/temp.cnf
6.15/6.61	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.15/6.61	c 6	This is MiniSat 2.0 beta
6.15/6.61	c 6	WARNING: for repeatability, setting FPU to use double precision
6.15/6.61	c 6	============================[ Problem Statistics ]=============================
6.15/6.61	c 6	|                                                                             |
6.15/6.61	c 6	|  Number of variables:  21451                                                |
6.15/6.61	c 6	|  Number of clauses:    301744                                               |
6.17/6.79	c 7	|  Parsing time:         0.16         s                                       |
6.17/6.83	c 7	============================[ Search Statistics ]==============================
6.17/6.83	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.17/6.83	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.17/6.83	c 7	===============================================================================
6.17/6.83	c 7	|         0 |   17844   186166   538939 |    62055        0    nan |  0.000 % |
6.17/6.90	c 7	|       102 |   17844   186166   538939 |    68260      102     15 | 16.815 % |
6.17/6.93	c 7	|       252 |   17844   186166   538939 |    75086      252     11 | 16.815 % |
6.17/7.03	c 7	|       478 |   17844   186166   538939 |    82595      478     13 | 16.815 % |
6.17/7.16	c 7	|       815 |   17844   186166   538939 |    90855      815     14 | 16.815 % |
6.17/7.36	c 7	|      1321 |   17844   186166   538939 |    99940     1321     15 | 16.815 % |
7.34/7.88	c 8	|      2080 |   17844   186166   538939 |   109934     2080     20 | 16.815 % |
7.84/8.32	c 8	|      3220 |   17844   186166   538939 |   120928     3220     20 | 16.815 % |
9.23/9.73	c 10	===============================================================================
9.23/9.73	c 10	restarts              : 8
9.23/9.73	c 10	conflicts             : 4209           (1365 /sec)
9.23/9.73	c 10	decisions             : 5436           (1.43 % random) (1763 /sec)
9.23/9.73	c 10	propagations          : 4576438        (1484636 /sec)
9.23/9.73	c 10	conflict literals     : 117522         (14.60 % deleted)
9.23/9.73	c 10	Memory used           : 15.28 MB
9.23/9.73	c 10	CPU time              : 3.08253 s
9.23/9.73	c 10	
9.23/9.74	c 10	SATISFIABLE
9.23/9.75	c 10	FOUND: _COST <= 4
9.23/9.75	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.23/9.75	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.32/9.84	c 10	Decoding HOME/temp.out
9.51/10.08	c 10	OBJECTIVE _COST 4
9.51/10.08	o 4
9.51/10.08	v 111 223 323 137 375 63 1 374 223 113 2 63 131 284 84 224 102 6 374 139 288 311 166 128 16 329 377 284 213 115 63 121 2 324 259 317 287 214 130 67 5 10 357 105 13 126 292 230 175
9.61/10.10	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.61/10.16	c 10	OBJECTIVE BOUND: 0 <= _COST <= 4
9.61/10.16	c 10	SEARCHING: _COST <= 2
9.61/10.16	c 10	SOLVING HOME/temp.cnf
9.61/10.16	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.61/10.16	c 10	This is MiniSat 2.0 beta
9.61/10.16	c 10	WARNING: for repeatability, setting FPU to use double precision
9.61/10.16	c 10	============================[ Problem Statistics ]=============================
9.61/10.16	c 10	|                                                                             |
9.61/10.16	c 10	|  Number of variables:  21451                                                |
9.61/10.16	c 10	|  Number of clauses:    301744                                               |
9.63/10.34	c 10	|  Parsing time:         0.16         s                                       |
9.63/10.38	c 10	============================[ Search Statistics ]==============================
9.63/10.38	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.63/10.38	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.63/10.38	c 10	===============================================================================
9.63/10.38	c 10	|         0 |   17548   183871   532940 |    61290        0    nan |  0.000 % |
9.64/10.44	c 10	|       102 |   17548   183871   532940 |    67419      102     16 | 18.195 % |
9.64/10.50	c 10	|       253 |   17548   183871   532940 |    74161      253     14 | 18.195 % |
9.64/10.58	c 10	|       479 |   17548   183871   532940 |    81577      479     14 | 18.195 % |
9.64/10.67	c 10	|       816 |   17548   183871   532940 |    89735      816     14 | 18.195 % |
10.36/10.93	c 11	|      1322 |   17548   183871   532940 |    98708     1322     16 | 18.195 % |
10.76/11.39	c 11	|      2081 |   17548   183871   532940 |   108579     2081     21 | 18.195 % |
11.16/11.79	c 12	|      3220 |   17543   183863   532921 |   119437     3189     19 | 19.090 % |
11.16/11.79	c 12	===============================================================================
11.16/11.79	c 12	restarts              : 8
11.16/11.79	c 12	conflicts             : 3312           (2059 /sec)
11.16/11.79	c 12	decisions             : 4180           (1.56 % random) (2598 /sec)
11.16/11.79	c 12	propagations          : 2549156        (1584552 /sec)
11.16/11.79	c 12	conflict literals     : 62925          (13.50 % deleted)
11.16/11.79	c 12	Memory used           : 15.25 MB
11.16/11.79	c 12	CPU time              : 1.60875 s
11.16/11.79	c 12	
11.16/11.79	c 12	UNSATISFIABLE
11.26/11.80	c 12	NOT FOUND: _COST <= 2
11.26/11.80	c 12	OBJECTIVE BOUND: 3 <= _COST <= 4
11.26/11.80	c 12	SEARCHING: _COST <= 3
11.26/11.80	c 12	SOLVING HOME/temp.cnf
11.26/11.80	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.26/11.80	c 12	This is MiniSat 2.0 beta
11.26/11.80	c 12	WARNING: for repeatability, setting FPU to use double precision
11.26/11.80	c 12	============================[ Problem Statistics ]=============================
11.26/11.80	c 12	|                                                                             |
11.26/11.80	c 12	|  Number of variables:  21451                                                |
11.26/11.80	c 12	|  Number of clauses:    301744                                               |
11.28/11.98	c 12	|  Parsing time:         0.16         s                                       |
11.47/12.03	c 12	============================[ Search Statistics ]==============================
11.47/12.03	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.47/12.03	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.47/12.03	c 12	===============================================================================
11.47/12.03	c 12	|         0 |   17715   185052   535983 |    61684        0    nan |  0.000 % |
11.47/12.09	c 12	|       100 |   17715   185052   535983 |    67852      100     14 | 17.416 % |
11.57/12.13	c 12	|       250 |   17715   185052   535983 |    74637      250     11 | 17.416 % |
11.57/12.19	c 12	|       477 |   17715   185052   535983 |    82101      477     13 | 17.416 % |
11.76/12.32	c 12	|       816 |   17715   185052   535983 |    90311      816     13 | 17.416 % |
11.96/12.52	c 12	|      1323 |   17715   185052   535983 |    99342     1323     14 | 17.416 % |
12.46/13.03	c 13	|      2083 |   17715   185052   535983 |   109276     2083     19 | 17.416 % |
14.45/15.03	c 15	|      3222 |   17715   185052   535983 |   120204     3222     31 | 17.416 % |
16.14/16.78	c 17	|      4930 |   17715   185052   535983 |   132225     4930     32 | 17.417 % |
18.13/18.73	c 19	===============================================================================
18.13/18.73	c 19	restarts              : 9
18.13/18.73	c 19	conflicts             : 6286           (916 /sec)
18.13/18.73	c 19	decisions             : 8141           (1.29 % random) (1186 /sec)
18.13/18.73	c 19	propagations          : 9107965        (1327120 /sec)
18.13/18.73	c 19	conflict literals     : 229671         (15.25 % deleted)
18.13/18.73	c 19	Memory used           : 15.28 MB
18.13/18.73	c 19	CPU time              : 6.86296 s
18.13/18.73	c 19	
18.13/18.74	c 19	SATISFIABLE
18.13/18.74	c 19	FOUND: _COST <= 3
18.13/18.74	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.13/18.74	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.18/18.82	c 19	Decoding HOME/temp.out
18.18/19.04	c 19	OBJECTIVE _COST 3
18.18/19.04	o 3
18.18/19.04	v 62 191 285 81 175 336 0 86 20 158 90 265 286 171 243 178 343 14 336 261 92 295 134 340 200 86 14 313 10 4 56 286 106 167 221 94 212 15 295 151 10 242 203 85 224 106 313 155 1
18.18/19.04	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.18/19.06	c 19	OBJECTIVE _COST 3
18.18/19.06	s OPTIMUM FOUND
18.18/19.06	c 19	CPU 17.88 (0.05 0.02 17.83 0.58)
18.18/19.06	c 19	END Sat Jul 12 22:08:27 2008

Verifier Data (download as text)

OK	3	291
3 unsatisfied constraints, 291 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-1113910-1215893288/watcher-1113910-1215893288 -o /tmp/evaluation-result-1113910-1215893288/solver-1113910-1215893288 -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-1113910-1215893288.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.56 2.55 2.55 4/74 19020
/proc/meminfo: memFree=1869952/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=12272 CPUtime=0
/proc/19020/stat : 19020 (sugar) R 19018 19020 17586 0 -1 4194304 359 0 0 0 0 0 0 0 23 0 1 0 46032084 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 226922380286 0 0 4224 0 0 0 0 17 1 0 0
/proc/19020/statm: 3068 327 246 3 0 168 0

[startup+0.0769539 s]
/proc/loadavg: 2.56 2.55 2.55 4/74 19020
/proc/meminfo: memFree=1869952/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=0.04
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 898 127 0 0 3 1 0 0 24 0 1 0 46032084 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.13914 s]
/proc/loadavg: 2.56 2.55 2.55 4/74 19020
/proc/meminfo: memFree=1869952/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=0.04
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 898 127 0 0 3 1 0 0 24 0 1 0 46032084 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301845 s]
/proc/loadavg: 2.56 2.55 2.55 4/74 19020
/proc/meminfo: memFree=1869952/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=0.04
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 898 127 0 0 3 1 0 0 24 0 1 0 46032084 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701883 s]
/proc/loadavg: 2.56 2.55 2.55 4/74 19020
/proc/meminfo: memFree=1869952/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=0.34
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 974 4512 0 1 3 1 27 3 15 0 1 0 46032084 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 2.56 2.55 2.55 3/85 19042
/proc/meminfo: memFree=1855336/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=0.34
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 974 4512 0 1 3 1 27 3 15 0 1 0 46032084 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 797 370 3 0 500 0
[pid=19033] ppid=19020 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19020 19020 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46032121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 233 193 169 0 50 0
[pid=19034] ppid=19033 vsize=868456 CPUtime=1.1
/proc/19034/stat : 19034 (java) S 19033 19020 17586 0 -1 0 6438 0 1 0 102 8 0 0 18 0 9 0 46032121 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 217114 5539 2562 9 0 211661 0
[pid=19034/tid=19035] ppid=19033 vsize=868456 CPUtime=0.78
/proc/19034/task/19035/stat : 19035 (java) R 19033 19020 17586 0 -1 64 2842 0 1 0 73 5 0 0 25 0 9 0 46032122 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4126885148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19036] ppid=19033 vsize=868456 CPUtime=0.08
/proc/19034/task/19036/stat : 19036 (java) S 19033 19020 17586 0 -1 64 1447 0 0 0 7 1 0 0 16 0 9 0 46032123 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19037] ppid=19033 vsize=868456 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19033 19020 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46032124 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19038] ppid=19033 vsize=868456 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19033 19020 17586 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46032124 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19039] ppid=19033 vsize=868456 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19033 19020 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46032126 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19033 vsize=868456 CPUtime=0.2
/proc/19034/task/19040/stat : 19040 (java) S 19033 19020 17586 0 -1 64 1456 0 0 0 20 0 0 0 16 0 9 0 46032126 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19041] ppid=19033 vsize=868456 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19033 19020 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46032126 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19033 vsize=868456 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19033 19020 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46032126 889298944 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887412

[startup+3.10116 s]
/proc/loadavg: 2.44 2.53 2.54 3/77 19056
/proc/meminfo: memFree=1859368/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=2.55
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1296 26840 0 4 4 1 225 25 15 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 13600

[startup+6.30252 s]
/proc/loadavg: 2.44 2.53 2.54 3/77 19092
/proc/meminfo: memFree=1847016/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=5.83
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1566 46459 0 6 4 2 535 42 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 13600

[startup+12.7012 s]
/proc/loadavg: 2.37 2.51 2.53 3/77 19118
/proc/meminfo: memFree=1846888/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=11.28
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1807 62090 0 8 5 2 1069 52 15 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
[pid=19117] ppid=19020 vsize=5356 CPUtime=0
/proc/19117/stat : 19117 (sh) S 19020 19020 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46033265 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19117/statm: 1339 232 193 169 0 50 0
[pid=19118] ppid=19117 vsize=15480 CPUtime=0.88
/proc/19118/stat : 19118 (minisat) R 19117 19020 17586 0 -1 4194304 3707 0 0 0 86 2 0 0 25 0 1 0 46033265 15851520 3693 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19118/statm: 3870 3693 75 150 0 3717 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 34436

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

[startup+15.9026 s]
/proc/loadavg: 2.37 2.51 2.53 3/77 19118
/proc/meminfo: memFree=1846824/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=11.28
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1807 62090 0 8 5 2 1069 52 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
[pid=19117] ppid=19020 vsize=5356 CPUtime=0
/proc/19117/stat : 19117 (sh) S 19020 19020 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46033265 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19117/statm: 1339 232 193 169 0 50 0
[pid=19118] ppid=19117 vsize=15644 CPUtime=4.07
/proc/19118/stat : 19118 (minisat) R 19117 19020 17586 0 -1 4194304 3712 0 0 0 405 2 0 0 25 0 1 0 46033265 16019456 3698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19118/statm: 3911 3698 75 150 0 3758 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 34600

[startup+17.5018 s]
/proc/loadavg: 2.34 2.50 2.53 3/77 19118
/proc/meminfo: memFree=1846824/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=11.28
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1807 62090 0 8 5 2 1069 52 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
[pid=19117] ppid=19020 vsize=5356 CPUtime=0
/proc/19117/stat : 19117 (sh) S 19020 19020 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46033265 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19117/statm: 1339 232 193 169 0 50 0
[pid=19118] ppid=19117 vsize=15644 CPUtime=5.66
/proc/19118/stat : 19118 (minisat) R 19117 19020 17586 0 -1 4194304 3720 0 0 0 564 2 0 0 25 0 1 0 46033265 16019456 3706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19118/statm: 3911 3706 75 150 0 3758 0
Current children cumulated CPU time (s) 16.94
Current children cumulated vsize (KiB) 34600

[startup+18.3019 s]
/proc/loadavg: 2.34 2.50 2.53 3/77 19118
/proc/meminfo: memFree=1846824/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=11.28
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1807 62090 0 8 5 2 1069 52 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
[pid=19117] ppid=19020 vsize=5356 CPUtime=0
/proc/19117/stat : 19117 (sh) S 19020 19020 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46033265 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19117/statm: 1339 232 193 169 0 50 0
[pid=19118] ppid=19117 vsize=15644 CPUtime=6.45
/proc/19118/stat : 19118 (minisat) R 19117 19020 17586 0 -1 4194304 3720 0 0 0 643 2 0 0 25 0 1 0 46033265 16019456 3706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19118/statm: 3911 3706 75 150 0 3758 0
Current children cumulated CPU time (s) 17.73
Current children cumulated vsize (KiB) 34600

[startup+18.7069 s]
/proc/loadavg: 2.34 2.50 2.53 3/77 19118
/proc/meminfo: memFree=1846888/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=11.28
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1807 62090 0 8 5 2 1069 52 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
[pid=19117] ppid=19020 vsize=5356 CPUtime=0
/proc/19117/stat : 19117 (sh) S 19020 19020 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46033265 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19117/statm: 1339 232 193 169 0 50 0
[pid=19118] ppid=19117 vsize=15644 CPUtime=6.85
/proc/19118/stat : 19118 (minisat) R 19117 19020 17586 0 -1 4194304 3720 0 0 0 683 2 0 0 25 0 1 0 46033265 16019456 3706 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/19118/statm: 3911 3706 75 150 0 3758 0
Current children cumulated CPU time (s) 18.13
Current children cumulated vsize (KiB) 34600

[startup+18.9019 s]
/proc/loadavg: 2.34 2.50 2.53 3/77 19118
/proc/meminfo: memFree=1846888/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=18.18
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1868 66106 0 8 5 2 1756 55 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (KiB) 13600

[startup+19.0019 s]
/proc/loadavg: 2.34 2.50 2.53 3/77 19118
/proc/meminfo: memFree=1846888/2055920 swapFree=4181156/4192956
[pid=19020] ppid=19018 vsize=13600 CPUtime=18.18
/proc/19020/stat : 19020 (sugar) S 19018 19020 17586 0 -1 4194304 1868 66106 0 8 5 2 1756 55 16 0 1 0 46032084 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19020/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 19.066
CPU time (s): 18.5052
CPU user time (s): 17.8903
CPU system time (s): 0.614906
CPU usage (%): 97.0585
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8903
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71828
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4379
involuntary context switches= 4259

runsolver used 0.025996 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 22:08:08
IDJOB=1113910
IDBENCH=61661
IDSOLVER=368
FILE ID=node5/1113910-1215893288
PBS_JOBID= 7903577
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9814aab0a64743442164ff9858cefcc
RANDOM SEED=1606584680

node5.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.212
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.212
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:       1870432 kB
Buffers:         15052 kB
Cached:          52584 kB
SwapCached:       5328 kB
Active:         113928 kB
Inactive:        20356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870432 kB
SwapTotal:     4192956 kB
SwapFree:      4181156 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          73916 kB
Slab:            36172 kB
Committed_AS:   319556 kB
PageTables:       2064 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= 66524 MiB
End job on node5 at 2008-07-12 22:08:27