Trace number 1115099

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-incMSAT (TO)9 3600.14 3706.32

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-64_ext.xml
MD5SUMf41add8cab6b05a56fe6b96a343b2a13
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2700.07
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints752
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension752
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.05/0.12	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.12	c 0	BEGIN Sun Jul 13 04:08:40 2008
0.05/0.12	c 0	PID 17834
0.05/0.12	c 0	HOST node12.alineos.net
0.05/0.12	c 0	CONVERTING HOME/instance-1115099-1215914920.xml TO HOME/temp.csp
0.05/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115099-1215914920.xml' 'HOME/temp.csp'
0.07/0.60	c 1	1 domains, 40 variables, 0 predicates, 752 relations, 752 constraints
0.07/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.65	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.54/0.73	c 1	Parsing HOME/temp.csp
0.54/0.93	c 1	parsed 1545 expressions
0.54/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.94	c 1	MAX CSP: 752 constraints
0.54/0.94	c 1	Converting to clausal form CSP
0.54/0.98	c 1	converted 230 (10%) expressions
0.54/0.98	c 1	converted 460 (20%) expressions
0.54/0.98	c 1	converted 690 (30%) expressions
0.86/1.01	c 1	converted 920 (40%) expressions
0.86/1.02	c 1	converted 1150 (50%) expressions
0.86/1.05	c 1	converted 1380 (60%) expressions
0.86/1.06	c 1	converted 1610 (70%) expressions
0.96/1.14	c 1	converted 1840 (80%) expressions
0.96/1.15	c 1	converted 2070 (90%) expressions
1.06/1.28	c 1	converted 2300 (100%) expressions
1.06/1.29	c 1	CSP : 1544 integers, 0 booleans, 2255 clauses, largest domain size 1129
1.06/1.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.29	c 1	Propagation in CSP
1.16/1.33	c 2	747 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.16/1.34	c 2	CSP : 1544 integers, 0 booleans, 2255 clauses, largest domain size 753
1.16/1.34	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.34	c 2	Simplifing CSP by introducing new Boolean variables
1.16/1.34	c 2	CSP : 1544 integers, 0 booleans, 2255 clauses, largest domain size 753
1.16/1.34	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.16/1.39	c 2	155 (10%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.16/1.40	c 2	309 (20%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.16/1.40	c 2	464 (30%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.25/1.40	c 2	618 (40%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.25/1.40	c 2	772 (50%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.25/1.41	c 2	927 (60%) CSP integer variables are encoded (6737 clauses, 86981 bytes)
1.25/1.42	c 2	1081 (70%) CSP integer variables are encoded (8430 clauses, 108990 bytes)
1.25/1.42	c 2	1236 (80%) CSP integer variables are encoded (10159 clauses, 134118 bytes)
1.25/1.42	c 2	1390 (90%) CSP integer variables are encoded (11256 clauses, 150573 bytes)
1.25/1.43	c 2	1544 (100%) CSP integer variables are encoded (12758 clauses, 173103 bytes)
1.25/1.48	c 2	226 (10%) CSP clauses are encoded (13974 clauses, 197388 bytes)
1.25/1.50	c 2	451 (20%) CSP clauses are encoded (15217 clauses, 223190 bytes)
1.35/1.52	c 2	677 (30%) CSP clauses are encoded (16466 clauses, 251272 bytes)
1.55/1.76	c 2	902 (40%) CSP clauses are encoded (97803 clauses, 1701391 bytes)
1.95/2.15	c 2	1128 (50%) CSP clauses are encoded (313815 clauses, 5671362 bytes)
1.95/2.18	c 2	1353 (60%) CSP clauses are encoded (324114 clauses, 5853752 bytes)
2.45/2.69	c 3	1579 (70%) CSP clauses are encoded (601966 clauses, 11516386 bytes)
2.54/2.72	c 3	1804 (80%) CSP clauses are encoded (613845 clauses, 11760783 bytes)
2.54/2.77	c 3	2030 (90%) CSP clauses are encoded (642517 clauses, 12364462 bytes)
2.74/2.97	c 3	2255 (100%) CSP clauses are encoded (748815 clauses, 14627687 bytes)
2.74/2.97	c 3	2255 CSP clauses encoded
2.74/2.97	c 3	Writing map file : HOME/temp.map
2.74/2.99	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.74/2.99	c 3	SAT : 14302 SAT variables, 748815 SAT clauses, 14627687 bytes
2.74/2.99	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.83/3.01	c 3	OBJECTIVE minimize _COST
2.83/3.01	c 3	SOLVING HOME/temp.cnf
2.83/3.01	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.83/3.01	c 3	This is MiniSat 2.0 beta incremental
2.83/3.01	c 3	WARNING: for repeatability, setting FPU to use double precision
2.83/3.01	c 3	============================[ Problem Statistics ]=============================
2.83/3.01	c 3	|                                                                             |
2.83/3.01	c 3	|  Number of variables:  14302                                                |
2.83/3.01	c 3	|  Number of clauses:    748815                                               |
3.13/3.36	c 4	|  Parsing time:         0.30         s                                       |
3.13/3.38	c 4	OK
3.13/3.38	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.13/3.38	c 4	SEARCHING: _COST <= 376
3.13/3.38	c 4	============================[ Search Statistics ]==============================
3.13/3.38	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.13/3.38	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.13/3.38	c 4	===============================================================================
3.13/3.38	c 4	|         0 |   14302   748815  2213932 |   249605        0    nan |  0.000 % |
3.23/3.44	c 4	===============================================================================
3.23/3.44	c 4	restarts              : 1
3.23/3.44	c 4	conflicts             : 0             (0 /sec)
3.23/3.44	c 4	decisions             : 33            (0.00 % random) (88 /sec)
3.23/3.44	c 4	propagations          : 14302          (38246 /sec)
3.23/3.44	c 4	conflict literals     : 0              ( nan % deleted)
3.23/3.44	c 4	Memory used           : 33.54 MB
3.23/3.44	c 4	CPU time              : 0.373943 s
3.23/3.44	c 4	
3.23/3.44	c 4	SATISFIABLE
3.23/3.44	c 4	OK
3.23/3.44	c 4	FOUND: _COST <= 376
3.23/3.44	s SATISFIABLE
3.23/3.44	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.23/3.44	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.27/3.52	c 4	Decoding HOME/temp.out
3.27/3.76	c 4	OBJECTIVE _COST 376
3.27/3.76	o 376
3.27/3.76	v 3 6 5 4 7 5 4 6 4 7 3 3 7 7 4 7 5 6 5 1 4 2 7 7 7 4 5 7 5 7 6 7 7 7 7 7 7 7 7 7
3.27/3.80	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.27/3.81	c 4	OK
3.27/3.81	c 4	OBJECTIVE BOUND: 0 <= _COST <= 376
3.27/3.81	c 4	SEARCHING: _COST <= 188
3.27/3.82	c 4	============================[ Search Statistics ]==============================
3.27/3.83	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.27/3.84	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.27/3.84	c 4	===============================================================================
3.27/3.84	c 4	|         0 |   14302   748815  2213932 |   249605        0    nan |  0.000 % |
3.27/3.86	c 4	|       100 |   10542   748815  2213932 |   274565      100     55 | 26.291 % |
3.69/3.90	c 4	===============================================================================
3.69/3.91	c 4	restarts              : 3
3.69/3.91	c 4	conflicts             : 116           (248 /sec)
3.69/3.91	c 4	decisions             : 424           (1.18 % random) (908 /sec)
3.69/3.91	c 4	propagations          : 55460          (118776 /sec)
3.69/3.91	c 4	conflict literals     : 5799           (3.20 % deleted)
3.69/3.91	c 4	Memory used           : 34.45 MB
3.69/3.91	c 4	CPU time              : 0.466929 s
3.69/3.91	c 4	
3.69/3.91	c 4	SATISFIABLE
3.69/3.91	c 4	OK
3.69/3.91	c 4	FOUND: _COST <= 188
3.69/3.91	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.69/3.91	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.69/3.99	c 4	Decoding HOME/temp.out
3.71/4.11	c 4	OBJECTIVE _COST 188
3.71/4.11	o 188
3.71/4.12	v 7 7 6 5 4 7 1 6 3 7 3 4 7 7 5 7 3 4 7 6 3 7 7 2 1 7 4 7 7 1 7 3 6 1 7 7 7 7 7 7
3.71/4.12	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.71/4.18	c 4	OK
3.71/4.18	c 4	OBJECTIVE BOUND: 0 <= _COST <= 188
3.71/4.18	c 4	SEARCHING: _COST <= 94
3.71/4.18	c 4	============================[ Search Statistics ]==============================
3.71/4.18	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.71/4.18	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.71/4.18	c 4	===============================================================================
3.71/4.18	c 4	|       116 |   10542   748815  2213932 |   249605      116     50 | 26.291 % |
3.94/4.27	c 4	|       217 |   10542   748815  2213932 |   274565      217     43 | 40.750 % |
3.94/4.30	c 4	===============================================================================
4.04/4.30	c 4	restarts              : 5
4.04/4.30	c 4	conflicts             : 222           (376 /sec)
4.04/4.30	c 4	decisions             : 844           (1.42 % random) (1428 /sec)
4.04/4.30	c 4	propagations          : 162086         (274299 /sec)
4.04/4.30	c 4	conflict literals     : 9319           (12.31 % deleted)
4.04/4.30	c 4	Memory used           : 34.45 MB
4.04/4.30	c 4	CPU time              : 0.59091 s
4.04/4.30	c 4	
4.04/4.30	c 4	SATISFIABLE
4.04/4.31	c 4	OK
4.04/4.31	c 4	FOUND: _COST <= 94
4.04/4.31	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.04/4.31	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.04/4.39	c 5	Decoding HOME/temp.out
4.05/4.63	c 5	OBJECTIVE _COST 94
4.05/4.63	o 94
4.05/4.63	v 7 7 7 7 3 7 7 7 6 3 7 7 7 1 7 7 7 7 0 7 7 7 4 5 7 7 2 7 7 7 7 6 7 7 7 7 7 7 7 7
4.05/4.67	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.05/4.72	c 5	OK
4.05/4.72	c 5	OBJECTIVE BOUND: 0 <= _COST <= 94
4.05/4.72	c 5	SEARCHING: _COST <= 47
4.05/4.73	c 5	============================[ Search Statistics ]==============================
4.05/4.74	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.05/4.74	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.05/4.74	c 5	===============================================================================
4.05/4.74	c 5	|       222 |    8474   748815  2213932 |   249605      222     42 | 40.750 % |
4.05/4.77	c 5	|       324 |    8474   748815  2213932 |   274565      324     41 | 49.952 % |
4.49/4.84	c 5	|       475 |    8474   748815  2213932 |   302022      475     36 | 49.952 % |
4.49/4.86	c 5	===============================================================================
4.49/4.86	c 5	restarts              : 8
4.49/4.86	c 5	conflicts             : 499           (679 /sec)
4.49/4.86	c 5	decisions             : 1467          (1.09 % random) (1996 /sec)
4.49/4.86	c 5	propagations          : 346401         (471366 /sec)
4.49/4.86	c 5	conflict literals     : 17955          (16.42 % deleted)
4.49/4.86	c 5	Memory used           : 34.57 MB
4.49/4.86	c 5	CPU time              : 0.734888 s
4.49/4.86	c 5	
4.49/4.86	c 5	SATISFIABLE
4.49/4.87	c 5	OK
4.49/4.87	c 5	FOUND: _COST <= 47
4.49/4.87	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.49/4.87	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.55/4.94	c 5	Decoding HOME/temp.out
4.55/5.18	c 5	OBJECTIVE _COST 47
4.55/5.18	o 47
4.55/5.19	v 2 7 7 7 7 6 3 7 4 3 3 7 6 7 7 5 7 7 7 4 1 1 7 6 5 3 5 4 7 7 7 2 6 6 6 7 6 7 4 2
4.55/5.22	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.55/5.24	c 5	OK
4.55/5.24	c 5	OBJECTIVE BOUND: 0 <= _COST <= 47
4.55/5.24	c 5	SEARCHING: _COST <= 23
4.55/5.24	c 5	============================[ Search Statistics ]==============================
4.55/5.25	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.55/5.25	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.55/5.25	c 5	===============================================================================
4.55/5.25	c 5	|       499 |    7158   748815  2213932 |   249605      499     36 | 49.952 % |
4.55/5.29	c 5	|       599 |    7158   748815  2213932 |   274565      599     35 | 56.853 % |
4.97/5.36	c 6	|       750 |    7158   748815  2213932 |   302022      750     34 | 56.853 % |
5.07/5.45	c 6	|       975 |    7158   748815  2213932 |   332224      975     34 | 56.853 % |
5.26/5.64	c 6	|      1312 |    7158   748815  2213932 |   365446     1312     31 | 56.853 % |
5.35/5.79	c 6	|      1818 |    7158   748815  2213932 |   401991     1818     31 | 56.853 % |
5.75/6.11	c 6	|      2577 |    7158   748815  2213932 |   442190     2577     31 | 56.853 % |
6.33/6.77	c 7	|      3717 |    7158   748815  2213932 |   486409     3717     31 | 56.853 % |
7.33/7.73	c 8	|      5425 |    6171   102925   299950 |   535050     5424     31 | 56.853 % |
8.02/8.49	c 9	|      7988 |    6171   102925   299950 |   588555     7987     32 | 56.853 % |
9.50/9.90	c 10	|     11832 |    6171   102925   299950 |   647411    11831     31 | 56.853 % |
11.29/11.75	c 12	|     17598 |    6171   102925   299950 |   712152    17597     32 | 56.853 % |
14.06/14.56	c 15	|     26247 |    6171   102925   299950 |   783367    26246     38 | 56.853 % |
14.95/15.48	c 16	===============================================================================
14.95/15.48	c 16	restarts              : 21
14.95/15.48	c 16	conflicts             : 28168         (2592 /sec)
14.95/15.48	c 16	decisions             : 33721         (0.46 % random) (3102 /sec)
14.95/15.49	c 16	propagations          : 17534867       (1613240 /sec)
14.95/15.49	c 16	conflict literals     : 1066279        (24.70 % deleted)
14.95/15.49	c 16	Memory used           : 35.11 MB
14.95/15.49	c 16	CPU time              : 10.8693 s
14.95/15.49	c 16	
14.95/15.49	c 16	SATISFIABLE
14.95/15.49	c 16	OK
14.95/15.49	c 16	FOUND: _COST <= 23
14.95/15.49	c 16	DECODING HOME/temp.out WITH HOME/temp.map
14.95/15.49	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.04/15.57	c 16	Decoding HOME/temp.out
15.04/15.69	c 16	OBJECTIVE _COST 23
15.04/15.69	o 23
15.04/15.69	v 7 7 2 3 1 2 5 7 2 7 5 7 7 7 7 6 7 7 7 7 3 2 1 2 7 2 7 7 5 1 3 6 4 7 4 7 7 7 7 7
15.04/15.70	c 16	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
15.04/15.73	c 16	OK
15.04/15.73	c 16	OBJECTIVE BOUND: 0 <= _COST <= 23
15.04/15.73	c 16	SEARCHING: _COST <= 11
15.04/15.73	c 16	============================[ Search Statistics ]==============================
15.04/15.73	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.04/15.73	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.04/15.73	c 16	===============================================================================
15.04/15.73	c 16	|     28168 |    5291    58097   168082 |    19365    28047     38 | 56.853 % |
15.34/15.80	c 16	|     28269 |    5291    58097   168082 |    21302    28148     38 | 63.006 % |
15.34/15.88	c 16	|     28419 |    5291    58097   168082 |    23432    28298     38 | 63.006 % |
15.54/16.01	c 16	|     28644 |    5291    58097   168082 |    25775    28523     38 | 63.006 % |
15.64/16.16	c 16	|     28981 |    5291    58097   168082 |    28353    28860     38 | 63.006 % |
15.94/16.42	c 17	|     29487 |    5291    58097   168082 |    31188    29366     37 | 63.006 % |
16.23/16.75	c 17	|     30247 |    5291    58097   168082 |    34307    30126     37 | 63.006 % |
16.73/17.22	c 17	|     31386 |    5291    58097   168082 |    37738    31265     37 | 63.006 % |
17.42/17.94	c 18	|     33094 |    5291    58097   168082 |    41512    32973     37 | 63.006 % |
18.51/19.05	c 19	|     35656 |    5291    58097   168082 |    45663    35535     37 | 63.006 % |
20.49/21.02	c 21	|     39500 |    5291    58097   168082 |    50229    39379     36 | 63.006 % |
23.66/24.24	c 24	|     45266 |    5291    58097   168082 |    55252    45145     35 | 63.006 % |
29.31/29.97	c 30	|     53916 |    5291    58097   168082 |    60777    53795     34 | 63.006 % |
38.53/39.29	c 39	|     66890 |    5291    58097   168082 |    66855    66769     33 | 63.006 % |
52.00/52.86	c 53	|     86351 |    5291    58097   168082 |    73541    21011     29 | 63.006 % |
70.13/71.11	c 71	|    115544 |    5291    58097   168082 |    80895    50204     30 | 63.006 % |
108.07/109.43	c 110	|    159333 |    5291    58097   168082 |    88984    15905     31 | 63.006 % |
155.23/157.09	c 157	|    225017 |    5291    58097   168082 |    97883    81589     35 | 63.006 % |
184.76/186.88	c 187	===============================================================================
184.76/186.88	c 187	restarts              : 39
184.76/186.88	c 187	conflicts             : 259089        (1436 /sec)
184.76/186.88	c 187	decisions             : 290318        (0.54 % random) (1609 /sec)
184.76/186.88	c 187	propagations          : 173085492      (959153 /sec)
184.76/186.88	c 187	conflict literals     : 8474974        (31.37 % deleted)
184.76/186.88	c 187	Memory used           : 37.61 MB
184.76/186.88	c 187	CPU time              : 180.457 s
184.76/186.88	c 187	
184.76/186.88	c 187	SATISFIABLE
184.76/186.89	c 187	OK
184.76/186.89	c 187	FOUND: _COST <= 11
184.76/186.89	c 187	DECODING HOME/temp.out WITH HOME/temp.map
184.76/186.89	c 187	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
184.86/186.99	c 187	Decoding HOME/temp.out
184.86/187.22	c 187	OBJECTIVE _COST 11
184.86/187.22	o 11
184.86/187.23	v 7 3 6 7 5 7 5 7 2 7 3 0 0 0 7 6 3 5 0 1 3 2 1 6 7 1 2 5 5 0 4 6 4 7 1 4 1 7 7 6
184.86/187.26	c 187	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
184.86/187.28	c 187	OK
184.86/187.28	c 187	OBJECTIVE BOUND: 0 <= _COST <= 11
184.86/187.28	c 187	SEARCHING: _COST <= 5
184.86/187.28	c 187	============================[ Search Statistics ]==============================
184.86/187.28	c 187	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.86/187.28	c 187	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
184.86/187.28	c 187	===============================================================================
184.86/187.28	c 187	|    259089 |    4439    33679    97372 |    11226    21049     30 | 63.006 % |
185.24/187.32	c 187	|    259189 |    4439    33679    97372 |    12348    21149     30 | 68.963 % |
185.24/187.39	c 188	|    259339 |    4439    33679    97372 |    13583    21299     30 | 68.963 % |
185.34/187.49	c 188	|    259564 |    4439    33679    97372 |    14942    21524     30 | 68.963 % |
185.44/187.58	c 188	|    259902 |    4439    33679    97372 |    16436    21862     30 | 68.963 % |
185.64/187.77	c 188	|    260410 |    4439    33679    97372 |    18080    22370     30 | 68.963 % |
185.94/188.06	c 188	|    261171 |    4439    33679    97372 |    19888    23131     30 | 68.963 % |
186.43/188.53	c 189	|    262310 |    4439    33679    97372 |    21876    24270     30 | 68.963 % |
187.13/189.21	c 189	|    264019 |    4439    33679    97372 |    24064    25979     29 | 68.963 % |
187.92/190.06	c 190	|    266581 |    4439    33679    97372 |    26471    28541     30 | 68.963 % |
189.40/191.54	c 192	|    270426 |    4439    33679    97372 |    29118    32386     29 | 68.963 % |
191.58/193.79	c 194	|    276192 |    4439    33679    97372 |    32030    38152     30 | 68.963 % |
195.75/197.97	c 198	|    284842 |    4439    33679    97372 |    35233    15313     29 | 68.963 % |
201.49/203.79	c 204	|    297818 |    4439    33679    97372 |    38756    28289     28 | 68.963 % |
213.08/215.44	c 216	|    317282 |    4439    33679    97372 |    42631    47753     27 | 68.963 % |
227.35/229.84	c 230	|    346474 |    4439    33679    97372 |    46895    36009     30 | 68.963 % |
253.99/256.72	c 257	|    390263 |    4439    33679    97372 |    51584    38344     28 | 68.963 % |
290.75/293.88	c 294	|    455947 |    4439    33679    97372 |    56743    55406     31 | 68.963 % |
354.56/358.29	c 358	|    554473 |    4439    33679    97372 |    62417    47794     28 | 68.963 % |
451.16/455.76	c 456	|    702263 |    4439    33679    97372 |    68659    17751     28 | 68.963 % |
612.72/618.78	c 619	|    923948 |    4439    33679    97372 |    75525    46510     25 | 68.963 % |
862.86/884.26	c 884	|   1256473 |    4439    33679    97372 |    83077    27245     27 | 68.963 % |
1269.52/1354.96	c 1355	|   1755263 |    4439    33679    97372 |    91385    56908     30 | 68.963 % |
1922.35/2013.61	c 2014	|   2503445 |    4439    33679    97372 |   100523    28362     26 | 68.963 % |
3010.11/3111.16	c 3111	|   3625719 |    4439    33679    97372 |   110576    17480     31 | 68.963 % |
3600.09/3706.31	c ERROR INTERRUPTED
3600.09/3706.32	c 3706	CPU 3599.36 (0.07 0.03 3599.29 0.72)
3600.09/3706.32	c 3706	END Sun Jul 13 05:10:26 2008

Verifier Data (download as text)

OK	9	743
9 unsatisfied constraints, 743 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-1115099-1215914920/watcher-1115099-1215914920 -o /tmp/evaluation-result-1115099-1215914920/solver-1115099-1215914920 -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-1115099-1215914920.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.08 1.91 1.50 4/73 17834
/proc/meminfo: memFree=1880664/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=12268 CPUtime=0
/proc/17834/stat : 17834 (sugar++) R 17832 17834 16561 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 48194818 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17834/statm: 3067 316 241 3 0 167 0

[startup+0.0774791 s]
/proc/loadavg: 2.08 1.91 1.50 4/73 17834
/proc/meminfo: memFree=1880664/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=13468 CPUtime=0.03
/proc/17834/stat : 17834 (sugar++) R 17832 17834 16561 0 -1 4194304 758 0 0 0 2 1 0 0 18 0 1 0 48194818 13791232 726 996147200 4194304 4206940 548682068528 18446744073709551615 252429695589 0 0 4224 0 0 0 0 17 1 0 0
/proc/17834/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101474 s]
/proc/loadavg: 2.08 1.91 1.50 4/73 17834
/proc/meminfo: memFree=1880664/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16212 CPUtime=0.05
/proc/17834/stat : 17834 (sugar++) R 17832 17834 16561 0 -1 4194304 965 0 0 0 4 1 0 0 18 0 1 0 48194818 16601088 933 996147200 4194304 4206940 548682068528 18446744073709551615 252449485501 0 0 4224 0 0 0 0 17 1 0 0
/proc/17834/statm: 4053 933 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.301496 s]
/proc/loadavg: 2.08 1.91 1.50 4/73 17834
/proc/meminfo: memFree=1880664/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16740 CPUtime=0.07
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 48194818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701537 s]
/proc/loadavg: 2.08 1.91 1.50 4/73 17834
/proc/meminfo: memFree=1880664/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16740 CPUtime=0.54
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1279 4840 0 1 5 2 43 4 16 0 1 0 48194818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16740

[startup+1.50261 s]
/proc/loadavg: 2.08 1.91 1.50 3/84 17856
/proc/meminfo: memFree=1869952/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16740 CPUtime=0.54
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1297 4840 0 1 5 2 43 4 15 0 1 0 48194818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4185 1104 409 3 0 764 0
[pid=17847] ppid=17834 vsize=5356 CPUtime=0
/proc/17847/stat : 17847 (sh) S 17834 17834 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48194884 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17847/statm: 1339 233 193 169 0 50 0
[pid=17848] ppid=17847 vsize=868508 CPUtime=0.81
/proc/17848/stat : 17848 (java) S 17847 17834 16561 0 -1 0 6995 0 1 0 78 3 0 0 19 0 9 0 48194884 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17848/statm: 217127 6210 2564 9 0 211674 0
[pid=17848/tid=17849] ppid=17847 vsize=868508 CPUtime=0.46
/proc/17848/task/17849/stat : 17849 (java) R 17847 17834 16561 0 -1 64 2729 0 1 0 45 1 0 0 18 0 9 0 48194885 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4126885512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17850] ppid=17847 vsize=868508 CPUtime=0.07
/proc/17848/task/17850/stat : 17850 (java) S 17847 17834 16561 0 -1 64 2063 0 0 0 7 0 0 0 16 0 9 0 48194886 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17851] ppid=17847 vsize=868508 CPUtime=0
/proc/17848/task/17851/stat : 17851 (java) S 17847 17834 16561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48194886 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17852] ppid=17847 vsize=868508 CPUtime=0
/proc/17848/task/17852/stat : 17852 (java) S 17847 17834 16561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 48194886 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17853] ppid=17847 vsize=868508 CPUtime=0
/proc/17848/task/17853/stat : 17853 (java) S 17847 17834 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48194888 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17854] ppid=17847 vsize=868508 CPUtime=0.24
/proc/17848/task/17854/stat : 17854 (java) S 17847 17834 16561 0 -1 64 1509 0 0 0 24 0 0 0 16 0 9 0 48194888 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17855] ppid=17847 vsize=868508 CPUtime=0
/proc/17848/task/17855/stat : 17855 (java) S 17847 17834 16561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 48194888 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17848/tid=17856] ppid=17847 vsize=868508 CPUtime=0
/proc/17848/task/17856/stat : 17856 (java) S 17847 17834 16561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48194888 889352192 6210 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 890604

