Trace number 1108916

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+minisatOPTIMUM3 952.072 962.045

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-17-17.xml
MD5SUM55a5ba3833b82e4a196a4961da3bc0ae
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark952.072
Satisfiable
(Un)Satisfiability was proved
Number of variables578
Number of constraints683
Maximum constraint arity17
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension545
Global constraints used (with number of constraints)cumulative(2),weightedsum(136)

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 19:41:58 2008
0.00/0.04	c 0	PID 15084
0.00/0.04	c 0	HOST node74.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1108916-1215798117.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108916-1215798117.xml' 'HOME/temp.csp'
0.03/0.45	c 0	18 domains, 578 variables, 2 predicates, 0 relations, 683 constraints
0.03/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	c 0	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.46/0.56	c 0	Parsing HOME/temp.csp
0.46/0.72	c 0	parsed 1281 expressions
0.46/0.72	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.73	c 0	MAX CSP: 683 constraints
0.46/0.73	c 0	Converting to clausal form CSP
0.46/0.76	c 0	converted 197 (10%) expressions
0.46/0.76	c 0	converted 394 (20%) expressions
0.46/0.76	c 0	converted 591 (30%) expressions
0.46/0.82	c 0	converted 787 (40%) expressions
0.46/0.85	c 0	converted 984 (50%) expressions
0.46/0.88	c 0	converted 1181 (60%) expressions
0.46/0.89	c 0	converted 1377 (70%) expressions
0.46/0.91	c 0	converted 1574 (80%) expressions
0.46/0.92	c 0	converted 1771 (90%) expressions
1.25/1.29	c 1	converted 1967 (100%) expressions
1.25/1.29	c 1	CSP : 4632 integers, 1338 booleans, 10144 clauses, largest domain size 1025
1.25/1.29	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.29	c 1	Propagation in CSP
1.45/1.45	c 1	3144 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.45/1.45	c 1	CSP : 4632 integers, 1338 booleans, 10144 clauses, largest domain size 684
1.45/1.45	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.46	c 1	Simplifing CSP by introducing new Boolean variables
1.45/1.47	c 1	CSP : 4632 integers, 1338 booleans, 10144 clauses, largest domain size 684
1.45/1.47	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.55/1.54	c 1	464 (10%) CSP integer variables are encoded (1062 clauses, 11721 bytes)
1.55/1.55	c 1	927 (20%) CSP integer variables are encoded (1062 clauses, 11721 bytes)
1.55/1.55	c 1	1390 (30%) CSP integer variables are encoded (2467 clauses, 29986 bytes)
1.55/1.56	c 1	1853 (40%) CSP integer variables are encoded (6761 clauses, 85808 bytes)
1.55/1.56	c 1	2316 (50%) CSP integer variables are encoded (11575 clauses, 155457 bytes)
1.55/1.57	c 1	2780 (60%) CSP integer variables are encoded (15597 clauses, 215787 bytes)
1.55/1.58	c 1	3243 (70%) CSP integer variables are encoded (20178 clauses, 284502 bytes)
1.55/1.58	c 1	3706 (80%) CSP integer variables are encoded (24516 clauses, 349572 bytes)
1.55/1.59	c 1	4169 (90%) CSP integer variables are encoded (28624 clauses, 411192 bytes)
1.65/1.60	c 1	4632 (100%) CSP integer variables are encoded (37897 clauses, 550287 bytes)
1.65/1.68	c 1	1015 (10%) CSP clauses are encoded (55907 clauses, 962532 bytes)
1.75/1.76	c 1	2029 (20%) CSP clauses are encoded (91027 clauses, 1647220 bytes)
1.86/1.87	c 1	3044 (30%) CSP clauses are encoded (153806 clauses, 2775128 bytes)
1.95/1.99	c 1	4058 (40%) CSP clauses are encoded (216295 clauses, 3984083 bytes)
2.05/2.09	c 2	5072 (50%) CSP clauses are encoded (270325 clauses, 5107655 bytes)
2.25/2.25	c 2	6087 (60%) CSP clauses are encoded (347400 clauses, 6716038 bytes)
2.35/2.35	c 2	7101 (70%) CSP clauses are encoded (402395 clauses, 7862095 bytes)
2.44/2.45	c 2	8116 (80%) CSP clauses are encoded (459368 clauses, 9049940 bytes)
2.55/2.57	c 2	9130 (90%) CSP clauses are encoded (527072 clauses, 10461591 bytes)
3.64/3.64	c 3	10144 (100%) CSP clauses are encoded (1100695 clauses, 22654835 bytes)
3.64/3.64	c 3	10144 CSP clauses encoded
3.64/3.64	c 3	Writing map file : HOME/temp.map
3.64/3.67	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.64/3.67	c 3	SAT : 43831 SAT variables, 1100695 SAT clauses, 22654835 bytes
3.64/3.67	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.70	c 3	OBJECTIVE minimize _COST
3.71/3.70	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.71/3.70	c 3	SEARCHING: _COST <= 342
3.71/3.70	c 3	SOLVING HOME/temp.cnf
3.71/3.70	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.71/3.71	c 3	This is MiniSat 2.0 beta
3.71/3.71	c 3	WARNING: for repeatability, setting FPU to use double precision
3.71/3.71	c 3	============================[ Problem Statistics ]=============================
3.71/3.71	c 3	|                                                                             |
3.71/3.71	c 3	|  Number of variables:  43831                                                |
3.71/3.71	c 3	|  Number of clauses:    1100696                                              |
3.73/4.28	c 4	|  Parsing time:         0.48         s                                       |
4.50/4.51	c 4	============================[ Search Statistics ]==============================
4.50/4.51	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.50/4.51	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.50/4.51	c 4	===============================================================================
4.50/4.51	c 4	|         0 |   40421   877871  2566016 |   292623        0    nan |  0.000 % |
4.60/4.61	c 4	===============================================================================
4.60/4.61	c 4	restarts              : 1
4.60/4.61	c 4	conflicts             : 0              (0 /sec)
4.60/4.61	c 4	decisions             : 1480           (0.88 % random) (1827 /sec)
4.60/4.61	c 4	propagations          : 43831          (54121 /sec)
4.60/4.61	c 4	conflict literals     : 0              ( nan % deleted)
4.60/4.61	c 4	Memory used           : 47.97 MB
4.60/4.61	c 4	CPU time              : 0.809876 s
4.60/4.61	c 4	
4.60/4.63	c 4	SATISFIABLE
4.60/4.64	c 4	FOUND: _COST <= 342
4.60/4.64	s SATISFIABLE
4.60/4.64	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.60/4.64	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.66/4.72	c 4	Decoding HOME/temp.out
4.66/4.88	c 4	OBJECTIVE _COST 342
4.66/4.88	o 342
4.67/4.91	v 41 40 39 38 37 36 35 34 33 32 0 30 29 28 0 26 8 41 40 39 38 37 36 11 34 0 32 0 30 0 28 0 26 8 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 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 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 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 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 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 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1
4.67/4.91	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.67/4.95	c 4	OBJECTIVE BOUND: 0 <= _COST <= 342
4.67/4.95	c 4	SEARCHING: _COST <= 171
4.67/4.95	c 4	SOLVING HOME/temp.cnf
4.94/7.07	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.94/7.07	c 7	This is MiniSat 2.0 beta
4.94/7.07	c 7	WARNING: for repeatability, setting FPU to use double precision
4.94/7.07	c 7	============================[ Problem Statistics ]=============================
4.94/7.07	c 7	|                                                                             |
4.94/7.07	c 7	|  Number of variables:  43831                                                |
4.94/7.07	c 7	|  Number of clauses:    1100696                                              |
5.46/7.66	c 7	|  Parsing time:         0.51         s                                       |
5.75/7.96	c 7	============================[ Search Statistics ]==============================
5.75/7.96	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.75/7.96	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.75/7.96	c 7	===============================================================================
5.75/7.96	c 7	|         0 |   38540   741242  2161601 |   247080        0    nan |  0.000 % |
5.84/8.05	c 8	===============================================================================
5.84/8.05	c 8	restarts              : 1
5.84/8.05	c 8	conflicts             : 1              (1 /sec)
5.84/8.05	c 8	decisions             : 1051           (0.86 % random) (1174 /sec)
5.84/8.05	c 8	propagations          : 44662          (49909 /sec)
5.84/8.05	c 8	conflict literals     : 21             (0.00 % deleted)
5.84/8.05	c 8	Memory used           : 48.28 MB
5.84/8.05	c 8	CPU time              : 0.894863 s
5.84/8.05	c 8	
5.84/8.07	c 8	SATISFIABLE
5.84/8.08	c 8	FOUND: _COST <= 171
5.84/8.08	c 8	DECODING HOME/temp.out WITH HOME/temp.map
5.84/8.08	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.94/8.16	c 8	Decoding HOME/temp.out
5.94/8.52	c 8	OBJECTIVE _COST 171
5.94/8.52	o 171
5.94/8.54	v 41 0 0 13 37 0 0 34 33 32 31 30 0 28 27 26 11 41 12 0 10 0 36 35 6 0 4 5 2 29 0 0 0 2 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 1 0 0 1
5.94/8.54	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.94/8.55	c 8	OBJECTIVE BOUND: 0 <= _COST <= 171
5.94/8.55	c 8	SEARCHING: _COST <= 85
5.94/8.55	c 8	SOLVING HOME/temp.cnf
5.94/8.55	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.94/8.55	c 8	This is MiniSat 2.0 beta
5.94/8.55	c 8	WARNING: for repeatability, setting FPU to use double precision
5.94/8.55	c 8	============================[ Problem Statistics ]=============================
5.94/8.55	c 8	|                                                                             |
5.94/8.56	c 8	|  Number of variables:  43831                                                |
5.94/8.56	c 8	|  Number of clauses:    1100696                                              |
6.94/9.14	c 9	|  Parsing time:         0.50         s                                       |
7.23/9.48	c 9	============================[ Search Statistics ]==============================
7.23/9.48	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.23/9.48	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.23/9.48	c 9	===============================================================================
7.23/9.48	c 9	|         0 |   37333   631113  1834749 |   210371        0    nan |  0.000 % |
7.43/9.66	c 9	|       100 |   37333   631113  1834749 |   231408      100     55 | 14.825 % |
7.53/9.71	c 9	===============================================================================
7.53/9.72	c 9	restarts              : 2
7.53/9.72	c 9	conflicts             : 101            (95 /sec)
7.53/9.72	c 9	decisions             : 1224           (0.98 % random) (1148 /sec)
7.53/9.72	c 9	propagations          : 231561         (217257 /sec)
7.53/9.72	c 9	conflict literals     : 5527           (26.02 % deleted)
7.53/9.72	c 9	Memory used           : 48.39 MB
7.53/9.72	c 9	CPU time              : 1.06584 s
7.53/9.72	c 9	
7.53/9.73	c 9	SATISFIABLE
7.53/9.74	c 9	FOUND: _COST <= 85
7.53/9.74	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.53/9.74	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.63/9.83	c 9	Decoding HOME/temp.out
7.82/10.00	c 9	OBJECTIVE _COST 85
7.82/10.00	o 85
7.82/10.02	v 19 16 8 38 23 20 16 4 15 32 5 5 10 28 8 26 3 4 40 2 6 17 15 35 34 26 25 14 6 22 28 25 26 12 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 0 0 0 1 1 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 1 0 1 0 1 0 0 0 1 1 1 1 1 1 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 0 1 1 1 0 1 1 0 0 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0
7.82/10.03	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.82/10.06	c 10	OBJECTIVE BOUND: 0 <= _COST <= 85
7.82/10.06	c 10	SEARCHING: _COST <= 42
7.82/10.06	c 10	SOLVING HOME/temp.cnf
7.86/12.68	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.86/12.68	c 12	This is MiniSat 2.0 beta
7.86/12.68	c 12	WARNING: for repeatability, setting FPU to use double precision
7.86/12.68	c 12	============================[ Problem Statistics ]=============================
7.86/12.68	c 12	|                                                                             |
7.86/12.68	c 12	|  Number of variables:  43831                                                |
7.86/12.68	c 12	|  Number of clauses:    1100696                                              |
8.38/13.29	c 13	|  Parsing time:         0.50         s                                       |
8.78/13.62	c 13	============================[ Search Statistics ]==============================
8.78/13.62	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.78/13.62	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.78/13.62	c 13	===============================================================================
8.78/13.62	c 13	|         0 |   36419   564911  1638842 |   188303        0    nan |  0.000 % |
9.08/13.94	c 13	|       100 |   36419   564911  1638842 |   207134      100     72 | 16.910 % |
9.08/13.99	c 13	===============================================================================
9.08/13.99	c 13	restarts              : 2
9.08/13.99	c 13	conflicts             : 102            (85 /sec)
9.08/13.99	c 13	decisions             : 1063           (1.03 % random) (881 /sec)
9.08/13.99	c 13	propagations          : 347990         (288354 /sec)
9.08/13.99	c 13	conflict literals     : 7273           (25.82 % deleted)
9.08/13.99	c 13	Memory used           : 48.48 MB
9.08/13.99	c 13	CPU time              : 1.20682 s
9.08/13.99	c 13	
9.18/14.01	c 13	SATISFIABLE
9.18/14.02	c 13	FOUND: _COST <= 42
9.18/14.02	c 13	DECODING HOME/temp.out WITH HOME/temp.map
9.18/14.02	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.21/14.10	c 14	Decoding HOME/temp.out
9.37/14.27	c 14	OBJECTIVE _COST 42
9.37/14.27	o 42
9.37/14.30	v 41 17 17 14 18 18 35 10 33 0 31 19 29 18 3 25 0 41 8 31 24 37 25 20 34 11 29 13 3 28 11 9 26 7 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 1 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1
9.37/14.30	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.47/14.33	c 14	OBJECTIVE BOUND: 0 <= _COST <= 42
9.47/14.33	c 14	SEARCHING: _COST <= 21
9.47/14.33	c 14	SOLVING HOME/temp.cnf
9.47/14.33	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.47/14.34	c 14	This is MiniSat 2.0 beta
9.47/14.34	c 14	WARNING: for repeatability, setting FPU to use double precision
9.47/14.34	c 14	============================[ Problem Statistics ]=============================
9.47/14.34	c 14	|                                                                             |
9.47/14.34	c 14	|  Number of variables:  43831                                                |
9.47/14.34	c 14	|  Number of clauses:    1100696                                              |
9.49/14.95	c 14	|  Parsing time:         0.52         s                                       |
9.49/15.27	c 15	============================[ Search Statistics ]==============================
9.49/15.27	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.49/15.27	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.49/15.27	c 15	===============================================================================
9.49/15.27	c 15	|         0 |   35652   529325  1534364 |   176441        0    nan |  0.000 % |
10.53/15.49	c 15	|       100 |   35652   529325  1534364 |   194085      100     58 | 18.660 % |
10.63/15.54	c 15	===============================================================================
10.63/15.54	c 15	restarts              : 2
10.63/15.55	c 15	conflicts             : 104            (94 /sec)
10.63/15.55	c 15	decisions             : 848            (0.94 % random) (765 /sec)
10.63/15.55	c 15	propagations          : 270131         (243618 /sec)
10.63/15.55	c 15	conflict literals     : 5833           (24.84 % deleted)
10.63/15.55	c 15	Memory used           : 48.53 MB
10.63/15.55	c 15	CPU time              : 1.10883 s
10.63/15.55	c 15	
10.63/15.56	c 15	SATISFIABLE
10.63/15.57	c 15	FOUND: _COST <= 21
10.63/15.57	c 15	DECODING HOME/temp.out WITH HOME/temp.map
10.63/15.57	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.71/15.65	c 15	Decoding HOME/temp.out
10.71/15.92	c 15	OBJECTIVE _COST 21
10.71/15.92	o 21
10.71/15.95	v 41 36 25 38 36 36 35 34 11 32 0 20 3 20 20 16 0 41 1 39 1 20 11 11 18 8 26 30 27 17 12 5 20 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1
10.71/15.95	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.09/16.00	c 15	OBJECTIVE BOUND: 0 <= _COST <= 21
11.09/16.00	c 15	SEARCHING: _COST <= 10
11.09/16.00	c 15	SOLVING HOME/temp.cnf
11.09/16.00	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.09/16.00	c 15	This is MiniSat 2.0 beta
11.09/16.00	c 15	WARNING: for repeatability, setting FPU to use double precision
11.09/16.01	c 15	============================[ Problem Statistics ]=============================
11.09/16.01	c 15	|                                                                             |
11.09/16.01	c 15	|  Number of variables:  43831                                                |
11.09/16.01	c 15	|  Number of clauses:    1100696                                              |
11.58/16.58	c 16	|  Parsing time:         0.49         s                                       |
11.87/16.88	c 16	============================[ Search Statistics ]==============================
11.87/16.88	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.87/16.88	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.87/16.88	c 16	===============================================================================
11.87/16.88	c 16	|         0 |   34872   508757  1474989 |   169585        0    nan |  0.000 % |
12.07/17.08	c 17	|       100 |   34872   508757  1474989 |   186544      100     36 | 20.440 % |
12.85/17.88	c 17	|       250 |   34872   508757  1474989 |   205198      250     38 | 20.440 % |
13.15/18.10	c 18	===============================================================================
13.15/18.10	c 18	restarts              : 3
13.15/18.10	c 18	conflicts             : 325            (163 /sec)
13.15/18.10	c 18	decisions             : 1474           (1.29 % random) (740 /sec)
13.15/18.10	c 18	propagations          : 1255753        (630811 /sec)
13.15/18.10	c 18	conflict literals     : 11092          (26.28 % deleted)
13.15/18.10	c 18	Memory used           : 48.64 MB
13.15/18.10	c 18	CPU time              : 1.9907 s
13.15/18.10	c 18	
13.15/18.12	c 18	SATISFIABLE
13.15/18.13	c 18	FOUND: _COST <= 10
13.15/18.13	c 18	DECODING HOME/temp.out WITH HOME/temp.map
13.15/18.13	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.20/18.21	c 18	Decoding HOME/temp.out
13.20/18.37	c 18	OBJECTIVE _COST 10
13.20/18.37	o 10
13.20/18.40	v 26 9 26 9 31 36 17 33 24 4 31 17 29 17 0 15 0 3 40 0 4 26 25 6 32 4 30 31 13 11 26 25 26 8 0 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1
13.20/18.40	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.20/18.44	c 18	OBJECTIVE BOUND: 0 <= _COST <= 10
13.20/18.44	c 18	SEARCHING: _COST <= 5
13.20/18.44	c 18	SOLVING HOME/temp.cnf
13.20/18.44	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.20/18.45	c 18	This is MiniSat 2.0 beta
13.20/18.45	c 18	WARNING: for repeatability, setting FPU to use double precision
13.20/18.45	c 18	============================[ Problem Statistics ]=============================
13.20/18.45	c 18	|                                                                             |
13.20/18.45	c 18	|  Number of variables:  43831                                                |
13.20/18.45	c 18	|  Number of clauses:    1100696                                              |
13.99/19.06	c 19	|  Parsing time:         0.52         s                                       |
14.30/19.37	c 19	============================[ Search Statistics ]==============================
14.30/19.37	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.30/19.37	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.30/19.37	c 19	===============================================================================
14.30/19.37	c 19	|         0 |   34179   498393  1445971 |   166131        0    nan |  0.000 % |
14.60/19.62	c 19	|       100 |   34179   498393  1445971 |   182744      100     31 | 22.021 % |
15.19/20.22	c 20	|       251 |   34179   498393  1445971 |   201018      251     29 | 22.021 % |
15.59/20.63	c 20	|       476 |   34179   498393  1445971 |   221120      476     25 | 22.021 % |
17.18/22.20	c 22	|       815 |   34179   498393  1445971 |   243232      815     43 | 22.021 % |
18.57/23.62	c 23	===============================================================================
18.57/23.62	c 23	restarts              : 5
18.57/23.62	c 23	conflicts             : 1114           (220 /sec)
18.57/23.62	c 23	decisions             : 2443           (1.06 % random) (483 /sec)
18.57/23.62	c 23	propagations          : 4043149        (799005 /sec)
18.57/23.62	c 23	conflict literals     : 54248          (20.49 % deleted)
18.57/23.62	c 23	Memory used           : 48.49 MB
18.57/23.62	c 23	CPU time              : 5.06023 s
18.57/23.62	c 23	
18.57/23.64	c 23	SATISFIABLE
18.57/23.65	c 23	FOUND: _COST <= 5
18.57/23.65	c 23	DECODING HOME/temp.out WITH HOME/temp.map
18.57/23.65	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.65/23.73	c 23	Decoding HOME/temp.out
18.65/23.90	c 23	OBJECTIVE _COST 5
18.65/23.90	o 5
18.65/23.92	v 16 1 4 23 27 8 0 33 33 23 18 30 29 0 14 7 1 26 2 1 2 1 35 35 9 0 6 16 17 29 21 27 0 4 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1
18.65/23.93	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.65/23.97	c 23	OBJECTIVE BOUND: 0 <= _COST <= 5
18.65/23.97	c 23	SEARCHING: _COST <= 2
18.65/23.97	c 23	SOLVING HOME/temp.cnf
18.65/23.97	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.65/23.98	c 23	This is MiniSat 2.0 beta
18.65/23.98	c 23	WARNING: for repeatability, setting FPU to use double precision
18.65/23.98	c 23	============================[ Problem Statistics ]=============================
18.65/23.98	c 23	|                                                                             |
18.65/23.98	c 23	|  Number of variables:  43831                                                |
18.65/23.98	c 23	|  Number of clauses:    1100696                                              |
19.44/24.55	c 24	|  Parsing time:         0.49         s                                       |
19.73/24.85	c 24	============================[ Search Statistics ]==============================
19.73/24.85	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.73/24.85	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.73/24.85	c 24	===============================================================================
19.73/24.85	c 24	|         0 |   33237   490487  1425076 |   163495        0    nan |  0.000 % |
20.23/25.36	c 25	|       101 |   33237   490487  1425076 |   179845      101     63 | 24.170 % |
20.82/25.97	c 25	|       252 |   33237   490487  1425076 |   197829      252     56 | 24.170 % |
21.62/26.77	c 26	|       480 |   33237   490487  1425076 |   217612      480     50 | 24.170 % |
23.01/28.11	c 28	|       818 |   33237   490487  1425076 |   239374      818     57 | 24.170 % |
25.10/30.25	c 30	|      1324 |   33237   490487  1425076 |   263311     1324     66 | 24.170 % |
28.39/33.53	c 33	|      2084 |   33237   490487  1425076 |   289642     2084     72 | 24.170 % |
31.97/37.17	c 37	|      3224 |   33237   490487  1425076 |   318606     3224     75 | 24.170 % |
40.02/45.29	c 45	|      4933 |   33237   490487  1425076 |   350467     4933     85 | 24.170 % |
47.09/52.39	c 52	|      7495 |   33237   490487  1425076 |   385514     7495     87 | 24.170 % |
67.29/72.66	c 72	|     11340 |   33237   490487  1425076 |   424065    11340     98 | 24.170 % |
88.68/94.17	c 94	|     17106 |   33237   490487  1425076 |   466472    17106     98 | 24.170 % |
133.65/139.31	c 139	|     25755 |   33231   490472  1425040 |   513119    25347    101 | 24.184 % |
198.01/204.06	c 204	|     38730 |   30952   451965  1316063 |   564431    37397    107 | 29.383 % |
303.67/310.24	c 310	|     58191 |   30937   451805  1315613 |   620874    54945    112 | 29.418 % |
500.75/508.43	c 508	|     87383 |   30914   451039  1313379 |   682961    84135    108 | 34.754 % |
732.18/741.06	c 741	|    131172 |   28597   411450  1201280 |   751258   122947    105 | 34.756 % |
909.79/919.51	c 919	===============================================================================
909.79/919.51	c 919	restarts              : 17
909.79/919.51	c 919	conflicts             : 164836         (185 /sec)
909.79/919.51	c 919	decisions             : 178170         (1.35 % random) (200 /sec)
909.79/919.51	c 919	propagations          : 621284330      (697611 /sec)
909.79/919.51	c 919	conflict literals     : 15948291       (45.00 % deleted)
909.79/919.51	c 919	Memory used           : 105.80 MB
909.79/919.51	c 919	CPU time              : 890.589 s
909.79/919.51	c 919	
909.79/919.51	c 919	UNSATISFIABLE
909.79/919.52	c 919	NOT FOUND: _COST <= 2
909.79/919.52	c 919	OBJECTIVE BOUND: 3 <= _COST <= 5
909.79/919.52	c 919	SEARCHING: _COST <= 4
909.79/919.52	c 919	SOLVING HOME/temp.cnf
909.79/919.52	c 919	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
909.79/919.53	c 919	This is MiniSat 2.0 beta
909.79/919.53	c 919	WARNING: for repeatability, setting FPU to use double precision
909.79/919.53	c 919	============================[ Problem Statistics ]=============================
909.79/919.53	c 919	|                                                                             |
909.79/919.53	c 919	|  Number of variables:  43831                                                |
909.79/919.53	c 919	|  Number of clauses:    1100696                                              |
909.82/920.16	c 920	|  Parsing time:         0.55         s                                       |
909.82/920.48	c 920	============================[ Search Statistics ]==============================
909.82/920.48	c 920	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
909.82/920.48	c 920	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
909.82/920.48	c 920	===============================================================================
909.82/920.48	c 920	|         0 |   33922   495806  1438980 |   165268        0    nan |  0.000 % |
910.87/920.69	c 920	|       100 |   33922   495806  1438980 |   181795      100     31 | 22.607 % |
911.57/921.37	c 921	|       250 |   33922   495806  1438980 |   199975      250     45 | 22.607 % |
912.66/922.46	c 922	|       475 |   33922   495806  1438980 |   219972      475     48 | 22.607 % |
913.76/923.51	c 923	===============================================================================
913.76/923.52	c 923	restarts              : 4
913.76/923.52	c 923	conflicts             : 745            (192 /sec)
913.76/923.52	c 923	decisions             : 1951           (1.33 % random) (503 /sec)
913.76/923.52	c 923	propagations          : 2760053        (711279 /sec)
913.76/923.52	c 923	conflict literals     : 32345          (20.16 % deleted)
913.76/923.52	c 923	Memory used           : 48.55 MB
913.76/923.52	c 923	CPU time              : 3.88041 s
913.76/923.52	c 923	
913.76/923.54	c 923	SATISFIABLE
913.76/923.54	c 923	FOUND: _COST <= 4
913.76/923.54	c 923	DECODING HOME/temp.out WITH HOME/temp.map
913.76/923.54	c 923	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
913.82/923.63	c 923	Decoding HOME/temp.out
913.82/923.80	c 923	OBJECTIVE _COST 4
913.82/923.80	o 4
913.82/923.83	v 29 1 39 38 33 14 31 30 33 20 3 30 17 0 18 14 0 15 37 35 28 9 19 35 27 0 16 31 15 2 17 0 26 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1
913.82/923.83	c 923	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
913.82/923.87	c 923	OBJECTIVE BOUND: 3 <= _COST <= 4
913.82/923.87	c 923	SEARCHING: _COST <= 3
913.82/923.87	c 923	SOLVING HOME/temp.cnf
913.82/923.87	c 923	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
913.82/923.87	c 923	This is MiniSat 2.0 beta
913.82/923.87	c 923	WARNING: for repeatability, setting FPU to use double precision
913.82/923.87	c 923	============================[ Problem Statistics ]=============================
913.82/923.87	c 923	|                                                                             |
913.82/923.87	c 923	|  Number of variables:  43831                                                |
913.82/923.87	c 923	|  Number of clauses:    1100696                                              |
914.71/924.50	c 924	|  Parsing time:         0.54         s                                       |
915.01/924.81	c 924	============================[ Search Statistics ]==============================
915.01/924.81	c 924	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
915.01/924.81	c 924	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
915.01/924.81	c 924	===============================================================================
915.01/924.81	c 924	|         0 |   33665   493470  1432742 |   164490        0    nan |  0.000 % |
915.31/925.18	c 925	|       100 |   33665   493470  1432742 |   180939      100     33 | 23.194 % |
916.00/925.80	c 925	|       250 |   33665   493470  1432742 |   199032      250     49 | 23.194 % |
917.10/926.94	c 926	|       476 |   33665   493470  1432742 |   218936      476     47 | 23.194 % |
918.69/928.51	c 928	|       814 |   33665   493470  1432742 |   240829      814     51 | 23.194 % |
920.97/930.84	c 930	|      1320 |   33665   493470  1432742 |   264912     1320     69 | 23.194 % |
925.55/935.45	c 935	|      2080 |   33665   493470  1432742 |   291404     2080     73 | 23.194 % |
930.23/940.11	c 940	|      3219 |   33665   493470  1432742 |   320544     3219     69 | 23.194 % |
940.08/950.04	c 950	|      4931 |   33665   493470  1432742 |   352598     4931     82 | 23.194 % |
951.62/961.68	c 961	===============================================================================
951.62/961.68	c 961	restarts              : 9
951.62/961.68	c 961	conflicts             : 7143           (190 /sec)
951.62/961.68	c 961	decisions             : 10145          (0.95 % random) (270 /sec)
951.62/961.68	c 961	propagations          : 29720714       (791934 /sec)
951.62/961.68	c 961	conflict literals     : 585057         (21.08 % deleted)
951.62/961.68	c 961	Memory used           : 48.48 MB
951.62/961.68	c 961	CPU time              : 37.5293 s
951.62/961.68	c 961	
951.72/961.70	c 961	SATISFIABLE
951.72/961.71	c 961	FOUND: _COST <= 3
951.72/961.71	c 961	DECODING HOME/temp.out WITH HOME/temp.map
951.72/961.71	c 961	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
951.72/961.79	c 961	Decoding HOME/temp.out
951.76/961.96	c 961	OBJECTIVE _COST 3
951.76/961.96	o 3
951.76/961.99	v 30 37 26 32 37 36 29 29 31 5 18 17 29 15 0 1 0 16 39 2 7 34 6 0 34 12 17 5 16 21 28 27 0 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0
951.76/961.99	c 961	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
951.76/962.04	c 961	OBJECTIVE _COST 3
951.76/962.04	s OPTIMUM FOUND
951.76/962.04	c 961	CPU 950.25 (0.06 0.06 950.19 1.73)
951.76/962.04	c 961	END Fri Jul 11 19:57:59 2008

