Trace number 1112339

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-incOPTIMUM1 87.3277 87.7401

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-12.xml
MD5SUM2fe678b83530682aee170466efb2992f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark70.3813
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension803
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 Sat Jul 12 14:31:50 2008
0.00/0.07	c 0	PID 14203
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1112339-1215865910.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112339-1215865910.xml' 'HOME/temp.csp'
0.06/0.44	c 0	1 domains, 144 variables, 4 predicates, 0 relations, 803 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	c 0	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.41/0.57	c 0	Parsing HOME/temp.csp
0.41/0.70	c 0	parsed 952 expressions
0.41/0.70	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.72	c 1	MAX CSP: 803 constraints
0.41/0.72	c 1	Converting to clausal form CSP
0.41/0.76	c 1	converted 176 (10%) expressions
0.41/0.82	c 1	converted 352 (20%) expressions
0.41/0.91	c 1	converted 528 (30%) expressions
0.41/0.93	c 1	converted 704 (40%) expressions
0.41/0.94	c 1	converted 879 (50%) expressions
0.41/0.96	c 1	converted 1055 (60%) expressions
0.41/0.97	c 1	converted 1231 (70%) expressions
0.41/0.99	c 1	converted 1407 (80%) expressions
0.42/1.00	c 1	converted 1583 (90%) expressions
0.42/1.09	c 1	converted 1758 (100%) expressions
0.42/1.09	c 1	CSP : 1750 integers, 1173 booleans, 4407 clauses, largest domain size 1205
0.42/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/1.09	c 1	Propagation in CSP
1.02/1.15	c 1	798 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.15	c 1	CSP : 1750 integers, 1173 booleans, 4407 clauses, largest domain size 804
1.02/1.15	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.17	c 1	CSP : 1750 integers, 2063 booleans, 5297 clauses, largest domain size 804
1.02/1.17	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.25	c 1	175 (10%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
1.12/1.25	c 1	350 (20%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
1.12/1.25	c 1	525 (30%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
1.12/1.26	c 1	700 (40%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
1.12/1.26	c 1	875 (50%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
1.12/1.26	c 1	1050 (60%) CSP integer variables are encoded (2824 clauses, 34762 bytes)
1.12/1.26	c 1	1225 (70%) CSP integer variables are encoded (3937 clauses, 49231 bytes)
1.12/1.27	c 1	1400 (80%) CSP integer variables are encoded (5593 clauses, 70759 bytes)
1.12/1.28	c 1	1575 (90%) CSP integer variables are encoded (10765 clauses, 142660 bytes)
1.12/1.28	c 1	1750 (100%) CSP integer variables are encoded (14876 clauses, 204325 bytes)
1.21/1.32	c 1	530 (10%) CSP clauses are encoded (19024 clauses, 291086 bytes)
1.21/1.35	c 1	1060 (20%) CSP clauses are encoded (23323 clauses, 385257 bytes)
1.21/1.37	c 1	1590 (30%) CSP clauses are encoded (27478 clauses, 476721 bytes)
1.21/1.39	c 1	2119 (40%) CSP clauses are encoded (31529 clauses, 562442 bytes)
1.31/1.42	c 1	2649 (50%) CSP clauses are encoded (35725 clauses, 654092 bytes)
1.31/1.44	c 1	3179 (60%) CSP clauses are encoded (39743 clauses, 741230 bytes)
1.31/1.46	c 1	3708 (70%) CSP clauses are encoded (44065 clauses, 841665 bytes)
1.41/1.54	c 1	4238 (80%) CSP clauses are encoded (90883 clauses, 1686744 bytes)
1.61/1.76	c 2	4768 (90%) CSP clauses are encoded (224741 clauses, 4136519 bytes)
2.71/2.85	c 3	5297 (100%) CSP clauses are encoded (876449 clauses, 17594083 bytes)
2.71/2.85	c 3	5297 CSP clauses encoded
2.71/2.85	c 3	Writing map file : HOME/temp.map
2.71/2.87	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.87	c 3	SAT : 18689 SAT variables, 876449 SAT clauses, 17594083 bytes
2.71/2.87	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.89	c 3	OBJECTIVE minimize _COST
2.71/2.89	c 3	SOLVING HOME/temp.cnf
2.71/2.89	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.71/2.89	c 3	This is MiniSat 2.0 beta incremental
2.71/2.89	c 3	WARNING: for repeatability, setting FPU to use double precision
2.71/2.89	c 3	============================[ Problem Statistics ]=============================
2.71/2.89	c 3	|                                                                             |
2.71/2.89	c 3	|  Number of variables:  18689                                                |
2.71/2.89	c 3	|  Number of clauses:    876449                                               |
2.79/3.27	c 3	|  Parsing time:         0.33         s                                       |
2.79/3.29	c 3	OK
2.79/3.29	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.79/3.29	c 3	SEARCHING: _COST <= 402
2.79/3.29	c 3	============================[ Search Statistics ]==============================
2.79/3.29	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.79/3.29	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.79/3.29	c 3	===============================================================================
2.79/3.29	c 3	|         0 |   18689   876449  2598417 |   292149        0    nan |  0.000 % |
3.19/3.38	c 3	===============================================================================
3.19/3.38	c 3	restarts              : 1
3.19/3.38	c 3	conflicts             : 61            (143 /sec)
3.19/3.38	c 3	decisions             : 1425          (0.49 % random) (3346 /sec)
3.19/3.38	c 3	propagations          : 26176          (61455 /sec)
3.19/3.38	c 3	conflict literals     : 549            (7.73 % deleted)
3.19/3.38	c 3	Memory used           : 38.29 MB
3.19/3.38	c 3	CPU time              : 0.425935 s
3.19/3.38	c 3	
3.19/3.38	c 3	SATISFIABLE
3.19/3.38	c 3	OK
3.19/3.38	c 3	FOUND: _COST <= 402
3.19/3.38	s SATISFIABLE
3.19/3.38	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.19/3.38	c 3	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.27/3.46	c 3	Decoding HOME/temp.out
3.27/3.60	c 3	OBJECTIVE _COST 167
3.27/3.60	o 167
3.27/3.60	v 3 11 0 7 5 6 10 6 2 11 5 3 6 8 1 10 8 10 5 11 9 0 8 9 6 4 4 11 6 9 7 1 9 6 5 9 7 5 11 3 6 4 9 7 8 10 11 9 4 9 3 8 2 7 10 3 0 5 1 9 7 8 3 9 10 11 6 10 4 4 11 2 9 7 9 6 8 6 7 6 8 6 3 7 4 4 9 10 7 10 6 10 11 2 10 5 11 11 8 5 9 10 5 9 7 10 4 7 9 4 7 11 6 7 5 4 4 11 8 11 5 5 6 7 5 7 11 8 7 9 5 11 10 4 10 9 8 8 3 7 10 11 8 7
3.27/3.61	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.27/3.65	c 3	OK
3.27/3.65	c 3	OBJECTIVE BOUND: 0 <= _COST <= 167
3.27/3.65	c 3	SEARCHING: _COST <= 83
3.27/3.66	c 3	============================[ Search Statistics ]==============================
3.27/3.67	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.27/3.67	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.27/3.67	c 3	===============================================================================
3.27/3.67	c 3	|        61 |   18689   876449  2598417 |   292149       61      9 |  0.000 % |
3.27/3.69	c 3	===============================================================================
3.27/3.69	c 3	restarts              : 2
3.27/3.69	c 3	conflicts             : 104           (217 /sec)
3.27/3.69	c 3	decisions             : 2375          (0.51 % random) (4949 /sec)
3.27/3.69	c 3	propagations          : 59365          (123696 /sec)
3.27/3.69	c 3	conflict literals     : 920            (6.88 % deleted)
3.27/3.69	c 3	Memory used           : 38.42 MB
3.27/3.69	c 3	CPU time              : 0.479927 s
3.27/3.69	c 3	
3.27/3.69	c 3	SATISFIABLE
3.56/3.70	c 3	OK
3.56/3.70	c 3	FOUND: _COST <= 83
3.56/3.70	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.56/3.70	c 3	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.56/3.77	c 4	Decoding HOME/temp.out
3.56/4.02	c 4	OBJECTIVE _COST 83
3.56/4.02	o 83
3.56/4.02	v 3 9 1 10 11 0 10 9 11 10 8 4 5 11 0 11 10 11 8 11 7 1 2 11 11 0 4 3 10 1 10 3 11 7 8 11 8 8 11 7 0 11 11 4 8 11 11 11 6 3 9 11 6 11 11 9 1 9 3 1 3 11 2 1 10 5 8 6 3 6 10 2 5 10 11 9 9 5 9 10 4 10 4 3 8 4 7 5 5 11 6 11 11 2 3 9 11 10 7 5 6 10 9 11 5 7 10 6 2 6 6 11 8 11 6 4 8 9 10 7 4 5 8 10 4 4 4 6 4 7 5 9 2 11 11 11 11 7 11 7 5 11 8 7
3.56/4.03	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.56/4.05	c 4	OK
3.56/4.05	c 4	OBJECTIVE BOUND: 0 <= _COST <= 83
3.56/4.05	c 4	SEARCHING: _COST <= 41
3.56/4.06	c 4	============================[ Search Statistics ]==============================
3.56/4.06	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.56/4.06	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.56/4.06	c 4	===============================================================================
3.56/4.06	c 4	|       104 |   11992   876449  2598417 |   292149      104      9 |  0.000 % |
3.56/4.08	c 4	===============================================================================
3.56/4.08	c 4	restarts              : 3
3.56/4.08	c 4	conflicts             : 127           (243 /sec)
3.56/4.08	c 4	decisions             : 2933          (0.48 % random) (5609 /sec)
3.56/4.08	c 4	propagations          : 84622          (161826 /sec)
3.56/4.08	c 4	conflict literals     : 1120           (7.05 % deleted)
3.56/4.08	c 4	Memory used           : 38.55 MB
3.56/4.08	c 4	CPU time              : 0.52292 s
3.56/4.08	c 4	
3.56/4.08	c 4	SATISFIABLE
3.56/4.09	c 4	OK
3.56/4.09	c 4	FOUND: _COST <= 41
3.56/4.09	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.56/4.09	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.92/4.17	c 4	Decoding HOME/temp.out
3.92/4.30	c 4	OBJECTIVE _COST 41
3.92/4.30	o 41
3.92/4.31	v 6 9 7 3 11 4 11 7 11 2 10 10 4 4 2 3 11 8 7 11 8 7 4 7 6 5 9 7 10 6 11 6 6 5 10 9 3 10 5 8 5 3 11 5 11 7 8 9 7 9 1 0 11 8 2 1 3 4 6 7 9 5 2 1 6 7 3 5 6 8 2 9 5 3 11 10 10 4 11 10 7 7 9 6 2 5 8 10 10 10 8 10 4 9 5 4 1 8 11 7 4 6 4 11 9 8 4 1 11 8 2 5 11 3 10 5 3 9 10 0 3 4 11 11 1 8 3 0 7 8 6 9 6 11 10 3 11 0 2 11 2 6 10 1
3.92/4.31	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.92/4.35	c 4	OK
3.92/4.35	c 4	OBJECTIVE BOUND: 0 <= _COST <= 41
3.92/4.35	c 4	SEARCHING: _COST <= 20
3.92/4.35	c 4	============================[ Search Statistics ]==============================
3.92/4.36	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.92/4.36	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.92/4.36	c 4	===============================================================================
3.92/4.36	c 4	|       127 |   10694   876449  2598417 |   292149      127      9 |  0.000 % |
3.92/4.37	c 4	|       227 |   10692   876449  2598417 |   321364      227     10 | 48.237 % |
3.92/4.39	c 4	===============================================================================
3.92/4.39	c 4	restarts              : 5
3.92/4.39	c 4	conflicts             : 244           (429 /sec)
3.92/4.39	c 4	decisions             : 3702          (0.43 % random) (6507 /sec)
3.92/4.39	c 4	propagations          : 114432         (201141 /sec)
3.92/4.39	c 4	conflict literals     : 2462           (4.68 % deleted)
3.92/4.39	c 4	Memory used           : 38.55 MB
3.92/4.39	c 4	CPU time              : 0.568913 s
3.92/4.39	c 4	
3.92/4.39	c 4	SATISFIABLE
3.92/4.39	c 4	OK
3.92/4.39	c 4	FOUND: _COST <= 20
3.92/4.39	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.92/4.39	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.20/4.47	c 4	Decoding HOME/temp.out
4.38/4.61	c 4	OBJECTIVE _COST 20
4.38/4.61	o 20
4.38/4.62	v 7 8 6 8 3 11 7 10 3 11 9 1 11 6 9 10 2 1 3 11 7 6 8 2 8 4 6 8 5 6 1 4 6 7 9 9 0 7 11 9 11 4 7 7 7 11 1 10 3 2 10 4 10 7 3 10 6 2 4 6 9 9 2 5 8 6 1 10 5 5 11 9 5 8 1 3 5 11 8 8 10 6 6 0 1 3 8 4 6 2 4 10 10 9 4 11 2 2 7 0 11 9 11 7 10 11 7 5 5 5 0 10 8 2 9 3 9 3 8 3 4 2 0 3 5 9 1 4 3 10 5 10 5 9 2 7 0 2 4 4 3 1 6 8
4.38/4.62	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.38/4.65	c 4	OK
4.38/4.65	c 4	OBJECTIVE BOUND: 0 <= _COST <= 20
4.38/4.65	c 4	SEARCHING: _COST <= 10
4.38/4.66	c 4	============================[ Search Statistics ]==============================
4.38/4.67	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.67	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.67	c 4	===============================================================================
4.38/4.67	c 4	|       244 |    9674   876449  2598417 |   292149      244     10 | 48.237 % |
4.38/4.67	c 4	===============================================================================
4.38/4.67	c 4	restarts              : 6
4.38/4.67	c 4	conflicts             : 267           (453 /sec)
4.38/4.67	c 4	decisions             : 4149          (0.43 % random) (7045 /sec)
4.38/4.67	c 4	propagations          : 126460         (214736 /sec)
4.38/4.67	c 4	conflict literals     : 2650           (4.74 % deleted)
4.38/4.67	c 4	Memory used           : 38.55 MB
4.38/4.67	c 4	CPU time              : 0.58891 s
4.38/4.67	c 4	
4.38/4.67	c 4	SATISFIABLE
4.38/4.67	c 4	OK
4.38/4.67	c 4	FOUND: _COST <= 10
4.38/4.67	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.38/4.67	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.44/4.75	c 5	Decoding HOME/temp.out
4.44/4.87	c 5	OBJECTIVE _COST 10
4.44/4.87	o 10
4.44/4.88	v 2 4 6 10 11 11 6 9 7 10 9 6 10 11 4 10 4 2 2 11 4 6 8 3 11 7 6 8 3 8 6 7 1 0 9 9 1 8 11 11 5 3 8 7 4 10 2 10 3 10 11 5 5 4 2 11 6 0 7 9 11 9 0 6 8 1 0 9 6 2 10 9 4 10 0 5 2 10 7 9 4 2 5 3 0 5 5 0 1 5 5 10 8 9 6 11 1 0 2 7 7 1 3 8 10 9 9 5 10 2 11 7 8 1 11 5 1 3 3 6 7 0 7 8 4 4 4 3 8 2 6 0 5 9 10 1 1 4 8 3 7 1 3 2
4.44/4.88	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.44/4.94	c 5	OK
4.44/4.94	c 5	OBJECTIVE BOUND: 0 <= _COST <= 10
4.44/4.94	c 5	SEARCHING: _COST <= 5
4.44/4.94	c 5	============================[ Search Statistics ]==============================
4.44/4.94	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.44/4.94	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.44/4.94	c 5	===============================================================================
4.44/4.94	c 5	|       267 |    8760   876449  2598417 |   292149      267     10 | 48.237 % |
4.44/4.95	c 5	|       367 |    8556   876449  2598417 |   321364      367     10 | 57.574 % |
4.44/4.96	c 5	|       517 |    8556   876449  2598417 |   353501      517     11 | 57.574 % |
4.44/4.98	c 5	|       743 |    8556   876449  2598417 |   388851      743     13 | 57.574 % |
4.70/5.00	c 5	|      1083 |    8556   876449  2598417 |   427736     1083     15 | 57.574 % |
4.70/5.02	c 5	===============================================================================
4.70/5.02	c 5	restarts              : 11
4.70/5.02	c 5	conflicts             : 1297          (1939 /sec)
4.70/5.02	c 5	decisions             : 7131          (0.39 % random) (10661 /sec)
4.70/5.02	c 5	propagations          : 201094         (300635 /sec)
4.70/5.02	c 5	conflict literals     : 19059          (3.95 % deleted)
4.70/5.02	c 5	Memory used           : 38.55 MB
4.70/5.02	c 5	CPU time              : 0.668898 s
4.70/5.02	c 5	
4.70/5.02	c 5	SATISFIABLE
4.70/5.03	c 5	OK
4.70/5.03	c 5	FOUND: _COST <= 5
4.70/5.03	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.70/5.03	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.74/5.10	c 5	Decoding HOME/temp.out
4.74/5.24	c 5	OBJECTIVE _COST 5
4.74/5.24	o 5
4.74/5.24	v 2 10 6 11 5 11 11 3 8 5 2 10 10 11 5 8 11 3 4 1 7 6 10 6 10 6 4 2 8 8 11 8 2 9 2 4 10 10 0 0 3 4 4 9 1 10 0 7 10 10 1 9 11 6 7 1 10 9 8 4 6 7 0 8 3 3 0 1 10 9 5 7 2 11 5 4 8 10 7 5 10 5 3 8 2 3 9 7 2 5 6 2 4 7 3 4 6 4 5 3 1 6 11 4 9 3 1 11 9 9 5 9 5 0 0 3 11 3 7 8 0 7 9 1 11 8 1 2 2 1 7 9 6 1 4 6 0 0 0 7 8 6 5 1
4.74/5.25	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.74/5.28	c 5	OK
4.74/5.28	c 5	OBJECTIVE BOUND: 0 <= _COST <= 5
4.74/5.28	c 5	SEARCHING: _COST <= 2
4.74/5.29	c 5	============================[ Search Statistics ]==============================
4.97/5.30	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.97/5.30	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.97/5.30	c 5	===============================================================================
4.97/5.30	c 5	|      1297 |    7929   876449  2598417 |   292149     1297     15 | 57.574 % |
4.97/5.30	c 5	|      1399 |    7929   876449  2598417 |   321364     1399     15 | 61.919 % |
4.97/5.30	c 5	|      1549 |    7929   876449  2598417 |   353501     1549     14 | 61.919 % |
4.97/5.32	c 5	|      1774 |    7929   876449  2598417 |   388851     1774     14 | 61.919 % |
4.97/5.34	c 5	|      2111 |    7919   876449  2598417 |   427736     2111     15 | 61.919 % |
4.97/5.34	c 5	===============================================================================
4.97/5.35	c 5	restarts              : 16
4.97/5.35	c 5	conflicts             : 2150          (2922 /sec)
4.97/5.35	c 5	decisions             : 9363          (0.38 % random) (12723 /sec)
4.97/5.35	c 5	propagations          : 273757         (372009 /sec)
4.97/5.35	c 5	conflict literals     : 31754          (3.54 % deleted)
4.97/5.35	c 5	Memory used           : 38.68 MB
4.97/5.35	c 5	CPU time              : 0.735888 s
4.97/5.35	c 5	
4.97/5.35	c 5	SATISFIABLE
4.97/5.35	c 5	OK
4.97/5.35	c 5	FOUND: _COST <= 2
4.97/5.35	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.97/5.35	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'
5.03/5.43	c 5	Decoding HOME/temp.out
5.16/5.56	c 5	OBJECTIVE _COST 2
5.16/5.56	o 2
5.16/5.57	v 6 8 3 2 5 1 7 6 2 5 6 5 8 11 1 3 4 3 2 0 11 3 9 7 10 11 10 2 0 2 7 11 11 0 6 3 4 7 7 0 5 4 9 10 1 10 10 11 0 6 4 4 11 6 8 4 8 9 11 10 0 6 0 5 9 7 9 1 10 10 5 1 5 2 1 8 10 8 8 2 3 5 3 9 4 7 2 7 2 5 5 1 4 1 4 8 11 9 5 9 3 6 4 9 3 5 6 11 6 10 6 8 2 1 4 7 11 3 8 8 0 9 9 10 1 7 7 7 1 2 6 9 11 6 8 0 10 0 4 1 2 3 3 0
5.16/5.57	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.22/5.62	c 5	OK
5.22/5.62	c 5	OBJECTIVE BOUND: 0 <= _COST <= 2
5.22/5.62	c 5	SEARCHING: _COST <= 1
5.22/5.62	c 5	============================[ Search Statistics ]==============================
5.22/5.63	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.22/5.63	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.22/5.63	c 5	===============================================================================
5.22/5.63	c 5	|      2150 |    7117   876449  2598417 |   292149     2150     15 | 61.919 % |
5.22/5.63	c 5	|      2250 |    7113   876449  2598417 |   321364     2250     15 | 67.596 % |
5.22/5.64	c 5	===============================================================================
5.22/5.64	c 5	restarts              : 18
5.22/5.64	c 5	conflicts             : 2340          (3071 /sec)
5.22/5.64	c 5	decisions             : 10307         (0.44 % random) (13528 /sec)
5.22/5.64	c 5	propagations          : 295882         (388356 /sec)
5.22/5.64	c 5	conflict literals     : 34157          (3.46 % deleted)
5.22/5.64	c 5	Memory used           : 38.68 MB
5.22/5.64	c 5	CPU time              : 0.761884 s
5.22/5.64	c 5	
5.22/5.64	c 5	SATISFIABLE
5.22/5.64	c 5	OK
5.22/5.64	c 5	FOUND: _COST <= 1
5.22/5.64	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.22/5.64	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'
5.26/5.72	c 6	Decoding HOME/temp.out
5.26/5.86	c 6	OBJECTIVE _COST 1
5.26/5.86	o 1
5.26/5.87	v 8 4 3 4 10 0 8 11 8 6 2 5 8 11 8 3 4 9 11 0 4 3 10 11 3 3 1 0 9 1 5 7 11 5 2 2 4 0 7 5 10 3 10 4 7 9 10 1 5 2 1 7 9 5 3 1 5 9 7 6 0 2 7 10 8 9 0 6 10 9 6 5 6 4 9 8 11 8 3 2 7 4 2 10 4 11 4 6 4 0 3 1 8 5 6 2 2 9 10 10 8 9 6 10 4 7 6 0 9 9 11 6 2 1 11 11 6 5 7 1 5 5 1 1 7 8 8 9 1 2 7 10 7 11 2 0 11 0 3 1 6 3 3 0
5.26/5.87	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.26/5.90	c 6	OK
5.26/5.90	c 6	OBJECTIVE BOUND: 0 <= _COST <= 1
5.26/5.90	c 6	SEARCHING: _COST <= 0
5.26/5.91	c 6	============================[ Search Statistics ]==============================
5.26/5.92	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.26/5.92	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.26/5.92	c 6	===============================================================================
5.26/5.92	c 6	|      2340 |    6056   876449  2598417 |   292149     2340     15 | 67.596 % |
5.26/5.92	c 6	|      2440 |    6047   876449  2598417 |   321364     2440     14 | 71.893 % |
5.26/5.93	c 6	|      2591 |    5979   876449  2598417 |   353501     2591     14 | 71.893 % |
5.26/5.94	c 6	|      2817 |    5979   876449  2598417 |   388851     2817     15 | 71.893 % |
5.26/5.95	c 6	|      3155 |    5979   876449  2598417 |   427736     3155     15 | 71.893 % |
5.26/5.98	c 6	|      3661 |    5979   876449  2598417 |   470509     3661     15 | 71.893 % |
5.60/6.01	c 6	|      4420 |    5979   876449  2598417 |   517560     4420     15 | 71.893 % |
5.60/6.06	c 6	|      5559 |    5979   876449  2598417 |   569317     5559     16 | 71.893 % |
5.69/6.14	c 6	|      7267 |    5979   876449  2598417 |   626248     7267     17 | 71.893 % |
5.80/6.26	c 6	|      9830 |    5979   876449  2598417 |   688873     9830     18 | 71.893 % |
5.99/6.49	c 6	|     13676 |    5979   876449  2598417 |   757760    13676     20 | 71.893 % |
6.50/6.96	c 7	|     19442 |    5979   876449  2598417 |   833537    19442     23 | 71.893 % |
7.09/7.55	c 7	|     28091 |    5979   876449  2598417 |   916890    28091     25 | 71.893 % |
7.90/8.33	c 8	|     41065 |    5411   876449  2598417 |  1008579    41065     25 | 71.893 % |
10.09/10.53	c 10	|     60529 |    5407   876449  2598417 |  1109437    60529     27 | 71.893 % |
14.49/14.98	c 15	|     89724 |    5292   876449  2598417 |  1220381    89724     29 | 71.893 % |
24.59/25.08	c 25	|    133515 |    5253    33740   109796 |  1342419   133506     32 | 71.893 % |
34.18/34.60	c 34	|    199199 |    5253    33740   109796 |  1476661   199190     32 | 71.893 % |
55.68/56.13	c 56	|    297726 |    5253    33740   109796 |  1624327   297717     34 | 71.893 % |
87.27/87.71	c 88	===============================================================================
87.27/87.71	c 88	restarts              : 37
87.27/87.71	c 88	conflicts             : 414971        (5035 /sec)
87.27/87.71	c 88	decisions             : 518327        (1.10 % random) (6289 /sec)
87.27/87.71	c 88	propagations          : 15739791       (190988 /sec)
87.27/87.71	c 88	conflict literals     : 16460123       (2.42 % deleted)
87.27/87.71	c 88	Memory used           : 98.38 MB
87.27/87.71	c 88	CPU time              : 82.4125 s
87.27/87.71	c 88	
87.27/87.71	c 88	UNSATISFIABLE
87.27/87.71	c 88	OK
87.27/87.71	c 88	NOT FOUND: _COST <= 0
87.27/87.71	c 88	OK
87.27/87.71	c 88	OBJECTIVE _COST 1
87.27/87.71	s OPTIMUM FOUND
87.27/87.73	c 88	CPU 86.65 (0.08 0.02 86.57 0.62)
87.27/87.73	c 88	END Sat Jul 12 14:33:18 2008

Verifier Data (download as text)

OK	1	802
1 unsatisfied constraints, 802 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-1112339-1215865910/watcher-1112339-1215865910 -o /tmp/evaluation-result-1112339-1215865910/solver-1112339-1215865910 -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-1112339-1215865910.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.11 2.09 2.09 4/112 14203
/proc/meminfo: memFree=1147024/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=12272 CPUtime=0
/proc/14203/stat : 14203 (sugar++) R 14201 14203 12927 0 -1 4194304 357 0 0 0 0 0 0 0 19 0 1 0 43288212 12566528 325 996147200 4194304 4206940 548682068528 18446744073709551615 240171910782 0 0 4224 0 0 0 0 17 0 0 0
/proc/14203/statm: 3068 325 244 3 0 168 0

[startup+0.102465 s]
/proc/loadavg: 2.11 2.09 2.09 4/112 14203
/proc/meminfo: memFree=1147024/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16740 CPUtime=0.06
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 43288212 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14203/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201477 s]
/proc/loadavg: 2.11 2.09 2.09 4/112 14203
/proc/meminfo: memFree=1147024/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16740 CPUtime=0.06
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 43288212 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14203/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30249 s]
/proc/loadavg: 2.11 2.09 2.09 4/112 14203
/proc/meminfo: memFree=1147024/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16740 CPUtime=0.06
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 43288212 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14203/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702185 s]
/proc/loadavg: 2.11 2.09 2.09 4/112 14203
/proc/meminfo: memFree=1147024/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16740 CPUtime=0.41
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 1296 4737 0 1 5 1 32 3 15 0 1 0 43288212 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50262 s]
/proc/loadavg: 2.10 2.09 2.09 4/123 14225
/proc/meminfo: memFree=1130744/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16740 CPUtime=0.42
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 1297 4737 0 1 6 1 32 3 15 0 1 0 43288212 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4185 1104 409 3 0 764 0
[pid=14216] ppid=14203 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14203 14203 12927 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43288261 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 233 193 169 0 50 0
[pid=14217] ppid=14216 vsize=868484 CPUtime=0.99
/proc/14217/stat : 14217 (java) S 14216 14203 12927 0 -1 0 6976 0 1 0 95 4 0 0 20 0 9 0 43288261 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14217/statm: 217121 6159 2563 9 0 211668 0
[pid=14217/tid=14218] ppid=14216 vsize=868484 CPUtime=0.64
/proc/14217/task/14218/stat : 14218 (java) R 14216 14203 12927 0 -1 64 2766 0 1 0 61 3 0 0 25 0 9 0 43288262 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14219] ppid=14216 vsize=868484 CPUtime=0.08
/proc/14217/task/14219/stat : 14219 (java) S 14216 14203 12927 0 -1 64 2024 0 0 0 8 0 0 0 16 0 9 0 43288263 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14220] ppid=14216 vsize=868484 CPUtime=0
/proc/14217/task/14220/stat : 14220 (java) S 14216 14203 12927 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43288263 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14221] ppid=14216 vsize=868484 CPUtime=0
/proc/14217/task/14221/stat : 14221 (java) S 14216 14203 12927 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43288263 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14222] ppid=14216 vsize=868484 CPUtime=0
/proc/14217/task/14222/stat : 14222 (java) S 14216 14203 12927 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43288265 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14223] ppid=14216 vsize=868484 CPUtime=0.24
/proc/14217/task/14223/stat : 14223 (java) S 14216 14203 12927 0 -1 64 1493 0 0 0 24 0 0 0 16 0 9 0 43288265 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14224] ppid=14216 vsize=868484 CPUtime=0
/proc/14217/task/14224/stat : 14224 (java) S 14216 14203 12927 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43288265 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14217/tid=14225] ppid=14216 vsize=868484 CPUtime=0
/proc/14217/task/14225/stat : 14225 (java) S 14216 14203 12927 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43288265 889327616 6159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890580

