Trace number 1108747

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM2 6.20106 6.98194

General information on the benchmark

Namecsp/QCP-10/
normalized-qcp-10-67-12_ext.xml
MD5SUMd76a9999252211fb2e42403bdb5d1801
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark6.20106
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints822
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension822
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 16:23:06 2008
0.00/0.07	c 0	PID 11992
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1108747-1215786186.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108747-1215786186.xml' 'HOME/temp.csp'
0.07/0.61	c 1	11 domains, 100 variables, 0 predicates, 11 relations, 822 constraints
0.07/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.63	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.74	c 1	Parsing HOME/temp.csp
0.57/0.88	c 1	parsed 944 expressions
0.57/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.91	c 1	MAX CSP: 822 constraints
0.57/0.91	c 1	Converting to clausal form CSP
0.57/0.94	c 1	converted 177 (10%) expressions
0.57/0.96	c 1	converted 354 (20%) expressions
0.57/0.98	c 1	converted 531 (30%) expressions
0.57/0.99	c 1	converted 708 (40%) expressions
0.88/1.01	c 1	converted 885 (50%) expressions
0.88/1.02	c 1	converted 1062 (60%) expressions
0.88/1.10	c 1	converted 1239 (70%) expressions
0.88/1.10	c 1	converted 1416 (80%) expressions
0.98/1.11	c 1	converted 1593 (90%) expressions
1.07/1.25	c 1	converted 1769 (100%) expressions
1.07/1.25	c 1	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 1234
1.07/1.25	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.25	c 1	Propagation in CSP
1.17/1.30	c 1	816 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.17/1.30	c 1	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 823
1.17/1.30	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.17/1.31	c 1	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 823
1.17/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.35	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.17/1.36	c 1	175 (10%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.17/1.37	c 1	349 (20%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.17/1.37	c 2	524 (30%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.17/1.37	c 2	698 (40%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.17/1.37	c 2	872 (50%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.17/1.38	c 2	1047 (60%) CSP integer variables are encoded (2008 clauses, 24904 bytes)
1.17/1.38	c 2	1221 (70%) CSP integer variables are encoded (3146 clauses, 39698 bytes)
1.17/1.39	c 2	1396 (80%) CSP integer variables are encoded (11401 clauses, 152414 bytes)
1.17/1.39	c 2	1570 (90%) CSP integer variables are encoded (12633 clauses, 170894 bytes)
1.17/1.40	c 2	1744 (100%) CSP integer variables are encoded (14315 clauses, 196124 bytes)
1.27/1.45	c 2	247 (10%) CSP clauses are encoded (15525 clauses, 220597 bytes)
1.27/1.47	c 2	493 (20%) CSP clauses are encoded (16833 clauses, 250391 bytes)
1.27/1.49	c 2	740 (30%) CSP clauses are encoded (18106 clauses, 280232 bytes)
1.37/1.52	c 2	986 (40%) CSP clauses are encoded (22825 clauses, 364957 bytes)
1.37/1.60	c 2	1233 (50%) CSP clauses are encoded (64022 clauses, 1114153 bytes)
1.47/1.62	c 2	1479 (60%) CSP clauses are encoded (76280 clauses, 1332169 bytes)
2.56/2.77	c 3	1726 (70%) CSP clauses are encoded (715825 clauses, 14064697 bytes)
2.56/2.80	c 3	1972 (80%) CSP clauses are encoded (729933 clauses, 14356184 bytes)
2.66/2.86	c 3	2219 (90%) CSP clauses are encoded (764300 clauses, 15081130 bytes)
2.95/3.10	c 3	2465 (100%) CSP clauses are encoded (890756 clauses, 17775854 bytes)
2.95/3.10	c 3	2465 CSP clauses encoded
2.95/3.10	c 3	Writing map file : HOME/temp.map
2.95/3.12	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.95/3.12	c 3	SAT : 16026 SAT variables, 890756 SAT clauses, 17775854 bytes
2.95/3.12	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.95/3.17	c 3	OBJECTIVE minimize _COST
2.95/3.17	c 3	SOLVING HOME/temp.cnf
2.95/3.17	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.95/3.17	c 3	This is MiniSat 2.0 beta incremental
2.95/3.17	c 3	WARNING: for repeatability, setting FPU to use double precision
2.95/3.17	c 3	============================[ Problem Statistics ]=============================
2.95/3.17	c 3	|                                                                             |
2.95/3.18	c 3	|  Number of variables:  16026                                                |
2.95/3.18	c 3	|  Number of clauses:    890756                                               |
3.30/3.59	c 4	|  Parsing time:         0.36         s                                       |
3.40/3.61	c 4	OK
3.40/3.61	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.40/3.61	c 4	SEARCHING: _COST <= 411
3.40/3.61	c 4	============================[ Search Statistics ]==============================
3.40/3.61	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.40/3.61	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.40/3.61	c 4	===============================================================================
3.40/3.61	c 4	|         0 |   16026   890756  2635677 |   296918        0    nan |  0.000 % |
3.40/3.69	c 4	===============================================================================
3.40/3.69	c 4	restarts              : 1
3.40/3.69	c 4	conflicts             : 0             (0 /sec)
3.40/3.69	c 4	decisions             : 70            (0.00 % random) (155 /sec)
3.40/3.69	c 4	propagations          : 16026          (35383 /sec)
3.40/3.69	c 4	conflict literals     : 0              ( nan % deleted)
3.40/3.69	c 4	Memory used           : 38.17 MB
3.40/3.69	c 4	CPU time              : 0.452931 s
3.40/3.69	c 4	
3.40/3.69	c 4	SATISFIABLE
3.40/3.69	c 4	OK
3.40/3.69	c 4	FOUND: _COST <= 411
3.40/3.69	s SATISFIABLE
3.40/3.69	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.40/3.69	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.49/3.80	c 4	Decoding HOME/temp.out
3.49/3.94	c 4	OBJECTIVE _COST 411
3.49/3.94	o 411
3.49/3.95	v 5 7 5 8 2 3 7 9 9 6 3 4 2 7 6 2 4 8 5 7 4 6 9 5 7 8 8 6 5 3 9 8 8 6 7 9 8 0 7 4 6 8 4 6 9 9 1 7 5 8 6 3 1 9 9 8 7 6 9 5 7 9 6 9 5 7 9 5 8 2 6 4 7 7 8 1 5 9 9 8 1 7 7 9 3 5 8 9 8 9 8 5 0 8 4 7 9 8 1 9
3.49/3.95	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.49/3.99	c 4	OK
3.49/3.99	c 4	OBJECTIVE BOUND: 0 <= _COST <= 411
3.49/3.99	c 4	SEARCHING: _COST <= 205
3.49/3.99	c 4	============================[ Search Statistics ]==============================
3.49/3.99	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.99	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.99	c 4	===============================================================================
3.49/3.99	c 4	|         0 |   16026   890756  2635677 |   296918        0    nan |  0.000 % |
3.72/4.03	c 4	===============================================================================
3.72/4.03	c 4	restarts              : 2
3.72/4.03	c 4	conflicts             : 0             (0 /sec)
3.72/4.03	c 4	decisions             : 134           (0.75 % random) (268 /sec)
3.72/4.03	c 4	propagations          : 32052          (64114 /sec)
3.72/4.03	c 4	conflict literals     : 0              ( nan % deleted)
3.72/4.03	c 4	Memory used           : 38.82 MB
3.72/4.03	c 4	CPU time              : 0.499924 s
3.72/4.03	c 4	
3.72/4.03	c 4	SATISFIABLE
3.72/4.04	c 4	OK
3.72/4.04	c 4	FOUND: _COST <= 205
3.72/4.04	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.72/4.04	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.76/4.14	c 4	Decoding HOME/temp.out
3.76/4.28	c 4	OBJECTIVE _COST 205
3.76/4.28	o 205
3.76/4.28	v 8 7 5 1 2 3 7 1 9 6 3 4 2 9 6 8 4 3 5 7 0 6 1 5 8 4 6 2 3 3 9 5 8 3 9 7 8 0 7 4 4 8 9 6 0 9 1 7 5 8 9 2 1 8 8 9 7 6 4 5 7 1 3 4 5 6 9 5 8 2 6 9 7 7 0 1 5 4 9 8 1 6 7 7 3 5 8 9 8 9 8 3 0 5 4 7 9 8 1 9
3.76/4.29	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.97/4.33	c 4	OK
3.97/4.33	c 4	OBJECTIVE BOUND: 0 <= _COST <= 205
3.97/4.33	c 4	SEARCHING: _COST <= 102
3.97/4.33	c 4	============================[ Search Statistics ]==============================
3.97/4.33	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.97/4.33	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.97/4.33	c 4	===============================================================================
3.97/4.33	c 4	|         0 |   11916   890756  2635677 |   296918        0    nan |  0.000 % |
3.97/4.36	c 4	===============================================================================
3.97/4.36	c 4	restarts              : 3
3.97/4.36	c 4	conflicts             : 0             (0 /sec)
3.97/4.36	c 4	decisions             : 187           (1.60 % random) (348 /sec)
3.97/4.36	c 4	propagations          : 43968          (81737 /sec)
3.97/4.36	c 4	conflict literals     : 0              ( nan % deleted)
3.97/4.36	c 4	Memory used           : 39.07 MB
3.97/4.36	c 4	CPU time              : 0.537918 s
3.97/4.36	c 4	
3.97/4.36	c 4	SATISFIABLE
3.97/4.37	c 4	OK
3.97/4.37	c 4	FOUND: _COST <= 102
3.97/4.37	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.97/4.37	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.03/4.47	c 5	Decoding HOME/temp.out
4.03/4.60	c 5	OBJECTIVE _COST 102
4.03/4.60	o 102
4.03/4.61	v 6 1 5 4 2 3 7 7 9 3 3 4 2 8 6 7 4 9 0 1 0 6 4 5 8 0 6 9 2 3 3 5 6 2 7 9 8 0 4 4 9 8 3 6 0 4 1 2 5 7 8 2 1 9 1 8 7 6 3 5 7 0 8 1 5 9 4 5 6 2 4 9 7 7 9 1 5 3 8 6 1 3 9 9 3 5 6 4 7 8 6 5 0 3 4 7 9 8 1 9
4.03/4.61	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.03/4.66	c 5	OK
4.03/4.66	c 5	OBJECTIVE BOUND: 0 <= _COST <= 102
4.03/4.66	c 5	SEARCHING: _COST <= 51
4.03/4.66	c 5	============================[ Search Statistics ]==============================
4.03/4.66	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.03/4.66	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.03/4.66	c 5	===============================================================================
4.03/4.66	c 5	|         0 |    9648   890756  2635677 |   296918        0    nan |  0.000 % |
4.03/4.68	c 5	===============================================================================
4.03/4.68	c 5	restarts              : 4
4.03/4.68	c 5	conflicts             : 19            (34 /sec)
4.03/4.68	c 5	decisions             : 253           (1.58 % random) (447 /sec)
4.03/4.68	c 5	propagations          : 54649          (96568 /sec)
4.03/4.68	c 5	conflict literals     : 771            (0.00 % deleted)
4.03/4.68	c 5	Memory used           : 39.20 MB
4.03/4.68	c 5	CPU time              : 0.565913 s
4.03/4.68	c 5	
4.03/4.68	c 5	SATISFIABLE
4.03/4.68	c 5	OK
4.03/4.68	c 5	FOUND: _COST <= 51
4.03/4.68	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.03/4.68	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.29/4.78	c 5	Decoding HOME/temp.out
4.29/4.91	c 5	OBJECTIVE _COST 51
4.29/4.91	o 51
4.29/4.92	v 6 7 5 4 2 3 7 1 9 8 3 4 2 3 6 8 9 7 0 1 9 6 4 5 8 0 6 7 2 3 2 5 9 3 1 6 8 0 7 4 4 8 3 6 0 2 1 9 5 7 8 0 1 2 7 9 4 6 3 5 7 1 8 9 5 4 3 5 6 2 0 2 3 7 9 1 5 4 8 6 1 9 7 8 3 5 0 2 4 5 5 3 0 0 4 7 2 8 1 9
4.29/4.92	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.29/4.97	c 5	OK
4.29/4.97	c 5	OBJECTIVE BOUND: 0 <= _COST <= 51
4.29/4.97	c 5	SEARCHING: _COST <= 25
4.29/4.97	c 5	============================[ Search Statistics ]==============================
4.29/4.97	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.97	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.97	c 5	===============================================================================
4.29/4.97	c 5	|        19 |    8200   890756  2635677 |   296918       19     41 |  0.000 % |
4.52/5.01	c 5	|       120 |    8200   890756  2635677 |   326610      120     58 | 55.554 % |
4.52/5.04	c 5	|       270 |    8200   890756  2635677 |   359271      270     65 | 55.554 % |
4.62/5.12	c 5	|       495 |    8200   890756  2635677 |   395198      495     53 | 55.554 % |
4.62/5.13	c 5	===============================================================================
4.62/5.13	c 5	restarts              : 8
4.62/5.13	c 5	conflicts             : 520           (709 /sec)
4.62/5.13	c 5	decisions             : 1168          (0.94 % random) (1592 /sec)
4.62/5.13	c 5	propagations          : 311309         (424191 /sec)
4.62/5.13	c 5	conflict literals     : 27261          (8.42 % deleted)
4.62/5.13	c 5	Memory used           : 39.33 MB
4.62/5.13	c 5	CPU time              : 0.733888 s
4.62/5.13	c 5	
4.62/5.13	c 5	SATISFIABLE
4.62/5.14	c 5	OK
4.62/5.14	c 5	FOUND: _COST <= 25
4.62/5.14	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.62/5.14	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.66/5.24	c 5	Decoding HOME/temp.out
4.66/5.37	c 6	OBJECTIVE _COST 25
4.66/5.37	o 25
4.66/5.38	v 0 7 5 2 2 3 6 4 9 8 3 4 2 1 6 8 7 9 0 1 4 6 8 5 9 2 0 1 7 3 5 2 7 9 1 6 8 0 3 4 2 8 3 6 0 4 1 7 5 9 8 3 1 0 5 9 7 6 4 5 7 1 6 4 7 0 3 5 9 2 9 6 4 7 8 1 5 3 2 0 1 0 9 8 3 5 4 2 6 7 6 9 0 3 4 7 2 8 1 9
4.66/5.38	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.86/5.43	c 6	OK
4.86/5.43	c 6	OBJECTIVE BOUND: 0 <= _COST <= 25
4.86/5.43	c 6	SEARCHING: _COST <= 12
4.86/5.43	c 6	============================[ Search Statistics ]==============================
4.86/5.43	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.86/5.43	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.86/5.43	c 6	===============================================================================
4.86/5.43	c 6	|       520 |    7123   890756  2635677 |   296918      520     52 | 55.554 % |
4.86/5.45	c 6	|       620 |    7123   890756  2635677 |   326610      620     57 | 61.532 % |
4.86/5.47	c 6	|       772 |    7123   890756  2635677 |   359271      772     60 | 61.532 % |
4.86/5.50	c 6	|       997 |    7123   890756  2635677 |   395198      997     59 | 61.532 % |
4.96/5.52	c 6	===============================================================================
4.96/5.52	c 6	restarts              : 12
4.96/5.52	c 6	conflicts             : 1132          (1369 /sec)
4.96/5.52	c 6	decisions             : 2288          (0.48 % random) (2767 /sec)
4.96/5.52	c 6	propagations          : 418229         (505795 /sec)
4.96/5.52	c 6	conflict literals     : 63643          (4.72 % deleted)
4.96/5.52	c 6	Memory used           : 39.46 MB
4.96/5.52	c 6	CPU time              : 0.826874 s
4.96/5.52	c 6	
4.96/5.52	c 6	SATISFIABLE
4.96/5.52	c 6	OK
4.96/5.52	c 6	FOUND: _COST <= 12
4.96/5.52	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.96/5.52	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.97/5.63	c 6	Decoding HOME/temp.out
4.97/5.76	c 6	OBJECTIVE _COST 12
4.97/5.76	o 12
4.97/5.77	v 4 7 5 0 2 3 6 8 9 1 3 4 2 1 6 0 7 7 8 9 8 6 4 5 9 2 0 1 7 3 9 1 7 3 5 6 8 0 2 4 2 8 3 6 7 4 1 9 5 0 0 5 1 2 8 9 3 6 4 5 7 3 6 9 1 8 4 5 0 2 6 2 9 7 0 1 5 4 3 8 1 5 8 4 3 5 9 2 6 7 5 9 0 8 4 7 2 3 1 6
4.97/5.77	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.97/5.82	c 6	OK
4.97/5.82	c 6	OBJECTIVE BOUND: 0 <= _COST <= 12
4.97/5.82	c 6	SEARCHING: _COST <= 6
4.97/5.83	c 6	============================[ Search Statistics ]==============================
4.97/5.83	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.97/5.83	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.97/5.83	c 6	===============================================================================
4.97/5.83	c 6	|      1132 |    6165   890756  2635677 |   296918     1132     56 | 61.532 % |
4.97/5.83	c 6	===============================================================================
4.97/5.83	c 6	restarts              : 13
4.97/5.83	c 6	conflicts             : 1195          (1411 /sec)
4.97/5.83	c 6	decisions             : 2427          (0.45 % random) (2866 /sec)
4.97/5.83	c 6	propagations          : 440823         (520531 /sec)
4.97/5.83	c 6	conflict literals     : 66759          (4.84 % deleted)
4.97/5.83	c 6	Memory used           : 39.46 MB
4.97/5.83	c 6	CPU time              : 0.846871 s
4.97/5.83	c 6	
4.97/5.83	c 6	SATISFIABLE
4.97/5.84	c 6	OK
4.97/5.84	c 6	FOUND: _COST <= 6
4.97/5.84	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.97/5.84	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.23/5.94	c 6	Decoding HOME/temp.out
5.23/6.21	c 6	OBJECTIVE _COST 6
5.23/6.21	o 6
5.23/6.22	v 6 1 5 8 2 3 7 4 9 0 3 4 2 9 6 0 5 7 8 1 4 6 7 5 8 9 2 1 0 3 2 5 6 1 9 7 8 0 3 4 9 8 4 6 0 2 1 3 5 7 8 9 1 3 7 4 0 6 2 5 7 0 3 4 1 8 9 5 6 2 0 3 8 7 6 1 5 2 4 9 1 2 9 0 3 5 4 8 7 6 5 7 0 2 4 6 3 9 1 8
5.23/6.25	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.23/6.29	c 6	OK
5.23/6.29	c 6	OBJECTIVE BOUND: 0 <= _COST <= 6
5.23/6.29	c 6	SEARCHING: _COST <= 3
5.23/6.30	c 6	============================[ Search Statistics ]==============================
5.63/6.31	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.63/6.31	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.63/6.31	c 6	===============================================================================
5.63/6.31	c 6	|      1195 |    5240   890756  2635677 |   296918     1195     56 | 61.532 % |
5.63/6.31	c 6	===============================================================================
5.63/6.31	c 6	restarts              : 14
5.63/6.31	c 6	conflicts             : 1231          (1422 /sec)
5.63/6.31	c 6	decisions             : 2501          (0.48 % random) (2888 /sec)
5.63/6.31	c 6	propagations          : 463123         (534866 /sec)
5.63/6.31	c 6	conflict literals     : 68047          (5.00 % deleted)
5.63/6.31	c 6	Memory used           : 39.46 MB
5.63/6.31	c 6	CPU time              : 0.865868 s
5.63/6.31	c 6	
5.63/6.31	c 6	SATISFIABLE
5.63/6.31	c 6	OK
5.63/6.31	c 6	FOUND: _COST <= 3
5.63/6.31	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.63/6.31	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.64/6.43	c 7	Decoding HOME/temp.out
5.77/6.57	c 7	OBJECTIVE _COST 3
5.77/6.57	o 3
5.77/6.57	v 4 0 5 8 2 3 6 7 9 1 3 4 2 1 6 8 7 9 0 9 8 6 4 5 9 7 0 1 2 3 6 1 7 2 5 9 8 0 3 4 9 8 3 6 7 4 1 2 5 0 0 9 1 3 8 2 4 6 7 5 7 3 6 4 1 0 9 5 8 2 2 8 9 7 0 1 5 3 4 6 1 7 9 0 3 5 2 4 6 8 5 2 0 9 4 6 3 8 1 7
5.77/6.58	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.85/6.62	c 7	OK
5.85/6.62	c 7	OBJECTIVE BOUND: 0 <= _COST <= 3
5.85/6.62	c 7	SEARCHING: _COST <= 1
5.85/6.63	c 7	============================[ Search Statistics ]==============================
5.85/6.63	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.85/6.63	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.85/6.63	c 7	===============================================================================
5.85/6.63	c 7	|      1231 |    4406   890756  2635677 |   296918     1231     55 | 61.532 % |
5.85/6.65	c 7	|      1331 |    4406   890756  2635677 |   326610     1331     55 | 77.656 % |
5.85/6.66	c 7	===============================================================================
5.85/6.66	c 7	restarts              : 16
5.85/6.66	c 7	conflicts             : 1362          (1492 /sec)
5.85/6.66	c 7	decisions             : 2643          (0.45 % random) (2895 /sec)
5.85/6.66	c 7	propagations          : 557167         (610353 /sec)
5.85/6.66	c 7	conflict literals     : 77304          (5.91 % deleted)
5.85/6.66	c 7	Memory used           : 39.46 MB
5.85/6.66	c 7	CPU time              : 0.912861 s
5.85/6.66	c 7	
5.85/6.66	c 7	UNSATISFIABLE
5.85/6.66	c 7	OK
5.85/6.66	c 7	NOT FOUND: _COST <= 1
5.85/6.66	c 7	OK
5.85/6.66	c 7	OBJECTIVE BOUND: 2 <= _COST <= 3
5.85/6.66	c 7	SEARCHING: _COST <= 2
5.85/6.66	c 7	============================[ Search Statistics ]==============================
5.85/6.66	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.85/6.66	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.85/6.66	c 7	===============================================================================
5.85/6.66	c 7	|      1362 |    4406   890756  2635677 |   296918     1361     57 | 77.656 % |
5.85/6.67	c 7	|      1464 |    4404   890756  2635677 |   326610     1463     57 | 77.680 % |
5.85/6.69	c 7	===============================================================================
5.85/6.69	c 7	restarts              : 18
5.85/6.69	c 7	conflicts             : 1523          (1620 /sec)
5.85/6.69	c 7	decisions             : 2910          (0.41 % random) (3096 /sec)
5.85/6.69	c 7	propagations          : 587836         (625453 /sec)
5.85/6.69	c 7	conflict literals     : 88611          (5.38 % deleted)
5.85/6.69	c 7	Memory used           : 39.59 MB
5.85/6.69	c 7	CPU time              : 0.939857 s
5.85/6.69	c 7	
5.85/6.69	c 7	SATISFIABLE
5.85/6.69	c 7	OK
5.85/6.69	c 7	FOUND: _COST <= 2
5.85/6.69	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.85/6.69	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.93/6.77	c 7	Decoding HOME/temp.out
5.93/6.90	c 7	OBJECTIVE _COST 2
5.93/6.90	o 2
5.93/6.91	v 4 7 5 0 2 3 6 8 9 1 3 4 2 1 6 7 0 9 8 7 7 6 8 5 0 9 2 1 4 3 6 1 9 3 5 2 8 0 7 4 9 8 3 6 7 4 1 2 5 0 8 2 1 4 9 0 7 6 3 5 7 3 6 9 1 8 4 5 0 2 0 9 4 7 8 1 5 3 2 6 1 0 7 2 3 5 9 4 6 8 2 5 0 8 4 6 3 7 1 9
5.93/6.91	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.93/6.96	c 7	OK
5.93/6.96	c 7	OBJECTIVE _COST 2
5.93/6.96	s OPTIMUM FOUND
5.93/6.97	c 7	CPU 5.57 (0.08 0.02 5.49 0.58)
5.93/6.97	c 7	END Fri Jul 11 16:23:13 2008

Verifier Data (download as text)

OK	2	820
2 unsatisfied constraints, 820 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-1108747-1215786186/watcher-1108747-1215786186 -o /tmp/evaluation-result-1108747-1215786186/solver-1108747-1215786186 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108747-1215786186.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.04 2.01 2.00 4/81 11992
/proc/meminfo: memFree=1746480/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=12268 CPUtime=0
/proc/11992/stat : 11992 (sugar++) R 11990 11992 11592 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35318436 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 213116484197 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11992/statm: 3067 316 241 3 0 167 0

[startup+0.0802199 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 11992
/proc/meminfo: memFree=1746480/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16740 CPUtime=0.07
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 35318436 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101244 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 11992
/proc/meminfo: memFree=1746480/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16740 CPUtime=0.07
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 35318436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301264 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 11992
/proc/meminfo: memFree=1746480/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16740 CPUtime=0.07
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 35318436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701311 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 11992
/proc/meminfo: memFree=1746480/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16740 CPUtime=0.57
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 1279 4528 0 1 6 1 47 3 16 0 1 0 35318436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50241 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 12014
/proc/meminfo: memFree=1736600/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16740 CPUtime=0.57
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 1297 4528 0 1 6 1 47 3 15 0 1 0 35318436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4185 1104 409 3 0 764 0
[pid=12005] ppid=11992 vsize=5356 CPUtime=0
/proc/12005/stat : 12005 (sh) S 11992 11992 11592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35318500 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12005/statm: 1339 233 193 169 0 50 0
[pid=12006] ppid=12005 vsize=868464 CPUtime=0.8
/proc/12006/stat : 12006 (java) S 12005 11992 11592 0 -1 0 6810 0 1 0 76 4 0 0 19 0 9 0 35318500 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12006/statm: 217116 6024 2563 9 0 211663 0
[pid=12006/tid=12007] ppid=12005 vsize=868464 CPUtime=0.46
/proc/12006/task/12007/stat : 12007 (java) R 12005 11992 11592 0 -1 64 2735 0 1 0 44 2 0 0 18 0 9 0 35318501 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12008] ppid=12005 vsize=868464 CPUtime=0.07
/proc/12006/task/12008/stat : 12008 (java) S 12005 11992 11592 0 -1 64 1893 0 0 0 7 0 0 0 15 0 9 0 35318504 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12009] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12009/stat : 12009 (java) S 12005 11992 11592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35318504 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12010] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12010/stat : 12010 (java) S 12005 11992 11592 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35318504 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12011] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12011/stat : 12011 (java) S 12005 11992 11592 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35318508 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12012] ppid=12005 vsize=868464 CPUtime=0.24
/proc/12006/task/12012/stat : 12012 (java) S 12005 11992 11592 0 -1 64 1490 0 0 0 24 0 0 0 16 0 9 0 35318508 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12013] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12013/stat : 12013 (java) S 12005 11992 11592 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35318508 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12014] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12014/stat : 12014 (java) R 12005 11992 11592 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35318508 889307136 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 890560

