Trace number 1112207

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 21.1378 21.6943

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-50-5-add.xml
MD5SUM2557765bf29994b12cfaa173ab96dd25
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 benchmark21.1378
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1235
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1235
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 Sat Jul 12 13:58:03 2008
0.00/0.08	c 0	PID 16891
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1112207-1215863883.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112207-1215863883.xml' 'HOME/temp.csp'
0.06/0.67	c 1	2 domains, 55 variables, 3 predicates, 0 relations, 1235 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.79	c 1	Parsing HOME/temp.csp
0.64/0.95	c 1	parsed 1295 expressions
0.64/0.95	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/0.97	c 1	MAX CSP: 1235 constraints
0.64/0.97	c 1	Converting to clausal form CSP
1.01/1.16	c 2	converted 254 (10%) expressions
1.11/1.21	c 2	converted 507 (20%) expressions
1.11/1.23	c 2	converted 760 (30%) expressions
1.11/1.25	c 2	converted 1014 (40%) expressions
1.11/1.27	c 2	converted 1267 (50%) expressions
1.11/1.29	c 2	converted 1520 (60%) expressions
1.20/1.31	c 2	converted 1774 (70%) expressions
1.20/1.33	c 2	converted 2027 (80%) expressions
1.20/1.35	c 2	converted 2280 (90%) expressions
1.40/1.53	c 2	converted 2533 (100%) expressions
1.40/1.53	c 2	CSP : 2545 integers, 2465 booleans, 8689 clauses, largest domain size 2500
1.40/1.53	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.53	c 2	Propagation in CSP
1.49/1.64	c 2	1229 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.64	c 2	CSP : 2545 integers, 2465 booleans, 8689 clauses, largest domain size 2500
1.49/1.64	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.73	c 2	CSP : 2545 integers, 7413 booleans, 13637 clauses, largest domain size 2500
1.59/1.73	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.79	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.83	c 2	255 (10%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.70/1.83	c 2	509 (20%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.70/1.83	c 2	764 (30%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.70/1.83	c 2	1018 (40%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.70/1.83	c 2	1273 (50%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.70/1.84	c 2	1527 (60%) CSP integer variables are encoded (18315 clauses, 252731 bytes)
1.70/1.85	c 2	1782 (70%) CSP integer variables are encoded (20364 clauses, 283466 bytes)
1.70/1.85	c 2	2036 (80%) CSP integer variables are encoded (22758 clauses, 319376 bytes)
1.70/1.86	c 2	2291 (90%) CSP integer variables are encoded (28418 clauses, 404276 bytes)
1.70/1.87	c 2	2545 (100%) CSP integer variables are encoded (38509 clauses, 555641 bytes)
1.79/1.97	c 2	1364 (10%) CSP clauses are encoded (70219 clauses, 1171211 bytes)
1.90/2.07	c 2	2728 (20%) CSP clauses are encoded (102677 clauses, 1828307 bytes)
1.99/2.14	c 3	4092 (30%) CSP clauses are encoded (135452 clauses, 2494204 bytes)
2.10/2.23	c 3	5455 (40%) CSP clauses are encoded (169742 clauses, 3198216 bytes)
2.21/2.31	c 3	6819 (50%) CSP clauses are encoded (204944 clauses, 3927289 bytes)
2.21/2.39	c 3	8183 (60%) CSP clauses are encoded (242256 clauses, 4733118 bytes)
2.30/2.48	c 3	9546 (70%) CSP clauses are encoded (281095 clauses, 5585039 bytes)
2.40/2.59	c 3	10910 (80%) CSP clauses are encoded (322673 clauses, 6501263 bytes)
2.80/2.99	c 3	12274 (90%) CSP clauses are encoded (538799 clauses, 11049276 bytes)
7.53/7.80	c 8	13637 (100%) CSP clauses are encoded (2356509 clauses, 49881849 bytes)
7.64/7.80	c 8	13637 CSP clauses encoded
7.64/7.81	c 8	Writing map file : HOME/temp.map
7.64/7.83	c 8	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.64/7.83	c 8	SAT : 48467 SAT variables, 2356509 SAT clauses, 49881849 bytes
7.64/7.83	c 8	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.64/7.86	c 8	OBJECTIVE minimize _COST
7.64/7.86	c 8	SOLVING HOME/temp.cnf
7.64/7.86	c 8	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.64/7.86	c 8	This is MiniSat 2.0 beta incremental
7.64/7.86	c 8	WARNING: for repeatability, setting FPU to use double precision
7.64/7.86	c 8	============================[ Problem Statistics ]=============================
7.64/7.86	c 8	|                                                                             |
7.64/7.86	c 8	|  Number of variables:  48467                                                |
7.64/7.86	c 8	|  Number of clauses:    2356509                                              |
8.70/8.96	c 9	|  Parsing time:         0.95         s                                       |
8.80/9.02	c 9	OK
8.80/9.02	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
8.80/9.02	c 9	SEARCHING: _COST <= 618
8.80/9.02	c 9	============================[ Search Statistics ]==============================
8.80/9.02	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.80/9.02	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.80/9.02	c 9	===============================================================================
8.80/9.02	c 9	|         0 |   48467  2356509  7055372 |   785503        0    nan |  0.000 % |
9.39/9.69	c 10	===============================================================================
9.39/9.70	c 10	restarts              : 1
9.39/9.70	c 10	conflicts             : 30            (18 /sec)
9.39/9.70	c 10	decisions             : 6371          (1.05 % random) (3822 /sec)
9.39/9.70	c 10	propagations          : 166920         (100147 /sec)
9.39/9.70	c 10	conflict literals     : 394            (1.25 % deleted)
9.39/9.70	c 10	Memory used           : 99.56 MB
9.39/9.70	c 10	CPU time              : 1.66675 s
9.39/9.70	c 10	
9.39/9.70	c 10	SATISFIABLE
9.49/9.73	c 10	OK
9.49/9.73	c 10	FOUND: _COST <= 618
9.49/9.73	s SATISFIABLE
9.49/9.73	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.49/9.73	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.51/9.81	c 10	Decoding HOME/temp.out
9.66/9.99	c 10	OBJECTIVE _COST 167
9.66/9.99	o 167
9.66/9.99	v 27 20 37 0 2 28 31 33 30 1 3 6 11 12 34 5 10 18 39 37 24 29 38 26 30 40 36 32 41 37 47 42 44 43 48 46 45 46 45 46 45 45 49 45 46 46 46 49 48 45 2449 2399 2499 2499 2449
9.66/9.99	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.76/10.09	c 10	OK
9.76/10.09	c 10	OBJECTIVE BOUND: 0 <= _COST <= 167
9.76/10.09	c 10	SEARCHING: _COST <= 83
9.76/10.09	c 10	============================[ Search Statistics ]==============================
9.76/10.09	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.76/10.09	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.76/10.09	c 10	===============================================================================
9.76/10.09	c 10	|        30 |   48467  2356509  7055372 |   785503       30     13 |  0.000 % |
10.12/10.47	c 11	|       131 |   48467  2356509  7055372 |   864053      131     26 | 26.049 % |
10.32/10.61	c 11	|       282 |   43141  2356509  7055372 |   950458      282     20 | 26.049 % |
11.00/11.37	c 12	|       507 |   43141  2356509  7055372 |  1045504      507     26 | 26.049 % |
11.10/11.44	c 12	===============================================================================
11.10/11.44	c 12	restarts              : 5
11.10/11.44	c 12	conflicts             : 512           (168 /sec)
11.10/11.44	c 12	decisions             : 9017          (0.96 % random) (2959 /sec)
11.10/11.44	c 12	propagations          : 1158601        (380176 /sec)
11.10/11.44	c 12	conflict literals     : 13011          (19.10 % deleted)
11.10/11.44	c 12	Memory used           : 100.21 MB
11.10/11.44	c 12	CPU time              : 3.04754 s
11.10/11.44	c 12	
11.10/11.44	c 12	SATISFIABLE
11.10/11.46	c 12	OK
11.10/11.46	c 12	FOUND: _COST <= 83
11.10/11.46	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.10/11.46	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.17/11.53	c 12	Decoding HOME/temp.out
11.17/11.90	c 12	OBJECTIVE _COST 83
11.17/11.90	o 83
11.17/11.90	v 21 24 33 45 47 44 47 35 48 29 23 16 45 49 49 37 25 43 5 49 30 39 49 47 40 49 45 38 2 44 46 27 49 6 36 42 48 17 41 20 15 31 3 42 22 1 34 0 19 26 2499 2498 2498 2498 2499
11.17/11.90	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.17/11.94	c 12	OK
11.17/11.94	c 12	OBJECTIVE BOUND: 0 <= _COST <= 83
11.17/11.94	c 12	SEARCHING: _COST <= 41
11.17/11.95	c 12	============================[ Search Statistics ]==============================
11.17/11.96	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.17/11.96	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.17/11.96	c 12	===============================================================================
11.17/11.96	c 12	|       512 |   35842  2356509  7055372 |   785503      512     25 | 26.049 % |
11.68/12.03	c 12	===============================================================================
11.68/12.03	c 12	restarts              : 6
11.68/12.03	c 12	conflicts             : 538           (170 /sec)
11.68/12.03	c 12	decisions             : 9619          (0.91 % random) (3040 /sec)
11.68/12.03	c 12	propagations          : 1234045        (389963 /sec)
11.68/12.03	c 12	conflict literals     : 14639          (17.53 % deleted)
11.68/12.03	c 12	Memory used           : 100.34 MB
11.68/12.03	c 12	CPU time              : 3.16452 s
11.68/12.03	c 12	
11.68/12.03	c 12	SATISFIABLE
11.68/12.05	c 12	OK
11.68/12.05	c 12	FOUND: _COST <= 41
11.68/12.05	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.68/12.05	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.76/12.14	c 13	Decoding HOME/temp.out
11.96/12.31	c 13	OBJECTIVE _COST 41
11.96/12.31	o 41
11.96/12.31	v 23 29 15 35 47 44 47 12 48 0 32 26 14 48 49 24 36 17 30 49 27 20 49 34 19 21 28 33 1 48 46 39 49 7 38 45 37 25 41 16 18 3 40 2 31 5 43 22 11 42 2399 2498 2397 2449 2499
11.96/12.31	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.96/12.33	c 13	OK
11.96/12.33	c 13	OBJECTIVE BOUND: 0 <= _COST <= 41
11.96/12.33	c 13	SEARCHING: _COST <= 20
11.96/12.33	c 13	============================[ Search Statistics ]==============================
11.96/12.33	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.96/12.33	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.96/12.33	c 13	===============================================================================
11.96/12.33	c 13	|       538 |   34082  2356509  7055372 |   785503      538     27 | 26.049 % |
12.08/12.48	c 13	|       638 |   34082  2356509  7055372 |   864053      638     31 | 32.707 % |
12.28/12.66	c 13	|       789 |   34050  2356509  7055372 |   950458      789     27 | 32.707 % |
12.38/12.75	c 13	===============================================================================
12.38/12.75	c 13	restarts              : 9
12.38/12.75	c 13	conflicts             : 824           (229 /sec)
12.38/12.75	c 13	decisions             : 10693         (0.91 % random) (2969 /sec)
12.38/12.75	c 13	propagations          : 1839879        (510871 /sec)
12.38/12.75	c 13	conflict literals     : 22189          (14.61 % deleted)
12.38/12.75	c 13	Memory used           : 100.60 MB
12.38/12.75	c 13	CPU time              : 3.60145 s
12.38/12.75	c 13	
12.38/12.75	c 13	SATISFIABLE
12.38/12.77	c 13	OK
12.38/12.77	c 13	FOUND: _COST <= 20
12.38/12.77	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.38/12.77	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.45/12.85	c 13	Decoding HOME/temp.out
12.45/13.02	c 13	OBJECTIVE _COST 20
12.45/13.02	o 20
12.45/13.02	v 32 6 31 3 23 47 49 4 49 29 27 42 0 46 25 33 39 41 13 49 36 24 14 1 30 40 38 34 18 20 11 45 12 37 44 48 45 35 46 28 22 9 43 17 7 2 48 16 21 26 2499 2499 2499 2499 2499
12.45/13.03	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.45/13.04	c 13	OK
12.45/13.04	c 13	OBJECTIVE BOUND: 0 <= _COST <= 20
12.45/13.04	c 13	SEARCHING: _COST <= 10
12.45/13.04	c 13	============================[ Search Statistics ]==============================
12.45/13.04	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.45/13.04	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.45/13.04	c 13	===============================================================================
12.45/13.04	c 13	|       824 |   32615  2356509  7055372 |   785503      824     27 | 32.707 % |
12.77/13.19	c 14	|       924 |   32613  2356509  7055372 |   864053      924     25 | 35.500 % |
12.87/13.29	c 14	===============================================================================
12.87/13.30	c 14	restarts              : 11
12.87/13.30	c 14	conflicts             : 1016          (262 /sec)
12.87/13.30	c 14	decisions             : 11588         (0.86 % random) (2992 /sec)
12.87/13.30	c 14	propagations          : 2275750        (587683 /sec)
12.87/13.30	c 14	conflict literals     : 28411          (12.18 % deleted)
12.87/13.30	c 14	Memory used           : 100.60 MB
12.87/13.30	c 14	CPU time              : 3.87241 s
12.87/13.30	c 14	
12.87/13.30	c 14	SATISFIABLE
12.97/13.31	c 14	OK
12.97/13.31	c 14	FOUND: _COST <= 10
12.97/13.31	c 14	DECODING HOME/temp.out WITH HOME/temp.map
12.97/13.31	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.97/13.39	c 14	Decoding HOME/temp.out
12.98/13.76	c 14	OBJECTIVE _COST 10
12.98/13.76	o 10
12.98/13.77	v 20 16 38 29 42 21 25 15 19 48 40 0 9 47 4 36 22 41 12 26 24 35 13 32 23 17 10 37 6 14 3 44 30 8 46 2 18 39 1 34 27 7 11 43 45 33 49 5 31 28 2499 2499 2499 2499 2498
12.98/13.77	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.98/13.81	c 14	OK
12.98/13.81	c 14	OBJECTIVE BOUND: 0 <= _COST <= 10
12.98/13.81	c 14	SEARCHING: _COST <= 5
12.98/13.81	c 14	============================[ Search Statistics ]==============================
12.98/13.82	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.98/13.82	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.98/13.82	c 14	===============================================================================
12.98/13.82	c 14	|      1016 |   31261  2356509  7055372 |   785503     1016     28 | 35.500 % |
13.52/13.92	c 14	|      1117 |   31261  2356509  7055372 |   864053     1117     30 | 38.113 % |
13.62/14.02	c 14	|      1267 |   31261  2356509  7055372 |   950458     1267     28 | 38.113 % |
13.72/14.18	c 15	===============================================================================
13.72/14.18	c 15	restarts              : 14
13.72/14.18	c 15	conflicts             : 1449          (340 /sec)
13.72/14.18	c 15	decisions             : 12736         (0.85 % random) (2986 /sec)
13.72/14.18	c 15	propagations          : 2607473        (611315 /sec)
13.72/14.18	c 15	conflict literals     : 57594          (7.34 % deleted)
13.72/14.18	c 15	Memory used           : 100.73 MB
13.72/14.18	c 15	CPU time              : 4.26535 s
13.72/14.18	c 15	
13.72/14.18	c 15	SATISFIABLE
13.82/14.20	c 15	OK
13.82/14.20	c 15	FOUND: _COST <= 5
13.82/14.20	c 15	DECODING HOME/temp.out WITH HOME/temp.map
13.82/14.20	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.82/14.28	c 15	Decoding HOME/temp.out
14.00/14.46	c 15	OBJECTIVE _COST 5
14.00/14.46	o 5
14.00/14.46	v 5 23 47 12 28 35 46 11 33 16 44 39 27 0 37 41 26 3 30 17 9 13 22 43 21 42 34 8 18 1 25 7 38 4 48 29 32 10 31 40 19 2 20 45 14 36 49 6 15 24 2499 2499 2449 2449 2399
14.00/14.47	c 15	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
14.06/14.52	c 15	OK
14.06/14.52	c 15	OBJECTIVE BOUND: 0 <= _COST <= 5
14.06/14.52	c 15	SEARCHING: _COST <= 2
14.06/14.52	c 15	============================[ Search Statistics ]==============================
14.06/14.52	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.06/14.52	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.06/14.52	c 15	===============================================================================
14.06/14.52	c 15	|      1449 |   29995  2356509  7055372 |   785503     1449     40 | 38.113 % |
14.16/14.67	c 15	|      1549 |   29995  2356509  7055372 |   864053     1549     41 | 40.683 % |
14.36/14.84	c 15	|      1699 |   29995  2356509  7055372 |   950458     1699     43 | 40.683 % |
14.46/14.96	c 15	|      1925 |   29995  2356509  7055372 |  1045504     1925     42 | 40.683 % |
14.76/15.20	c 16	|      2262 |   29995  2356509  7055372 |  1150054     2262     42 | 40.683 % |
15.25/15.72	c 16	|      2768 |   29995  2356509  7055372 |  1265060     2768     47 | 40.683 % |
16.05/16.54	c 17	|      3527 |   29995  2356509  7055372 |  1391566     3527     39 | 40.683 % |
16.15/16.61	c 17	===============================================================================
16.15/16.61	c 17	restarts              : 21
16.15/16.61	c 17	conflicts             : 3638          (573 /sec)
16.15/16.61	c 17	decisions             : 17596         (0.84 % random) (2770 /sec)
16.15/16.61	c 17	propagations          : 6040579        (950818 /sec)
16.15/16.61	c 17	conflict literals     : 146123         (4.76 % deleted)
16.15/16.61	c 17	Memory used           : 100.98 MB
16.15/16.61	c 17	CPU time              : 6.35303 s
16.15/16.61	c 17	
16.15/16.61	c 17	SATISFIABLE
16.15/16.63	c 17	OK
16.15/16.63	c 17	FOUND: _COST <= 2
16.15/16.63	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.15/16.63	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.18/16.71	c 17	Decoding HOME/temp.out
16.18/17.07	c 17	OBJECTIVE _COST 2
16.18/17.07	o 2
16.18/17.08	v 20 40 16 25 36 42 23 19 15 30 11 4 1 3 8 49 43 13 18 38 33 29 48 21 47 7 5 0 27 32 46 41 24 35 9 39 12 28 44 6 45 10 37 26 2 22 34 31 14 17 2496 2397 2449 2499 2448
16.18/17.08	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.18/17.11	c 18	OK
16.18/17.11	c 18	OBJECTIVE BOUND: 0 <= _COST <= 2
16.18/17.11	c 18	SEARCHING: _COST <= 1
16.18/17.11	c 18	============================[ Search Statistics ]==============================
16.18/17.11	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.18/17.11	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.18/17.11	c 18	===============================================================================
16.18/17.11	c 18	|      3638 |   28749  2356509  7055372 |   785503     3638     40 | 40.683 % |
16.72/17.20	c 18	|      3738 |   28749  2356509  7055372 |   864053     3738     40 | 44.203 % |
16.82/17.33	c 18	|      3889 |   28749  2356509  7055372 |   950458     3889     42 | 44.203 % |
17.01/17.53	c 18	|      4115 |   28749  2356509  7055372 |  1045504     4115     43 | 44.203 % |
17.11/17.65	c 18	|      4452 |   28749  2356509  7055372 |  1150054     4452     41 | 44.203 % |
17.21/17.74	c 18	===============================================================================
17.21/17.74	c 18	restarts              : 26
17.21/17.74	c 18	conflicts             : 4546          (650 /sec)
17.21/17.74	c 18	decisions             : 20033         (0.87 % random) (2863 /sec)
17.21/17.74	c 18	propagations          : 6513470        (930770 /sec)
17.21/17.74	c 18	conflict literals     : 192799         (4.16 % deleted)
17.21/17.74	c 18	Memory used           : 101.24 MB
17.21/17.74	c 18	CPU time              : 6.99794 s
17.21/17.74	c 18	
17.21/17.74	c 18	SATISFIABLE
17.21/17.76	c 18	OK
17.21/17.76	c 18	FOUND: _COST <= 1
17.21/17.76	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.21/17.76	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.27/17.84	c 18	Decoding HOME/temp.out
17.27/18.02	c 18	OBJECTIVE _COST 1
17.27/18.02	o 1
17.27/18.02	v 16 22 19 39 45 36 25 27 12 31 38 2 10 26 46 14 34 11 28 33 13 32 23 3 30 49 29 5 7 18 37 40 6 48 42 1 41 0 24 4 21 43 9 15 20 35 17 47 8 44 2396 2448 2496 2397 2449
17.27/18.03	c 18	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.27/18.08	c 18	OK
17.27/18.08	c 18	OBJECTIVE BOUND: 0 <= _COST <= 1
17.27/18.08	c 18	SEARCHING: _COST <= 0
17.27/18.08	c 18	============================[ Search Statistics ]==============================
17.27/18.08	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.27/18.08	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.27/18.08	c 18	===============================================================================
17.27/18.08	c 18	|      4546 |   27043  2356509  7055372 |   785503     4546     42 | 44.203 % |
17.56/18.17	c 19	|      4648 |   27043  2356509  7055372 |   864053     4648     43 | 46.752 % |
17.66/18.24	c 19	|      4798 |   27043  2356509  7055372 |   950458     4798     43 | 46.752 % |
17.96/18.56	c 19	|      5023 |   27043  2356509  7055372 |  1045504     5023     47 | 46.752 % |
18.26/18.83	c 19	|      5360 |   27043  2356509  7055372 |  1150054     5360     47 | 46.752 % |
18.65/19.21	c 20	|      5866 |   27043  2356509  7055372 |  1265060     5866     52 | 46.752 % |
21.02/21.64	c 22	===============================================================================
21.02/21.64	c 22	restarts              : 32
21.02/21.64	c 22	conflicts             : 6471          (614 /sec)
21.02/21.64	c 22	decisions             : 24146         (0.93 % random) (2290 /sec)
21.02/21.64	c 22	propagations          : 8498041        (806006 /sec)
21.02/21.64	c 22	conflict literals     : 322759         (3.25 % deleted)
21.02/21.64	c 22	Memory used           : 101.63 MB
21.02/21.64	c 22	CPU time              : 10.5434 s
21.02/21.64	c 22	
21.02/21.64	c 22	UNSATISFIABLE
21.02/21.64	c 22	OK
21.02/21.64	c 22	NOT FOUND: _COST <= 0
21.02/21.64	c 22	OK
21.02/21.64	c 22	OBJECTIVE _COST 1
21.02/21.64	s OPTIMUM FOUND
21.02/21.69	c 22	CPU 20.15 (0.07 0.03 20.08 0.91)
21.02/21.69	c 22	END Sat Jul 12 13:58:25 2008

Verifier Data (download as text)

OK	1	1234
1 unsatisfied constraints, 1234 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-1112207-1215863883/watcher-1112207-1215863883 -o /tmp/evaluation-result-1112207-1215863883/solver-1112207-1215863883 -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-1112207-1215863883.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.00 4/81 16891
/proc/meminfo: memFree=1810800/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=12000 CPUtime=0
/proc/16891/stat : 16891 (sugar++) R 16889 16891 16399 0 -1 4194304 188 0 0 0 0 0 0 0 20 0 1 0 43091559 12288000 156 996147200 4194304 4206940 548682068528 18446744073709551615 244691563632 0 0 4224 0 0 0 0 17 1 0 0
/proc/16891/statm: 3000 156 118 3 0 100 0

[startup+0.108405 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16891
/proc/meminfo: memFree=1810800/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.06
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.20142 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16891
/proc/meminfo: memFree=1810800/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.06
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301434 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16891
/proc/meminfo: memFree=1810800/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.06
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701507 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16891
/proc/meminfo: memFree=1810800/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.06
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50266 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 16913
/proc/meminfo: memFree=1799256/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.64
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1296 4807 0 1 5 1 55 3 15 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
[pid=16904] ppid=16891 vsize=5356 CPUtime=0
/proc/16904/stat : 16904 (sh) S 16891 16891 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43091631 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16904/statm: 1339 233 193 169 0 50 0
[pid=16905] ppid=16904 vsize=868264 CPUtime=0.76
/proc/16905/stat : 16905 (java) S 16904 16891 16399 0 -1 0 7200 0 1 0 72 4 0 0 18 0 9 0 43091631 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16905/statm: 217066 6444 2538 9 0 211641 0
[pid=16905/tid=16906] ppid=16904 vsize=868264 CPUtime=0.43
/proc/16905/task/16906/stat : 16906 (java) R 16904 16891 16399 0 -1 64 2660 0 1 0 42 1 0 0 23 0 9 0 43091632 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4126546364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16907] ppid=16904 vsize=868264 CPUtime=0.11
/proc/16905/task/16907/stat : 16907 (java) S 16904 16891 16399 0 -1 64 2393 0 0 0 10 1 0 0 16 0 9 0 43091633 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16908] ppid=16904 vsize=868264 CPUtime=0
/proc/16905/task/16908/stat : 16908 (java) S 16904 16891 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43091633 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16909] ppid=16904 vsize=868264 CPUtime=0
/proc/16905/task/16909/stat : 16909 (java) S 16904 16891 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43091633 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16910] ppid=16904 vsize=868264 CPUtime=0
/proc/16905/task/16910/stat : 16910 (java) S 16904 16891 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43091635 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16911] ppid=16904 vsize=868264 CPUtime=0.19
/proc/16905/task/16911/stat : 16911 (java) S 16904 16891 16399 0 -1 64 1454 0 0 0 19 0 0 0 16 0 9 0 43091635 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16912] ppid=16904 vsize=868264 CPUtime=0
/proc/16905/task/16912/stat : 16912 (java) S 16904 16891 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43091635 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16913] ppid=16904 vsize=868264 CPUtime=0
/proc/16905/task/16913/stat : 16913 (java) S 16904 16891 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43091635 889102336 6444 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890360

