Trace number 1115076

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+minisatOPTIMUM1 1882.78 1960.17

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-83_ext.xml
MD5SUM765db604daedb69f46980a6c3c83c3b6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark292.45
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sun Jul 13 03:57:46 2008
0.00/0.05	c 0	PID 22453
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115076-1215914265.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115076-1215914265.xml' 'HOME/temp.csp'
0.38/1.09	c 1	1 domains, 40 variables, 0 predicates, 753 relations, 753 constraints
0.47/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.47/1.15	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.48/1.28	c 1	Parsing HOME/temp.csp
0.48/1.46	c 1	parsed 1547 expressions
0.48/1.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/1.54	c 1	MAX CSP: 753 constraints
0.48/1.54	c 1	Converting to clausal form CSP
0.48/1.57	c 1	converted 231 (10%) expressions
0.48/1.57	c 1	converted 461 (20%) expressions
0.48/1.58	c 1	converted 691 (30%) expressions
0.48/1.60	c 1	converted 922 (40%) expressions
0.48/1.61	c 1	converted 1152 (50%) expressions
0.48/1.63	c 1	converted 1382 (60%) expressions
0.48/1.65	c 1	converted 1613 (70%) expressions
0.48/1.72	c 1	converted 1843 (80%) expressions
0.48/1.73	c 2	converted 2073 (90%) expressions
0.48/1.85	c 2	converted 2303 (100%) expressions
0.48/1.85	c 2	CSP : 1546 integers, 0 booleans, 2258 clauses, largest domain size 1130
0.48/1.85	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/1.85	c 2	Propagation in CSP
0.48/1.89	c 2	747 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.48/1.90	c 2	CSP : 1546 integers, 0 booleans, 2258 clauses, largest domain size 754
0.48/1.90	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/1.90	c 2	Simplifing CSP by introducing new Boolean variables
0.48/1.90	c 2	CSP : 1546 integers, 0 booleans, 2258 clauses, largest domain size 754
0.48/1.90	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/1.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.48/2.00	c 2	155 (10%) CSP integer variables are encoded (240 clauses, 2520 bytes)
0.48/2.01	c 2	310 (20%) CSP integer variables are encoded (240 clauses, 2520 bytes)
0.48/2.01	c 2	464 (30%) CSP integer variables are encoded (240 clauses, 2520 bytes)
0.48/2.01	c 2	619 (40%) CSP integer variables are encoded (240 clauses, 2520 bytes)
0.48/2.01	c 2	773 (50%) CSP integer variables are encoded (240 clauses, 2520 bytes)
0.48/2.02	c 2	928 (60%) CSP integer variables are encoded (1664 clauses, 21032 bytes)
0.48/2.02	c 2	1083 (70%) CSP integer variables are encoded (2795 clauses, 35735 bytes)
0.48/2.02	c 2	1237 (80%) CSP integer variables are encoded (8572 clauses, 110836 bytes)
0.48/2.03	c 2	1392 (90%) CSP integer variables are encoded (10898 clauses, 145397 bytes)
0.48/2.03	c 2	1546 (100%) CSP integer variables are encoded (12777 clauses, 173582 bytes)
0.48/2.08	c 2	226 (10%) CSP clauses are encoded (14001 clauses, 197934 bytes)
1.24/2.11	c 2	452 (20%) CSP clauses are encoded (15211 clauses, 222956 bytes)
1.24/2.12	c 2	678 (30%) CSP clauses are encoded (16513 clauses, 252224 bytes)
1.24/2.15	c 2	904 (40%) CSP clauses are encoded (20567 clauses, 324288 bytes)
1.33/2.21	c 2	1129 (50%) CSP clauses are encoded (55348 clauses, 955766 bytes)
1.33/2.23	c 2	1355 (60%) CSP clauses are encoded (65652 clauses, 1138228 bytes)
1.53/2.41	c 2	1581 (70%) CSP clauses are encoded (166222 clauses, 2984146 bytes)
1.82/2.75	c 3	1807 (80%) CSP clauses are encoded (321096 clauses, 5865893 bytes)
2.14/3.00	c 3	2033 (90%) CSP clauses are encoded (466048 clauses, 8961589 bytes)
2.52/3.50	c 3	2258 (100%) CSP clauses are encoded (750385 clauses, 15046051 bytes)
2.52/3.50	c 3	2258 CSP clauses encoded
2.52/3.50	c 3	Writing map file : HOME/temp.map
2.62/3.51	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/3.51	c 3	SAT : 14323 SAT variables, 750385 SAT clauses, 15046051 bytes
2.62/3.51	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/3.57	c 3	OBJECTIVE minimize _COST
2.62/3.57	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.62/3.57	c 3	SEARCHING: _COST <= 377
2.62/3.57	c 3	SOLVING HOME/temp.cnf
2.62/3.57	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.62/3.57	c 3	This is MiniSat 2.0 beta
2.62/3.57	c 3	WARNING: for repeatability, setting FPU to use double precision
2.62/3.57	c 3	============================[ Problem Statistics ]=============================
2.62/3.57	c 3	|                                                                             |
2.62/3.57	c 3	|  Number of variables:  14323                                                |
2.62/3.57	c 3	|  Number of clauses:    750386                                               |
2.65/3.94	c 4	|  Parsing time:         0.31         s                                       |
2.65/4.24	c 4	============================[ Search Statistics ]==============================
2.65/4.24	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.65/4.25	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.65/4.25	c 4	===============================================================================
2.65/4.25	c 4	|         0 |   10563   480495  1419768 |   160165        0    nan |  0.000 % |
2.65/4.29	c 4	===============================================================================
2.65/4.30	c 4	restarts              : 1
2.65/4.30	c 4	conflicts             : 0              (0 /sec)
2.65/4.30	c 4	decisions             : 33             (0.00 % random) (50 /sec)
2.65/4.30	c 4	propagations          : 14323          (21639 /sec)
2.65/4.30	c 4	conflict literals     : 0              ( nan % deleted)
2.65/4.30	c 4	Memory used           : 32.59 MB
2.65/4.30	c 4	CPU time              : 0.661899 s
2.65/4.30	c 4	
2.65/4.30	c 4	SATISFIABLE
3.38/4.30	c 4	FOUND: _COST <= 377
3.38/4.30	s SATISFIABLE
3.38/4.30	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.38/4.30	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'
3.39/4.44	c 4	Decoding HOME/temp.out
3.39/4.57	c 4	OBJECTIVE _COST 330
3.39/4.57	o 330
3.39/4.57	v 2 3 1 6 7 7 3 6 2 4 2 7 3 7 2 2 5 7 5 5 3 4 2 7 5 6 2 5 7 6 7 6 5 7 7 7 7 7 7 7
3.39/5.10	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.39/5.36	c 5	OBJECTIVE BOUND: 0 <= _COST <= 330
3.39/5.36	c 5	SEARCHING: _COST <= 165
3.39/5.36	c 5	SOLVING HOME/temp.cnf
3.39/5.36	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.39/5.37	c 5	This is MiniSat 2.0 beta
3.39/5.37	c 5	WARNING: for repeatability, setting FPU to use double precision
3.39/5.37	c 5	============================[ Problem Statistics ]=============================
3.39/5.37	c 5	|                                                                             |
3.39/5.37	c 5	|  Number of variables:  14323                                                |
3.39/5.37	c 5	|  Number of clauses:    750386                                               |
3.91/5.76	c 6	|  Parsing time:         0.34         s                                       |
4.31/6.17	c 6	============================[ Search Statistics ]==============================
4.31/6.17	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.31/6.17	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.31/6.17	c 6	===============================================================================
4.31/6.17	c 6	|         0 |    8161   279609   824104 |    93203        0    nan |  0.000 % |
4.41/6.22	c 6	|       101 |    8161   279609   824104 |   102523      101     68 | 43.022 % |
4.41/6.25	c 6	===============================================================================
4.41/6.25	c 6	restarts              : 2
4.41/6.25	c 6	conflicts             : 146            (177 /sec)
4.41/6.25	c 6	decisions             : 457            (0.44 % random) (555 /sec)
4.41/6.25	c 6	propagations          : 52851          (64149 /sec)
4.41/6.25	c 6	conflict literals     : 8445           (5.76 % deleted)
4.41/6.25	c 6	Memory used           : 33.10 MB
4.41/6.25	c 6	CPU time              : 0.823874 s
4.41/6.25	c 6	
4.41/6.25	c 6	SATISFIABLE
4.41/6.26	c 6	FOUND: _COST <= 165
4.41/6.26	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.41/6.26	c 6	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.52/6.84	c 7	Decoding HOME/temp.out
4.60/6.98	c 7	OBJECTIVE _COST 165
4.60/6.98	o 165
4.60/6.98	v 7 6 7 7 7 2 6 6 7 7 7 7 6 7 6 7 7 5 7 7 7 7 5 7 6 7 7 7 6 7 1 6 7 6 7 7 7 7 7 7
4.60/6.99	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.69/7.06	c 7	OBJECTIVE BOUND: 0 <= _COST <= 165
4.69/7.06	c 7	SEARCHING: _COST <= 82
4.69/7.06	c 7	SOLVING HOME/temp.cnf
4.69/7.06	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.69/7.06	c 7	This is MiniSat 2.0 beta
4.69/7.06	c 7	WARNING: for repeatability, setting FPU to use double precision
4.69/7.06	c 7	============================[ Problem Statistics ]=============================
4.69/7.06	c 7	|                                                                             |
4.69/7.06	c 7	|  Number of variables:  14323                                                |
4.69/7.06	c 7	|  Number of clauses:    750386                                               |
4.70/7.46	c 7	|  Parsing time:         0.35         s                                       |
5.43/7.88	c 8	============================[ Search Statistics ]==============================
5.43/7.88	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.43/7.88	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.43/7.88	c 8	===============================================================================
5.43/7.88	c 8	|         0 |    6914   159724   468107 |    53241        0    nan |  0.000 % |
5.52/7.93	c 8	|       100 |    6914   159724   468107 |    58565      100     52 | 51.728 % |
5.52/7.99	c 8	|       251 |    6914   159724   468107 |    64422      251     40 | 51.728 % |
5.52/7.99	c 8	===============================================================================
5.52/7.99	c 8	restarts              : 3
5.52/7.99	c 8	conflicts             : 255            (288 /sec)
5.52/7.99	c 8	decisions             : 511            (1.57 % random) (577 /sec)
5.52/7.99	c 8	propagations          : 180103         (203308 /sec)
5.52/7.99	c 8	conflict literals     : 10174          (14.37 % deleted)
5.52/7.99	c 8	Memory used           : 33.23 MB
5.52/7.99	c 8	CPU time              : 0.885865 s
5.52/7.99	c 8	
5.62/8.00	c 8	SATISFIABLE
5.62/8.01	c 8	FOUND: _COST <= 82
5.62/8.01	c 8	DECODING HOME/temp.out WITH HOME/temp.map
5.62/8.01	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.66/8.11	c 8	Decoding HOME/temp.out
5.66/8.22	c 8	OBJECTIVE _COST 82
5.66/8.22	o 82
5.66/8.23	v 7 7 7 2 6 2 7 3 5 5 2 0 5 4 2 7 7 3 4 5 7 7 2 7 3 6 7 4 4 1 4 7 1 7 7 7 7 7 7 7
5.66/8.23	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.66/8.30	c 8	OBJECTIVE BOUND: 0 <= _COST <= 82
5.66/8.30	c 8	SEARCHING: _COST <= 41
5.66/8.30	c 8	SOLVING HOME/temp.cnf
5.66/8.30	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.66/8.31	c 8	This is MiniSat 2.0 beta
5.66/8.31	c 8	WARNING: for repeatability, setting FPU to use double precision
5.66/8.31	c 8	============================[ Problem Statistics ]=============================
5.66/8.31	c 8	|                                                                             |
5.66/8.31	c 8	|  Number of variables:  14323                                                |
5.66/8.31	c 8	|  Number of clauses:    750386                                               |
6.23/8.71	c 8	|  Parsing time:         0.36         s                                       |
6.63/9.13	c 9	============================[ Search Statistics ]==============================
6.63/9.13	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.63/9.13	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.63/9.13	c 9	===============================================================================
6.63/9.13	c 9	|         0 |    5962    90477   263181 |    30159        0    nan |  0.000 % |
6.63/9.17	c 9	|       100 |    5962    90477   263181 |    33174      100     56 | 58.375 % |
6.73/9.21	c 9	|       251 |    5962    90477   263181 |    36492      251     42 | 58.375 % |
6.73/9.23	c 9	===============================================================================
6.73/9.23	c 9	restarts              : 3
6.73/9.23	c 9	conflicts             : 322            (367 /sec)
6.73/9.23	c 9	decisions             : 493            (1.42 % random) (562 /sec)
6.73/9.23	c 9	propagations          : 215645         (245927 /sec)
6.73/9.23	c 9	conflict literals     : 12663          (22.27 % deleted)
6.73/9.23	c 9	Memory used           : 33.51 MB
6.73/9.23	c 9	CPU time              : 0.876866 s
6.73/9.23	c 9	
6.73/9.24	c 9	SATISFIABLE
6.73/9.25	c 9	FOUND: _COST <= 41
6.73/9.25	c 9	DECODING HOME/temp.out WITH HOME/temp.map
6.73/9.25	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'
6.78/9.57	c 9	Decoding HOME/temp.out
6.79/9.69	c 9	OBJECTIVE _COST 41
6.79/9.69	o 41
6.79/9.70	v 7 3 7 3 7 2 1 0 7 2 3 7 6 6 1 7 7 5 4 7 4 7 1 7 4 1 7 5 2 4 7 7 5 1 7 7 7 7 7 6
6.79/9.70	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.79/9.72	c 10	OBJECTIVE BOUND: 0 <= _COST <= 41
6.79/9.72	c 10	SEARCHING: _COST <= 20
6.79/9.72	c 10	SOLVING HOME/temp.cnf
6.79/9.72	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.79/9.79	c 10	This is MiniSat 2.0 beta
6.79/9.79	c 10	WARNING: for repeatability, setting FPU to use double precision
6.79/9.79	c 10	============================[ Problem Statistics ]=============================
6.79/9.79	c 10	|                                                                             |
6.79/9.79	c 10	|  Number of variables:  14323                                                |
6.79/9.79	c 10	|  Number of clauses:    750386                                               |
7.41/10.21	c 10	|  Parsing time:         0.36         s                                       |
7.81/10.61	c 10	============================[ Search Statistics ]==============================
7.81/10.61	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.81/10.61	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.81/10.61	c 10	===============================================================================
7.81/10.61	c 10	|         0 |    5096    51433   148626 |    17144        0    nan |  0.000 % |
7.81/10.66	c 10	|       101 |    5096    51433   148626 |    18858      101     61 | 64.421 % |
7.81/10.68	c 10	|       252 |    5096    51433   148626 |    20744      252     53 | 64.421 % |
7.91/10.72	c 11	|       478 |    5096    51433   148626 |    22819      478     45 | 64.421 % |
7.91/10.79	c 11	|       816 |    5096    51433   148626 |    25101      816     39 | 64.421 % |
8.01/10.89	c 11	|      1322 |    5096    51433   148626 |    27611     1322     35 | 64.421 % |
8.21/11.02	c 11	|      2081 |    5096    51433   148626 |    30372     2081     36 | 64.421 % |
8.40/11.28	c 11	|      3222 |    5096    51433   148626 |    33409     3222     33 | 64.421 % |
8.70/11.57	c 11	|      4931 |    5096    51433   148626 |    36750     4931     38 | 64.421 % |
9.31/12.11	c 12	|      7493 |    5096    51433   148626 |    40425     7493     37 | 64.421 % |
9.50/12.35	c 12	===============================================================================
9.50/12.35	c 12	restarts              : 10
9.50/12.35	c 12	conflicts             : 8290           (3339 /sec)
9.50/12.35	c 12	decisions             : 10148          (0.75 % random) (4088 /sec)
9.50/12.35	c 12	propagations          : 4961157        (1998354 /sec)
9.50/12.35	c 12	conflict literals     : 295721         (21.42 % deleted)
9.50/12.35	c 12	Memory used           : 33.49 MB
9.50/12.35	c 12	CPU time              : 2.48262 s
9.50/12.35	c 12	
9.50/12.35	c 12	SATISFIABLE
9.50/12.36	c 12	FOUND: _COST <= 20
9.50/12.36	c 12	DECODING HOME/temp.out WITH HOME/temp.map
9.50/12.36	c 12	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.60/13.16	c 13	Decoding HOME/temp.out
9.70/13.28	c 13	OBJECTIVE _COST 20
9.70/13.28	o 20
9.70/13.28	v 2 4 7 6 6 2 6 7 7 6 7 7 3 6 5 0 1 4 6 3 3 7 7 4 6 6 5 0 7 7 7 7 6 4 2 7 3 1 3 7
9.70/13.29	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.78/13.30	c 13	OBJECTIVE BOUND: 0 <= _COST <= 20
9.78/13.30	c 13	SEARCHING: _COST <= 10
9.78/13.30	c 13	SOLVING HOME/temp.cnf
9.78/13.30	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.80/13.46	c 13	This is MiniSat 2.0 beta
9.80/13.46	c 13	WARNING: for repeatability, setting FPU to use double precision
9.80/13.46	c 13	============================[ Problem Statistics ]=============================
9.80/13.46	c 13	|                                                                             |
9.80/13.46	c 13	|  Number of variables:  14323                                                |
9.80/13.46	c 13	|  Number of clauses:    750386                                               |
9.80/13.88	c 14	|  Parsing time:         0.37         s                                       |
10.54/14.27	c 14	============================[ Search Statistics ]==============================
10.54/14.27	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.54/14.27	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.54/14.27	c 14	===============================================================================
10.54/14.27	c 14	|         0 |    4314    31276    90491 |    10425        0    nan |  0.000 % |
10.63/14.32	c 14	|       100 |    4314    31276    90491 |    11467      100     64 | 69.881 % |
10.63/14.34	c 14	|       250 |    4314    31276    90491 |    12614      250     43 | 69.881 % |
10.63/14.39	c 14	|       475 |    4314    31276    90491 |    13876      475     35 | 69.881 % |
10.73/14.45	c 14	|       812 |    4314    31276    90491 |    15263      812     31 | 69.881 % |
10.83/14.55	c 14	|      1319 |    4314    31276    90491 |    16790     1319     29 | 69.881 % |
10.93/14.69	c 14	|      2078 |    4314    31276    90491 |    18469     2078     28 | 69.881 % |
11.23/14.92	c 15	|      3218 |    4314    31276    90491 |    20316     3218     30 | 69.881 % |
11.53/15.29	c 15	|      4928 |    4314    31276    90491 |    22347     4928     28 | 69.881 % |
12.23/15.91	c 16	|      7490 |    4314    31276    90491 |    24582     7490     27 | 69.881 % |
13.13/16.88	c 17	|     11335 |    4314    31276    90491 |    27040    11335     29 | 69.881 % |
15.03/18.77	c 19	|     17102 |    4314    31276    90491 |    29744    17102     28 | 69.881 % |
18.53/22.29	c 22	|     25751 |    4314    31276    90491 |    32719    25751     28 | 69.881 % |
24.83/28.57	c 28	|     38725 |    4314    31276    90491 |    35991    38725     29 | 69.881 % |
33.83/37.58	c 37	|     58187 |    4314    31276    90491 |    39590    23058     29 | 69.881 % |
49.42/53.11	c 53	|     87379 |    4314    31276    90491 |    43549    15436     26 | 69.881 % |
71.71/75.43	c 75	|    131168 |    4314    31276    90491 |    47904    17267     26 | 69.881 % |
110.80/114.52	c 114	|    196852 |    4314    31276    90491 |    52694    39266     29 | 69.881 % |
173.47/177.29	c 177	|    295379 |    4314    31276    90491 |    57963    39825     28 | 69.881 % |
275.05/280.91	c 281	|    443169 |    4314    31276    90491 |    63760    26070     32 | 69.881 % |
431.59/438.86	c 439	|    664852 |    4314    31276    90491 |    70136    71790     32 | 69.881 % |
551.15/559.45	c 559	===============================================================================
551.15/559.45	c 559	restarts              : 21
551.15/559.45	c 559	conflicts             : 837660         (1547 /sec)
551.15/559.45	c 559	decisions             : 922486         (0.66 % random) (1704 /sec)
551.15/559.45	c 559	propagations          : 545535590      (1007801 /sec)
551.15/559.45	c 559	conflict literals     : 26476837       (32.73 % deleted)
551.15/559.45	c 559	Memory used           : 36.59 MB
551.15/559.45	c 559	CPU time              : 541.313 s
551.15/559.45	c 559	
551.15/559.46	c 559	SATISFIABLE
551.15/559.46	c 559	FOUND: _COST <= 10
551.15/559.46	c 559	DECODING HOME/temp.out WITH HOME/temp.map
551.15/559.46	c 559	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
551.23/559.55	c 559	Decoding HOME/temp.out
551.23/559.68	c 559	OBJECTIVE _COST 10
551.23/559.68	o 10
551.23/559.68	v 4 0 2 7 3 2 7 0 7 5 0 7 6 0 1 0 7 7 7 4 5 7 1 7 1 1 7 3 2 7 2 1 7 6 7 3 1 7 7 7
551.23/559.69	c 559	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
551.23/559.74	c 560	OBJECTIVE BOUND: 0 <= _COST <= 10
551.23/559.74	c 560	SEARCHING: _COST <= 5
551.23/559.74	c 560	SOLVING HOME/temp.cnf
551.23/559.74	c 560	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
551.45/559.80	c 560	This is MiniSat 2.0 beta
551.45/559.80	c 560	WARNING: for repeatability, setting FPU to use double precision
551.45/559.80	c 560	============================[ Problem Statistics ]=============================
551.45/559.80	c 560	|                                                                             |
551.45/559.81	c 560	|  Number of variables:  14323                                                |
551.45/559.81	c 560	|  Number of clauses:    750386                                               |
551.45/560.22	c 560	|  Parsing time:         0.37         s                                       |
551.45/560.62	c 560	============================[ Search Statistics ]==============================
551.45/560.62	c 560	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
551.45/560.62	c 560	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
551.45/560.62	c 560	===============================================================================
551.45/560.62	c 560	|         0 |    3551    19948    58791 |     6649        0    nan |  0.000 % |
551.45/560.67	c 560	|       101 |    3551    19948    58791 |     7314      101     62 | 75.208 % |
551.45/560.69	c 560	|       251 |    3551    19948    58791 |     8045      251     41 | 75.208 % |
551.45/560.74	c 561	|       476 |    3551    19948    58791 |     8850      476     37 | 75.208 % |
551.45/560.77	c 561	|       813 |    3551    19948    58791 |     9735      813     48 | 75.208 % |
551.45/560.87	c 561	|      1319 |    3551    19948    58791 |    10708     1319     39 | 75.208 % |
552.63/561.02	c 561	|      2078 |    3551    19948    58791 |    11779     2078     33 | 75.208 % |
552.83/561.24	c 561	|      3217 |    3551    19948    58791 |    12957     3217     30 | 75.208 % |
553.13/561.57	c 561	|      4928 |    3551    19948    58791 |    14253     4928     28 | 75.208 % |
553.73/562.19	c 562	|      7491 |    3551    19948    58791 |    15678     7491     27 | 75.208 % |
554.72/563.13	c 563	|     11335 |    3551    19948    58791 |    17246    11335     27 | 75.208 % |
556.31/564.70	c 564	|     17101 |    3551    19948    58791 |    18971    17101     27 | 75.208 % |
559.29/567.73	c 568	|     25750 |    3551    19948    58791 |    20868    25750     27 | 75.208 % |
564.17/572.68	c 572	|     38726 |    3551    19948    58791 |    22955    18597     25 | 75.208 % |
572.73/581.28	c 581	|     58187 |    3551    19948    58791 |    25250    17304     22 | 75.208 % |
585.07/593.62	c 593	|     87379 |    3551    19948    58791 |    27775    23473     23 | 75.208 % |
605.57/614.24	c 614	|    131169 |    3551    19948    58791 |    30553    16392     24 | 75.208 % |
635.42/644.21	c 644	|    196854 |    3551    19948    58791 |    33608    26088     24 | 75.208 % |
684.48/693.53	c 693	|    295381 |    3551    19948    58791 |    36969    30009     29 | 75.208 % |
750.35/759.74	c 760	|    443173 |    3551    19948    58791 |    40666    36803     32 | 75.208 % |
875.04/885.09	c 885	|    664856 |    3551    19948    58791 |    44733    37077     30 | 75.208 % |
1066.40/1077.30	c 1077	|    997382 |    3551    19948    58791 |    49206    39889     28 | 75.208 % |
1224.53/1236.21	c 1236	===============================================================================
1224.53/1236.21	c 1236	restarts              : 22
1224.53/1236.21	c 1236	conflicts             : 1267322        (1883 /sec)
1224.53/1236.21	c 1236	decisions             : 1397402        (0.72 % random) (2076 /sec)
1224.53/1236.21	c 1236	propagations          : 820267473      (1218783 /sec)
1224.53/1236.21	c 1236	conflict literals     : 36936641       (29.38 % deleted)
1224.53/1236.21	c 1236	Memory used           : 37.50 MB
1224.53/1236.21	c 1236	CPU time              : 673.022 s
1224.53/1236.21	c 1236	
1224.53/1236.21	c 1236	SATISFIABLE
1224.53/1236.22	c 1236	FOUND: _COST <= 5
1224.53/1236.22	c 1236	DECODING HOME/temp.out WITH HOME/temp.map
1224.53/1236.22	c 1236	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1224.61/1236.31	c 1236	Decoding HOME/temp.out
1224.80/1236.55	c 1236	OBJECTIVE _COST 5
1224.80/1236.55	o 5
1224.80/1236.55	v 7 6 4 2 1 3 6 5 7 7 0 2 7 5 7 3 3 7 2 4 5 7 1 6 0 5 6 7 1 6 6 0 2 6 1 5 5 6 4 6
1224.80/1236.58	c 1236	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1224.90/1236.69	c 1236	OBJECTIVE BOUND: 0 <= _COST <= 5
1224.90/1236.69	c 1236	SEARCHING: _COST <= 2
1224.90/1236.69	c 1236	SOLVING HOME/temp.cnf
1224.90/1236.69	c 1236	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1224.90/1236.70	c 1236	This is MiniSat 2.0 beta
1224.90/1236.70	c 1236	WARNING: for repeatability, setting FPU to use double precision
1224.90/1236.70	c 1236	============================[ Problem Statistics ]=============================
1224.90/1236.70	c 1236	|                                                                             |
1224.90/1236.70	c 1236	|  Number of variables:  14323                                                |
1224.90/1236.70	c 1236	|  Number of clauses:    750386                                               |
1224.90/1237.11	c 1237	|  Parsing time:         0.37         s                                       |
1225.69/1237.51	c 1237	============================[ Search Statistics ]==============================
1225.69/1237.51	c 1237	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1225.69/1237.51	c 1237	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1225.69/1237.51	c 1237	===============================================================================
1225.69/1237.51	c 1237	|         0 |    2539    11412    36216 |     3804        0    nan |  0.000 % |
1225.69/1237.55	c 1237	|       101 |    2539    11412    36216 |     4184      101     57 | 82.273 % |
1225.69/1237.56	c 1237	|       251 |    2539    11412    36216 |     4602      251     58 | 82.273 % |
1225.78/1237.60	c 1237	|       477 |    2539    11412    36216 |     5063      477     44 | 82.273 % |
1225.78/1237.64	c 1237	|       815 |    2539    11412    36216 |     5569      815     38 | 82.273 % |
1225.88/1237.72	c 1238	|      1322 |    2539    11412    36216 |     6126     1322     34 | 82.273 % |
1225.98/1237.85	c 1238	|      2082 |    2539    11412    36216 |     6739     2082     30 | 82.273 % |
1226.18/1238.06	c 1238	|      3221 |    2539    11412    36216 |     7412     3221     27 | 82.273 % |
1226.48/1238.38	c 1238	|      4929 |    2539    11412    36216 |     8154     4929     25 | 82.273 % |
1226.97/1238.87	c 1239	|      7491 |    2539    11412    36216 |     8969     7491     26 | 82.273 % |
1227.77/1239.62	c 1239	|     11335 |    2539    11412    36216 |     9866    11335     24 | 82.273 % |
1228.97/1240.83	c 1241	|     17101 |    2539    11412    36216 |    10853    17101     26 | 82.273 % |
1231.35/1243.27	c 1243	|     25753 |    2539    11412    36216 |    11938    14381     26 | 82.273 % |
1234.83/1246.78	c 1247	|     38727 |    2539    11412    36216 |    13132    14305     29 | 82.273 % |
1240.90/1252.84	c 1253	|     58188 |    2539    11412    36216 |    14445    21122     24 | 82.273 % |
1249.86/1261.88	c 1262	|     87380 |    2539    11412    36216 |    15890    23702     25 | 82.273 % |
1264.29/1276.39	c 1276	|    131169 |    2539    11412    36216 |    17479    21856     25 | 82.273 % |
1286.78/1298.99	c 1299	|    196854 |    2539    11412    36216 |    19227    18841     27 | 82.273 % |
1323.60/1335.94	c 1336	|    295382 |    2539    11412    36216 |    21149    28738     22 | 82.273 % |
1353.35/1365.89	c 1366	===============================================================================
1353.35/1365.89	c 1366	restarts              : 19
1353.35/1365.89	c 1366	conflicts             : 380475         (2961 /sec)
1353.35/1365.89	c 1366	decisions             : 422669         (0.78 % random) (3289 /sec)
1353.35/1365.89	c 1366	propagations          : 209599624      (1631170 /sec)
1353.35/1365.89	c 1366	conflict literals     : 11209774       (28.16 % deleted)
1353.35/1365.89	c 1366	Memory used           : 33.97 MB
1353.35/1365.89	c 1366	CPU time              : 128.496 s
1353.35/1365.89	c 1366	
1353.35/1365.89	c 1366	SATISFIABLE
1353.46/1365.90	c 1366	FOUND: _COST <= 2
1353.46/1365.90	c 1366	DECODING HOME/temp.out WITH HOME/temp.map
1353.46/1365.90	c 1366	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1353.46/1365.99	c 1366	Decoding HOME/temp.out
1353.76/1366.23	c 1366	OBJECTIVE _COST 2
1353.76/1366.23	o 2
1353.76/1366.23	v 5 7 5 4 0 6 3 2 4 5 3 6 2 7 7 5 3 7 2 0 1 7 7 2 3 7 7 5 4 6 4 5 1 6 2 5 4 4 1 1
1353.76/1366.27	c 1366	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1353.82/1366.33	c 1366	OBJECTIVE BOUND: 0 <= _COST <= 2
1353.82/1366.33	c 1366	SEARCHING: _COST <= 1
1353.82/1366.33	c 1366	SOLVING HOME/temp.cnf
1353.82/1366.33	c 1366	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1353.82/1366.33	c 1366	This is MiniSat 2.0 beta
1353.82/1366.33	c 1366	WARNING: for repeatability, setting FPU to use double precision
1353.82/1366.33	c 1366	============================[ Problem Statistics ]=============================
1353.82/1366.33	c 1366	|                                                                             |
1353.82/1366.33	c 1366	|  Number of variables:  14323                                                |
1353.82/1366.33	c 1366	|  Number of clauses:    750386                                               |
1353.83/1366.75	c 1367	|  Parsing time:         0.37         s                                       |
1353.83/1367.14	c 1367	============================[ Search Statistics ]==============================
1353.83/1367.14	c 1367	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1353.83/1367.14	c 1367	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1353.83/1367.14	c 1367	===============================================================================
1353.83/1367.14	c 1367	|         0 |    1786     7398    26432 |     2466        0    nan |  0.000 % |
1353.83/1367.18	c 1367	|       101 |    1786     7398    26432 |     2712      101     53 | 87.531 % |
1354.69/1367.20	c 1367	|       252 |    1786     7398    26432 |     2983      252     58 | 87.531 % |
1354.69/1367.22	c 1367	|       478 |    1786     7398    26432 |     3282      478     39 | 87.531 % |
1354.69/1367.26	c 1367	|       818 |    1786     7398    26432 |     3610      818     31 | 87.531 % |
1354.79/1367.33	c 1367	|      1324 |    1786     7398    26432 |     3971     1324     28 | 87.531 % |
1354.88/1367.44	c 1367	|      2085 |    1786     7398    26432 |     4368     2085     25 | 87.531 % |
1355.08/1367.61	c 1367	|      3224 |    1786     7398    26432 |     4805     3224     23 | 87.531 % |
1355.28/1367.86	c 1368	|      4933 |    1786     7398    26432 |     5286     4933     24 | 87.531 % |
1355.68/1368.26	c 1368	|      7495 |    1786     7398    26432 |     5814     7495     23 | 87.531 % |
1356.38/1368.90	c 1369	|     11341 |    1786     7398    26432 |     6396    11341     24 | 87.531 % |
1357.57/1370.12	c 1370	|     17109 |    1786     7398    26432 |     7035    17109     26 | 87.531 % |
1359.46/1372.02	c 1372	|     25758 |    1786     7398    26432 |     7739    15947     25 | 87.531 % |
1362.15/1374.70	c 1374	|     38734 |    1786     7398    26432 |     8513    17988     50 | 87.531 % |
1366.92/1379.52	c 1379	|     58195 |    1786     7398    26432 |     9364    16318     26 | 87.531 % |
1373.69/1386.36	c 1386	|     87387 |    1786     7398    26432 |    10301    12099     20 | 87.531 % |
1384.74/1397.47	c 1397	|    131177 |    1786     7398    26432 |    11331    20255     40 | 87.531 % |
1401.56/1414.39	c 1414	|    196861 |    1786     7398    26432 |    12464    24082     30 | 87.531 % |
1428.42/1441.30	c 1441	|    295388 |    1786     7398    26432 |    13710    20666     22 | 87.531 % |
1469.59/1487.52	c 1487	|    443177 |    1786     7398    26432 |    15081    17096     34 | 87.531 % |
1535.47/1565.63	c 1565	|    664860 |    1786     7398    26432 |    16590    19192     24 | 87.531 % |
1635.03/1682.85	c 1683	|    997385 |    1786     7398    26432 |    18249    21999     22 | 87.531 % |
1789.99/1866.56	c 1866	|   1496173 |    1786     7398    26432 |    20073    17622     22 | 87.531 % |
1841.00/1918.00	c 1918	===============================================================================
1841.00/1918.00	c 1918	restarts              : 23
1841.00/1918.00	c 1918	conflicts             : 1665153        (3420 /sec)
1841.00/1918.00	c 1918	decisions             : 1885974        (0.89 % random) (3874 /sec)
1841.00/1918.00	c 1918	propagations          : 759947280      (1560964 /sec)
1841.00/1918.00	c 1918	conflict literals     : 46974400       (30.41 % deleted)
1841.00/1918.00	c 1918	Memory used           : 36.25 MB
1841.00/1918.00	c 1918	CPU time              : 486.845 s
1841.00/1918.00	c 1918	
1841.00/1918.01	c 1918	SATISFIABLE
1841.00/1918.01	c 1918	FOUND: _COST <= 1
1841.00/1918.01	c 1918	DECODING HOME/temp.out WITH HOME/temp.map
1841.00/1918.01	c 1918	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1841.03/1918.10	c 1918	Decoding HOME/temp.out
1841.29/1918.34	c 1918	OBJECTIVE _COST 1
1841.29/1918.34	o 1
1841.29/1918.35	v 0 4 7 6 1 3 0 6 3 1 6 7 7 1 0 7 7 3 7 3 1 3 3 2 6 4 3 3 0 2 3 0 4 4 0 4 3 2 3 2
1841.29/1918.35	c 1918	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1841.29/1918.39	c 1918	OBJECTIVE BOUND: 0 <= _COST <= 1
1841.29/1918.39	c 1918	SEARCHING: _COST <= 0
1841.29/1918.39	c 1918	SOLVING HOME/temp.cnf
1841.29/1918.39	c 1918	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1841.29/1918.39	c 1918	This is MiniSat 2.0 beta
1841.29/1918.39	c 1918	WARNING: for repeatability, setting FPU to use double precision
1841.29/1918.39	c 1918	============================[ Problem Statistics ]=============================
1841.29/1918.39	c 1918	|                                                                             |
1841.29/1918.39	c 1918	|  Number of variables:  14323                                                |
1841.29/1918.40	c 1918	|  Number of clauses:    750386                                               |
1841.39/1918.81	c 1919	|  Parsing time:         0.37         s                                       |
1841.39/1919.20	c 1919	============================[ Search Statistics ]==============================
1841.39/1919.20	c 1919	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1841.39/1919.20	c 1919	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1841.39/1919.20	c 1919	===============================================================================
1841.39/1919.20	c 1919	|         0 |     280     4389    18910 |     1463        0    nan |  0.000 % |
1841.39/1919.24	c 1919	|       102 |     280     4389    18910 |     1609      102     10 | 98.045 % |
1841.39/1919.25	c 1919	|       252 |     280     4389    18910 |     1770      252     10 | 98.045 % |
1841.39/1919.26	c 1919	|       477 |     280     4389    18910 |     1947      477     10 | 98.045 % |
1841.39/1919.28	c 1919	|       817 |     280     4389    18910 |     2141      817     10 | 98.045 % |
1841.39/1919.30	c 1919	|      1323 |     280     4389    18910 |     2356     1323     10 | 98.045 % |
1841.39/1919.35	c 1919	|      2083 |     280     4389    18910 |     2591     2083     10 | 98.045 % |
1842.37/1919.41	c 1919	|      3222 |     280     4389    18910 |     2850     3222     11 | 98.045 % |
1842.47/1919.52	c 1919	|      4931 |     280     4389    18910 |     3136     4931     11 | 98.045 % |
1842.67/1919.70	c 1919	|      7494 |     280     4389    18910 |     3449     7494     11 | 98.045 % |
1842.96/1920.01	c 1920	|     11340 |     280     4389    18910 |     3794    11340     11 | 98.045 % |
1843.56/1920.61	c 1920	|     17107 |     280     4389    18910 |     4174    17107     11 | 98.045 % |
1844.35/1921.48	c 1921	|     25756 |     280     4389    18910 |     4591    16623     13 | 98.045 % |
1845.84/1922.93	c 1923	|     38730 |     279     4354    18779 |     5050     2501     10 | 98.052 % |
1847.72/1924.88	c 1925	|     58191 |     279     4354    18779 |     5555    12374     15 | 98.052 % |
1851.29/1928.42	c 1928	|     87384 |     277     4298    18550 |     6111     2866      9 | 98.066 % |
1856.04/1933.27	c 1933	|    131174 |     276     4271    18450 |     6722    14494     14 | 98.073 % |
1864.26/1941.58	c 1941	|    196859 |     276     4271    18450 |     7394    17654     16 | 98.073 % |
1876.84/1954.29	c 1954	|    295385 |     273     4188    18095 |     8134    15939     14 | 98.094 % |
1882.69/1960.15	c 1960	===============================================================================
1882.69/1960.15	c 1960	restarts              : 19
1882.69/1960.15	c 1960	conflicts             : 340810         (8251 /sec)
1882.69/1960.15	c 1960	decisions             : 397758         (1.45 % random) (9630 /sec)
1882.69/1960.15	c 1960	propagations          : 18375274       (444871 /sec)
1882.69/1960.15	c 1960	conflict literals     : 4840953        (30.58 % deleted)
1882.69/1960.15	c 1960	Memory used           : 33.27 MB
1882.69/1960.15	c 1960	CPU time              : 41.3047 s
1882.69/1960.15	c 1960	
1882.69/1960.15	c 1960	UNSATISFIABLE
1882.69/1960.16	c 1960	NOT FOUND: _COST <= 0
1882.69/1960.16	c 1960	OBJECTIVE _COST 1
1882.69/1960.16	s OPTIMUM FOUND
1882.69/1960.16	c 1960	CPU 1881.26 (0.06 0.02 1881.2 1.47)
1882.69/1960.16	c 1960	END Sun Jul 13 04:30:26 2008

