Trace number 1112322

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)1 3600.06 3633.31

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-16.xml
MD5SUM468d36833d7492d6979583a020018ac9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1661.73
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints1935
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1935
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 14:23:55 2008
0.00/0.04	c 0	PID 17581
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112322-1215865435.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-1112322-1215865435.xml' 'HOME/temp.csp'
0.04/0.69	c 1	1 domains, 256 variables, 4 predicates, 0 relations, 1935 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.74	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.67/0.81	c 1	Parsing HOME/temp.csp
1.01/1.19	c 1	parsed 2196 expressions
1.01/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.22	c 2	MAX CSP: 1935 constraints
1.11/1.22	c 2	Converting to clausal form CSP
1.21/1.32	c 2	converted 414 (10%) expressions
1.30/1.44	c 2	converted 827 (20%) expressions
1.30/1.48	c 2	converted 1241 (30%) expressions
1.41/1.52	c 2	converted 1654 (40%) expressions
1.41/1.55	c 2	converted 2067 (50%) expressions
1.41/1.58	c 2	converted 2481 (60%) expressions
1.50/1.61	c 2	converted 2894 (70%) expressions
1.50/1.64	c 2	converted 3308 (80%) expressions
1.50/1.66	c 2	converted 3721 (90%) expressions
1.70/1.89	c 2	converted 4134 (100%) expressions
1.70/1.89	c 2	CSP : 4126 integers, 2793 booleans, 10539 clauses, largest domain size 2903
1.70/1.89	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.89	c 2	Propagation in CSP
1.90/2.05	c 2	1927 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.06	c 2	CSP : 4126 integers, 2793 booleans, 10539 clauses, largest domain size 1936
1.90/2.06	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.09	c 2	CSP : 4126 integers, 4931 booleans, 12677 clauses, largest domain size 1936
1.90/2.09	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.09/2.22	c 3	413 (10%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
2.09/2.22	c 3	826 (20%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
2.09/2.22	c 3	1238 (30%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
2.09/2.23	c 3	1651 (40%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
2.09/2.23	c 3	2063 (50%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
2.09/2.23	c 3	2476 (60%) CSP integer variables are encoded (7354 clauses, 93599 bytes)
2.09/2.24	c 3	2889 (70%) CSP integer variables are encoded (10512 clauses, 140669 bytes)
2.09/2.24	c 3	3301 (80%) CSP integer variables are encoded (14961 clauses, 207404 bytes)
2.09/2.25	c 3	3714 (90%) CSP integer variables are encoded (18348 clauses, 258209 bytes)
2.09/2.28	c 3	4126 (100%) CSP integer variables are encoded (40245 clauses, 586664 bytes)
2.19/2.39	c 3	1268 (10%) CSP clauses are encoded (53315 clauses, 869612 bytes)
2.29/2.47	c 3	2536 (20%) CSP clauses are encoded (66670 clauses, 1168229 bytes)
2.39/2.53	c 3	3804 (30%) CSP clauses are encoded (80166 clauses, 1471398 bytes)
2.48/2.61	c 3	5071 (40%) CSP clauses are encoded (93645 clauses, 1788407 bytes)
2.48/2.67	c 3	6339 (50%) CSP clauses are encoded (106556 clauses, 2085960 bytes)
2.58/2.74	c 3	7607 (60%) CSP clauses are encoded (119840 clauses, 2396275 bytes)
2.69/2.81	c 3	8874 (70%) CSP clauses are encoded (134094 clauses, 2726705 bytes)
3.18/3.32	c 4	10142 (80%) CSP clauses are encoded (395876 clauses, 7966871 bytes)
4.57/4.73	c 5	11410 (90%) CSP clauses are encoded (1155884 clauses, 24219591 bytes)
11.54/11.81	c 12	12677 (100%) CSP clauses are encoded (4885464 clauses, 104057619 bytes)
11.54/11.81	c 12	12677 CSP clauses encoded
11.54/11.82	c 12	Writing map file : HOME/temp.map
11.54/11.86	c 12	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.54/11.86	c 12	SAT : 49302 SAT variables, 4885464 SAT clauses, 104057619 bytes
11.54/11.86	c 12	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.63/11.90	c 12	OBJECTIVE minimize _COST
11.63/11.90	c 12	OBJECTIVE BOUND: 0 <= _COST <= 
11.63/11.90	c 12	SEARCHING: _COST <= 968
11.63/11.90	c 12	SOLVING HOME/temp.cnf
11.63/11.90	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.63/11.90	c 12	This is MiniSat 2.0 beta
11.63/11.90	c 12	WARNING: for repeatability, setting FPU to use double precision
11.63/11.90	c 12	============================[ Problem Statistics ]=============================
11.63/11.90	c 12	|                                                                             |
11.63/11.91	c 12	|  Number of variables:  49302                                                |
11.63/11.91	c 12	|  Number of clauses:    4885465                                              |
14.09/14.43	c 15	|  Parsing time:         2.19         s                                       |
18.54/18.93	c 19	============================[ Search Statistics ]==============================
18.54/18.93	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.54/18.93	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.54/18.93	c 19	===============================================================================
18.54/18.93	c 19	|         0 |   38665  3140961  9380614 |  1046987        0    nan |  0.000 % |
18.94/19.33	c 20	|       100 |   38665  3140961  9380614 |  1151685      100      9 | 21.575 % |
21.02/21.43	c 22	|       251 |   38665  3140961  9380614 |  1266854      251      7 | 21.575 % |
26.07/26.58	c 27	|       476 |   38665  3140961  9380614 |  1393539      476      6 | 21.575 % |
28.05/28.59	c 29	===============================================================================
28.05/28.59	c 29	restarts              : 4
28.05/28.59	c 29	conflicts             : 570            (35 /sec)
28.05/28.59	c 29	decisions             : 148799         (0.74 % random) (9175 /sec)
28.05/28.59	c 29	propagations          : 3240207        (199797 /sec)
28.05/28.59	c 29	conflict literals     : 3301           (3.31 % deleted)
28.05/28.59	c 29	Memory used           : 193.70 MB
28.05/28.59	c 29	CPU time              : 16.2175 s
28.05/28.59	c 29	
28.15/28.61	c 29	SATISFIABLE
28.15/28.65	c 29	FOUND: _COST <= 968
28.15/28.65	s SATISFIABLE
28.15/28.65	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.15/28.65	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.21/28.73	c 29	Decoding HOME/temp.out
28.21/29.15	c 29	OBJECTIVE _COST 927
28.21/29.15	o 927
28.21/29.16	v 15 14 14 15 11 15 15 12 9 12 15 13 10 15 14 10 13 10 13 15 15 9 9 15 15 13 14 15 14 15 14 15 15 15 15 11 15 14 15 15 15 15 15 15 11 13 11 15 13 15 14 14 11 13 13 13 15 12 15 15 14 14 8 10 12 15 15 15 15 13 14 12 14 14 15 10 15 15 15 13 15 15 15 15 12 13 11 13 10 15 10 15 14 15 9 15 14 11 11 15 15 13 14 15 14 14 13 12 15 10 15 15 15 12 15 15 15 15 15 15 15 14 13 15 15 11 15 15 15 14 15 15 13 15 15 11 12 12 15 13 13 14 14 11 15 15 14 10 13 15 13 15 14 15 15 13 15 15 12 8 12 15 13 14 13 15 11 14 15 15 11 11 12 15 15 15 9 9 11 15 10 15 10 10 13 14 15 14 14 15 10 15 15 14 14 11 15 14 15 15 15 15 14 13 13 12 12 11 15 12 15 12 12 15 15 15 13 14 15 15 12 14 11 15 15 12 15 15 14 12 15 15 14 15 13 12 15 15 15 15 15 15 15 13 15 15 11 15 10 15 15 9 15 15 15 13
28.21/29.17	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.21/29.22	c 30	OBJECTIVE BOUND: 0 <= _COST <= 927
28.21/29.22	c 30	SEARCHING: _COST <= 463
28.21/29.22	c 30	SOLVING HOME/temp.cnf
28.21/29.22	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.21/29.23	c 30	This is MiniSat 2.0 beta
28.21/29.23	c 30	WARNING: for repeatability, setting FPU to use double precision
28.21/29.23	c 30	============================[ Problem Statistics ]=============================
28.21/29.23	c 30	|                                                                             |
28.21/29.23	c 30	|  Number of variables:  49302                                                |
28.21/29.23	c 30	|  Number of clauses:    4885465                                              |
31.27/31.81	c 32	|  Parsing time:         2.24         s                                       |
37.50/38.18	c 38	============================[ Search Statistics ]==============================
37.50/38.18	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.50/38.18	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.50/38.18	c 38	===============================================================================
37.50/38.18	c 38	|         0 |   32542  1989557  5944266 |   663185        0    nan |  0.000 % |
37.80/38.48	c 39	|       100 |   32542  1989557  5944266 |   729504      100     10 | 33.995 % |
38.10/38.78	c 39	===============================================================================
38.10/38.78	c 39	restarts              : 2
38.10/38.78	c 39	conflicts             : 204            (22 /sec)
38.10/38.78	c 39	decisions             : 17464          (0.52 % random) (1909 /sec)
38.10/38.78	c 39	propagations          : 291855         (31905 /sec)
38.10/38.78	c 39	conflict literals     : 1733           (5.82 % deleted)
38.10/38.79	c 39	Memory used           : 196.02 MB
38.10/38.79	c 39	CPU time              : 9.14761 s
38.10/38.79	c 39	
38.20/38.80	c 39	SATISFIABLE
38.20/38.84	c 39	FOUND: _COST <= 463
38.20/38.84	c 39	DECODING HOME/temp.out WITH HOME/temp.map
38.20/38.84	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.25/38.92	c 39	Decoding HOME/temp.out
38.25/39.32	c 40	OBJECTIVE _COST 283
38.25/39.32	o 283
38.25/39.33	v 8 11 6 15 6 14 15 6 14 10 12 6 2 12 12 7 12 6 13 11 14 13 8 7 14 15 11 8 15 8 6 9 9 15 12 7 5 9 13 13 13 13 13 9 5 15 11 5 5 4 11 15 7 13 8 9 10 12 12 11 13 9 13 14 10 5 15 14 15 14 15 13 14 6 9 8 12 11 15 11 15 15 14 10 6 15 13 13 11 7 10 15 13 14 15 13 6 4 15 9 13 14 6 9 7 11 10 15 5 15 10 5 10 14 14 14 15 14 7 13 10 15 15 15 15 10 12 11 15 7 13 8 9 14 12 13 15 15 10 15 7 12 6 8 13 5 15 8 15 9 12 14 11 3 13 9 14 13 11 12 15 8 15 14 8 9 13 5 11 8 9 3 11 8 15 13 14 13 3 15 4 10 13 12 7 12 14 10 13 4 12 11 7 10 8 13 14 7 14 13 9 13 13 12 15 12 15 9 14 14 11 13 8 5 5 9 7 8 15 14 11 15 13 11 10 8 11 12 7 15 10 15 6 14 14 15 15 10 14 6 12 15 8 10 8 4 12 12 12 12 11 12 6 10 15 10
38.25/39.34	c 40	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
38.25/39.37	c 40	OBJECTIVE BOUND: 0 <= _COST <= 283
38.25/39.37	c 40	SEARCHING: _COST <= 141
38.25/39.37	c 40	SOLVING HOME/temp.cnf
38.25/39.37	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.25/39.37	c 40	This is MiniSat 2.0 beta
38.25/39.37	c 40	WARNING: for repeatability, setting FPU to use double precision
38.25/39.37	c 40	============================[ Problem Statistics ]=============================
38.25/39.37	c 40	|                                                                             |
38.25/39.38	c 40	|  Number of variables:  49302                                                |
38.25/39.38	c 40	|  Number of clauses:    4885465                                              |
41.23/41.98	c 42	|  Parsing time:         2.27         s                                       |
48.26/49.01	c 49	============================[ Search Statistics ]==============================
48.26/49.01	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.26/49.01	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.26/49.01	c 49	===============================================================================
48.26/49.01	c 49	|         0 |   27005   772811  2310317 |   257603        0    nan |  0.000 % |
48.47/49.26	c 50	|       101 |   27005   772811  2310317 |   283364      101      8 | 45.225 % |
48.67/49.46	c 50	===============================================================================
48.67/49.46	c 50	restarts              : 2
48.67/49.46	c 50	conflicts             : 203            (21 /sec)
48.67/49.46	c 50	decisions             : 8211           (0.49 % random) (848 /sec)
48.67/49.46	c 50	propagations          : 256152         (26469 /sec)
48.67/49.46	c 50	conflict literals     : 1648           (6.20 % deleted)
48.67/49.46	c 50	Memory used           : 195.27 MB
48.67/49.46	c 50	CPU time              : 9.67753 s
48.67/49.46	c 50	
48.67/49.48	c 50	SATISFIABLE
48.76/49.51	c 50	FOUND: _COST <= 141
48.76/49.51	c 50	DECODING HOME/temp.out WITH HOME/temp.map
48.76/49.51	c 50	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
48.76/49.59	c 50	Decoding HOME/temp.out
48.78/49.81	c 50	OBJECTIVE _COST 141
48.78/49.81	o 141
48.78/49.82	v 3 5 6 9 1 13 6 8 14 14 4 3 9 15 10 4 15 5 15 8 6 15 15 11 15 3 15 15 5 12 5 15 13 15 9 14 11 5 8 15 6 8 9 6 14 7 12 8 9 7 2 6 15 9 7 13 7 10 10 9 5 8 5 13 2 14 13 11 13 15 3 11 14 13 14 7 6 6 12 12 14 6 8 15 9 9 4 15 12 15 14 13 15 4 14 12 3 7 12 9 7 10 13 8 11 11 10 13 6 12 14 9 15 8 6 2 5 12 15 15 11 15 1 13 15 10 14 15 11 7 13 12 14 15 10 4 5 9 4 7 13 15 11 3 10 12 8 15 4 9 2 3 1 14 8 2 10 15 6 3 15 13 10 7 11 1 4 11 12 5 13 0 9 12 9 15 13 4 10 15 9 15 4 14 7 14 5 13 15 1 14 7 10 2 11 2 7 15 12 12 15 4 12 5 10 3 3 12 14 6 5 10 10 15 15 6 15 15 14 5 14 14 11 11 7 14 9 9 15 7 15 15 11 14 10 15 6 15 13 10 7 8 15 11 8 15 15 11 12 11 8 4 8 8 3 11
48.78/49.82	c 50	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
48.78/49.83	c 50	OBJECTIVE BOUND: 0 <= _COST <= 141
48.78/49.83	c 50	SEARCHING: _COST <= 70
48.78/49.83	c 50	SOLVING HOME/temp.cnf
48.78/49.83	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.78/49.84	c 50	This is MiniSat 2.0 beta
48.78/49.84	c 50	WARNING: for repeatability, setting FPU to use double precision
48.78/49.84	c 50	============================[ Problem Statistics ]=============================
48.78/49.84	c 50	|                                                                             |
48.78/49.84	c 50	|  Number of variables:  49302                                                |
48.78/49.84	c 50	|  Number of clauses:    4885465                                              |
51.63/52.46	c 53	|  Parsing time:         2.30         s                                       |
58.66/59.50	c 60	============================[ Search Statistics ]==============================
58.66/59.50	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.66/59.50	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.66/59.50	c 60	===============================================================================
58.66/59.50	c 60	|         0 |   24678   457288  1370658 |   152429        0    nan |  0.000 % |
58.86/59.73	c 60	|       100 |   24678   457288  1370658 |   167672      100     10 | 49.945 % |
58.86/59.77	c 60	|       251 |   24678   457288  1370658 |   184439      251     13 | 49.945 % |
58.95/59.87	c 60	===============================================================================
58.95/59.87	c 60	restarts              : 3
58.95/59.87	c 60	conflicts             : 334            (35 /sec)
58.95/59.87	c 60	decisions             : 6103           (0.38 % random) (633 /sec)
58.95/59.87	c 60	propagations          : 223321         (23165 /sec)
58.95/59.87	c 60	conflict literals     : 3985           (4.76 % deleted)
58.95/59.87	c 60	Memory used           : 194.70 MB
58.95/59.87	c 60	CPU time              : 9.64053 s
58.95/59.87	c 60	
58.95/59.89	c 60	SATISFIABLE
59.06/59.92	c 60	FOUND: _COST <= 70
59.06/59.92	c 60	DECODING HOME/temp.out WITH HOME/temp.map
59.06/59.92	c 60	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
59.10/60.01	c 60	Decoding HOME/temp.out
59.56/60.41	c 61	OBJECTIVE _COST 70
59.56/60.41	o 70
59.56/60.42	v 7 11 0 1 3 15 1 3 3 13 2 15 0 2 0 2 9 5 7 3 13 4 7 5 5 6 3 8 6 14 9 12 1 15 9 3 0 14 1 5 13 7 9 1 10 10 5 14 10 10 4 6 7 10 11 1 12 6 13 4 14 13 15 13 2 0 12 3 15 15 8 11 4 3 5 7 2 12 15 12 2 8 3 9 15 5 6 5 15 2 6 8 9 3 10 14 15 10 10 9 13 7 3 14 11 8 11 11 10 11 12 2 1 13 4 1 11 8 5 4 0 7 8 9 3 7 10 4 5 14 6 2 5 14 12 14 14 15 0 12 1 13 9 8 6 14 5 7 8 13 15 3 7 13 7 6 11 10 2 4 15 10 10 11 9 5 6 10 6 13 15 6 9 2 10 14 15 13 8 8 12 12 13 15 11 6 11 12 14 12 11 12 13 14 10 12 15 14 10 5 10 11 15 13 2 11 4 12 8 12 13 5 12 8 14 9 12 1 15 8 14 9 7 8 15 9 4 6 4 11 4 8 3 8 10 6 10 4 7 9 7 15 8 15 4 9 1 15 1 10 0 0 7 14 2 10
59.56/60.42	c 61	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
59.56/60.46	c 61	OBJECTIVE BOUND: 0 <= _COST <= 70
59.56/60.46	c 61	SEARCHING: _COST <= 35
59.56/60.46	c 61	SOLVING HOME/temp.cnf
59.56/60.46	c 61	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
59.56/60.46	c 61	This is MiniSat 2.0 beta
59.56/60.46	c 61	WARNING: for repeatability, setting FPU to use double precision
59.56/60.46	c 61	============================[ Problem Statistics ]=============================
59.56/60.46	c 61	|                                                                             |
59.56/60.46	c 61	|  Number of variables:  49302                                                |
59.56/60.46	c 61	|  Number of clauses:    4885465                                              |
62.09/63.07	c 63	|  Parsing time:         2.28         s                                       |
68.92/69.96	c 70	============================[ Search Statistics ]==============================
68.92/69.96	c 70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.92/69.96	c 70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.92/69.96	c 70	===============================================================================
68.92/69.96	c 70	|         0 |   22593   292148   881458 |    97382        0    nan |  0.000 % |
69.12/70.19	c 70	|       101 |   22593   292148   881458 |   107120      101      9 | 54.174 % |
69.22/70.26	c 71	|       252 |   22593   292148   881458 |   117833      252     11 | 54.174 % |
69.22/70.29	c 71	===============================================================================
69.32/70.30	c 71	restarts              : 3
69.32/70.30	c 71	conflicts             : 329            (35 /sec)
69.32/70.30	c 71	decisions             : 6544           (0.38 % random) (694 /sec)
69.32/70.30	c 71	propagations          : 223058         (23658 /sec)
69.32/70.30	c 71	conflict literals     : 3646           (6.87 % deleted)
69.32/70.30	c 71	Memory used           : 195.17 MB
69.32/70.30	c 71	CPU time              : 9.42857 s
69.32/70.30	c 71	
69.32/70.32	c 71	SATISFIABLE
69.32/70.36	c 71	FOUND: _COST <= 35
69.32/70.36	c 71	DECODING HOME/temp.out WITH HOME/temp.map
69.32/70.36	c 71	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
69.38/70.44	c 71	Decoding HOME/temp.out
69.38/70.85	c 71	OBJECTIVE _COST 35
69.38/70.85	o 35
69.38/70.86	v 12 9 15 0 4 14 7 12 15 14 14 7 12 14 3 2 2 3 1 4 7 0 15 14 6 4 12 2 13 1 0 15 8 10 10 14 3 7 2 3 10 15 13 14 5 9 5 6 14 4 11 2 11 2 3 6 13 14 12 14 11 1 15 10 11 10 9 3 0 9 0 5 0 1 3 11 0 5 15 14 6 13 6 8 3 14 14 13 13 9 13 9 15 13 12 4 7 8 8 10 14 10 1 1 6 11 5 3 6 1 5 10 4 15 7 0 7 10 13 12 10 7 4 5 11 11 15 5 6 12 15 8 3 8 2 5 9 9 13 2 4 4 1 10 12 11 5 1 2 4 0 12 11 2 15 14 8 13 8 6 12 0 5 9 4 8 14 1 8 6 9 11 15 8 15 4 11 13 12 2 9 5 7 8 2 10 9 9 8 7 1 13 12 5 4 7 10 9 9 7 1 3 0 10 15 7 7 7 15 15 3 13 6 11 8 10 2 7 3 13 14 7 12 11 13 3 15 11 3 4 8 0 5 5 12 9 6 5 6 8 13 14 2 1 6 1 12 6 11 15 6 0 10 4 4 15
69.38/70.86	c 71	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
69.38/70.89	c 71	OBJECTIVE BOUND: 0 <= _COST <= 35
69.38/70.89	c 71	SEARCHING: _COST <= 17
69.38/70.89	c 71	SOLVING HOME/temp.cnf
69.38/70.89	c 71	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
69.90/70.90	c 71	This is MiniSat 2.0 beta
69.90/70.90	c 71	WARNING: for repeatability, setting FPU to use double precision
69.90/70.90	c 71	============================[ Problem Statistics ]=============================
69.90/70.90	c 71	|                                                                             |
69.90/70.90	c 71	|  Number of variables:  49302                                                |
69.90/70.90	c 71	|  Number of clauses:    4885465                                              |
72.47/73.55	c 74	|  Parsing time:         2.33         s                                       |
79.20/80.36	c 81	============================[ Search Statistics ]==============================
79.20/80.36	c 81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.20/80.36	c 81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.20/80.36	c 81	===============================================================================
79.20/80.36	c 81	|         0 |   20535   202867   619771 |    67622        0    nan |  0.000 % |
79.41/80.59	c 81	|       100 |   20535   202867   619771 |    74384      100      8 | 58.349 % |
79.51/80.67	c 81	===============================================================================
79.51/80.68	c 81	restarts              : 2
79.51/80.68	c 81	conflicts             : 225            (24 /sec)
79.51/80.68	c 81	decisions             : 5325           (0.38 % random) (567 /sec)
79.51/80.68	c 81	propagations          : 239859         (25548 /sec)
79.51/80.68	c 81	conflict literals     : 2074           (10.33 % deleted)
79.51/80.68	c 81	Memory used           : 195.63 MB
79.51/80.68	c 81	CPU time              : 9.38857 s
79.51/80.68	c 81	
79.60/80.70	c 81	SATISFIABLE
79.60/80.74	c 81	FOUND: _COST <= 17
79.60/80.74	c 81	DECODING HOME/temp.out WITH HOME/temp.map
79.60/80.74	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.65/80.81	c 81	Decoding HOME/temp.out
79.65/81.21	c 82	OBJECTIVE _COST 17
79.65/81.21	o 17
79.65/81.22	v 6 11 9 0 0 10 4 13 4 9 3 12 15 10 0 0 3 1 15 12 0 3 12 8 5 15 10 3 2 14 7 5 2 12 6 0 9 7 1 5 6 9 2 13 4 8 7 1 3 3 3 8 5 6 11 15 5 1 4 11 4 9 6 10 1 12 2 15 1 13 12 7 9 14 0 10 9 14 15 11 5 9 0 0 5 13 13 14 13 9 8 4 11 13 8 3 12 6 7 6 4 12 14 12 9 8 14 5 7 3 10 1 10 6 6 10 10 5 12 1 2 14 1 8 0 2 11 2 1 8 11 15 0 15 4 10 11 4 9 13 4 10 11 1 6 0 3 7 7 12 12 6 13 11 9 7 14 13 10 7 9 15 12 12 14 2 13 14 12 11 9 8 3 15 13 7 12 9 5 14 7 4 11 8 12 6 11 14 14 9 15 5 4 1 8 8 5 10 7 4 12 14 3 5 3 6 5 13 13 7 15 4 11 14 14 2 7 8 13 15 2 11 2 8 5 15 10 1 8 4 15 13 15 2 3 2 7 2 12 10 6 13 3 10 4 2 8 6 15 14 11 13 5 15 1 6
79.65/81.23	c 82	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
79.65/81.26	c 82	OBJECTIVE BOUND: 0 <= _COST <= 17
79.65/81.26	c 82	SEARCHING: _COST <= 8
79.65/81.26	c 82	SOLVING HOME/temp.cnf
79.65/81.26	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.65/81.26	c 82	This is MiniSat 2.0 beta
79.65/81.26	c 82	WARNING: for repeatability, setting FPU to use double precision
79.65/81.27	c 82	============================[ Problem Statistics ]=============================
79.65/81.27	c 82	|                                                                             |
79.65/81.27	c 82	|  Number of variables:  49302                                                |
79.65/81.27	c 82	|  Number of clauses:    4885465                                              |
82.72/83.92	c 84	|  Parsing time:         2.29         s                                       |
89.36/90.65	c 91	============================[ Search Statistics ]==============================
89.36/90.65	c 91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.36/90.65	c 91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.36/90.65	c 91	===============================================================================
89.36/90.65	c 91	|         0 |   18452   154685   481465 |    51561        0    nan |  0.000 % |
89.56/90.87	c 91	|       100 |   18452   154685   481465 |    56717      100      9 | 62.574 % |
89.66/90.90	c 91	|       250 |   18452   154685   481465 |    62389      250     11 | 62.574 % |
89.66/90.92	c 91	|       476 |   18452   154685   481465 |    68628      476     13 | 62.574 % |
89.66/90.94	c 91	===============================================================================
89.66/90.95	c 91	restarts              : 4
89.66/90.95	c 91	conflicts             : 544            (59 /sec)
89.66/90.95	c 91	decisions             : 5881           (0.39 % random) (636 /sec)
89.66/90.95	c 91	propagations          : 169519         (18333 /sec)
89.66/90.95	c 91	conflict literals     : 7029           (6.23 % deleted)
89.66/90.95	c 91	Memory used           : 194.87 MB
89.66/90.95	c 91	CPU time              : 9.24659 s
89.66/90.95	c 91	
89.66/90.97	c 91	SATISFIABLE
89.76/91.00	c 91	FOUND: _COST <= 8
89.76/91.00	c 91	DECODING HOME/temp.out WITH HOME/temp.map
89.76/91.00	c 91	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
89.76/91.08	c 91	Decoding HOME/temp.out
89.96/91.30	c 92	OBJECTIVE _COST 8
89.96/91.30	o 8
90.05/91.31	v 0 8 1 10 2 6 3 1 11 12 1 11 3 13 10 2 4 14 8 4 2 2 10 5 13 10 15 14 14 7 14 7 11 0 8 1 14 3 2 2 13 7 10 14 3 7 8 1 9 9 14 5 0 15 1 15 4 5 10 1 7 7 0 6 4 11 4 8 8 3 6 15 10 12 2 4 7 6 6 13 9 2 12 15 15 13 15 5 6 5 15 3 4 12 11 11 11 7 1 8 0 9 12 13 5 3 13 12 6 1 0 9 13 14 8 13 14 13 14 11 2 4 14 12 8 5 0 9 12 15 15 5 2 5 5 14 3 1 1 10 2 0 6 3 9 8 10 13 3 13 1 15 4 12 7 6 15 3 8 0 9 12 6 9 8 15 15 2 0 4 8 7 11 5 9 10 11 9 8 6 7 9 12 0 7 9 8 13 5 3 10 4 10 12 3 13 13 4 14 8 14 1 9 15 10 4 11 6 14 13 2 7 4 4 9 6 14 8 2 11 11 11 15 3 3 10 5 2 2 11 1 12 1 7 12 12 6 9 5 10 11 3 14 0 6 12 7 0 5 7 5 4 6 10 11 0
90.05/91.31	c 92	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
90.05/91.37	c 92	OBJECTIVE BOUND: 0 <= _COST <= 8
90.05/91.37	c 92	SEARCHING: _COST <= 4
90.05/91.37	c 92	SOLVING HOME/temp.cnf
90.05/91.37	c 92	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.05/91.37	c 92	This is MiniSat 2.0 beta
90.05/91.37	c 92	WARNING: for repeatability, setting FPU to use double precision
90.05/91.37	c 92	============================[ Problem Statistics ]=============================
90.05/91.37	c 92	|                                                                             |
90.05/91.38	c 92	|  Number of variables:  49302                                                |
90.05/91.38	c 92	|  Number of clauses:    4885465                                              |
92.67/94.07	c 94	|  Parsing time:         2.36         s                                       |
99.31/100.78	c 101	============================[ Search Statistics ]==============================
99.31/100.78	c 101	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.31/100.78	c 101	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.31/100.78	c 101	===============================================================================
99.31/100.78	c 101	|         0 |   16512   129831   412719 |    43277        0    nan |  0.000 % |
99.61/101.01	c 101	|       100 |   16512   129831   412719 |    47604      100      8 | 66.508 % |
99.61/101.04	c 101	|       250 |   16512   129831   412719 |    52365      250     10 | 66.508 % |
99.61/101.06	c 101	|       476 |   16512   129831   412719 |    57601      476     14 | 66.508 % |
99.61/101.08	c 101	===============================================================================
99.61/101.08	c 101	restarts              : 4
99.61/101.08	c 101	conflicts             : 582            (63 /sec)
99.61/101.08	c 101	decisions             : 6683           (0.45 % random) (718 /sec)
99.61/101.08	c 101	propagations          : 180546         (19396 /sec)
99.61/101.08	c 101	conflict literals     : 7794           (3.98 % deleted)
99.61/101.08	c 101	Memory used           : 195.41 MB
99.61/101.08	c 101	CPU time              : 9.30858 s
99.61/101.08	c 101	
99.71/101.11	c 101	SATISFIABLE
99.71/101.14	c 101	FOUND: _COST <= 4
99.71/101.14	c 101	DECODING HOME/temp.out WITH HOME/temp.map
99.71/101.14	c 101	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
99.75/101.22	c 102	Decoding HOME/temp.out
99.75/101.62	c 102	OBJECTIVE _COST 4
99.75/101.62	o 4
99.75/101.63	v 9 11 9 1 7 14 8 9 3 12 14 12 4 7 4 0 8 4 6 10 4 12 9 2 8 2 7 14 11 12 15 14 8 7 5 3 6 4 15 15 12 9 2 6 3 9 2 3 0 1 15 7 0 5 5 7 13 12 3 7 12 6 1 12 0 1 8 3 15 8 9 2 15 13 4 1 6 12 6 1 1 6 6 10 2 8 10 14 1 6 3 13 11 9 8 15 12 4 1 5 10 9 13 10 2 6 4 13 15 1 0 15 13 2 3 13 3 7 2 14 5 7 2 1 0 11 11 8 15 8 11 7 4 8 13 14 9 0 1 7 10 10 13 9 4 6 5 1 13 11 8 4 10 13 9 10 15 0 13 0 0 6 5 9 8 10 10 11 10 14 7 1 1 7 14 10 15 2 4 5 9 7 3 3 14 13 11 0 12 13 8 13 3 4 3 13 13 14 2 7 12 0 11 12 0 5 11 5 6 14 2 11 3 14 7 10 5 0 11 10 10 14 0 6 11 3 11 4 14 2 4 15 9 5 6 9 15 8 5 5 5 12 14 2 13 15 12 15 12 6 11 4 8 5 2 3
99.75/101.64	c 102	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
99.75/101.67	c 102	OBJECTIVE BOUND: 0 <= _COST <= 4
99.75/101.67	c 102	SEARCHING: _COST <= 2
99.75/101.67	c 102	SOLVING HOME/temp.cnf
99.75/101.67	c 102	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
99.75/101.67	c 102	This is MiniSat 2.0 beta
99.75/101.67	c 102	WARNING: for repeatability, setting FPU to use double precision
99.75/101.67	c 102	============================[ Problem Statistics ]=============================
99.75/101.67	c 102	|                                                                             |
99.75/101.67	c 102	|  Number of variables:  49302                                                |
99.75/101.67	c 102	|  Number of clauses:    4885465                                              |
102.84/104.32	c 105	|  Parsing time:         2.29         s                                       |
109.37/110.97	c 111	============================[ Search Statistics ]==============================
109.37/110.97	c 111	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
109.37/110.97	c 111	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
109.37/110.97	c 111	===============================================================================
109.37/110.97	c 111	|         0 |   14576   114484   372484 |    38161        0    nan |  0.000 % |
109.57/111.20	c 111	|       100 |   14576   114484   372484 |    41977      100      9 | 70.435 % |
109.67/111.22	c 112	|       251 |   14576   114484   372484 |    46175      251     12 | 70.435 % |
109.67/111.25	c 112	|       476 |   14576   114484   372484 |    50792      476     12 | 70.435 % |
109.67/111.28	c 112	|       813 |   14576   114484   372484 |    55872      813     13 | 70.435 % |
109.77/111.33	c 112	|      1320 |   14576   114484   372484 |    61459     1320     15 | 70.435 % |
109.77/111.35	c 112	===============================================================================
109.77/111.35	c 112	restarts              : 6
109.77/111.35	c 112	conflicts             : 1422           (154 /sec)
109.77/111.35	c 112	decisions             : 10415          (0.43 % random) (1125 /sec)
109.77/111.35	c 112	propagations          : 247214         (26710 /sec)
109.77/111.35	c 112	conflict literals     : 20317          (3.81 % deleted)
109.77/111.35	c 112	Memory used           : 195.44 MB
109.77/111.35	c 112	CPU time              : 9.25559 s
109.77/111.35	c 112	
109.77/111.37	c 112	SATISFIABLE
109.87/111.40	c 112	FOUND: _COST <= 2
109.87/111.40	c 112	DECODING HOME/temp.out WITH HOME/temp.map
109.87/111.40	c 112	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
109.87/111.49	c 112	Decoding HOME/temp.out
109.89/111.70	c 112	OBJECTIVE _COST 2
109.89/111.70	o 2
109.89/111.71	v 0 0 1 0 8 4 13 11 3 0 9 11 3 7 3 15 10 13 2 4 1 8 11 11 13 11 15 4 6 9 10 2 13 14 5 12 1 0 7 5 8 15 10 12 7 7 5 5 9 0 12 0 6 15 9 14 9 11 2 3 10 5 13 9 12 13 1 11 0 3 9 1 2 3 7 4 10 1 10 3 10 10 13 5 8 8 14 14 4 12 12 8 5 4 14 2 11 5 4 5 14 6 3 4 3 8 1 0 10 14 12 9 6 15 13 6 11 8 4 14 3 11 1 0 6 8 9 12 11 0 15 13 7 14 5 10 0 1 2 1 2 4 0 6 11 10 4 13 5 14 13 2 15 7 15 15 9 10 12 5 5 9 3 15 1 8 14 6 4 10 6 7 11 13 7 14 9 12 9 7 6 11 14 6 7 12 0 2 11 12 11 9 2 6 7 10 3 8 12 12 8 4 13 2 0 9 14 8 8 2 3 4 13 12 1 0 6 15 7 7 5 15 13 8 15 14 10 6 15 5 15 14 6 2 2 2 10 12 3 9 4 14 4 2 8 7 6 3 1 5 1 3 13 15 7 1
109.89/111.72	c 112	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
109.89/111.72	c 112	OBJECTIVE BOUND: 0 <= _COST <= 2
109.89/111.72	c 112	SEARCHING: _COST <= 1
109.89/111.72	c 112	SOLVING HOME/temp.cnf
109.89/111.72	c 112	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
109.89/111.73	c 112	This is MiniSat 2.0 beta
109.89/111.73	c 112	WARNING: for repeatability, setting FPU to use double precision
109.89/111.73	c 112	============================[ Problem Statistics ]=============================
109.89/111.73	c 112	|                                                                             |
109.89/111.73	c 112	|  Number of variables:  49302                                                |
109.89/111.73	c 112	|  Number of clauses:    4885465                                              |
112.74/114.40	c 115	|  Parsing time:         2.32         s                                       |
119.37/121.06	c 121	============================[ Search Statistics ]==============================
119.37/121.06	c 121	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
119.37/121.06	c 121	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
119.37/121.06	c 121	===============================================================================
119.37/121.06	c 121	|         0 |   12641   103904   346548 |    34634        0    nan |  0.000 % |
119.56/121.28	c 122	|       100 |   12641   103904   346548 |    38098      100     10 | 74.360 % |
119.66/121.30	c 122	|       251 |   12641   103904   346548 |    41907      251     10 | 74.360 % |
119.66/121.33	c 122	|       476 |   12641   103904   346548 |    46098      476     12 | 74.360 % |
119.66/121.38	c 122	|       813 |   12641   103904   346548 |    50708      813     17 | 74.360 % |
119.76/121.40	c 122	===============================================================================
119.76/121.40	c 122	restarts              : 5
119.76/121.40	c 122	conflicts             : 895            (97 /sec)
119.76/121.40	c 122	decisions             : 7820           (0.55 % random) (846 /sec)
119.76/121.40	c 122	propagations          : 212730         (23011 /sec)
119.76/121.40	c 122	conflict literals     : 14726          (3.18 % deleted)
119.76/121.40	c 122	Memory used           : 195.50 MB
119.76/121.40	c 122	CPU time              : 9.24459 s
119.76/121.40	c 122	
119.76/121.42	c 122	SATISFIABLE
119.76/121.45	c 122	FOUND: _COST <= 1
119.76/121.45	c 122	DECODING HOME/temp.out WITH HOME/temp.map
119.76/121.45	c 122	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
119.84/121.54	c 122	Decoding HOME/temp.out
119.84/121.75	c 122	OBJECTIVE _COST 1
119.84/121.75	o 1
119.84/121.76	v 1 12 13 1 11 3 4 1 7 7 6 4 3 10 10 15 14 12 6 15 1 10 6 2 9 9 6 6 14 3 11 11 12 0 5 10 1 15 8 8 12 13 7 1 2 12 2 10 5 5 8 9 13 0 0 9 10 7 8 0 7 1 8 4 3 0 3 2 3 7 11 7 8 3 15 7 8 8 6 4 14 1 0 5 5 9 14 5 11 2 13 12 5 0 0 0 4 12 9 5 13 15 3 13 8 12 2 11 11 7 4 5 7 4 10 7 10 0 14 2 10 0 1 14 9 9 15 9 5 13 11 2 15 6 2 13 10 4 3 11 6 9 6 11 14 6 12 1 1 12 12 15 6 7 13 4 3 5 9 15 0 3 15 14 9 14 14 0 5 1 6 4 8 2 3 13 14 12 12 0 5 2 15 9 11 11 12 14 14 7 7 10 8 8 10 13 2 1 13 10 6 0 9 14 11 1 3 11 10 4 15 4 2 10 1 14 8 8 4 5 13 3 2 12 2 4 7 4 13 6 5 8 15 4 14 15 11 9 15 12 6 13 6 15 8 3 13 1 10 3 9 12 11 5 7 2
119.84/121.76	c 122	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
119.84/121.77	c 122	OBJECTIVE BOUND: 0 <= _COST <= 1
119.84/121.77	c 122	SEARCHING: _COST <= 0
119.84/121.77	c 122	SOLVING HOME/temp.cnf
119.84/121.77	c 122	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
119.84/121.78	c 122	This is MiniSat 2.0 beta
119.84/121.78	c 122	WARNING: for repeatability, setting FPU to use double precision
119.84/121.78	c 122	============================[ Problem Statistics ]=============================
119.84/121.78	c 122	|                                                                             |
119.84/121.78	c 122	|  Number of variables:  49302                                                |
119.84/121.78	c 122	|  Number of clauses:    4885465                                              |
122.72/124.44	c 125	|  Parsing time:         2.33         s                                       |
129.26/131.08	c 131	============================[ Search Statistics ]==============================
129.26/131.08	c 131	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
129.26/131.08	c 131	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
129.26/131.08	c 131	===============================================================================
129.26/131.08	c 131	|         0 |    7680    95076   325024 |    31692        0    nan |  0.000 % |
129.55/131.30	c 132	|       100 |    7680    95076   325024 |    34861      100      6 | 84.423 % |
129.55/131.32	c 132	|       250 |    7680    95076   325024 |    38347      250      7 | 84.423 % |
129.55/131.34	c 132	|       476 |    7680    95076   325024 |    42182      476      8 | 84.423 % |
129.55/131.37	c 132	|       813 |    7680    95076   325024 |    46400      813      8 | 84.423 % |
129.55/131.39	c 132	|      1321 |    7680    95076   325024 |    51040     1321      8 | 84.423 % |
129.65/131.43	c 132	|      2080 |    7680    95076   325024 |    56144     2080      9 | 84.423 % |
129.65/131.48	c 132	|      3220 |    7680    95076   325024 |    61758     3220      9 | 84.423 % |
129.75/131.57	c 132	|      4928 |    7680    95076   325024 |    67934     4928     10 | 84.423 % |
129.85/131.67	c 132	|      7490 |    7680    95076   325024 |    74728     7490     10 | 84.423 % |
130.05/131.86	c 132	|     11334 |    7680    95076   325024 |    82200    11334     11 | 84.423 % |
130.35/132.10	c 132	|     17103 |    7680    95076   325024 |    90420    17103     10 | 84.423 % |
130.74/132.57	c 133	|     25752 |    7680    95076   325024 |    99463    25752     11 | 84.423 % |
131.94/133.75	c 134	|     38726 |    7680    95076   325024 |   109409    38726     12 | 84.423 % |
134.21/136.09	c 136	|     58187 |    7680    95076   325024 |   120350    58187     13 | 84.423 % |
136.89/138.73	c 139	|     87379 |    7680    95076   325024 |   132385    87379     14 | 84.423 % |
144.42/146.31	c 147	|    131169 |    7680    95076   325024 |   145623   131169     15 | 84.423 % |
159.76/161.87	c 162	|    196854 |    7680    95076   325024 |   160186    23182     17 | 84.423 % |
191.66/194.03	c 194	|    295381 |    7680    95076   325024 |   176204   121709     16 | 84.423 % |
229.94/232.75	c 233	|    443170 |    7680    95076   325024 |   193825    62013     17 | 84.423 % |
319.01/322.62	c 323	|    664853 |    7680    95076   325024 |   213207    61381     18 | 84.423 % |
496.72/502.00	c 502	|    997378 |    7680    95076   325024 |   234528   149967     20 | 84.423 % |
850.86/859.55	c 860	|   1496167 |    7680    95076   325024 |   257981   120803     20 | 84.423 % |
1476.94/1491.55	c 1492	|   2244349 |    7680    95076   325024 |   283779   292303     19 | 84.423 % |
2362.93/2385.91	c 2386	|   3366623 |    7680    95076   325024 |   312157   158314     16 | 84.423 % |
3600.06/3633.22	c ERROR INTERRUPTED
3600.06/3633.25	c 3634	CPU 115.41 (0.07 0.03 115.34 4.71)
3600.06/3633.25	c 3634	END Sat Jul 12 15:24:29 2008

Verifier Data (download as text)

OK	1	1934
1 unsatisfied constraints, 1934 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-1112322-1215865435/watcher-1112322-1215865435 -o /tmp/evaluation-result-1112322-1215865435/solver-1112322-1215865435 -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-1112322-1215865435.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/81 17581
/proc/meminfo: memFree=1831888/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=12268 CPUtime=0
/proc/17581/stat : 17581 (sugar) R 17579 17581 16922 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43246422 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 214928767998 0 0 4224 0 0 0 0 17 1 0 0
/proc/17581/statm: 3067 316 241 3 0 167 0

[startup+0.0946211 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17581
/proc/meminfo: memFree=1831888/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.04
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43246422 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101619 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17581
/proc/meminfo: memFree=1831888/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.04
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43246422 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301642 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17581
/proc/meminfo: memFree=1831888/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.04
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43246422 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701698 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17581
/proc/meminfo: memFree=1831888/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.04
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 43246422 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 17603
/proc/meminfo: memFree=1824312/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.67
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 974 5098 0 1 3 1 60 3 15 0 1 0 43246422 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 797 370 3 0 500 0
[pid=17594] ppid=17581 vsize=5356 CPUtime=0
/proc/17594/stat : 17594 (sh) S 17581 17581 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43246496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17594/statm: 1339 233 193 169 0 50 0
[pid=17595] ppid=17594 vsize=868292 CPUtime=0.74
/proc/17595/stat : 17595 (java) S 17594 17581 16922 0 -1 0 5347 0 1 0 71 3 0 0 18 0 9 0 43246496 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17595/statm: 217073 4777 1732 9 0 211648 0
[pid=17595/tid=17596] ppid=17594 vsize=868292 CPUtime=0.51
/proc/17595/task/17596/stat : 17596 (java) R 17594 17581 16922 0 -1 64 2646 0 1 0 50 1 0 0 21 0 9 0 43246497 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4125956420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17597] ppid=17594 vsize=868292 CPUtime=0.03
/proc/17595/task/17597/stat : 17597 (java) S 17594 17581 16922 0 -1 64 566 0 0 0 3 0 0 0 16 0 9 0 43246498 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17598] ppid=17594 vsize=868292 CPUtime=0
/proc/17595/task/17598/stat : 17598 (java) S 17594 17581 16922 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43246498 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17599] ppid=17594 vsize=868292 CPUtime=0
/proc/17595/task/17599/stat : 17599 (java) S 17594 17581 16922 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43246498 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17600] ppid=17594 vsize=868292 CPUtime=0
/proc/17595/task/17600/stat : 17600 (java) S 17594 17581 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43246500 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17601] ppid=17594 vsize=868292 CPUtime=0.17
/proc/17595/task/17601/stat : 17601 (java) S 17594 17581 16922 0 -1 64 1443 0 0 0 17 0 0 0 16 0 9 0 43246500 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17602] ppid=17594 vsize=868292 CPUtime=0
/proc/17595/task/17602/stat : 17602 (java) S 17594 17581 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43246500 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17603] ppid=17594 vsize=868292 CPUtime=0
/proc/17595/task/17603/stat : 17603 (java) S 17594 17581 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43246500 889131008 4777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887248