[startup+3.1018 s]
/proc/loadavg: 2.10 2.09 2.09 3/123 14225
/proc/meminfo: memFree=1119352/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=2.79
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 1474 12483 0 2 6 1 252 20 16 0 1 0 43288212 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1132 413 3 0 797 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 16872

[startup+6.30116 s]
/proc/loadavg: 2.17 2.11 2.09 4/124 14296
/proc/meminfo: memFree=1082104/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 15 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=40536 CPUtime=1.21
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 9885 0 0 0 115 6 0 0 18 0 1 0 43288500 41508864 9818 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 10134 9818 80 151 0 9980 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 57408

[startup+12.7019 s]
/proc/loadavg: 2.16 2.10 2.09 3/114 14306
/proc/meminfo: memFree=1077064/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=51012 CPUtime=7.62
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 12475 0 0 0 753 9 0 0 25 0 1 0 43288500 52236288 12408 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 12753 12408 80 151 0 12599 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 67884

[startup+25.5013 s]
/proc/loadavg: 2.12 2.10 2.09 3/114 14306
/proc/meminfo: memFree=1074312/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=53596 CPUtime=20.41
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 13094 0 0 0 2032 9 0 0 25 0 1 0 43288500 54882304 13027 996147200 134512640 135134323 4294956192 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 13399 13027 80 151 0 13245 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 70468