Verifier Data (download as text)

OK	1	752
1 unsatisfied constraints, 752 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-1115076-1215914265/watcher-1115076-1215914265 -o /tmp/evaluation-result-1115076-1215914265/solver-1115076-1215914265 -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-1115076-1215914265.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.97 2.04 1.91 5/80 22453
/proc/meminfo: memFree=1824248/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=12268 CPUtime=0
/proc/22453/stat : 22453 (sugar) R 22451 22453 22416 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 48128486 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 253307353701 0 0 4224 0 0 0 0 17 1 0 0
/proc/22453/statm: 3067 316 241 3 0 167 0

[startup+0.090237 s]
/proc/loadavg: 1.97 2.04 1.91 5/80 22453
/proc/meminfo: memFree=1824248/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13600 CPUtime=0.03
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 48128486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102577 s]
/proc/loadavg: 1.97 2.04 1.91 5/80 22453
/proc/meminfo: memFree=1824248/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13600 CPUtime=0.03
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 48128486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30253 s]
/proc/loadavg: 1.97 2.04 1.91 5/80 22453
/proc/meminfo: memFree=1824248/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13600 CPUtime=0.03
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 48128486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702193 s]
/proc/loadavg: 1.97 2.04 1.91 5/80 22453
/proc/meminfo: memFree=1824248/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13600 CPUtime=0.03
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 48128486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50114 s]
/proc/loadavg: 1.97 2.04 1.91 4/91 22465
/proc/meminfo: memFree=1813536/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13600 CPUtime=0.48
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 974 4842 0 1 3 0 41 4 15 0 1 0 48128486 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22453/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+3.10142 s]
/proc/loadavg: 1.97 2.04 1.91 4/91 22475
/proc/meminfo: memFree=1806880/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13600 CPUtime=0.49
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 974 4842 0 1 3 1 41 4 15 0 1 0 48128486 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22453/statm: 3400 797 370 3 0 500 0
[pid=22466] ppid=22453 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22453 22453 22416 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 48128601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 233 193 169 0 50 0
[pid=22467] ppid=22466 vsize=868504 CPUtime=1.75
/proc/22467/stat : 22467 (java) S 22466 22453 22416 0 -1 0 7284 0 1 0 163 12 0 0 18 0 9 0 48128602 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22467/statm: 217126 6218 2564 9 0 211673 0
[pid=22467/tid=22468] ppid=22466 vsize=868504 CPUtime=1.31
/proc/22467/task/22468/stat : 22468 (java) R 22466 22453 22416 0 -1 64 3019 0 1 0 124 7 0 0 25 0 9 0 48128603 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4126588280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22467/tid=22469] ppid=22466 vsize=868504 CPUtime=0.14
/proc/22467/task/22469/stat : 22469 (java) S 22466 22453 22416 0 -1 64 2065 0 0 0 12 2 0 0 16 0 9 0 48128604 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22467/tid=22470] ppid=22466 vsize=868504 CPUtime=0
/proc/22467/task/22470/stat : 22470 (java) S 22466 22453 22416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48128604 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22467/tid=22471] ppid=22466 vsize=868504 CPUtime=0
/proc/22467/task/22471/stat : 22471 (java) S 22466 22453 22416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 48128604 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22467/tid=22472] ppid=22466 vsize=868504 CPUtime=0
/proc/22467/task/22472/stat : 22472 (java) S 22466 22453 22416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 48128606 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22467/tid=22473] ppid=22466 vsize=868504 CPUtime=0.26
/proc/22467/task/22473/stat : 22473 (java) S 22466 22453 22416 0 -1 64 1507 0 0 0 26 0 0 0 16 0 9 0 48128607 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22467/tid=22474] ppid=22466 vsize=868504 CPUtime=0
/proc/22467/task/22474/stat : 22474 (java) S 22466 22453 22416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 48128607 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22467/tid=22475] ppid=22466 vsize=868504 CPUtime=0
/proc/22467/task/22475/stat : 22475 (java) S 22466 22453 22416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48128607 889348096 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 887460

