Trace number 1110614

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)8 3600.06 3617.42

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-25-8-a3.xml
MD5SUM4cae8cd1d4aab6e17d067c00f3b4d7e8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints434
Maximum constraint arity3
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension434
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 04:49:15 2008
0.00/0.04	c 0	PID 14529
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110614-1215830955.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-1110614-1215830955.xml' 'HOME/temp.csp'
0.03/0.43	c 0	2 domains, 36 variables, 3 predicates, 0 relations, 434 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.56	c 0	Parsing HOME/temp.csp
0.45/0.69	c 1	parsed 475 expressions
0.45/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.75	c 1	MAX CSP: 434 constraints
0.45/0.75	c 1	Converting to clausal form CSP
0.45/0.78	c 1	converted 92 (10%) expressions
0.45/0.80	c 1	converted 183 (20%) expressions
0.45/0.83	c 1	converted 274 (30%) expressions
0.45/0.85	c 1	converted 365 (40%) expressions
0.45/0.87	c 1	converted 456 (50%) expressions
0.45/0.89	c 1	converted 548 (60%) expressions
0.95/1.01	c 1	converted 639 (70%) expressions
0.95/1.02	c 1	converted 730 (80%) expressions
0.95/1.03	c 1	converted 821 (90%) expressions
1.04/1.11	c 1	converted 912 (100%) expressions
1.04/1.11	c 1	CSP : 904 integers, 28 booleans, 1357 clauses, largest domain size 652
1.04/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.11	c 1	Propagation in CSP
1.04/1.15	c 1	429 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.15	c 1	CSP : 904 integers, 28 booleans, 1357 clauses, largest domain size 435
1.04/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.16	c 1	CSP : 904 integers, 784 booleans, 2113 clauses, largest domain size 435
1.04/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.21	c 1	91 (10%) CSP integer variables are encoded (836 clauses, 9052 bytes)
1.14/1.21	c 1	181 (20%) CSP integer variables are encoded (836 clauses, 9052 bytes)
1.14/1.21	c 1	272 (30%) CSP integer variables are encoded (836 clauses, 9052 bytes)
1.14/1.22	c 1	362 (40%) CSP integer variables are encoded (836 clauses, 9052 bytes)
1.14/1.22	c 1	452 (50%) CSP integer variables are encoded (836 clauses, 9052 bytes)
1.14/1.22	c 1	543 (60%) CSP integer variables are encoded (1585 clauses, 18789 bytes)
1.14/1.22	c 1	633 (70%) CSP integer variables are encoded (4666 clauses, 58842 bytes)
1.14/1.23	c 1	724 (80%) CSP integer variables are encoded (5921 clauses, 75157 bytes)
1.14/1.23	c 1	814 (90%) CSP integer variables are encoded (6478 clauses, 82398 bytes)
1.14/1.23	c 1	904 (100%) CSP integer variables are encoded (7274 clauses, 92746 bytes)
1.14/1.25	c 1	212 (10%) CSP clauses are encoded (11138 clauses, 155591 bytes)
1.14/1.26	c 1	423 (20%) CSP clauses are encoded (14733 clauses, 215469 bytes)
1.14/1.28	c 1	634 (30%) CSP clauses are encoded (18304 clauses, 274987 bytes)
1.14/1.29	c 1	846 (40%) CSP clauses are encoded (21924 clauses, 335319 bytes)
1.23/1.30	c 1	1057 (50%) CSP clauses are encoded (25495 clauses, 394837 bytes)
1.23/1.36	c 1	1268 (60%) CSP clauses are encoded (45634 clauses, 788357 bytes)
1.23/1.39	c 1	1480 (70%) CSP clauses are encoded (58878 clauses, 1025112 bytes)
1.63/1.72	c 2	1691 (80%) CSP clauses are encoded (243409 clauses, 4393676 bytes)
1.63/1.74	c 2	1902 (90%) CSP clauses are encoded (256634 clauses, 4630116 bytes)
1.73/1.81	c 2	2113 (100%) CSP clauses are encoded (293829 clauses, 5306292 bytes)
1.73/1.81	c 2	2113 CSP clauses encoded
1.73/1.81	c 2	Writing map file : HOME/temp.map
1.73/1.82	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.82	c 2	SAT : 8962 SAT variables, 293829 SAT clauses, 5306292 bytes
1.73/1.82	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.84	c 2	OBJECTIVE minimize _COST
1.73/1.84	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.73/1.84	c 2	SEARCHING: _COST <= 217
1.73/1.84	c 2	SOLVING HOME/temp.cnf
1.73/1.84	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/1.85	c 2	This is MiniSat 2.0 beta
1.73/1.85	c 2	WARNING: for repeatability, setting FPU to use double precision
1.73/1.85	c 2	============================[ Problem Statistics ]=============================
1.73/1.85	c 2	|                                                                             |
1.73/1.85	c 2	|  Number of variables:  8962                                                 |
1.73/1.85	c 2	|  Number of clauses:    293830                                               |
1.77/2.00	c 2	|  Parsing time:         0.12         s                                       |
1.77/2.07	c 2	============================[ Search Statistics ]==============================
1.77/2.07	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.77/2.07	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.77/2.07	c 2	===============================================================================
1.77/2.07	c 2	|         0 |    7009   202010   605564 |    67336        0    nan |  0.000 % |
2.02/2.11	c 2	===============================================================================
2.02/2.12	c 2	restarts              : 1
2.02/2.12	c 2	conflicts             : 68             (302 /sec)
2.02/2.12	c 2	decisions             : 401            (1.00 % random) (1782 /sec)
2.02/2.12	c 2	propagations          : 23099          (102678 /sec)
2.02/2.12	c 2	conflict literals     : 1105           (6.04 % deleted)
2.02/2.12	c 2	Memory used           : 13.61 MB
2.02/2.12	c 2	CPU time              : 0.224965 s
2.02/2.12	c 2	
2.02/2.12	c 2	SATISFIABLE
2.02/2.12	c 2	FOUND: _COST <= 217
2.02/2.12	s SATISFIABLE
2.02/2.12	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.12	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.02/2.20	c 2	Decoding HOME/temp.out
2.05/2.34	c 2	OBJECTIVE _COST 138
2.05/2.34	o 138
2.05/2.35	v 1 10 13 15 16 23 24 25 4 12 14 15 22 23 24 3 5 6 13 14 15 2 25 10 11 12 1 8 9 10 7 8 9 25 2 1
2.05/2.38	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.05/2.39	c 2	OBJECTIVE BOUND: 0 <= _COST <= 138
2.05/2.39	c 2	SEARCHING: _COST <= 69
2.05/2.39	c 2	SOLVING HOME/temp.cnf
2.05/2.39	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.05/2.39	c 2	This is MiniSat 2.0 beta
2.05/2.39	c 2	WARNING: for repeatability, setting FPU to use double precision
2.05/2.39	c 2	============================[ Problem Statistics ]=============================
2.05/2.39	c 2	|                                                                             |
2.05/2.40	c 2	|  Number of variables:  8962                                                 |
2.05/2.40	c 2	|  Number of clauses:    293830                                               |
2.30/2.55	c 2	|  Parsing time:         0.14         s                                       |
2.30/2.64	c 3	============================[ Search Statistics ]==============================
2.30/2.64	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.30/2.64	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.30/2.64	c 3	===============================================================================
2.30/2.64	c 3	|         0 |    5410   112480   341623 |    37493        0    nan |  0.000 % |
2.30/2.68	c 3	|       100 |    5410   112480   341623 |    41242      100     22 | 39.634 % |
2.30/2.69	c 3	===============================================================================
2.30/2.69	c 3	restarts              : 2
2.30/2.69	c 3	conflicts             : 129            (466 /sec)
2.30/2.69	c 3	decisions             : 897            (0.67 % random) (3239 /sec)
2.30/2.69	c 3	propagations          : 45028          (162581 /sec)
2.30/2.69	c 3	conflict literals     : 2470           (7.63 % deleted)
2.30/2.69	c 3	Memory used           : 13.87 MB
2.30/2.69	c 3	CPU time              : 0.276957 s
2.30/2.70	c 3	
2.30/2.70	c 3	SATISFIABLE
2.30/2.70	c 3	FOUND: _COST <= 69
2.30/2.70	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.30/2.70	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.30/2.78	c 3	Decoding HOME/temp.out
2.62/2.88	c 3	OBJECTIVE _COST 69
2.62/2.88	o 69
2.62/2.88	v 19 21 22 23 23 24 25 25 10 21 18 24 5 23 25 13 10 19 17 4 20 9 22 24 17 3 16 14 21 15 18 12 19 13 11 11
2.62/2.89	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.62/2.92	c 3	OBJECTIVE BOUND: 0 <= _COST <= 69
2.62/2.92	c 3	SEARCHING: _COST <= 34
2.62/2.92	c 3	SOLVING HOME/temp.cnf
2.62/2.92	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.62/2.92	c 3	This is MiniSat 2.0 beta
2.62/2.92	c 3	WARNING: for repeatability, setting FPU to use double precision
2.62/2.92	c 3	============================[ Problem Statistics ]=============================
2.62/2.92	c 3	|                                                                             |
2.62/2.92	c 3	|  Number of variables:  8962                                                 |
2.62/2.92	c 3	|  Number of clauses:    293830                                               |
2.80/3.09	c 3	|  Parsing time:         0.14         s                                       |
2.80/3.19	c 3	============================[ Search Statistics ]==============================
2.80/3.19	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.80/3.19	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.80/3.19	c 3	===============================================================================
2.80/3.19	c 3	|         0 |    4813    80296   246827 |    26765        0    nan |  0.000 % |
3.06/3.23	c 3	|       100 |    4813    80296   246827 |    29441      100     20 | 46.295 % |
3.06/3.26	c 3	===============================================================================
3.06/3.26	c 3	restarts              : 2
3.06/3.26	c 3	conflicts             : 230            (752 /sec)
3.06/3.26	c 3	decisions             : 744            (0.13 % random) (2432 /sec)
3.06/3.26	c 3	propagations          : 104608         (341909 /sec)
3.06/3.26	c 3	conflict literals     : 4035           (16.89 % deleted)
3.06/3.26	c 3	Memory used           : 13.87 MB
3.06/3.26	c 3	CPU time              : 0.305953 s
3.06/3.26	c 3	
3.06/3.27	c 3	SATISFIABLE
3.06/3.27	c 3	FOUND: _COST <= 34
3.06/3.27	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.06/3.27	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.13/3.35	c 3	Decoding HOME/temp.out
3.13/3.45	c 3	OBJECTIVE _COST 34
3.13/3.45	o 34
3.13/3.45	v 1 7 19 21 23 24 25 25 12 13 20 22 23 25 24 7 14 16 17 18 21 10 2 5 19 6 13 10 15 4 11 8 9 3 13 7
3.13/3.45	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.13/3.48	c 3	OBJECTIVE BOUND: 0 <= _COST <= 34
3.13/3.48	c 3	SEARCHING: _COST <= 17
3.13/3.48	c 3	SOLVING HOME/temp.cnf
3.13/3.48	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.13/3.49	c 3	This is MiniSat 2.0 beta
3.13/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
3.13/3.49	c 3	============================[ Problem Statistics ]=============================
3.13/3.49	c 3	|                                                                             |
3.13/3.49	c 3	|  Number of variables:  8962                                                 |
3.13/3.49	c 3	|  Number of clauses:    293830                                               |
3.32/3.65	c 4	|  Parsing time:         0.14         s                                       |
3.32/3.75	c 4	============================[ Search Statistics ]==============================
3.32/3.75	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.32/3.75	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.32/3.75	c 4	===============================================================================
3.32/3.75	c 4	|         0 |    4321    62477   194829 |    20825        0    nan |  0.000 % |
3.32/3.79	c 4	|       100 |    4321    62477   194829 |    22908      100     25 | 51.785 % |
3.32/3.81	c 4	|       250 |    4321    62477   194829 |    25199      250     27 | 51.785 % |
3.32/3.87	c 4	|       477 |    4321    62477   194829 |    27718      477     21 | 51.785 % |
3.33/3.98	c 4	|       814 |    4321    62477   194829 |    30490      814     18 | 51.785 % |
3.33/4.08	c 4	|      1320 |    4321    62477   194829 |    33539     1320     19 | 51.785 % |
4.22/4.44	c 4	|      2079 |    4321    62477   194829 |    36893     2079     23 | 51.785 % |
4.22/4.45	c 4	===============================================================================
4.22/4.45	c 4	restarts              : 7
4.22/4.45	c 4	conflicts             : 2094           (2250 /sec)
4.22/4.45	c 4	decisions             : 3193           (0.72 % random) (3430 /sec)
4.22/4.45	c 4	propagations          : 1379480        (1481945 /sec)
4.22/4.45	c 4	conflict literals     : 47468          (24.32 % deleted)
4.22/4.45	c 4	Memory used           : 13.87 MB
4.22/4.45	c 4	CPU time              : 0.930858 s
4.22/4.45	c 4	
4.22/4.46	c 4	SATISFIABLE
4.22/4.46	c 4	FOUND: _COST <= 17
4.22/4.46	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.22/4.46	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.29/4.54	c 4	Decoding HOME/temp.out
4.29/4.64	c 5	OBJECTIVE _COST 17
4.29/4.64	o 17
4.29/4.64	v 1 8 12 19 22 24 25 25 8 11 18 21 23 20 24 4 15 14 16 17 17 9 10 12 13 20 19 5 18 6 2 25 3 7 1 22
4.29/4.64	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.29/4.68	c 5	OBJECTIVE BOUND: 0 <= _COST <= 17
4.29/4.68	c 5	SEARCHING: _COST <= 8
4.29/4.68	c 5	SOLVING HOME/temp.cnf
4.29/4.68	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.29/4.68	c 5	This is MiniSat 2.0 beta
4.29/4.68	c 5	WARNING: for repeatability, setting FPU to use double precision
4.29/4.68	c 5	============================[ Problem Statistics ]=============================
4.29/4.68	c 5	|                                                                             |
4.29/4.68	c 5	|  Number of variables:  8962                                                 |
4.29/4.68	c 5	|  Number of clauses:    293830                                               |
4.47/4.85	c 5	|  Parsing time:         0.15         s                                       |
4.47/4.94	c 5	============================[ Search Statistics ]==============================
4.47/4.94	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.47/4.94	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.47/4.94	c 5	===============================================================================
4.47/4.94	c 5	|         0 |    3833    51994   164835 |    17331        0    nan |  0.000 % |
4.47/4.98	c 5	|       101 |    3833    51994   164835 |    19064      101     21 | 57.231 % |
4.47/5.00	c 5	|       252 |    3833    51994   164835 |    20970      252     24 | 57.231 % |
4.47/5.03	c 5	|       478 |    3833    51994   164835 |    23068      478     20 | 57.231 % |
4.47/5.08	c 5	|       816 |    3833    51994   164835 |    25374      816     23 | 57.231 % |
4.47/5.15	c 5	|      1325 |    3833    51994   164835 |    27912     1325     23 | 57.231 % |
4.47/5.26	c 5	|      2085 |    3833    51994   164835 |    30703     2085     30 | 57.231 % |
5.17/5.44	c 5	|      3224 |    3833    51994   164835 |    33773     3224     29 | 57.231 % |
5.36/5.69	c 6	|      4932 |    3833    51994   164835 |    37151     4932     31 | 57.231 % |
5.76/6.04	c 6	|      7494 |    3833    51994   164835 |    40866     7494     35 | 57.231 % |
8.04/8.39	c 8	|     11338 |    3833    51994   164835 |    44953    11338     33 | 57.231 % |
9.82/10.16	c 10	|     17104 |    3833    51994   164835 |    49448    17104     40 | 57.231 % |
12.98/13.36	c 13	|     25753 |    3833    51994   164835 |    54393    25753     44 | 57.231 % |
15.16/15.57	c 15	===============================================================================
15.16/15.57	c 15	restarts              : 13
15.16/15.57	c 15	conflicts             : 29144          (2709 /sec)
15.16/15.57	c 15	decisions             : 37755          (0.51 % random) (3510 /sec)
15.16/15.57	c 15	propagations          : 11486995       (1067925 /sec)
15.16/15.57	c 15	conflict literals     : 1217806        (12.15 % deleted)
15.16/15.57	c 15	Memory used           : 14.16 MB
15.16/15.57	c 15	CPU time              : 10.7564 s
15.16/15.57	c 15	
15.16/15.57	c 15	SATISFIABLE
15.16/15.57	c 15	FOUND: _COST <= 8
15.16/15.57	c 15	DECODING HOME/temp.out WITH HOME/temp.map
15.16/15.57	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.26/15.65	c 16	Decoding HOME/temp.out
15.26/15.80	c 16	OBJECTIVE _COST 8
15.26/15.80	o 8
15.26/15.80	v 0 5 7 13 22 24 25 23 5 7 13 22 24 25 23 2 8 17 19 20 18 6 15 17 4 16 9 11 12 10 2 3 1 1 21 14
15.26/15.82	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.26/15.84	c 16	OBJECTIVE BOUND: 0 <= _COST <= 8
15.26/15.84	c 16	SEARCHING: _COST <= 4
15.26/15.84	c 16	SOLVING HOME/temp.cnf
15.26/15.84	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.26/15.85	c 16	This is MiniSat 2.0 beta
15.26/15.85	c 16	WARNING: for repeatability, setting FPU to use double precision
15.26/15.85	c 16	============================[ Problem Statistics ]=============================
15.26/15.85	c 16	|                                                                             |
15.26/15.85	c 16	|  Number of variables:  8962                                                 |
15.26/15.85	c 16	|  Number of clauses:    293830                                               |
15.52/16.01	c 16	|  Parsing time:         0.14         s                                       |
15.52/16.10	c 16	============================[ Search Statistics ]==============================
15.52/16.10	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.52/16.10	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.52/16.10	c 16	===============================================================================
15.52/16.10	c 16	|         0 |    3393    46532   149765 |    15510        0    nan |  0.000 % |
15.52/16.14	c 16	|       100 |    3393    46532   149765 |    17061      100     15 | 62.140 % |
15.52/16.16	c 16	|       251 |    3393    46532   149765 |    18767      251     22 | 62.140 % |
15.52/16.20	c 16	|       476 |    3393    46532   149765 |    20644      476     27 | 62.140 % |
15.52/16.25	c 16	|       816 |    3393    46532   149765 |    22709      816     27 | 62.140 % |
15.52/16.33	c 16	|      1322 |    3393    46532   149765 |    24980     1322     26 | 62.141 % |
16.06/16.47	c 16	|      2081 |    3393    46532   149765 |    27478     2081     27 | 62.140 % |
16.26/16.67	c 17	|      3220 |    3393    46532   149765 |    30225     3220     30 | 62.140 % |
16.56/16.99	c 17	|      4928 |    3393    46532   149765 |    33248     4928     31 | 62.140 % |
17.35/17.76	c 18	|      7490 |    3393    46532   149765 |    36573     7490     36 | 62.140 % |
18.34/18.79	c 19	|     11334 |    3393    46532   149765 |    40230    11334     35 | 62.140 % |
20.52/20.92	c 21	|     17100 |    3393    46532   149765 |    44253    17100     39 | 62.140 % |
25.17/25.61	c 25	|     25751 |    3393    46532   149765 |    48679    25751     43 | 62.141 % |
31.02/31.53	c 31	|     38728 |    3393    46532   149765 |    53547    38728     43 | 62.140 % |
45.19/45.84	c 46	|     58189 |    3393    46532   149765 |    58901    58189     48 | 62.140 % |
63.90/64.72	c 65	|     87381 |    3393    46532   149765 |    64791    38509     50 | 62.140 % |
96.49/97.68	c 98	|    131170 |    3393    46532   149765 |    71271    29744     49 | 62.140 % |
148.09/149.76	c 150	|    196855 |    3393    46532   149765 |    78398    35892     49 | 62.140 % |
233.68/236.17	c 236	|    295382 |    3393    46532   149765 |    86238    66565     50 | 62.140 % |
390.68/394.62	c 394	|    443172 |    3393    46532   149765 |    94861    64875     42 | 62.140 % |
636.14/642.46	c 642	|    664855 |    3393    46532   149765 |   104348    36142     33 | 62.140 % |
977.06/986.69	c 987	|    997381 |    3392    46385   149183 |   114782    33022     51 | 62.152 % |
1562.86/1578.00	c 1578	|   1496169 |    3392    46385   149183 |   126261    24350     23 | 62.151 % |
2444.49/2461.39	c 2461	|   2244352 |    3392    46385   149183 |   138887    92465     28 | 62.151 % |
3600.06/3617.41	c ERROR unknown output  in HOME/temp.out
3600.06/3617.41	c 3617	CPU 15.1 (0.05 0.02 15.05 0.41)
3600.06/3617.41	c 3617	END Sat Jul 12 05:49:32 2008

