Trace number 1108790

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+minisatOPTIMUM2 826.919 830.295

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-12_ext.xml
MD5SUM2b59979b7e266fd7178b76da6c418fa5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark119.671
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul 11 16:24:40 2008
0.00/0.05	c 0	PID 14280
0.04/0.05	c 0	HOST node31.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1108790-1215786280.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108790-1215786280.xml' 'HOME/temp.csp'
0.04/0.50	c 1	16 domains, 225 variables, 0 predicates, 16 relations, 2519 constraints
0.04/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.56	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.46/0.67	c 1	Parsing HOME/temp.csp
0.46/0.87	c 1	parsed 2776 expressions
0.46/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.91	c 1	MAX CSP: 2519 constraints
0.46/0.91	c 1	Converting to clausal form CSP
0.46/0.97	c 1	converted 530 (10%) expressions
0.85/1.02	c 1	converted 1060 (20%) expressions
0.95/1.11	c 1	converted 1590 (30%) expressions
0.95/1.14	c 1	converted 2120 (40%) expressions
0.95/1.15	c 1	converted 2649 (50%) expressions
0.95/1.17	c 1	converted 3179 (60%) expressions
1.04/1.20	c 1	converted 3709 (70%) expressions
1.04/1.25	c 1	converted 4239 (80%) expressions
1.04/1.26	c 2	converted 4769 (90%) expressions
1.34/1.55	c 2	converted 5298 (100%) expressions
1.34/1.55	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 3779
1.34/1.55	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.55	c 2	Propagation in CSP
1.44/1.66	c 2	2511 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.66	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.44/1.66	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.66	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.67	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.44/1.67	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.74	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.54/1.76	c 2	527 (10%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.54/1.77	c 2	1053 (20%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.54/1.77	c 2	1579 (30%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.54/1.77	c 2	2106 (40%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.54/1.77	c 2	2632 (50%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.54/1.78	c 2	3158 (60%) CSP integer variables are encoded (6900 clauses, 87709 bytes)
1.54/1.79	c 2	3685 (70%) CSP integer variables are encoded (11132 clauses, 151123 bytes)
1.54/1.80	c 2	4211 (80%) CSP integer variables are encoded (17105 clauses, 240718 bytes)
1.64/1.81	c 2	4737 (90%) CSP integer variables are encoded (21675 clauses, 309268 bytes)
1.64/1.85	c 2	5263 (100%) CSP integer variables are encoded (52891 clauses, 777508 bytes)
1.74/1.95	c 2	756 (10%) CSP clauses are encoded (57091 clauses, 876596 bytes)
1.83/2.01	c 2	1512 (20%) CSP clauses are encoded (61473 clauses, 983993 bytes)
1.83/2.06	c 2	2267 (30%) CSP clauses are encoded (65812 clauses, 1097875 bytes)
1.93/2.17	c 2	3023 (40%) CSP clauses are encoded (101738 clauses, 1755477 bytes)
2.63/2.88	c 3	3778 (50%) CSP clauses are encoded (475269 clauses, 9288719 bytes)
2.91/3.10	c 3	4534 (60%) CSP clauses are encoded (582063 clauses, 11544645 bytes)
4.98/5.27	c 6	5290 (70%) CSP clauses are encoded (1688991 clauses, 35277460 bytes)
5.29/5.52	c 6	6045 (80%) CSP clauses are encoded (1811756 clauses, 37873840 bytes)
5.88/6.11	c 6	6801 (90%) CSP clauses are encoded (2122374 clauses, 44502325 bytes)
18.09/18.64	c 19	7556 (100%) CSP clauses are encoded (8100288 clauses, 172589450 bytes)
18.09/18.64	c 19	7556 CSP clauses encoded
18.09/18.64	c 19	Writing map file : HOME/temp.map
18.09/18.69	c 19	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.09/18.69	c 19	SAT : 58049 SAT variables, 8100288 SAT clauses, 172589450 bytes
18.09/18.69	c 19	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.18/18.73	c 19	OBJECTIVE minimize _COST
18.18/18.73	c 19	OBJECTIVE BOUND: 0 <= _COST <= 
18.18/18.73	c 19	SEARCHING: _COST <= 1260
18.18/18.73	c 19	SOLVING HOME/temp.cnf
18.18/18.73	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.18/18.73	c 19	This is MiniSat 2.0 beta
18.18/18.73	c 19	WARNING: for repeatability, setting FPU to use double precision
18.18/18.73	c 19	============================[ Problem Statistics ]=============================
18.18/18.73	c 19	|                                                                             |
18.18/18.74	c 19	|  Number of variables:  58049                                                |
18.18/18.74	c 19	|  Number of clauses:    8100289                                              |
22.40/23.02	c 23	|  Parsing time:         3.62         s                                       |
32.06/32.70	c 33	============================[ Search Statistics ]==============================
32.06/32.70	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.06/32.70	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.06/32.70	c 33	===============================================================================
32.06/32.71	c 33	|         0 |   42941  5151224 15361356 |  1717074        0    nan |  0.000 % |
32.56/33.20	c 33	===============================================================================
32.56/33.20	c 33	restarts              : 1
32.56/33.21	c 33	conflicts             : 5              (0 /sec)
32.56/33.21	c 33	decisions             : 100            (0.00 % random) (7 /sec)
32.56/33.21	c 33	propagations          : 58665          (4259 /sec)
32.56/33.21	c 33	conflict literals     : 277            (0.00 % deleted)
32.56/33.21	c 33	Memory used           : 325.94 MB
32.56/33.21	c 33	CPU time              : 13.7749 s
32.56/33.21	c 33	
32.56/33.23	c 33	SATISFIABLE
32.56/33.28	c 34	FOUND: _COST <= 1260
32.56/33.28	s SATISFIABLE
32.56/33.28	c 34	DECODING HOME/temp.out WITH HOME/temp.map
32.56/33.28	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
32.66/33.39	c 34	Decoding HOME/temp.out
32.66/33.61	c 34	OBJECTIVE _COST 199
32.66/33.61	o 199
32.66/33.62	v 14 0 7 7 9 2 0 11 10 6 1 4 13 3 8 11 7 5 2 6 4 14 9 13 10 12 0 1 8 1 5 7 8 12 6 10 11 3 14 1 4 2 9 6 0 7 13 8 8 4 14 6 12 3 9 11 10 0 1 5 8 8 13 11 0 6 4 7 2 5 3 9 14 1 12 10 1 4 14 10 13 12 13 1 11 8 6 5 2 7 6 10 2 0 14 7 13 8 5 12 2 1 11 4 3 12 14 3 9 5 12 7 6 0 8 10 11 2 13 9 9 6 14 13 11 8 5 4 7 0 10 1 3 12 2 4 4 9 10 2 3 1 12 11 13 5 14 7 8 6 13 9 10 13 1 5 11 14 2 6 3 12 8 9 7 0 11 12 1 12 7 3 2 9 4 13 8 11 14 10 1 12 11 5 13 0 8 7 6 14 9 3 4 10 11 3 2 1 8 4 11 10 5 12 9 6 7 14 11 13 2 5 6 3 8 9 9 10 4 11 7 13 12 0 14
32.66/33.62	c 34	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.66/33.68	c 34	OBJECTIVE BOUND: 0 <= _COST <= 199
32.66/33.68	c 34	SEARCHING: _COST <= 99
32.66/33.68	c 34	SOLVING HOME/temp.cnf
32.66/33.68	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.66/33.68	c 34	This is MiniSat 2.0 beta
32.66/33.68	c 34	WARNING: for repeatability, setting FPU to use double precision
32.66/33.68	c 34	============================[ Problem Statistics ]=============================
32.66/33.68	c 34	|                                                                             |
32.66/33.68	c 34	|  Number of variables:  58049                                                |
32.66/33.68	c 34	|  Number of clauses:    8100289                                              |
37.24/38.09	c 38	|  Parsing time:         3.82         s                                       |
53.38/54.38	c 55	============================[ Search Statistics ]==============================
53.38/54.38	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.38/54.38	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.38/54.38	c 55	===============================================================================
53.38/54.38	c 55	|         0 |   23866   658281  1938591 |   219427        0    nan |  0.000 % |
53.78/54.73	c 55	|       101 |   23866   658281  1938591 |   241369      101    131 | 58.886 % |
54.17/55.13	c 55	|       251 |   23866   658281  1938591 |   265506      251     75 | 58.886 % |
54.27/55.21	c 55	===============================================================================
54.27/55.21	c 55	restarts              : 3
54.27/55.21	c 55	conflicts             : 440            (21 /sec)
54.27/55.21	c 55	decisions             : 1006           (0.60 % random) (48 /sec)
54.27/55.21	c 55	propagations          : 733655         (35320 /sec)
54.27/55.21	c 55	conflict literals     : 51495          (3.96 % deleted)
54.27/55.21	c 55	Memory used           : 333.16 MB
54.27/55.21	c 55	CPU time              : 20.7718 s
54.27/55.21	c 55	
54.27/55.23	c 55	SATISFIABLE
54.27/55.29	c 56	FOUND: _COST <= 99
54.27/55.29	c 56	DECODING HOME/temp.out WITH HOME/temp.map
54.27/55.29	c 56	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
54.39/55.41	c 56	Decoding HOME/temp.out
54.39/55.75	c 56	OBJECTIVE _COST 99
54.39/55.75	o 99
54.39/55.76	v 12 0 7 11 9 2 8 14 10 6 1 4 13 3 5 13 7 5 2 6 11 11 9 14 10 12 8 10 7 4 5 2 8 12 7 10 11 3 14 11 9 13 12 6 0 7 13 12 0 4 1 6 5 3 14 11 10 8 9 10 8 11 14 3 0 6 4 13 7 5 2 9 14 1 12 11 1 4 14 10 13 12 0 14 3 8 6 5 2 11 6 10 2 14 1 0 13 8 5 7 4 12 9 4 3 4 14 3 7 11 12 10 6 0 8 9 5 2 13 9 9 8 11 6 5 4 2 4 7 0 10 1 3 12 13 14 4 9 10 2 3 1 11 12 13 5 0 7 8 6 0 9 10 13 14 5 10 14 2 14 3 11 6 14 7 10 6 0 1 12 7 3 2 9 4 13 14 11 5 8 1 12 14 5 13 8 9 7 6 14 0 3 4 10 2 3 2 13 8 12 14 5 12 4 9 6 7 0 11 1 2 5 6 4 8 9 14 10 11 12 7 13 1 0 14
54.39/55.76	c 56	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
54.39/55.81	c 56	OBJECTIVE BOUND: 0 <= _COST <= 99
54.39/55.81	c 56	SEARCHING: _COST <= 49
54.39/55.81	c 56	SOLVING HOME/temp.cnf
54.39/55.81	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
54.39/55.81	c 56	This is MiniSat 2.0 beta
54.39/55.82	c 56	WARNING: for repeatability, setting FPU to use double precision
54.39/55.82	c 56	============================[ Problem Statistics ]=============================
54.39/55.82	c 56	|                                                                             |
54.39/55.82	c 56	|  Number of variables:  58049                                                |
54.39/55.82	c 56	|  Number of clauses:    8100289                                              |
59.24/60.35	c 61	|  Parsing time:         3.92         s                                       |
74.89/76.15	c 76	============================[ Search Statistics ]==============================
74.89/76.15	c 76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
74.89/76.15	c 76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
74.89/76.15	c 76	===============================================================================
74.89/76.15	c 76	|         0 |   21044   357752  1045420 |   119250        0    nan |  0.000 % |
75.19/76.48	c 77	|       100 |   21044   357752  1045420 |   131175      100    109 | 63.748 % |
75.58/76.80	c 77	|       250 |   21044   357752  1045420 |   144293      250     59 | 63.748 % |
75.58/76.87	c 77	|       475 |   21044   357752  1045420 |   158722      475    116 | 63.748 % |
75.68/76.95	c 77	|       814 |   21044   357752  1045420 |   174594      814     99 | 63.748 % |
76.18/77.47	c 78	|      1320 |   21044   357752  1045420 |   192054     1320     94 | 63.748 % |
76.58/77.81	c 78	|      2080 |   21044   357752  1045420 |   211259     2080    155 | 63.748 % |
76.58/77.89	c 78	===============================================================================
76.58/77.89	c 78	restarts              : 7
76.58/77.89	c 78	conflicts             : 2236           (105 /sec)
76.58/77.89	c 78	decisions             : 3586           (0.25 % random) (168 /sec)
76.58/77.89	c 78	propagations          : 2210386        (103790 /sec)
76.58/77.89	c 78	conflict literals     : 341311         (5.86 % deleted)
76.58/77.89	c 78	Memory used           : 329.33 MB
76.58/77.89	c 78	CPU time              : 21.2968 s
76.58/77.89	c 78	
76.67/77.92	c 78	SATISFIABLE
76.67/77.97	c 78	FOUND: _COST <= 49
76.67/77.97	c 78	DECODING HOME/temp.out WITH HOME/temp.map
76.67/77.97	c 78	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
76.77/78.08	c 78	Decoding HOME/temp.out
77.15/78.49	c 79	OBJECTIVE _COST 49
77.15/78.49	o 49
77.25/78.51	v 12 0 7 6 9 2 10 11 12 14 1 4 13 3 8 4 7 5 2 6 13 0 9 8 10 12 11 14 9 1 5 11 8 12 14 10 11 3 1 7 4 13 9 2 0 7 13 1 9 4 0 6 12 3 8 11 10 2 14 5 8 3 14 7 0 11 4 13 14 5 2 9 10 1 12 13 1 4 14 10 8 12 7 13 2 0 6 5 9 11 6 10 2 11 7 1 13 8 5 12 9 14 6 4 3 10 14 3 4 11 12 7 6 0 6 5 8 1 13 9 9 6 0 5 8 11 14 2 7 0 10 1 3 12 4 2 9 11 10 12 3 1 5 11 13 14 0 7 8 6 0 12 10 13 11 5 9 14 2 1 3 12 8 6 7 14 8 13 1 5 7 3 0 9 4 13 12 11 10 2 1 4 9 0 13 5 2 7 6 14 8 3 4 11 10 3 2 12 8 1 14 5 4 10 9 6 7 0 11 13 11 5 6 1 8 9 14 10 4 3 7 2 12 0 14
77.25/78.52	c 79	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
77.25/78.56	c 79	OBJECTIVE BOUND: 0 <= _COST <= 49
77.25/78.56	c 79	SEARCHING: _COST <= 24
77.25/78.56	c 79	SOLVING HOME/temp.cnf
77.25/78.56	c 79	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
77.25/78.57	c 79	This is MiniSat 2.0 beta
77.25/78.57	c 79	WARNING: for repeatability, setting FPU to use double precision
77.25/78.57	c 79	============================[ Problem Statistics ]=============================
77.25/78.57	c 79	|                                                                             |
77.25/78.57	c 79	|  Number of variables:  58049                                                |
77.25/78.57	c 79	|  Number of clauses:    8100289                                              |
81.77/83.14	c 83	|  Parsing time:         3.95         s                                       |
97.21/98.72	c 99	============================[ Search Statistics ]==============================
97.21/98.72	c 99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.21/98.72	c 99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.21/98.72	c 99	===============================================================================
97.21/98.72	c 99	|         0 |   18351   200396   581406 |    66798        0    nan |  0.000 % |
97.51/99.06	c 99	|       101 |   18351   200396   581406 |    73478      101     55 | 68.387 % |
97.61/99.11	c 99	|       251 |   18351   200396   581406 |    80826      251     63 | 68.387 % |
97.71/99.26	c 100	|       476 |   18351   200396   581406 |    88909      476     65 | 68.387 % |
97.81/99.37	c 100	|       813 |   18351   200396   581406 |    97799      813     75 | 68.387 % |
98.01/99.56	c 100	|      1321 |   18351   200396   581406 |   107579     1321    148 | 68.387 % |
98.30/99.80	c 100	|      2081 |   18351   200396   581406 |   118337     2081    164 | 68.387 % |
98.70/100.20	c 100	|      3220 |   18351   200396   581406 |   130171     3220    163 | 68.387 % |
99.59/101.11	c 101	|      4929 |   18351   200396   581406 |   143188     4929    153 | 68.387 % |
100.88/102.43	c 103	|      7491 |   18351   200396   581406 |   157507     7491    205 | 68.387 % |
102.86/104.50	c 105	|     11335 |   18351   200396   581406 |   173258    11335    238 | 68.387 % |
108.31/109.95	c 110	|     17101 |   18351   200396   581406 |   190584    17101    226 | 68.387 % |
108.90/110.56	c 111	===============================================================================
108.90/110.56	c 111	restarts              : 12
108.90/110.56	c 111	conflicts             : 18018          (579 /sec)
108.90/110.56	c 111	decisions             : 24265          (0.17 % random) (780 /sec)
108.90/110.56	c 111	propagations          : 12797682       (411378 /sec)
108.90/110.56	c 111	conflict literals     : 4050190        (2.82 % deleted)
108.90/110.56	c 111	Memory used           : 330.33 MB
108.90/110.56	c 111	CPU time              : 31.1093 s
108.90/110.56	c 111	
108.90/110.58	c 111	SATISFIABLE
109.01/110.64	c 111	FOUND: _COST <= 24
109.01/110.64	c 111	DECODING HOME/temp.out WITH HOME/temp.map
109.01/110.64	c 111	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.06/110.77	c 111	Decoding HOME/temp.out
109.56/111.20	c 111	OBJECTIVE _COST 24
109.56/111.20	o 24
109.56/111.22	v 14 0 7 6 9 2 5 11 12 8 1 4 13 3 10 0 7 5 2 6 1 8 9 11 10 12 13 10 14 4 5 4 8 12 1 10 11 3 13 6 7 14 2 9 0 7 13 9 0 4 14 6 5 3 12 11 10 8 2 1 8 3 11 7 0 13 4 2 10 5 14 9 6 1 12 2 1 4 14 10 0 12 13 8 3 9 6 5 7 11 6 10 2 9 1 11 13 8 5 7 0 12 14 4 3 10 14 3 4 7 12 2 6 0 11 8 5 1 13 9 9 8 13 5 11 6 14 4 7 0 10 1 3 12 2 11 9 12 10 14 3 1 0 4 13 5 2 7 8 6 4 11 10 13 12 5 0 14 2 1 3 8 9 6 7 12 6 10 1 2 7 3 14 9 4 13 0 11 5 8 1 12 0 11 13 8 9 7 6 14 2 3 4 10 5 3 2 1 8 5 4 10 12 14 9 6 7 0 11 13 13 5 6 3 8 9 7 10 1 2 4 11 12 0 14
109.56/111.23	c 111	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
109.56/111.27	c 112	OBJECTIVE BOUND: 0 <= _COST <= 24
109.56/111.27	c 112	SEARCHING: _COST <= 12
109.56/111.27	c 112	SOLVING HOME/temp.cnf
109.56/111.27	c 112	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
109.56/111.27	c 112	This is MiniSat 2.0 beta
109.56/111.27	c 112	WARNING: for repeatability, setting FPU to use double precision
109.56/111.27	c 112	============================[ Problem Statistics ]=============================
109.56/111.27	c 112	|                                                                             |
109.56/111.27	c 112	|  Number of variables:  58049                                                |
109.56/111.27	c 112	|  Number of clauses:    8100289                                              |
113.97/115.76	c 116	|  Parsing time:         3.89         s                                       |
129.42/131.30	c 132	============================[ Search Statistics ]==============================
129.42/131.30	c 132	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
129.42/131.30	c 132	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
129.42/131.30	c 132	===============================================================================
129.42/131.30	c 132	|         0 |   15791   120046   348024 |    40015        0    nan |  0.000 % |
129.72/131.65	c 132	|       100 |   15791   120046   348024 |    44016      100     64 | 72.797 % |
129.81/131.71	c 132	|       250 |   15791   120046   348024 |    48418      250     46 | 72.797 % |
129.81/131.76	c 132	|       476 |   15791   120046   348024 |    53260      476     88 | 72.797 % |
129.91/131.85	c 132	|       814 |   15791   120046   348024 |    58586      814     77 | 72.797 % |
130.11/132.01	c 132	|      1321 |   15791   120046   348024 |    64445     1321    104 | 72.797 % |
130.90/132.82	c 133	|      2080 |   15791   120046   348024 |    70889     2080     81 | 72.797 % |
131.29/133.25	c 133	|      3221 |   15791   120046   348024 |    77978     3221    149 | 72.797 % |
132.09/134.01	c 134	|      4929 |   15791   120046   348024 |    85776     4929    187 | 72.797 % |
133.08/135.05	c 135	|      7491 |   15791   120046   348024 |    94354     7491    215 | 72.797 % |
136.26/138.21	c 138	|     11335 |   15791   120046   348024 |   103789    11335    169 | 72.797 % |
140.81/142.88	c 143	|     17102 |   15791   120046   348024 |   114168    17102    260 | 72.797 % |
147.64/149.73	c 150	|     25751 |   15791   120046   348024 |   125585    25751    301 | 72.797 % |
150.22/152.33	c 153	===============================================================================
150.22/152.34	c 153	restarts              : 13
150.22/152.34	c 153	conflicts             : 28636          (714 /sec)
150.22/152.34	c 153	decisions             : 37759          (0.14 % random) (941 /sec)
150.22/152.34	c 153	propagations          : 15211520       (379208 /sec)
150.22/152.34	c 153	conflict literals     : 8875583        (1.90 % deleted)
150.22/152.34	c 153	Memory used           : 330.88 MB
150.22/152.34	c 153	CPU time              : 40.1139 s
150.22/152.34	c 153	
150.22/152.36	c 153	SATISFIABLE
150.32/152.41	c 153	FOUND: _COST <= 12
150.32/152.41	c 153	DECODING HOME/temp.out WITH HOME/temp.map
150.32/152.41	c 153	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
150.36/152.57	c 153	Decoding HOME/temp.out
150.75/152.99	c 153	OBJECTIVE _COST 12
150.75/152.99	o 12
150.85/153.01	v 14 0 11 7 9 2 8 5 12 6 1 4 13 3 10 11 7 5 2 6 4 0 9 14 10 12 13 8 9 1 5 4 8 12 14 10 11 3 13 1 7 9 6 2 0 7 13 9 0 4 8 6 1 3 2 11 10 12 14 5 8 3 7 6 0 13 4 11 10 5 2 9 14 1 12 0 1 4 14 10 11 12 13 8 3 9 6 5 7 2 6 10 2 11 7 1 13 8 5 12 0 14 9 4 3 2 14 3 4 1 12 5 6 0 7 8 11 10 13 9 9 11 13 5 8 6 14 2 7 0 10 1 3 12 4 12 9 0 10 2 3 1 4 11 13 14 5 7 8 6 4 12 10 13 11 5 9 14 2 8 3 0 1 6 7 10 6 14 1 12 7 3 0 9 4 13 2 11 5 8 1 8 12 9 13 0 2 7 6 14 5 3 4 10 11 3 2 1 8 5 14 10 12 4 9 6 7 0 11 13 13 5 6 3 8 9 7 10 1 11 4 12 2 0 14
150.85/153.02	c 153	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
150.85/153.07	c 153	OBJECTIVE BOUND: 0 <= _COST <= 12
150.85/153.07	c 153	SEARCHING: _COST <= 6
150.85/153.07	c 153	SOLVING HOME/temp.cnf
150.85/153.07	c 153	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
150.85/153.07	c 153	This is MiniSat 2.0 beta
150.85/153.07	c 153	WARNING: for repeatability, setting FPU to use double precision
150.85/153.07	c 153	============================[ Problem Statistics ]=============================
150.85/153.07	c 153	|                                                                             |
150.85/153.07	c 153	|  Number of variables:  58049                                                |
150.85/153.07	c 153	|  Number of clauses:    8100289                                              |
155.45/157.74	c 158	|  Parsing time:         4.03         s                                       |
170.71/173.14	c 173	============================[ Search Statistics ]==============================
170.71/173.14	c 173	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
170.71/173.14	c 173	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
170.71/173.14	c 173	===============================================================================
170.71/173.14	c 173	|         0 |   13257    75919   223239 |    25306        0    nan |  0.000 % |
171.01/173.48	c 174	|       100 |   13257    75919   223239 |    27836      100     81 | 77.162 % |
171.10/173.53	c 174	|       250 |   13257    75919   223239 |    30620      250    129 | 77.162 % |
171.10/173.58	c 174	|       475 |   13257    75919   223239 |    33682      475    113 | 77.162 % |
171.20/173.66	c 174	|       812 |   13257    75919   223239 |    37051      812    142 | 77.162 % |
171.40/173.82	c 174	|      1319 |   13257    75919   223239 |    40756     1319    119 | 77.162 % |
171.69/174.16	c 174	|      2078 |   13257    75919   223239 |    44831     2078    120 | 77.162 % |
172.39/174.87	c 175	|      3217 |   13257    75919   223239 |    49314     3217    105 | 77.162 % |
172.88/175.34	c 176	|      4925 |   13257    75919   223239 |    54246     4925    136 | 77.162 % |
174.17/176.66	c 177	|      7489 |   13257    75919   223239 |    59671     7489    199 | 77.162 % |
174.76/177.28	c 178	===============================================================================
174.76/177.29	c 178	restarts              : 10
174.76/177.29	c 178	conflicts             : 8696           (372 /sec)
174.76/177.29	c 178	decisions             : 11965          (0.19 % random) (512 /sec)
174.76/177.29	c 178	propagations          : 4647908        (198752 /sec)
174.76/177.29	c 178	conflict literals     : 1770855        (2.25 % deleted)
174.76/177.29	c 178	Memory used           : 330.32 MB
174.76/177.29	c 178	CPU time              : 23.3854 s
174.76/177.29	c 178	
174.86/177.31	c 178	SATISFIABLE
174.86/177.36	c 178	FOUND: _COST <= 6
174.86/177.36	c 178	DECODING HOME/temp.out WITH HOME/temp.map
174.86/177.36	c 178	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
174.95/177.48	c 178	Decoding HOME/temp.out
174.95/177.70	c 178	OBJECTIVE _COST 6
174.95/177.71	o 6
174.95/177.72	v 12 0 7 5 9 2 10 14 11 6 1 4 13 3 8 11 7 5 2 6 4 0 9 13 10 12 3 8 14 1 5 4 8 12 1 10 11 3 14 2 7 13 9 6 0 7 13 14 9 4 0 6 1 3 8 11 10 12 5 2 8 3 11 7 0 6 4 13 10 5 2 9 14 1 12 2 1 4 14 10 11 12 0 8 3 9 6 5 7 13 6 9 2 11 14 1 13 8 5 7 0 12 10 4 3 10 14 3 4 7 12 2 6 0 11 8 5 1 13 9 9 8 13 6 2 14 5 11 7 0 10 1 3 12 4 0 12 9 10 11 3 1 5 4 13 14 2 7 8 6 4 11 10 13 12 5 8 14 2 1 3 0 6 9 7 14 6 0 1 3 7 3 12 9 4 13 8 11 10 5 1 10 12 0 13 8 9 7 6 14 5 3 4 2 11 3 2 1 8 5 13 14 4 12 9 6 7 0 11 10 13 5 6 3 8 9 7 10 1 12 4 11 2 0 14
174.95/177.72	c 178	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
174.95/177.77	c 178	OBJECTIVE BOUND: 0 <= _COST <= 6
174.95/177.77	c 178	SEARCHING: _COST <= 3
174.95/177.77	c 178	SOLVING HOME/temp.cnf
174.95/177.77	c 178	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
174.95/177.77	c 178	This is MiniSat 2.0 beta
174.95/177.77	c 178	WARNING: for repeatability, setting FPU to use double precision
174.95/177.77	c 178	============================[ Problem Statistics ]=============================
174.95/177.77	c 178	|                                                                             |
174.95/177.78	c 178	|  Number of variables:  58049                                                |
174.95/177.78	c 178	|  Number of clauses:    8100289                                              |
179.84/182.41	c 183	|  Parsing time:         3.97         s                                       |
195.10/197.85	c 198	============================[ Search Statistics ]==============================
195.10/197.85	c 198	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
195.10/197.85	c 198	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
195.10/197.85	c 198	===============================================================================
195.10/197.85	c 198	|         0 |   10733    50037   153162 |    16679        0    nan |  0.000 % |
195.40/198.18	c 198	|       101 |   10733    50037   153162 |    18346      101     54 | 81.510 % |
195.50/198.23	c 198	|       251 |   10733    50037   153162 |    20181      251     69 | 81.510 % |
195.50/198.27	c 199	|       477 |   10733    50037   153162 |    22199      477     65 | 81.510 % |
195.60/198.33	c 199	|       815 |   10733    50037   153162 |    24419      815     87 | 81.510 % |
195.80/198.57	c 199	|      1321 |   10733    50037   153162 |    26861     1321     83 | 81.510 % |
196.00/198.72	c 199	|      2080 |   10733    50037   153162 |    29547     2080     90 | 81.510 % |
196.49/199.28	c 200	|      3221 |   10733    50037   153162 |    32502     3221    115 | 81.510 % |
197.38/200.14	c 200	|      4929 |   10733    50037   153162 |    35752     4929    160 | 81.510 % |
199.17/201.94	c 202	|      7492 |   10733    50037   153162 |    39328     7492    177 | 81.510 % |
202.03/204.89	c 205	|     11336 |   10733    50037   153162 |    43261    11336    220 | 81.510 % |
206.99/209.88	c 210	|     17105 |   10733    50037   153162 |    47587    17105    279 | 81.510 % |
214.12/217.05	c 217	|     25755 |   10733    50037   153162 |    52345    25755    312 | 81.510 % |
232.21/235.30	c 236	|     38729 |   10733    50037   153162 |    57580    38729    369 | 81.510 % |
265.89/268.97	c 269	|     58190 |   10733    50037   153162 |    63338    58190    445 | 81.510 % |
310.27/313.36	c 314	===============================================================================
310.27/313.37	c 314	restarts              : 15
310.27/313.37	c 314	conflicts             : 83015          (617 /sec)
310.27/313.37	c 314	decisions             : 108531         (0.21 % random) (807 /sec)
310.27/313.37	c 314	propagations          : 25784438       (191785 /sec)
310.27/313.37	c 314	conflict literals     : 38319264       (1.46 % deleted)
310.27/313.37	c 314	Memory used           : 330.94 MB
310.27/313.37	c 314	CPU time              : 134.445 s
310.27/313.37	c 314	
310.27/313.39	c 314	SATISFIABLE
310.38/313.44	c 314	FOUND: _COST <= 3
310.38/313.44	c 314	DECODING HOME/temp.out WITH HOME/temp.map
310.38/313.44	c 314	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
310.42/313.53	c 314	Decoding HOME/temp.out
310.42/313.75	c 314	OBJECTIVE _COST 3
310.42/313.75	o 3
310.42/313.76	v 14 0 7 5 9 2 8 12 11 6 1 4 13 3 10 13 7 5 2 6 11 7 9 4 10 12 8 0 14 1 5 4 8 12 7 10 11 3 1 2 14 13 6 9 0 7 13 1 9 4 14 6 0 3 12 11 10 8 5 2 8 3 14 11 0 6 4 13 10 5 7 9 2 1 12 11 1 4 14 10 0 12 2 8 3 9 6 5 7 13 6 10 2 7 12 1 13 8 5 11 0 14 9 4 3 10 14 3 4 11 12 5 6 0 7 8 2 1 13 9 9 8 13 6 2 4 14 11 7 0 10 1 3 12 5 0 9 11 10 14 3 1 4 12 13 2 5 7 8 6 4 11 10 13 1 5 9 14 2 8 3 0 12 6 7 2 6 0 1 14 7 3 5 9 4 13 12 11 10 8 1 12 9 0 13 8 10 7 6 14 5 3 4 2 11 3 2 12 8 5 13 0 1 14 9 6 7 10 11 4 12 5 6 3 8 9 2 10 13 1 4 11 14 0 14
310.42/313.77	c 314	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
310.42/313.81	c 314	OBJECTIVE BOUND: 0 <= _COST <= 3
310.42/313.81	c 314	SEARCHING: _COST <= 1
310.42/313.81	c 314	SOLVING HOME/temp.cnf
310.42/313.81	c 314	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
310.42/313.81	c 314	This is MiniSat 2.0 beta
310.42/313.81	c 314	WARNING: for repeatability, setting FPU to use double precision
310.42/313.81	c 314	============================[ Problem Statistics ]=============================
310.42/313.81	c 314	|                                                                             |
310.42/313.82	c 314	|  Number of variables:  58049                                                |
310.42/313.82	c 314	|  Number of clauses:    8100289                                              |
314.91/318.09	c 318	|  Parsing time:         3.71         s                                       |
329.31/332.41	c 333	============================[ Search Statistics ]==============================
329.31/332.41	c 333	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
329.31/332.41	c 333	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
329.31/332.41	c 333	===============================================================================
329.31/332.41	c 333	|         0 |    6718    25926    92872 |     8642        0    nan |  0.000 % |
329.61/332.72	c 333	|       101 |    6718    25926    92872 |     9506      101     54 | 88.427 % |
329.61/332.76	c 333	|       252 |    6718    25926    92872 |    10456      252     67 | 88.427 % |
329.71/332.83	c 333	|       477 |    6635    25756    92441 |    11502      472    108 | 88.658 % |
329.71/332.89	c 333	|       815 |    6580    25553    91812 |    12652      797    109 | 88.665 % |
329.91/333.03	c 333	|      1321 |    6463    25122    90419 |    13918     1037     93 | 88.866 % |
329.91/333.08	c 333	===============================================================================
329.91/333.08	c 333	restarts              : 6
329.91/333.08	c 333	conflicts             : 1515           (81 /sec)
329.91/333.08	c 333	decisions             : 2065           (0.82 % random) (110 /sec)
329.91/333.08	c 333	propagations          : 1061918        (56805 /sec)
329.91/333.08	c 333	conflict literals     : 119964         (7.81 % deleted)
329.91/333.08	c 333	Memory used           : 331.05 MB
329.91/333.08	c 333	CPU time              : 18.6942 s
329.91/333.08	c 333	
329.91/333.08	c 333	UNSATISFIABLE
330.00/333.13	c 333	NOT FOUND: _COST <= 1
330.00/333.13	c 333	OBJECTIVE BOUND: 2 <= _COST <= 3
330.00/333.13	c 333	SEARCHING: _COST <= 2
330.00/333.13	c 333	SOLVING HOME/temp.cnf
330.00/333.13	c 333	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
330.00/333.14	c 333	This is MiniSat 2.0 beta
330.00/333.14	c 333	WARNING: for repeatability, setting FPU to use double precision
330.00/333.14	c 333	============================[ Problem Statistics ]=============================
330.00/333.14	c 333	|                                                                             |
330.00/333.14	c 333	|  Number of variables:  58049                                                |
330.00/333.14	c 333	|  Number of clauses:    8100289                                              |
334.20/337.40	c 338	|  Parsing time:         3.69         s                                       |
348.39/351.52	c 352	============================[ Search Statistics ]==============================
348.39/351.52	c 352	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
348.39/351.52	c 352	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
348.39/351.52	c 352	===============================================================================
348.39/351.52	c 352	|         0 |    9237    39538   126152 |    13179        0    nan |  0.000 % |
348.69/351.83	c 352	|       101 |    9237    39538   126152 |    14497      101     54 | 84.088 % |
348.69/351.87	c 352	|       251 |    9237    39538   126152 |    15946      251     51 | 84.088 % |
348.80/351.94	c 352	|       476 |    9237    39538   126152 |    17541      476     89 | 84.088 % |
348.90/352.05	c 352	|       813 |    9237    39538   126152 |    19295      813    105 | 84.088 % |
348.99/352.18	c 352	|      1319 |    9237    39538   126152 |    21225     1319     93 | 84.088 % |
349.39/352.57	c 353	|      2078 |    9237    39538   126152 |    23347     2078     91 | 84.088 % |
349.79/352.98	c 353	|      3217 |    9235    39504   126026 |    25682     3212    152 | 84.091 % |
350.59/353.71	c 354	|      4926 |    9233    39472   125905 |    28251     4856    176 | 84.094 % |
351.49/354.62	c 355	|      7488 |    9231    39472   125905 |    31076     7417    180 | 84.107 % |
354.49/357.63	c 358	|     11334 |    9222    39450   125851 |    34183    11238    268 | 84.122 % |
359.39/362.55	c 363	|     17100 |    9208    39301   125260 |    37602    16695    295 | 84.156 % |
368.48/371.66	c 372	|     25749 |    9204    39301   125260 |    41362    25342    327 | 84.177 % |
389.07/392.23	c 392	|     38726 |    9182    39155   124828 |    45498    38148    402 | 84.203 % |
433.75/436.97	c 437	|     58187 |    9179    39155   124828 |    50048    57608    467 | 84.208 % |
513.41/516.67	c 517	|     87379 |    9179    39155   124828 |    55053    86800    473 | 84.208 % |
627.97/631.26	c 632	|    131169 |    9160    39038   124451 |    60558    38642    325 | 84.231 % |
822.48/825.88	c 826	|    196854 |    9159    39038   124451 |    66614   104326    552 | 84.281 % |
826.37/829.72	c 830	===============================================================================
826.37/829.72	c 830	restarts              : 18
826.37/829.72	c 830	conflicts             : 198279         (400 /sec)
826.37/829.72	c 830	decisions             : 236015         (0.26 % random) (476 /sec)
826.37/829.72	c 830	propagations          : 53408822       (107750 /sec)
826.37/829.72	c 830	conflict literals     : 102849111      (12.86 % deleted)
826.37/829.72	c 830	Memory used           : 373.38 MB
826.37/829.72	c 830	CPU time              : 495.672 s
826.37/829.72	c 830	
826.37/829.74	c 830	SATISFIABLE
826.48/829.80	c 830	FOUND: _COST <= 2
826.48/829.80	c 830	DECODING HOME/temp.out WITH HOME/temp.map
826.48/829.80	c 830	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
826.48/829.92	c 830	Decoding HOME/temp.out
826.49/830.15	c 830	OBJECTIVE _COST 2
826.49/830.15	o 2
826.49/830.16	v 14 0 7 5 9 2 8 11 12 6 1 4 13 3 10 13 7 5 2 6 8 3 9 4 10 12 11 0 14 1 5 4 8 12 14 10 11 3 1 2 7 13 9 6 0 7 13 1 9 4 0 6 12 3 8 11 10 14 5 2 8 3 11 7 0 6 4 13 10 5 14 9 2 1 12 2 1 4 14 10 13 12 0 8 3 9 6 5 7 11 6 9 2 11 7 1 13 8 5 12 0 14 10 4 3 10 14 3 4 1 12 7 6 0 11 5 2 8 13 9 9 8 13 6 11 14 5 2 7 0 10 1 3 12 4 0 12 9 10 14 3 1 4 11 13 2 5 7 8 6 4 11 10 13 12 5 0 14 2 1 3 8 6 9 7 12 6 14 1 2 7 3 5 9 4 13 0 11 10 8 1 10 12 0 13 11 9 7 6 14 8 3 4 2 5 3 2 0 8 5 4 10 1 14 9 6 7 12 11 13 11 5 6 3 8 9 2 10 13 7 4 12 1 0 14
826.49/830.16	c 830	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
826.49/830.21	c 830	OBJECTIVE _COST 2
826.49/830.21	s OPTIMUM FOUND
826.49/830.21	c 830	CPU 819.17 (0.07 0.04 819.1 7.61)
826.49/830.21	c 830	END Fri Jul 11 16:38:30 2008

Verifier Data (download as text)

OK	2	2517
2 unsatisfied constraints, 2517 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-1108790-1215786280/watcher-1108790-1215786280 -o /tmp/evaluation-result-1108790-1215786280/solver-1108790-1215786280 -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-1108790-1215786280.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.50 2.58 4/73 14280
/proc/meminfo: memFree=1916656/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=18572 CPUtime=0
/proc/14280/stat : 14280 (runsolver) R 14278 14280 13297 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 35330101 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14280/statm: 4643 292 257 25 0 2626 0

[startup+0.050691 s]
/proc/loadavg: 2.12 2.50 2.58 4/73 14280
/proc/meminfo: memFree=1916656/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.04
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 35330101 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101627 s]
/proc/loadavg: 2.12 2.50 2.58 4/73 14280
/proc/meminfo: memFree=1916656/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.04
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35330101 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301646 s]
/proc/loadavg: 2.12 2.50 2.58 4/73 14280
/proc/meminfo: memFree=1916656/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.04
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35330101 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70168 s]
/proc/loadavg: 2.12 2.50 2.58 4/73 14280
/proc/meminfo: memFree=1916656/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.46
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 974 4989 0 1 3 1 38 4 15 0 1 0 35330101 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 2.12 2.50 2.58 3/84 14302
/proc/meminfo: memFree=1906520/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.46
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 974 4989 0 1 3 1 38 4 15 0 1 0 35330101 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 797 370 3 0 500 0
[pid=14293] ppid=14280 vsize=5356 CPUtime=0
/proc/14293/stat : 14293 (sh) S 14280 14280 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35330157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14293/statm: 1339 233 193 169 0 50 0
[pid=14294] ppid=14293 vsize=868360 CPUtime=0.88
/proc/14294/stat : 14294 (java) S 14293 14280 13297 0 -1 0 7810 0 1 0 83 5 0 0 18 0 9 0 35330157 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14294/statm: 217090 7053 2540 9 0 211665 0
[pid=14294/tid=14295] ppid=14293 vsize=868360 CPUtime=0.47
/proc/14294/task/14295/stat : 14295 (java) R 14293 14280 13297 0 -1 64 2659 0 1 0 46 1 0 0 22 0 9 0 35330158 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4126641898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14296] ppid=14293 vsize=868360 CPUtime=0.17
/proc/14294/task/14296/stat : 14296 (java) S 14293 14280 13297 0 -1 64 2998 0 0 0 16 1 0 0 16 0 9 0 35330161 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14297] ppid=14293 vsize=868360 CPUtime=0
/proc/14294/task/14297/stat : 14297 (java) S 14293 14280 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35330161 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14298] ppid=14293 vsize=868360 CPUtime=0
/proc/14294/task/14298/stat : 14298 (java) S 14293 14280 13297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35330161 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14299] ppid=14293 vsize=868360 CPUtime=0
/proc/14294/task/14299/stat : 14299 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35330165 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14300] ppid=14293 vsize=868360 CPUtime=0.21
/proc/14294/task/14300/stat : 14300 (java) S 14293 14280 13297 0 -1 64 1461 0 0 0 20 1 0 0 16 0 9 0 35330165 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14301] ppid=14293 vsize=868360 CPUtime=0
/proc/14294/task/14301/stat : 14301 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35330165 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14302] ppid=14293 vsize=868360 CPUtime=0
/proc/14294/task/14302/stat : 14302 (java) S 14293 14280 13297 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35330165 889200640 7053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 887316

