Trace number 1110884

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 330.708 335.556

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t3002-11tsp11-1900563801.xml
MD5SUM3ff9caf46324af586c883ff265b6b699
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark116.864
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints2707
Maximum constraint arity110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2707)

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 Sat Jul 12 06:59:03 2008
0.00/0.04	c 0	PID 17900
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110884-1215838743.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-1110884-1215838743.xml' 'HOME/temp.csp'
0.03/0.99	c 1	1 domains, 231 variables, 0 predicates, 0 relations, 2707 constraints
0.03/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.00	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.96/1.08	c 1	Parsing HOME/temp.csp
1.24/1.38	c 1	parsed 2939 expressions
1.24/1.38	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.41	c 2	MAX CSP: 2707 constraints
1.33/1.41	c 2	Converting to clausal form CSP
1.43/1.50	c 2	converted 565 (10%) expressions
1.53/1.62	c 2	converted 1130 (20%) expressions
1.53/1.65	c 2	converted 1695 (30%) expressions
1.53/1.67	c 2	converted 2260 (40%) expressions
1.63/1.70	c 2	converted 2825 (50%) expressions
1.63/1.72	c 2	converted 3390 (60%) expressions
1.63/1.78	c 2	converted 3955 (70%) expressions
1.63/1.79	c 2	converted 4520 (80%) expressions
1.73/1.80	c 2	converted 5085 (90%) expressions
2.03/2.10	c 2	converted 5649 (100%) expressions
2.03/2.11	c 2	CSP : 6149 integers, 0 booleans, 9128 clauses, largest domain size 4061
2.03/2.11	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.11	c 2	Propagation in CSP
2.13/2.24	c 2	2701 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.24	c 2	CSP : 6149 integers, 0 booleans, 9128 clauses, largest domain size 2708
2.13/2.24	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.26	c 2	CSP : 6149 integers, 0 booleans, 9128 clauses, largest domain size 2708
2.13/2.26	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.23/2.33	c 2	615 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.23/2.33	c 2	1230 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.23/2.34	c 2	1845 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.23/2.34	c 2	2460 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.23/2.35	c 2	3075 (50%) CSP integer variables are encoded (343 clauses, 4523 bytes)
2.23/2.36	c 2	3690 (60%) CSP integer variables are encoded (8684 clauses, 117211 bytes)
2.23/2.37	c 2	4305 (70%) CSP integer variables are encoded (14165 clauses, 199426 bytes)
2.23/2.38	c 2	4920 (80%) CSP integer variables are encoded (20718 clauses, 297721 bytes)
2.23/2.39	c 2	5535 (90%) CSP integer variables are encoded (26134 clauses, 378961 bytes)
2.33/2.43	c 3	6149 (100%) CSP integer variables are encoded (60029 clauses, 887386 bytes)
2.33/2.48	c 3	913 (10%) CSP clauses are encoded (60942 clauses, 902667 bytes)
2.43/2.51	c 3	1826 (20%) CSP clauses are encoded (61855 clauses, 920014 bytes)
2.43/2.53	c 3	2739 (30%) CSP clauses are encoded (63126 clauses, 942853 bytes)
2.63/2.79	c 3	3652 (40%) CSP clauses are encoded (209613 clauses, 3613245 bytes)
3.13/3.20	c 3	4564 (50%) CSP clauses are encoded (430011 clauses, 8016144 bytes)
3.81/3.91	c 4	5477 (60%) CSP clauses are encoded (804086 clauses, 15998764 bytes)
4.02/4.16	c 4	6390 (70%) CSP clauses are encoded (934393 clauses, 18750559 bytes)
6.48/7.24	c 7	7303 (80%) CSP clauses are encoded (2290700 clauses, 47827712 bytes)
9.78/10.50	c 11	8216 (90%) CSP clauses are encoded (3594883 clauses, 75509879 bytes)
20.21/22.22	c 22	9128 (100%) CSP clauses are encoded (9570798 clauses, 203815351 bytes)
20.21/22.22	c 22	9128 CSP clauses encoded
20.21/22.22	c 22	Writing map file : HOME/temp.map
20.21/22.27	c 22	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.21/22.27	c 22	SAT : 66178 SAT variables, 9570798 SAT clauses, 203815351 bytes
20.21/22.27	c 22	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.28/22.33	c 22	OBJECTIVE minimize _COST
20.28/22.33	c 22	OBJECTIVE BOUND: 0 <= _COST <= 
20.28/22.33	c 22	SEARCHING: _COST <= 1354
20.28/22.33	c 22	SOLVING HOME/temp.cnf
20.28/22.33	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.28/22.33	c 22	This is MiniSat 2.0 beta
20.28/22.33	c 22	WARNING: for repeatability, setting FPU to use double precision
20.28/22.33	c 22	============================[ Problem Statistics ]=============================
20.28/22.33	c 22	|                                                                             |
20.28/22.34	c 22	|  Number of variables:  66178                                                |
20.28/22.34	c 22	|  Number of clauses:    9570799                                              |
25.03/27.10	c 27	|  Parsing time:         4.12         s                                       |
39.38/41.65	c 42	============================[ Search Statistics ]==============================
39.38/41.65	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.38/41.65	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.38/41.65	c 42	===============================================================================
39.38/41.65	c 42	|         0 |   49942  6168262 18371881 |  2056087        0    nan |  0.000 % |
39.97/42.24	c 42	===============================================================================
39.97/42.25	c 42	restarts              : 1
39.97/42.25	c 42	conflicts             : 15             (1 /sec)
39.97/42.25	c 42	decisions             : 59             (0.00 % random) (3 /sec)
39.97/42.25	c 42	propagations          : 69847          (3656 /sec)
39.97/42.25	c 42	conflict literals     : 463            (0.86 % deleted)
39.97/42.25	c 42	Memory used           : 375.07 MB
39.97/42.25	c 42	CPU time              : 19.1031 s
39.97/42.25	c 42	
39.97/42.27	c 42	SATISFIABLE
40.07/42.33	c 42	FOUND: _COST <= 1354
40.07/42.33	s SATISFIABLE
40.07/42.33	c 42	DECODING HOME/temp.out WITH HOME/temp.map
40.07/42.33	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.11/42.46	c 43	Decoding HOME/temp.out
40.11/42.69	c 43	OBJECTIVE _COST 576
40.11/42.69	o 576
40.11/42.70	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
40.11/42.71	c 43	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
40.11/42.75	c 43	OBJECTIVE BOUND: 0 <= _COST <= 576
40.11/42.75	c 43	SEARCHING: _COST <= 288
40.11/42.75	c 43	SOLVING HOME/temp.cnf
40.11/42.75	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.11/42.75	c 43	This is MiniSat 2.0 beta
40.11/42.75	c 43	WARNING: for repeatability, setting FPU to use double precision
40.11/42.75	c 43	============================[ Problem Statistics ]=============================
40.11/42.75	c 43	|                                                                             |
40.11/42.75	c 43	|  Number of variables:  66178                                                |
40.11/42.75	c 43	|  Number of clauses:    9570799                                              |
45.42/47.80	c 48	|  Parsing time:         4.39         s                                       |
66.32/68.98	c 69	============================[ Search Statistics ]==============================
66.32/68.98	c 69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.32/68.98	c 69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.32/68.98	c 69	===============================================================================
66.32/68.98	c 69	|         0 |   34564  2074222  6134829 |   691407        0    nan |  0.000 % |
66.82/69.41	c 70	===============================================================================
66.82/69.42	c 70	restarts              : 1
66.82/69.42	c 70	conflicts             : 19             (1 /sec)
66.82/69.42	c 70	decisions             : 50             (0.00 % random) (2 /sec)
66.82/69.42	c 70	propagations          : 72426          (2809 /sec)
66.82/69.42	c 70	conflict literals     : 554            (2.29 % deleted)
66.82/69.42	c 70	Memory used           : 385.13 MB
66.82/69.42	c 70	CPU time              : 25.7801 s
66.82/69.42	c 70	
66.82/69.44	c 70	SATISFIABLE
66.92/69.51	c 70	FOUND: _COST <= 288
66.92/69.51	c 70	DECODING HOME/temp.out WITH HOME/temp.map
66.92/69.51	c 70	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.92/69.59	c 70	Decoding HOME/temp.out
66.94/69.93	c 70	OBJECTIVE _COST 288
66.94/69.93	o 288
66.94/69.95	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
66.94/69.95	c 70	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
66.94/69.99	c 70	OBJECTIVE BOUND: 0 <= _COST <= 288
66.94/69.99	c 70	SEARCHING: _COST <= 144
66.94/69.99	c 70	SOLVING HOME/temp.cnf
66.94/69.99	c 70	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
67.38/70.00	c 70	This is MiniSat 2.0 beta
67.38/70.00	c 70	WARNING: for repeatability, setting FPU to use double precision
67.38/70.00	c 70	============================[ Problem Statistics ]=============================
67.38/70.00	c 70	|                                                                             |
67.38/70.00	c 70	|  Number of variables:  66178                                                |
67.38/70.00	c 70	|  Number of clauses:    9570799                                              |
72.31/75.07	c 75	|  Parsing time:         4.39         s                                       |
93.22/96.14	c 96	============================[ Search Statistics ]==============================
93.22/96.14	c 96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
93.22/96.14	c 96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
93.22/96.14	c 96	===============================================================================
93.22/96.14	c 96	|         0 |   30874  1223862  3594675 |   407954        0    nan |  0.000 % |
93.62/96.58	c 97	|       100 |   30874  1223862  3594675 |   448749      100     38 | 53.347 % |
94.21/97.10	c 97	|       251 |   30874  1223862  3594675 |   493624      251     36 | 53.347 % |
94.60/97.54	c 98	|       476 |   30874  1223862  3594675 |   542986      476     36 | 53.347 % |
94.90/97.89	c 98	===============================================================================
94.90/97.89	c 98	restarts              : 4
94.90/97.89	c 98	conflicts             : 715            (26 /sec)
94.90/97.89	c 98	decisions             : 1437           (1.04 % random) (53 /sec)
94.90/97.89	c 98	propagations          : 1379484        (51079 /sec)
94.90/97.89	c 98	conflict literals     : 27323          (14.60 % deleted)
94.90/97.89	c 98	Memory used           : 384.63 MB
94.90/97.89	c 98	CPU time              : 27.0069 s
94.90/97.89	c 98	
95.00/97.93	c 98	SATISFIABLE
95.00/97.99	c 98	FOUND: _COST <= 144
95.00/97.99	c 98	DECODING HOME/temp.out WITH HOME/temp.map
95.00/97.99	c 98	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
95.11/98.07	c 98	Decoding HOME/temp.out
95.11/98.30	c 98	OBJECTIVE _COST 144
95.11/98.30	o 144
95.11/98.31	v 1 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 0 0 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1
95.11/98.32	c 98	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
95.11/98.36	c 98	OBJECTIVE BOUND: 0 <= _COST <= 144
95.11/98.36	c 98	SEARCHING: _COST <= 72
95.11/98.36	c 98	SOLVING HOME/temp.cnf
95.11/98.36	c 98	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
95.11/98.36	c 98	This is MiniSat 2.0 beta
95.11/98.36	c 98	WARNING: for repeatability, setting FPU to use double precision
95.11/98.36	c 98	============================[ Problem Statistics ]=============================
95.11/98.36	c 98	|                                                                             |
95.11/98.36	c 98	|  Number of variables:  66178                                                |
95.11/98.36	c 98	|  Number of clauses:    9570799                                              |
100.42/103.49	c 104	|  Parsing time:         4.47         s                                       |
120.40/123.61	c 124	============================[ Search Statistics ]==============================
120.40/123.61	c 124	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
120.40/123.61	c 124	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
120.40/123.61	c 124	===============================================================================
120.40/123.61	c 124	|         0 |   27747   767034  2233500 |   255678        0    nan |  0.000 % |
120.80/124.05	c 124	|       101 |   27747   767034  2233500 |   281245      101     36 | 58.072 % |
121.20/124.47	c 125	|       251 |   27747   767034  2233500 |   309370      251     31 | 58.072 % |
121.29/124.54	c 125	===============================================================================
121.29/124.54	c 125	restarts              : 3
121.29/124.54	c 125	conflicts             : 277            (11 /sec)
121.29/124.54	c 125	decisions             : 506            (1.19 % random) (20 /sec)
121.29/124.54	c 125	propagations          : 727027         (28739 /sec)
121.29/124.54	c 125	conflict literals     : 8381           (18.99 % deleted)
121.29/124.54	c 125	Memory used           : 382.60 MB
121.29/124.54	c 125	CPU time              : 25.2972 s
121.29/124.54	c 125	
121.29/124.57	c 125	SATISFIABLE
121.39/124.63	c 125	FOUND: _COST <= 72
121.39/124.63	c 125	DECODING HOME/temp.out WITH HOME/temp.map
121.39/124.63	c 125	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
121.43/124.71	c 125	Decoding HOME/temp.out
121.43/124.94	c 125	OBJECTIVE _COST 72
121.43/124.94	o 72
121.43/124.95	v 1 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0
121.43/124.96	c 125	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
121.43/125.00	c 125	OBJECTIVE BOUND: 0 <= _COST <= 72
121.43/125.00	c 125	SEARCHING: _COST <= 36
121.43/125.00	c 125	SOLVING HOME/temp.cnf
121.43/125.00	c 125	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
121.43/125.00	c 125	This is MiniSat 2.0 beta
121.43/125.00	c 125	WARNING: for repeatability, setting FPU to use double precision
121.43/125.00	c 125	============================[ Problem Statistics ]=============================
121.43/125.00	c 125	|                                                                             |
121.43/125.00	c 125	|  Number of variables:  66178                                                |
121.43/125.00	c 125	|  Number of clauses:    9570799                                              |
126.80/130.19	c 130	|  Parsing time:         4.53         s                                       |
146.11/149.68	c 150	============================[ Search Statistics ]==============================
146.11/149.68	c 150	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
146.11/149.68	c 150	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
146.11/149.68	c 150	===============================================================================
146.11/149.68	c 150	|         0 |   24866   527751  1524258 |   175917        0    nan |  0.000 % |
146.60/150.12	c 150	|       101 |   24866   527751  1524258 |   193508      101     36 | 62.426 % |
146.90/150.47	c 151	|       252 |   24866   527751  1524258 |   212859      252     25 | 62.426 % |
147.49/151.03	c 151	===============================================================================
147.49/151.03	c 151	restarts              : 3
147.49/151.03	c 151	conflicts             : 460            (18 /sec)
147.49/151.03	c 151	decisions             : 655            (0.61 % random) (26 /sec)
147.49/151.03	c 151	propagations          : 1577446        (62671 /sec)
147.49/151.03	c 151	conflict literals     : 9858           (25.82 % deleted)
147.49/151.03	c 151	Memory used           : 383.04 MB
147.49/151.03	c 151	CPU time              : 25.1702 s
147.49/151.03	c 151	
147.49/151.06	c 151	SATISFIABLE
147.60/151.12	c 151	FOUND: _COST <= 36
147.60/151.12	c 151	DECODING HOME/temp.out WITH HOME/temp.map
147.60/151.12	c 151	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
147.63/151.21	c 151	Decoding HOME/temp.out
147.63/151.44	c 152	OBJECTIVE _COST 36
147.63/151.44	o 36
147.63/151.45	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1
147.63/151.46	c 152	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
147.63/151.50	c 152	OBJECTIVE BOUND: 0 <= _COST <= 36
147.63/151.50	c 152	SEARCHING: _COST <= 18
147.63/151.50	c 152	SOLVING HOME/temp.cnf
147.63/151.50	c 152	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
147.63/151.50	c 152	This is MiniSat 2.0 beta
147.63/151.50	c 152	WARNING: for repeatability, setting FPU to use double precision
147.63/151.50	c 152	============================[ Problem Statistics ]=============================
147.63/151.50	c 152	|                                                                             |
147.63/151.51	c 152	|  Number of variables:  66178                                                |
147.63/151.51	c 152	|  Number of clauses:    9570799                                              |
153.08/156.71	c 157	|  Parsing time:         4.50         s                                       |
171.90/175.76	c 176	============================[ Search Statistics ]==============================
171.90/175.76	c 176	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
171.90/175.76	c 176	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
171.90/175.76	c 176	===============================================================================
171.90/175.76	c 176	|         0 |   22090   402366  1156413 |   134122        0    nan |  0.000 % |
172.39/176.20	c 176	|       101 |   22090   402366  1156413 |   147534      101     36 | 66.620 % |
172.59/176.46	c 177	|       252 |   22090   402366  1156413 |   162287      252     27 | 66.620 % |
172.99/176.89	c 177	|       478 |   22090   402366  1156413 |   178516      478     22 | 66.620 % |
173.98/177.82	c 178	|       815 |   22090   402366  1156413 |   196368      815     21 | 66.620 % |
175.57/179.48	c 180	|      1322 |   22090   402366  1156413 |   216004     1322     23 | 66.620 % |
176.56/180.48	c 181	|      2081 |   22090   402366  1156413 |   237605     2081     26 | 66.620 % |
176.85/180.77	c 181	===============================================================================
176.85/180.77	c 181	restarts              : 7
176.85/180.77	c 181	conflicts             : 2235           (79 /sec)
176.85/180.77	c 181	decisions             : 2973           (0.94 % random) (105 /sec)
176.85/180.77	c 181	propagations          : 6569174        (231875 /sec)
176.85/180.77	c 181	conflict literals     : 57342          (24.64 % deleted)
176.85/180.77	c 181	Memory used           : 381.73 MB
176.85/180.77	c 181	CPU time              : 28.3307 s
176.85/180.77	c 181	
176.85/180.79	c 181	SATISFIABLE
176.96/180.86	c 181	FOUND: _COST <= 18
176.96/180.86	c 181	DECODING HOME/temp.out WITH HOME/temp.map
176.96/180.86	c 181	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
177.03/180.94	c 181	Decoding HOME/temp.out
177.03/181.17	c 181	OBJECTIVE _COST 18
177.03/181.17	o 18
177.03/181.18	v 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
177.03/181.18	c 181	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
177.03/181.23	c 181	OBJECTIVE BOUND: 0 <= _COST <= 18
177.03/181.23	c 181	SEARCHING: _COST <= 9
177.03/181.23	c 181	SOLVING HOME/temp.cnf
177.03/181.23	c 181	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
177.03/181.23	c 181	This is MiniSat 2.0 beta
177.03/181.23	c 181	WARNING: for repeatability, setting FPU to use double precision
177.03/181.23	c 181	============================[ Problem Statistics ]=============================
177.03/181.23	c 181	|                                                                             |
177.03/181.23	c 181	|  Number of variables:  66178                                                |
177.03/181.23	c 181	|  Number of clauses:    9570799                                              |
182.46/186.49	c 187	|  Parsing time:         4.61         s                                       |
201.09/205.24	c 205	============================[ Search Statistics ]==============================
201.09/205.24	c 205	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
201.09/205.24	c 205	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
201.09/205.24	c 205	===============================================================================
201.09/205.24	c 205	|         0 |   19357   335222   963171 |   111740        0    nan |  0.000 % |
201.49/205.66	c 206	|       101 |   19357   335222   963171 |   122914      101     36 | 70.750 % |
201.78/205.96	c 206	|       252 |   19357   335222   963171 |   135206      252     43 | 70.750 % |
202.18/206.35	c 206	===============================================================================
202.18/206.35	c 206	restarts              : 3
202.18/206.35	c 206	conflicts             : 441            (18 /sec)
202.18/206.35	c 206	decisions             : 594            (0.67 % random) (24 /sec)
202.18/206.35	c 206	propagations          : 804093         (33113 /sec)
202.18/206.35	c 206	conflict literals     : 15978          (8.14 % deleted)
202.18/206.35	c 206	Memory used           : 381.54 MB
202.18/206.35	c 206	CPU time              : 24.2833 s
202.18/206.35	c 206	
202.18/206.38	c 206	SATISFIABLE
202.27/206.44	c 207	FOUND: _COST <= 9
202.27/206.44	c 207	DECODING HOME/temp.out WITH HOME/temp.map
202.27/206.44	c 207	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
202.33/206.52	c 207	Decoding HOME/temp.out
202.77/206.98	c 207	OBJECTIVE _COST 9
202.77/206.98	o 9
202.87/207.00	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0
202.87/207.01	c 207	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
202.87/207.02	c 207	OBJECTIVE BOUND: 0 <= _COST <= 9
202.87/207.02	c 207	SEARCHING: _COST <= 4
202.87/207.02	c 207	SOLVING HOME/temp.cnf
202.87/207.02	c 207	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
202.87/207.02	c 207	This is MiniSat 2.0 beta
202.87/207.02	c 207	WARNING: for repeatability, setting FPU to use double precision
202.87/207.02	c 207	============================[ Problem Statistics ]=============================
202.87/207.02	c 207	|                                                                             |
202.87/207.02	c 207	|  Number of variables:  66178                                                |
202.87/207.03	c 207	|  Number of clauses:    9570799                                              |
208.02/212.25	c 212	|  Parsing time:         4.58         s                                       |
226.54/230.94	c 231	============================[ Search Statistics ]==============================
226.54/230.94	c 231	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
226.54/230.94	c 231	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
226.54/230.94	c 231	===============================================================================
226.54/230.94	c 231	|         0 |   16129   292449   844531 |    97483        0    nan |  0.000 % |
226.93/231.38	c 231	|       101 |   16129   292449   844531 |   107231      101     36 | 75.628 % |
227.13/231.54	c 232	===============================================================================
227.13/231.54	c 232	restarts              : 2
227.13/231.54	c 232	conflicts             : 176            (7 /sec)
227.13/231.54	c 232	decisions             : 244            (0.41 % random) (10 /sec)
227.13/231.54	c 232	propagations          : 239508         (10116 /sec)
227.13/231.54	c 232	conflict literals     : 7002           (6.68 % deleted)
227.13/231.54	c 232	Memory used           : 381.52 MB
227.13/231.54	c 232	CPU time              : 23.6764 s
227.13/231.54	c 232	
227.13/231.57	c 232	SATISFIABLE
227.23/231.63	c 232	FOUND: _COST <= 4
227.23/231.63	c 232	DECODING HOME/temp.out WITH HOME/temp.map
227.23/231.63	c 232	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
227.27/231.71	c 232	Decoding HOME/temp.out
227.72/232.17	c 232	OBJECTIVE _COST 4
227.72/232.17	o 4
227.72/232.19	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0
227.72/232.19	c 232	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
227.80/232.23	c 232	OBJECTIVE BOUND: 0 <= _COST <= 4
227.80/232.23	c 232	SEARCHING: _COST <= 2
227.80/232.23	c 232	SOLVING HOME/temp.cnf
227.80/232.23	c 232	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
227.80/232.23	c 232	This is MiniSat 2.0 beta
227.80/232.23	c 232	WARNING: for repeatability, setting FPU to use double precision
227.80/232.23	c 232	============================[ Problem Statistics ]=============================
227.80/232.23	c 232	|                                                                             |
227.80/232.23	c 232	|  Number of variables:  66178                                                |
227.80/232.23	c 232	|  Number of clauses:    9570799                                              |
232.93/237.43	c 238	|  Parsing time:         4.58         s                                       |
251.25/255.98	c 256	============================[ Search Statistics ]==============================
251.25/255.98	c 256	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
251.25/255.98	c 256	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
251.25/255.98	c 256	===============================================================================
251.25/255.98	c 256	|         0 |   13420   271322   789275 |    90440        0    nan |  0.000 % |
251.75/256.41	c 257	|       101 |   13420   271322   789275 |    99484      101     36 | 79.721 % |
251.94/256.65	c 257	|       251 |   13420   271322   789275 |   109433      251     45 | 79.721 % |
252.24/256.96	c 257	|       476 |   13420   271322   789275 |   120376      476     46 | 79.721 % |
252.64/257.32	c 257	|       814 |   13420   271322   789275 |   132414      814     42 | 79.721 % |
252.93/257.69	c 258	|      1320 |   13420   271322   789275 |   145655     1320     43 | 79.721 % |
254.22/258.95	c 259	|      2079 |   13420   271322   789275 |   160221     2079     47 | 79.721 % |
256.30/261.00	c 261	|      3218 |   13420   271322   789275 |   176243     3218     44 | 79.721 % |
259.38/264.12	c 264	|      4926 |   13420   271322   789275 |   193867     4926     52 | 79.721 % |
263.74/268.51	c 269	|      7488 |   13420   271322   789275 |   213254     7488     56 | 79.721 % |
264.83/269.67	c 270	===============================================================================
264.83/269.68	c 270	restarts              : 10
264.83/269.68	c 270	conflicts             : 8494           (233 /sec)
264.83/269.68	c 270	decisions             : 9752           (0.43 % random) (267 /sec)
264.83/269.68	c 270	propagations          : 9919505        (271630 /sec)
264.83/269.68	c 270	conflict literals     : 435061         (8.07 % deleted)
264.83/269.68	c 270	Memory used           : 382.42 MB
264.83/269.68	c 270	CPU time              : 36.5184 s
264.83/269.68	c 270	
264.92/269.70	c 270	SATISFIABLE
264.92/269.77	c 270	FOUND: _COST <= 2
264.92/269.77	c 270	DECODING HOME/temp.out WITH HOME/temp.map
264.92/269.77	c 270	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
265.00/269.84	c 270	Decoding HOME/temp.out
265.00/270.07	c 270	OBJECTIVE _COST 2
265.00/270.07	o 2
265.00/270.08	v 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
265.00/270.08	c 270	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
265.01/270.13	c 270	OBJECTIVE BOUND: 0 <= _COST <= 2
265.01/270.13	c 270	SEARCHING: _COST <= 1
265.01/270.13	c 270	SOLVING HOME/temp.cnf
265.01/270.13	c 270	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
265.01/270.13	c 270	This is MiniSat 2.0 beta
265.01/270.13	c 270	WARNING: for repeatability, setting FPU to use double precision
265.01/270.13	c 270	============================[ Problem Statistics ]=============================
265.01/270.13	c 270	|                                                                             |
265.01/270.13	c 270	|  Number of variables:  66178                                                |
265.01/270.13	c 270	|  Number of clauses:    9570799                                              |
270.08/275.00	c 275	|  Parsing time:         4.26         s                                       |
287.57/292.47	c 293	============================[ Search Statistics ]==============================
287.57/292.47	c 293	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
287.57/292.47	c 293	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
287.57/292.47	c 293	===============================================================================
287.57/292.47	c 293	|         0 |   10713   256770   753739 |    85590        0    nan |  0.000 % |
287.96/292.87	c 293	|       100 |   10713   256770   753739 |    94149      100     39 | 83.812 % |
287.96/292.89	c 293	===============================================================================
287.96/292.89	c 293	restarts              : 2
287.96/292.89	c 293	conflicts             : 107            (5 /sec)
287.96/292.89	c 293	decisions             : 156            (0.64 % random) (7 /sec)
287.96/292.89	c 293	propagations          : 118806         (5369 /sec)
287.96/292.89	c 293	conflict literals     : 4034           (7.18 % deleted)
287.96/292.89	c 293	Memory used           : 382.36 MB
287.96/292.89	c 293	CPU time              : 22.1296 s
287.96/292.89	c 293	
288.06/292.91	c 293	SATISFIABLE
288.06/292.97	c 293	FOUND: _COST <= 1
288.06/292.97	c 293	DECODING HOME/temp.out WITH HOME/temp.map
288.06/292.97	c 293	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
288.15/293.05	c 293	Decoding HOME/temp.out
288.15/293.27	c 293	OBJECTIVE _COST 1
288.15/293.27	o 1
288.15/293.28	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
288.15/293.28	c 293	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
288.15/293.29	c 293	OBJECTIVE BOUND: 0 <= _COST <= 1
288.15/293.29	c 293	SEARCHING: _COST <= 0
288.15/293.29	c 293	SOLVING HOME/temp.cnf
288.15/293.29	c 293	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
288.15/293.29	c 293	This is MiniSat 2.0 beta
288.15/293.29	c 293	WARNING: for repeatability, setting FPU to use double precision
288.15/293.29	c 293	============================[ Problem Statistics ]=============================
288.15/293.29	c 293	|                                                                             |
288.15/293.29	c 293	|  Number of variables:  66178                                                |
288.15/293.29	c 293	|  Number of clauses:    9570799                                              |
293.35/298.24	c 298	|  Parsing time:         4.36         s                                       |
310.94/315.86	c 316	============================[ Search Statistics ]==============================
310.94/315.86	c 316	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
310.94/315.86	c 316	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
310.94/315.86	c 316	===============================================================================
310.94/315.86	c 316	|         0 |    2822    36454   105619 |    12151        0    nan |  0.000 % |
311.33/316.21	c 316	|       100 |    2822    36454   105619 |    13366      100     12 | 95.736 % |
311.33/316.27	c 316	|       252 |    2822    36454   105619 |    14703      252     12 | 95.736 % |
311.43/316.32	c 316	|       477 |    2822    36454   105619 |    16173      477     14 | 95.736 % |
311.53/316.42	c 317	|       814 |    2822    36454   105619 |    17790      814     12 | 95.736 % |
311.63/316.56	c 317	|      1320 |    2822    36454   105619 |    19569     1320     12 | 95.736 % |
311.83/316.75	c 317	|      2079 |    2822    36454   105619 |    21526     2079     12 | 95.736 % |
312.13/317.08	c 317	|      3218 |    2822    36454   105619 |    23679     3218     12 | 95.736 % |
312.63/317.52	c 318	|      4927 |    2822    36454   105619 |    26047     4927     13 | 95.736 % |
313.43/318.36	c 318	|      7489 |    2822    36454   105619 |    28652     7489     13 | 95.736 % |
314.73/319.67	c 320	|     11333 |    2817    36392   105421 |    31517     8805     14 | 95.743 % |
316.92/321.87	c 322	|     17099 |    2817    36392   105421 |    34669    14571     14 | 95.743 % |
320.43/325.35	c 325	|     25749 |    2804    36255   104999 |    38136    17701     14 | 95.763 % |
326.42/331.31	c 331	|     38723 |    2750    35621   103060 |    41949    17182     16 | 95.845 % |
330.42/335.39	c 335	===============================================================================
330.42/335.39	c 335	restarts              : 14
330.42/335.39	c 335	conflicts             : 47124          (1136 /sec)
330.42/335.39	c 335	decisions             : 49687          (0.97 % random) (1198 /sec)
330.42/335.39	c 335	propagations          : 31124503       (750156 /sec)
330.42/335.39	c 335	conflict literals     : 615396         (51.11 % deleted)
330.42/335.39	c 335	Memory used           : 382.83 MB
330.42/335.39	c 335	CPU time              : 41.4907 s
330.42/335.39	c 335	
330.42/335.39	c 335	UNSATISFIABLE
330.52/335.46	c 336	NOT FOUND: _COST <= 0
330.52/335.46	c 336	OBJECTIVE _COST 1
330.52/335.46	s OPTIMUM FOUND
330.52/335.46	c 336	CPU 321.16 (0.06 0.03 321.1 9.4)
330.52/335.46	c 336	END Sat Jul 12 07:04:39 2008