[startup+3.10195 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16913
/proc/meminfo: memFree=1785688/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.65
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1297 4807 0 1 6 1 55 3 15 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
[pid=16904] ppid=16891 vsize=5356 CPUtime=0
/proc/16904/stat : 16904 (sh) S 16891 16891 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43091631 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16904/statm: 1339 233 193 169 0 50 0
[pid=16905] ppid=16904 vsize=868492 CPUtime=2.34
/proc/16905/stat : 16905 (java) S 16904 16891 16399 0 -1 0 8352 0 1 0 220 14 0 0 18 0 9 0 43091631 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16905/statm: 217123 7181 2564 9 0 211670 0
[pid=16905/tid=16906] ppid=16904 vsize=868492 CPUtime=1.7
/proc/16905/task/16906/stat : 16906 (java) R 16904 16891 16399 0 -1 64 3088 0 1 0 161 9 0 0 25 0 9 0 43091632 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4126529189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16907] ppid=16904 vsize=868492 CPUtime=0.34
/proc/16905/task/16907/stat : 16907 (java) S 16904 16891 16399 0 -1 64 3072 0 0 0 31 3 0 0 16 0 9 0 43091633 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16908] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16908/stat : 16908 (java) S 16904 16891 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43091633 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16909] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16909/stat : 16909 (java) S 16904 16891 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43091633 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16910] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16910/stat : 16910 (java) S 16904 16891 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16911] ppid=16904 vsize=868492 CPUtime=0.27
/proc/16905/task/16911/stat : 16911 (java) S 16904 16891 16399 0 -1 64 1499 0 0 0 26 1 0 0 16 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16912] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16912/stat : 16912 (java) S 16904 16891 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16913] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16913/stat : 16913 (java) S 16904 16891 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890588

