Trace number 1110307

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 6.28404 6.84846

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh04_ext.xml
MD5SUMd81a4f28fa82d2d233a0f92a9091b666
Bench CategoryN-ARY-EXT (n-ary 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 benchmark6.28404
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints850
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension850
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:46:17 2008
0.00/0.08	c 0	PID 12624
0.07/0.08	c 0	HOST node6.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1110307-1215819977.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-1110307-1215819977.xml' 'HOME/temp.csp'
0.07/0.67	c 1	1 domains, 100 variables, 0 predicates, 229 relations, 850 constraints
0.07/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.70	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.07/0.78	c 1	Parsing HOME/temp.csp
0.65/0.95	c 1	parsed 1180 expressions
0.65/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.65/0.97	c 1	MAX CSP: 850 constraints
0.65/0.97	c 1	Converting to clausal form CSP
0.65/1.00	c 1	converted 204 (10%) expressions
0.93/1.02	c 1	converted 407 (20%) expressions
0.93/1.04	c 1	converted 610 (30%) expressions
0.93/1.06	c 1	converted 814 (40%) expressions
0.93/1.07	c 1	converted 1017 (50%) expressions
0.93/1.08	c 1	converted 1220 (60%) expressions
1.03/1.15	c 1	converted 1424 (70%) expressions
1.03/1.17	c 1	converted 1627 (80%) expressions
1.03/1.17	c 1	converted 1830 (90%) expressions
1.22/1.30	c 1	converted 2033 (100%) expressions
1.22/1.30	c 1	CSP : 1800 integers, 0 booleans, 2549 clauses, largest domain size 1276
1.22/1.30	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.30	c 1	Propagation in CSP
1.22/1.35	c 1	845 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.36	c 1	CSP : 1800 integers, 0 booleans, 2549 clauses, largest domain size 851
1.22/1.36	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.36	c 1	CSP : 1800 integers, 0 booleans, 2549 clauses, largest domain size 851
1.22/1.36	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.41	c 1	180 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.41	c 1	360 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.41	c 1	540 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.42	c 1	720 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.42	c 1	900 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.43	c 1	1080 (60%) CSP integer variables are encoded (1532 clauses, 19883 bytes)
1.32/1.43	c 1	1260 (70%) CSP integer variables are encoded (7706 clauses, 100145 bytes)
1.32/1.44	c 1	1440 (80%) CSP integer variables are encoded (11251 clauses, 151311 bytes)
1.32/1.45	c 1	1620 (90%) CSP integer variables are encoded (12535 clauses, 170571 bytes)
1.32/1.45	c 1	1800 (100%) CSP integer variables are encoded (14282 clauses, 196776 bytes)
1.32/1.48	c 1	255 (10%) CSP clauses are encoded (14537 clauses, 201076 bytes)
1.41/1.52	c 1	510 (20%) CSP clauses are encoded (14792 clauses, 206719 bytes)
1.41/1.53	c 1	765 (30%) CSP clauses are encoded (15047 clauses, 213916 bytes)
1.41/1.56	c 1	1020 (40%) CSP clauses are encoded (19666 clauses, 295419 bytes)
1.52/1.65	c 2	1275 (50%) CSP clauses are encoded (63613 clauses, 1094703 bytes)
1.81/1.99	c 2	1530 (60%) CSP clauses are encoded (257130 clauses, 4599716 bytes)
2.79/2.95	c 3	1785 (70%) CSP clauses are encoded (760003 clauses, 14886918 bytes)
2.79/2.98	c 3	2040 (80%) CSP clauses are encoded (775052 clauses, 15197873 bytes)
2.89/3.05	c 3	2295 (90%) CSP clauses are encoded (811623 clauses, 15969412 bytes)
3.19/3.31	c 3	2549 (100%) CSP clauses are encoded (946821 clauses, 18850880 bytes)
3.19/3.31	c 3	2549 CSP clauses encoded
3.19/3.31	c 3	Writing map file : HOME/temp.map
3.19/3.33	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.33	c 3	SAT : 16082 SAT variables, 946821 SAT clauses, 18850880 bytes
3.19/3.33	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.37	c 3	OBJECTIVE minimize _COST
3.19/3.37	c 3	SOLVING HOME/temp.cnf
3.19/3.37	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.19/3.37	c 3	This is MiniSat 2.0 beta incremental
3.19/3.37	c 3	WARNING: for repeatability, setting FPU to use double precision
3.19/3.37	c 3	============================[ Problem Statistics ]=============================
3.19/3.37	c 3	|                                                                             |
3.19/3.37	c 3	|  Number of variables:  16082                                                |
3.19/3.37	c 3	|  Number of clauses:    946821                                               |
3.24/3.83	c 4	|  Parsing time:         0.39         s                                       |
3.24/3.85	c 4	OK
3.24/3.85	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.24/3.85	c 4	SEARCHING: _COST <= 425
3.24/3.85	c 4	============================[ Search Statistics ]==============================
3.24/3.85	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.24/3.85	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.24/3.85	c 4	===============================================================================
3.24/3.85	c 4	|         0 |   16082   946821  2799227 |   315607        0    nan |  0.000 % |
3.24/3.93	c 4	===============================================================================
3.24/3.93	c 4	restarts              : 1
3.24/3.93	c 4	conflicts             : 1             (2 /sec)
3.24/3.93	c 4	decisions             : 63            (0.00 % random) (130 /sec)
3.24/3.93	c 4	propagations          : 16099          (33267 /sec)
3.24/3.93	c 4	conflict literals     : 7              (0.00 % deleted)
3.24/3.93	c 4	Memory used           : 41.00 MB
3.24/3.93	c 4	CPU time              : 0.483926 s
3.24/3.93	c 4	
3.24/3.93	c 4	SATISFIABLE
3.24/3.93	c 4	OK
3.24/3.93	c 4	FOUND: _COST <= 425
3.24/3.93	s SATISFIABLE
3.24/3.93	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.24/3.93	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.25/4.01	c 4	Decoding HOME/temp.out
3.25/4.15	c 4	OBJECTIVE _COST 425
3.25/4.15	o 425
3.25/4.15	v 1 1 1 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 0 0 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 0 1 0 1 1 1 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3.25/4.16	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.25/4.20	c 4	OK
3.25/4.20	c 4	OBJECTIVE BOUND: 0 <= _COST <= 425
3.25/4.20	c 4	SEARCHING: _COST <= 212
3.25/4.21	c 4	============================[ Search Statistics ]==============================
3.25/4.22	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.25/4.22	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.25/4.22	c 4	===============================================================================
3.25/4.22	c 4	|         1 |   16082   946821  2799227 |   315607        1      7 |  0.000 % |
3.25/4.25	c 4	===============================================================================
3.25/4.25	c 4	restarts              : 2
3.25/4.25	c 4	conflicts             : 1             (2 /sec)
3.25/4.25	c 4	decisions             : 205           (0.49 % random) (378 /sec)
3.25/4.25	c 4	propagations          : 32181          (59384 /sec)
3.25/4.25	c 4	conflict literals     : 7              (0.00 % deleted)
3.25/4.25	c 4	Memory used           : 41.64 MB
3.25/4.25	c 4	CPU time              : 0.541917 s
3.25/4.25	c 4	
3.25/4.25	c 4	SATISFIABLE
3.25/4.26	c 4	OK
3.25/4.26	c 4	FOUND: _COST <= 212
3.25/4.26	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.25/4.26	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.09/4.34	c 4	Decoding HOME/temp.out
4.18/4.47	c 4	OBJECTIVE _COST 212
4.18/4.47	o 212
4.18/4.48	v 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 0 1 1 0 0 1 1 1 1 1 0 0 1 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4.18/4.48	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.27/4.53	c 4	OK
4.27/4.53	c 4	OBJECTIVE BOUND: 0 <= _COST <= 212
4.27/4.53	c 4	SEARCHING: _COST <= 106
4.27/4.54	c 4	============================[ Search Statistics ]==============================
4.27/4.54	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.27/4.54	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.27/4.54	c 4	===============================================================================
4.27/4.54	c 4	|         1 |   11832   946821  2799227 |   315607        1      7 |  0.000 % |
4.27/4.56	c 4	===============================================================================
4.27/4.56	c 4	restarts              : 3
4.27/4.57	c 4	conflicts             : 10            (17 /sec)
4.27/4.57	c 4	decisions             : 316           (0.32 % random) (543 /sec)
4.27/4.57	c 4	propagations          : 46076          (79180 /sec)
4.27/4.57	c 4	conflict literals     : 193            (0.00 % deleted)
4.27/4.57	c 4	Memory used           : 42.03 MB
4.27/4.57	c 4	CPU time              : 0.581911 s
4.27/4.57	c 4	
4.27/4.57	c 4	SATISFIABLE
4.27/4.57	c 4	OK
4.27/4.57	c 4	FOUND: _COST <= 106
4.27/4.57	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.27/4.57	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.65	c 5	Decoding HOME/temp.out
4.33/4.78	c 5	OBJECTIVE _COST 106
4.33/4.78	o 106
4.33/4.79	v 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 0 0 1 1 0 1 1 1 0 1 1 0 0 0 1 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 0 0 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1
4.33/4.79	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.33/4.84	c 5	OK
4.33/4.84	c 5	OBJECTIVE BOUND: 0 <= _COST <= 106
4.33/4.84	c 5	SEARCHING: _COST <= 53
4.33/4.84	c 5	============================[ Search Statistics ]==============================
4.33/4.84	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.33/4.84	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.33/4.84	c 5	===============================================================================
4.33/4.84	c 5	|        10 |    9487   946821  2799227 |   315607       10     19 |  0.000 % |
4.60/4.90	c 5	===============================================================================
4.60/4.90	c 5	restarts              : 4
4.60/4.91	c 5	conflicts             : 53            (81 /sec)
4.60/4.91	c 5	decisions             : 553           (0.72 % random) (844 /sec)
4.60/4.91	c 5	propagations          : 106266         (162263 /sec)
4.60/4.91	c 5	conflict literals     : 1396           (12.75 % deleted)
4.60/4.91	c 5	Memory used           : 42.16 MB
4.60/4.91	c 5	CPU time              : 0.6549 s
4.60/4.91	c 5	
4.60/4.91	c 5	SATISFIABLE
4.60/4.91	c 5	OK
4.60/4.91	c 5	FOUND: _COST <= 53
4.60/4.91	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.60/4.91	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.60/4.99	c 5	Decoding HOME/temp.out
4.61/5.12	c 5	OBJECTIVE _COST 53
4.61/5.12	o 53
4.61/5.12	v 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 0
4.61/5.13	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.61/5.18	c 5	OK
4.61/5.18	c 5	OBJECTIVE BOUND: 0 <= _COST <= 53
4.61/5.18	c 5	SEARCHING: _COST <= 26
4.61/5.18	c 5	============================[ Search Statistics ]==============================
4.61/5.18	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.61/5.18	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.61/5.18	c 5	===============================================================================
4.61/5.18	c 5	|        53 |    8001   946821  2799227 |   315607       53     26 |  0.000 % |
4.85/5.21	c 5	===============================================================================
4.85/5.21	c 5	restarts              : 5
4.85/5.21	c 5	conflicts             : 93            (134 /sec)
4.85/5.21	c 5	decisions             : 665           (0.75 % random) (958 /sec)
4.85/5.21	c 5	propagations          : 152705         (220070 /sec)
4.85/5.21	c 5	conflict literals     : 2034           (17.92 % deleted)
4.85/5.21	c 5	Memory used           : 42.16 MB
4.85/5.21	c 5	CPU time              : 0.693894 s
4.85/5.21	c 5	
4.85/5.21	c 5	SATISFIABLE
4.85/5.22	c 5	OK
4.85/5.22	c 5	FOUND: _COST <= 26
4.85/5.22	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.85/5.22	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.85/5.30	c 5	Decoding HOME/temp.out
5.03/5.43	c 5	OBJECTIVE _COST 26
5.03/5.43	o 26
5.03/5.44	v 1 1 1 1 1 0 1 0 1 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 0 1 0 1 1 0 0 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 0 0 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 0 0 0 0 1 0 1 1 1 0 0 0 1 0 0 1 0
5.03/5.44	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.03/5.48	c 5	OK
5.03/5.48	c 5	OBJECTIVE BOUND: 0 <= _COST <= 26
5.03/5.48	c 5	SEARCHING: _COST <= 13
5.03/5.49	c 5	============================[ Search Statistics ]==============================
5.03/5.49	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.03/5.49	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.03/5.49	c 5	===============================================================================
5.03/5.49	c 5	|        93 |    6886   946821  2799227 |   315607       93     22 |  0.000 % |
5.03/5.50	c 5	===============================================================================
5.03/5.50	c 5	restarts              : 6
5.03/5.50	c 5	conflicts             : 131           (182 /sec)
5.03/5.50	c 5	decisions             : 752           (0.80 % random) (1048 /sec)
5.03/5.50	c 5	propagations          : 173379         (241512 /sec)
5.03/5.50	c 5	conflict literals     : 3043           (15.24 % deleted)
5.03/5.50	c 5	Memory used           : 42.16 MB
5.03/5.50	c 5	CPU time              : 0.71789 s
5.03/5.50	c 5	
5.03/5.50	c 5	SATISFIABLE
5.10/5.51	c 5	OK
5.10/5.51	c 5	FOUND: _COST <= 13
5.10/5.51	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.10/5.51	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'
5.10/5.59	c 6	Decoding HOME/temp.out
5.11/5.71	c 6	OBJECTIVE _COST 13
5.11/5.71	o 13
5.11/5.72	v 0 0 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 0 0 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 0 0 1 1 1 1 1
5.11/5.72	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.11/5.77	c 6	OK
5.11/5.77	c 6	OBJECTIVE BOUND: 0 <= _COST <= 13
5.11/5.77	c 6	SEARCHING: _COST <= 6
5.11/5.78	c 6	============================[ Search Statistics ]==============================
5.11/5.78	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.11/5.78	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.11/5.78	c 6	===============================================================================
5.11/5.78	c 6	|       131 |    5896   946821  2799227 |   315607      131     23 |  0.000 % |
5.36/5.85	c 6	===============================================================================
5.36/5.85	c 6	restarts              : 7
5.36/5.85	c 6	conflicts             : 218           (275 /sec)
5.36/5.85	c 6	decisions             : 877           (0.91 % random) (1105 /sec)
5.36/5.85	c 6	propagations          : 295171         (371809 /sec)
5.36/5.85	c 6	conflict literals     : 4354           (16.17 % deleted)
5.36/5.85	c 6	Memory used           : 42.16 MB
5.36/5.85	c 6	CPU time              : 0.793879 s
5.36/5.85	c 6	
5.36/5.85	c 6	SATISFIABLE
5.36/5.85	c 6	OK
5.36/5.85	c 6	FOUND: _COST <= 6
5.36/5.85	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.36/5.85	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.41/5.93	c 6	Decoding HOME/temp.out
5.41/6.06	c 6	OBJECTIVE _COST 6
5.41/6.06	o 6
5.41/6.07	v 1 0 1 1 0 0 1 0 0 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1
5.41/6.07	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.41/6.12	c 6	OK
5.41/6.12	c 6	OBJECTIVE BOUND: 0 <= _COST <= 6
5.41/6.12	c 6	SEARCHING: _COST <= 3
5.41/6.12	c 6	============================[ Search Statistics ]==============================
5.41/6.13	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.41/6.13	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.41/6.13	c 6	===============================================================================
5.41/6.13	c 6	|       218 |    5007   946821  2799227 |   315607      218     20 |  0.000 % |
5.41/6.16	c 6	|       318 |    5007   946821  2799227 |   347167      318     21 | 75.035 % |
5.70/6.21	c 6	|       470 |    5007   946821  2799227 |   381884      470     21 | 75.035 % |
5.70/6.22	c 6	===============================================================================
5.70/6.22	c 6	restarts              : 10
5.70/6.22	c 6	conflicts             : 550           (608 /sec)
5.70/6.22	c 6	decisions             : 1323          (0.68 % random) (1464 /sec)
5.70/6.22	c 6	propagations          : 535259         (592191 /sec)
5.70/6.22	c 6	conflict literals     : 13284          (16.35 % deleted)
5.70/6.22	c 6	Memory used           : 42.16 MB
5.70/6.22	c 6	CPU time              : 0.903862 s
5.70/6.22	c 6	
5.70/6.22	c 6	SATISFIABLE
5.70/6.23	c 6	OK
5.70/6.23	c 6	FOUND: _COST <= 3
5.70/6.23	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.70/6.23	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.73/6.31	c 6	Decoding HOME/temp.out
5.73/6.44	c 6	OBJECTIVE _COST 3
5.73/6.44	o 3
5.73/6.44	v 0 0 0 0 1 1 1 0 1 0 0 1 1 1 0 1 1 0 1 0 0 1 1 1 1 0 1 0 0 1 1 1 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 1 1 1 1 0 1 1 1 0 0 0 1 1 1 1 0 1 0 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1
5.73/6.45	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.73/6.50	c 6	OK
5.73/6.50	c 6	OBJECTIVE BOUND: 0 <= _COST <= 3
5.73/6.50	c 6	SEARCHING: _COST <= 1
5.96/6.50	c 6	============================[ Search Statistics ]==============================
5.96/6.50	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.96/6.50	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.96/6.50	c 6	===============================================================================
5.96/6.50	c 6	|       550 |    4015   946821  2799227 |   315607      550     24 | 75.035 % |
5.96/6.53	c 6	|       651 |    4015   946821  2799227 |   347167      651     23 | 80.339 % |
5.96/6.55	c 6	===============================================================================
5.96/6.55	c 6	restarts              : 12
5.96/6.55	c 6	conflicts             : 688           (718 /sec)
5.96/6.55	c 6	decisions             : 1530          (0.65 % random) (1597 /sec)
5.96/6.55	c 6	propagations          : 647100         (675573 /sec)
5.96/6.55	c 6	conflict literals     : 15495          (16.47 % deleted)
5.96/6.55	c 6	Memory used           : 42.16 MB
5.96/6.55	c 6	CPU time              : 0.957854 s
5.96/6.55	c 6	
5.96/6.55	c 6	SATISFIABLE
5.96/6.56	c 6	OK
5.96/6.56	c 6	FOUND: _COST <= 1
5.96/6.56	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.96/6.56	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'
6.01/6.63	c 7	Decoding HOME/temp.out
6.01/6.76	c 7	OBJECTIVE _COST 1
6.01/6.76	o 1
6.01/6.77	v 0 0 1 0 1 1 0 1 0 0 0 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 0 1 1 1 0 0 1 1 0 0 0 1 1 1 1 1 1 0 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 0 0 1 1 1 1 1
6.01/6.77	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.02/6.82	c 7	OK
6.02/6.82	c 7	OBJECTIVE BOUND: 0 <= _COST <= 1
6.02/6.82	c 7	SEARCHING: _COST <= 0
6.02/6.82	c 7	============================[ Search Statistics ]==============================
6.02/6.82	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.02/6.82	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.02/6.82	c 7	===============================================================================
6.02/6.82	c 7	|       688 |    3162   946821  2799227 |   315607      688     23 | 80.339 % |
6.02/6.82	c 7	===============================================================================
6.02/6.82	c 7	restarts              : 13
6.02/6.82	c 7	conflicts             : 700           (724 /sec)
6.02/6.82	c 7	decisions             : 1545          (0.65 % random) (1598 /sec)
6.02/6.82	c 7	propagations          : 650433         (672732 /sec)
6.02/6.82	c 7	conflict literals     : 15874          (16.41 % deleted)
6.02/6.82	c 7	Memory used           : 42.16 MB
6.02/6.82	c 7	CPU time              : 0.966853 s
6.02/6.82	c 7	
6.02/6.82	c 7	UNSATISFIABLE
6.02/6.82	c 7	OK
6.02/6.82	c 7	NOT FOUND: _COST <= 0
6.02/6.82	c 7	OK
6.02/6.82	c 7	OBJECTIVE _COST 1
6.02/6.82	s OPTIMUM FOUND
6.02/6.84	c 7	CPU 5.65 (0.07 0.03 5.58 0.57)
6.02/6.84	c 7	END Sat Jul 12 01:46:24 2008

Verifier Data (download as text)

OK	1	849
1 unsatisfied constraints, 849 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-1110307-1215819977/watcher-1110307-1215819977 -o /tmp/evaluation-result-1110307-1215819977/solver-1110307-1215819977 -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-1110307-1215819977.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.07 2.00 2.00 4/81 12624
/proc/meminfo: memFree=1901556/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=12268 CPUtime=0
/proc/12624/stat : 12624 (sugar++) R 12622 12624 11796 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38700913 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268591741950 0 0 4224 0 0 0 0 17 1 0 0
/proc/12624/statm: 3067 316 241 3 0 167 0

[startup+0.0810121 s]
/proc/loadavg: 2.07 2.00 2.00 4/81 12624
/proc/meminfo: memFree=1901556/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16740 CPUtime=0.07
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 38700913 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102736 s]
/proc/loadavg: 2.07 2.00 2.00 4/81 12624
/proc/meminfo: memFree=1901556/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16740 CPUtime=0.07
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38700913 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301754 s]
/proc/loadavg: 2.07 2.00 2.00 4/81 12624
/proc/meminfo: memFree=1901556/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16740 CPUtime=0.07
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38700913 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701802 s]
/proc/loadavg: 2.07 2.00 2.00 4/81 12624
/proc/meminfo: memFree=1901556/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16740 CPUtime=0.07
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 38700913 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5029 s]
/proc/loadavg: 2.15 2.02 2.01 4/92 12646
/proc/meminfo: memFree=1891676/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16740 CPUtime=0.65
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 1297 4710 0 1 5 2 55 3 15 0 1 0 38700913 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4185 1104 409 3 0 764 0
[pid=12637] ppid=12624 vsize=5356 CPUtime=0
/proc/12637/stat : 12637 (sh) S 12624 12624 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38700984 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12637/statm: 1339 233 193 169 0 50 0
[pid=12638] ppid=12637 vsize=868344 CPUtime=0.76
/proc/12638/stat : 12638 (java) S 12637 12624 11796 0 -1 0 6843 0 1 0 71 5 0 0 18 0 9 0 38700984 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12638/statm: 217086 6047 2563 9 0 211633 0
[pid=12638/tid=12639] ppid=12637 vsize=868344 CPUtime=0.42
/proc/12638/task/12639/stat : 12639 (java) R 12637 12624 11796 0 -1 64 2726 0 1 0 40 2 0 0 23 0 9 0 38700985 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12640] ppid=12637 vsize=868344 CPUtime=0.07
/proc/12638/task/12640/stat : 12640 (java) S 12637 12624 11796 0 -1 64 1927 0 0 0 6 1 0 0 16 0 9 0 38700986 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12637 vsize=868344 CPUtime=0
/proc/12638/task/12641/stat : 12641 (java) S 12637 12624 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38700986 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12637 vsize=868344 CPUtime=0
/proc/12638/task/12642/stat : 12642 (java) S 12637 12624 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38700986 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12637 vsize=868344 CPUtime=0
/proc/12638/task/12643/stat : 12643 (java) S 12637 12624 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38700988 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12637 vsize=868344 CPUtime=0.24
/proc/12638/task/12644/stat : 12644 (java) S 12637 12624 11796 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 38700988 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12637 vsize=868344 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12637 12624 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38700988 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12646] ppid=12637 vsize=868344 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12637 12624 11796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38700988 889184256 6047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890440

