Trace number 1110299

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-incOPTIMUM3 28.2917 29.7225

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh310_ext.xml
MD5SUMc265337542cdc396ded5451990b9ecd2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark28.2917
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints899
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension899
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 01:42:22 2008
0.00/0.08	c 0	PID 13285
0.07/0.08	c 0	HOST node32.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1110299-1215819742.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110299-1215819742.xml' 'HOME/temp.csp'
0.07/0.69	c 0	1 domains, 100 variables, 0 predicates, 231 relations, 899 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 0	Parsing HOME/temp.csp
0.67/0.97	c 1	parsed 1231 expressions
0.67/0.97	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/0.98	c 1	MAX CSP: 899 constraints
0.67/0.98	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 214 (10%) expressions
0.93/1.03	c 1	converted 427 (20%) expressions
0.93/1.06	c 1	converted 640 (30%) expressions
0.93/1.07	c 1	converted 854 (40%) expressions
0.93/1.08	c 1	converted 1067 (50%) expressions
0.93/1.10	c 1	converted 1280 (60%) expressions
1.04/1.17	c 1	converted 1494 (70%) expressions
1.04/1.18	c 1	converted 1707 (80%) expressions
1.12/1.20	c 1	converted 1920 (90%) expressions
1.23/1.32	c 1	converted 2133 (100%) expressions
1.23/1.32	c 1	CSP : 1898 integers, 0 booleans, 2696 clauses, largest domain size 1349
1.23/1.32	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.32	c 1	Propagation in CSP
1.23/1.37	c 1	894 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.38	c 1	CSP : 1898 integers, 0 booleans, 2696 clauses, largest domain size 900
1.23/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.38	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.38	c 1	CSP : 1898 integers, 0 booleans, 2696 clauses, largest domain size 900
1.23/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.43	c 1	190 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.43	c 1	380 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	570 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	760 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.44	c 1	949 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.45	c 1	1139 (60%) CSP integer variables are encoded (1671 clauses, 21787 bytes)
1.33/1.45	c 1	1329 (70%) CSP integer variables are encoded (2891 clauses, 37647 bytes)
1.33/1.46	c 1	1519 (80%) CSP integer variables are encoded (4758 clauses, 61918 bytes)
1.33/1.46	c 1	1709 (90%) CSP integer variables are encoded (10549 clauses, 141660 bytes)
1.33/1.47	c 1	1898 (100%) CSP integer variables are encoded (15164 clauses, 210885 bytes)
1.42/1.51	c 1	270 (10%) CSP clauses are encoded (15434 clauses, 215299 bytes)
1.42/1.54	c 1	540 (20%) CSP clauses are encoded (15704 clauses, 221188 bytes)
1.42/1.55	c 1	809 (30%) CSP clauses are encoded (15973 clauses, 228807 bytes)
1.42/1.58	c 1	1079 (40%) CSP clauses are encoded (21041 clauses, 318457 bytes)
1.52/1.67	c 1	1348 (50%) CSP clauses are encoded (70004 clauses, 1209660 bytes)
1.62/1.71	c 1	1618 (60%) CSP clauses are encoded (84620 clauses, 1469996 bytes)
1.82/1.96	c 2	1888 (70%) CSP clauses are encoded (227514 clauses, 4095748 bytes)
1.82/2.00	c 2	2157 (80%) CSP clauses are encoded (244323 clauses, 4395685 bytes)
2.12/2.29	c 2	2427 (90%) CSP clauses are encoded (393065 clauses, 7348072 bytes)
3.29/3.48	c 3	2696 (100%) CSP clauses are encoded (1056193 clauses, 21196036 bytes)
3.29/3.48	c 3	2696 CSP clauses encoded
3.29/3.49	c 3	Writing map file : HOME/temp.map
3.40/3.50	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.50	c 3	SAT : 17062 SAT variables, 1056193 SAT clauses, 21196036 bytes
3.40/3.50	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.53	c 3	OBJECTIVE minimize _COST
3.40/3.53	c 3	SOLVING HOME/temp.cnf
3.40/3.53	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.40/3.53	c 3	This is MiniSat 2.0 beta incremental
3.40/3.53	c 3	WARNING: for repeatability, setting FPU to use double precision
3.40/3.53	c 3	============================[ Problem Statistics ]=============================
3.40/3.53	c 3	|                                                                             |
3.40/3.53	c 3	|  Number of variables:  17062                                                |
3.40/3.53	c 3	|  Number of clauses:    1056193                                              |
3.43/4.02	c 4	|  Parsing time:         0.42         s                                       |
3.43/4.04	c 4	OK
3.43/4.04	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.43/4.04	c 4	SEARCHING: _COST <= 450
3.43/4.04	c 4	============================[ Search Statistics ]==============================
3.43/4.04	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.43/4.04	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.43/4.04	c 4	===============================================================================
3.43/4.04	c 4	|         0 |   17062  1056193  3124756 |   352064        0    nan |  0.000 % |
3.43/4.13	c 4	===============================================================================
3.43/4.13	c 4	restarts              : 1
3.43/4.13	c 4	conflicts             : 17            (32 /sec)
3.43/4.13	c 4	decisions             : 56            (0.00 % random) (106 /sec)
3.43/4.13	c 4	propagations          : 17453          (32997 /sec)
3.43/4.13	c 4	conflict literals     : 444            (0.00 % deleted)
3.43/4.13	c 4	Memory used           : 46.63 MB
3.43/4.13	c 4	CPU time              : 0.528919 s
3.43/4.13	c 4	
3.43/4.13	c 4	SATISFIABLE
3.43/4.13	c 4	OK
3.43/4.13	c 4	FOUND: _COST <= 450
3.43/4.13	s SATISFIABLE
3.43/4.13	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.43/4.13	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.43/4.21	c 4	Decoding HOME/temp.out
4.17/4.36	c 4	OBJECTIVE _COST 218
4.17/4.36	o 218
4.17/4.36	v 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 1 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1
4.17/4.36	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.24/4.40	c 4	OK
4.24/4.40	c 4	OBJECTIVE BOUND: 0 <= _COST <= 218
4.24/4.40	c 4	SEARCHING: _COST <= 109
4.24/4.40	c 4	============================[ Search Statistics ]==============================
4.24/4.40	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.24/4.40	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.24/4.40	c 4	===============================================================================
4.24/4.40	c 4	|        17 |   17062  1056193  3124756 |   352064       17     26 |  0.000 % |
4.24/4.48	c 4	===============================================================================
4.24/4.48	c 4	restarts              : 2
4.24/4.48	c 4	conflicts             : 60            (97 /sec)
4.24/4.48	c 4	decisions             : 259           (0.77 % random) (420 /sec)
4.24/4.48	c 4	propagations          : 83296          (135022 /sec)
4.24/4.48	c 4	conflict literals     : 2064           (11.68 % deleted)
4.24/4.48	c 4	Memory used           : 46.76 MB
4.24/4.48	c 4	CPU time              : 0.616906 s
4.24/4.48	c 4	
4.24/4.48	c 4	SATISFIABLE
4.24/4.49	c 4	OK
4.24/4.49	c 4	FOUND: _COST <= 109
4.24/4.49	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.24/4.49	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.33/4.57	c 4	Decoding HOME/temp.out
4.33/4.83	c 4	OBJECTIVE _COST 109
4.33/4.83	o 109
4.33/4.84	v 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1
4.33/4.85	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.68/4.90	c 5	OK
4.68/4.90	c 5	OBJECTIVE BOUND: 0 <= _COST <= 109
4.68/4.90	c 5	SEARCHING: _COST <= 54
4.68/5.75	c 5	============================[ Search Statistics ]==============================
4.68/5.75	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.68/5.75	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.68/5.75	c 5	===============================================================================
4.68/5.75	c 5	|        60 |    9999  1056193  3124756 |   352064       60     34 |  0.000 % |
4.68/5.76	c 5	===============================================================================
4.68/5.76	c 5	restarts              : 3
4.68/5.76	c 5	conflicts             : 68            (104 /sec)
4.68/5.76	c 5	decisions             : 367           (0.54 % random) (560 /sec)
4.68/5.76	c 5	propagations          : 98795          (150855 /sec)
4.68/5.76	c 5	conflict literals     : 2249           (11.04 % deleted)
4.68/5.76	c 5	Memory used           : 46.76 MB
4.68/5.76	c 5	CPU time              : 0.6549 s
4.68/5.76	c 5	
4.68/5.76	c 5	SATISFIABLE
4.68/5.77	c 5	OK
4.68/5.77	c 5	FOUND: _COST <= 54
4.68/5.77	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.68/5.77	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.72/5.85	c 5	Decoding HOME/temp.out
4.72/5.98	c 6	OBJECTIVE _COST 54
4.72/5.98	o 54
4.72/5.99	v 1 0 1 0 1 1 1 0 0 1 1 1 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 0 1 1 0 0
4.72/5.99	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.72/6.04	c 6	OK
4.72/6.04	c 6	OBJECTIVE BOUND: 0 <= _COST <= 54
4.72/6.04	c 6	SEARCHING: _COST <= 27
4.72/6.04	c 6	============================[ Search Statistics ]==============================
4.72/6.04	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.72/6.04	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.72/6.04	c 6	===============================================================================
4.72/6.04	c 6	|        68 |    8449  1056193  3124756 |   352064       68     33 |  0.000 % |
5.00/6.11	c 6	|       168 |    8448  1056193  3124756 |   387270      168     23 | 57.444 % |
5.10/6.26	c 6	|       319 |    8448  1056193  3124756 |   425997      319     26 | 57.444 % |
5.10/6.29	c 6	===============================================================================
5.10/6.30	c 6	restarts              : 6
5.10/6.30	c 6	conflicts             : 340           (370 /sec)
5.10/6.30	c 6	decisions             : 880           (0.80 % random) (957 /sec)
5.10/6.30	c 6	propagations          : 400155         (435017 /sec)
5.10/6.30	c 6	conflict literals     : 8923           (17.54 % deleted)
5.10/6.30	c 6	Memory used           : 46.76 MB
5.10/6.30	c 6	CPU time              : 0.91986 s
5.10/6.30	c 6	
5.10/6.30	c 6	SATISFIABLE
5.20/6.30	c 6	OK
5.20/6.30	c 6	FOUND: _COST <= 27
5.20/6.30	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.20/6.30	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.20/6.38	c 6	Decoding HOME/temp.out
5.48/6.68	c 6	OBJECTIVE _COST 27
5.48/6.68	o 27
5.48/6.69	v 1 1 1 1 1 1 1 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 0 0 1 1 0 1 1 1 0 0 0 1 0 0 1 1 1 1
5.57/6.72	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.57/6.73	c 6	OK
5.57/6.73	c 6	OBJECTIVE BOUND: 0 <= _COST <= 27
5.57/6.73	c 6	SEARCHING: _COST <= 13
5.57/6.74	c 6	============================[ Search Statistics ]==============================
5.57/6.75	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.57/6.75	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.57/6.75	c 6	===============================================================================
5.57/6.75	c 6	|       340 |    7261  1056193  3124756 |   352064      340     26 | 57.444 % |
5.68/6.84	c 6	|       441 |    7261  1056193  3124756 |   387270      441     25 | 63.340 % |
5.68/6.85	c 6	===============================================================================
5.68/6.86	c 6	restarts              : 8
5.68/6.86	c 6	conflicts             : 501           (476 /sec)
5.68/6.86	c 6	decisions             : 1150          (0.70 % random) (1092 /sec)
5.68/6.86	c 6	propagations          : 558426         (530400 /sec)
5.68/6.86	c 6	conflict literals     : 13113          (17.43 % deleted)
5.68/6.86	c 6	Memory used           : 46.76 MB
5.68/6.86	c 6	CPU time              : 1.05284 s
5.68/6.86	c 6	
5.68/6.86	c 6	SATISFIABLE
5.68/6.86	c 6	OK
5.68/6.86	c 6	FOUND: _COST <= 13
5.68/6.86	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.68/6.86	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.74/6.94	c 7	Decoding HOME/temp.out
5.74/7.07	c 7	OBJECTIVE _COST 13
5.74/7.07	o 13
5.74/7.08	v 0 0 1 1 1 0 1 0 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 1 1
5.74/7.08	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.74/7.13	c 7	OK
5.74/7.13	c 7	OBJECTIVE BOUND: 0 <= _COST <= 13
5.74/7.13	c 7	SEARCHING: _COST <= 6
5.74/7.13	c 7	============================[ Search Statistics ]==============================
5.74/7.13	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.74/7.13	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.74/7.13	c 7	===============================================================================
5.74/7.13	c 7	|       501 |    6255  1056193  3124756 |   352064      501     26 | 63.340 % |
6.03/7.20	c 7	|       601 |    6255  1056193  3124756 |   387270      601     24 | 69.224 % |
6.03/7.25	c 7	|       751 |    6255  1056193  3124756 |   425997      751     25 | 69.224 % |
6.23/7.44	c 7	|       977 |    6255  1056193  3124756 |   468597      977     23 | 69.224 % |
6.43/7.66	c 7	|      1314 |    6255  1056193  3124756 |   515457     1314     22 | 69.224 % |
6.82/8.02	c 8	|      1820 |    6255  1056193  3124756 |   567003     1820     21 | 69.224 % |
7.12/8.39	c 8	|      2580 |    6255  1056193  3124756 |   623703     2580     22 | 69.224 % |
7.91/9.17	c 9	|      3719 |    6255  1056193  3124756 |   686073     3719     21 | 69.224 % |
9.21/10.48	c 10	|      5427 |    5251    40802   113130 |   754681     5279     21 | 69.224 % |
10.00/11.24	c 11	|      7989 |    5251    40802   113130 |   830149     7841     22 | 69.224 % |
11.29/12.59	c 12	|     11833 |    5251    40802   113130 |   913164    11685     21 | 69.224 % |
11.79/13.05	c 13	===============================================================================
11.79/13.05	c 13	restarts              : 19
11.79/13.05	c 13	conflicts             : 12897         (1863 /sec)
11.79/13.05	c 13	decisions             : 15343         (0.54 % random) (2217 /sec)
11.79/13.05	c 13	propagations          : 12438787       (1797007 /sec)
11.79/13.05	c 13	conflict literals     : 274440         (21.95 % deleted)
11.79/13.05	c 13	Memory used           : 47.02 MB
11.79/13.05	c 13	CPU time              : 6.92195 s
11.79/13.05	c 13	
11.79/13.05	c 13	SATISFIABLE
11.79/13.06	c 13	OK
11.79/13.06	c 13	FOUND: _COST <= 6
11.79/13.06	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.79/13.06	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'
11.87/13.14	c 13	Decoding HOME/temp.out
11.97/13.27	c 13	OBJECTIVE _COST 6
11.97/13.27	o 6
11.97/13.28	v 0 0 1 0 1 1 1 0 1 1 0 1 0 0 0 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 0 1 0 0 1 1 1 1 1 1 1 0 1 0 1 1 0 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 0 0 1 0 0 1 1 1 0 0 1 1 1 1 1 1
11.97/13.28	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.05/13.34	c 13	OK
12.05/13.34	c 13	OBJECTIVE BOUND: 0 <= _COST <= 6
12.05/13.34	c 13	SEARCHING: _COST <= 3
12.05/13.34	c 13	============================[ Search Statistics ]==============================
12.05/13.34	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.05/13.34	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.05/13.34	c 13	===============================================================================
12.05/13.34	c 13	|     12897 |    4211    22276    60665 |     7425    12682     21 | 69.224 % |
12.05/13.38	c 13	|     12997 |    4211    22276    60665 |     8167    12782     21 | 75.320 % |
12.14/13.44	c 13	|     13148 |    4211    22276    60665 |     8984    12933     21 | 75.320 % |
12.24/13.51	c 13	|     13373 |    4211    22276    60665 |     9883    13158     21 | 75.320 % |
12.34/13.64	c 13	|     13710 |    4211    22276    60665 |    10871    13495     21 | 75.320 % |
12.54/13.84	c 13	|     14217 |    4211    22276    60665 |    11958    14002     21 | 75.320 % |
12.74/14.10	c 14	|     14976 |    4211    22276    60665 |    13154    14761     21 | 75.320 % |
13.23/14.51	c 14	|     16115 |    4211    22276    60665 |    14469    15900     21 | 75.320 % |
13.83/15.13	c 15	|     17823 |    4211    22276    60665 |    15916    17608     20 | 75.320 % |
14.72/16.07	c 16	|     20388 |    4211    22276    60665 |    17508    20173     20 | 75.320 % |
16.30/17.61	c 17	|     24232 |    4211    22276    60665 |    19259    24017     20 | 75.320 % |
18.88/20.28	c 20	|     29998 |    4211    22276    60665 |    21185    29783     20 | 75.320 % |
23.14/24.53	c 24	|     38648 |    4211    22276    60665 |    23303    16268     17 | 75.320 % |
27.70/29.13	c 29	===============================================================================
27.70/29.13	c 29	restarts              : 32
27.70/29.13	c 29	conflicts             : 48946         (2167 /sec)
27.70/29.13	c 29	decisions             : 55342         (0.71 % random) (2450 /sec)
27.70/29.13	c 29	propagations          : 44755146       (1981406 /sec)
27.70/29.13	c 29	conflict literals     : 927753         (26.12 % deleted)
27.70/29.13	c 29	Memory used           : 47.22 MB
27.70/29.13	c 29	CPU time              : 22.5876 s
27.70/29.13	c 29	
27.70/29.13	c 29	SATISFIABLE
27.70/29.14	c 29	OK
27.70/29.14	c 29	FOUND: _COST <= 3
27.70/29.14	c 29	DECODING HOME/temp.out WITH HOME/temp.map
27.70/29.14	c 29	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.74/29.22	c 29	Decoding HOME/temp.out
27.74/29.46	c 29	OBJECTIVE _COST 3
27.74/29.46	o 3
27.74/29.46	v 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 1 1 0 1 0 1 1 1 0 1 0 0 0 1 1 1 1 1 1 1 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 1 1 1 1 1
27.74/29.47	c 29	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
28.14/29.61	c 29	OK
28.14/29.61	c 29	OBJECTIVE BOUND: 0 <= _COST <= 3
28.14/29.61	c 29	SEARCHING: _COST <= 1
28.14/29.61	c 29	============================[ Search Statistics ]==============================
28.14/29.61	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.14/29.61	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.14/29.61	c 29	===============================================================================
28.14/29.61	c 29	|     48946 |    3304    12960    35034 |     4320     4294     15 | 75.320 % |
28.14/29.61	c 29	===============================================================================
28.14/29.61	c 29	restarts              : 33
28.14/29.61	c 29	conflicts             : 48960         (2158 /sec)
28.14/29.61	c 29	decisions             : 55358         (0.71 % random) (2440 /sec)
28.14/29.61	c 29	propagations          : 44769975       (1973415 /sec)
28.14/29.62	c 29	conflict literals     : 927886         (26.13 % deleted)
28.14/29.62	c 29	Memory used           : 47.22 MB
28.14/29.62	c 29	CPU time              : 22.6866 s
28.14/29.62	c 29	
28.14/29.62	c 29	UNSATISFIABLE
28.14/29.62	c 29	OK
28.14/29.62	c 29	NOT FOUND: _COST <= 1
28.14/29.62	c 29	OK
28.14/29.62	c 29	OBJECTIVE BOUND: 2 <= _COST <= 3
28.14/29.62	c 29	SEARCHING: _COST <= 2
28.14/29.62	c 29	============================[ Search Statistics ]==============================
28.14/29.62	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.14/29.62	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.14/29.62	c 29	===============================================================================
28.14/29.62	c 29	|     48960 |    3304    12960    35034 |     4320     4307     15 | 75.320 % |
28.14/29.65	c 29	|     49061 |    3304    12960    35034 |     4752     4408     15 | 80.712 % |
28.14/29.69	c 29	|     49211 |    3291    12888    34860 |     5227     4557     15 | 80.712 % |
28.14/29.70	c 29	===============================================================================
28.14/29.70	c 29	restarts              : 36
28.14/29.70	c 29	conflicts             : 49217         (2162 /sec)
28.14/29.70	c 29	decisions             : 55638         (0.71 % random) (2444 /sec)
28.14/29.70	c 29	propagations          : 45024699       (1977844 /sec)
28.14/29.70	c 29	conflict literals     : 930537         (26.20 % deleted)
28.14/29.70	c 29	Memory used           : 47.22 MB
28.14/29.70	c 29	CPU time              : 22.7645 s
28.14/29.70	c 29	
28.14/29.70	c 29	UNSATISFIABLE
28.14/29.70	c 29	OK
28.14/29.70	c 29	NOT FOUND: _COST <= 2
28.14/29.70	c 29	OK
28.14/29.70	c 29	OBJECTIVE _COST 3
28.14/29.70	s OPTIMUM FOUND
28.25/29.72	c 29	CPU 27.71 (0.08 0.03 27.63 0.52)
28.25/29.72	c 29	END Sat Jul 12 01:42:51 2008

