Trace number 1112751

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+minisat-incOPTIMUM1 17.3564 18.0159

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-08-1092.xml
MD5SUMf41ed40355d7ef2ae84bd4ab3983b449
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark17.3564
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1093
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
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.06/0.08	c 0	BEGIN Sat Jul 12 16:39:48 2008
0.06/0.08	c 0	PID 17605
0.06/0.08	c 0	HOST node26.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112751-1215873588.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-1112751-1215873588.xml' 'HOME/temp.csp'
0.06/0.66	c 1	2 domains, 101 variables, 2 predicates, 0 relations, 1000 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	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.80	c 1	Parsing HOME/temp.csp
0.63/0.94	c 1	parsed 1105 expressions
0.63/0.95	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.97	c 1	MAX CSP: 1000 constraints
0.63/0.97	c 1	Converting to clausal form CSP
0.89/1.02	c 1	converted 211 (10%) expressions
0.89/1.06	c 1	converted 422 (20%) expressions
0.89/1.09	c 1	converted 633 (30%) expressions
0.99/1.18	c 2	converted 844 (40%) expressions
0.99/1.19	c 2	converted 1054 (50%) expressions
1.10/1.20	c 2	converted 1265 (60%) expressions
1.10/1.21	c 2	converted 1476 (70%) expressions
1.10/1.22	c 2	converted 1687 (80%) expressions
1.10/1.23	c 2	converted 1898 (90%) expressions
1.19/1.34	c 2	converted 2108 (100%) expressions
1.19/1.34	c 2	CSP : 2101 integers, 0 booleans, 2999 clauses, largest domain size 1501
1.19/1.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.34	c 2	Propagation in CSP
1.19/1.40	c 2	994 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.40	c 2	CSP : 2101 integers, 0 booleans, 2999 clauses, largest domain size 1093
1.29/1.40	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.40	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.42	c 2	CSP : 2101 integers, 1800 booleans, 4799 clauses, largest domain size 1093
1.29/1.42	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.46	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.62	c 2	211 (10%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.49/1.62	c 2	421 (20%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.49/1.62	c 2	631 (30%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.49/1.63	c 2	841 (40%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.49/1.63	c 2	1051 (50%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.49/1.64	c 2	1261 (60%) CSP integer variables are encoded (117737 clauses, 1779588 bytes)
1.49/1.64	c 2	1471 (70%) CSP integer variables are encoded (119863 clauses, 1815730 bytes)
1.49/1.65	c 2	1681 (80%) CSP integer variables are encoded (122460 clauses, 1859879 bytes)
1.49/1.65	c 2	1891 (90%) CSP integer variables are encoded (123987 clauses, 1885838 bytes)
1.49/1.66	c 2	2101 (100%) CSP integer variables are encoded (126083 clauses, 1921470 bytes)
1.98/2.19	c 3	480 (10%) CSP clauses are encoded (380083 clauses, 7409903 bytes)
2.68/2.82	c 3	960 (20%) CSP clauses are encoded (697299 clauses, 14718023 bytes)
3.26/3.45	c 4	1440 (30%) CSP clauses are encoded (1012324 clauses, 21983281 bytes)
3.87/4.08	c 4	1920 (40%) CSP clauses are encoded (1336249 clauses, 29457240 bytes)
4.54/4.74	c 5	2400 (50%) CSP clauses are encoded (1650029 clauses, 36704938 bytes)
5.05/5.27	c 6	2880 (60%) CSP clauses are encoded (1917711 clauses, 43038168 bytes)
6.23/6.45	c 7	3360 (70%) CSP clauses are encoded (2436021 clauses, 55593149 bytes)
7.21/7.45	c 8	3840 (80%) CSP clauses are encoded (2941681 clauses, 67935689 bytes)
7.32/7.59	c 8	4320 (90%) CSP clauses are encoded (3007649 clauses, 69522625 bytes)
7.71/7.97	c 8	4799 (100%) CSP clauses are encoded (3200249 clauses, 74200175 bytes)
7.71/7.97	c 8	4799 CSP clauses encoded
7.71/7.97	c 8	Writing map file : HOME/temp.map
7.71/7.99	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.71/7.99	c 8	SAT : 129983 SAT variables, 3200249 SAT clauses, 74200175 bytes
7.71/7.99	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.80/8.02	c 8	OBJECTIVE minimize _COST
7.80/8.02	c 8	SOLVING HOME/temp.cnf
7.80/8.02	c 8	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.80/8.02	c 8	This is MiniSat 2.0 beta incremental
7.80/8.02	c 8	WARNING: for repeatability, setting FPU to use double precision
7.80/8.02	c 8	============================[ Problem Statistics ]=============================
7.80/8.02	c 8	|                                                                             |
7.80/8.03	c 8	|  Number of variables:  129983                                               |
7.80/8.03	c 8	|  Number of clauses:    3200249                                              |
9.55/9.82	c 10	|  Parsing time:         1.48         s                                       |
9.66/9.91	c 10	OK
9.66/9.91	c 10	OBJECTIVE BOUND: 0 <= _COST <= 
9.66/9.91	c 10	SEARCHING: _COST <= 500
9.66/9.91	c 10	============================[ Search Statistics ]==============================
9.66/9.91	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.66/9.91	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.66/9.91	c 10	===============================================================================
9.66/9.91	c 10	|         0 |  129983  3200249  9435998 |  1066749        0    nan |  0.000 % |
9.95/10.23	c 11	===============================================================================
9.95/10.23	c 11	restarts              : 1
9.95/10.23	c 11	conflicts             : 0             (0 /sec)
9.95/10.23	c 11	decisions             : 1255          (1.59 % random) (671 /sec)
9.95/10.23	c 11	propagations          : 129983         (69483 /sec)
9.95/10.23	c 11	conflict literals     : 0              ( nan % deleted)
9.95/10.23	c 11	Memory used           : 141.48 MB
9.95/10.23	c 11	CPU time              : 1.87072 s
9.95/10.23	c 11	
9.95/10.23	c 11	SATISFIABLE
9.95/10.28	c 11	OK
9.95/10.28	c 11	FOUND: _COST <= 500
9.95/10.28	s SATISFIABLE
9.95/10.28	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.95/10.28	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.04/10.36	c 11	Decoding HOME/temp.out
10.04/10.60	c 11	OBJECTIVE _COST 500
10.04/10.60	o 500
10.04/10.60	v 1092 7 1092 63 751 568 135 214 215 216 268 8 23 64 24 282 308 309 586 350 545 531 28 648 32 309 645 310 500 646 647 71 460 1084 1089 1091 1091 1085 1080 1029 1088 1089 985 1054 1091 569 1089 1080 1091 1091 781 1091 1091 1086 1092 1091 1009 1086 1090 736 914 1091 1091 1090 1090 1045 1092 1091 1092 1090 1091 651 972 1064 1091 1091 1021 1091 1091 769 1079 1074 1091 1075 1086 763 1039 755 521 1091 919 1075 1091 372 1091 1022 989 648 505 1086 1091
10.04/10.61	c 11	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.04/10.66	c 11	OK
10.04/10.66	c 11	OBJECTIVE BOUND: 0 <= _COST <= 500
10.04/10.66	c 11	SEARCHING: _COST <= 250
10.04/10.66	c 11	============================[ Search Statistics ]==============================
10.04/10.66	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.04/10.66	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.04/10.66	c 11	===============================================================================
10.04/10.66	c 11	|         0 |  129983  3200249  9435998 |  1066749        0    nan |  0.000 % |
10.50/10.88	c 11	===============================================================================
10.50/10.88	c 11	restarts              : 2
10.50/10.88	c 11	conflicts             : 1             (0 /sec)
10.50/10.88	c 11	decisions             : 2223          (1.66 % random) (1042 /sec)
10.50/10.88	c 11	propagations          : 271048         (127093 /sec)
10.50/10.88	c 11	conflict literals     : 13             (13.33 % deleted)
10.50/10.88	c 11	Memory used           : 144.08 MB
10.50/10.88	c 11	CPU time              : 2.13267 s
10.50/10.88	c 11	
10.50/10.88	c 11	SATISFIABLE
10.59/10.94	c 11	OK
10.59/10.94	c 11	FOUND: _COST <= 250
10.59/10.94	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.59/10.94	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.63/11.02	c 11	Decoding HOME/temp.out
10.63/11.25	c 12	OBJECTIVE _COST 250
10.63/11.25	o 250
10.63/11.26	v 1092 6 101 18 1092 100 21 19 20 468 520 403 26 1092 1084 74 199 200 505 202 1038 1092 27 391 798 1090 1091 201 31 36 797 7 460 1018 1075 2 396 992 999 397 3 1023 353 1026 349 497 350 24 36 37 38 859 99 109 1092 167 403 497 503 1092 860 1091 100 1090 1082 1043 486 1091 1092 1090 1091 418 972 1064 1083 1091 1020 1091 1091 769 1079 1074 100 1075 1078 168 1038 655 1027 1091 865 1075 100 115 1083 1020 988 548 1011 1086 1091
10.63/11.26	c 12	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.63/11.31	c 12	OK
10.63/11.31	c 12	OBJECTIVE BOUND: 0 <= _COST <= 250
10.63/11.31	c 12	SEARCHING: _COST <= 125
10.63/11.31	c 12	============================[ Search Statistics ]==============================
10.63/11.31	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/11.31	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/11.31	c 12	===============================================================================
10.63/11.31	c 12	|         1 |  124983  3200249  9435998 |  1066749        1     13 |  0.000 % |
11.15/11.52	c 12	===============================================================================
11.15/11.53	c 12	restarts              : 3
11.15/11.53	c 12	conflicts             : 3             (1 /sec)
11.15/11.53	c 12	decisions             : 3864          (1.29 % random) (1612 /sec)
11.15/11.53	c 12	propagations          : 422856         (176364 /sec)
11.15/11.53	c 12	conflict literals     : 25             (7.41 % deleted)
11.15/11.53	c 12	Memory used           : 145.38 MB
11.15/11.53	c 12	CPU time              : 2.39764 s
11.15/11.53	c 12	
11.15/11.53	c 12	SATISFIABLE
11.15/11.57	c 12	OK
11.15/11.57	c 12	FOUND: _COST <= 125
11.15/11.57	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.15/11.57	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.22/11.66	c 12	Decoding HOME/temp.out
11.22/11.88	c 12	OBJECTIVE _COST 125
11.22/11.88	o 125
11.22/11.89	v 1092 124 505 504 757 82 3 150 2 451 151 13 981 1092 69 1066 2 1065 77 571 28 977 972 12 418 726 976 727 967 1091 917 566 1092 1067 415 81 91 992 999 503 147 955 982 917 82 83 1089 51 68 71 606 976 1090 4 1092 71 893 63 69 72 428 8 9 10 22 24 92 726 1092 766 918 125 1092 613 695 696 697 1091 1091 768 1079 958 1091 1075 751 737 1036 389 1027 1090 919 959 1091 641 756 996 986 282 1011 1085 1091
11.22/11.89	c 12	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.22/11.95	c 12	OK
11.22/11.95	c 12	OBJECTIVE BOUND: 0 <= _COST <= 125
11.22/11.95	c 12	SEARCHING: _COST <= 62
11.22/11.96	c 12	============================[ Search Statistics ]==============================
11.22/11.96	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.22/11.96	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.22/11.96	c 12	===============================================================================
11.22/11.96	c 12	|         3 |  122233  3200249  9435998 |  1066749        3      8 |  0.000 % |
11.79/12.23	c 13	|       103 |  120531  3200249  9435998 |  1173424      103     14 |  7.309 % |
11.99/12.47	c 13	===============================================================================
11.99/12.48	c 13	restarts              : 5
11.99/12.48	c 13	conflicts             : 112           (38 /sec)
11.99/12.48	c 13	decisions             : 7358          (0.90 % random) (2490 /sec)
11.99/12.48	c 13	propagations          : 816977         (276515 /sec)
11.99/12.48	c 13	conflict literals     : 1495           (4.90 % deleted)
11.99/12.48	c 13	Memory used           : 146.82 MB
11.99/12.48	c 13	CPU time              : 2.95455 s
11.99/12.48	c 13	
11.99/12.48	c 13	SATISFIABLE
12.10/12.52	c 13	OK
12.10/12.52	c 13	FOUND: _COST <= 62
12.10/12.52	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.10/12.52	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.12/12.60	c 13	Decoding HOME/temp.out
12.12/12.83	c 13	OBJECTIVE _COST 62
12.12/12.83	o 62
12.12/12.84	v 1092 1091 730 1089 343 1092 1009 1088 1090 678 66 89 1091 309 1083 1092 308 1090 531 1092 25 977 60 571 64 2 1091 375 55 569 570 585 73 1072 1080 1 60 25 61 1009 21 974 982 527 2 3 1089 565 526 981 601 566 72 565 714 1091 631 32 105 1092 912 104 71 1086 712 1092 1092 1091 107 1088 1090 105 610 5 1091 609 1092 4 1091 1092 588 567 31 1008 32 679 1092 38 1025 1091 394 546 32 33 341 1021 342 577 445 563 1091
12.12/12.84	c 13	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.45/12.90	c 13	OK
12.45/12.90	c 13	OBJECTIVE BOUND: 0 <= _COST <= 62
12.45/12.90	c 13	SEARCHING: _COST <= 31
12.45/12.91	c 13	============================[ Search Statistics ]==============================
12.45/12.91	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.45/12.91	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.45/12.91	c 13	===============================================================================
12.45/12.91	c 13	|       112 |  120483  3200249  9435998 |  1066749      112     13 |  7.309 % |
12.83/13.38	c 14	===============================================================================
12.83/13.38	c 14	restarts              : 6
12.83/13.38	c 14	conflicts             : 138           (40 /sec)
12.83/13.38	c 14	decisions             : 7852          (0.87 % random) (2261 /sec)
12.83/13.38	c 14	propagations          : 1168003        (336361 /sec)
12.83/13.38	c 14	conflict literals     : 2426           (16.23 % deleted)
12.83/13.38	c 14	Memory used           : 147.47 MB
12.83/13.38	c 14	CPU time              : 3.47247 s
12.83/13.38	c 14	
12.83/13.38	c 14	SATISFIABLE
12.93/13.43	c 14	OK
12.93/13.43	c 14	FOUND: _COST <= 31
12.93/13.43	c 14	DECODING HOME/temp.out WITH HOME/temp.map
12.93/13.43	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.96/13.51	c 14	Decoding HOME/temp.out
12.96/13.84	c 14	OBJECTIVE _COST 31
12.96/13.84	o 31
12.96/13.85	v 1092 65 692 1091 70 69 1092 1091 1090 13 405 50 22 833 1092 24 832 23 77 571 1051 589 18 41 447 5 6 897 1087 4 40 703 180 33 1092 4 3 26 65 117 90 47 944 1051 412 413 1089 885 76 93 94 147 179 551 724 23 612 76 74 195 1092 0 1 1089 2 1042 7 4 668 5 1092 148 28 0 1091 1090 695 1089 667 766 682 66 1091 509 441 84 1036 526 0 1090 863 30 1089 557 1090 936 833 82 1006 551 1092
12.96/13.85	c 14	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.38/13.90	c 14	OK
13.38/13.90	c 14	OBJECTIVE BOUND: 0 <= _COST <= 31
13.38/13.90	c 14	SEARCHING: _COST <= 15
13.38/13.90	c 14	============================[ Search Statistics ]==============================
13.38/13.90	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.38/13.90	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.38/13.90	c 14	===============================================================================
13.38/13.90	c 14	|       138 |  119152  3200249  9435998 |  1066749      138     18 |  7.309 % |
13.58/14.11	c 14	===============================================================================
13.58/14.12	c 14	restarts              : 7
13.58/14.12	c 14	conflicts             : 144           (39 /sec)
13.58/14.12	c 14	decisions             : 8191          (0.83 % random) (2194 /sec)
13.58/14.12	c 14	propagations          : 1315729        (352418 /sec)
13.58/14.12	c 14	conflict literals     : 2546           (15.78 % deleted)
13.58/14.12	c 14	Memory used           : 147.60 MB
13.58/14.12	c 14	CPU time              : 3.73343 s
13.58/14.12	c 14	
13.58/14.12	c 14	SATISFIABLE
13.58/14.17	c 15	OK
13.58/14.17	c 15	FOUND: _COST <= 15
13.58/14.17	c 15	DECODING HOME/temp.out WITH HOME/temp.map
13.58/14.17	c 15	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.66/14.25	c 15	Decoding HOME/temp.out
13.86/14.48	c 15	OBJECTIVE _COST 15
13.86/14.48	o 15
13.86/14.49	v 1092 11 717 1091 73 12 1092 1090 53 969 440 96 12 113 65 13 39 1089 553 358 1047 1092 7 685 408 237 395 18 135 357 219 632 120 53 62 61 1087 11 41 1021 1088 7 13 531 6 569 10 208 140 0 220 613 0 662 726 567 396 619 550 1 1092 0 1091 51 49 94 479 1088 141 1084 1 111 971 607 39 568 40 1091 552 635 958 614 970 668 720 238 175 277 1027 968 2 1069 11 331 38 158 228 625 54 1086 0
13.86/14.49	c 15	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.96/14.55	c 15	OK
13.96/14.55	c 15	OBJECTIVE BOUND: 0 <= _COST <= 15
13.96/14.55	c 15	SEARCHING: _COST <= 7
13.96/14.55	c 15	============================[ Search Statistics ]==============================
13.96/14.55	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.96/14.55	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.96/14.55	c 15	===============================================================================
13.96/14.55	c 15	|       144 |  118028  3200249  9435998 |  1066749      144     18 |  7.309 % |
14.23/14.86	c 15	===============================================================================
14.23/14.87	c 15	restarts              : 8
14.23/14.87	c 15	conflicts             : 169           (41 /sec)
14.23/14.87	c 15	decisions             : 8663          (0.78 % random) (2115 /sec)
14.23/14.87	c 15	propagations          : 1595295        (389536 /sec)
14.23/14.87	c 15	conflict literals     : 3347           (15.86 % deleted)
14.23/14.87	c 15	Memory used           : 147.73 MB
14.23/14.87	c 15	CPU time              : 4.09538 s
14.23/14.87	c 15	
14.23/14.87	c 15	SATISFIABLE
14.33/14.91	c 15	OK
14.33/14.91	c 15	FOUND: _COST <= 7
14.33/14.91	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.33/14.91	c 15	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.33/14.99	c 15	Decoding HOME/temp.out
14.71/15.34	c 16	OBJECTIVE _COST 7
14.71/15.34	o 7
14.71/15.34	v 1092 56 146 135 399 1090 734 398 40 82 813 1042 1091 824 1083 1057 823 45 46 540 4 57 414 418 1092 40 39 900 41 18 1090 171 577 127 8 1089 11 12 560 19 0 0 7 1054 1053 114 3 888 653 6 1092 28 456 412 33 1091 472 406 555 735 557 1072 1089 47 1081 1010 49 46 654 16 1091 578 457 93 32 31 1019 1091 1090 134 121 29 6 12 1075 637 966 47 572 1091 384 1073 1090 136 1091 44 863 419 992 1092 135
14.71/15.35	c 16	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
14.71/15.37	c 16	OK
14.71/15.37	c 16	OBJECTIVE BOUND: 0 <= _COST <= 7
14.71/15.37	c 16	SEARCHING: _COST <= 3
14.71/15.37	c 16	============================[ Search Statistics ]==============================
14.71/15.37	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.71/15.37	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.71/15.37	c 16	===============================================================================
14.71/15.37	c 16	|       169 |  116916  3200249  9435998 |  1066749      169     20 |  7.309 % |
14.99/15.61	c 16	===============================================================================
14.99/15.62	c 16	restarts              : 9
14.99/15.62	c 16	conflicts             : 181           (41 /sec)
14.99/15.62	c 16	decisions             : 9121          (0.78 % random) (2081 /sec)
14.99/15.62	c 16	propagations          : 1782212        (406681 /sec)
14.99/15.62	c 16	conflict literals     : 3543           (15.58 % deleted)
14.99/15.62	c 16	Memory used           : 147.86 MB
14.99/15.62	c 16	CPU time              : 4.38233 s
14.99/15.62	c 16	
14.99/15.62	c 16	SATISFIABLE
14.99/15.66	c 16	OK
14.99/15.66	c 16	FOUND: _COST <= 3
14.99/15.66	c 16	DECODING HOME/temp.out WITH HOME/temp.map
14.99/15.66	c 16	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.07/15.74	c 16	Decoding HOME/temp.out
15.07/16.08	c 16	OBJECTIVE _COST 3
15.07/16.08	o 3
15.07/16.09	v 1092 959 707 14 91 10 1012 1091 53 960 430 46 77 874 38 78 678 3 170 679 104 977 703 15 426 9 0 787 10 1091 786 61 191 849 58 1086 1091 1066 41 897 1087 43 84 480 83 555 56 1079 1091 1078 1092 1091 1088 2 707 61 62 1073 8 323 145 8 1091 9 6 11 59 1065 664 1076 58 450 968 421 1090 1091 897 449 1089 0 408 891 1090 857 1084 119 1 450 54 1082 909 960 1089 518 1091 448 794 4 1002 1083 3
15.07/16.09	c 16	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
15.07/16.14	c 17	OK
15.07/16.14	c 17	OBJECTIVE BOUND: 0 <= _COST <= 3
15.07/16.14	c 17	SEARCHING: _COST <= 1
15.07/16.14	c 17	============================[ Search Statistics ]==============================
15.07/16.14	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.07/16.14	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.07/16.14	c 17	===============================================================================
15.07/16.14	c 17	|       181 |  115772  3200249  9435998 |  1066749      181     20 |  7.309 % |
15.93/16.65	c 17	===============================================================================
15.93/16.66	c 17	restarts              : 10
15.93/16.66	c 17	conflicts             : 240           (49 /sec)
15.93/16.66	c 17	decisions             : 9436          (0.75 % random) (1914 /sec)
15.93/16.66	c 17	propagations          : 2314250        (469493 /sec)
15.93/16.66	c 17	conflict literals     : 5809           (16.09 % deleted)
15.93/16.66	c 17	Memory used           : 147.86 MB
15.93/16.66	c 17	CPU time              : 4.92925 s
15.93/16.66	c 17	
15.93/16.66	c 17	SATISFIABLE
16.03/16.70	c 17	OK
16.03/16.70	c 17	FOUND: _COST <= 1
16.03/16.70	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.03/16.70	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.03/16.78	c 17	Decoding HOME/temp.out
16.04/17.21	c 18	OBJECTIVE _COST 1
16.04/17.21	o 1
16.04/17.22	v 1092 1091 704 52 369 1038 958 1037 11 1039 90 1050 3 53 45 1065 349 1091 350 844 4 547 1085 663 80 73 79 357 1072 77 78 661 85 1069 76 1061 1091 1062 1077 13 0 1070 597 14 717 74 5 1079 10 1091 759 539 81 1084 718 72 82 14 1090 165 540 1069 1089 1082 1087 991 353 1078 12 10 1090 80 956 1092 79 1091 8 7 1089 521 1076 2 1091 580 361 597 1038 20 926 1 367 1073 1090 271 75 2 168 547 991 159 1091
16.04/17.22	c 18	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.04/17.23	c 18	OK
16.04/17.23	c 18	OBJECTIVE BOUND: 0 <= _COST <= 1
16.04/17.23	c 18	SEARCHING: _COST <= 0
16.04/17.23	c 18	============================[ Search Statistics ]==============================
16.04/17.24	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.04/17.24	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.04/17.24	c 18	===============================================================================
16.04/17.24	c 18	|       240 |  114512  3200249  9435998 |  1066749      240     24 |  7.309 % |
17.21/17.94	c 18	===============================================================================
17.21/17.94	c 18	restarts              : 11
17.21/17.94	c 18	conflicts             : 322           (57 /sec)
17.21/17.94	c 18	decisions             : 9543          (0.76 % random) (1684 /sec)
17.21/17.94	c 18	propagations          : 3131704        (552608 /sec)
17.21/17.94	c 18	conflict literals     : 10600          (17.50 % deleted)
17.21/17.94	c 18	Memory used           : 147.86 MB
17.21/17.94	c 18	CPU time              : 5.66714 s
17.21/17.94	c 18	
17.21/17.94	c 18	UNSATISFIABLE
17.21/17.94	c 18	OK
17.21/17.94	c 18	NOT FOUND: _COST <= 0
17.21/17.94	c 18	OK
17.21/17.94	c 18	OBJECTIVE _COST 1
17.21/17.94	s OPTIMUM FOUND
17.21/17.99	c 18	CPU 15.92 (0.08 0.03 15.84 1.34)
17.21/17.99	c 18	END Sat Jul 12 16:40:06 2008

Verifier Data (download as text)

OK	1	999
1 unsatisfied constraints, 999 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-1112751-1215873588/watcher-1112751-1215873588 -o /tmp/evaluation-result-1112751-1215873588/solver-1112751-1215873588 -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-1112751-1215873588.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.11 2.40 2.64 4/73 17605
/proc/meminfo: memFree=1815128/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=12268 CPUtime=0
/proc/17605/stat : 17605 (sugar++) R 17603 17605 17533 0 -1 4194304 347 0 0 0 0 0 0 0 20 0 1 0 44060764 12562432 315 996147200 4194304 4206940 548682068528 18446744073709551615 269046597689 0 0 4224 0 0 0 0 17 1 0 0
/proc/17605/statm: 3067 315 240 3 0 167 0

[startup+0.0820239 s]
/proc/loadavg: 2.11 2.40 2.64 4/73 17605
/proc/meminfo: memFree=1815128/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.06
/proc/17605/stat : 17605 (sugar++) R 17603 17605 17533 0 -1 4194304 1118 0 0 0 5 1 0 0 18 0 1 0 44060764 17141760 1086 996147200 4194304 4206940 548682068528 18446744073709551615 18446744073699066896 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17605/statm: 4185 1086 393 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10203 s]
/proc/loadavg: 2.11 2.40 2.64 4/73 17605
/proc/meminfo: memFree=1815128/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.06
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44060764 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302038 s]
/proc/loadavg: 2.11 2.40 2.64 4/73 17605
/proc/meminfo: memFree=1815128/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.06
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44060764 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702071 s]
/proc/loadavg: 2.11 2.40 2.64 4/73 17605
/proc/meminfo: memFree=1815128/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.06
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 44060764 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50214 s]
/proc/loadavg: 2.18 2.41 2.64 3/84 17627
/proc/meminfo: memFree=1805312/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.64
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1297 4803 0 1 6 1 53 4 15 0 1 0 44060764 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4185 1104 409 3 0 764 0
[pid=17618] ppid=17605 vsize=5356 CPUtime=0
/proc/17618/stat : 17618 (sh) S 17605 17605 17533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44060836 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17618/statm: 1339 233 193 169 0 50 0
[pid=17619] ppid=17618 vsize=868476 CPUtime=0.75
/proc/17619/stat : 17619 (java) S 17618 17605 17533 0 -1 0 6811 0 1 0 71 4 0 0 18 0 9 0 44060836 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17619/statm: 217119 6040 2561 9 0 211666 0
[pid=17619/tid=17620] ppid=17618 vsize=868476 CPUtime=0.42
/proc/17619/task/17620/stat : 17620 (java) R 17618 17605 17533 0 -1 64 2707 0 1 0 41 1 0 0 20 0 9 0 44060837 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4126525901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17621] ppid=17618 vsize=868476 CPUtime=0.07
/proc/17619/task/17621/stat : 17621 (java) S 17618 17605 17533 0 -1 64 1934 0 0 0 7 0 0 0 16 0 9 0 44060838 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17622] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17622/stat : 17622 (java) S 17618 17605 17533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44060839 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17623] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17623/stat : 17623 (java) S 17618 17605 17533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44060839 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17624] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17624/stat : 17624 (java) S 17618 17605 17533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44060841 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17625] ppid=17618 vsize=868476 CPUtime=0.23
/proc/17619/task/17625/stat : 17625 (java) S 17618 17605 17533 0 -1 64 1477 0 0 0 22 1 0 0 16 0 9 0 44060841 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17626] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17626/stat : 17626 (java) S 17618 17605 17533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44060841 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17627] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17627/stat : 17627 (java) S 17618 17605 17533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44060841 889319424 6040 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890572