[startup+6.30255 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16913
/proc/meminfo: memFree=1763416/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=16740 CPUtime=0.65
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1297 4807 0 1 6 1 55 3 15 0 1 0 43091559 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4185 1104 409 3 0 764 0
[pid=16904] ppid=16891 vsize=5356 CPUtime=0
/proc/16904/stat : 16904 (sh) S 16891 16891 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43091631 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16904/statm: 1339 233 193 169 0 50 0
[pid=16905] ppid=16904 vsize=868492 CPUtime=5.5
/proc/16905/stat : 16905 (java) S 16904 16891 16399 0 -1 0 9059 0 1 0 517 33 0 0 18 0 9 0 43091631 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16905/statm: 217123 7181 2564 9 0 211670 0
[pid=16905/tid=16906] ppid=16904 vsize=868492 CPUtime=4.68
/proc/16905/task/16906/stat : 16906 (java) R 16904 16891 16399 0 -1 64 3795 0 1 0 444 24 0 0 25 0 9 0 43091632 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4126974412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16907] ppid=16904 vsize=868492 CPUtime=0.52
/proc/16905/task/16907/stat : 16907 (java) S 16904 16891 16399 0 -1 64 3072 0 0 0 45 7 0 0 16 0 9 0 43091633 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16908] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16908/stat : 16908 (java) S 16904 16891 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43091633 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16909] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16909/stat : 16909 (java) S 16904 16891 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43091633 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16910] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16910/stat : 16910 (java) S 16904 16891 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16911] ppid=16904 vsize=868492 CPUtime=0.27
/proc/16905/task/16911/stat : 16911 (java) S 16904 16891 16399 0 -1 64 1499 0 0 0 26 1 0 0 16 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16912] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16912/stat : 16912 (java) S 16904 16891 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16905/tid=16913] ppid=16904 vsize=868492 CPUtime=0
/proc/16905/task/16913/stat : 16913 (java) S 16904 16891 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43091635 889335808 7181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890588

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 16944
/proc/meminfo: memFree=1653008/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=8.67
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1724 26416 0 5 7 2 801 57 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=103008 CPUtime=3.71
/proc/16914/stat : 16914 (minisat-inc) R 16891 16891 16399 0 -1 4194304 25480 0 0 0 355 16 0 0 18 0 1 0 43092346 105480192 25423 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/16914/statm: 25752 25423 80 151 0 25598 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 120012

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