Verifier Data (download as text)

OK	3	896
3 unsatisfied constraints, 896 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-1110299-1215819742/watcher-1110299-1215819742 -o /tmp/evaluation-result-1110299-1215819742/solver-1110299-1215819742 -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-1110299-1215819742.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.45 2.36 2.20 4/82 13285
/proc/meminfo: memFree=1917216/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=18572 CPUtime=0
/proc/13285/stat : 13285 (runsolver) R 13283 13285 12441 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 38675792 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13285/statm: 4643 292 257 25 0 2626 0

[startup+0.0815171 s]
/proc/loadavg: 2.45 2.36 2.20 4/82 13285
/proc/meminfo: memFree=1917216/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16740 CPUtime=0.07
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 38675792 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101319 s]
/proc/loadavg: 2.45 2.36 2.20 4/82 13285
/proc/meminfo: memFree=1917216/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16740 CPUtime=0.07
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38675792 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301222 s]
/proc/loadavg: 2.45 2.36 2.20 4/82 13285
/proc/meminfo: memFree=1917216/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16740 CPUtime=0.07
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38675792 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70127 s]
/proc/loadavg: 2.45 2.36 2.20 4/82 13285
/proc/meminfo: memFree=1917216/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16740 CPUtime=0.07
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1236 128 0 0 6 1 0 0 15 0 1 0 38675792 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50236 s]
/proc/loadavg: 2.49 2.37 2.20 3/93 13307
/proc/meminfo: memFree=1907464/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16740 CPUtime=0.67
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1297 4718 0 1 6 1 57 3 15 0 1 0 38675792 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4185 1104 409 3 0 764 0
[pid=13298] ppid=13285 vsize=5356 CPUtime=0
/proc/13298/stat : 13298 (sh) S 13285 13285 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38675864 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13298/statm: 1339 233 193 169 0 50 0
[pid=13299] ppid=13298 vsize=868348 CPUtime=0.75
/proc/13299/stat : 13299 (java) S 13298 13285 12441 0 -1 0 6885 0 1 0 70 5 0 0 18 0 9 0 38675864 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13299/statm: 217087 6088 2563 9 0 211634 0
[pid=13299/tid=13300] ppid=13298 vsize=868348 CPUtime=0.43
/proc/13299/task/13300/stat : 13300 (java) R 13298 13285 12441 0 -1 64 2729 0 1 0 41 2 0 0 18 0 9 0 38675865 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4126999008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13301] ppid=13298 vsize=868348 CPUtime=0.07
/proc/13299/task/13301/stat : 13301 (java) S 13298 13285 12441 0 -1 64 1965 0 0 0 6 1 0 0 16 0 9 0 38675866 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13298 13285 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38675866 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13298 13285 12441 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38675866 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13298 13285 12441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38675868 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13305] ppid=13298 vsize=868348 CPUtime=0.23
/proc/13299/task/13305/stat : 13305 (java) S 13298 13285 12441 0 -1 64 1498 0 0 0 22 1 0 0 16 0 9 0 38675868 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13306] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13298 13285 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38675868 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13307] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13298 13285 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38675868 889188352 6088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890444

