Trace number 1109828

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+minisatMSAT (TO)2 3600.07 3602.14

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-20-30.xml
MD5SUMde1a4b88e074f5e2a8f7cfa8a5e48f0f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints100
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 23:31:11 2008
0.00/0.04	c 0	PID 15672
0.04/0.05	c 0	HOST node45.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1109828-1215811871.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109828-1215811871.xml' 'HOME/temp.csp'
0.04/0.56	c 1	1 domains, 1200 variables, 2 predicates, 0 relations, 100 constraints
0.04/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.69	c 1	Parsing HOME/temp.csp
0.55/0.85	c 1	parsed 1303 expressions
0.55/0.86	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.86	c 1	MAX CSP: 100 constraints
0.55/0.86	c 1	Converting to clausal form CSP
0.55/0.89	c 1	converted 141 (10%) expressions
0.55/0.89	c 1	converted 282 (20%) expressions
0.55/0.89	c 1	converted 422 (30%) expressions
0.55/0.89	c 1	converted 563 (40%) expressions
0.55/0.90	c 1	converted 703 (50%) expressions
0.55/0.90	c 1	converted 844 (60%) expressions
0.55/0.90	c 1	converted 985 (70%) expressions
0.55/0.90	c 1	converted 1125 (80%) expressions
1.02/1.12	c 1	converted 1266 (90%) expressions
1.11/1.25	c 1	converted 1406 (100%) expressions
1.11/1.25	c 1	CSP : 3600 integers, 0 booleans, 4699 clauses, largest domain size 151
1.11/1.25	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.25	c 1	Propagation in CSP
1.21/1.31	c 1	97 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.31	c 1	CSP : 3600 integers, 0 booleans, 4699 clauses, largest domain size 101
1.21/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.32	c 1	CSP : 3600 integers, 0 booleans, 4699 clauses, largest domain size 101
1.21/1.32	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.38	c 2	360 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.38	c 2	720 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.38	c 2	1080 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.39	c 2	1440 (40%) CSP integer variables are encoded (628 clauses, 8228 bytes)
1.31/1.40	c 2	1800 (50%) CSP integer variables are encoded (1576 clauses, 20552 bytes)
1.31/1.40	c 2	2160 (60%) CSP integer variables are encoded (2525 clauses, 32889 bytes)
1.31/1.41	c 2	2520 (70%) CSP integer variables are encoded (3547 clauses, 46175 bytes)
1.31/1.41	c 2	2880 (80%) CSP integer variables are encoded (4670 clauses, 60774 bytes)
1.31/1.41	c 2	3240 (90%) CSP integer variables are encoded (5790 clauses, 75334 bytes)
1.31/1.42	c 2	3600 (100%) CSP integer variables are encoded (7676 clauses, 102163 bytes)
1.31/1.46	c 2	470 (10%) CSP clauses are encoded (11682 clauses, 165192 bytes)
1.31/1.49	c 2	940 (20%) CSP clauses are encoded (15678 clauses, 228538 bytes)
1.41/1.51	c 2	1410 (30%) CSP clauses are encoded (19738 clauses, 292982 bytes)
1.41/1.54	c 2	1880 (40%) CSP clauses are encoded (23744 clauses, 356567 bytes)
1.41/1.56	c 2	2350 (50%) CSP clauses are encoded (28124 clauses, 427424 bytes)
1.41/1.58	c 2	2820 (60%) CSP clauses are encoded (33620 clauses, 517025 bytes)
1.51/1.61	c 2	3290 (70%) CSP clauses are encoded (38996 clauses, 604549 bytes)
1.51/1.63	c 2	3760 (80%) CSP clauses are encoded (44492 clauses, 694604 bytes)
1.51/1.66	c 2	4230 (90%) CSP clauses are encoded (49868 clauses, 782628 bytes)
1.61/1.73	c 2	4699 (100%) CSP clauses are encoded (67708 clauses, 1136003 bytes)
1.61/1.73	c 2	4699 CSP clauses encoded
1.61/1.73	c 2	Writing map file : HOME/temp.map
1.61/1.76	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.76	c 2	SAT : 11276 SAT variables, 67708 SAT clauses, 1136003 bytes
1.61/1.76	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.77	c 2	OBJECTIVE minimize _COST
1.61/1.77	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.61/1.77	c 2	SEARCHING: _COST <= 50
1.61/1.77	c 2	SOLVING HOME/temp.cnf
1.61/1.77	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.61/1.77	c 2	This is MiniSat 2.0 beta
1.61/1.77	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/1.77	c 2	============================[ Problem Statistics ]=============================
1.61/1.77	c 2	|                                                                             |
1.61/1.78	c 2	|  Number of variables:  11276                                                |
1.61/1.78	c 2	|  Number of clauses:    67709                                                |
1.69/1.81	c 2	|  Parsing time:         0.04         s                                       |
1.69/1.82	c 2	============================[ Search Statistics ]==============================
1.69/1.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.82	c 2	===============================================================================
1.69/1.82	c 2	|         0 |   10926    62155   159857 |    20718        0    nan |  0.000 % |
1.69/1.82	c 2	===============================================================================
1.69/1.82	c 2	restarts              : 1
1.69/1.82	c 2	conflicts             : 0              (0 /sec)
1.69/1.82	c 2	decisions             : 130            (0.00 % random) (2827 /sec)
1.69/1.82	c 2	propagations          : 11276          (245168 /sec)
1.69/1.82	c 2	conflict literals     : 0              ( nan % deleted)
1.69/1.82	c 2	Memory used           : 5.14 MB
1.69/1.82	c 2	CPU time              : 0.045993 s
1.69/1.82	c 2	
1.69/1.83	c 2	SATISFIABLE
1.69/1.83	c 2	FOUND: _COST <= 50
1.69/1.83	s SATISFIABLE
1.69/1.83	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.69/1.83	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.75/1.91	c 2	Decoding HOME/temp.out
1.75/2.04	c 2	OBJECTIVE _COST 50
1.75/2.04	o 50
1.75/2.09	v 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1
1.75/2.10	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.14	c 2	OBJECTIVE BOUND: 0 <= _COST <= 50
2.01/2.14	c 2	SEARCHING: _COST <= 25
2.01/2.14	c 2	SOLVING HOME/temp.cnf
2.01/2.14	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.01/2.15	c 2	This is MiniSat 2.0 beta
2.01/2.15	c 2	WARNING: for repeatability, setting FPU to use double precision
2.01/2.15	c 2	============================[ Problem Statistics ]=============================
2.01/2.15	c 2	|                                                                             |
2.01/2.15	c 2	|  Number of variables:  11276                                                |
2.01/2.15	c 2	|  Number of clauses:    67709                                                |
2.01/2.19	c 2	|  Parsing time:         0.03         s                                       |
2.01/2.19	c 2	============================[ Search Statistics ]==============================
2.01/2.19	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.01/2.19	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.01/2.19	c 2	===============================================================================
2.01/2.19	c 2	|         0 |   10726    58780   150307 |    19593        0    nan |  0.000 % |
2.01/2.20	c 2	===============================================================================
2.01/2.20	c 2	restarts              : 1
2.01/2.20	c 2	conflicts             : 0              (0 /sec)
2.01/2.20	c 2	decisions             : 147            (0.00 % random) (3974 /sec)
2.01/2.20	c 2	propagations          : 11276          (304806 /sec)
2.01/2.20	c 2	conflict literals     : 0              ( nan % deleted)
2.01/2.20	c 2	Memory used           : 5.14 MB
2.01/2.20	c 2	CPU time              : 0.036994 s
2.01/2.20	c 2	
2.01/2.20	c 2	SATISFIABLE
2.02/2.20	c 2	FOUND: _COST <= 25
2.02/2.20	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.20	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.02/2.28	c 2	Decoding HOME/temp.out
2.08/2.42	c 3	OBJECTIVE _COST 25
2.08/2.42	o 25
2.08/2.47	v 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1
2.08/2.47	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.52	c 3	OBJECTIVE BOUND: 0 <= _COST <= 25
2.09/2.52	c 3	SEARCHING: _COST <= 12
2.09/2.52	c 3	SOLVING HOME/temp.cnf
2.09/2.52	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.52	c 3	This is MiniSat 2.0 beta
2.09/2.52	c 3	WARNING: for repeatability, setting FPU to use double precision
2.09/2.52	c 3	============================[ Problem Statistics ]=============================
2.09/2.52	c 3	|                                                                             |
2.09/2.52	c 3	|  Number of variables:  11276                                                |
2.09/2.52	c 3	|  Number of clauses:    67709                                                |
2.09/2.56	c 3	|  Parsing time:         0.03         s                                       |
2.09/2.56	c 3	============================[ Search Statistics ]==============================
2.09/2.56	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.56	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.56	c 3	===============================================================================
2.09/2.56	c 3	|         0 |   10579    55964   142287 |    18654        0    nan |  0.000 % |
2.09/2.57	c 3	===============================================================================
2.09/2.57	c 3	restarts              : 1
2.09/2.57	c 3	conflicts             : 0              (0 /sec)
2.09/2.57	c 3	decisions             : 158            (0.00 % random) (3512 /sec)
2.09/2.57	c 3	propagations          : 11276          (250617 /sec)
2.09/2.57	c 3	conflict literals     : 0              ( nan % deleted)
2.09/2.57	c 3	Memory used           : 5.14 MB
2.09/2.57	c 3	CPU time              : 0.044993 s
2.09/2.57	c 3	
2.09/2.58	c 3	SATISFIABLE
2.09/2.58	c 3	FOUND: _COST <= 12
2.09/2.58	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.09/2.58	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.40/2.66	c 3	Decoding HOME/temp.out
2.40/2.79	c 3	OBJECTIVE _COST 12
2.40/2.79	o 12
2.40/2.84	v 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0
2.40/2.84	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/2.89	c 3	OBJECTIVE BOUND: 0 <= _COST <= 12
2.40/2.89	c 3	SEARCHING: _COST <= 6
2.40/2.89	c 3	SOLVING HOME/temp.cnf
2.40/2.89	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.40/2.90	c 3	This is MiniSat 2.0 beta
2.40/2.90	c 3	WARNING: for repeatability, setting FPU to use double precision
2.40/2.90	c 3	============================[ Problem Statistics ]=============================
2.40/2.90	c 3	|                                                                             |
2.66/2.90	c 3	|  Number of variables:  11276                                                |
2.66/2.90	c 3	|  Number of clauses:    67709                                                |
2.66/2.94	c 3	|  Parsing time:         0.03         s                                       |
2.66/2.94	c 3	============================[ Search Statistics ]==============================
2.66/2.94	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.66/2.94	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.66/2.94	c 3	===============================================================================
2.66/2.94	c 3	|         0 |   10467    54347   137766 |    18115        0    nan |  0.000 % |
2.66/2.95	c 3	===============================================================================
2.66/2.95	c 3	restarts              : 1
2.66/2.95	c 3	conflicts             : 0              (0 /sec)
2.66/2.95	c 3	decisions             : 164            (0.00 % random) (3566 /sec)
2.66/2.95	c 3	propagations          : 11276          (245168 /sec)
2.66/2.95	c 3	conflict literals     : 0              ( nan % deleted)
2.66/2.95	c 3	Memory used           : 5.14 MB
2.66/2.95	c 3	CPU time              : 0.045993 s
2.66/2.95	c 3	
2.66/2.95	c 3	SATISFIABLE
2.66/2.95	c 3	FOUND: _COST <= 6
2.66/2.95	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.66/2.95	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.72/3.03	c 3	Decoding HOME/temp.out
2.72/3.17	c 3	OBJECTIVE _COST 6
2.72/3.17	o 6
2.96/3.22	v 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
2.96/3.22	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.96/3.27	c 3	OBJECTIVE BOUND: 0 <= _COST <= 6
2.96/3.27	c 3	SEARCHING: _COST <= 3
2.96/3.27	c 3	SOLVING HOME/temp.cnf
2.96/3.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.96/3.27	c 3	This is MiniSat 2.0 beta
2.96/3.27	c 3	WARNING: for repeatability, setting FPU to use double precision
2.96/3.27	c 3	============================[ Problem Statistics ]=============================
2.96/3.27	c 3	|                                                                             |
2.96/3.27	c 3	|  Number of variables:  11276                                                |
2.96/3.27	c 3	|  Number of clauses:    67709                                                |
2.99/3.31	c 3	|  Parsing time:         0.03         s                                       |
2.99/3.31	c 3	============================[ Search Statistics ]==============================
2.99/3.31	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.99/3.31	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.99/3.31	c 3	===============================================================================
2.99/3.31	c 3	|         0 |   10364    53348   135075 |    17782        0    nan |  0.000 % |
2.99/3.32	c 3	===============================================================================
2.99/3.32	c 3	restarts              : 1
2.99/3.32	c 3	conflicts             : 0              (0 /sec)
2.99/3.32	c 3	decisions             : 167            (0.00 % random) (4176 /sec)
2.99/3.32	c 3	propagations          : 11276          (281949 /sec)
2.99/3.32	c 3	conflict literals     : 0              ( nan % deleted)
2.99/3.32	c 3	Memory used           : 5.14 MB
2.99/3.32	c 3	CPU time              : 0.039993 s
2.99/3.32	c 3	
2.99/3.33	c 3	SATISFIABLE
2.99/3.33	c 3	FOUND: _COST <= 3
2.99/3.33	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.99/3.33	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.04/3.40	c 4	Decoding HOME/temp.out
3.04/3.69	c 4	OBJECTIVE _COST 3
3.04/3.69	o 3
3.05/3.76	v 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
3.05/3.77	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.05/3.77	c 4	OBJECTIVE BOUND: 0 <= _COST <= 3
3.05/3.77	c 4	SEARCHING: _COST <= 1
3.05/3.77	c 4	SOLVING HOME/temp.cnf
3.05/3.77	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.05/3.78	c 4	This is MiniSat 2.0 beta
3.05/3.78	c 4	WARNING: for repeatability, setting FPU to use double precision
3.05/3.78	c 4	============================[ Problem Statistics ]=============================
3.05/3.78	c 4	|                                                                             |
3.05/3.78	c 4	|  Number of variables:  11276                                                |
3.05/3.78	c 4	|  Number of clauses:    67709                                                |
3.49/3.81	c 4	|  Parsing time:         0.03         s                                       |
3.49/3.82	c 4	============================[ Search Statistics ]==============================
3.49/3.82	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.82	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.82	c 4	===============================================================================
3.49/3.82	c 4	|         0 |   10200    52377   132652 |    17459        0    nan |  0.000 % |
3.49/3.83	c 4	|       101 |   10200    52377   132652 |    19204      101     86 |  9.542 % |
3.49/3.86	c 4	|       251 |   10200    52377   132652 |    21125      251     86 |  9.545 % |
3.49/3.88	c 4	|       477 |   10200    52377   132652 |    23237      477     70 |  9.545 % |
3.49/3.94	c 4	|       814 |   10200    52377   132652 |    25561      814     77 |  9.542 % |
3.49/4.01	c 4	|      1322 |   10200    52377   132652 |    28117     1322     74 |  9.545 % |
3.49/4.07	c 4	|      2081 |   10200    52377   132652 |    30929     2081     54 |  9.542 % |
3.49/4.20	c 4	|      3221 |   10200    52377   132652 |    34022     3221     46 |  9.545 % |
4.10/4.44	c 5	|      4930 |   10200    52377   132652 |    37424     4930     49 |  9.542 % |
4.59/4.98	c 5	|      7492 |   10200    52377   132652 |    41167     7492     64 |  9.545 % |
5.28/5.64	c 6	|     11336 |   10200    52377   132652 |    45284    11336     57 |  9.545 % |
6.08/6.47	c 7	|     17103 |   10200    52377   132652 |    49812    17103     54 |  9.542 % |
8.67/9.01	c 9	|     25754 |   10200    52377   132652 |    54793    25754     58 |  9.542 % |
11.56/11.97	c 12	|     38729 |   10200    52377   132652 |    60273    38729     57 |  9.542 % |
27.27/27.78	c 28	|     58190 |   10200    52377   132652 |    66300    58190     88 |  9.545 % |
37.55/38.03	c 38	|     87382 |   10200    52377   132652 |    72930    24656     61 |  9.542 % |
72.64/73.18	c 73	|    131171 |   10200    52377   132652 |    80223    68445     72 |  9.542 % |
120.81/121.34	c 121	|    196856 |   10200    52377   132652 |    88245    58349    103 |  9.545 % |
219.97/220.57	c 221	|    295384 |   10200    52377   132652 |    97070    75985    110 |  9.542 % |
456.87/457.60	c 458	|    443174 |   10200    52377   132652 |   106777    55639    137 |  9.542 % |
802.81/803.69	c 804	|    664859 |   10200    52377   132652 |   117455    83443    146 |  9.542 % |
1224.92/1225.98	c 1226	|    997385 |   10200    52377   132652 |   129200    92892    110 |  9.542 % |
1829.95/1831.23	c 1831	|   1496174 |   10200    52377   132652 |   142121   110132     50 |  9.542 % |
3600.07/3602.12	c ERROR INTERRUPTED
3600.07/3602.13	c 3602	CPU 3.17 (0.06 0.05 3.11 0.27)
3600.07/3602.13	c 3602	END Sat Jul 12 00:31:13 2008