[startup+3.10302 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 17603
/proc/meminfo: memFree=1810424/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.67
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 974 5098 0 1 3 1 60 3 15 0 1 0 43246422 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 797 370 3 0 500 0
[pid=17594] ppid=17581 vsize=5356 CPUtime=0
/proc/17594/stat : 17594 (sh) S 17581 17581 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43246496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17594/statm: 1339 233 193 169 0 50 0
[pid=17595] ppid=17594 vsize=868516 CPUtime=2.32
/proc/17595/stat : 17595 (java) S 17594 17581 16922 0 -1 0 8303 0 1 0 222 10 0 0 18 0 9 0 43246496 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17595/statm: 217129 7277 2565 9 0 211676 0
[pid=17595/tid=17596] ppid=17594 vsize=868516 CPUtime=1.7
/proc/17595/task/17596/stat : 17596 (java) R 17594 17581 16922 0 -1 64 2951 0 1 0 165 5 0 0 24 0 9 0 43246497 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4126551240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17597] ppid=17594 vsize=868516 CPUtime=0.3
/proc/17595/task/17597/stat : 17597 (java) S 17594 17581 16922 0 -1 64 3144 0 0 0 28 2 0 0 16 0 9 0 43246498 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17598] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17598/stat : 17598 (java) S 17594 17581 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43246498 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17599] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17599/stat : 17599 (java) S 17594 17581 16922 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43246498 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17600] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17600/stat : 17600 (java) S 17594 17581 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43246500 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17601] ppid=17594 vsize=868516 CPUtime=0.28
/proc/17595/task/17601/stat : 17601 (java) S 17594 17581 16922 0 -1 64 1515 0 0 0 27 1 0 0 15 0 9 0 43246500 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17602] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17602/stat : 17602 (java) S 17594 17581 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43246500 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17603] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17603/stat : 17603 (java) S 17594 17581 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43246500 889360384 7277 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887472