[startup+3.10189 s]
/proc/loadavg: 2.12 2.50 2.58 3/84 14302
/proc/meminfo: memFree=1893144/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.46
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 974 4989 0 1 3 1 38 4 15 0 1 0 35330101 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 797 370 3 0 500 0
[pid=14293] ppid=14280 vsize=5356 CPUtime=0
/proc/14293/stat : 14293 (sh) S 14280 14280 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35330157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14293/statm: 1339 233 193 169 0 50 0
[pid=14294] ppid=14293 vsize=868472 CPUtime=2.45
/proc/14294/stat : 14294 (java) S 14293 14280 13297 0 -1 0 8674 0 1 0 230 15 0 0 18 0 9 0 35330157 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14294/statm: 217118 7516 2566 9 0 211665 0
[pid=14294/tid=14295] ppid=14293 vsize=868472 CPUtime=1.76
/proc/14294/task/14295/stat : 14295 (java) R 14293 14280 13297 0 -1 64 3094 0 1 0 167 9 0 0 25 0 9 0 35330158 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4127021726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14296] ppid=14293 vsize=868472 CPUtime=0.37
/proc/14294/task/14296/stat : 14296 (java) S 14293 14280 13297 0 -1 64 3374 0 0 0 33 4 0 0 16 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14297] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14297/stat : 14297 (java) S 14293 14280 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14298] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14298/stat : 14298 (java) S 14293 14280 13297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14299] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14299/stat : 14299 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14300] ppid=14293 vsize=868472 CPUtime=0.3
/proc/14294/task/14300/stat : 14300 (java) S 14293 14280 13297 0 -1 64 1514 0 0 0 29 1 0 0 16 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14301] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14301/stat : 14301 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14302] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14302/stat : 14302 (java) S 14293 14280 13297 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887428