Verifier Data (download as text)

OK	2	98
2 unsatisfied constraints, 98 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-1109828-1215811871/watcher-1109828-1215811871 -o /tmp/evaluation-result-1109828-1215811871/solver-1109828-1215811871 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109828-1215811871.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.07 2.10 1.97 4/81 15672
/proc/meminfo: memFree=1389080/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=12268 CPUtime=0
/proc/15672/stat : 15672 (sugar) R 15670 15672 15547 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37886410 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15672/statm: 3067 316 241 3 0 167 0

[startup+0.0494551 s]
/proc/loadavg: 2.07 2.10 1.97 4/81 15672
/proc/meminfo: memFree=1389080/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=0.04
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 37886410 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10215 s]
/proc/loadavg: 2.07 2.10 1.97 4/81 15672
/proc/meminfo: memFree=1389080/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=0.04
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37886410 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301181 s]
/proc/loadavg: 2.07 2.10 1.97 4/81 15672
/proc/meminfo: memFree=1389080/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=0.04
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37886410 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70226 s]
/proc/loadavg: 2.07 2.10 1.97 4/81 15672
/proc/meminfo: memFree=1389080/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=0.55
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 974 4555 0 1 3 1 48 3 16 0 1 0 37886410 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.5014 s]
/proc/loadavg: 2.14 2.11 1.98 5/92 15694
/proc/meminfo: memFree=1380032/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=0.55
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 974 4555 0 1 3 1 48 3 15 0 1 0 37886410 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 797 370 3 0 500 0
[pid=15685] ppid=15672 vsize=5356 CPUtime=0
/proc/15685/stat : 15685 (sh) S 15672 15672 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37886472 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15685/statm: 1339 233 193 169 0 50 0
[pid=15686] ppid=15685 vsize=868460 CPUtime=0.86
/proc/15686/stat : 15686 (java) S 15685 15672 15547 0 -1 0 6916 0 1 0 82 4 0 0 18 0 9 0 37886472 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 217115 6126 2562 9 0 211662 0
[pid=15686/tid=15687] ppid=15685 vsize=868460 CPUtime=0.52
/proc/15686/task/15687/stat : 15687 (java) R 15685 15672 15547 0 -1 64 2724 0 1 0 51 1 0 0 18 0 9 0 37886473 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15688] ppid=15685 vsize=868460 CPUtime=0.07
/proc/15686/task/15688/stat : 15688 (java) S 15685 15672 15547 0 -1 64 2024 0 0 0 7 0 0 0 16 0 9 0 37886474 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15685 vsize=868460 CPUtime=0
/proc/15686/task/15689/stat : 15689 (java) S 15685 15672 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37886475 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15690] ppid=15685 vsize=868460 CPUtime=0
/proc/15686/task/15690/stat : 15690 (java) S 15685 15672 15547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37886475 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15685 vsize=868460 CPUtime=0
/proc/15686/task/15691/stat : 15691 (java) S 15685 15672 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37886477 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15692] ppid=15685 vsize=868460 CPUtime=0.23
/proc/15686/task/15692/stat : 15692 (java) S 15685 15672 15547 0 -1 64 1476 0 0 0 22 1 0 0 16 0 9 0 37886477 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15693] ppid=15685 vsize=868460 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15685 15672 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37886477 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15686/tid=15694] ppid=15685 vsize=868460 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15685 15672 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37886477 889303040 6126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887416