[startup+3.10178 s]
/proc/loadavg: 2.08 1.91 1.50 3/84 17856
/proc/meminfo: memFree=1856896/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=2.86
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1473 12574 0 2 6 2 259 19 16 0 1 0 48194818 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1131 413 3 0 797 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 16872

[startup+6.30109 s]
/proc/loadavg: 2.07 1.91 1.50 3/75 17897
/proc/meminfo: memFree=1828488/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.12
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1779 28129 0 6 6 3 375 28 15 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=35664 CPUtime=1.83
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 8532 0 0 0 178 5 0 0 24 0 1 0 48195119 36519936 8472 996147200 134512640 135134323 4294956192 18446744073709551615 134529038 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 8916 8472 80 151 0 8762 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 52536

[startup+12.7017 s]
/proc/loadavg: 2.07 1.91 1.51 3/75 17897
/proc/meminfo: memFree=1828296/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.12
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1779 28129 0 6 6 3 375 28 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=35952 CPUtime=8.16
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 8588 0 0 0 811 5 0 0 25 0 1 0 48195119 36814848 8528 996147200 134512640 135134323 4294956192 18446744073709551615 134522716 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 8988 8528 80 151 0 8834 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 52824

[startup+25.502 s]
/proc/loadavg: 2.05 1.92 1.51 3/75 17907
/proc/meminfo: memFree=1828232/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.33
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1849 32010 0 7 6 3 393 31 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=36092 CPUtime=20.62
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 8655 0 0 0 2057 5 0 0 25 0 1 0 48195119 36958208 8584 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9023 8584 80 151 0 8869 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 52964