Verifier Data (download as text)

OK	8	426
8 unsatisfied constraints, 426 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-1110614-1215830955/watcher-1110614-1215830955 -o /tmp/evaluation-result-1110614-1215830955/solver-1110614-1215830955 -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-1110614-1215830955.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.91 1.95 1.98 4/74 14529
/proc/meminfo: memFree=1763744/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=12268 CPUtime=0
/proc/14529/stat : 14529 (sugar) R 14527 14529 14492 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39797685 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14529/statm: 3067 316 241 3 0 167 0

[startup+0.079055 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 14529
/proc/meminfo: memFree=1763744/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13600 CPUtime=0.03
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39797685 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101568 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 14529
/proc/meminfo: memFree=1763744/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13600 CPUtime=0.03
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39797685 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301607 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 14529
/proc/meminfo: memFree=1763744/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13600 CPUtime=0.03
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39797685 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701685 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 14529
/proc/meminfo: memFree=1763744/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13600 CPUtime=0.45
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 974 4484 0 1 3 1 37 4 15 0 1 0 39797685 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 14551
/proc/meminfo: memFree=1750856/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13600 CPUtime=0.45
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 974 4484 0 1 3 1 37 4 15 0 1 0 39797685 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3400 797 370 3 0 500 0
[pid=14542] ppid=14529 vsize=5356 CPUtime=0
/proc/14542/stat : 14542 (sh) S 14529 14529 14492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39797733 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14542/statm: 1339 233 193 169 0 50 0
[pid=14543] ppid=14542 vsize=868460 CPUtime=0.98
/proc/14543/stat : 14543 (java) S 14542 14529 14492 0 -1 0 6459 0 1 0 93 5 0 0 18 0 9 0 39797734 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 217115 5635 2562 9 0 211662 0
[pid=14543/tid=14544] ppid=14542 vsize=868460 CPUtime=0.67
/proc/14543/task/14544/stat : 14544 (java) R 14542 14529 14492 0 -1 64 2770 0 1 0 65 2 0 0 19 0 9 0 39797735 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14545] ppid=14542 vsize=868460 CPUtime=0.06
/proc/14543/task/14545/stat : 14545 (java) R 14542 14529 14492 0 -1 64 1533 0 0 0 5 1 0 0 15 0 9 0 39797736 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14542 vsize=868460 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14542 14529 14492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39797736 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14542 vsize=868460 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14542 14529 14492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39797736 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14542 vsize=868460 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14542 14529 14492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39797738 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14542 vsize=868460 CPUtime=0.21
/proc/14543/task/14549/stat : 14549 (java) S 14542 14529 14492 0 -1 64 1464 0 0 0 21 0 0 0 16 0 9 0 39797738 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14542 vsize=868460 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14542 14529 14492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39797738 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14542 vsize=868460 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14542 14529 14492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39797738 889303040 5635 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887416