[startup+6.30214 s]
/proc/loadavg: 2.06 2.06 1.91 4/83 22489
/proc/meminfo: memFree=1802528/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=4.48
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1237 33015 0 3 4 1 406 37 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 13732

[startup+12.7011 s]
/proc/loadavg: 2.13 2.07 1.92 3/83 22525
/proc/meminfo: memFree=1774240/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.57
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1580 69934 0 6 4 2 886 65 15 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 13732

[startup+25.5018 s]
/proc/loadavg: 2.17 2.08 1.92 3/83 22537
/proc/meminfo: memFree=1774560/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.81
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1652 73814 0 7 5 2 904 70 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=22536] ppid=22453 vsize=5356 CPUtime=0
/proc/22536/stat : 22536 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48129816 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22536/statm: 1339 232 193 169 0 50 0
[pid=22537] ppid=22536 vsize=34076 CPUtime=12.01
/proc/22537/stat : 22537 (minisat) R 22536 22453 22416 0 -1 4194304 8090 0 0 0 1197 4 0 0 25 0 1 0 48129832 34893824 8076 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22537/statm: 8519 8076 75 150 0 8366 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (KiB) 53164

[startup+51.1016 s]
/proc/loadavg: 2.37 2.14 1.94 3/83 22537
/proc/meminfo: memFree=1774368/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.81
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1652 73814 0 7 5 2 904 70 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=22536] ppid=22453 vsize=5356 CPUtime=0
/proc/22536/stat : 22536 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48129816 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22536/statm: 1339 232 193 169 0 50 0
[pid=22537] ppid=22536 vsize=34456 CPUtime=37.61
/proc/22537/stat : 22537 (minisat) R 22536 22453 22416 0 -1 4194304 8156 0 0 0 3756 5 0 0 25 0 1 0 48129832 35282944 8142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22537/statm: 8614 8142 75 150 0 8461 0
Current children cumulated CPU time (s) 47.42
Current children cumulated vsize (KiB) 53544