Verifier Data (download as text)

OK	3	680
3 unsatisfied constraints, 680 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-1108916-1215798117/watcher-1108916-1215798117 -o /tmp/evaluation-result-1108916-1215798117/solver-1108916-1215798117 -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-1108916-1215798117.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: 1.66 1.98 2.24 3/76 15084
/proc/meminfo: memFree=1896952/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=12272 CPUtime=0
/proc/15084/stat : 15084 (sugar) R 15080 15084 15017 0 -1 4194304 370 0 0 0 0 0 0 0 18 0 1 0 36509661 12566528 338 996147200 4194304 4206940 548682068592 18446744073709551615 228774548193 0 0 4224 0 0 0 0 17 0 0 0
/proc/15084/statm: 3068 340 254 3 0 168 0

[startup+0.0685269 s]
/proc/loadavg: 1.66 1.98 2.24 3/76 15084
/proc/meminfo: memFree=1896952/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13600 CPUtime=0.03
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 36509661 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.1025 s]
/proc/loadavg: 1.66 1.98 2.24 3/76 15084
/proc/meminfo: memFree=1896952/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13600 CPUtime=0.03
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 36509661 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301537 s]
/proc/loadavg: 1.66 1.98 2.24 3/76 15084
/proc/meminfo: memFree=1896952/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13600 CPUtime=0.03
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 36509661 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701614 s]
/proc/loadavg: 1.66 1.98 2.24 3/76 15084
/proc/meminfo: memFree=1896952/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13600 CPUtime=0.46
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 974 4812 0 1 3 0 40 3 16 0 1 0 36509661 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50177 s]
/proc/loadavg: 1.66 1.98 2.24 5/100 15133
/proc/meminfo: memFree=1872112/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13600 CPUtime=0.46
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 974 4812 0 1 3 0 40 3 15 0 1 0 36509661 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3400 797 370 3 0 500 0
[pid=15114] ppid=15084 vsize=5356 CPUtime=0
/proc/15114/stat : 15114 (sh) S 15084 15084 15017 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 36509708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15114/statm: 1339 233 193 169 0 50 0
[pid=15115] ppid=15114 vsize=868568 CPUtime=1.09
/proc/15115/stat : 15115 (java) S 15114 15084 15017 0 -1 0 7924 0 1 0 104 5 0 0 19 0 9 0 36509708 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15115/statm: 217142 7120 2540 9 0 211717 0
[pid=15115/tid=15116] ppid=15114 vsize=868568 CPUtime=0.65
/proc/15115/task/15116/stat : 15116 (java) R 15114 15084 15017 0 -1 64 2691 0 1 0 63 2 0 0 20 0 9 0 36509709 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15117] ppid=15114 vsize=868568 CPUtime=0.21
/proc/15115/task/15117/stat : 15117 (java) R 15114 15084 15017 0 -1 64 3064 0 0 0 20 1 0 0 16 0 9 0 36509710 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 102350418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15118] ppid=15114 vsize=868568 CPUtime=0
/proc/15115/task/15118/stat : 15118 (java) S 15114 15084 15017 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36509711 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15119] ppid=15114 vsize=868568 CPUtime=0
/proc/15115/task/15119/stat : 15119 (java) S 15114 15084 15017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36509711 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15120] ppid=15114 vsize=868568 CPUtime=0
/proc/15115/task/15120/stat : 15120 (java) S 15114 15084 15017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36509713 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15121] ppid=15114 vsize=868568 CPUtime=0.21
/proc/15115/task/15121/stat : 15121 (java) S 15114 15084 15017 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 36509713 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15122] ppid=15114 vsize=868568 CPUtime=0
/proc/15115/task/15122/stat : 15122 (java) S 15114 15084 15017 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36509713 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15123] ppid=15114 vsize=868568 CPUtime=0
/proc/15115/task/15123/stat : 15123 (java) S 15114 15084 15017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36509713 889413632 7120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 887524