[startup+3.10208 s]
/proc/loadavg: 2.15 2.02 2.01 3/92 12646
/proc/meminfo: memFree=1878236/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16740 CPUtime=0.65
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 1297 4710 0 1 5 2 55 3 16 0 1 0 38700913 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4185 1104 409 3 0 764 0
[pid=12637] ppid=12624 vsize=5356 CPUtime=0
/proc/12637/stat : 12637 (sh) S 12624 12624 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38700984 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12637/statm: 1339 233 193 169 0 50 0
[pid=12638] ppid=12637 vsize=868476 CPUtime=2.34
/proc/12638/stat : 12638 (java) S 12637 12624 11796 0 -1 0 7328 0 1 0 215 19 0 0 18 0 9 0 38700984 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12638/statm: 217119 6067 2563 9 0 211666 0
[pid=12638/tid=12639] ppid=12637 vsize=868476 CPUtime=1.86
/proc/12638/task/12639/stat : 12639 (java) R 12637 12624 11796 0 -1 64 3195 0 1 0 173 13 0 0 25 0 9 0 38700985 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4126488652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12640] ppid=12637 vsize=868476 CPUtime=0.19
/proc/12638/task/12640/stat : 12640 (java) S 12637 12624 11796 0 -1 64 1927 0 0 0 16 3 0 0 16 0 9 0 38700986 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12637 vsize=868476 CPUtime=0
/proc/12638/task/12641/stat : 12641 (java) S 12637 12624 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38700986 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12637 vsize=868476 CPUtime=0
/proc/12638/task/12642/stat : 12642 (java) S 12637 12624 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38700986 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12637 vsize=868476 CPUtime=0
/proc/12638/task/12643/stat : 12643 (java) S 12637 12624 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38700988 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12637 vsize=868476 CPUtime=0.27
/proc/12638/task/12644/stat : 12644 (java) S 12637 12624 11796 0 -1 64 1514 0 0 0 26 1 0 0 17 0 9 0 38700988 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12637 vsize=868476 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12637 12624 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38700988 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12646] ppid=12637 vsize=868476 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12637 12624 11796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38700988 889319424 6067 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890572