[startup+102.306 s]
/proc/loadavg: 2.60 2.24 1.99 3/83 22537
/proc/meminfo: memFree=1773984/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.81
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1652 73814 0 7 5 2 904 70 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=22536] ppid=22453 vsize=5356 CPUtime=0
/proc/22536/stat : 22536 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48129816 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22536/statm: 1339 232 193 169 0 50 0
[pid=22537] ppid=22536 vsize=34600 CPUtime=88.79
/proc/22537/stat : 22537 (minisat) R 22536 22453 22416 0 -1 4194304 8228 0 0 0 8874 5 0 0 25 0 1 0 48129832 35430400 8214 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/22537/statm: 8650 8214 75 150 0 8497 0
Current children cumulated CPU time (s) 98.6
Current children cumulated vsize (KiB) 53688

[startup+162.302 s]
/proc/loadavg: 2.78 2.35 2.04 3/83 22537
/proc/meminfo: memFree=1773728/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.81
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1652 73814 0 7 5 2 904 70 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=22536] ppid=22453 vsize=5356 CPUtime=0
/proc/22536/stat : 22536 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48129816 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22536/statm: 1339 232 193 169 0 50 0
[pid=22537] ppid=22536 vsize=35192 CPUtime=148.77
/proc/22537/stat : 22537 (minisat) R 22536 22453 22416 0 -1 4194304 8311 0 0 0 14872 5 0 0 25 0 1 0 48129832 36036608 8297 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22537/statm: 8798 8297 75 150 0 8645 0
Current children cumulated CPU time (s) 158.58
Current children cumulated vsize (KiB) 54280