[startup+6.30216 s]
/proc/loadavg: 2.11 2.49 2.57 3/84 14302
/proc/meminfo: memFree=1856408/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.46
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 974 4989 0 1 3 1 38 4 15 0 1 0 35330101 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 797 370 3 0 500 0
[pid=14293] ppid=14280 vsize=5356 CPUtime=0
/proc/14293/stat : 14293 (sh) S 14280 14280 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35330157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14293/statm: 1339 233 193 169 0 50 0
[pid=14294] ppid=14293 vsize=868472 CPUtime=5.61
/proc/14294/stat : 14294 (java) S 14293 14280 13297 0 -1 0 9619 0 1 0 519 42 0 0 18 0 9 0 35330157 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14294/statm: 217118 7516 2566 9 0 211665 0
[pid=14294/tid=14295] ppid=14293 vsize=868472 CPUtime=4.67
/proc/14294/task/14295/stat : 14295 (java) R 14293 14280 13297 0 -1 64 4039 0 1 0 437 30 0 0 25 0 9 0 35330158 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4127104629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14296] ppid=14293 vsize=868472 CPUtime=0.63
/proc/14294/task/14296/stat : 14296 (java) S 14293 14280 13297 0 -1 64 3374 0 0 0 53 10 0 0 16 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14297] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14297/stat : 14297 (java) S 14293 14280 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14298] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14298/stat : 14298 (java) S 14293 14280 13297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14299] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14299/stat : 14299 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14300] ppid=14293 vsize=868472 CPUtime=0.3
/proc/14294/task/14300/stat : 14300 (java) S 14293 14280 13297 0 -1 64 1514 0 0 0 29 1 0 0 16 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14301] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14301/stat : 14301 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14302] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14302/stat : 14302 (java) S 14293 14280 13297 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887428

