Trace number 1109985

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 6.46202 6.84756

General information on the benchmark

Namecsp/ssa/
normalized-ssa-0432-003_ext.xml
MD5SUM670dcbc3a964190b1ba9c38a9dd8fdfe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.24381
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints738
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension738
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:19:29 2008
0.00/0.08	c 0	PID 15344
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109985-1215814769.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109985-1215814769.xml' 'HOME/temp.csp'
0.06/0.60	c 1	3 domains, 435 variables, 0 predicates, 19 relations, 738 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.58/0.73	c 1	Parsing HOME/temp.csp
0.90/1.01	c 1	parsed 1195 expressions
0.90/1.05	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.07	c 1	MAX CSP: 738 constraints
0.90/1.07	c 1	Converting to clausal form CSP
0.90/1.10	c 1	converted 194 (10%) expressions
1.01/1.10	c 1	converted 388 (20%) expressions
1.01/1.13	c 1	converted 581 (30%) expressions
1.01/1.14	c 1	converted 775 (40%) expressions
1.01/1.15	c 1	converted 968 (50%) expressions
1.01/1.16	c 1	converted 1162 (60%) expressions
1.01/1.18	c 1	converted 1356 (70%) expressions
1.10/1.25	c 1	converted 1549 (80%) expressions
1.10/1.26	c 1	converted 1743 (90%) expressions
1.20/1.39	c 1	converted 1936 (100%) expressions
1.20/1.39	c 1	CSP : 1911 integers, 0 booleans, 2213 clauses, largest domain size 1108
1.20/1.39	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.39	c 1	Propagation in CSP
1.30/1.44	c 1	733 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.44	c 1	CSP : 1911 integers, 0 booleans, 2213 clauses, largest domain size 739
1.30/1.44	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.44	c 1	Simplifing CSP by introducing new Boolean variables
1.30/1.44	c 1	CSP : 1911 integers, 0 booleans, 2213 clauses, largest domain size 739
1.30/1.44	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.48	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.49	c 1	192 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.30/1.49	c 1	383 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.40/1.50	c 1	574 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.40/1.50	c 1	765 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.40/1.50	c 1	956 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.40/1.51	c 1	1147 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.40/1.51	c 1	1338 (70%) CSP integer variables are encoded (1569 clauses, 20461 bytes)
1.40/1.52	c 1	1529 (80%) CSP integer variables are encoded (7796 clauses, 101412 bytes)
1.40/1.53	c 1	1720 (90%) CSP integer variables are encoded (10324 clauses, 138001 bytes)
1.40/1.53	c 1	1911 (100%) CSP integer variables are encoded (12266 clauses, 167131 bytes)
1.40/1.56	c 1	222 (10%) CSP clauses are encoded (12626 clauses, 172401 bytes)
1.40/1.58	c 1	443 (20%) CSP clauses are encoded (12942 clauses, 177311 bytes)
1.50/1.60	c 2	664 (30%) CSP clauses are encoded (13204 clauses, 182208 bytes)
1.50/1.62	c 2	886 (40%) CSP clauses are encoded (16756 clauses, 243887 bytes)
1.50/1.69	c 2	1107 (50%) CSP clauses are encoded (50139 clauses, 849836 bytes)
1.89/2.04	c 2	1328 (60%) CSP clauses are encoded (197422 clauses, 3508385 bytes)
2.57/2.74	c 3	1550 (70%) CSP clauses are encoded (577116 clauses, 10859266 bytes)
2.57/2.76	c 3	1771 (80%) CSP clauses are encoded (588644 clauses, 11096487 bytes)
2.68/2.82	c 3	1992 (90%) CSP clauses are encoded (616338 clauses, 11679492 bytes)
2.87/3.01	c 3	2213 (100%) CSP clauses are encoded (718615 clauses, 13856808 bytes)
2.87/3.01	c 3	2213 CSP clauses encoded
2.87/3.01	c 3	Writing map file : HOME/temp.map
2.87/3.03	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.03	c 3	SAT : 14173 SAT variables, 718615 SAT clauses, 13856808 bytes
2.87/3.03	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.06	c 3	OBJECTIVE minimize _COST
2.87/3.06	c 3	SOLVING HOME/temp.cnf
2.87/3.06	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.87/3.06	c 3	This is MiniSat 2.0 beta incremental
2.87/3.06	c 3	WARNING: for repeatability, setting FPU to use double precision
2.87/3.06	c 3	============================[ Problem Statistics ]=============================
2.87/3.06	c 3	|                                                                             |
2.87/3.06	c 3	|  Number of variables:  14173                                                |
2.87/3.06	c 3	|  Number of clauses:    718615                                               |
3.17/3.40	c 3	|  Parsing time:         0.29         s                                       |
3.26/3.41	c 3	OK
3.26/3.41	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.26/3.41	c 3	SEARCHING: _COST <= 369
3.26/3.41	c 3	============================[ Search Statistics ]==============================
3.26/3.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.41	c 3	===============================================================================
3.26/3.41	c 3	|         0 |   14173   718615  2118599 |   239538        0    nan |  0.000 % |
3.26/3.47	c 3	===============================================================================
3.26/3.47	c 3	restarts              : 1
3.26/3.47	c 3	conflicts             : 0             (0 /sec)
3.26/3.47	c 3	decisions             : 206           (1.46 % random) (579 /sec)
3.26/3.47	c 3	propagations          : 14173          (39818 /sec)
3.26/3.47	c 3	conflict literals     : 0              ( nan % deleted)
3.26/3.47	c 3	Memory used           : 32.57 MB
3.26/3.47	c 3	CPU time              : 0.355945 s
3.26/3.47	c 3	
3.26/3.47	c 3	SATISFIABLE
3.26/3.47	c 3	OK
3.26/3.47	c 3	FOUND: _COST <= 369
3.26/3.47	s SATISFIABLE
3.26/3.47	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.26/3.47	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.34/3.55	c 3	Decoding HOME/temp.out
3.34/3.70	c 4	OBJECTIVE _COST 369
3.34/3.70	o 369
3.34/3.72	v 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 0 0 1 0 0 1 0 1 1 1 0 0 1 1 1 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 0 1 1 1 0 0 1 1 1 0 1 0 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0 0 0 1 1 1 1 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1
3.34/3.72	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.34/3.74	c 4	OK
3.34/3.74	c 4	OBJECTIVE BOUND: 0 <= _COST <= 369
3.34/3.74	c 4	SEARCHING: _COST <= 184
3.34/3.75	c 4	============================[ Search Statistics ]==============================
3.34/3.76	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.34/3.76	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.34/3.76	c 4	===============================================================================
3.34/3.76	c 4	|         0 |   14173   718615  2118599 |   239538        0    nan |  0.000 % |
3.34/3.77	c 4	===============================================================================
3.34/3.77	c 4	restarts              : 2
3.34/3.77	c 4	conflicts             : 0             (0 /sec)
3.34/3.77	c 4	decisions             : 321           (0.93 % random) (813 /sec)
3.34/3.77	c 4	propagations          : 28346          (71773 /sec)
3.34/3.77	c 4	conflict literals     : 0              ( nan % deleted)
3.34/3.77	c 4	Memory used           : 32.96 MB
3.34/3.77	c 4	CPU time              : 0.394939 s
3.34/3.77	c 4	
3.34/3.77	c 4	SATISFIABLE
3.34/3.78	c 4	OK
3.34/3.78	c 4	FOUND: _COST <= 184
3.34/3.78	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.34/3.78	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.61/3.86	c 4	Decoding HOME/temp.out
3.61/3.99	c 4	OBJECTIVE _COST 184
3.61/3.99	o 184
3.61/4.02	v 1 1 1 1 1 1 0 1 1 1 1 1 0 0 1 0 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 1 1 0 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 1 0 1 1 1 0 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 1 0 1 1 0 0 1 0 1 1 1 1 0 0 1 1 0 0 1 0 1 1 0 1 1
3.61/4.02	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.61/4.05	c 4	OK
3.61/4.05	c 4	OBJECTIVE BOUND: 0 <= _COST <= 184
3.61/4.05	c 4	SEARCHING: _COST <= 92
3.61/4.05	c 4	============================[ Search Statistics ]==============================
3.61/4.06	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.61/4.06	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.61/4.06	c 4	===============================================================================
3.61/4.06	c 4	|         0 |   10483   718615  2118599 |   239538        0    nan |  0.000 % |
3.61/4.07	c 4	===============================================================================
3.61/4.07	c 4	restarts              : 3
3.61/4.07	c 4	conflicts             : 0             (0 /sec)
3.61/4.07	c 4	decisions             : 394           (1.02 % random) (923 /sec)
3.61/4.07	c 4	propagations          : 38829          (90948 /sec)
3.61/4.07	c 4	conflict literals     : 0              ( nan % deleted)
3.61/4.07	c 4	Memory used           : 33.35 MB
3.61/4.07	c 4	CPU time              : 0.426935 s
3.61/4.07	c 4	
3.61/4.07	c 4	SATISFIABLE
3.61/4.08	c 4	OK
3.61/4.08	c 4	FOUND: _COST <= 92
3.61/4.08	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.61/4.08	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.88/4.15	c 4	Decoding HOME/temp.out
3.88/4.29	c 4	OBJECTIVE _COST 92
3.88/4.29	o 92
4.09/4.32	v 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 0 1 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 0 1 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 1 0 1 1 0 0 1 0 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 0 1 1 0 0 1 0 0 1 1 1 0 0 1 1 1 1 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 1 1 0 1 1 1 0 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 1
4.09/4.32	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.09/4.34	c 4	OK
4.09/4.34	c 4	OBJECTIVE BOUND: 0 <= _COST <= 92
4.09/4.34	c 4	SEARCHING: _COST <= 46
4.09/4.34	c 4	============================[ Search Statistics ]==============================
4.09/4.35	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.09/4.35	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.09/4.35	c 4	===============================================================================
4.09/4.36	c 4	|         0 |    8446   718615  2118599 |   239538        0    nan |  0.000 % |
4.09/4.36	c 4	===============================================================================
4.09/4.36	c 4	restarts              : 4
4.09/4.36	c 4	conflicts             : 1             (2 /sec)
4.09/4.36	c 4	decisions             : 453           (1.10 % random) (1007 /sec)
4.09/4.36	c 4	propagations          : 47301          (105129 /sec)
4.09/4.36	c 4	conflict literals     : 8              (0.00 % deleted)
4.09/4.36	c 4	Memory used           : 33.35 MB
4.09/4.36	c 4	CPU time              : 0.449931 s
4.09/4.36	c 4	
4.09/4.36	c 4	SATISFIABLE
4.09/4.36	c 4	OK
4.09/4.36	c 4	FOUND: _COST <= 46
4.09/4.36	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.09/4.36	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.15/4.44	c 4	Decoding HOME/temp.out
4.15/4.73	c 5	OBJECTIVE _COST 46
4.15/4.73	o 46
4.15/4.79	v 1 1 1 0 0 1 1 1 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 1 1 0 0 1 0 1 1 1 0 0 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 0 0 1 0 0 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 0 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 0 0 0 0 0 1 1 1 0 1 1 0 0 1 0 0 0 0 1 1 1 1 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 0 0 1 1 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1
4.15/4.80	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.16/4.84	c 5	OK
4.16/4.84	c 5	OBJECTIVE BOUND: 0 <= _COST <= 46
4.16/4.84	c 5	SEARCHING: _COST <= 23
4.16/4.84	c 5	============================[ Search Statistics ]==============================
4.16/4.84	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.16/4.84	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.16/4.84	c 5	===============================================================================
4.16/4.84	c 5	|         1 |    7156   718615  2118599 |   239538        1      8 |  0.000 % |
4.16/4.85	c 5	===============================================================================
4.16/4.85	c 5	restarts              : 5
4.16/4.85	c 5	conflicts             : 1             (2 /sec)
4.16/4.85	c 5	decisions             : 569           (1.05 % random) (1216 /sec)
4.16/4.85	c 5	propagations          : 54457          (116379 /sec)
4.16/4.85	c 5	conflict literals     : 8              (0.00 % deleted)
4.16/4.85	c 5	Memory used           : 33.35 MB
4.16/4.85	c 5	CPU time              : 0.467928 s
4.16/4.85	c 5	
4.16/4.85	c 5	SATISFIABLE
4.16/4.86	c 5	OK
4.16/4.86	c 5	FOUND: _COST <= 23
4.16/4.86	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.16/4.86	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.60/4.94	c 5	Decoding HOME/temp.out
4.60/5.08	c 5	OBJECTIVE _COST 23
4.60/5.08	o 23
4.60/5.10	v 1 1 1 0 0 1 0 1 1 1 0 0 1 1 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 0 1 0 1 0 1 1 1 1 1 1 0 1 1 1 0 0 1 0 1 1 1 0 0 0 1 1 0 0 1 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 0 1 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 1 1 1 0 0 0 1 1 0 0 1 0 0 1 1 1 0 0 0 0 1 1 1 1 0 1 1 1 0 1 0 0 1 1 1 1 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 0 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 1
4.60/5.11	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.60/5.13	c 5	OK
4.60/5.13	c 5	OBJECTIVE BOUND: 0 <= _COST <= 23
4.60/5.13	c 5	SEARCHING: _COST <= 11
4.60/5.13	c 5	============================[ Search Statistics ]==============================
4.60/5.13	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.60/5.13	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.60/5.13	c 5	===============================================================================
4.60/5.13	c 5	|         1 |    6188   718615  2118599 |   239538        1      8 |  0.000 % |
4.60/5.14	c 5	===============================================================================
4.60/5.14	c 5	restarts              : 6
4.60/5.14	c 5	conflicts             : 1             (2 /sec)
4.60/5.14	c 5	decisions             : 613           (1.14 % random) (1275 /sec)
4.60/5.14	c 5	propagations          : 60645          (126100 /sec)
4.60/5.14	c 5	conflict literals     : 8              (0.00 % deleted)
4.60/5.14	c 5	Memory used           : 33.48 MB
4.60/5.14	c 5	CPU time              : 0.480926 s
4.60/5.14	c 5	
4.60/5.14	c 5	SATISFIABLE
4.60/5.15	c 5	OK
4.60/5.15	c 5	FOUND: _COST <= 11
4.60/5.15	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.60/5.15	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.85/5.22	c 5	Decoding HOME/temp.out
5.19/5.52	c 5	OBJECTIVE _COST 11
5.19/5.52	o 11
5.19/5.57	v 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 0 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 1 1 0 0 1 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 0 0 1 1 0 0 1 0 0 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 1 1 0 0 1 1 0 1 1 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 0 0 0 1 0 0 0 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 1
5.19/5.57	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.26/5.62	c 6	OK
5.26/5.62	c 6	OBJECTIVE BOUND: 0 <= _COST <= 11
5.26/5.62	c 6	SEARCHING: _COST <= 5
5.26/5.63	c 6	============================[ Search Statistics ]==============================
5.26/5.63	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.26/5.63	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.26/5.63	c 6	===============================================================================
5.26/5.63	c 6	|         1 |    5358   718615  2118599 |   239538        1      8 |  0.000 % |
5.26/5.63	c 6	===============================================================================
5.26/5.63	c 6	restarts              : 7
5.26/5.63	c 6	conflicts             : 32            (65 /sec)
5.26/5.63	c 6	decisions             : 830           (1.33 % random) (1674 /sec)
5.26/5.63	c 6	propagations          : 74139          (149497 /sec)
5.26/5.63	c 6	conflict literals     : 808            (5.61 % deleted)
5.26/5.63	c 6	Memory used           : 33.48 MB
5.26/5.63	c 6	CPU time              : 0.495924 s
5.26/5.63	c 6	
5.26/5.63	c 6	SATISFIABLE
5.26/5.63	c 6	OK
5.26/5.63	c 6	FOUND: _COST <= 5
5.26/5.63	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.26/5.63	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.30/5.71	c 6	Decoding HOME/temp.out
5.30/6.01	c 6	OBJECTIVE _COST 5
5.30/6.01	o 5
5.30/6.06	v 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 1
5.30/6.06	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.30/6.11	c 6	OK
5.30/6.11	c 6	OBJECTIVE BOUND: 0 <= _COST <= 5
5.30/6.11	c 6	SEARCHING: _COST <= 2
5.30/6.11	c 6	============================[ Search Statistics ]==============================
5.30/6.12	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.30/6.12	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.30/6.12	c 6	===============================================================================
5.30/6.12	c 6	|        32 |    4520   718615  2118599 |   239538       32     25 |  0.000 % |
5.30/6.12	c 6	===============================================================================
5.30/6.12	c 6	restarts              : 8
5.30/6.12	c 6	conflicts             : 33            (66 /sec)
5.30/6.12	c 6	decisions             : 860           (1.28 % random) (1710 /sec)
5.30/6.12	c 6	propagations          : 78843          (156770 /sec)
5.30/6.12	c 6	conflict literals     : 835            (5.44 % deleted)
5.30/6.12	c 6	Memory used           : 33.48 MB
5.30/6.12	c 6	CPU time              : 0.502923 s
5.30/6.12	c 6	
5.30/6.12	c 6	SATISFIABLE
5.30/6.12	c 6	OK
5.30/6.12	c 6	FOUND: _COST <= 2
5.30/6.12	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.30/6.12	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.30/6.20	c 6	Decoding HOME/temp.out
5.73/6.48	c 6	OBJECTIVE _COST 2
5.73/6.48	o 2
6.10/6.54	v 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 1 1 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1
6.10/6.55	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.10/6.55	c 6	OK
6.10/6.55	c 6	OBJECTIVE BOUND: 0 <= _COST <= 2
6.10/6.55	c 6	SEARCHING: _COST <= 1
6.10/6.56	c 6	============================[ Search Statistics ]==============================
6.10/6.56	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.10/6.56	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.10/6.56	c 6	===============================================================================
6.10/6.56	c 6	|        33 |    3642   718615  2118599 |   239538       33     25 |  0.000 % |
6.10/6.56	c 6	===============================================================================
6.10/6.56	c 6	restarts              : 9
6.10/6.56	c 6	conflicts             : 37            (72 /sec)
6.10/6.56	c 6	decisions             : 895           (1.23 % random) (1748 /sec)
6.10/6.56	c 6	propagations          : 85277          (166582 /sec)
6.10/6.56	c 6	conflict literals     : 867            (5.97 % deleted)
6.10/6.56	c 6	Memory used           : 33.48 MB
6.10/6.56	c 6	CPU time              : 0.511922 s
6.10/6.56	c 6	
6.10/6.56	c 6	SATISFIABLE
6.10/6.56	c 6	OK
6.10/6.56	c 6	FOUND: _COST <= 1
6.10/6.56	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.10/6.56	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'
6.17/6.64	c 7	Decoding HOME/temp.out
6.17/6.78	c 7	OBJECTIVE _COST 1
6.17/6.78	o 1
6.17/6.80	v 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1
6.17/6.80	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.17/6.83	c 7	OK
6.17/6.83	c 7	OBJECTIVE BOUND: 0 <= _COST <= 1
6.17/6.83	c 7	SEARCHING: _COST <= 0
6.17/6.83	c 7	============================[ Search Statistics ]==============================
6.17/6.83	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.17/6.83	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.17/6.83	c 7	===============================================================================
6.17/6.83	c 7	|        37 |    2645   718615  2118599 |   239538       37     23 |  0.000 % |
6.17/6.83	c 7	===============================================================================
6.17/6.83	c 7	restarts              : 10
6.17/6.83	c 7	conflicts             : 44            (85 /sec)
6.17/6.83	c 7	decisions             : 903           (1.22 % random) (1740 /sec)
6.17/6.83	c 7	propagations          : 88264          (170091 /sec)
6.17/6.83	c 7	conflict literals     : 1552           (3.42 % deleted)
6.17/6.83	c 7	Memory used           : 33.48 MB
6.17/6.83	c 7	CPU time              : 0.518921 s
6.17/6.83	c 7	
6.17/6.83	c 7	UNSATISFIABLE
6.17/6.83	c 7	OK
6.17/6.83	c 7	NOT FOUND: _COST <= 0
6.17/6.83	c 7	OK
6.17/6.83	c 7	OBJECTIVE _COST 1
6.17/6.83	s OPTIMUM FOUND
6.17/6.84	c 7	CPU 5.9 (0.08 0.04 5.82 0.49)
6.17/6.84	c 7	END Sat Jul 12 00:19:36 2008