Verifier Data (download as text)

OK	1	2706
1 unsatisfied constraints, 2706 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-1110884-1215838743/watcher-1110884-1215838743 -o /tmp/evaluation-result-1110884-1215838743/solver-1110884-1215838743 -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-1110884-1215838743.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.92 1.98 1.99 4/74 17900
/proc/meminfo: memFree=1831032/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=12268 CPUtime=0
/proc/17900/stat : 17900 (sugar) R 17898 17900 16763 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40573306 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17900/statm: 3067 316 241 3 0 167 0

[startup+0.107767 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17900
/proc/meminfo: memFree=1831032/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.03
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40573306 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202783 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17900
/proc/meminfo: memFree=1831032/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.03
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40573306 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302795 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17900
/proc/meminfo: memFree=1831032/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.03
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40573306 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702879 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 17900
/proc/meminfo: memFree=1831032/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.03
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40573306 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50201 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 17922
/proc/meminfo: memFree=1824160/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.96
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 974 6809 0 1 3 0 89 4 15 0 1 0 40573306 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 797 370 3 0 500 0
[pid=17913] ppid=17900 vsize=5356 CPUtime=0
/proc/17913/stat : 17913 (sh) S 17900 17900 16763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40573406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17913/statm: 1339 233 193 169 0 50 0
[pid=17914] ppid=17913 vsize=864212 CPUtime=0.47
/proc/17914/stat : 17914 (java) S 17913 17900 16763 0 -1 0 4473 0 1 0 45 2 0 0 18 0 9 0 40573407 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17914/statm: 216053 3917 1729 9 0 210628 0
[pid=17914/tid=17915] ppid=17913 vsize=864212 CPUtime=0.32
/proc/17914/task/17915/stat : 17915 (java) R 17913 17900 16763 0 -1 64 2646 0 1 0 31 1 0 0 21 0 9 0 40573407 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4125977250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17916] ppid=17913 vsize=864212 CPUtime=0.03
/proc/17914/task/17916/stat : 17916 (java) S 17913 17900 16763 0 -1 64 783 0 0 0 3 0 0 0 16 0 9 0 40573409 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17917] ppid=17913 vsize=864212 CPUtime=0
/proc/17914/task/17917/stat : 17917 (java) S 17913 17900 16763 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 40573409 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17918] ppid=17913 vsize=864212 CPUtime=0
/proc/17914/task/17918/stat : 17918 (java) S 17913 17900 16763 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 40573409 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17919] ppid=17913 vsize=864212 CPUtime=0
/proc/17914/task/17919/stat : 17919 (java) S 17913 17900 16763 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40573411 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17920] ppid=17913 vsize=864212 CPUtime=0.09
/proc/17914/task/17920/stat : 17920 (java) S 17913 17900 16763 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 40573411 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17921] ppid=17913 vsize=864212 CPUtime=0
/proc/17914/task/17921/stat : 17921 (java) S 17913 17900 16763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40573411 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17922] ppid=17913 vsize=864212 CPUtime=0
/proc/17914/task/17922/stat : 17922 (java) S 17913 17900 16763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40573411 884953088 3917 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883168

