Trace number 1128515

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 NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 40.0879 40.7126

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/
normalized-kbtree-9-2-3-5-30-34_ext.xml
MD5SUMbc1916287cd47c80d934bd9c6d78d5af
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark0.821874
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 05:49:28 2008
0.00/0.08	c 0	PID 10614
0.06/0.08	c 0	HOST node44.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1128515-1216784968.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128515-1216784968.xml' 'HOME/temp.csp'
0.06/0.60	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.69	c 0	Parsing HOME/temp.csp
0.57/0.85	c 1	parsed 677 expressions
0.57/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.86	c 1	MAX CSP: 309 constraints
0.57/0.86	c 1	Converting to clausal form CSP
0.57/0.88	c 1	converted 99 (10%) expressions
0.57/0.89	c 1	converted 198 (20%) expressions
0.57/0.89	c 1	converted 297 (30%) expressions
0.58/0.90	c 1	converted 396 (40%) expressions
0.58/0.91	c 1	converted 495 (50%) expressions
0.58/0.92	c 1	converted 594 (60%) expressions
0.58/0.93	c 1	converted 693 (70%) expressions
0.58/0.94	c 1	converted 792 (80%) expressions
0.58/0.95	c 1	converted 891 (90%) expressions
1.04/1.11	c 1	converted 989 (100%) expressions
1.04/1.11	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
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.14	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.14	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.04/1.14	c 1	Heap : 2 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.15	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.04/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.19	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.19	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.19	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.19	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.19	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.14/1.20	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.14/1.20	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.14/1.20	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.14/1.21	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.14/1.21	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.14/1.25	c 1	93 (10%) CSP clauses are encoded (5060 clauses, 66514 bytes)
1.14/1.26	c 1	186 (20%) CSP clauses are encoded (5523 clauses, 74861 bytes)
1.14/1.27	c 1	278 (30%) CSP clauses are encoded (5987 clauses, 84413 bytes)
1.14/1.29	c 1	371 (40%) CSP clauses are encoded (6868 clauses, 97611 bytes)
1.24/1.30	c 1	463 (50%) CSP clauses are encoded (13130 clauses, 207825 bytes)
1.24/1.31	c 1	556 (60%) CSP clauses are encoded (15153 clauses, 242431 bytes)
1.24/1.34	c 1	649 (70%) CSP clauses are encoded (32504 clauses, 558166 bytes)
1.24/1.39	c 1	741 (80%) CSP clauses are encoded (49158 clauses, 844100 bytes)
1.34/1.46	c 1	834 (90%) CSP clauses are encoded (85617 clauses, 1509048 bytes)
1.44/1.55	c 1	926 (100%) CSP clauses are encoded (134205 clauses, 2398953 bytes)
1.44/1.55	c 1	926 CSP clauses encoded
1.44/1.55	c 1	Writing map file : HOME/temp.map
1.44/1.56	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.56	c 1	SAT : 5288 SAT variables, 134205 SAT clauses, 2398953 bytes
1.44/1.56	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.61	c 1	OBJECTIVE minimize _COST
1.49/1.61	c 1	SOLVING HOME/temp.cnf
1.49/1.61	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.49/1.61	c 1	This is MiniSat 2.0 beta incremental
1.49/1.61	c 1	WARNING: for repeatability, setting FPU to use double precision
1.49/1.61	c 1	============================[ Problem Statistics ]=============================
1.49/1.61	c 1	|                                                                             |
1.49/1.61	c 1	|  Number of variables:  5288                                                 |
1.49/1.61	c 1	|  Number of clauses:    134205                                               |
1.49/1.67	c 1	|  Parsing time:         0.05         s                                       |
1.49/1.68	c 1	OK
1.49/1.68	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.49/1.68	c 1	SEARCHING: _COST <= 155
1.49/1.68	c 1	============================[ Search Statistics ]==============================
1.49/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.68	c 1	===============================================================================
1.49/1.68	c 1	|         0 |    5288   134205   390350 |    44735        0    nan |  0.000 % |
1.49/1.69	c 1	===============================================================================
1.49/1.69	c 1	restarts              : 1
1.49/1.69	c 1	conflicts             : 13            (206 /sec)
1.49/1.69	c 1	decisions             : 67            (0.00 % random) (1064 /sec)
1.49/1.69	c 1	propagations          : 5600           (88903 /sec)
1.49/1.69	c 1	conflict literals     : 172            (0.00 % deleted)
1.49/1.69	c 1	Memory used           : 7.25 MB
1.49/1.69	c 1	CPU time              : 0.06299 s
1.49/1.69	c 1	
1.49/1.69	c 1	SATISFIABLE
1.49/1.69	c 1	OK
1.49/1.69	c 1	FOUND: _COST <= 155
1.49/1.69	s SATISFIABLE
1.49/1.69	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.49/1.69	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.52/1.77	c 1	Decoding HOME/temp.out
1.52/1.86	c 2	OBJECTIVE _COST 99
1.52/1.86	o 99
1.52/1.87	v 2 3 1 2 2 3 4 0 4 2 1 4 0 4 4 0 4 2 2 4 2 1 0 2 2 0 4 2 2 1 0 0 0 1 4 2 2 3 4 3 2 3 2 3 4 2 4 4 4 3 2 3 2 2 3 3 4 4
1.52/1.89	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.91	c 2	OK
1.52/1.91	c 2	OBJECTIVE BOUND: 0 <= _COST <= 99
1.52/1.91	c 2	SEARCHING: _COST <= 49
1.52/1.92	c 2	============================[ Search Statistics ]==============================
1.52/1.93	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.93	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.93	c 2	===============================================================================
1.52/1.93	c 2	|        13 |    5288   134205   390350 |    44735       13     13 |  0.000 % |
1.52/1.93	c 2	|       116 |    5288   134205   390350 |    49208      116     24 | 36.802 % |
1.52/1.94	c 2	===============================================================================
1.52/1.94	c 2	restarts              : 3
1.52/1.94	c 2	conflicts             : 121           (1360 /sec)
1.52/1.94	c 2	decisions             : 400           (0.50 % random) (4495 /sec)
1.52/1.94	c 2	propagations          : 50701          (569764 /sec)
1.52/1.94	c 2	conflict literals     : 2813           (27.80 % deleted)
1.52/1.94	c 2	Memory used           : 7.38 MB
1.52/1.94	c 2	CPU time              : 0.088986 s
1.52/1.94	c 2	
1.52/1.94	c 2	SATISFIABLE
1.52/1.94	c 2	OK
1.52/1.94	c 2	FOUND: _COST <= 49
1.52/1.94	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/1.94	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.72/2.01	c 2	Decoding HOME/temp.out
1.95/2.11	c 2	OBJECTIVE _COST 49
1.95/2.12	o 49
1.95/2.12	v 2 4 4 2 3 4 3 4 4 1 2 0 1 4 4 2 1 4 4 4 4 0 2 3 2 2 3 2 1 1 2 4 1 3 1 2 4 4 2 1 1 4 2 4 3 4 2 4 4 3 0 1 0 2 3 0 0 1
1.95/2.15	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.95/2.20	c 2	OK
1.95/2.20	c 2	OBJECTIVE BOUND: 0 <= _COST <= 49
1.95/2.20	c 2	SEARCHING: _COST <= 24
2.03/2.20	c 2	============================[ Search Statistics ]==============================
2.03/2.21	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.03/2.21	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.03/2.21	c 2	===============================================================================
2.03/2.21	c 2	|       121 |    3342   134205   390350 |    44735      121     23 | 36.802 % |
2.03/2.22	c 2	|       222 |    3342   134205   390350 |    49208      222     21 | 47.865 % |
2.03/2.24	c 2	|       373 |    3342   134205   390350 |    54129      373     22 | 47.865 % |
2.03/2.27	c 2	|       600 |    3342   134205   390350 |    59542      600     22 | 47.865 % |
2.12/2.32	c 2	|       938 |    3342   134205   390350 |    65496      938     22 | 47.865 % |
2.12/2.34	c 2	===============================================================================
2.12/2.34	c 2	restarts              : 8
2.12/2.34	c 2	conflicts             : 1126          (4983 /sec)
2.12/2.34	c 2	decisions             : 1968          (0.71 % random) (8709 /sec)
2.12/2.34	c 2	propagations          : 378705         (1675945 /sec)
2.12/2.34	c 2	conflict literals     : 25444          (24.48 % deleted)
2.12/2.34	c 2	Memory used           : 7.51 MB
2.12/2.34	c 2	CPU time              : 0.225965 s
2.12/2.34	c 2	
2.12/2.34	c 2	SATISFIABLE
2.12/2.34	c 2	OK
2.12/2.34	c 2	FOUND: _COST <= 24
2.12/2.34	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.12/2.34	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.16/2.42	c 2	Decoding HOME/temp.out
2.17/2.50	c 2	OBJECTIVE _COST 24
2.17/2.50	o 24
2.17/2.50	v 2 4 4 0 2 4 0 0 4 2 1 3 1 4 4 2 4 2 3 4 4 1 0 2 4 0 3 1 3 1 3 4 2 2 3 3 4 1 0 1 3 3 3 4 4 1 1 3 3 0 0 4 0 2 0 2 0 1
2.17/2.50	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.17/2.55	c 2	OK
2.17/2.55	c 2	OBJECTIVE BOUND: 0 <= _COST <= 24
2.17/2.55	c 2	SEARCHING: _COST <= 12
2.17/2.56	c 2	============================[ Search Statistics ]==============================
2.17/2.57	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.57	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.57	c 2	===============================================================================
2.17/2.57	c 2	|      1126 |    2757   134205   390350 |    44735     1126     23 | 47.865 % |
2.17/2.57	c 2	|      1226 |    2757   134205   390350 |    49208     1226     22 | 55.958 % |
2.39/2.62	c 2	|      1376 |    2329    23547    66968 |    54129     1366     21 | 55.958 % |
2.39/2.65	c 2	|      1602 |    2329    23547    66968 |    59542     1592     21 | 55.958 % |
2.39/2.69	c 2	|      1939 |    2329    23547    66968 |    65496     1929     23 | 55.958 % |
2.48/2.75	c 2	|      2445 |    2329    23547    66968 |    72046     2435     23 | 55.958 % |
2.58/2.85	c 3	|      3204 |    2329    23547    66968 |    79250     3194     23 | 55.958 % |
2.68/2.98	c 3	|      4344 |    2329    23547    66968 |    87175     4334     23 | 55.958 % |
2.98/3.22	c 3	|      6052 |    2329    23547    66968 |    95893     6042     23 | 55.958 % |
3.38/3.60	c 3	|      8614 |    2329    23547    66968 |   105482     8604     22 | 55.958 % |
3.97/4.28	c 4	|     12458 |    2329    23547    66968 |   116031    12448     24 | 55.958 % |
4.27/4.59	c 4	===============================================================================
4.27/4.59	c 4	restarts              : 19
4.27/4.59	c 4	conflicts             : 14082         (6274 /sec)
4.27/4.59	c 4	decisions             : 16482         (0.53 % random) (7343 /sec)
4.27/4.59	c 4	propagations          : 4695289        (2091761 /sec)
4.27/4.59	c 4	conflict literals     : 353064         (29.59 % deleted)
4.27/4.59	c 4	Memory used           : 7.64 MB
4.27/4.59	c 4	CPU time              : 2.24466 s
4.27/4.59	c 4	
4.27/4.59	c 4	SATISFIABLE
4.27/4.59	c 4	OK
4.27/4.59	c 4	FOUND: _COST <= 12
4.27/4.59	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.27/4.59	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.36/4.67	c 4	Decoding HOME/temp.out
4.36/4.75	c 4	OBJECTIVE _COST 12
4.36/4.75	o 12
4.36/4.75	v 2 4 4 2 3 4 3 4 4 1 2 0 1 1 4 4 1 4 4 1 3 3 4 1 0 3 3 4 0 1 2 2 4 4 1 2 4 4 2 1 1 4 1 4 2 3 2 3 2 4 0 1 0 2 3 0 0 1
4.36/4.76	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.36/4.81	c 5	OK
4.36/4.81	c 5	OBJECTIVE BOUND: 0 <= _COST <= 12
4.36/4.81	c 5	SEARCHING: _COST <= 6
4.36/4.81	c 5	============================[ Search Statistics ]==============================
4.36/4.81	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.36/4.81	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.36/4.81	c 5	===============================================================================
4.36/4.81	c 5	|     14082 |    1979    14277    40196 |     4759    13856     25 | 55.958 % |
4.36/4.85	c 5	|     14184 |    1979    14277    40196 |     5234     7030     27 | 62.577 % |
4.36/4.88	c 5	|     14334 |    1979    14277    40196 |     5758     7180     26 | 62.577 % |
4.61/4.92	c 5	|     14559 |    1979    14277    40196 |     6334     7405     26 | 62.577 % |
4.61/4.97	c 5	|     14896 |    1979    14277    40196 |     6967     7742     26 | 62.577 % |
4.71/5.05	c 5	|     15402 |    1979    14277    40196 |     7664     8248     25 | 62.577 % |
4.81/5.16	c 5	|     16164 |    1979    14277    40196 |     8430     9010     25 | 62.577 % |
5.01/5.36	c 5	|     17303 |    1979    14277    40196 |     9273    10149     24 | 62.577 % |
5.30/5.63	c 5	|     19011 |    1979    14277    40196 |    10201    11857     23 | 62.577 % |
5.69/6.06	c 6	|     21574 |    1979    14277    40196 |    11221     7367     17 | 62.577 % |
6.29/6.63	c 6	|     25418 |    1979    14277    40196 |    12343    11211     17 | 62.577 % |
7.28/7.68	c 7	|     31185 |    1979    14277    40196 |    13577     8888     17 | 62.577 % |
8.77/9.10	c 9	|     39835 |    1979    14277    40196 |    14935    17538     19 | 62.577 % |
11.14/11.57	c 11	|     52809 |    1979    14277    40196 |    16429    11500     22 | 62.577 % |
15.70/16.13	c 16	|     72273 |    1979    14277    40196 |    18072    10463     19 | 62.577 % |
21.25/21.76	c 21	|    101465 |    1979    14277    40196 |    19879    17504     21 | 62.577 % |
27.29/27.84	c 28	===============================================================================
27.29/27.84	c 28	restarts              : 35
27.29/27.84	c 28	conflicts             : 130534        (5210 /sec)
27.29/27.84	c 28	decisions             : 144919        (0.73 % random) (5785 /sec)
27.29/27.84	c 28	propagations          : 41886933       (1671987 /sec)
27.29/27.84	c 28	conflict literals     : 2771079        (28.82 % deleted)
27.29/27.84	c 28	Memory used           : 8.26 MB
27.29/27.84	c 28	CPU time              : 25.0522 s
27.29/27.84	c 28	
27.29/27.84	c 28	SATISFIABLE
27.29/27.84	c 28	OK
27.29/27.84	c 28	FOUND: _COST <= 6
27.29/27.84	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.29/27.84	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.33/27.92	c 28	Decoding HOME/temp.out
27.33/28.02	c 28	OBJECTIVE _COST 6
27.33/28.02	o 6
27.33/28.02	v 2 3 1 0 2 0 4 0 4 0 3 3 0 4 4 0 4 3 2 0 2 0 2 4 2 2 2 1 3 2 0 2 0 2 4 3 4 4 0 3 3 3 4 3 4 2 4 0 0 3 0 4 0 2 4 0 0 1
27.33/28.05	c 28	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.33/28.09	c 28	OK
27.33/28.09	c 28	OBJECTIVE BOUND: 0 <= _COST <= 6
27.33/28.09	c 28	SEARCHING: _COST <= 3
27.33/28.09	c 28	============================[ Search Statistics ]==============================
27.33/28.09	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.33/28.09	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.33/28.09	c 28	===============================================================================
27.33/28.09	c 28	|    130534 |    1652     8959    25202 |     2986    13777     24 | 62.577 % |
27.56/28.13	c 28	|    130634 |    1652     8959    25202 |     3284     3503     20 | 68.761 % |
27.56/28.15	c 28	|    130784 |    1652     8959    25202 |     3613     3653     19 | 68.761 % |
27.56/28.17	c 28	|    131009 |    1652     8959    25202 |     3974     3878     19 | 68.761 % |
27.66/28.21	c 28	|    131347 |    1652     8959    25202 |     4372     4216     19 | 68.761 % |
27.66/28.27	c 28	|    131853 |    1652     8959    25202 |     4809     4722     18 | 68.761 % |
27.76/28.37	c 28	|    132612 |    1652     8959    25202 |     5290     5481     18 | 68.761 % |
27.96/28.52	c 28	|    133752 |    1652     8959    25202 |     5819     6621     17 | 68.761 % |
27.96/28.58	c 28	===============================================================================
27.96/28.58	c 28	restarts              : 43
27.96/28.58	c 28	conflicts             : 134182        (5249 /sec)
27.96/28.58	c 28	decisions             : 148960        (0.74 % random) (5828 /sec)
27.96/28.58	c 28	propagations          : 43112664       (1686650 /sec)
27.96/28.58	c 28	conflict literals     : 2821511        (28.86 % deleted)
27.96/28.58	c 28	Memory used           : 8.26 MB
27.96/28.58	c 28	CPU time              : 25.5611 s
27.96/28.58	c 28	
27.96/28.58	c 28	UNSATISFIABLE
27.96/28.58	c 28	OK
27.96/28.58	c 28	NOT FOUND: _COST <= 3
27.96/28.58	c 28	OK
27.96/28.58	c 28	OBJECTIVE BOUND: 4 <= _COST <= 6
27.96/28.58	c 28	SEARCHING: _COST <= 5
27.96/28.58	c 28	============================[ Search Statistics ]==============================
27.96/28.58	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.96/28.58	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.96/28.58	c 28	===============================================================================
27.96/28.58	c 28	|    134182 |    1643     8921    25115 |     2973     6028     18 | 68.761 % |
27.96/28.60	c 28	|    134282 |    1643     8921    25115 |     3271     6128     18 | 68.930 % |
28.06/28.62	c 28	|    134432 |    1643     8921    25115 |     3598     6278     18 | 68.930 % |
28.06/28.65	c 28	|    134657 |    1643     8921    25115 |     3957     6503     17 | 68.930 % |
28.06/28.69	c 28	|    134996 |    1643     8921    25115 |     4353     6842     17 | 68.930 % |
28.15/28.75	c 28	|    135505 |    1643     8921    25115 |     4789     7351     17 | 68.930 % |
28.25/28.86	c 29	|    136265 |    1643     8921    25115 |     5268     8111     17 | 68.930 % |
28.45/29.01	c 29	|    137405 |    1643     8921    25115 |     5794     9251     18 | 68.930 % |
28.65/29.25	c 29	|    139113 |    1643     8921    25115 |     6374     6067     15 | 68.930 % |
28.94/29.59	c 29	|    141677 |    1643     8921    25115 |     7011     8631     16 | 68.930 % |
29.54/30.15	c 30	|    145521 |    1643     8921    25115 |     7712     6827     18 | 68.930 % |
30.43/31.00	c 31	|    151287 |    1643     8921    25115 |     8484     6790     17 | 68.930 % |
31.72/32.36	c 32	|    159936 |    1643     8921    25115 |     9332     9287     17 | 68.930 % |
33.80/34.41	c 34	|    172910 |    1643     8921    25115 |    10265     9098     15 | 68.930 % |
36.77/37.42	c 37	|    192372 |    1643     8921    25115 |    11292     7237     18 | 68.930 % |
40.04/40.70	c 40	===============================================================================
40.04/40.70	c 40	restarts              : 58
40.04/40.70	c 40	conflicts             : 212810        (5665 /sec)
40.04/40.70	c 40	decisions             : 235786        (0.82 % random) (6276 /sec)
40.04/40.70	c 40	propagations          : 69786797       (1857648 /sec)
40.04/40.70	c 40	conflict literals     : 4179372        (29.09 % deleted)
40.04/40.70	c 40	Memory used           : 8.39 MB
40.04/40.70	c 40	CPU time              : 37.5673 s
40.04/40.70	c 40	
40.04/40.70	c 40	UNSATISFIABLE
40.04/40.70	c 40	OK
40.04/40.70	c 40	NOT FOUND: _COST <= 5
40.04/40.70	c 40	OK
40.04/40.70	c 40	OBJECTIVE _COST 6
40.04/40.70	s OPTIMUM FOUND
40.04/40.71	c 40	CPU 39.8 (0.07 0.02 39.73 0.24)
40.04/40.71	c 40	END Wed Jul 23 05:50:08 2008