[startup+222.302 s]
/proc/loadavg: 2.61 2.38 2.07 3/83 22543
/proc/meminfo: memFree=1773152/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.81
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1652 73814 0 7 5 2 904 70 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=22536] ppid=22453 vsize=5356 CPUtime=0
/proc/22536/stat : 22536 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48129816 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22536/statm: 1339 232 193 169 0 50 0
[pid=22537] ppid=22536 vsize=35560 CPUtime=208.74
/proc/22537/stat : 22537 (minisat) R 22536 22453 22416 0 -1 4194304 8398 0 0 0 20868 6 0 0 25 0 1 0 48129832 36413440 8384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22537/statm: 8890 8384 75 150 0 8737 0
Current children cumulated CPU time (s) 218.55
Current children cumulated vsize (KiB) 54648

[startup+282.302 s]
/proc/loadavg: 3.02 2.51 2.13 4/83 23023
/proc/meminfo: memFree=1741568/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=9.81
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1652 73814 0 7 5 2 904 70 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=22536] ppid=22453 vsize=5356 CPUtime=0
/proc/22536/stat : 22536 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48129816 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22536/statm: 1339 232 193 169 0 50 0
[pid=22537] ppid=22536 vsize=35868 CPUtime=266.63
/proc/22537/stat : 22537 (minisat) R 22536 22453 22416 0 -1 4194304 8502 0 0 0 26655 8 0 0 25 0 1 0 48129832 36728832 8488 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/23061/statm: 8949 8470 75 150 0 8796 0
Current children cumulated CPU time (s) 1672.47
Current children cumulated vsize (KiB) 54884