[startup+3.1023 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 17922
/proc/meminfo: memFree=1808096/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.97
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 974 6809 0 1 4 0 89 4 15 0 1 0 40573306 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 797 370 3 0 500 0
[pid=17913] ppid=17900 vsize=5356 CPUtime=0
/proc/17913/stat : 17913 (sh) S 17900 17900 16763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40573406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17913/statm: 1339 233 193 169 0 50 0
[pid=17914] ppid=17913 vsize=868496 CPUtime=2.06
/proc/17914/stat : 17914 (java) S 17913 17900 16763 0 -1 0 8716 0 1 0 196 10 0 0 18 0 9 0 40573407 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17914/statm: 217124 7674 2565 9 0 211671 0
[pid=17914/tid=17915] ppid=17913 vsize=868496 CPUtime=1.42
/proc/17914/task/17915/stat : 17915 (java) R 17913 17900 16763 0 -1 64 2965 0 1 0 137 5 0 0 25 0 9 0 40573407 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4127027812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17916] ppid=17913 vsize=868496 CPUtime=0.32
/proc/17914/task/17916/stat : 17916 (java) S 17913 17900 16763 0 -1 64 3538 0 0 0 30 2 0 0 16 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17917] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17917/stat : 17917 (java) S 17913 17900 16763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17918] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17918/stat : 17918 (java) S 17913 17900 16763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17919] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17919/stat : 17919 (java) S 17913 17900 16763 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17920] ppid=17913 vsize=868496 CPUtime=0.28
/proc/17914/task/17920/stat : 17920 (java) S 17913 17900 16763 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17921] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17921/stat : 17921 (java) S 17913 17900 16763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17922] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17922/stat : 17922 (java) S 17913 17900 16763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887452