[startup+6.30245 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 17603
/proc/meminfo: memFree=1778488/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13600 CPUtime=0.67
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 974 5098 0 1 3 1 60 3 16 0 1 0 43246422 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3400 797 370 3 0 500 0
[pid=17594] ppid=17581 vsize=5356 CPUtime=0
/proc/17594/stat : 17594 (sh) S 17581 17581 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43246496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17594/statm: 1339 233 193 169 0 50 0
[pid=17595] ppid=17594 vsize=868516 CPUtime=5.47
/proc/17595/stat : 17595 (java) S 17594 17581 16922 0 -1 0 9274 0 1 0 512 35 0 0 18 0 9 0 43246496 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17595/statm: 217129 7282 2565 9 0 211676 0
[pid=17595/tid=17596] ppid=17594 vsize=868516 CPUtime=4.62
/proc/17595/task/17596/stat : 17596 (java) R 17594 17581 16922 0 -1 64 3917 0 1 0 436 26 0 0 25 0 9 0 43246497 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4127036199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17597] ppid=17594 vsize=868516 CPUtime=0.53
/proc/17595/task/17597/stat : 17597 (java) S 17594 17581 16922 0 -1 64 3144 0 0 0 47 6 0 0 16 0 9 0 43246498 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17598] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17598/stat : 17598 (java) S 17594 17581 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43246498 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17599] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17599/stat : 17599 (java) S 17594 17581 16922 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43246498 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17600] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17600/stat : 17600 (java) S 17594 17581 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43246500 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17601] ppid=17594 vsize=868516 CPUtime=0.29
/proc/17595/task/17601/stat : 17601 (java) S 17594 17581 16922 0 -1 64 1520 0 0 0 28 1 0 0 16 0 9 0 43246500 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17602] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17602/stat : 17602 (java) S 17594 17581 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43246500 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17603] ppid=17594 vsize=868516 CPUtime=0
/proc/17595/task/17603/stat : 17603 (java) S 17594 17581 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43246500 889360384 7282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887472

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 17605
/proc/meminfo: memFree=1712824/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=11.63
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 1109 16369 0 2 4 1 1070 88 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17604] ppid=17581 vsize=5356 CPUtime=0
/proc/17604/stat : 17604 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43247612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17604/statm: 1339 232 193 169 0 50 0
[pid=17605] ppid=17604 vsize=69556 CPUtime=0.77
/proc/17605/stat : 17605 (minisat) R 17604 17581 16922 0 -1 4194304 16330 0 0 0 68 9 0 0 25 0 1 0 43247612 71225344 16316 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/17605/statm: 17389 16316 62 150 0 17236 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 88776