[startup+3.10208 s]
/proc/loadavg: 1.66 1.98 2.24 3/100 15133
/proc/meminfo: memFree=1843696/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13600 CPUtime=0.46
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 974 4812 0 1 3 0 40 3 15 0 1 0 36509661 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3400 797 370 3 0 500 0
[pid=15114] ppid=15084 vsize=5356 CPUtime=0
/proc/15114/stat : 15114 (sh) S 15084 15084 15017 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 36509708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15114/statm: 1339 233 193 169 0 50 0
[pid=15115] ppid=15114 vsize=868492 CPUtime=2.68
/proc/15115/stat : 15115 (java) S 15114 15084 15017 0 -1 0 8462 0 1 0 253 15 0 0 19 0 9 0 36509708 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15115/statm: 217123 7177 2564 9 0 211670 0
[pid=15115/tid=15116] ppid=15114 vsize=868492 CPUtime=2.07
/proc/15115/task/15116/stat : 15116 (java) R 15114 15084 15017 0 -1 64 3199 0 1 0 198 9 0 0 25 0 9 0 36509709 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15117] ppid=15114 vsize=868492 CPUtime=0.32
/proc/15115/task/15117/stat : 15117 (java) S 15114 15084 15017 0 -1 64 3064 0 0 0 29 3 0 0 16 0 9 0 36509710 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15118] ppid=15114 vsize=868492 CPUtime=0
/proc/15115/task/15118/stat : 15118 (java) S 15114 15084 15017 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36509711 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15119] ppid=15114 vsize=868492 CPUtime=0
/proc/15115/task/15119/stat : 15119 (java) S 15114 15084 15017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36509711 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15120] ppid=15114 vsize=868492 CPUtime=0
/proc/15115/task/15120/stat : 15120 (java) S 15114 15084 15017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36509713 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15121] ppid=15114 vsize=868492 CPUtime=0.25
/proc/15115/task/15121/stat : 15121 (java) S 15114 15084 15017 0 -1 64 1506 0 0 0 24 1 0 0 16 0 9 0 36509713 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15122] ppid=15114 vsize=868492 CPUtime=0
/proc/15115/task/15122/stat : 15122 (java) S 15114 15084 15017 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36509713 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15115/tid=15123] ppid=15114 vsize=868492 CPUtime=0
/proc/15115/task/15123/stat : 15123 (java) S 15114 15084 15017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36509713 889335808 7177 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 887448