[startup+3.10257 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 12014
/proc/meminfo: memFree=1722520/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16740 CPUtime=0.57
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 1297 4528 0 1 6 1 47 3 16 0 1 0 35318436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4185 1104 409 3 0 764 0
[pid=12005] ppid=11992 vsize=5356 CPUtime=0
/proc/12005/stat : 12005 (sh) S 11992 11992 11592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35318500 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12005/statm: 1339 233 193 169 0 50 0
[pid=12006] ppid=12005 vsize=868464 CPUtime=2.38
/proc/12006/stat : 12006 (java) S 12005 11992 11592 0 -1 0 7316 0 1 0 218 20 0 0 19 0 9 0 35318500 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12006/statm: 217116 6037 2563 9 0 211663 0
[pid=12006/tid=12007] ppid=12005 vsize=868464 CPUtime=1.9
/proc/12006/task/12007/stat : 12007 (java) R 12005 11992 11592 0 -1 64 3228 0 1 0 176 14 0 0 25 0 9 0 35318501 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4126476120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12008] ppid=12005 vsize=868464 CPUtime=0.19
/proc/12006/task/12008/stat : 12008 (java) S 12005 11992 11592 0 -1 64 1893 0 0 0 15 4 0 0 16 0 9 0 35318504 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12009] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12009/stat : 12009 (java) S 12005 11992 11592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35318504 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12010] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12010/stat : 12010 (java) S 12005 11992 11592 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35318504 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12011] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12011/stat : 12011 (java) S 12005 11992 11592 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35318508 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12012] ppid=12005 vsize=868464 CPUtime=0.27
/proc/12006/task/12012/stat : 12012 (java) S 12005 11992 11592 0 -1 64 1503 0 0 0 26 1 0 0 16 0 9 0 35318508 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12013] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12013/stat : 12013 (java) S 12005 11992 11592 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35318508 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12006/tid=12014] ppid=12005 vsize=868464 CPUtime=0
/proc/12006/task/12014/stat : 12014 (java) S 12005 11992 11592 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35318508 889307136 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890560