Verifier Data (download as text)

OK	6	303
6 unsatisfied constraints, 303 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-1128515-1216784968/watcher-1128515-1216784968 -o /tmp/evaluation-result-1128515-1216784968/solver-1128515-1216784968 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1128515-1216784968.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.00 2.00 2.03 4/73 10614
/proc/meminfo: memFree=1196320/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=12268 CPUtime=0
/proc/10614/stat : 10614 (sugar++) R 10612 10614 8179 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5585675 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10614/statm: 3067 316 241 3 0 167 0

[startup+0.08158 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 10614
/proc/meminfo: memFree=1196320/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16740 CPUtime=0.06
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 5585675 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102074 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 10614
/proc/meminfo: memFree=1196320/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16740 CPUtime=0.06
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 5585675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302961 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 10614
/proc/meminfo: memFree=1196320/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16740 CPUtime=0.06
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 5585675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702051 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 10614
/proc/meminfo: memFree=1196320/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16740 CPUtime=0.57
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1296 4615 0 1 5 1 47 4 16 0 1 0 5585675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50118 s]
/proc/loadavg: 2.00 2.00 2.03 4/84 10636
/proc/meminfo: memFree=1186120/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16740 CPUtime=0.58
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1297 4615 0 1 6 1 47 4 15 0 1 0 5585675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4185 1104 409 3 0 764 0
[pid=10627] ppid=10614 vsize=5356 CPUtime=0
/proc/10627/stat : 10627 (sh) S 10614 10614 8179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5585736 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10627/statm: 1339 233 193 169 0 50 0
[pid=10628] ppid=10627 vsize=868364 CPUtime=0.86
/proc/10628/stat : 10628 (java) S 10627 10614 8179 0 -1 0 6517 0 1 0 81 5 0 0 18 0 9 0 5585737 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10628/statm: 217091 5679 2563 9 0 211638 0
[pid=10628/tid=10629] ppid=10627 vsize=868364 CPUtime=0.53
/proc/10628/task/10629/stat : 10629 (java) R 10627 10614 8179 0 -1 64 2767 0 1 0 51 2 0 0 20 0 9 0 5585738 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4126898857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10630] ppid=10627 vsize=868364 CPUtime=0.07
/proc/10628/task/10630/stat : 10630 (java) S 10627 10614 8179 0 -1 64 1563 0 0 0 6 1 0 0 16 0 9 0 5585739 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10631] ppid=10627 vsize=868364 CPUtime=0
/proc/10628/task/10631/stat : 10631 (java) S 10627 10614 8179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5585739 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10632] ppid=10627 vsize=868364 CPUtime=0
/proc/10628/task/10632/stat : 10632 (java) S 10627 10614 8179 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5585739 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10633] ppid=10627 vsize=868364 CPUtime=0
/proc/10628/task/10633/stat : 10633 (java) S 10627 10614 8179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5585741 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10634] ppid=10627 vsize=868364 CPUtime=0.23
/proc/10628/task/10634/stat : 10634 (java) S 10627 10614 8179 0 -1 64 1495 0 0 0 23 0 0 0 16 0 9 0 5585741 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10635] ppid=10627 vsize=868364 CPUtime=0
/proc/10628/task/10635/stat : 10635 (java) S 10627 10614 8179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5585741 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10628/tid=10636] ppid=10627 vsize=868364 CPUtime=0
/proc/10628/task/10636/stat : 10636 (java) S 10627 10614 8179 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5585741 889204736 5679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890460