[startup+51.1012 s]
/proc/loadavg: 2.15 2.10 2.09 3/114 14306
/proc/meminfo: memFree=1060232/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=68072 CPUtime=46
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 16733 0 0 0 4588 12 0 0 25 0 1 0 43288500 69705728 16666 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 17018 16666 80 151 0 16864 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 84944

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

[startup+51.2022 s]
/proc/loadavg: 2.15 2.10 2.09 3/114 14306
/proc/meminfo: memFree=1060232/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=68204 CPUtime=46.1
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 16750 0 0 0 4598 12 0 0 25 0 1 0 43288500 69840896 16683 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 17051 16683 80 151 0 16897 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 85076

[startup+64.0016 s]
/proc/loadavg: 2.12 2.10 2.09 3/114 14306
/proc/meminfo: memFree=1049032/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=79468 CPUtime=58.89
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 19481 0 0 0 5875 14 0 0 25 0 1 0 43288500 81375232 19414 996147200 134512640 135134323 4294956192 18446744073709551615 134532085 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 19867 19414 80 151 0 19713 0
Current children cumulated CPU time (s) 63.57
Current children cumulated vsize (KiB) 96340

[startup+76.801 s]
/proc/loadavg: 2.10 2.10 2.09 3/114 14306
/proc/meminfo: memFree=1038280/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=90900 CPUtime=71.68
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 22382 0 0 0 7152 16 0 0 25 0 1 0 43288500 93081600 22315 996147200 134512640 135134323 4294956192 18446744073709551615 134528716 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 22725 22315 80 151 0 22571 0
Current children cumulated CPU time (s) 76.36
Current children cumulated vsize (KiB) 107772