[startup+6.30186 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 17922
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.97
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 974 6809 0 1 4 0 89 4 15 0 1 0 40573306 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3400 797 370 3 0 500 0
[pid=17913] ppid=17900 vsize=5356 CPUtime=0
/proc/17913/stat : 17913 (sh) S 17900 17900 16763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40573406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17913/statm: 1339 233 193 169 0 50 0
[pid=17914] ppid=17913 vsize=868496 CPUtime=5.08
/proc/17914/stat : 17914 (java) S 17913 17900 16763 0 -1 0 9656 0 1 0 469 39 0 0 18 0 9 0 40573407 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17914/statm: 217124 7674 2565 9 0 211671 0
[pid=17914/tid=17915] ppid=17913 vsize=868496 CPUtime=4.22
/proc/17914/task/17915/stat : 17915 (java) D 17913 17900 16763 0 -1 64 3905 0 1 0 393 29 0 0 25 0 9 0 40573407 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=17914/tid=17916] ppid=17913 vsize=868496 CPUtime=0.55
/proc/17914/task/17916/stat : 17916 (java) S 17913 17900 16763 0 -1 64 3538 0 0 0 48 7 0 0 16 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17917] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17917/stat : 17917 (java) S 17913 17900 16763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17918] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17918/stat : 17918 (java) S 17913 17900 16763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17919] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17919/stat : 17919 (java) S 17913 17900 16763 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17920] ppid=17913 vsize=868496 CPUtime=0.28
/proc/17914/task/17920/stat : 17920 (java) S 17913 17900 16763 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17921] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17921/stat : 17921 (java) S 17913 17900 16763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17922] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17922/stat : 17922 (java) S 17913 17900 16763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887452

