Trace number 1114138

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+minisatOPTIMUM6 5.62714 5.9203

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub0.xml
MD5SUM546ff0f84e2ec21a45faa4b01429dc74
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark4.25235
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints223
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension223
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 23:10:45 2008
0.00/0.05	c 0	PID 18705
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1114138-1215897045.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-1114138-1215897045.xml' 'HOME/temp.csp'
0.03/0.32	c 1	2 domains, 32 variables, 2 predicates, 0 relations, 223 constraints
0.03/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.29/0.45	c 1	Parsing HOME/temp.csp
0.29/0.52	c 1	parsed 259 expressions
0.29/0.53	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.54	c 1	MAX CSP: 223 constraints
0.29/0.54	c 1	Converting to clausal form CSP
0.29/0.78	c 1	converted 49 (10%) expressions
0.29/0.83	c 1	converted 97 (20%) expressions
0.29/0.87	c 1	converted 146 (30%) expressions
0.29/0.90	c 1	converted 194 (40%) expressions
0.29/0.94	c 1	converted 243 (50%) expressions
0.29/0.97	c 1	converted 291 (60%) expressions
0.29/1.00	c 1	converted 340 (70%) expressions
0.29/1.03	c 1	converted 388 (80%) expressions
1.01/1.13	c 1	converted 437 (90%) expressions
1.10/1.21	c 1	converted 485 (100%) expressions
1.10/1.21	c 1	CSP : 478 integers, 16 booleans, 716 clauses, largest domain size 335
1.10/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.21	c 1	Propagation in CSP
1.10/1.23	c 2	216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.23	c 2	CSP : 478 integers, 16 booleans, 716 clauses, largest domain size 224
1.10/1.24	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.24	c 2	Simplifing CSP by introducing new Boolean variables
1.10/1.24	c 2	CSP : 478 integers, 462 booleans, 1162 clauses, largest domain size 224
1.10/1.24	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.32	c 2	48 (10%) CSP integer variables are encoded (1216 clauses, 13717 bytes)
1.20/1.32	c 2	96 (20%) CSP integer variables are encoded (1216 clauses, 13717 bytes)
1.20/1.32	c 2	144 (30%) CSP integer variables are encoded (1216 clauses, 13717 bytes)
1.20/1.32	c 2	192 (40%) CSP integer variables are encoded (1216 clauses, 13717 bytes)
1.20/1.33	c 2	239 (50%) CSP integer variables are encoded (1216 clauses, 13717 bytes)
1.20/1.33	c 2	287 (60%) CSP integer variables are encoded (1553 clauses, 18098 bytes)
1.20/1.33	c 2	335 (70%) CSP integer variables are encoded (1774 clauses, 20971 bytes)
1.20/1.33	c 2	383 (80%) CSP integer variables are encoded (2141 clauses, 25742 bytes)
1.20/1.33	c 2	431 (90%) CSP integer variables are encoded (2387 clauses, 28940 bytes)
1.20/1.33	c 2	478 (100%) CSP integer variables are encoded (4090 clauses, 51079 bytes)
1.20/1.37	c 2	117 (10%) CSP clauses are encoded (6911 clauses, 96062 bytes)
1.20/1.38	c 2	233 (20%) CSP clauses are encoded (9525 clauses, 140188 bytes)
1.29/1.40	c 2	349 (30%) CSP clauses are encoded (11854 clauses, 179606 bytes)
1.29/1.42	c 2	465 (40%) CSP clauses are encoded (13919 clauses, 214723 bytes)
1.29/1.43	c 2	581 (50%) CSP clauses are encoded (16177 clauses, 253370 bytes)
1.29/1.45	c 2	698 (60%) CSP clauses are encoded (18509 clauses, 294229 bytes)
1.29/1.46	c 2	814 (70%) CSP clauses are encoded (20369 clauses, 326364 bytes)
1.29/1.47	c 2	930 (80%) CSP clauses are encoded (24148 clauses, 392556 bytes)
1.29/1.49	c 2	1046 (90%) CSP clauses are encoded (34749 clauses, 583580 bytes)
1.39/1.59	c 2	1162 (100%) CSP clauses are encoded (86747 clauses, 1523724 bytes)
1.39/1.59	c 2	1162 CSP clauses encoded
1.39/1.59	c 2	Writing map file : HOME/temp.map
1.49/1.60	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.60	c 2	SAT : 5030 SAT variables, 86747 SAT clauses, 1523724 bytes
1.49/1.60	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.62	c 2	OBJECTIVE minimize _COST
1.49/1.62	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.49/1.62	c 2	SEARCHING: _COST <= 112
1.49/1.62	c 2	SOLVING HOME/temp.cnf
1.49/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.62	c 2	This is MiniSat 2.0 beta
1.49/1.63	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.63	c 2	============================[ Problem Statistics ]=============================
1.49/1.63	c 2	|                                                                             |
1.49/1.63	c 2	|  Number of variables:  5030                                                 |
1.49/1.63	c 2	|  Number of clauses:    86748                                                |
1.49/1.67	c 2	|  Parsing time:         0.04         s                                       |
1.49/1.68	c 2	============================[ Search Statistics ]==============================
1.49/1.68	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.68	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.68	c 2	===============================================================================
1.49/1.68	c 2	|         0 |    4142    61697   176683 |    20565        0    nan |  0.000 % |
1.53/1.71	c 2	|       100 |    4142    61697   176683 |    22622      100     30 | 17.654 % |
1.53/1.71	c 2	===============================================================================
1.53/1.71	c 2	restarts              : 2
1.53/1.71	c 2	conflicts             : 105            (1329 /sec)
1.53/1.71	c 2	decisions             : 667            (0.75 % random) (8444 /sec)
1.53/1.71	c 2	propagations          : 43647          (552585 /sec)
1.53/1.71	c 2	conflict literals     : 3103           (30.05 % deleted)
1.53/1.71	c 2	Memory used           : 5.36 MB
1.53/1.71	c 2	CPU time              : 0.078987 s
1.53/1.71	c 2	
1.53/1.71	c 2	SATISFIABLE
1.53/1.71	c 2	FOUND: _COST <= 112
1.53/1.71	s SATISFIABLE
1.53/1.71	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.53/1.71	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.53/1.80	c 2	Decoding HOME/temp.out
1.62/1.89	c 2	OBJECTIVE _COST 112
1.62/1.89	o 112
1.62/1.90	v 792 778 680 792 666 792 694 512 338 484 778 778 296 352 540 778 58 296 722 44 380 142 778 778 414 30 666 428 554 338 72 282
1.62/1.90	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.62/1.93	c 2	OBJECTIVE BOUND: 0 <= _COST <= 112
1.62/1.93	c 2	SEARCHING: _COST <= 56
1.62/1.93	c 2	SOLVING HOME/temp.cnf
1.62/1.93	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.62/1.93	c 2	This is MiniSat 2.0 beta
1.62/1.93	c 2	WARNING: for repeatability, setting FPU to use double precision
1.62/1.93	c 2	============================[ Problem Statistics ]=============================
1.62/1.93	c 2	|                                                                             |
1.62/1.93	c 2	|  Number of variables:  5030                                                 |
1.62/1.93	c 2	|  Number of clauses:    86748                                                |
1.62/1.98	c 2	|  Parsing time:         0.04         s                                       |
1.62/1.99	c 2	============================[ Search Statistics ]==============================
1.62/1.99	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/1.99	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/1.99	c 2	===============================================================================
1.62/1.99	c 2	|         0 |    3638    46269   131855 |    15423        0    nan |  0.000 % |
1.80/2.03	c 2	|       100 |    3638    46269   131855 |    16965      100     29 | 27.674 % |
1.80/2.03	c 2	===============================================================================
1.80/2.03	c 2	restarts              : 2
1.80/2.03	c 2	conflicts             : 118            (1297 /sec)
1.80/2.03	c 2	decisions             : 491            (0.20 % random) (5396 /sec)
1.80/2.03	c 2	propagations          : 74561          (819478 /sec)
1.80/2.03	c 2	conflict literals     : 3295           (35.40 % deleted)
1.80/2.03	c 2	Memory used           : 5.36 MB
1.80/2.03	c 2	CPU time              : 0.090986 s
1.80/2.03	c 2	
1.80/2.03	c 2	SATISFIABLE
1.80/2.04	c 2	FOUND: _COST <= 56
1.80/2.04	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.80/2.04	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.90/2.12	c 2	Decoding HOME/temp.out
2.05/2.22	c 2	OBJECTIVE _COST 56
2.05/2.22	o 56
2.05/2.23	v 792 30 338 100 778 114 792 722 100 338 526 778 268 72 456 694 456 540 428 666 736 498 428 778 128 338 526 764 254 16 470 708
2.05/2.23	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.05/2.25	c 3	OBJECTIVE BOUND: 0 <= _COST <= 56
2.05/2.25	c 3	SEARCHING: _COST <= 28
2.05/2.25	c 3	SOLVING HOME/temp.cnf
2.05/2.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.05/2.25	c 3	This is MiniSat 2.0 beta
2.05/2.25	c 3	WARNING: for repeatability, setting FPU to use double precision
2.05/2.25	c 3	============================[ Problem Statistics ]=============================
2.05/2.25	c 3	|                                                                             |
2.05/2.25	c 3	|  Number of variables:  5030                                                 |
2.05/2.25	c 3	|  Number of clauses:    86748                                                |
2.09/2.30	c 3	|  Parsing time:         0.04         s                                       |
2.09/2.32	c 3	============================[ Search Statistics ]==============================
2.09/2.32	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.32	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.32	c 3	===============================================================================
2.09/2.32	c 3	|         0 |    3302    33991    96001 |    11330        0    nan |  0.000 % |
2.09/2.36	c 3	|       100 |    3302    33991    96001 |    12463      100     29 | 34.354 % |
2.09/2.38	c 3	===============================================================================
2.09/2.38	c 3	restarts              : 2
2.09/2.38	c 3	conflicts             : 156            (1381 /sec)
2.09/2.38	c 3	decisions             : 321            (0.93 % random) (2841 /sec)
2.09/2.38	c 3	propagations          : 120770         (1068931 /sec)
2.09/2.38	c 3	conflict literals     : 3980           (40.37 % deleted)
2.09/2.38	c 3	Memory used           : 5.51 MB
2.09/2.38	c 3	CPU time              : 0.112982 s
2.09/2.38	c 3	
2.09/2.38	c 3	SATISFIABLE
2.09/2.38	c 3	FOUND: _COST <= 28
2.09/2.38	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.09/2.38	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.22/2.46	c 3	Decoding HOME/temp.out
2.22/2.56	c 3	OBJECTIVE _COST 28
2.22/2.56	o 28
2.22/2.56	v 414 128 338 128 352 114 86 512 114 352 540 778 324 86 470 708 442 778 484 722 380 142 778 540 156 394 554 792 254 16 442 680
2.22/2.57	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.60	c 3	OBJECTIVE BOUND: 0 <= _COST <= 28
2.22/2.60	c 3	SEARCHING: _COST <= 14
2.22/2.60	c 3	SOLVING HOME/temp.cnf
2.22/2.60	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.22/2.60	c 3	This is MiniSat 2.0 beta
2.22/2.60	c 3	WARNING: for repeatability, setting FPU to use double precision
2.22/2.60	c 3	============================[ Problem Statistics ]=============================
2.22/2.60	c 3	|                                                                             |
2.22/2.60	c 3	|  Number of variables:  5030                                                 |
2.22/2.60	c 3	|  Number of clauses:    86748                                                |
2.22/2.65	c 3	|  Parsing time:         0.04         s                                       |
2.22/2.67	c 3	============================[ Search Statistics ]==============================
2.22/2.67	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.67	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.67	c 3	===============================================================================
2.22/2.67	c 3	|         0 |    3036    26480    74252 |     8826        0    nan |  0.000 % |
2.41/2.70	c 3	|       100 |    3036    26480    74252 |     9709      100     16 | 39.642 % |
2.41/2.73	c 3	|       251 |    3036    26480    74252 |    10680      251     16 | 39.642 % |
2.41/2.77	c 3	|       476 |    3036    26480    74252 |    11748      476     19 | 39.643 % |
2.41/2.78	c 3	===============================================================================
2.41/2.78	c 3	restarts              : 4
2.41/2.78	c 3	conflicts             : 536            (3099 /sec)
2.41/2.78	c 3	decisions             : 873            (1.03 % random) (5047 /sec)
2.41/2.78	c 3	propagations          : 284415         (1644274 /sec)
2.41/2.78	c 3	conflict literals     : 10428          (27.18 % deleted)
2.41/2.78	c 3	Memory used           : 5.49 MB
2.41/2.78	c 3	CPU time              : 0.172973 s
2.41/2.78	c 3	
2.41/2.78	c 3	SATISFIABLE
2.41/2.78	c 3	FOUND: _COST <= 14
2.41/2.78	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.41/2.78	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.58/2.86	c 3	Decoding HOME/temp.out
2.58/2.96	c 3	OBJECTIVE _COST 14
2.58/2.96	o 14
2.58/2.96	v 394 156 414 86 380 142 16 512 114 352 540 778 282 44 470 708 442 708 484 722 380 142 778 540 128 366 554 792 296 16 442 680
2.58/2.97	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.58/3.00	c 3	OBJECTIVE BOUND: 0 <= _COST <= 14
2.58/3.00	c 3	SEARCHING: _COST <= 7
2.58/3.00	c 3	SOLVING HOME/temp.cnf
2.58/3.00	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.78/3.00	c 3	This is MiniSat 2.0 beta
2.78/3.00	c 3	WARNING: for repeatability, setting FPU to use double precision
2.78/3.00	c 3	============================[ Problem Statistics ]=============================
2.78/3.00	c 3	|                                                                             |
2.78/3.00	c 3	|  Number of variables:  5030                                                 |
2.78/3.00	c 3	|  Number of clauses:    86748                                                |
2.78/3.05	c 3	|  Parsing time:         0.04         s                                       |
2.78/3.07	c 3	============================[ Search Statistics ]==============================
2.78/3.07	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.78/3.07	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.78/3.07	c 3	===============================================================================
2.78/3.07	c 3	|         0 |    2798    22140    61939 |     7380        0    nan |  0.000 % |
2.79/3.10	c 3	|       101 |    2798    22140    61939 |     8118      101     18 | 44.374 % |
2.79/3.14	c 3	|       251 |    2798    22140    61939 |     8929      251     17 | 44.374 % |
2.79/3.18	c 3	|       476 |    2798    22140    61939 |     9822      476     17 | 44.374 % |
2.79/3.23	c 4	|       813 |    2798    22140    61939 |    10805      813     16 | 44.374 % |
3.08/3.33	c 4	===============================================================================
3.08/3.33	c 4	restarts              : 5
3.08/3.33	c 4	conflicts             : 1262           (3957 /sec)
3.08/3.33	c 4	decisions             : 1537           (0.91 % random) (4819 /sec)
3.08/3.33	c 4	propagations          : 709553         (2224646 /sec)
3.08/3.33	c 4	conflict literals     : 21496          (27.50 % deleted)
3.08/3.33	c 4	Memory used           : 5.49 MB
3.08/3.33	c 4	CPU time              : 0.318951 s
3.08/3.33	c 4	
3.08/3.34	c 4	SATISFIABLE
3.08/3.34	c 4	FOUND: _COST <= 7
3.08/3.34	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.08/3.34	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'
3.11/3.42	c 4	Decoding HOME/temp.out
3.11/3.52	c 4	OBJECTIVE _COST 7
3.11/3.52	o 7
3.11/3.52	v 366 680 428 666 394 694 792 498 778 540 268 30 484 722 352 114 338 100 324 86 484 722 114 352 652 414 792 554 526 764 366 128
3.11/3.52	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.11/3.55	c 4	OBJECTIVE BOUND: 0 <= _COST <= 7
3.11/3.55	c 4	SEARCHING: _COST <= 3
3.11/3.55	c 4	SOLVING HOME/temp.cnf
3.11/3.55	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.11/3.56	c 4	This is MiniSat 2.0 beta
3.11/3.56	c 4	WARNING: for repeatability, setting FPU to use double precision
3.11/3.56	c 4	============================[ Problem Statistics ]=============================
3.11/3.56	c 4	|                                                                             |
3.11/3.56	c 4	|  Number of variables:  5030                                                 |
3.11/3.56	c 4	|  Number of clauses:    86748                                                |
3.30/3.61	c 4	|  Parsing time:         0.04         s                                       |
3.30/3.62	c 4	============================[ Search Statistics ]==============================
3.30/3.62	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.62	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.62	c 4	===============================================================================
3.30/3.62	c 4	|         0 |    2507    19084    53640 |     6361        0    nan |  0.000 % |
3.30/3.66	c 4	|       100 |    2507    19084    53640 |     6997      100     16 | 50.159 % |
3.30/3.72	c 4	|       250 |    2507    19084    53640 |     7697      250     19 | 50.159 % |
3.30/3.77	c 4	|       477 |    2496    18931    53211 |     8466      424     18 | 50.378 % |
3.30/3.83	c 4	|       814 |    2473    18681    52510 |     9313      613     15 | 50.995 % |
3.30/3.87	c 4	===============================================================================
3.30/3.87	c 4	restarts              : 5
3.30/3.87	c 4	conflicts             : 1039           (3441 /sec)
3.30/3.87	c 4	decisions             : 1170           (1.45 % random) (3875 /sec)
3.30/3.87	c 4	propagations          : 647022         (2142783 /sec)
3.30/3.87	c 4	conflict literals     : 13996          (30.21 % deleted)
3.30/3.87	c 4	Memory used           : 5.49 MB
3.30/3.87	c 4	CPU time              : 0.301954 s
3.30/3.87	c 4	
3.30/3.87	c 4	UNSATISFIABLE
3.30/3.87	c 4	NOT FOUND: _COST <= 3
3.30/3.87	c 4	OBJECTIVE BOUND: 4 <= _COST <= 7
3.30/3.87	c 4	SEARCHING: _COST <= 5
3.30/3.87	c 4	SOLVING HOME/temp.cnf
3.30/3.87	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.30/3.88	c 4	This is MiniSat 2.0 beta
3.30/3.88	c 4	WARNING: for repeatability, setting FPU to use double precision
3.30/3.88	c 4	============================[ Problem Statistics ]=============================
3.30/3.88	c 4	|                                                                             |
3.30/3.88	c 4	|  Number of variables:  5030                                                 |
3.30/3.88	c 4	|  Number of clauses:    86748                                                |
3.61/3.93	c 4	|  Parsing time:         0.04         s                                       |
3.61/3.94	c 4	============================[ Search Statistics ]==============================
3.61/3.94	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.61/3.94	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.61/3.94	c 4	===============================================================================
3.61/3.94	c 4	|         0 |    2668    20587    57668 |     6862        0    nan |  0.000 % |
3.61/3.98	c 4	|       102 |    2668    20587    57668 |     7548      102     15 | 46.958 % |
3.61/4.02	c 4	|       253 |    2668    20587    57668 |     8303      253     15 | 46.959 % |
3.61/4.08	c 4	|       479 |    2668    20587    57668 |     9133      479     15 | 46.959 % |
3.61/4.15	c 4	|       819 |    2668    20587    57668 |    10047      819     17 | 46.959 % |
3.61/4.24	c 5	|      1327 |    2668    20587    57668 |    11051     1327     18 | 46.958 % |
3.61/4.38	c 5	|      2087 |    2668    20587    57668 |    12157     2087     17 | 46.958 % |
4.31/4.63	c 5	|      3226 |    2657    20468    57335 |    13372     1786     14 | 47.177 % |
4.61/4.99	c 5	|      4934 |    2657    20468    57335 |    14710     3494     14 | 47.178 % |
4.81/5.17	c 5	===============================================================================
4.81/5.17	c 5	restarts              : 9
4.81/5.17	c 5	conflicts             : 5809           (4571 /sec)
4.81/5.17	c 5	decisions             : 6844           (1.15 % random) (5386 /sec)
4.81/5.17	c 5	propagations          : 3031211        (2385267 /sec)
4.81/5.17	c 5	conflict literals     : 88872          (33.93 % deleted)
4.81/5.17	c 5	Memory used           : 5.49 MB
4.81/5.17	c 5	CPU time              : 1.27081 s
4.81/5.17	c 5	
4.81/5.17	c 5	UNSATISFIABLE
4.81/5.17	c 5	NOT FOUND: _COST <= 5
4.81/5.17	c 5	OBJECTIVE BOUND: 6 <= _COST <= 7
4.81/5.17	c 5	SEARCHING: _COST <= 6
4.81/5.17	c 5	SOLVING HOME/temp.cnf
4.81/5.17	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.81/5.18	c 5	This is MiniSat 2.0 beta
4.81/5.18	c 5	WARNING: for repeatability, setting FPU to use double precision
4.81/5.18	c 5	============================[ Problem Statistics ]=============================
4.81/5.18	c 5	|                                                                             |
4.81/5.18	c 5	|  Number of variables:  5030                                                 |
4.81/5.18	c 5	|  Number of clauses:    86748                                                |
4.91/5.23	c 5	|  Parsing time:         0.04         s                                       |
4.91/5.24	c 6	============================[ Search Statistics ]==============================
4.91/5.24	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.91/5.24	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.91/5.24	c 6	===============================================================================
4.91/5.24	c 6	|         0 |    2733    21334    59715 |     7111        0    nan |  0.000 % |
4.91/5.28	c 6	|       100 |    2733    21334    59715 |     7822      100     17 | 45.666 % |
4.91/5.34	c 6	|       252 |    2733    21334    59715 |     8604      252     24 | 45.666 % |
4.91/5.44	c 6	|       478 |    2733    21334    59715 |     9465      478     22 | 45.666 % |
5.22/5.51	c 6	|       815 |    2733    21334    59715 |    10411      815     19 | 45.666 % |
5.31/5.63	c 6	|      1321 |    2733    21334    59715 |    11452     1321     17 | 45.666 % |
5.31/5.69	c 6	===============================================================================
5.31/5.70	c 6	restarts              : 6
5.31/5.70	c 6	conflicts             : 1707           (3401 /sec)
5.31/5.70	c 6	decisions             : 1977           (1.26 % random) (3939 /sec)
5.31/5.70	c 6	propagations          : 1090687        (2173017 /sec)
5.31/5.70	c 6	conflict literals     : 29461          (29.53 % deleted)
5.31/5.70	c 6	Memory used           : 5.49 MB
5.31/5.70	c 6	CPU time              : 0.501923 s
5.31/5.70	c 6	
5.41/5.70	c 6	SATISFIABLE
5.41/5.70	c 6	FOUND: _COST <= 6
5.41/5.70	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.41/5.70	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.41/5.78	c 6	Decoding HOME/temp.out
5.42/5.88	c 6	OBJECTIVE _COST 6
5.42/5.88	o 6
5.42/5.88	v 366 694 428 666 442 680 792 498 778 540 268 30 484 722 352 114 338 100 366 128 484 722 114 352 652 414 310 72 526 764 324 86
5.42/5.88	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.42/5.92	c 6	OBJECTIVE _COST 6
5.42/5.92	s OPTIMUM FOUND
5.42/5.92	c 6	CPU 5.23 (0.04 0.02 5.19 0.36)
5.42/5.92	c 6	END Sat Jul 12 23:10:51 2008