[startup+83.2018 s]
/proc/loadavg: 2.09 2.09 2.09 3/114 14306
/proc/meminfo: memFree=1031240/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=97028 CPUtime=78.08
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 23939 0 0 0 7790 18 0 0 25 0 1 0 43288500 99356672 23872 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 24257 23872 80 151 0 24103 0
Current children cumulated CPU time (s) 82.76
Current children cumulated vsize (KiB) 113900

[startup+84.8089 s]
/proc/loadavg: 2.09 2.09 2.09 3/114 14306
/proc/meminfo: memFree=1029512/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=98480 CPUtime=79.69
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 24284 0 0 0 7951 18 0 0 25 0 1 0 43288500 100843520 24217 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 24620 24217 80 151 0 24466 0
Current children cumulated CPU time (s) 84.37
Current children cumulated vsize (KiB) 115352

[startup+86.4021 s]
/proc/loadavg: 2.08 2.09 2.09 3/114 14306
/proc/meminfo: memFree=1028552/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=99808 CPUtime=81.29
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 24627 0 0 0 8110 19 0 0 25 0 1 0 43288500 102203392 24560 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 24952 24561 80 151 0 24798 0
Current children cumulated CPU time (s) 85.97
Current children cumulated vsize (KiB) 116680

[startup+87.2022 s]
/proc/loadavg: 2.08 2.09 2.09 3/114 14306
/proc/meminfo: memFree=1027528/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=100468 CPUtime=82.09
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 24787 0 0 0 8190 19 0 0 25 0 1 0 43288500 102879232 24720 996147200 134512640 135134323 4294956192 18446744073709551615 134528318 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 25117 24720 80 151 0 24963 0
Current children cumulated CPU time (s) 86.77
Current children cumulated vsize (KiB) 117340