[startup+3.10216 s]
/proc/loadavg: 1.91 1.95 1.98 3/77 14553
/proc/meminfo: memFree=1742728/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=2.8
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1300 26511 0 4 4 1 250 25 15 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13732

[startup+6.3018 s]
/proc/loadavg: 1.92 1.95 1.98 3/77 14601
/proc/meminfo: memFree=1742472/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=4.47
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1529 41722 0 6 4 2 406 35 15 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14600] ppid=14529 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39798153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=14208 CPUtime=1.59
/proc/14601/stat : 14601 (minisat) R 14600 14529 14492 0 -1 4194304 3447 0 0 0 158 1 0 0 25 0 1 0 39798153 14548992 3433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14601/statm: 3552 3433 75 150 0 3399 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 33296

[startup+12.7021 s]
/proc/loadavg: 1.93 1.95 1.98 3/77 14601
/proc/meminfo: memFree=1742088/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=4.47
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1529 41722 0 6 4 2 406 35 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14600] ppid=14529 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39798153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=14360 CPUtime=7.92
/proc/14601/stat : 14601 (minisat) R 14600 14529 14492 0 -1 4194304 3471 0 0 0 791 1 0 0 25 0 1 0 39798153 14704640 3457 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/14601/statm: 3590 3457 75 150 0 3437 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 33448

