Trace number 1108731

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.97694 7.70211

General information on the benchmark

Namecsp/QCP-10/
normalized-qcp-10-67-14_ext.xml
MD5SUM622f0167f8b2d520cab49e33ee1a53b4
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.97694
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.04/0.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.13	c 0	BEGIN Fri Jul 11 16:22:30 2008
0.04/0.13	c 0	PID 14079
0.04/0.13	c 0	HOST node43.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1108731-1215786150.xml TO HOME/temp.csp
0.04/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108731-1215786150.xml' 'HOME/temp.csp'
0.06/0.67	c 1	11 domains, 100 variables, 0 predicates, 11 relations, 822 constraints
0.06/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.69	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.79	c 1	Parsing HOME/temp.csp
0.57/0.96	c 1	parsed 944 expressions
0.57/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.85/1.01	c 1	MAX CSP: 822 constraints
0.85/1.01	c 1	Converting to clausal form CSP
0.85/1.05	c 1	converted 177 (10%) expressions
0.85/1.07	c 1	converted 354 (20%) expressions
0.85/1.09	c 1	converted 531 (30%) expressions
0.85/1.10	c 1	converted 708 (40%) expressions
0.95/1.11	c 1	converted 885 (50%) expressions
0.95/1.13	c 1	converted 1062 (60%) expressions
1.04/1.20	c 1	converted 1239 (70%) expressions
1.04/1.21	c 1	converted 1416 (80%) expressions
1.04/1.21	c 1	converted 1593 (90%) expressions
1.14/1.35	c 1	converted 1769 (100%) expressions
1.14/1.35	c 1	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 1234
1.14/1.36	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.36	c 1	Propagation in CSP
1.24/1.41	c 1	816 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.41	c 1	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 823
1.24/1.41	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.41	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.41	c 1	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 823
1.24/1.42	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.45	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.47	c 1	175 (10%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.24/1.47	c 1	349 (20%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.24/1.48	c 1	524 (30%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.24/1.48	c 1	698 (40%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.24/1.48	c 1	872 (50%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.24/1.48	c 1	1047 (60%) CSP integer variables are encoded (2008 clauses, 24904 bytes)
1.24/1.49	c 1	1221 (70%) CSP integer variables are encoded (3146 clauses, 39698 bytes)
1.24/1.50	c 1	1396 (80%) CSP integer variables are encoded (11401 clauses, 152414 bytes)
1.34/1.50	c 1	1570 (90%) CSP integer variables are encoded (12633 clauses, 170894 bytes)
1.34/1.51	c 1	1744 (100%) CSP integer variables are encoded (14315 clauses, 196124 bytes)
1.34/1.56	c 1	247 (10%) CSP clauses are encoded (15516 clauses, 220291 bytes)
1.34/1.58	c 1	493 (20%) CSP clauses are encoded (16878 clauses, 251559 bytes)
1.44/1.60	c 2	740 (30%) CSP clauses are encoded (18151 clauses, 281344 bytes)
1.44/1.63	c 2	986 (40%) CSP clauses are encoded (22825 clauses, 364976 bytes)
1.53/1.71	c 2	1233 (50%) CSP clauses are encoded (64022 clauses, 1114172 bytes)
1.53/1.74	c 2	1479 (60%) CSP clauses are encoded (76280 clauses, 1332188 bytes)
2.72/2.93	c 3	1726 (70%) CSP clauses are encoded (715825 clauses, 14064716 bytes)
2.72/2.96	c 3	1972 (80%) CSP clauses are encoded (729933 clauses, 14356203 bytes)
2.82/3.03	c 3	2219 (90%) CSP clauses are encoded (764300 clauses, 15081149 bytes)
3.01/3.29	c 3	2465 (100%) CSP clauses are encoded (890756 clauses, 17775873 bytes)
3.01/3.29	c 3	2465 CSP clauses encoded
3.01/3.29	c 3	Writing map file : HOME/temp.map
3.11/3.31	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.31	c 3	SAT : 16026 SAT variables, 890756 SAT clauses, 17775873 bytes
3.11/3.31	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.33	c 3	OBJECTIVE minimize _COST
3.11/3.33	c 3	SOLVING HOME/temp.cnf
3.11/3.33	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.11/3.33	c 3	This is MiniSat 2.0 beta incremental
3.11/3.33	c 3	WARNING: for repeatability, setting FPU to use double precision
3.11/3.33	c 3	============================[ Problem Statistics ]=============================
3.11/3.33	c 3	|                                                                             |
3.11/3.33	c 3	|  Number of variables:  16026                                                |
3.11/3.33	c 3	|  Number of clauses:    890756                                               |
3.14/3.77	c 4	|  Parsing time:         0.37         s                                       |
3.14/3.79	c 4	OK
3.14/3.79	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.14/3.79	c 4	SEARCHING: _COST <= 411
3.14/3.79	c 4	============================[ Search Statistics ]==============================
3.14/3.79	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.14/3.79	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.14/3.79	c 4	===============================================================================
3.14/3.79	c 4	|         0 |   16026   890756  2635664 |   296918        0    nan |  0.000 % |
3.14/3.87	c 4	===============================================================================
3.14/3.87	c 4	restarts              : 1
3.14/3.87	c 4	conflicts             : 0             (0 /sec)
3.14/3.87	c 4	decisions             : 70            (0.00 % random) (148 /sec)
3.14/3.87	c 4	propagations          : 16026          (33959 /sec)
3.14/3.87	c 4	conflict literals     : 0              ( nan % deleted)
3.14/3.87	c 4	Memory used           : 38.17 MB
3.14/3.87	c 4	CPU time              : 0.471928 s
3.14/3.87	c 4	
3.14/3.87	c 4	SATISFIABLE
3.14/3.88	c 4	OK
3.14/3.88	c 4	FOUND: _COST <= 411
3.14/3.88	s SATISFIABLE
3.14/3.88	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.14/3.88	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.14/3.99	c 4	Decoding HOME/temp.out
3.14/4.13	c 4	OBJECTIVE _COST 411
3.14/4.13	o 411
3.14/4.13	v 6 2 8 8 4 9 5 5 4 5 7 4 1 6 8 9 2 9 6 5 9 5 6 8 8 4 3 7 6 6 8 7 9 9 1 9 6 9 7 8 5 8 6 9 9 0 8 7 8 1 6 9 8 7 7 9 8 4 8 0 7 6 9 1 3 8 9 8 9 4 5 6 7 7 9 7 9 6 8 7 9 8 8 8 7 8 7 9 4 9 7 6 3 7 6 8 5 8 9 9
3.14/4.14	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.14/4.18	c 4	OK
3.14/4.18	c 4	OBJECTIVE BOUND: 0 <= _COST <= 411
3.14/4.18	c 4	SEARCHING: _COST <= 205
3.14/4.18	c 4	============================[ Search Statistics ]==============================
3.14/4.19	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.14/4.19	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.14/4.19	c 4	===============================================================================
3.14/4.19	c 4	|         0 |   16026   890756  2635664 |   296918        0    nan |  0.000 % |
3.38/4.23	c 4	===============================================================================
3.38/4.23	c 4	restarts              : 2
3.38/4.23	c 4	conflicts             : 0             (0 /sec)
3.38/4.23	c 4	decisions             : 135           (0.74 % random) (255 /sec)
3.38/4.23	c 4	propagations          : 32052          (60485 /sec)
3.38/4.23	c 4	conflict literals     : 0              ( nan % deleted)
3.38/4.23	c 4	Memory used           : 38.82 MB
3.38/4.23	c 4	CPU time              : 0.529919 s
3.38/4.23	c 4	
3.38/4.23	c 4	SATISFIABLE
3.38/4.24	c 4	OK
3.38/4.24	c 4	FOUND: _COST <= 205
3.38/4.24	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.38/4.24	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.99/4.35	c 4	Decoding HOME/temp.out
4.29/4.62	c 5	OBJECTIVE _COST 205
4.29/4.62	o 205
4.29/4.63	v 6 2 4 8 0 9 9 7 1 7 7 9 1 4 8 5 2 1 6 5 9 5 5 0 8 4 2 3 3 6 8 7 9 9 1 6 5 9 5 8 7 8 6 9 4 0 8 3 9 1 6 3 8 8 7 9 3 4 5 0 9 9 6 1 3 8 6 5 7 4 2 6 7 5 4 7 9 6 8 3 2 8 3 6 5 8 7 9 4 9 4 5 3 7 6 7 5 8 9 9
4.29/4.66	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.29/4.69	c 5	OK
4.29/4.69	c 5	OBJECTIVE BOUND: 0 <= _COST <= 205
4.29/4.69	c 5	SEARCHING: _COST <= 102
4.29/4.69	c 5	============================[ Search Statistics ]==============================
4.37/4.70	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.37/4.71	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.37/4.71	c 5	===============================================================================
4.37/4.71	c 5	|         0 |   11916   890756  2635664 |   296918        0    nan |  0.000 % |
4.37/4.73	c 5	===============================================================================
4.37/4.73	c 5	restarts              : 3
4.37/4.73	c 5	conflicts             : 0             (0 /sec)
4.37/4.73	c 5	decisions             : 173           (1.16 % random) (302 /sec)
4.37/4.73	c 5	propagations          : 43968          (76879 /sec)
4.37/4.73	c 5	conflict literals     : 0              ( nan % deleted)
4.37/4.73	c 5	Memory used           : 39.07 MB
4.37/4.73	c 5	CPU time              : 0.571913 s
4.37/4.73	c 5	
4.37/4.73	c 5	SATISFIABLE
4.37/4.73	c 5	OK
4.37/4.73	c 5	FOUND: _COST <= 102
4.37/4.73	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.37/4.73	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.40/4.83	c 5	Decoding HOME/temp.out
4.40/5.00	c 5	OBJECTIVE _COST 102
4.40/5.00	o 102
4.40/5.00	v 6 2 4 8 0 5 1 3 9 7 4 4 1 3 7 9 2 1 6 5 9 6 0 7 8 4 3 2 5 1 8 7 6 9 1 2 5 0 7 3 5 3 6 7 2 0 8 9 5 1 3 9 5 8 7 1 6 4 2 0 7 9 4 1 3 8 0 5 0 4 4 5 2 5 1 7 9 6 8 2 1 8 9 2 5 3 7 6 4 6 2 1 3 6 4 6 5 8 7 9
4.40/5.01	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.40/5.03	c 5	OK
4.40/5.03	c 5	OBJECTIVE BOUND: 0 <= _COST <= 102
4.40/5.03	c 5	SEARCHING: _COST <= 51
4.40/5.03	c 5	============================[ Search Statistics ]==============================
4.40/5.04	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.40/5.04	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.40/5.04	c 5	===============================================================================
4.40/5.04	c 5	|         0 |    9648   890756  2635664 |   296918        0    nan |  0.000 % |
4.40/5.06	c 5	|       101 |    8200   890756  2635664 |   326610      101    105 | 48.834 % |
4.74/5.17	c 5	|       252 |    8200   890756  2635664 |   359271      252     58 | 48.834 % |
4.74/5.19	c 5	===============================================================================
4.74/5.19	c 5	restarts              : 6
4.74/5.19	c 5	conflicts             : 277           (373 /sec)
4.74/5.19	c 5	decisions             : 795           (0.88 % random) (1072 /sec)
4.74/5.19	c 5	propagations          : 246537         (332311 /sec)
4.74/5.19	c 5	conflict literals     : 15252          (7.98 % deleted)
4.74/5.19	c 5	Memory used           : 39.33 MB
4.74/5.19	c 5	CPU time              : 0.741887 s
4.74/5.19	c 5	
4.74/5.19	c 5	SATISFIABLE
4.74/5.20	c 5	OK
4.74/5.20	c 5	FOUND: _COST <= 51
4.74/5.20	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.74/5.20	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.83/5.30	c 5	Decoding HOME/temp.out
5.00/5.43	c 5	OBJECTIVE _COST 51
5.00/5.43	o 51
5.00/5.44	v 6 2 0 8 0 3 4 5 1 9 7 3 1 5 9 8 2 0 6 5 9 0 5 6 8 4 9 7 3 7 8 7 4 9 1 5 9 6 7 3 3 9 6 8 7 0 9 2 5 1 8 5 7 2 7 6 3 4 9 0 5 6 2 1 3 8 0 9 7 4 9 4 2 0 5 7 1 6 8 3 0 8 9 3 6 5 7 1 4 2 4 1 3 7 2 9 5 8 0 6
5.00/5.45	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.00/5.49	c 5	OK
5.00/5.49	c 5	OBJECTIVE BOUND: 0 <= _COST <= 51
5.00/5.49	c 5	SEARCHING: _COST <= 25
5.00/5.49	c 5	============================[ Search Statistics ]==============================
5.00/5.49	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.00/5.49	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.00/5.49	c 5	===============================================================================
5.00/5.49	c 5	|       277 |    8200   890756  2635664 |   296918      277     55 | 48.834 % |
5.06/5.52	c 5	|       377 |    8199   890756  2635664 |   326610      377     48 | 55.554 % |
5.06/5.56	c 5	|       528 |    8199   890756  2635664 |   359271      528     43 | 55.554 % |
5.16/5.65	c 6	|       753 |    8199   890756  2635664 |   395198      753     43 | 55.554 % |
5.16/5.66	c 6	===============================================================================
5.16/5.66	c 6	restarts              : 10
5.16/5.66	c 6	conflicts             : 775           (839 /sec)
5.16/5.66	c 6	decisions             : 1703          (0.65 % random) (1843 /sec)
5.16/5.66	c 6	propagations          : 534160         (578183 /sec)
5.16/5.66	c 6	conflict literals     : 33277          (15.26 % deleted)
5.16/5.66	c 6	Memory used           : 39.33 MB
5.16/5.66	c 6	CPU time              : 0.923859 s
5.16/5.66	c 6	
5.16/5.66	c 6	SATISFIABLE
5.16/5.67	c 6	OK
5.16/5.67	c 6	FOUND: _COST <= 25
5.16/5.67	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.16/5.67	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.22/5.78	c 6	Decoding HOME/temp.out
5.22/5.93	c 6	OBJECTIVE _COST 25
5.22/5.93	o 25
5.22/5.94	v 6 2 0 8 9 5 4 1 3 6 3 4 1 7 0 3 2 9 6 5 9 6 7 5 8 4 1 2 0 8 8 7 4 9 1 6 0 3 5 9 9 3 6 4 5 0 8 7 2 1 5 9 8 6 7 2 3 4 1 0 7 5 2 1 3 8 6 0 9 4 2 1 5 0 4 7 9 6 8 3 0 8 9 3 2 1 7 5 4 6 4 0 3 2 6 9 5 8 7 7
5.22/5.94	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.22/5.97	c 6	OK
5.22/5.97	c 6	OBJECTIVE BOUND: 0 <= _COST <= 25
5.22/5.97	c 6	SEARCHING: _COST <= 12
5.22/5.97	c 6	============================[ Search Statistics ]==============================
5.22/5.98	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.22/5.98	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.22/5.98	c 6	===============================================================================
5.22/5.98	c 6	|       775 |    7123   890756  2635664 |   296918      775     43 | 55.554 % |
5.52/6.00	c 6	|       876 |    7123   890756  2635664 |   326610      876     42 | 61.532 % |
5.52/6.03	c 6	===============================================================================
5.52/6.03	c 6	restarts              : 12
5.52/6.03	c 6	conflicts             : 991           (993 /sec)
5.52/6.03	c 6	decisions             : 2109          (0.66 % random) (2114 /sec)
5.52/6.03	c 6	propagations          : 633326         (634692 /sec)
5.52/6.03	c 6	conflict literals     : 44752          (13.55 % deleted)
5.52/6.03	c 6	Memory used           : 39.33 MB
5.52/6.03	c 6	CPU time              : 0.997848 s
5.52/6.03	c 6	
5.52/6.03	c 6	SATISFIABLE
5.52/6.04	c 6	OK
5.52/6.04	c 6	FOUND: _COST <= 12
5.52/6.04	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.52/6.04	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.56/6.14	c 6	Decoding HOME/temp.out
5.56/6.41	c 6	OBJECTIVE _COST 12
5.56/6.41	o 12
5.56/6.42	v 6 2 7 8 4 5 1 0 3 9 9 4 1 8 0 3 2 9 6 5 9 5 2 7 8 4 6 1 0 3 8 7 4 9 1 6 0 5 2 3 3 9 6 4 2 0 8 7 5 1 5 1 8 6 7 2 3 4 9 0 0 6 5 1 3 8 9 2 7 4 1 3 9 0 5 7 4 6 8 2 2 8 0 5 9 1 7 3 4 6 4 0 3 2 6 9 5 8 1 7
5.56/6.45	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.56/6.48	c 6	OK
5.56/6.48	c 6	OBJECTIVE BOUND: 0 <= _COST <= 12
5.56/6.48	c 6	SEARCHING: _COST <= 6
5.56/6.49	c 6	============================[ Search Statistics ]==============================
5.56/6.50	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.56/6.50	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.56/6.50	c 6	===============================================================================
5.56/6.50	c 6	|       991 |    6165   890756  2635664 |   296918      991     45 | 61.532 % |
5.96/6.52	c 6	|      1091 |    6165   890756  2635664 |   326610     1091     44 | 67.303 % |
5.96/6.55	c 6	|      1241 |    6165   890756  2635664 |   359271     1241     51 | 67.303 % |
6.06/6.65	c 7	|      1468 |    6165   890756  2635664 |   395198     1468     48 | 67.303 % |
6.06/6.65	c 7	===============================================================================
6.06/6.65	c 7	restarts              : 16
6.06/6.65	c 7	conflicts             : 1475          (1265 /sec)
6.06/6.65	c 7	decisions             : 2770          (0.54 % random) (2376 /sec)
6.06/6.65	c 7	propagations          : 932677         (800017 /sec)
6.06/6.65	c 7	conflict literals     : 70729          (12.28 % deleted)
6.06/6.65	c 7	Memory used           : 39.46 MB
6.06/6.65	c 7	CPU time              : 1.16582 s
6.06/6.65	c 7	
6.06/6.65	c 7	SATISFIABLE
6.06/6.66	c 7	OK
6.06/6.66	c 7	FOUND: _COST <= 6
6.06/6.66	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.06/6.66	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'
6.12/6.77	c 7	Decoding HOME/temp.out
6.12/6.91	c 7	OBJECTIVE _COST 6
6.12/6.91	o 6
6.12/6.91	v 6 2 7 8 5 3 4 0 1 9 0 3 1 6 4 9 2 7 6 5 9 6 5 2 8 4 3 1 0 7 8 7 4 9 1 5 0 2 3 8 4 9 6 5 2 0 8 3 7 1 5 1 8 3 7 6 9 4 2 0 7 0 2 1 3 8 6 9 5 4 2 5 0 4 9 7 1 6 8 3 3 8 9 0 6 1 7 5 4 2 1 4 3 7 0 2 5 8 9 6
6.12/6.92	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.12/6.96	c 7	OK
6.12/6.96	c 7	OBJECTIVE BOUND: 0 <= _COST <= 6
6.12/6.96	c 7	SEARCHING: _COST <= 3
6.12/6.96	c 7	============================[ Search Statistics ]==============================
6.12/6.97	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.12/6.97	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.12/6.97	c 7	===============================================================================
6.12/6.97	c 7	|      1475 |    5240   890756  2635664 |   296918     1475     48 | 67.303 % |
6.12/6.97	c 7	|      1575 |    5235   890756  2635664 |   326610     1575     51 | 72.507 % |
6.40/7.01	c 7	===============================================================================
6.40/7.01	c 7	restarts              : 18
6.40/7.01	c 7	conflicts             : 1715          (1397 /sec)
6.40/7.01	c 7	decisions             : 3141          (0.48 % random) (2558 /sec)
6.40/7.01	c 7	propagations          : 1025190        (834972 /sec)
6.40/7.01	c 7	conflict literals     : 86357          (11.03 % deleted)
6.40/7.01	c 7	Memory used           : 39.59 MB
6.40/7.01	c 7	CPU time              : 1.22781 s
6.40/7.01	c 7	
6.40/7.01	c 7	SATISFIABLE
6.40/7.02	c 7	OK
6.40/7.02	c 7	FOUND: _COST <= 3
6.40/7.02	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.40/7.02	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'
6.42/7.12	c 7	Decoding HOME/temp.out
6.42/7.25	c 7	OBJECTIVE _COST 3
6.42/7.25	o 3
6.42/7.26	v 6 2 4 8 5 9 1 0 3 7 7 4 1 0 4 3 2 9 6 5 9 6 7 5 8 4 0 2 1 3 8 7 2 9 1 6 3 5 0 8 4 5 6 7 9 0 8 3 2 1 1 3 8 6 7 2 9 4 5 0 2 0 5 1 3 8 6 7 9 4 5 1 0 3 2 7 4 6 8 9 3 8 9 2 0 5 7 1 4 6 0 9 3 4 6 1 5 8 7 2
6.42/7.26	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.42/7.31	c 7	OK
6.42/7.31	c 7	OBJECTIVE BOUND: 0 <= _COST <= 3
6.42/7.31	c 7	SEARCHING: _COST <= 1
6.42/7.31	c 7	============================[ Search Statistics ]==============================
6.42/7.32	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.42/7.32	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.42/7.32	c 7	===============================================================================
6.42/7.32	c 7	|      1715 |    4406   890756  2635664 |   296918     1715     50 | 72.507 % |
6.42/7.33	c 7	===============================================================================
6.42/7.33	c 7	restarts              : 19
6.42/7.33	c 7	conflicts             : 1782          (1421 /sec)
6.42/7.33	c 7	decisions             : 3262          (0.46 % random) (2602 /sec)
6.42/7.33	c 7	propagations          : 1071066        (854250 /sec)
6.42/7.33	c 7	conflict literals     : 88780          (11.04 % deleted)
6.42/7.33	c 7	Memory used           : 39.59 MB
6.42/7.33	c 7	CPU time              : 1.25381 s
6.42/7.33	c 7	
6.42/7.33	c 7	UNSATISFIABLE
6.42/7.33	c 7	OK
6.42/7.33	c 7	NOT FOUND: _COST <= 1
6.42/7.33	c 7	OK
6.42/7.33	c 7	OBJECTIVE BOUND: 2 <= _COST <= 3
6.42/7.33	c 7	SEARCHING: _COST <= 2
6.42/7.33	c 7	============================[ Search Statistics ]==============================
6.42/7.33	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.42/7.33	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.42/7.33	c 7	===============================================================================
6.42/7.33	c 7	|      1782 |    4406   890756  2635664 |   296918     1781     50 | 72.507 % |
6.42/7.34	c 7	|      1883 |    4405   890756  2635664 |   326610     1882     51 | 77.680 % |
6.42/7.37	c 7	===============================================================================
6.42/7.37	c 7	restarts              : 21
6.42/7.38	c 7	conflicts             : 1969          (1522 /sec)
6.42/7.38	c 7	decisions             : 3591          (0.45 % random) (2776 /sec)
6.42/7.38	c 7	propagations          : 1130627        (873879 /sec)
6.42/7.38	c 7	conflict literals     : 100861         (10.19 % deleted)
6.42/7.38	c 7	Memory used           : 39.59 MB
6.42/7.38	c 7	CPU time              : 1.2938 s
6.42/7.38	c 7	
6.42/7.38	c 7	SATISFIABLE
6.42/7.38	c 7	OK
6.42/7.38	c 7	FOUND: _COST <= 2
6.42/7.38	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.42/7.38	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'
6.71/7.49	c 7	Decoding HOME/temp.out
6.88/7.63	c 8	OBJECTIVE _COST 2
6.88/7.63	o 2
6.88/7.64	v 6 2 9 8 0 1 4 5 7 3 0 4 1 8 9 3 2 7 6 5 9 5 2 6 8 4 3 1 0 7 8 7 4 9 1 5 6 0 3 2 7 3 6 5 4 0 8 2 9 1 5 9 8 3 7 6 1 4 2 0 2 6 7 1 3 8 0 9 5 4 3 1 0 4 5 7 9 6 8 2 1 8 5 0 2 9 7 3 4 6 4 0 3 7 6 2 5 8 1 9
6.88/7.64	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.88/7.68	c 8	OK
6.88/7.68	c 8	OBJECTIVE _COST 2
6.88/7.68	s OPTIMUM FOUND
6.88/7.70	c 8	CPU 6.35 (0.08 0.03 6.27 0.57)
6.88/7.70	c 8	END Fri Jul 11 16:22:38 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-1108731-1215786150/watcher-1108731-1215786150 -o /tmp/evaluation-result-1108731-1215786150/solver-1108731-1215786150 -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-1108731-1215786150.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.20 2.57 2.59 4/73 14079
/proc/meminfo: memFree=1692064/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=12000 CPUtime=0
/proc/14079/stat : 14079 (sugar++) R 14077 14079 13547 0 -1 4194304 185 0 0 0 0 0 0 0 20 0 1 0 35314417 12288000 153 996147200 4194304 4206940 548682068528 18446744073709551615 221954641539 0 0 4224 0 0 0 0 17 1 0 0
/proc/14079/statm: 3000 153 116 3 0 100 0

[startup+0.042995 s]
/proc/loadavg: 2.20 2.57 2.59 4/73 14079
/proc/meminfo: memFree=1692064/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=13336 CPUtime=0.02
/proc/14079/stat : 14079 (sugar++) D 14077 14079 13547 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 35314417 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14079/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102336 s]
/proc/loadavg: 2.20 2.57 2.59 4/73 14079
/proc/meminfo: memFree=1692064/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=14908 CPUtime=0.04
/proc/14079/stat : 14079 (sugar++) R 14077 14079 13547 0 -1 4194304 885 0 1 0 3 1 0 0 18 0 1 0 35314417 15265792 854 996147200 4194304 4206940 548682068528 18446744073709551615 221968191212 0 0 4224 0 0 0 0 17 1 0 0
/proc/14079/statm: 3727 854 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.301361 s]
/proc/loadavg: 2.20 2.57 2.59 4/73 14079
/proc/meminfo: memFree=1692064/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16740 CPUtime=0.06
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 35314417 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701392 s]
/proc/loadavg: 2.20 2.57 2.59 4/73 14079
/proc/meminfo: memFree=1692064/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16740 CPUtime=0.57
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 1277 4530 2 1 5 1 48 3 16 0 1 0 35314417 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50246 s]
/proc/loadavg: 2.20 2.57 2.59 4/84 14101
/proc/meminfo: memFree=1682696/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16740 CPUtime=0.58
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 1295 4530 2 1 6 1 48 3 15 0 1 0 35314417 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4185 1104 409 3 0 764 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35314487 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=868384 CPUtime=0.76
/proc/14093/stat : 14093 (java) S 14092 14079 13547 0 -1 0 6760 0 1 0 72 4 0 0 18 0 9 0 35314487 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 217096 6001 2562 9 0 211643 0
[pid=14093/tid=14094] ppid=14092 vsize=868384 CPUtime=0.43
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13547 0 -1 64 2703 0 1 0 41 2 0 0 20 0 9 0 35314488 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=868384 CPUtime=0.07
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13547 0 -1 64 1893 0 0 0 7 0 0 0 16 0 9 0 35314489 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35314489 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35314490 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35314493 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=868384 CPUtime=0.23
/proc/14093/task/14099/stat : 14099 (java) R 14092 14079 13547 0 -1 64 1471 0 0 0 23 0 0 0 16 0 9 0 35314493 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 101739056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35314493 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35314493 889225216 6001 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 890480

[startup+3.10262 s]
/proc/loadavg: 2.27 2.57 2.59 3/84 14101
/proc/meminfo: memFree=1669256/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16740 CPUtime=0.58
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 1295 4530 2 1 6 1 48 3 16 0 1 0 35314417 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4185 1104 409 3 0 764 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35314487 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=868384 CPUtime=2.35
/proc/14093/stat : 14093 (java) S 14092 14079 13547 0 -1 0 7259 0 1 0 217 18 0 0 18 0 9 0 35314487 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 217096 6040 2563 9 0 211643 0
[pid=14093/tid=14094] ppid=14092 vsize=868384 CPUtime=1.85
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13547 0 -1 64 3172 0 1 0 172 13 0 0 25 0 9 0 35314488 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4126955373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=868384 CPUtime=0.19
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13547 0 -1 64 1894 0 0 0 16 3 0 0 16 0 9 0 35314489 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35314489 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35314490 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35314493 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=868384 CPUtime=0.28
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13547 0 -1 64 1500 0 0 0 28 0 0 0 16 0 9 0 35314493 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35314493 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=868384 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35314493 889225216 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890480

[startup+6.30189 s]
/proc/loadavg: 2.27 2.57 2.59 4/85 14142
/proc/meminfo: memFree=1625984/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16872 CPUtime=4.5
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 1902 31567 2 7 7 2 403 38 15 0 1 0 35314417 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4218 1136 414 3 0 797 0
[pid=14102] ppid=14079 vsize=40272 CPUtime=1.06
/proc/14102/stat : 14102 (minisat-inc) S 14079 14079 13547 0 -1 4194304 9857 0 0 0 100 6 0 0 16 0 1 0 35314750 41238528 9794 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14102/statm: 10068 9794 79 151 0 9914 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 57144

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

[startup+7.10197 s]
/proc/loadavg: 2.32 2.58 2.60 3/75 14162
/proc/meminfo: memFree=1631440/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16872 CPUtime=5.12
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 2023 39338 2 9 7 3 458 44 15 0 1 0 35314417 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4218 1136 414 3 0 797 0
[pid=14102] ppid=14079 vsize=40536 CPUtime=1.3
/proc/14102/stat : 14102 (minisat-inc) S 14079 14079 13547 0 -1 4194304 9907 0 0 0 123 7 0 0 16 0 1 0 35314750 41508864 9840 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14102/statm: 10134 9840 79 151 0 9980 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 57408

[startup+7.502 s]
/proc/loadavg: 2.32 2.58 2.60 3/75 14162
/proc/meminfo: memFree=1631440/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16872 CPUtime=5.35
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 2113 43218 2 10 8 3 477 47 15 0 1 0 35314417 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4218 1136 414 3 0 797 0
[pid=14102] ppid=14079 vsize=40536 CPUtime=1.36
/proc/14102/stat : 14102 (minisat-inc) S 14079 14079 13547 0 -1 4194304 9927 0 0 0 129 7 0 0 16 0 1 0 35314750 41508864 9856 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14102/statm: 10134 9856 79 151 0 9980 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 57408

[startup+7.60201 s]
/proc/loadavg: 2.32 2.58 2.60 4/85 14192
/proc/meminfo: memFree=1625664/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16872 CPUtime=5.35
/proc/14079/stat : 14079 (sugar++) S 14077 14079 13547 0 -1 4194304 2113 43218 2 10 8 3 477 47 15 0 1 0 35314417 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4218 1136 414 3 0 797 0
[pid=14102] ppid=14079 vsize=40536 CPUtime=1.36
/proc/14102/stat : 14102 (minisat-inc) S 14079 14079 13547 0 -1 4194304 9927 0 0 0 129 7 0 0 16 0 1 0 35314750 41508864 9856 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14102/statm: 10134 9856 79 151 0 9980 0
[pid=14183] ppid=14079 vsize=5356 CPUtime=0
/proc/14183/stat : 14183 (sh) S 14079 14079 13547 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 35315156 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14183/statm: 1339 233 193 169 0 50 0
[pid=14184] ppid=14183 vsize=195752 CPUtime=0.17
/proc/14184/stat : 14184 (java) S 14183 14079 13547 0 -1 0 3500 0 1 0 16 1 0 0 18 0 9 0 35315156 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14184/statm: 48938 2974 1665 9 0 43520 0
[pid=14184/tid=14185] ppid=14183 vsize=195752 CPUtime=0.11
/proc/14184/task/14185/stat : 14185 (java) R 14183 14079 13547 0 -1 64 2466 0 1 0 11 0 0 0 20 0 9 0 35315157 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14186] ppid=14183 vsize=195752 CPUtime=0
/proc/14184/task/14186/stat : 14186 (java) S 14183 14079 13547 0 -1 64 72 0 0 0 0 0 0 0 16 0 9 0 35315160 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14187] ppid=14183 vsize=195752 CPUtime=0
/proc/14184/task/14187/stat : 14187 (java) S 14183 14079 13547 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 35315160 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14188] ppid=14183 vsize=195752 CPUtime=0
/proc/14184/task/14188/stat : 14188 (java) S 14183 14079 13547 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 35315160 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14189] ppid=14183 vsize=195752 CPUtime=0
/proc/14184/task/14189/stat : 14189 (java) S 14183 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35315164 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14190] ppid=14183 vsize=195752 CPUtime=0.03
/proc/14184/task/14190/stat : 14190 (java) R 14183 14079 13547 0 -1 64 270 0 0 0 3 0 0 0 17 0 9 0 35315164 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 102015359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14191] ppid=14183 vsize=195752 CPUtime=0
/proc/14184/task/14191/stat : 14191 (java) S 14183 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35315164 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14184/tid=14192] ppid=14183 vsize=195752 CPUtime=0
/proc/14184/task/14192/stat : 14192 (java) S 14183 14079 13547 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35315164 200450048 2974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 258516

Child status: 0
Real time (s): 7.70211
CPU time (s): 6.97694
CPU user time (s): 6.35403
CPU system time (s): 0.622905
CPU usage (%): 90.5847
Max. virtual memory (cumulated for all children) (KiB): 890480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.35403
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59233
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8137
involuntary context switches= 7793

runsolver used 0.020996 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-11 16:22:30
IDJOB=1108731
IDBENCH=60756
IDSOLVER=367
FILE ID=node43/1108731-1215786150
PBS_JOBID= 7903112
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-10/normalized-qcp-10-67-14_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-1108731-1215786150/watcher-1108731-1215786150 -o /tmp/evaluation-result-1108731-1215786150/solver-1108731-1215786150 -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-1108731-1215786150.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 622f0167f8b2d520cab49e33ee1a53b4
RANDOM SEED=1469003393

node43.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.216
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.216
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:       1692608 kB
Buffers:         13176 kB
Cached:         169944 kB
SwapCached:          4 kB
Active:         154468 kB
Inactive:       141944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692608 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:         124220 kB
Slab:            52044 kB
Committed_AS:   203584 kB
PageTables:       2076 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= 66504 MiB
End job on node43 at 2008-07-11 16:22:38