[startup+1782.3 s]
/proc/loadavg: 3.19 3.16 2.77 4/91 17972
/proc/meminfo: memFree=1778720/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1353.83
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1994 112569 0 10 5 2 135273 103 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=23060] ppid=22453 vsize=5356 CPUtime=0
/proc/23060/stat : 23060 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 48265118 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23060/statm: 1339 232 193 169 0 50 0
[pid=23061] ppid=23060 vsize=36072 CPUtime=367.55
/proc/23061/stat : 23061 (minisat) R 23060 22453 22416 0 -1 4194304 8549 0 0 0 36725 30 0 0 25 0 1 0 48265119 36937728 8535 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23061/statm: 9018 8535 75 150 0 8865 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 55160

[startup+1842.3 s]
/proc/loadavg: 3.27 3.18 2.80 4/90 23553
/proc/meminfo: memFree=1773488/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1353.83
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1994 112569 0 10 5 2 135273 103 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=23060] ppid=22453 vsize=5356 CPUtime=0
/proc/23060/stat : 23060 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 48265118 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23060/statm: 1339 232 193 169 0 50 0
[pid=23061] ppid=23060 vsize=36540 CPUtime=416.32
/proc/23061/stat : 23061 (minisat) R 23060 22453 22416 0 -1 4194304 8641 0 0 0 41600 32 0 0 25 0 1 0 48265119 37416960 8627 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/23061/statm: 9135 8627 75 150 0 8982 0
Current children cumulated CPU time (s) 1770.15
Current children cumulated vsize (KiB) 55628