[startup+12.702 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 17922
/proc/meminfo: memFree=1710304/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13600 CPUtime=0.97
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 974 6809 0 1 4 0 89 4 16 0 1 0 40573306 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3400 797 370 3 0 500 0
[pid=17913] ppid=17900 vsize=5356 CPUtime=0
/proc/17913/stat : 17913 (sh) S 17900 17900 16763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40573406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17913/statm: 1339 233 193 169 0 50 0
[pid=17914] ppid=17913 vsize=868496 CPUtime=11.01
/proc/17914/stat : 17914 (java) S 17913 17900 16763 0 -1 0 11415 0 1 0 1014 87 0 0 18 0 9 0 40573407 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17914/statm: 217124 7674 2565 9 0 211671 0
[pid=17914/tid=17915] ppid=17913 vsize=868496 CPUtime=9.75
/proc/17914/task/17915/stat : 17915 (java) R 17913 17900 16763 0 -1 64 5664 0 1 0 908 67 0 0 25 0 9 0 40573407 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17914/tid=17916] ppid=17913 vsize=868496 CPUtime=0.94
/proc/17914/task/17916/stat : 17916 (java) S 17913 17900 16763 0 -1 64 3538 0 0 0 77 17 0 0 16 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17914/tid=17917] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17917/stat : 17917 (java) S 17913 17900 16763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17918] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17918/stat : 17918 (java) S 17913 17900 16763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40573409 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17919] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17919/stat : 17919 (java) S 17913 17900 16763 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17920] ppid=17913 vsize=868496 CPUtime=0.28
/proc/17914/task/17920/stat : 17920 (java) S 17913 17900 16763 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17921] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17921/stat : 17921 (java) S 17913 17900 16763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17914/tid=17922] ppid=17913 vsize=868496 CPUtime=0
/proc/17914/task/17922/stat : 17922 (java) S 17913 17900 16763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40573411 889339904 7674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 887452