[startup+3.10126 s]
/proc/loadavg: 2.18 2.41 2.64 3/84 17627
/proc/meminfo: memFree=1791104/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.64
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1297 4803 0 1 6 1 53 4 15 0 1 0 44060764 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4185 1104 409 3 0 764 0
[pid=17618] ppid=17605 vsize=5356 CPUtime=0
/proc/17618/stat : 17618 (sh) S 17605 17605 17533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44060836 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17618/statm: 1339 233 193 169 0 50 0
[pid=17619] ppid=17618 vsize=868476 CPUtime=2.34
/proc/17619/stat : 17619 (java) S 17618 17605 17533 0 -1 0 7301 0 1 0 214 20 0 0 18 0 9 0 44060836 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17619/statm: 217119 6057 2562 9 0 211666 0
[pid=17619/tid=17620] ppid=17618 vsize=868476 CPUtime=1.87
/proc/17619/task/17620/stat : 17620 (java) R 17618 17605 17533 0 -1 64 3182 0 1 0 173 14 0 0 25 0 9 0 44060837 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4126993908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17621] ppid=17618 vsize=868476 CPUtime=0.19
/proc/17619/task/17621/stat : 17621 (java) S 17618 17605 17533 0 -1 64 1934 0 0 0 15 4 0 0 16 0 9 0 44060838 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17622] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17622/stat : 17622 (java) S 17618 17605 17533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44060839 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17623] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17623/stat : 17623 (java) S 17618 17605 17533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44060839 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17624] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17624/stat : 17624 (java) S 17618 17605 17533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44060841 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17625] ppid=17618 vsize=868476 CPUtime=0.25
/proc/17619/task/17625/stat : 17625 (java) S 17618 17605 17533 0 -1 64 1492 0 0 0 24 1 0 0 16 0 9 0 44060841 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17626] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17626/stat : 17626 (java) S 17618 17605 17533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44060841 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17627] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17627/stat : 17627 (java) S 17618 17605 17533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44060841 889319424 6057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890572