[startup+6.30171 s]
/proc/loadavg: 1.69 1.98 2.24 2/90 15145
/proc/meminfo: memFree=1807288/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=4.94
/proc/15084/stat : 15084 (sugar) D 15080 15084 15017 0 -1 4194304 1156 29594 0 3 4 1 452 37 15 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 13732

[startup+12.702 s]
/proc/loadavg: 1.71 1.98 2.24 2/90 15169
/proc/meminfo: memFree=1730624/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=7.88
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1426 61461 0 5 5 3 718 62 15 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 13732

[startup+25.5025 s]
/proc/loadavg: 1.92 2.01 2.24 3/92 15219
/proc/meminfo: memFree=1515568/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 15 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=49512 CPUtime=1.5
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 11709 0 0 0 143 7 0 0 25 0 1 0 36512059 50700288 11695 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 12378 11695 76 150 0 12225 0
Current children cumulated CPU time (s) 20.43
Current children cumulated vsize (KiB) 68600

[startup+51.1015 s]
/proc/loadavg: 2.01 2.03 2.24 3/83 15270
/proc/meminfo: memFree=887544/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=49684 CPUtime=26.97
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 11750 0 0 0 2689 8 0 0 25 0 1 0 36512059 50876416 11728 996147200 134512640 135127466 4294956256 18446744073709551615 134522621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 12421 11728 76 150 0 12268 0
Current children cumulated CPU time (s) 45.9
Current children cumulated vsize (KiB) 68772

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.23 3/83 15270
/proc/meminfo: memFree=883640/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=49684 CPUtime=77.91
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 11750 0 0 0 7783 8 0 0 25 0 1 0 36512059 50876416 11728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 12421 11728 76 150 0 12268 0
Current children cumulated CPU time (s) 96.84
Current children cumulated vsize (KiB) 68772

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.21 3/83 15270
/proc/meminfo: memFree=882168/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=50904 CPUtime=137.6
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 12036 0 0 0 13752 8 0 0 25 0 1 0 36512059 52125696 12014 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 12726 12014 76 150 0 12573 0
Current children cumulated CPU time (s) 156.53
Current children cumulated vsize (KiB) 69992

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.19 3/83 15270
/proc/meminfo: memFree=876728/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93

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