[startup+3.10255 s]
/proc/loadavg: 2.49 2.37 2.20 3/93 13307
/proc/meminfo: memFree=1894024/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16740 CPUtime=0.67
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1297 4718 0 1 6 1 57 3 15 0 1 0 38675792 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4185 1104 409 3 0 764 0
[pid=13298] ppid=13285 vsize=5356 CPUtime=0
/proc/13298/stat : 13298 (sh) S 13285 13285 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38675864 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13298/statm: 1339 233 193 169 0 50 0
[pid=13299] ppid=13298 vsize=868348 CPUtime=2.33
/proc/13299/stat : 13299 (java) S 13298 13285 12441 0 -1 0 7380 0 1 0 214 19 0 0 18 0 9 0 38675864 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13299/statm: 217087 6113 2563 9 0 211634 0
[pid=13299/tid=13300] ppid=13298 vsize=868348 CPUtime=1.87
/proc/13299/task/13300/stat : 13300 (java) R 13298 13285 12441 0 -1 64 3201 0 1 0 172 15 0 0 25 0 9 0 38675865 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13301] ppid=13298 vsize=868348 CPUtime=0.17
/proc/13299/task/13301/stat : 13301 (java) S 13298 13285 12441 0 -1 64 1965 0 0 0 15 2 0 0 15 0 9 0 38675866 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13298 13285 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38675866 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13298 13285 12441 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38675866 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13298 13285 12441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38675868 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13305] ppid=13298 vsize=868348 CPUtime=0.26
/proc/13299/task/13305/stat : 13305 (java) S 13298 13285 12441 0 -1 64 1521 0 0 0 25 1 0 0 16 0 9 0 38675868 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13306] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13298 13285 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38675868 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13307] ppid=13298 vsize=868348 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13298 13285 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38675868 889188352 6113 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890444