[startup+6.30146 s]
/proc/loadavg: 2.15 2.02 2.01 4/93 12697
/proc/meminfo: memFree=1831572/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16872 CPUtime=4.77
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 2025 39569 0 9 6 3 424 44 15 0 1 0 38700913 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4218 1137 414 3 0 797 0
[pid=12647] ppid=12624 vsize=43168 CPUtime=0.96
/proc/12647/stat : 12647 (minisat-inc) S 12624 12624 11796 0 -1 4194304 10629 0 0 0 90 6 0 0 16 0 1 0 38701250 44204032 10563 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12647/statm: 10792 10563 79 151 0 10638 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 60040

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

[startup+6.70151 s]
/proc/loadavg: 2.14 2.02 2.00 4/83 12727
/proc/meminfo: memFree=1837092/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16872 CPUtime=4.99
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 2114 43449 0 10 6 3 443 47 15 0 1 0 38700913 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4218 1137 414 3 0 797 0
[pid=12647] ppid=12624 vsize=43168 CPUtime=1.02
/proc/12647/stat : 12647 (minisat-inc) S 12624 12624 11796 0 -1 4194304 10631 0 0 0 96 6 0 0 16 0 1 0 38701250 44204032 10563 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12647/statm: 10792 10563 79 151 0 10638 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 60040