[startup+1902.3 s]
/proc/loadavg: 2.69 3.05 2.78 3/84 25727
/proc/meminfo: memFree=1772888/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1353.83
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 1994 112569 0 10 5 2 135273 103 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=23060] ppid=22453 vsize=5356 CPUtime=0
/proc/23060/stat : 23060 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 48265118 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23060/statm: 1339 232 193 169 0 50 0
[pid=23061] ppid=23060 vsize=36956 CPUtime=471.62
/proc/23061/stat : 23061 (minisat) R 23060 22453 22416 0 -1 4194304 8745 0 0 0 47129 33 0 0 25 0 1 0 48265119 37842944 8731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23061/statm: 9239 8731 75 150 0 9086 0
Current children cumulated CPU time (s) 1825.45
Current children cumulated vsize (KiB) 56044

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

[startup+1919.9 s]
/proc/loadavg: 2.49 2.98 2.76 3/84 25739
/proc/meminfo: memFree=1775576/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 15 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=1.48
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8072 0 0 0 144 4 0 0 25 0 1 0 48320325 34885632 8058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8058 75 150 0 8364 0
Current children cumulated CPU time (s) 1842.87
Current children cumulated vsize (KiB) 53156

[startup+1945.5 s]
/proc/loadavg: 2.32 2.90 2.74 3/84 25739
/proc/meminfo: memFree=1775512/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=26.83
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8096 0 0 0 2679 4 0 0 25 0 1 0 48320325 34885632 8082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8082 75 150 0 8364 0
Current children cumulated CPU time (s) 1868.22
Current children cumulated vsize (KiB) 53156