[startup+51.1016 s]
/proc/loadavg: 2.03 1.92 1.53 3/75 17907
/proc/meminfo: memFree=1828232/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.33
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1849 32010 0 7 6 3 393 31 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=36212 CPUtime=45.99
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 8687 0 0 0 4593 6 0 0 25 0 1 0 48195119 37081088 8616 996147200 134512640 135134323 4294956192 18446744073709551615 134532334 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9053 8616 80 151 0 8899 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 53084

[startup+102.307 s]
/proc/loadavg: 2.01 1.93 1.55 3/75 17907
/proc/meminfo: memFree=1827976/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.33
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1849 32010 0 7 6 3 393 31 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=36496 CPUtime=96.71
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 8735 0 0 0 9665 6 0 0 25 0 1 0 48195119 37371904 8664 996147200 134512640 135134323 4294956192 18446744073709551615 134532037 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9124 8664 80 151 0 8970 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 53368

[startup+162.302 s]
/proc/loadavg: 2.00 1.94 1.57 3/75 17907
/proc/meminfo: memFree=1827464/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.33
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1849 32010 0 7 6 3 393 31 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=37104 CPUtime=156.15
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 8860 0 0 0 15609 6 0 0 25 0 1 0 48195119 37994496 8789 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9276 8789 80 151 0 9122 0
Current children cumulated CPU time (s) 160.48
Current children cumulated vsize (KiB) 53976