[startup+6.30191 s]
/proc/loadavg: 2.49 2.37 2.20 2/84 13328
/proc/meminfo: memFree=1846672/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=4.22
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1712 24166 0 5 7 2 379 34 15 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=47884 CPUtime=0.98
/proc/13308/stat : 13308 (minisat-inc) R 13285 13285 12441 0 -1 4194304 11416 0 0 0 92 6 0 0 18 0 1 0 38676146 49033216 11359 996147200 134512640 135134323 4294956192 18446744073709551615 134787707 0 0 4096 3 0 0 0 17 1 0 0
/proc/13308/statm: 11971 11359 79 151 0 11817 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 64756

[startup+12.7026 s]
/proc/loadavg: 2.49 2.37 2.21 3/84 13358
/proc/meminfo: memFree=1847312/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=4.86
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1852 31937 0 7 8 2 437 39 16 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=48144 CPUtime=6.63
/proc/13308/stat : 13308 (minisat-inc) R 13285 13285 12441 0 -1 4194304 11483 0 0 0 657 6 0 0 25 0 1 0 38676146 49299456 11423 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13308/statm: 12036 11423 79 151 0 11882 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 65016

[startup+25.5011 s]
/proc/loadavg: 2.41 2.36 2.20 3/84 13368
/proc/meminfo: memFree=1847312/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=5.09
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1922 35817 0 8 8 2 457 42 16 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=48352 CPUtime=19.04
/proc/13308/stat : 13308 (minisat-inc) R 13285 13285 12441 0 -1 4194304 11521 0 0 0 1898 6 0 0 25 0 1 0 38676146 49512448 11459 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13308/statm: 12088 11459 79 151 0 11934 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 65224

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