[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.09 3/83 15270
/proc/meminfo: memFree=834360/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=99004 CPUtime=734.44
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 23854 0 0 0 73419 25 0 0 25 0 1 0 36512059 101380096 23832 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 24751 23832 76 150 0 24598 0
Current children cumulated CPU time (s) 753.37
Current children cumulated vsize (KiB) 118092

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 15270
/proc/meminfo: memFree=830328/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=103380 CPUtime=794.14
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 24869 0 0 0 79388 26 0 0 25 0 1 0 36512059 105861120 24847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 25845 24847 76 150 0 25692 0
Current children cumulated CPU time (s) 813.07
Current children cumulated vsize (KiB) 122468

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15270
/proc/meminfo: memFree=825976/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=18.93
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 1886 125393 0 9 6 5 1766 116 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15218] ppid=15084 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36512059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 232 193 169 0 50 0
[pid=15219] ppid=15218 vsize=107676 CPUtime=853.83
/proc/15219/stat : 15219 (minisat) R 15218 15084 15017 0 -1 4194304 25957 0 0 0 85356 27 0 0 25 0 1 0 36512059 110260224 25935 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 26919 25935 76 150 0 26766 0
Current children cumulated CPU time (s) 872.76
Current children cumulated vsize (KiB) 126764

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882680/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=18.32
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 1824 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 932.42
Current children cumulated vsize (KiB) 68732

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