[startup+6.30252 s]
/proc/loadavg: 2.18 2.41 2.64 3/84 17627
/proc/meminfo: memFree=1752192/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16740 CPUtime=0.64
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1297 4803 0 1 6 1 53 4 15 0 1 0 44060764 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4185 1104 409 3 0 764 0
[pid=17618] ppid=17605 vsize=5356 CPUtime=0
/proc/17618/stat : 17618 (sh) S 17605 17605 17533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44060836 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17618/statm: 1339 233 193 169 0 50 0
[pid=17619] ppid=17618 vsize=868476 CPUtime=5.49
/proc/17619/stat : 17619 (java) S 17618 17605 17533 0 -1 0 8238 0 1 0 499 50 0 0 18 0 9 0 44060836 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17619/statm: 217119 6060 2562 9 0 211666 0
[pid=17619/tid=17620] ppid=17618 vsize=868476 CPUtime=4.77
/proc/17619/task/17620/stat : 17620 (java) R 17618 17605 17533 0 -1 64 4116 0 1 0 439 38 0 0 25 0 9 0 44060837 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 104186538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17621] ppid=17618 vsize=868476 CPUtime=0.44
/proc/17619/task/17621/stat : 17621 (java) S 17618 17605 17533 0 -1 64 1934 0 0 0 34 10 0 0 16 0 9 0 44060838 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17622] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17622/stat : 17622 (java) S 17618 17605 17533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44060839 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17623] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17623/stat : 17623 (java) S 17618 17605 17533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44060839 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17624] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17624/stat : 17624 (java) S 17618 17605 17533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44060841 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17625] ppid=17618 vsize=868476 CPUtime=0.26
/proc/17619/task/17625/stat : 17625 (java) S 17618 17605 17533 0 -1 64 1495 0 0 0 25 1 0 0 16 0 9 0 44060841 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17626] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17626/stat : 17626 (java) S 17618 17605 17533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44060841 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17619/tid=17627] ppid=17618 vsize=868476 CPUtime=0
/proc/17619/task/17627/stat : 17627 (java) S 17618 17605 17533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44060841 889319424 6060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890572