[startup+1951.9 s]
/proc/loadavg: 2.30 2.88 2.74 3/84 25739
/proc/meminfo: memFree=1775512/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=33.17
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8096 0 0 0 3313 4 0 0 25 0 1 0 48320325 34885632 8082 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8082 75 150 0 8364 0
Current children cumulated CPU time (s) 1874.56
Current children cumulated vsize (KiB) 53156

[startup+1955.1 s]
/proc/loadavg: 2.27 2.87 2.73 3/84 25739
/proc/meminfo: memFree=1775512/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=36.34
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8096 0 0 0 3630 4 0 0 25 0 1 0 48320325 34885632 8082 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8082 75 150 0 8364 0
Current children cumulated CPU time (s) 1877.73
Current children cumulated vsize (KiB) 53156

[startup+1958.3 s]
/proc/loadavg: 2.25 2.85 2.73 3/84 25739
/proc/meminfo: memFree=1775448/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=39.51
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8097 0 0 0 3947 4 0 0 25 0 1 0 48320325 34885632 8083 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8083 75 150 0 8364 0
Current children cumulated CPU time (s) 1880.9
Current children cumulated vsize (KiB) 53156

[startup+1959.11 s]
/proc/loadavg: 2.25 2.85 2.73 3/84 25739
/proc/meminfo: memFree=1775448/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=40.31
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8097 0 0 0 4027 4 0 0 25 0 1 0 48320325 34885632 8083 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8083 75 150 0 8364 0
Current children cumulated CPU time (s) 1881.7
Current children cumulated vsize (KiB) 53156

[startup+1959.9 s]
/proc/loadavg: 2.25 2.85 2.73 3/84 25739
/proc/meminfo: memFree=1775448/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=41.1
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8097 0 0 0 4106 4 0 0 25 0 1 0 48320325 34885632 8083 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8083 75 150 0 8364 0
Current children cumulated CPU time (s) 1882.49
Current children cumulated vsize (KiB) 53156

[startup+1960.1 s]
/proc/loadavg: 2.25 2.85 2.73 3/84 25739
/proc/meminfo: memFree=1775448/2055920 swapFree=4180932/4192956
[pid=22453] ppid=22451 vsize=13732 CPUtime=1841.39
/proc/22453/stat : 22453 (sugar) S 22451 22453 22416 0 -1 4194304 2108 125519 0 11 6 2 183990 141 16 0 1 0 48128486 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22453/statm: 3433 823 374 3 0 533 0
[pid=25738] ppid=22453 vsize=5356 CPUtime=0
/proc/25738/stat : 25738 (sh) S 22453 22453 22416 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48320325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25738/statm: 1339 232 193 169 0 50 0
[pid=25739] ppid=25738 vsize=34068 CPUtime=41.3
/proc/25739/stat : 25739 (minisat) R 25738 22453 22416 0 -1 4194304 8097 0 0 0 4126 4 0 0 25 0 1 0 48320325 34885632 8083 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/25739/statm: 8517 8083 75 150 0 8364 0
Current children cumulated CPU time (s) 1882.69
Current children cumulated vsize (KiB) 53156

Child status: 0
Real time (s): 1960.17
CPU time (s): 1882.78
CPU user time (s): 1881.27
CPU system time (s): 1.51277
CPU usage (%): 96.0523
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1881.27
system time used= 1.51277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136089
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= 8170
involuntary context switches= 75892

runsolver used 2.48062 second user time and 6.00909 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-13 03:57:46
IDJOB=1115076
IDBENCH=61813
IDSOLVER=368
FILE ID=node25/1115076-1215914265
PBS_JOBID= 7903800
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-83_ext.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-1115076-1215914265/watcher-1115076-1215914265 -o /tmp/evaluation-result-1115076-1215914265/solver-1115076-1215914265 -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-1115076-1215914265.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 765db604daedb69f46980a6c3c83c3b6
RANDOM SEED=120742881

node25.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.265
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.265
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:       1824728 kB
Buffers:         36456 kB
Cached:          57376 kB
SwapCached:       5584 kB
Active:         148028 kB
Inactive:        42544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824728 kB
SwapTotal:     4192956 kB
SwapFree:      4180932 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:         113208 kB
Slab:            25748 kB
Committed_AS:  1095636 kB
PageTables:       2136 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= 66528 MiB
End job on node25 at 2008-07-13 04:30:26