Verifier Data (download as text)

OK	6	217
6 unsatisfied constraints, 217 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-1114138-1215897045/watcher-1114138-1215897045 -o /tmp/evaluation-result-1114138-1215897045/solver-1114138-1215897045 -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-1114138-1215897045.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: 1.97 1.98 1.99 4/81 18705
/proc/meminfo: memFree=1740496/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=12272 CPUtime=0
/proc/18705/stat : 18705 (sugar) R 18703 18705 16476 0 -1 4194304 359 0 0 0 0 0 0 0 23 0 1 0 46407320 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 262918945790 0 0 4224 0 0 0 0 17 1 0 0
/proc/18705/statm: 3068 327 246 3 0 168 0

[startup+0.123302 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 18705
/proc/meminfo: memFree=1740496/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=0.03
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 898 127 0 0 3 0 0 0 24 0 1 0 46407320 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201309 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 18705
/proc/meminfo: memFree=1740496/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=0.03
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 898 127 0 0 3 0 0 0 24 0 1 0 46407320 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30132 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 18705
/proc/meminfo: memFree=1740496/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=0.03
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 898 127 0 0 3 0 0 0 24 0 1 0 46407320 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701365 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 18705
/proc/meminfo: memFree=1740496/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=0.29
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 974 4466 0 1 3 0 23 3 15 0 1 0 46407320 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 1.97 1.98 1.99 4/92 18727
/proc/meminfo: memFree=1729080/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=0.29
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 974 4466 0 1 3 0 23 3 15 0 1 0 46407320 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 797 370 3 0 500 0
[pid=18718] ppid=18705 vsize=5356 CPUtime=0
/proc/18718/stat : 18718 (sh) S 18705 18705 16476 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46407357 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18718/statm: 1339 233 193 169 0 50 0
[pid=18719] ppid=18718 vsize=868472 CPUtime=1.1
/proc/18719/stat : 18719 (java) S 18718 18705 16476 0 -1 0 6296 0 1 0 105 5 0 0 18 0 9 0 46407357 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18719/statm: 217118 5511 2563 9 0 211665 0
[pid=18719/tid=18720] ppid=18718 vsize=868472 CPUtime=0.82
/proc/18719/task/18720/stat : 18720 (java) R 18718 18705 16476 0 -1 64 2759 0 1 0 80 2 0 0 24 0 9 0 46407358 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4125924796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18721] ppid=18718 vsize=868472 CPUtime=0.05
/proc/18719/task/18721/stat : 18721 (java) S 18718 18705 16476 0 -1 64 1426 0 0 0 5 0 0 0 16 0 9 0 46407359 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18722] ppid=18718 vsize=868472 CPUtime=0
/proc/18719/task/18722/stat : 18722 (java) S 18718 18705 16476 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46407360 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18723] ppid=18718 vsize=868472 CPUtime=0
/proc/18719/task/18723/stat : 18723 (java) S 18718 18705 16476 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 46407360 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18724] ppid=18718 vsize=868472 CPUtime=0
/proc/18719/task/18724/stat : 18724 (java) S 18718 18705 16476 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46407362 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18725] ppid=18718 vsize=868472 CPUtime=0.2
/proc/18719/task/18725/stat : 18725 (java) S 18718 18705 16476 0 -1 64 1419 0 0 0 19 1 0 0 16 0 9 0 46407362 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18726] ppid=18718 vsize=868472 CPUtime=0
/proc/18719/task/18726/stat : 18726 (java) S 18718 18705 16476 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46407362 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18719/tid=18727] ppid=18718 vsize=868472 CPUtime=0
/proc/18719/task/18727/stat : 18727 (java) S 18718 18705 16476 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46407362 889315328 5511 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887428