[startup+12.7017 s]
/proc/loadavg: 2.10 2.48 2.57 3/84 14302
/proc/meminfo: memFree=1795864/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13600 CPUtime=0.46
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 974 4989 0 1 3 1 38 4 15 0 1 0 35330101 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3400 797 370 3 0 500 0
[pid=14293] ppid=14280 vsize=5356 CPUtime=0
/proc/14293/stat : 14293 (sh) S 14280 14280 13297 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35330157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14293/statm: 1339 233 193 169 0 50 0
[pid=14294] ppid=14293 vsize=868472 CPUtime=11.82
/proc/14294/stat : 14294 (java) S 14293 14280 13297 0 -1 0 11297 0 1 0 1092 90 0 0 18 0 9 0 35330157 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14294/statm: 217118 7516 2566 9 0 211665 0
[pid=14294/tid=14295] ppid=14293 vsize=868472 CPUtime=10.45
/proc/14294/task/14295/stat : 14295 (java) R 14293 14280 13297 0 -1 64 5717 0 1 0 977 68 0 0 25 0 9 0 35330158 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4127021639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14296] ppid=14293 vsize=868472 CPUtime=1.05
/proc/14294/task/14296/stat : 14296 (java) S 14293 14280 13297 0 -1 64 3374 0 0 0 86 19 0 0 16 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14297] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14297/stat : 14297 (java) S 14293 14280 13297 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14298] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14298/stat : 14298 (java) S 14293 14280 13297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35330161 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14299] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14299/stat : 14299 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14300] ppid=14293 vsize=868472 CPUtime=0.3
/proc/14294/task/14300/stat : 14300 (java) S 14293 14280 13297 0 -1 64 1514 0 0 0 29 1 0 0 16 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14301] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14301/stat : 14301 (java) S 14293 14280 13297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14294/tid=14302] ppid=14293 vsize=868472 CPUtime=0
/proc/14294/task/14302/stat : 14302 (java) S 14293 14280 13297 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35330165 889315328 7516 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 887428