[startup+87.6013 s]
/proc/loadavg: 2.08 2.09 2.09 3/114 14306
/proc/meminfo: memFree=1027528/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=100732 CPUtime=82.49
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 24870 0 0 0 8230 19 0 0 25 0 1 0 43288500 103149568 24803 996147200 134512640 135134323 4294956192 18446744073709551615 134532793 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 25183 24803 80 151 0 25029 0
Current children cumulated CPU time (s) 87.17
Current children cumulated vsize (KiB) 117604

[startup+87.7013 s]
/proc/loadavg: 2.08 2.09 2.09 3/114 14306
/proc/meminfo: memFree=1027528/2055920 swapFree=4161876/4192956
[pid=14203] ppid=14201 vsize=16872 CPUtime=4.68
/proc/14203/stat : 14203 (sugar++) S 14201 14203 12927 0 -1 4194304 2052 43556 0 10 8 2 416 42 16 0 1 0 43288212 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14203/statm: 4218 1135 414 3 0 797 0
[pid=14226] ppid=14203 vsize=100732 CPUtime=82.59
/proc/14226/stat : 14226 (minisat-inc) R 14203 14203 12927 0 -1 4194304 24870 0 0 0 8240 19 0 0 25 0 1 0 43288500 103149568 24803 996147200 134512640 135134323 4294956192 18446744073709551615 134532799 0 0 4096 3 0 0 0 17 0 0 0
/proc/14226/statm: 25183 24803 80 151 0 25029 0
Current children cumulated CPU time (s) 87.27
Current children cumulated vsize (KiB) 117604

Child status: 0
Real time (s): 87.7401
CPU time (s): 87.3277
CPU user time (s): 86.6588
CPU system time (s): 0.668898
CPU usage (%): 99.5301
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.6588
system time used= 0.668898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70558
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8731
involuntary context switches= 8612

runsolver used 0.171973 second user time and 0.336948 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-12 14:31:50
IDJOB=1112339
IDBENCH=61401
IDSOLVER=367
FILE ID=node86/1112339-1215865910
PBS_JOBID= 7903449
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-12.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-1112339-1215865910/watcher-1112339-1215865910 -o /tmp/evaluation-result-1112339-1215865910/solver-1112339-1215865910 -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-1112339-1215865910.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe678b83530682aee170466efb2992f
RANDOM SEED=1057284128

node86.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.214
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.214
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1147440 kB
Buffers:         39200 kB
Cached:          91232 kB
SwapCached:       6656 kB
Active:         789784 kB
Inactive:        70212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147440 kB
SwapTotal:     4192956 kB
SwapFree:      4161876 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:         747156 kB
Slab:            28440 kB
Committed_AS:  1074724 kB
PageTables:       6128 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 node86 at 2008-07-12 14:33:18