[startup+25.5023 s]
/proc/loadavg: 2.31 2.06 2.02 3/77 17924
/proc/meminfo: memFree=1374816/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=20.31
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 1134 21247 0 2 5 0 1859 167 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=17923] ppid=17900 vsize=5356 CPUtime=0
/proc/17923/stat : 17923 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40575540 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17923/statm: 1339 232 193 169 0 50 0
[pid=17924] ppid=17923 vsize=265436 CPUtime=3.12
/proc/17924/stat : 17924 (minisat) R 17923 17900 16763 0 -1 4194304 64824 0 0 0 270 42 0 0 25 0 1 0 40575540 271806464 64810 996147200 134512640 135127466 4294956256 18446744073709551615 134705544 0 0 4096 3 0 0 0 17 1 0 0
/proc/17924/statm: 66359 64810 62 150 0 66206 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 284788

[startup+51.1028 s]
/proc/loadavg: 2.60 2.15 2.05 3/77 17936
/proc/meminfo: memFree=1238560/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=40.44
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 1253 118963 0 3 5 0 3800 239 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=17989] ppid=17900 vsize=5356 CPUtime=0
/proc/17989/stat : 17989 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40588457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17989/statm: 1339 232 193 169 0 50 0
[pid=17990] ppid=17989 vsize=390772 CPUtime=10.67
/proc/17990/stat : 17990 (minisat) R 17989 17900 16763 0 -1 4194304 95024 0 0 0 1003 64 0 0 25 0 1 0 40588457 400150528 95010 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17990/statm: 97693 95010 71 150 0 97540 0
Current children cumulated CPU time (s) 158.62
Current children cumulated vsize (KiB) 410124