[startup+3.1017 s]
/proc/loadavg: 2.14 2.11 1.98 2/92 15706
/proc/meminfo: memFree=1379584/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=2.72
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1467 29567 0 5 5 3 243 21 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 13600

[startup+6.30228 s]
/proc/loadavg: 2.13 2.11 1.98 3/84 15756
/proc/meminfo: memFree=1378368/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 15 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=9128 CPUtime=2.49
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 2175 0 0 0 249 0 0 0 25 0 1 0 37886788 9347072 2161 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/15756/statm: 2282 2161 76 150 0 2129 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 28084

[startup+12.7014 s]
/proc/loadavg: 2.12 2.11 1.98 3/84 15756
/proc/meminfo: memFree=1370304/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=16728 CPUtime=8.86
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 4069 0 0 0 884 2 0 0 25 0 1 0 37886788 17129472 4055 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15756/statm: 4182 4055 76 150 0 4029 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 35684

[startup+25.5028 s]
/proc/loadavg: 2.09 2.10 1.98 3/84 15756
/proc/meminfo: memFree=1359296/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=27008 CPUtime=21.6
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 6623 0 0 0 2156 4 0 0 25 0 1 0 37886788 27656192 6609 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15756/statm: 6752 6609 76 150 0 6599 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 45964

[startup+51.1024 s]
/proc/loadavg: 2.00 2.08 1.97 3/84 15797
/proc/meminfo: memFree=1347128/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=33860 CPUtime=47.15
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 8337 0 0 0 4709 6 0 0 25 0 1 0 37886788 34672640 8323 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 8465 8323 76 150 0 8312 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 52816