[startup+222.302 s]
/proc/loadavg: 2.00 1.95 1.60 3/75 17917
/proc/meminfo: memFree=1825864/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.68
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 6 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=38512 CPUtime=215.23
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 9216 0 0 0 21516 7 0 0 25 0 1 0 48195119 39436288 9143 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9628 9143 80 151 0 9474 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 55384

[startup+282.302 s]
/proc/loadavg: 2.00 1.95 1.62 3/75 17917
/proc/meminfo: memFree=1825544/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.68
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 6 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=38976 CPUtime=274.68
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 9294 0 0 0 27460 8 0 0 25 0 1 0 48195119 39911424 9221 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 9744 9221 80 151 0 9590 0
Current children cumulated CPU time (s) 279.36
Current children cumulated vsize (KiB) 55848

[startup+342.302 s]
/proc/loadavg: 2.00 1.96 1.64 3/75 17917
/proc/meminfo: memFree=1824968/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=39540 CPUtime=334.12
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 9435 0 0 0 33403 9 0 0 25 0 1 0 48195119 40488960 9362 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=17857] ppid=17834 vsize=52180 CPUtime=2937.23
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12287 0 0 0 293690 33 0 0 25 0 1 0 48195119 53432320 12214 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13045 12214 80 151 0 12891 0
Current children cumulated CPU time (s) 2941.92
Current children cumulated vsize (KiB) 69052