[startup+222.306 s]
/proc/loadavg: 2.04 2.09 2.04 3/77 18014
/proc/meminfo: memFree=1244576/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=202.89
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 1941 717433 0 9 6 2 19612 669 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18013] ppid=17900 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40594009 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 232 193 169 0 50 0
[pid=18014] ppid=18013 vsize=390548 CPUtime=15.13
/proc/18014/stat : 18014 (minisat) R 18013 17900 16763 0 -1 4194304 94981 0 0 0 1452 61 0 0 25 0 1 0 40594009 399921152 94967 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/18014/statm: 97637 94967 71 150 0 97484 0
Current children cumulated CPU time (s) 218.02
Current children cumulated vsize (KiB) 409900

[startup+282.302 s]
/proc/loadavg: 2.01 2.07 2.03 3/77 18038
/proc/meminfo: memFree=1243744/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=265.32
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2169 916333 0 11 6 3 25717 806 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18037] ppid=17900 vsize=5356 CPUtime=0
/proc/18037/stat : 18037 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40600319 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18037/statm: 1339 232 193 169 0 50 0
[pid=18038] ppid=18037 vsize=391408 CPUtime=12.15
/proc/18038/stat : 18038 (minisat) R 18037 17900 16763 0 -1 4194304 95210 0 0 0 1154 61 0 0 25 0 1 0 40600320 400801792 95196 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/18038/statm: 97852 95196 71 150 0 97699 0
Current children cumulated CPU time (s) 277.47
Current children cumulated vsize (KiB) 410760

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