[startup+27.1013 s]
/proc/loadavg: 2.38 2.36 2.20 3/84 13368
/proc/meminfo: memFree=1847312/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=5.09
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1922 35817 0 8 8 2 457 42 16 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=48352 CPUtime=20.63
/proc/13308/stat : 13308 (minisat-inc) R 13285 13285 12441 0 -1 4194304 11521 0 0 0 2057 6 0 0 25 0 1 0 38676146 49512448 11459 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/13308/statm: 12088 11459 79 151 0 11934 0
Current children cumulated CPU time (s) 25.72
Current children cumulated vsize (KiB) 65224

[startup+28.7015 s]
/proc/loadavg: 2.38 2.36 2.20 3/84 13368
/proc/meminfo: memFree=1847376/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=5.09
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1922 35817 0 8 8 2 457 42 16 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=48352 CPUtime=22.21
/proc/13308/stat : 13308 (minisat-inc) R 13285 13285 12441 0 -1 4194304 11521 0 0 0 2215 6 0 0 25 0 1 0 38676146 49512448 11459 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/13308/statm: 12088 11459 79 151 0 11934 0
Current children cumulated CPU time (s) 27.3
Current children cumulated vsize (KiB) 65224

[startup+29.5025 s]
/proc/loadavg: 2.38 2.36 2.20 3/84 13368
/proc/meminfo: memFree=1847376/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=5.09
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 1976 35817 0 8 8 2 457 42 15 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=48352 CPUtime=22.65
/proc/13308/stat : 13308 (minisat-inc) S 13285 13285 12441 0 -1 4194304 11523 0 0 0 2259 6 0 0 25 0 1 0 38676146 49512448 11459 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13308/statm: 12088 11459 79 151 0 11934 0
Current children cumulated CPU time (s) 27.74
Current children cumulated vsize (KiB) 65224