[startup+12.701 s]
/proc/loadavg: 2.22 2.41 2.64 3/75 17658
/proc/meminfo: memFree=1592264/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16872 CPUtime=8.81
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 1766 25510 0 5 7 2 792 80 15 0 1 0 44060764 17276928 1141 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4218 1141 414 3 0 797 0
[pid=17628] ppid=17605 vsize=150340 CPUtime=3.31
/proc/17628/stat : 17628 (minisat-inc) S 17605 17605 17533 0 -1 4194304 36990 0 0 0 299 32 0 0 20 0 1 0 44061567 153948160 36932 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/17628/statm: 37585 36932 80 151 0 37431 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 167212

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

[startup+15.9013 s]
/proc/loadavg: 2.22 2.41 2.64 3/85 17698
/proc/meminfo: memFree=1583416/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16872 CPUtime=10.31
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 2046 41049 0 9 7 3 930 91 15 0 1 0 44060764 17276928 1141 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4218 1141 414 3 0 797 0
[pid=17628] ppid=17605 vsize=151404 CPUtime=4.76
/proc/17628/stat : 17628 (minisat-inc) S 17605 17605 17533 0 -1 4194304 37270 0 0 0 442 34 0 0 18 0 1 0 44061567 155037696 37204 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/17628/statm: 37851 37204 80 151 0 37697 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 168276