[startup+25.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 17605
/proc/meminfo: memFree=1530360/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=11.63
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 1109 16369 0 2 4 1 1070 88 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17604] ppid=17581 vsize=5356 CPUtime=0
/proc/17604/stat : 17604 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43247612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17604/statm: 1339 232 193 169 0 50 0
[pid=17605] ppid=17604 vsize=198348 CPUtime=13.45
/proc/17605/stat : 17605 (minisat) R 17604 17581 16922 0 -1 4194304 48905 0 0 0 1315 30 0 0 25 0 1 0 43247612 203108352 48891 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/17605/statm: 49587 48891 76 150 0 49434 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 217568

[startup+51.1015 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 17641
/proc/meminfo: memFree=1669944/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=49.1
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 1462 176947 0 5 5 1 4702 202 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17640] ppid=17581 vsize=5356 CPUtime=0
/proc/17640/stat : 17640 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43251405 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17640/statm: 1339 232 193 169 0 50 0
[pid=17641] ppid=17640 vsize=108324 CPUtime=1.23
/proc/17641/stat : 17641 (minisat) R 17640 17581 16922 0 -1 4194304 25883 0 0 0 108 15 0 0 25 0 1 0 43251406 110923776 25869 996147200 134512640 135127466 4294956256 18446744073709551615 134514160 0 0 4096 3 0 0 0 17 1 0 0
/proc/17641/statm: 27081 25869 62 150 0 26928 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 127544

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17701
/proc/meminfo: memFree=1679288/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=100.24
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2039 444705 0 10 6 2 9625 391 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0

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