[startup+307.201 s]
/proc/loadavg: 2.01 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=13.88
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95326 0 0 0 1331 57 0 0 25 0 1 0 40602636 401420288 95312 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95312 71 150 0 97850 0
Current children cumulated CPU time (s) 302.33
Current children cumulated vsize (KiB) 411364

[startup+320.003 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=26.68
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95333 0 0 0 2611 57 0 0 25 0 1 0 40602636 401420288 95319 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95319 75 150 0 97850 0
Current children cumulated CPU time (s) 315.13
Current children cumulated vsize (KiB) 411364

[startup+326.402 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=33.08
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95333 0 0 0 3250 58 0 0 25 0 1 0 40602636 401420288 95319 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95319 75 150 0 97850 0
Current children cumulated CPU time (s) 321.53
Current children cumulated vsize (KiB) 411364

[startup+329.601 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=36.27
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95333 0 0 0 3569 58 0 0 25 0 1 0 40602636 401420288 95319 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95319 75 150 0 97850 0
Current children cumulated CPU time (s) 324.72
Current children cumulated vsize (KiB) 411364

[startup+332.802 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=39.47
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95333 0 0 0 3889 58 0 0 25 0 1 0 40602636 401420288 95319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95319 75 150 0 97850 0
Current children cumulated CPU time (s) 327.92
Current children cumulated vsize (KiB) 411364

[startup+334.401 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=41.07
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95333 0 0 0 4049 58 0 0 25 0 1 0 40602636 401420288 95319 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95319 75 150 0 97850 0
Current children cumulated CPU time (s) 329.52
Current children cumulated vsize (KiB) 411364

[startup+335.202 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=392012 CPUtime=41.87
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194304 95333 0 0 0 4129 58 0 0 25 0 1 0 40602636 401420288 95319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 98003 95319 75 150 0 97850 0
Current children cumulated CPU time (s) 330.32
Current children cumulated vsize (KiB) 411364

[startup+335.402 s]
/proc/loadavg: 2.00 2.06 2.03 3/77 18050
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=288.45
/proc/17900/stat : 17900 (sugar) S 17898 17900 16763 0 -1 4194304 2283 1015895 0 12 6 3 27960 876 16 0 1 0 40573306 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17900/statm: 3499 882 374 3 0 599 0
[pid=18049] ppid=17900 vsize=5356 CPUtime=0
/proc/18049/stat : 18049 (sh) S 17900 17900 16763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40602635 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18049/statm: 1339 232 193 169 0 50 0
[pid=18050] ppid=18049 vsize=0 CPUtime=42.07
/proc/18050/stat : 18050 (minisat) R 18049 17900 16763 0 -1 4194308 95342 0 0 0 4149 58 0 0 25 0 1 0 40602636 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 330.52
Current children cumulated vsize (KiB) 19352

[startup+335.502 s]
/proc/loadavg: 2.00 2.06 2.03 3/75 18050
/proc/meminfo: memFree=1732208/2055920 swapFree=4192812/4192956
[pid=17900] ppid=17898 vsize=13996 CPUtime=330.64
/proc/17900/stat : 17900 (sugar) R 17898 17900 16763 0 -1 4194304 2324 1111522 0 12 6 8 32110 940 17 0 1 0 40573306 14331904 883 996147200 4194304 4206940 548682068592 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17900/statm: 3499 883 375 3 0 599 0
Current children cumulated CPU time (s) 330.64
Current children cumulated vsize (KiB) 13996

Child status: 0
Real time (s): 335.556
CPU time (s): 330.708
CPU user time (s): 321.167
CPU system time (s): 9.54055
CPU usage (%): 98.555
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.167
system time used= 9.54055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1113876
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49231
involuntary context switches= 54219

runsolver used 0.387941 second user time and 1.13583 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-12 06:59:03
IDJOB=1110884
IDBENCH=61171
IDSOLVER=368
FILE ID=node56/1110884-1215838743
PBS_JOBID= 7903370
Free space on /tmp= 103224 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t3002-11tsp11-1900563801.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-1110884-1215838743/watcher-1110884-1215838743 -o /tmp/evaluation-result-1110884-1215838743/solver-1110884-1215838743 -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-1110884-1215838743.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ff9caf46324af586c883ff265b6b699
RANDOM SEED=827336105

node56.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.272
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.272
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:       1831512 kB
Buffers:         27164 kB
Cached:          97616 kB
SwapCached:          0 kB
Active:         114344 kB
Inactive:        51416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          52232 kB
Slab:            44020 kB
Committed_AS:   193692 kB
PageTables:       1916 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= 103224 MiB
End job on node56 at 2008-07-12 07:04:39