[startup+3.10165 s]
/proc/loadavg: 2.05 2.00 2.00 4/92 18751
/proc/meminfo: memFree=1731320/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=2.79
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 1516 33078 0 6 4 2 247 26 16 0 1 0 46407320 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 13600

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

[startup+3.20266 s]
/proc/loadavg: 2.05 2.00 2.00 4/92 18751
/proc/meminfo: memFree=1731320/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=2.79
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 1516 33078 0 6 4 2 247 26 15 0 1 0 46407320 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 13600

[startup+4.80285 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 18791
/proc/meminfo: memFree=1731704/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=3.61
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 1681 40186 0 7 4 2 325 30 15 0 1 0 46407320 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 809 374 3 0 500 0
[pid=18790] ppid=18705 vsize=5356 CPUtime=0
/proc/18790/stat : 18790 (sh) S 18705 18705 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46407708 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18790/statm: 1339 232 193 169 0 50 0
[pid=18791] ppid=18790 vsize=5620 CPUtime=0.9
/proc/18791/stat : 18791 (minisat) R 18790 18705 16476 0 -1 4194304 1304 0 0 0 89 1 0 0 25 0 1 0 46407708 5754880 1290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18791/statm: 1405 1290 75 150 0 1252 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 24576

[startup+5.60694 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 18793
/proc/meminfo: memFree=1731704/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=4.91
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 1735 41786 0 7 4 2 453 32 15 0 1 0 46407320 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 809 374 3 0 500 0
[pid=18792] ppid=18705 vsize=5356 CPUtime=0
/proc/18792/stat : 18792 (sh) S 18705 18705 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46407838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18792/statm: 1339 232 193 169 0 50 0
[pid=18793] ppid=18792 vsize=5620 CPUtime=0.4
/proc/18793/stat : 18793 (minisat) R 18792 18705 16476 0 -1 4194304 1299 0 0 0 40 0 0 0 23 0 1 0 46407838 5754880 1285 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18793/statm: 1405 1285 75 150 0 1252 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 24576

[startup+5.80196 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 18793
/proc/meminfo: memFree=1731704/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=5.42
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 1795 43380 0 7 4 2 503 33 16 0 1 0 46407320 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 13600

[startup+5.90197 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 18793
/proc/meminfo: memFree=1731704/2055920 swapFree=4192812/4192956
[pid=18705] ppid=18703 vsize=13600 CPUtime=5.42
/proc/18705/stat : 18705 (sugar) S 18703 18705 16476 0 -1 4194304 1796 43380 0 7 4 2 503 33 15 0 1 0 46407320 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18705/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 5.9203
CPU time (s): 5.62714
CPU user time (s): 5.2332
CPU system time (s): 0.39394
CPU usage (%): 95.0484
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2332
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49140
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= 3952
involuntary context switches= 3959

runsolver used 0.011998 second user time and 0.035994 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-12 23:10:45
IDJOB=1114138
IDBENCH=61694
IDSOLVER=368
FILE ID=node11/1114138-1215897045
PBS_JOBID= 7903555
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/subs/normalized-scen06-sub0.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-1114138-1215897045/watcher-1114138-1215897045 -o /tmp/evaluation-result-1114138-1215897045/solver-1114138-1215897045 -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-1114138-1215897045.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 546ff0f84e2ec21a45faa4b01429dc74
RANDOM SEED=762374799

node11.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.218
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.218
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:       1740976 kB
Buffers:         16308 kB
Cached:          57948 kB
SwapCached:          0 kB
Active:         229692 kB
Inactive:        33576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         209184 kB
Slab:            36404 kB
Committed_AS:   508320 kB
PageTables:       2336 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= 66552 MiB
End job on node11 at 2008-07-12 23:10:51