[startup+29.7071 s]
/proc/loadavg: 2.38 2.36 2.20 3/84 13378
/proc/meminfo: memFree=1847056/2055920 swapFree=4179612/4192956
[pid=13285] ppid=13283 vsize=16872 CPUtime=5.42
/proc/13285/stat : 13285 (sugar++) S 13283 13285 12441 0 -1 4194304 2007 39700 0 9 8 3 487 44 15 0 1 0 38675792 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 268222644116 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/13285/statm: 4218 1138 414 3 0 797 0
[pid=13308] ppid=13285 vsize=0 CPUtime=22.83
/proc/13308/stat : 13308 (minisat-inc) R 13285 13285 12441 0 -1 4194308 11527 0 0 0 2276 7 0 0 25 0 1 0 38676146 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/13308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.25
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 29.7225
CPU time (s): 28.2917
CPU user time (s): 27.7228
CPU system time (s): 0.568913
CPU usage (%): 95.1861
Max. virtual memory (cumulated for all children) (KiB): 890444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.7228
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53298
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8348
involuntary context switches= 9053

runsolver used 0.039993 second user time and 0.120981 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 01:42:22
IDJOB=1110299
IDBENCH=61088
IDSOLVER=367
FILE ID=node32/1110299-1215819742
PBS_JOBID= 7903273
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/jnhUnsat/normalized-jnh310_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-1110299-1215819742/watcher-1110299-1215819742 -o /tmp/evaluation-result-1110299-1215819742/solver-1110299-1215819742 -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-1110299-1215819742.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c265337542cdc396ded5451990b9ecd2
RANDOM SEED=1261221313

node32.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.243
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.243
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:       1917696 kB
Buffers:          8084 kB
Cached:          49436 kB
SwapCached:       6264 kB
Active:          60976 kB
Inactive:        20424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917696 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          39492 kB
Slab:            41504 kB
Committed_AS:   183264 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node32 at 2008-07-12 01:42:51