Verifier Data (download as text)

OK	1	737
1 unsatisfied constraints, 737 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-1109985-1215814769/watcher-1109985-1215814769 -o /tmp/evaluation-result-1109985-1215814769/solver-1109985-1215814769 -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-1109985-1215814769.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.06 2.06 2.01 4/81 15344
/proc/meminfo: memFree=1679920/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=12268 CPUtime=0
/proc/15344/stat : 15344 (sugar++) R 15342 15344 15020 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 38174799 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237956545534 0 0 4224 0 0 0 0 17 1 0 0
/proc/15344/statm: 3067 316 241 3 0 167 0

[startup+0.085592 s]
/proc/loadavg: 2.06 2.06 2.01 4/81 15344
/proc/meminfo: memFree=1679920/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16740 CPUtime=0.06
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38174799 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101388 s]
/proc/loadavg: 2.06 2.06 2.01 4/81 15344
/proc/meminfo: memFree=1679920/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16740 CPUtime=0.06
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38174799 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301399 s]
/proc/loadavg: 2.06 2.06 2.01 4/81 15344
/proc/meminfo: memFree=1679920/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16740 CPUtime=0.06
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38174799 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701441 s]
/proc/loadavg: 2.06 2.06 2.01 4/81 15344
/proc/meminfo: memFree=1679920/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16740 CPUtime=0.58
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 1279 4547 0 1 5 1 49 3 16 0 1 0 38174799 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16740