[startup+16.7023 s]
/proc/loadavg: 2.21 2.41 2.63 3/75 17708
/proc/meminfo: memFree=1589768/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16872 CPUtime=10.73
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 2064 44934 0 10 7 3 970 93 15 0 1 0 44060764 17276928 1141 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4218 1141 414 3 0 797 0
[pid=17628] ppid=17605 vsize=151408 CPUtime=5.3
/proc/17628/stat : 17628 (minisat-inc) R 17605 17605 17533 0 -1 4194304 37284 0 0 0 496 34 0 0 20 0 1 0 44061567 155041792 37217 996147200 134512640 135134323 4294956192 18446744073709551615 134725278 0 0 4096 3 0 0 0 17 1 0 0
/proc/17628/statm: 37852 37217 80 151 0 37698 0
Current children cumulated CPU time (s) 16.03
Current children cumulated vsize (KiB) 168280

[startup+17.5024 s]
/proc/loadavg: 2.21 2.41 2.63 3/75 17718
/proc/meminfo: memFree=1589768/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16872 CPUtime=11.25
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 2135 48820 0 11 8 3 1017 97 16 0 1 0 44060764 17276928 1141 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4218 1141 414 3 0 797 0
[pid=17628] ppid=17605 vsize=151404 CPUtime=5.56
/proc/17628/stat : 17628 (minisat-inc) R 17605 17605 17533 0 -1 4194304 37286 0 0 0 522 34 0 0 18 0 1 0 44061567 155037696 37218 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17628/statm: 37851 37218 80 151 0 37697 0
Current children cumulated CPU time (s) 16.81
Current children cumulated vsize (KiB) 168276