[startup+102.307 s]
/proc/loadavg: 2.00 2.06 1.97 3/84 15797
/proc/meminfo: memFree=1342136/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=38928 CPUtime=98.33
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 9595 0 0 0 9826 7 0 0 25 0 1 0 37886788 39862272 9581 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 9732 9581 76 150 0 9579 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 57884

[startup+162.302 s]
/proc/loadavg: 2.00 2.05 1.97 3/84 15797
/proc/meminfo: memFree=1325496/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=54172 CPUtime=158.31
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 13350 0 0 0 15821 10 0 0 25 0 1 0 37886788 55472128 13336 996147200 134512640 135127466 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 13543 13336 76 150 0 13390 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 73128

[startup+222.302 s]
/proc/loadavg: 2.00 2.04 1.97 3/84 15797
/proc/meminfo: memFree=1325432/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=54172 CPUtime=218.28
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 13352 0 0 0 21818 10 0 0 25 0 1 0 37886788 55472128 13338 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 13543 13338 76 150 0 13390 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 73128

################
# More data... #
################

/proc/meminfo: memFree=1222968/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=153228 CPUtime=3156.97
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37746 0 0 0 315655 42 0 0 25 0 1 0 37886788 156905472 37694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38307 37694 76 150 0 38154 0
Current children cumulated CPU time (s) 3160.46
Current children cumulated vsize (KiB) 172184

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 15805
/proc/meminfo: memFree=1222200/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=154020 CPUtime=3216.94
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37945 0 0 0 321652 42 0 0 25 0 1 0 37886788 157716480 37893 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38505 37893 76 150 0 38352 0
Current children cumulated CPU time (s) 3220.43
Current children cumulated vsize (KiB) 172976