[startup+25.5018 s]
/proc/loadavg: 2.08 2.46 2.56 3/76 14314
/proc/meminfo: memFree=1422736/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=18.2
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1131 18422 0 2 4 1 1666 149 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14303] ppid=14280 vsize=5356 CPUtime=0
/proc/14303/stat : 14303 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35331974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14303/statm: 1339 232 193 169 0 50 0
[pid=14304] ppid=14303 vsize=333760 CPUtime=6.67
/proc/14304/stat : 14304 (minisat) R 14303 14280 13297 0 -1 4194304 79411 0 0 0 607 60 0 0 25 0 1 0 35331975 341770240 79396 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/14304/statm: 83440 79396 71 150 0 83287 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 353112

[startup+51.101 s]
/proc/loadavg: 2.05 2.42 2.54 3/76 14326
/proc/meminfo: memFree=1415896/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=32.97
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1250 102140 0 3 4 1 3073 219 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=339024 CPUtime=129.09
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 80693 0 0 0 12852 57 0 0 25 0 1 0 35363415 347160576 80678 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 84756 80678 75 150 0 84603 0
Current children cumulated CPU time (s) 459.14
Current children cumulated vsize (KiB) 358376

[startup+522.303 s]
/proc/loadavg: 2.14 2.15 2.34 3/76 14410
/proc/meminfo: memFree=1417496/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=339024 CPUtime=189.06
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 80713 0 0 0 18849 57 0 0 25 0 1 0 35363415 347160576 80698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 84756 80698 75 150 0 84603 0
Current children cumulated CPU time (s) 519.11
Current children cumulated vsize (KiB) 358376