[startup+25.5016 s]
/proc/loadavg: 1.94 1.96 1.98 3/77 14613
/proc/meminfo: memFree=1742088/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=14372 CPUtime=9.54
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 3489 0 0 0 952 2 0 0 25 0 1 0 39799270 14716928 3475 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14613/statm: 3593 3475 75 150 0 3440 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 33460

[startup+51.1016 s]
/proc/loadavg: 2.02 1.97 1.99 3/77 14613
/proc/meminfo: memFree=1733512/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=23292 CPUtime=34.9
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 5666 0 0 0 3485 5 0 0 25 0 1 0 39799270 23851008 5652 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14613/statm: 5823 5652 75 150 0 5670 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 42380

[startup+102.307 s]
/proc/loadavg: 2.07 1.99 1.99 3/77 14613
/proc/meminfo: memFree=1730184/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=26192 CPUtime=85.61
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 6387 0 0 0 8555 6 0 0 25 0 1 0 39799270 26820608 6373 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14613/statm: 6548 6373 75 150 0 6395 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 45280

[startup+162.301 s]
/proc/loadavg: 2.08 2.00 2.00 3/77 14613
/proc/meminfo: memFree=1727944/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=28416 CPUtime=145.05
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 6932 0 0 0 14498 7 0 0 25 0 1 0 39799270 29097984 6918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14613/statm: 7104 6918 75 150 0 6951 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 47504