[startup+3282.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/84 15805
/proc/meminfo: memFree=1222008/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=154020 CPUtime=3276.93
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37946 0 0 0 327650 43 0 0 25 0 1 0 37886788 157716480 37894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38505 37894 76 150 0 38352 0
Current children cumulated CPU time (s) 3280.42
Current children cumulated vsize (KiB) 172976

[startup+3342.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 15805
/proc/meminfo: memFree=1222008/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=154020 CPUtime=3336.89
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37947 0 0 0 333646 43 0 0 25 0 1 0 37886788 157716480 37895 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38505 37895 76 150 0 38352 0
Current children cumulated CPU time (s) 3340.38
Current children cumulated vsize (KiB) 172976

[startup+3402.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 15805
/proc/meminfo: memFree=1222008/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=154020 CPUtime=3396.87
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37947 0 0 0 339644 43 0 0 25 0 1 0 37886788 157716480 37895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38505 37895 76 150 0 38352 0
Current children cumulated CPU time (s) 3400.36
Current children cumulated vsize (KiB) 172976

[startup+3462.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/84 15805
/proc/meminfo: memFree=1221880/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=154020 CPUtime=3456.84
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37948 0 0 0 345641 43 0 0 25 0 1 0 37886788 157716480 37896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38505 37896 76 150 0 38352 0
Current children cumulated CPU time (s) 3460.33
Current children cumulated vsize (KiB) 172976

[startup+3522.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 15805
/proc/meminfo: memFree=1221880/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=154020 CPUtime=3516.81
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 37951 0 0 0 351638 43 0 0 25 0 1 0 37886788 157716480 37899 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 38505 37899 76 150 0 38352 0
Current children cumulated CPU time (s) 3520.3
Current children cumulated vsize (KiB) 172976

[startup+3582.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/84 15805
/proc/meminfo: memFree=1212408/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=163528 CPUtime=3576.79
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 40302 0 0 0 357634 45 0 0 25 0 1 0 37886788 167452672 40250 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 40882 40250 76 150 0 40729 0
Current children cumulated CPU time (s) 3580.28
Current children cumulated vsize (KiB) 182484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.1 s]
/proc/loadavg: 2.31 2.11 2.02 3/84 15805
/proc/meminfo: memFree=1212408/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=163528 CPUtime=3596.58
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 40303 0 0 0 359613 45 0 0 25 0 1 0 37886788 167452672 40251 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 40882 40251 76 150 0 40729 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 182484

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3602.1 s]
/proc/loadavg: 2.31 2.11 2.02 3/84 15805
/proc/meminfo: memFree=1212408/2055920 swapFree=4192956/4192956
[pid=15672] ppid=15670 vsize=13600 CPUtime=3.49
/proc/15672/stat : 15672 (sugar) S 15670 15672 15547 0 -1 4194304 1634 38928 0 7 6 5 311 27 16 0 1 0 37886410 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15672/statm: 3400 805 374 3 0 500 0
[pid=15755] ppid=15672 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (sh) S 15672 15672 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37886788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 232 193 169 0 50 0
[pid=15756] ppid=15755 vsize=163528 CPUtime=3596.58
/proc/15756/stat : 15756 (minisat) R 15755 15672 15547 0 -1 4194304 40303 0 0 0 359613 45 0 0 25 0 1 0 37886788 167452672 40251 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15756/statm: 40882 40251 76 150 0 40729 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 182484

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15672 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=180516
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=336948
# CPU time returned by wait4() is 3.51746
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3602.14
CPU time (s): 3600.07
CPU user time (s): 3599.3
CPU system time (s): 0.77
CPU usage (%): 99.9426
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.18052
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40905
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9600
involuntary context switches= 9368

runsolver used 4.34934 second user time and 12.0632 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-11 23:31:11
IDJOB=1109828
IDBENCH=61020
IDSOLVER=368
FILE ID=node45/1109828-1215811871
PBS_JOBID= 7903319
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-20-30.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109828-1215811871/watcher-1109828-1215811871 -o /tmp/evaluation-result-1109828-1215811871/solver-1109828-1215811871 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109828-1215811871.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de1a4b88e074f5e2a8f7cfa8a5e48f0f
RANDOM SEED=1728645419

node45.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.281
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.281
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:       1389560 kB
Buffers:         39308 kB
Cached:         524820 kB
SwapCached:          0 kB
Active:          81852 kB
Inactive:       515784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389560 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          53608 kB
Slab:            53948 kB
Committed_AS:   192484 kB
PageTables:       1840 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= 66488 MiB
End job on node45 at 2008-07-12 00:31:15