[startup+6.30192 s]
/proc/loadavg: 2.03 2.01 2.00 2/93 12065
/proc/meminfo: memFree=1680336/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16872 CPUtime=4.71
/proc/11992/stat : 11992 (sugar++) R 11990 11992 11592 0 -1 4194304 1992 39332 0 9 8 2 416 45 16 0 1 0 35318436 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 213125214162 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11992/statm: 4218 1136 414 3 0 797 0
[pid=12015] ppid=11992 vsize=40404 CPUtime=0.92
/proc/12015/stat : 12015 (minisat-inc) R 11992 11992 11592 0 -1 4194304 9880 0 0 0 86 6 0 0 16 0 1 0 35318754 41373696 9815 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/12015/statm: 10101 9815 79 151 0 9947 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 57276

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

[startup+6.70297 s]
/proc/loadavg: 2.03 2.01 2.00 4/93 12095
/proc/meminfo: memFree=1680720/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16872 CPUtime=4.93
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 2096 43212 0 10 8 2 435 48 15 0 1 0 35318436 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4218 1136 414 3 0 797 0
[pid=12015] ppid=11992 vsize=40536 CPUtime=1
/proc/12015/stat : 12015 (minisat-inc) S 11992 11992 11592 0 -1 4194304 9909 0 0 0 94 6 0 0 16 0 1 0 35318754 41508864 9838 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12015/statm: 10134 9838 79 151 0 9980 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 57408