[startup+6.80151 s]
/proc/loadavg: 2.14 2.02 2.00 4/83 12727
/proc/meminfo: memFree=1837092/2055924 swapFree=4180896/4192956
[pid=12624] ppid=12622 vsize=16872 CPUtime=5
/proc/12624/stat : 12624 (sugar++) S 12622 12624 11796 0 -1 4194304 2116 43449 0 10 7 3 443 47 15 0 1 0 38700913 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12624/statm: 4218 1137 414 3 0 797 0
[pid=12647] ppid=12624 vsize=43168 CPUtime=1.02
/proc/12647/stat : 12647 (minisat-inc) S 12624 12624 11796 0 -1 4194304 10631 0 0 0 96 6 0 0 16 0 1 0 38701250 44204032 10563 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12647/statm: 10792 10563 79 151 0 10638 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 60040

Child status: 0
Real time (s): 6.84846
CPU time (s): 6.28404
CPU user time (s): 5.66014
CPU system time (s): 0.623905
CPU usage (%): 91.7585
Max. virtual memory (cumulated for all children) (KiB): 890572

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

runsolver used 0.014997 second user time and 0.038994 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-12 01:46:17
IDJOB=1110307
IDBENCH=61089
IDSOLVER=367
FILE ID=node6/1110307-1215819977
PBS_JOBID= 7903316
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d81a4f28fa82d2d233a0f92a9091b666
RANDOM SEED=534848107

node6.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.232
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.232
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:      2055924 kB
MemFree:       1902036 kB
Buffers:         30944 kB
Cached:          59016 kB
SwapCached:       5784 kB
Active:          72360 kB
Inactive:        39804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1902036 kB
SwapTotal:     4192956 kB
SwapFree:      4180896 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:          38116 kB
Slab:            26904 kB
Committed_AS:   184888 kB
PageTables:       2004 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= 66492 MiB
End job on node6 at 2008-07-12 01:46:24