[startup+1.5025 s]
/proc/loadavg: 2.06 2.06 2.01 4/92 15366
/proc/meminfo: memFree=1671000/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16740 CPUtime=0.58
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 1297 4547 0 1 5 1 49 3 15 0 1 0 38174799 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4185 1104 409 3 0 764 0
[pid=15357] ppid=15344 vsize=5356 CPUtime=0
/proc/15357/stat : 15357 (sh) S 15344 15344 15020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38174865 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15357/statm: 1339 233 193 169 0 50 0
[pid=15358] ppid=15357 vsize=868512 CPUtime=0.82
/proc/15358/stat : 15358 (java) S 15357 15344 15020 0 -1 0 6627 0 1 0 78 4 0 0 18 0 9 0 38174865 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15358/statm: 217128 5873 2560 9 0 211675 0
[pid=15358/tid=15359] ppid=15357 vsize=868512 CPUtime=0.53
/proc/15358/task/15359/stat : 15359 (java) R 15357 15344 15020 0 -1 64 2698 0 1 0 52 1 0 0 22 0 9 0 38174866 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4125981137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15360] ppid=15357 vsize=868512 CPUtime=0.06
/proc/15358/task/15360/stat : 15360 (java) S 15357 15344 15020 0 -1 64 1770 0 0 0 5 1 0 0 16 0 9 0 38174867 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15361] ppid=15357 vsize=868512 CPUtime=0
/proc/15358/task/15361/stat : 15361 (java) S 15357 15344 15020 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38174867 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15362] ppid=15357 vsize=868512 CPUtime=0
/proc/15358/task/15362/stat : 15362 (java) S 15357 15344 15020 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38174867 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15363] ppid=15357 vsize=868512 CPUtime=0
/proc/15358/task/15363/stat : 15363 (java) S 15357 15344 15020 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38174869 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15364] ppid=15357 vsize=868512 CPUtime=0.21
/proc/15358/task/15364/stat : 15364 (java) S 15357 15344 15020 0 -1 64 1467 0 0 0 21 0 0 0 16 0 9 0 38174869 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15365] ppid=15357 vsize=868512 CPUtime=0
/proc/15358/task/15365/stat : 15365 (java) S 15357 15344 15020 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38174869 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15358/tid=15366] ppid=15357 vsize=868512 CPUtime=0
/proc/15358/task/15366/stat : 15366 (java) S 15357 15344 15020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38174869 889356288 5873 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890608