[startup+3.10148 s]
/proc/loadavg: 2.00 2.00 2.03 4/85 10657
/proc/meminfo: memFree=1178624/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.11
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1690 22832 0 5 7 2 185 17 15 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=7684 CPUtime=0.77
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 1889 0 0 0 76 1 0 0 20 0 1 0 5585836 7868416 1832 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 1921 1832 79 151 0 1767 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 24556

[startup+6.30106 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 10677
/proc/meminfo: memFree=1183248/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.27
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1760 26628 0 6 7 2 198 20 15 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=7824 CPUtime=3.72
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 1905 0 0 0 371 1 0 0 25 0 1 0 5585836 8011776 1846 996147200 134512640 135134323 4294956192 18446744073709551615 134523899 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 1956 1846 79 151 0 1802 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 24696

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 10677
/proc/meminfo: memFree=1183192/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.27
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1760 26628 0 6 7 2 198 20 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8032 CPUtime=10.06
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 1943 0 0 0 1005 1 0 0 25 0 1 0 5585836 8224768 1884 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2008 1884 79 151 0 1854 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 24904

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 10677
/proc/meminfo: memFree=1182872/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.27
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1760 26628 0 6 7 2 198 20 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8320 CPUtime=22.74
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2044 0 0 0 2273 1 0 0 25 0 1 0 5585836 8519680 1985 996147200 134512640 135134323 4294956192 18446744073709551615 134528737 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2080 1985 79 151 0 1926 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 25192

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

[startup+31.9067 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 10687
/proc/meminfo: memFree=1182616/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.47
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1830 30431 0 7 7 2 216 22 15 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8452 CPUtime=28.86
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2069 0 0 0 2885 1 0 0 25 0 1 0 5585836 8654848 2006 996147200 134512640 135134323 4294956192 18446744073709551615 134528866 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2113 2006 79 151 0 1959 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (KiB) 25324

[startup+35.1013 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 10687
/proc/meminfo: memFree=1182616/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.47
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1830 30431 0 7 7 2 216 22 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8584 CPUtime=32.02
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2082 0 0 0 3201 1 0 0 25 0 1 0 5585836 8790016 2019 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2146 2019 79 151 0 1992 0
Current children cumulated CPU time (s) 34.49
Current children cumulated vsize (KiB) 25456

[startup+38.3019 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 10687
/proc/meminfo: memFree=1182616/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.47
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1830 30431 0 7 7 2 216 22 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8584 CPUtime=35.19
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2082 0 0 0 3518 1 0 0 25 0 1 0 5585836 8790016 2019 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2146 2019 79 151 0 1992 0
Current children cumulated CPU time (s) 37.66
Current children cumulated vsize (KiB) 25456

[startup+39.9012 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 10687
/proc/meminfo: memFree=1182616/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.47
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1830 30431 0 7 7 2 216 22 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8584 CPUtime=36.78
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2087 0 0 0 3677 1 0 0 25 0 1 0 5585836 8790016 2024 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2146 2024 79 151 0 1992 0
Current children cumulated CPU time (s) 39.25
Current children cumulated vsize (KiB) 25456

[startup+40.3013 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 10687
/proc/meminfo: memFree=1182616/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.47
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1830 30431 0 7 7 2 216 22 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8584 CPUtime=37.17
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2087 0 0 0 3716 1 0 0 25 0 1 0 5585836 8790016 2024 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2146 2024 79 151 0 1992 0
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (KiB) 25456

[startup+40.7064 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 10687
/proc/meminfo: memFree=1182616/2055920 swapFree=4192956/4192956
[pid=10614] ppid=10612 vsize=16872 CPUtime=2.47
/proc/10614/stat : 10614 (sugar++) S 10612 10614 8179 0 -1 4194304 1830 30431 0 7 7 2 216 22 16 0 1 0 5585675 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10614/statm: 4218 1121 414 3 0 797 0
[pid=10637] ppid=10614 vsize=8584 CPUtime=37.57
/proc/10637/stat : 10637 (minisat-inc) R 10614 10614 8179 0 -1 4194304 2087 0 0 0 3756 1 0 0 25 0 1 0 5585836 8790016 2024 996147200 134512640 135134323 4294956192 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/10637/statm: 2146 2024 79 151 0 1992 0
Current children cumulated CPU time (s) 40.04
Current children cumulated vsize (KiB) 25456

Child status: 0
Real time (s): 40.7126
CPU time (s): 40.0879
CPU user time (s): 39.8099
CPU system time (s): 0.277957
CPU usage (%): 98.4656
Max. virtual memory (cumulated for all children) (KiB): 890460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8099
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34428
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= 3059
involuntary context switches= 3658

runsolver used 0.071989 second user time and 0.137979 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-23 05:49:28
IDJOB=1128515
IDBENCH=65577
IDSOLVER=367
FILE ID=node44/1128515-1216784968
PBS_JOBID= 7974248
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/normalized-kbtree-9-2-3-5-30-34_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128515-1216784968/watcher-1128515-1216784968 -o /tmp/evaluation-result-1128515-1216784968/solver-1128515-1216784968 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1128515-1216784968.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc1916287cd47c80d934bd9c6d78d5af
RANDOM SEED=189395273

node44.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:       1196800 kB
Buffers:         39452 kB
Cached:         729560 kB
SwapCached:          0 kB
Active:         387652 kB
Inactive:       397328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             904 kB
Writeback:           0 kB
Mapped:          26992 kB
Slab:            59376 kB
Committed_AS:    87316 kB
PageTables:       1804 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= 66552 MiB
End job on node44 at 2008-07-23 05:50:09