[startup+3102.3 s]
/proc/loadavg: 2.91 2.81 2.69 4/82 20559
/proc/meminfo: memFree=1699344/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=52320 CPUtime=2996.7
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12320 0 0 0 299636 34 0 0 25 0 1 0 48195119 53575680 12247 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13080 12247 80 151 0 12926 0
Current children cumulated CPU time (s) 3001.39
Current children cumulated vsize (KiB) 69192

[startup+3162.3 s]
/proc/loadavg: 2.82 2.79 2.69 3/82 20565
/proc/meminfo: memFree=1699088/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=52500 CPUtime=3056.15
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12362 0 0 0 305581 34 0 0 25 0 1 0 48195119 53760000 12289 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13125 12289 80 151 0 12971 0
Current children cumulated CPU time (s) 3060.84
Current children cumulated vsize (KiB) 69372

[startup+3222.3 s]
/proc/loadavg: 2.56 2.72 2.67 3/82 20565
/proc/meminfo: memFree=1698832/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=52500 CPUtime=3115.61
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12402 0 0 0 311527 34 0 0 25 0 1 0 48195119 53760000 12329 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13125 12329 80 151 0 12971 0
Current children cumulated CPU time (s) 3120.3
Current children cumulated vsize (KiB) 69372

[startup+3282.3 s]
/proc/loadavg: 2.65 2.72 2.67 3/82 20565
/proc/meminfo: memFree=1698384/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53116 CPUtime=3175.1
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12514 0 0 0 317475 35 0 0 25 0 1 0 48195119 54390784 12441 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13279 12441 80 151 0 13125 0
Current children cumulated CPU time (s) 3179.79
Current children cumulated vsize (KiB) 69988