[startup+582.303 s]
/proc/loadavg: 2.08 2.13 2.32 3/76 14410
/proc/meminfo: memFree=1413144/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=341844 CPUtime=249.04
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 81390 0 0 0 24846 58 0 0 25 0 1 0 35363415 350048256 81375 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 85461 81375 75 150 0 85308 0
Current children cumulated CPU time (s) 579.09
Current children cumulated vsize (KiB) 361196

[startup+642.303 s]
/proc/loadavg: 2.06 2.12 2.30 3/76 14420
/proc/meminfo: memFree=1406936/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=347580 CPUtime=309.02
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 82825 0 0 0 30842 60 0 0 25 0 1 0 35363415 355921920 82810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 86895 82810 75 150 0 86742 0
Current children cumulated CPU time (s) 639.07
Current children cumulated vsize (KiB) 366932

[startup+702.302 s]
/proc/loadavg: 2.02 2.10 2.28 3/76 14420
/proc/meminfo: memFree=1406872/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=347580 CPUtime=368.99
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 82825 0 0 0 36839 60 0 0 25 0 1 0 35363415 355921920 82810 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 86895 82810 75 150 0 86742 0
Current children cumulated CPU time (s) 699.04
Current children cumulated vsize (KiB) 366932

[startup+762.306 s]
/proc/loadavg: 2.01 2.08 2.26 3/76 14420
/proc/meminfo: memFree=1406744/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=347580 CPUtime=428.96
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 82846 0 0 0 42836 60 0 0 25 0 1 0 35363415 355921920 82831 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 86895 82831 75 150 0 86742 0
Current children cumulated CPU time (s) 759.01
Current children cumulated vsize (KiB) 366932