/proc/meminfo: memFree=1387720/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=226120 CPUtime=2953.69
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55031 0 0 0 295330 39 0 0 25 0 1 0 43258600 231546880 55017 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 56530 55017 76 150 0 56377 0
Current children cumulated CPU time (s) 3073.83
Current children cumulated vsize (KiB) 245340

[startup+3162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 17804
/proc/meminfo: memFree=1386440/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=226264 CPUtime=3013.44
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55078 0 0 0 301305 39 0 0 25 0 1 0 43258600 231694336 55064 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 56566 55064 76 150 0 56413 0
Current children cumulated CPU time (s) 3133.58
Current children cumulated vsize (KiB) 245484

[startup+3222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 17804
/proc/meminfo: memFree=1385800/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=226700 CPUtime=3072.88
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55166 0 0 0 307248 40 0 0 25 0 1 0 43258600 232140800 55152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 56675 55152 76 150 0 56522 0
Current children cumulated CPU time (s) 3193.02
Current children cumulated vsize (KiB) 245920

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17806
/proc/meminfo: memFree=1385352/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=227024 CPUtime=3132.31
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55268 0 0 0 313191 40 0 0 25 0 1 0 43258600 232472576 55254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 56756 55254 76 150 0 56603 0
Current children cumulated CPU time (s) 3252.45
Current children cumulated vsize (KiB) 246244

[startup+3342.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 17841
/proc/meminfo: memFree=1453064/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=227184 CPUtime=3191.75
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55288 0 0 0 319133 42 0 0 25 0 1 0 43258600 232636416 55274 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 56796 55274 76 150 0 56643 0
Current children cumulated CPU time (s) 3311.89
Current children cumulated vsize (KiB) 246404

[startup+3402.31 s]
/proc/loadavg: 2.18 2.07 2.01 4/83 17841
/proc/meminfo: memFree=1407432/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=227400 CPUtime=3251.19
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55344 0 0 0 325077 42 0 0 25 0 1 0 43258600 232857600 55330 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 56850 55330 76 150 0 56697 0
Current children cumulated CPU time (s) 3371.33
Current children cumulated vsize (KiB) 246620

[startup+3462.3 s]
/proc/loadavg: 2.51 2.17 2.05 4/83 17841
/proc/meminfo: memFree=1406792/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=227904 CPUtime=3310.62
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55449 0 0 0 331020 42 0 0 25 0 1 0 43258600 233373696 55435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 56976 55435 76 150 0 56823 0
Current children cumulated CPU time (s) 3430.76
Current children cumulated vsize (KiB) 247124

[startup+3522.3 s]
/proc/loadavg: 2.53 2.24 2.08 3/83 17841
/proc/meminfo: memFree=1406280/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=228588 CPUtime=3370.06
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55592 0 0 0 336964 42 0 0 25 0 1 0 43258600 234074112 55578 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 57147 55578 76 150 0 56994 0
Current children cumulated CPU time (s) 3490.2
Current children cumulated vsize (KiB) 247808

[startup+3582.3 s]
/proc/loadavg: 2.65 2.33 2.12 4/83 17841
/proc/meminfo: memFree=1405960/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=228752 CPUtime=3429.5
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55661 0 0 0 342908 42 0 0 25 0 1 0 43258600 234242048 55647 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 57188 55647 76 150 0 57035 0
Current children cumulated CPU time (s) 3549.64
Current children cumulated vsize (KiB) 247972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.2 s]
/proc/loadavg: 2.80 2.43 2.16 4/83 17841
/proc/meminfo: memFree=1405896/2055920 swapFree=4192812/4192956
[pid=17581] ppid=17579 vsize=13864 CPUtime=120.14
/proc/17581/stat : 17581 (sugar) S 17579 17581 16922 0 -1 4194304 2269 551972 0 12 7 3 11534 470 16 0 1 0 43246422 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17581/statm: 3466 857 374 3 0 566 0
[pid=17724] ppid=17581 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17581 17581 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43258599 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=228752 CPUtime=3479.92
/proc/17725/stat : 17725 (minisat) R 17724 17581 16922 0 -1 4194304 55672 0 0 0 347950 42 0 0 25 0 1 0 43258600 234242048 55658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 57188 55658 76 150 0 57035 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 247972

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17581 and gives
#  childrusage.ru_utime.tv_sec=115
#  childrusage.ru_utime.tv_usec=420453
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=800270
# CPU time returned by wait4() is 120.221
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.31
CPU time (s): 3600.06
CPU user time (s): 3594.91
CPU system time (s): 5.15
CPU usage (%): 99.0849
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.42
system time used= 4.80027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554582
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= 28049
involuntary context switches= 32074

runsolver used 5.97509 second user time and 10.5534 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-12 14:23:55
IDJOB=1112322
IDBENCH=61398
IDSOLVER=368
FILE ID=node10/1112322-1215865435
PBS_JOBID= 7903472
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-16.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-1112322-1215865435/watcher-1112322-1215865435 -o /tmp/evaluation-result-1112322-1215865435/solver-1112322-1215865435 -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-1112322-1215865435.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 468d36833d7492d6979583a020018ac9
RANDOM SEED=1428552792

node10.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.236
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.236
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:       1832368 kB
Buffers:         47092 kB
Cached:          88364 kB
SwapCached:          0 kB
Active:          95084 kB
Inactive:        70816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          50636 kB
Slab:            42792 kB
Committed_AS:   241500 kB
PageTables:       1852 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= 66508 MiB
End job on node10 at 2008-07-12 15:24:31