[startup+3.10263 s]
/proc/loadavg: 2.06 2.06 2.01 3/92 15366
/proc/meminfo: memFree=1658776/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16872 CPUtime=2.94
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 1473 11939 0 2 6 2 269 17 16 0 1 0 38174799 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4218 1131 413 3 0 797 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 16872

[startup+6.30189 s]
/proc/loadavg: 2.06 2.06 2.01 4/93 15427
/proc/meminfo: memFree=1624656/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16872 CPUtime=5.18
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 2041 39432 0 9 7 4 469 38 16 0 1 0 38174799 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4218 1134 414 3 0 797 0
[pid=15367] ppid=15344 vsize=34276 CPUtime=0.55
/proc/15367/stat : 15367 (minisat-inc) S 15344 15344 15020 0 -1 4194304 8146 0 0 0 50 5 0 0 16 0 1 0 38175105 35098624 8079 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15367/statm: 8569 8079 78 151 0 8415 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 51148

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

[startup+6.70193 s]
/proc/loadavg: 2.06 2.06 2.01 5/93 15447
/proc/meminfo: memFree=1624400/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16872 CPUtime=5.61
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 2111 43360 0 10 8 4 509 40 16 0 1 0 38174799 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4218 1134 414 3 0 797 0
[pid=15367] ppid=15344 vsize=34276 CPUtime=0.56
/proc/15367/stat : 15367 (minisat-inc) S 15344 15344 15020 0 -1 4194304 8148 0 0 0 51 5 0 0 16 0 1 0 38175105 35098624 8079 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15367/statm: 8569 8079 78 151 0 8415 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 51148