[startup+3342.3 s]
/proc/loadavg: 2.73 2.74 2.68 4/82 20565
/proc/meminfo: memFree=1698192/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53116 CPUtime=3234.56
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12529 0 0 0 323421 35 0 0 25 0 1 0 48195119 54390784 12456 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13279 12456 80 151 0 13125 0
Current children cumulated CPU time (s) 3239.25
Current children cumulated vsize (KiB) 69988

[startup+3402.31 s]
/proc/loadavg: 2.62 2.71 2.67 3/82 20565
/proc/meminfo: memFree=1698128/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53116 CPUtime=3294.04
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12536 0 0 0 329369 35 0 0 25 0 1 0 48195119 54390784 12463 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13279 12463 80 151 0 13125 0
Current children cumulated CPU time (s) 3298.73
Current children cumulated vsize (KiB) 69988

[startup+3462.3 s]
/proc/loadavg: 2.74 2.73 2.68 4/82 20565
/proc/meminfo: memFree=1698064/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53116 CPUtime=3353.52
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12542 0 0 0 335316 36 0 0 25 0 1 0 48195119 54390784 12469 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13279 12469 80 151 0 13125 0
Current children cumulated CPU time (s) 3358.21
Current children cumulated vsize (KiB) 69988

[startup+3522.3 s]
/proc/loadavg: 2.72 2.71 2.67 3/82 20565
/proc/meminfo: memFree=1697872/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53276 CPUtime=3413.01
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12575 0 0 0 341265 36 0 0 25 0 1 0 48195119 54554624 12502 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13319 12502 80 151 0 13165 0
Current children cumulated CPU time (s) 3417.7
Current children cumulated vsize (KiB) 70148