[startup+222.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 14613
/proc/meminfo: memFree=1726664/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=29580 CPUtime=204.48
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 7251 0 0 0 20440 8 0 0 25 0 1 0 39799270 30289920 7237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14613/statm: 7395 7237 75 150 0 7242 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 48668

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

[startup+3102.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/84 14660
/proc/meminfo: memFree=1791496/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3069.65
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 306951 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3085.18
Current children cumulated vsize (KiB) 66800

[startup+3162.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/84 14660
/proc/meminfo: memFree=1791432/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3129.63
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 312949 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3145.16
Current children cumulated vsize (KiB) 66800

[startup+3222.3 s]
/proc/loadavg: 2.13 2.09 2.01 3/84 14660
/proc/meminfo: memFree=1791432/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3189.6
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 318946 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3205.13
Current children cumulated vsize (KiB) 66800

[startup+3282.3 s]
/proc/loadavg: 2.19 2.10 2.01 3/84 14660
/proc/meminfo: memFree=1791368/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3249.57
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 324943 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3265.1
Current children cumulated vsize (KiB) 66800

[startup+3342.3 s]
/proc/loadavg: 2.13 2.10 2.01 3/84 14660
/proc/meminfo: memFree=1791304/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3309.54
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 330940 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3325.07
Current children cumulated vsize (KiB) 66800

[startup+3402.31 s]
/proc/loadavg: 2.17 2.11 2.01 3/84 14660
/proc/meminfo: memFree=1791304/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3369.52
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 336938 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3385.05
Current children cumulated vsize (KiB) 66800

[startup+3462.3 s]
/proc/loadavg: 2.12 2.10 2.01 3/84 14660
/proc/meminfo: memFree=1791112/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3429.49
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 342935 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3445.02
Current children cumulated vsize (KiB) 66800

[startup+3522.3 s]
/proc/loadavg: 2.09 2.09 2.01 3/84 14660
/proc/meminfo: memFree=1790984/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3489.46
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 348932 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3504.99
Current children cumulated vsize (KiB) 66800

[startup+3582.3 s]
/proc/loadavg: 2.08 2.09 2.01 3/84 14660
/proc/meminfo: memFree=1790920/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47712 CPUtime=3549.43
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11694 0 0 0 354929 14 0 0 25 0 1 0 39799270 48857088 11679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11928 11679 75 150 0 11775 0
Current children cumulated CPU time (s) 3564.96
Current children cumulated vsize (KiB) 66800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.4 s]
/proc/loadavg: 2.11 2.09 2.02 3/84 14660
/proc/meminfo: memFree=1790920/2055920 swapFree=4181068/4192956
[pid=14529] ppid=14527 vsize=13732 CPUtime=15.53
/proc/14529/stat : 14529 (sugar) S 14527 14529 14492 0 -1 4194304 1643 49378 0 7 5 2 1505 41 16 0 1 0 39797685 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14529/statm: 3433 814 374 3 0 533 0
[pid=14612] ppid=14529 vsize=5356 CPUtime=0
/proc/14612/stat : 14612 (sh) S 14529 14529 14492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39799269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14612/statm: 1339 232 193 169 0 50 0
[pid=14613] ppid=14612 vsize=47956 CPUtime=3584.53
/proc/14613/stat : 14613 (minisat) R 14612 14529 14492 0 -1 4194304 11743 0 0 0 358438 15 0 0 25 0 1 0 39799270 49106944 11728 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14613/statm: 11989 11728 75 150 0 11836 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 67044

Sending SIGTERM to process tree (bottom up)
SSolver 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 14529 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=110702
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=444932
# CPU time returned by wait4() is 15.5556
# 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): 3617.42
CPU time (s): 3600.06
CPU user time (s): 3599.48
CPU system time (s): 0.58
CPU usage (%): 99.5201
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1107
system time used= 0.444932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51364
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3377
involuntary context switches= 3370

runsolver used 3.9594 second user time and 12.4961 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-12 04:49:15
IDJOB=1110614
IDBENCH=61129
IDSOLVER=368
FILE ID=node20/1110614-1215830955
PBS_JOBID= 7903378
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-25-8-a3.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-1110614-1215830955/watcher-1110614-1215830955 -o /tmp/evaluation-result-1110614-1215830955/solver-1110614-1215830955 -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-1110614-1215830955.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cae8cd1d4aab6e17d067c00f3b4d7e8
RANDOM SEED=2017071011

node20.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.263
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.263
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:       1764224 kB
Buffers:         18512 kB
Cached:          92608 kB
SwapCached:       5704 kB
Active:         180816 kB
Inactive:        51988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764224 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         128692 kB
Slab:            44120 kB
Committed_AS:   240444 kB
PageTables:       2040 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= 66500 MiB
End job on node20 at 2008-07-12 05:49:32