[startup+12.8028 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 16944
/proc/meminfo: memFree=1653008/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=8.67
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1757 26416 0 5 7 2 801 57 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=103008 CPUtime=3.78
/proc/16914/stat : 16914 (minisat-inc) S 16891 16891 16399 0 -1 4194304 25484 0 0 0 361 17 0 0 19 0 1 0 43092346 105480192 25425 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/16914/statm: 25752 25425 80 151 0 25598 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 120012

[startup+16.0013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16974
/proc/meminfo: memFree=1656096/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=9.64
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 1934 38225 0 8 7 2 888 67 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=103404 CPUtime=5.91
/proc/16914/stat : 16914 (minisat-inc) R 16891 16891 16399 0 -1 4194304 25601 0 0 0 574 17 0 0 25 0 1 0 43092346 105885696 25538 996147200 134512640 135134323 4294956192 18446744073709551615 134532348 0 0 4096 3 0 0 0 17 1 0 0
/proc/16914/statm: 25851 25538 80 151 0 25697 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 120408

[startup+19.2019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16994
/proc/meminfo: memFree=1655584/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=10.36
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 2075 46100 0 10 7 3 954 72 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=104064 CPUtime=8.29
/proc/16914/stat : 16914 (minisat-inc) R 16891 16891 16399 0 -1 4194304 25768 0 0 0 812 17 0 0 25 0 1 0 43092346 106561536 25701 996147200 134512640 135134323 4294956192 18446744073709551615 134531815 0 0 4096 3 0 0 0 17 1 0 0
/proc/16914/statm: 26016 25701 80 151 0 25862 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 121068

[startup+20.8012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16994
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=10.36
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 2075 46100 0 10 7 3 954 72 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=104064 CPUtime=9.87
/proc/16914/stat : 16914 (minisat-inc) R 16891 16891 16399 0 -1 4194304 25770 0 0 0 970 17 0 0 25 0 1 0 43092346 106561536 25703 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 1 0 0
/proc/16914/statm: 26016 25703 80 151 0 25862 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 121068

[startup+21.2013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16994
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=10.36
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 2075 46100 0 10 7 3 954 72 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=104064 CPUtime=10.26
/proc/16914/stat : 16914 (minisat-inc) R 16891 16891 16399 0 -1 4194304 25770 0 0 0 1009 17 0 0 25 0 1 0 43092346 106561536 25703 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 1 0 0
/proc/16914/statm: 26016 25703 80 151 0 25862 0
Current children cumulated CPU time (s) 20.62
Current children cumulated vsize (KiB) 121068

[startup+21.6014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16994
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=17004 CPUtime=10.36
/proc/16891/stat : 16891 (sugar++) S 16889 16891 16399 0 -1 4194304 2075 46100 0 10 7 3 954 72 15 0 1 0 43091559 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16891/statm: 4251 1150 414 3 0 830 0
[pid=16914] ppid=16891 vsize=104064 CPUtime=10.66
/proc/16914/stat : 16914 (minisat-inc) R 16891 16891 16399 0 -1 4194304 25770 0 0 0 1049 17 0 0 25 0 1 0 43092346 106561536 25703 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16914/statm: 26016 25703 80 151 0 25862 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (KiB) 121068

Child status: 0
Real time (s): 21.6943
CPU time (s): 21.1378
CPU user time (s): 20.1599
CPU system time (s): 0.977851
CPU usage (%): 97.4346
Max. virtual memory (cumulated for all children) (KiB): 890588

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

runsolver used 0.035994 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 13:58:03
IDJOB=1112207
IDBENCH=61379
IDSOLVER=367
FILE ID=node7/1112207-1215863883
PBS_JOBID= 7903466
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-50-5-add.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-1112207-1215863883/watcher-1112207-1215863883 -o /tmp/evaluation-result-1112207-1215863883/solver-1112207-1215863883 -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-1112207-1215863883.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2557765bf29994b12cfaa173ab96dd25
RANDOM SEED=1368917353

node7.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.259
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.259
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:       1811280 kB
Buffers:         57076 kB
Cached:          92728 kB
SwapCached:          0 kB
Active:         108932 kB
Inactive:        73084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             976 kB
Writeback:           0 kB
Mapped:          52340 kB
Slab:            47820 kB
Committed_AS:   255372 kB
PageTables:       1952 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= 66520 MiB
End job on node7 at 2008-07-12 13:58:25