[startup+3582.3 s]
/proc/loadavg: 2.78 2.73 2.68 4/82 20565
/proc/meminfo: memFree=1697872/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53276 CPUtime=3472.48
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12575 0 0 0 347212 36 0 0 25 0 1 0 48195119 54554624 12502 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13319 12502 80 151 0 13165 0
Current children cumulated CPU time (s) 3477.17
Current children cumulated vsize (KiB) 70148

[startup+3642.3 s]
/proc/loadavg: 2.70 2.72 2.68 3/82 20565
/proc/meminfo: memFree=1697552/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53600 CPUtime=3531.97
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12633 0 0 0 353161 36 0 0 25 0 1 0 48195119 54886400 12560 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13400 12560 80 151 0 13246 0
Current children cumulated CPU time (s) 3536.66
Current children cumulated vsize (KiB) 70472

[startup+3702.3 s]
/proc/loadavg: 2.80 2.74 2.68 4/82 20565
/proc/meminfo: memFree=1697488/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53600 CPUtime=3591.45
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12648 0 0 0 359108 37 0 0 25 0 1 0 48195119 54886400 12575 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13400 12575 80 151 0 13246 0
Current children cumulated CPU time (s) 3596.14
Current children cumulated vsize (KiB) 70472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3706.3 s]
/proc/loadavg: 2.74 2.72 2.68 3/82 20565
/proc/meminfo: memFree=1697488/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53600 CPUtime=3595.4
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12648 0 0 0 359503 37 0 0 25 0 1 0 48195119 54886400 12575 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13400 12575 80 151 0 13246 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 70472

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3706.3 s]
/proc/loadavg: 2.74 2.72 2.68 3/82 20565
/proc/meminfo: memFree=1697488/2055920 swapFree=4192812/4192956
[pid=17834] ppid=17832 vsize=16872 CPUtime=4.69
/proc/17834/stat : 17834 (sugar++) S 17832 17834 16561 0 -1 4194304 1919 35902 0 8 7 3 425 34 16 0 1 0 48194818 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17834/statm: 4218 1134 414 3 0 797 0
[pid=17857] ppid=17834 vsize=53600 CPUtime=3595.4
/proc/17857/stat : 17857 (minisat-inc) R 17834 17834 16561 0 -1 4194304 12648 0 0 0 359503 37 0 0 25 0 1 0 48195119 54886400 12575 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17857/statm: 13400 12575 80 151 0 13246 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 70472

Child status: 0
Real time (s): 3706.32
CPU time (s): 3600.14
CPU user time (s): 3599.37
CPU system time (s): 0.768883
CPU usage (%): 97.1349
Max. virtual memory (cumulated for all children) (KiB): 890604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.768883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50548
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6806
involuntary context switches= 94393

runsolver used 4.54231 second user time and 10.8663 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-13 04:08:40
IDJOB=1115099
IDBENCH=61816
IDSOLVER=367
FILE ID=node12/1115099-1215914920
PBS_JOBID= 7903668
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-64_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115099-1215914920/watcher-1115099-1215914920 -o /tmp/evaluation-result-1115099-1215914920/solver-1115099-1215914920 -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-1115099-1215914920.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f41add8cab6b05a56fe6b96a343b2a13
RANDOM SEED=28772389

node12.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.212
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	: 5931.00
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.212
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:       1881144 kB
Buffers:         15884 kB
Cached:          86388 kB
SwapCached:          0 kB
Active:          75876 kB
Inactive:        43720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1032 kB
Writeback:           0 kB
Mapped:          28316 kB
Slab:            40568 kB
Committed_AS:   174260 kB
PageTables:       1796 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= 66368 MiB
End job on node12 at 2008-07-13 05:10:28