[startup+947.108 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882680/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=23.1
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 2302 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 937.2
Current children cumulated vsize (KiB) 68732

[startup+953.503 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882680/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=29.46
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 2938 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 943.56
Current children cumulated vsize (KiB) 68732

[startup+956.702 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882616/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=32.65
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 3257 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 946.75
Current children cumulated vsize (KiB) 68732

[startup+959.902 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882616/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=35.83
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 3575 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 949.93
Current children cumulated vsize (KiB) 68732

[startup+960.701 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882616/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=36.63
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 3655 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 950.73
Current children cumulated vsize (KiB) 68732

[startup+961.501 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882616/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=914.1
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2055 167791 0 10 6 5 91240 159 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
[pid=15283] ppid=15084 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15084 15084 15017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36602049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=49644 CPUtime=37.42
/proc/15284/stat : 15284 (minisat) R 15283 15084 15017 0 -1 4194304 11741 0 0 0 3734 8 0 0 25 0 1 0 36602049 50835456 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/15284/statm: 12411 11719 76 150 0 12258 0
Current children cumulated CPU time (s) 951.52
Current children cumulated vsize (KiB) 68732

[startup+961.902 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882616/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=951.76
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2116 179828 0 10 6 6 94995 169 16 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 951.76
Current children cumulated vsize (KiB) 13732

[startup+962.002 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 15284
/proc/meminfo: memFree=882616/2055920 swapFree=4190156/4192956
[pid=15084] ppid=15080 vsize=13732 CPUtime=951.76
/proc/15084/stat : 15084 (sugar) S 15080 15084 15017 0 -1 4194304 2118 179828 0 10 6 6 94995 169 15 0 1 0 36509661 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15084/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 951.76
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 962.045
CPU time (s): 952.072
CPU user time (s): 950.261
CPU system time (s): 1.81172
CPU usage (%): 98.9634
Max. virtual memory (cumulated for all children) (KiB): 887524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 950.261
system time used= 1.81172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185936
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= 14934
involuntary context switches= 27961

runsolver used 1.12583 second user time and 3.2845 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-11 19:41:57
IDJOB=1108916
IDBENCH=60820
IDSOLVER=368
FILE ID=node74/1108916-1215798117
PBS_JOBID= 7903242
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-17-17.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-1108916-1215798117/watcher-1108916-1215798117 -o /tmp/evaluation-result-1108916-1215798117/solver-1108916-1215798117 -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-1108916-1215798117.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55a5ba3833b82e4a196a4961da3bc0ae
RANDOM SEED=1009658580

node74.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.261
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.261
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:       1897832 kB
Buffers:         15924 kB
Cached:          65336 kB
SwapCached:          0 kB
Active:          73508 kB
Inactive:        25900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897832 kB
SwapTotal:     4192956 kB
SwapFree:      4190156 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          29152 kB
Slab:            43528 kB
Committed_AS:   139068 kB
PageTables:       2176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 102920 MiB
End job on node74 at 2008-07-11 19:58:00