[startup+6.80193 s]
/proc/loadavg: 2.06 2.06 2.01 5/93 15447
/proc/meminfo: memFree=1624400/2055920 swapFree=4180240/4192956
[pid=15344] ppid=15342 vsize=16872 CPUtime=5.61
/proc/15344/stat : 15344 (sugar++) S 15342 15344 15020 0 -1 4194304 2113 43360 0 10 8 4 509 40 15 0 1 0 38174799 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15344/statm: 4218 1134 414 3 0 797 0
[pid=15367] ppid=15344 vsize=34276 CPUtime=0.56
/proc/15367/stat : 15367 (minisat-inc) S 15344 15344 15020 0 -1 4194304 8148 0 0 0 51 5 0 0 16 0 1 0 38175105 35098624 8079 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15367/statm: 8569 8079 78 151 0 8415 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 51148

Child status: 0
Real time (s): 6.84756
CPU time (s): 6.46202
CPU user time (s): 5.9131
CPU system time (s): 0.548916
CPU usage (%): 94.3696
Max. virtual memory (cumulated for all children) (KiB): 890608

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

runsolver used 0.012998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 00:19:29
IDJOB=1109985
IDBENCH=61046
IDSOLVER=367
FILE ID=node69/1109985-1215814769
PBS_JOBID= 7903309
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ssa/normalized-ssa-0432-003_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-1109985-1215814769/watcher-1109985-1215814769 -o /tmp/evaluation-result-1109985-1215814769/solver-1109985-1215814769 -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-1109985-1215814769.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 670dcbc3a964190b1ba9c38a9dd8fdfe
RANDOM SEED=1039426438

node69.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.233
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.233
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:       1680400 kB
Buffers:         49700 kB
Cached:         225268 kB
SwapCached:       7572 kB
Active:         147800 kB
Inactive:       164292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680400 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:             928 kB
Writeback:           0 kB
Mapped:          52152 kB
Slab:            48552 kB
Committed_AS:   190272 kB
PageTables:       2016 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= 66476 MiB
End job on node69 at 2008-07-12 00:19:36