[startup+17.9024 s]
/proc/loadavg: 2.21 2.41 2.63 3/75 17718
/proc/meminfo: memFree=1589768/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16872 CPUtime=11.25
/proc/17605/stat : 17605 (sugar++) S 17603 17605 17533 0 -1 4194304 2135 48820 0 11 8 3 1017 97 16 0 1 0 44060764 17276928 1141 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17605/statm: 4218 1141 414 3 0 797 0
[pid=17628] ppid=17605 vsize=151404 CPUtime=5.96
/proc/17628/stat : 17628 (minisat-inc) R 17605 17605 17533 0 -1 4194304 37287 0 0 0 562 34 0 0 21 0 1 0 44061567 155037696 37219 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 1 0 0
/proc/17628/statm: 37851 37219 80 151 0 37697 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 168276

[startup+18.0025 s]
/proc/loadavg: 2.21 2.41 2.63 3/75 17718
/proc/meminfo: memFree=1589768/2055920 swapFree=4181272/4192956
[pid=17605] ppid=17603 vsize=16872 CPUtime=17.32
/proc/17605/stat : 17605 (sugar++) R 17603 17605 17533 0 -1 4194304 2157 86109 0 11 8 6 1584 134 17 0 1 0 44060764 17276928 1142 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17605/statm: 4218 1142 415 3 0 797 0
Current children cumulated CPU time (s) 17.32
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 18.0159
CPU time (s): 17.3564
CPU user time (s): 15.9276
CPU system time (s): 1.42878
CPU usage (%): 96.3389
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9276
system time used= 1.42878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88322
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18596
involuntary context switches= 18425

runsolver used 0.028995 second user time and 0.071989 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-12 16:39:48
IDJOB=1112751
IDBENCH=61468
IDSOLVER=367
FILE ID=node26/1112751-1215873588
PBS_JOBID= 7903580
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-08-1092.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-1112751-1215873588/watcher-1112751-1215873588 -o /tmp/evaluation-result-1112751-1215873588/solver-1112751-1215873588 -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-1112751-1215873588.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f41ed40355d7ef2ae84bd4ab3983b449
RANDOM SEED=1570924819

node26.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.213
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.213
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:       1815608 kB
Buffers:          5316 kB
Cached:          47604 kB
SwapCached:       5424 kB
Active:         178460 kB
Inactive:         9484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815608 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:         142216 kB
Slab:            37444 kB
Committed_AS:   277976 kB
PageTables:       1972 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= 66460 MiB
End job on node26 at 2008-07-12 16:40:06