[startup+822.302 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1376984/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=377796 CPUtime=488.93
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 90385 0 0 0 48826 67 0 0 25 0 1 0 35363415 386863104 90370 996147200 134512640 135127466 4294956256 18446744073709551615 134521498 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 94449 90370 75 150 0 94296 0
Current children cumulated CPU time (s) 818.98
Current children cumulated vsize (KiB) 397148

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

[startup+825.502 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1374552/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=380056 CPUtime=492.13
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 90947 0 0 0 49145 68 0 0 25 0 1 0 35363415 389177344 90932 996147200 134512640 135127466 4294956256 18446744073709551615 134527254 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 95014 90932 75 150 0 94861 0
Current children cumulated CPU time (s) 822.18
Current children cumulated vsize (KiB) 399408

[startup+828.702 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1372952/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=381544 CPUtime=495.33
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 91323 0 0 0 49465 68 0 0 25 0 1 0 35363415 390701056 91308 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 95386 91308 75 150 0 95233 0
Current children cumulated CPU time (s) 825.38
Current children cumulated vsize (KiB) 400896

[startup+829.501 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1372184/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=330.05
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 1993 692888 0 9 6 4 32312 683 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
[pid=14409] ppid=14280 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14280 14280 13297 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35363415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 232 193 169 0 50 0
[pid=14410] ppid=14409 vsize=382208 CPUtime=496.13
/proc/14410/stat : 14410 (minisat) R 14409 14280 13297 0 -1 4194304 91466 0 0 0 49545 68 0 0 25 0 1 0 35363415 391380992 91451 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14410/statm: 95552 91451 75 150 0 95399 0
Current children cumulated CPU time (s) 826.18
Current children cumulated vsize (KiB) 401560

[startup+829.901 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1372184/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=826.48
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 2036 784701 0 9 6 4 81881 757 16 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
Current children cumulated CPU time (s) 826.48
Current children cumulated vsize (KiB) 13996

[startup+830.101 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1372184/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=826.49
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 2055 784701 0 9 7 4 81881 757 15 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
Current children cumulated CPU time (s) 826.49
Current children cumulated vsize (KiB) 13996

[startup+830.201 s]
/proc/loadavg: 2.00 2.06 2.24 3/76 14420
/proc/meminfo: memFree=1372184/2055920 swapFree=4177576/4192956
[pid=14280] ppid=14278 vsize=13996 CPUtime=826.49
/proc/14280/stat : 14280 (sugar) S 14278 14280 13297 0 -1 4194304 2056 784701 0 9 7 4 81881 757 15 0 1 0 35330101 14331904 878 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14280/statm: 3499 878 374 3 0 599 0
Current children cumulated CPU time (s) 826.49
Current children cumulated vsize (KiB) 13996

Child status: 0
Real time (s): 830.295
CPU time (s): 826.919
CPU user time (s): 819.173
CPU system time (s): 7.74582
CPU usage (%): 99.5935
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 819.173
system time used= 7.74582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790827
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41272
involuntary context switches= 47432

runsolver used 0.98285 second user time and 2.82357 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-11 16:24:40
IDJOB=1108790
IDBENCH=60767
IDSOLVER=368
FILE ID=node31/1108790-1215786280
PBS_JOBID= 7903132
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-12_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108790-1215786280/watcher-1108790-1215786280 -o /tmp/evaluation-result-1108790-1215786280/solver-1108790-1215786280 -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-1108790-1215786280.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2b59979b7e266fd7178b76da6c418fa5
RANDOM SEED=1882893335

node31.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:       1917200 kB
Buffers:          6852 kB
Cached:          47588 kB
SwapCached:       8392 kB
Active:          75748 kB
Inactive:        19548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917200 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          47400 kB
Slab:            28232 kB
Committed_AS:   163032 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node31 at 2008-07-11 16:38:31