[startup+6.90199 s]
/proc/loadavg: 2.03 2.01 2.00 4/93 12095
/proc/meminfo: memFree=1680720/2055920 swapFree=4192956/4192956
[pid=11992] ppid=11990 vsize=16872 CPUtime=4.93
/proc/11992/stat : 11992 (sugar++) S 11990 11992 11592 0 -1 4194304 2115 43212 0 10 8 2 435 48 15 0 1 0 35318436 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11992/statm: 4218 1136 414 3 0 797 0
[pid=12015] ppid=11992 vsize=40536 CPUtime=1
/proc/12015/stat : 12015 (minisat-inc) S 11992 11992 11592 0 -1 4194304 9909 0 0 0 94 6 0 0 16 0 1 0 35318754 41508864 9838 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12015/statm: 10134 9838 79 151 0 9980 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 57408

Child status: 0
Real time (s): 6.98194
CPU time (s): 6.20106
CPU user time (s): 5.58015
CPU system time (s): 0.620905
CPU usage (%): 88.8157
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.58015
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59211
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8765
involuntary context switches= 8395

runsolver used 0.012998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-11 16:23:06
IDJOB=1108747
IDBENCH=60758
IDSOLVER=367
FILE ID=node37/1108747-1215786186
PBS_JOBID= 7903121
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-10/normalized-qcp-10-67-12_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108747-1215786186/watcher-1108747-1215786186 -o /tmp/evaluation-result-1108747-1215786186/solver-1108747-1215786186 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108747-1215786186.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d76a9999252211fb2e42403bdb5d1801
RANDOM SEED=2004535375

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746960 kB
Buffers:         30592 kB
Cached:         210536 kB
SwapCached:          0 kB
Active:         120308 kB
Inactive:       145760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:          45040 kB
Slab:            28116 kB
Committed_AS:   140648 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node37 at 2008-07-11 16:23:13