Trace number 1110259

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.42402 6.92526

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh216_ext.xml
MD5SUM014d28c5891a41a02d91c9fdaf4cb7eb
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.42402
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints797
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension797
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Sat Jul 12 01:27:17 2008
0.05/0.08	c 0	PID 15808
0.05/0.08	c 0	HOST node69.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1110259-1215818837.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110259-1215818837.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 100 variables, 0 predicates, 228 relations, 797 constraints
0.06/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.68	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.63/0.76	c 1	Parsing HOME/temp.csp
0.63/0.93	c 1	parsed 1126 expressions
0.63/0.93	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.94	c 1	MAX CSP: 797 constraints
0.63/0.94	c 1	Converting to clausal form CSP
0.63/0.97	c 1	converted 193 (10%) expressions
0.63/0.99	c 1	converted 386 (20%) expressions
0.93/1.01	c 1	converted 578 (30%) expressions
0.93/1.02	c 1	converted 771 (40%) expressions
0.93/1.03	c 1	converted 963 (50%) expressions
0.93/1.06	c 1	converted 1156 (60%) expressions
1.04/1.13	c 1	converted 1349 (70%) expressions
1.04/1.14	c 1	converted 1541 (80%) expressions
1.04/1.15	c 1	converted 1734 (90%) expressions
1.13/1.28	c 1	converted 1926 (100%) expressions
1.13/1.28	c 1	CSP : 1694 integers, 0 booleans, 2390 clauses, largest domain size 1196
1.13/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.28	c 1	Propagation in CSP
1.22/1.33	c 1	791 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.33	c 1	CSP : 1694 integers, 0 booleans, 2390 clauses, largest domain size 798
1.22/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.34	c 1	CSP : 1694 integers, 0 booleans, 2390 clauses, largest domain size 798
1.22/1.34	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.38	c 1	170 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.38	c 1	339 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.39	c 1	509 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.39	c 1	678 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.39	c 1	847 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.40	c 1	1017 (60%) CSP integer variables are encoded (1421 clauses, 18334 bytes)
1.32/1.40	c 1	1186 (70%) CSP integer variables are encoded (2515 clauses, 32556 bytes)
1.32/1.40	c 1	1356 (80%) CSP integer variables are encoded (4138 clauses, 53655 bytes)
1.32/1.42	c 1	1525 (90%) CSP integer variables are encoded (11304 clauses, 152406 bytes)
1.32/1.42	c 1	1694 (100%) CSP integer variables are encoded (13329 clauses, 182781 bytes)
1.32/1.45	c 2	239 (10%) CSP clauses are encoded (13568 clauses, 186635 bytes)
1.32/1.48	c 2	478 (20%) CSP clauses are encoded (13807 clauses, 191889 bytes)
1.32/1.50	c 2	717 (30%) CSP clauses are encoded (14046 clauses, 198694 bytes)
1.43/1.52	c 2	956 (40%) CSP clauses are encoded (18069 clauses, 269596 bytes)
1.53/1.60	c 2	1195 (50%) CSP clauses are encoded (57014 clauses, 977233 bytes)
1.53/1.63	c 2	1434 (60%) CSP clauses are encoded (68601 clauses, 1182826 bytes)
1.72/1.84	c 2	1673 (70%) CSP clauses are encoded (181006 clauses, 3246754 bytes)
1.72/1.87	c 2	1912 (80%) CSP clauses are encoded (194349 clauses, 3484020 bytes)
2.31/2.48	c 3	2151 (90%) CSP clauses are encoded (516074 clauses, 9889639 bytes)
2.90/3.08	c 3	2390 (100%) CSP clauses are encoded (834397 clauses, 16702961 bytes)
2.90/3.08	c 3	2390 CSP clauses encoded
2.90/3.08	c 3	Writing map file : HOME/temp.map
2.90/3.09	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.09	c 3	SAT : 15023 SAT variables, 834397 SAT clauses, 16702961 bytes
2.90/3.09	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.14	c 3	OBJECTIVE minimize _COST
3.00/3.14	c 3	SOLVING HOME/temp.cnf
3.00/3.14	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.00/3.14	c 3	This is MiniSat 2.0 beta incremental
3.00/3.14	c 3	WARNING: for repeatability, setting FPU to use double precision
3.00/3.14	c 3	============================[ Problem Statistics ]=============================
3.00/3.14	c 3	|                                                                             |
3.00/3.14	c 3	|  Number of variables:  15023                                                |
3.00/3.14	c 3	|  Number of clauses:    834397                                               |
3.36/3.54	c 4	|  Parsing time:         0.34         s                                       |
3.36/3.55	c 4	OK
3.36/3.55	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.36/3.55	c 4	SEARCHING: _COST <= 399
3.36/3.55	c 4	============================[ Search Statistics ]==============================
3.36/3.55	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.36/3.55	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.36/3.55	c 4	===============================================================================
3.36/3.55	c 4	|         0 |   15023   834397  2464692 |   278132        0    nan |  0.000 % |
3.46/3.62	c 4	===============================================================================
3.46/3.62	c 4	restarts              : 1
3.46/3.62	c 4	conflicts             : 2             (5 /sec)
3.46/3.62	c 4	decisions             : 48            (0.00 % random) (115 /sec)
3.46/3.62	c 4	propagations          : 15033          (36143 /sec)
3.46/3.62	c 4	conflict literals     : 20             (0.00 % deleted)
3.46/3.62	c 4	Memory used           : 36.34 MB
3.46/3.62	c 4	CPU time              : 0.415936 s
3.46/3.62	c 4	
3.46/3.62	c 4	SATISFIABLE
3.46/3.62	c 4	OK
3.46/3.62	c 4	FOUND: _COST <= 399
3.46/3.62	s SATISFIABLE
3.46/3.62	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.46/3.62	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.49/3.70	c 4	Decoding HOME/temp.out
3.49/3.83	c 4	OBJECTIVE _COST 221
3.49/3.83	o 221
3.49/3.84	v 1 1 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1 1 0 1 0 0 1 0 1 0 0 1 1 1 1 1 1 0 0 0 0 1 1 0 1 1 0 0 1 1 0 1 1 1 0 1 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 0 1 1 1 1 1 1 1 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
3.49/3.84	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.49/3.89	c 4	OK
3.49/3.89	c 4	OBJECTIVE BOUND: 0 <= _COST <= 221
3.49/3.89	c 4	SEARCHING: _COST <= 110
3.49/3.89	c 4	============================[ Search Statistics ]==============================
3.49/3.89	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.89	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.89	c 4	===============================================================================
3.49/3.89	c 4	|         2 |   15023   834397  2464692 |   278132        2     10 |  0.000 % |
3.71/3.94	c 4	===============================================================================
3.71/3.94	c 4	restarts              : 2
3.71/3.94	c 4	conflicts             : 5             (11 /sec)
3.71/3.94	c 4	decisions             : 589           (0.17 % random) (1253 /sec)
3.71/3.94	c 4	propagations          : 36146          (76918 /sec)
3.71/3.94	c 4	conflict literals     : 45             (4.26 % deleted)
3.71/3.94	c 4	Memory used           : 36.60 MB
3.71/3.94	c 4	CPU time              : 0.469928 s
3.71/3.94	c 4	
3.71/3.94	c 4	SATISFIABLE
3.71/3.94	c 4	OK
3.71/3.94	c 4	FOUND: _COST <= 110
3.71/3.94	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.71/3.94	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.76/4.02	c 4	Decoding HOME/temp.out
3.76/4.15	c 4	OBJECTIVE _COST 110
3.76/4.15	o 110
3.76/4.16	v 1 0 0 0 1 0 1 1 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 0 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 1 1 1 0 0 0 0 1 1
3.76/4.16	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.76/4.21	c 4	OK
3.76/4.21	c 4	OBJECTIVE BOUND: 0 <= _COST <= 110
3.76/4.21	c 4	SEARCHING: _COST <= 55
3.76/4.21	c 4	============================[ Search Statistics ]==============================
3.76/4.21	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.76/4.21	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.76/4.21	c 4	===============================================================================
3.76/4.21	c 4	|         5 |    9085   834397  2464692 |   278132        5      9 |  0.000 % |
3.76/4.27	c 4	===============================================================================
3.76/4.27	c 4	restarts              : 3
3.76/4.27	c 4	conflicts             : 66            (123 /sec)
3.76/4.27	c 4	decisions             : 792           (0.51 % random) (1481 /sec)
3.76/4.27	c 4	propagations          : 104992         (196277 /sec)
3.76/4.27	c 4	conflict literals     : 2071           (25.29 % deleted)
3.76/4.27	c 4	Memory used           : 36.60 MB
3.76/4.27	c 4	CPU time              : 0.534918 s
3.76/4.27	c 4	
3.76/4.27	c 4	SATISFIABLE
3.76/4.27	c 4	OK
3.76/4.27	c 4	FOUND: _COST <= 55
3.76/4.27	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.76/4.27	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.06/4.36	c 4	Decoding HOME/temp.out
4.16/4.49	c 5	OBJECTIVE _COST 55
4.16/4.49	o 55
4.16/4.49	v 1 0 0 1 1 0 0 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 1 0 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 0 0 1 1
4.25/4.50	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.25/4.55	c 5	OK
4.25/4.55	c 5	OBJECTIVE BOUND: 0 <= _COST <= 55
4.25/4.55	c 5	SEARCHING: _COST <= 27
4.25/4.55	c 5	============================[ Search Statistics ]==============================
4.25/4.55	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.25/4.55	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.25/4.55	c 5	===============================================================================
4.25/4.55	c 5	|        66 |    7596   834397  2464692 |   278132       66     31 |  0.000 % |
4.25/4.56	c 5	===============================================================================
4.25/4.56	c 5	restarts              : 4
4.25/4.56	c 5	conflicts             : 78            (140 /sec)
4.25/4.56	c 5	decisions             : 875           (0.46 % random) (1568 /sec)
4.25/4.56	c 5	propagations          : 116263         (208388 /sec)
4.25/4.56	c 5	conflict literals     : 2486           (22.55 % deleted)
4.25/4.56	c 5	Memory used           : 36.60 MB
4.25/4.56	c 5	CPU time              : 0.557915 s
4.25/4.56	c 5	
4.25/4.56	c 5	SATISFIABLE
4.25/4.57	c 5	OK
4.25/4.57	c 5	FOUND: _COST <= 27
4.25/4.57	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.25/4.57	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.28/4.65	c 5	Decoding HOME/temp.out
4.28/4.91	c 5	OBJECTIVE _COST 27
4.28/4.91	o 27
4.28/4.91	v 1 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 1 1 1 0 0 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 0 0 1 1
4.28/4.95	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.28/4.99	c 5	OK
4.28/4.99	c 5	OBJECTIVE BOUND: 0 <= _COST <= 27
4.28/4.99	c 5	SEARCHING: _COST <= 13
4.65/5.00	c 5	============================[ Search Statistics ]==============================
4.65/5.01	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.65/5.01	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.65/5.01	c 5	===============================================================================
4.65/5.01	c 5	|        78 |    6513   834397  2464692 |   278132       78     32 |  0.000 % |
4.65/5.01	c 5	===============================================================================
4.65/5.01	c 5	restarts              : 5
4.65/5.01	c 5	conflicts             : 108           (187 /sec)
4.65/5.01	c 5	decisions             : 955           (0.52 % random) (1653 /sec)
4.65/5.01	c 5	propagations          : 130005         (224956 /sec)
4.65/5.01	c 5	conflict literals     : 3617           (17.08 % deleted)
4.65/5.01	c 5	Memory used           : 36.60 MB
4.65/5.01	c 5	CPU time              : 0.577912 s
4.65/5.01	c 5	
4.65/5.01	c 5	SATISFIABLE
4.65/5.01	c 5	OK
4.65/5.01	c 5	FOUND: _COST <= 13
4.65/5.01	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.65/5.01	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.65/5.09	c 5	Decoding HOME/temp.out
4.67/5.22	c 5	OBJECTIVE _COST 13
4.67/5.22	o 13
4.67/5.23	v 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 0 1 0 0 1 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0
4.67/5.23	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.67/5.28	c 5	OK
4.67/5.28	c 5	OBJECTIVE BOUND: 0 <= _COST <= 13
4.67/5.28	c 5	SEARCHING: _COST <= 6
4.67/5.29	c 5	============================[ Search Statistics ]==============================
4.67/5.29	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.67/5.29	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.67/5.29	c 5	===============================================================================
4.67/5.29	c 5	|       108 |    5582   834397  2464692 |   278132      108     33 |  0.000 % |
4.91/5.30	c 5	===============================================================================
4.91/5.30	c 5	restarts              : 6
4.91/5.30	c 5	conflicts             : 148           (245 /sec)
4.91/5.30	c 5	decisions             : 1043          (0.48 % random) (1730 /sec)
4.91/5.30	c 5	propagations          : 161059         (267137 /sec)
4.91/5.30	c 5	conflict literals     : 4223           (17.05 % deleted)
4.91/5.30	c 5	Memory used           : 36.73 MB
4.91/5.30	c 5	CPU time              : 0.602908 s
4.91/5.30	c 5	
4.91/5.30	c 5	SATISFIABLE
4.91/5.30	c 5	OK
4.91/5.30	c 5	FOUND: _COST <= 6
4.91/5.30	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.91/5.30	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.91/5.38	c 5	Decoding HOME/temp.out
5.09/5.52	c 6	OBJECTIVE _COST 6
5.09/5.52	o 6
5.09/5.52	v 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 0 1 0 0 1 1
5.09/5.53	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.09/5.57	c 6	OK
5.09/5.57	c 6	OBJECTIVE BOUND: 0 <= _COST <= 6
5.09/5.57	c 6	SEARCHING: _COST <= 3
5.09/5.58	c 6	============================[ Search Statistics ]==============================
5.09/5.58	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.59	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.59	c 6	===============================================================================
5.09/5.59	c 6	|       148 |    4708   834397  2464692 |   278132      148     29 |  0.000 % |
5.16/5.62	c 6	|       249 |    4708   834397  2464692 |   305945      249     24 | 74.686 % |
5.16/5.69	c 6	|       399 |    4708   834397  2464692 |   336540      399     22 | 74.686 % |
5.25/5.79	c 6	|       624 |    4708   834397  2464692 |   370194      624     20 | 74.686 % |
5.35/5.85	c 6	===============================================================================
5.35/5.85	c 6	restarts              : 10
5.35/5.85	c 6	conflicts             : 760           (863 /sec)
5.35/5.85	c 6	decisions             : 1818          (0.55 % random) (2064 /sec)
5.35/5.85	c 6	propagations          : 705887         (801356 /sec)
5.35/5.85	c 6	conflict literals     : 14343          (21.38 % deleted)
5.35/5.85	c 6	Memory used           : 36.73 MB
5.35/5.85	c 6	CPU time              : 0.880866 s
5.35/5.85	c 6	
5.35/5.85	c 6	SATISFIABLE
5.35/5.85	c 6	OK
5.35/5.85	c 6	FOUND: _COST <= 3
5.35/5.85	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.35/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.19	c 6	OBJECTIVE _COST 3
5.41/6.19	o 3
5.42/6.20	v 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 0 1 0 1 0 1 1 0 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 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 1
5.42/6.23	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.42/6.28	c 6	OK
5.42/6.28	c 6	OBJECTIVE BOUND: 0 <= _COST <= 3
5.42/6.28	c 6	SEARCHING: _COST <= 1
5.42/6.28	c 6	============================[ Search Statistics ]==============================
5.42/6.29	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.42/6.29	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.42/6.29	c 6	===============================================================================
5.42/6.29	c 6	|       760 |    3803   834397  2464692 |   278132      760     19 | 74.686 % |
5.81/6.30	c 6	|       860 |    3803   834397  2464692 |   305945      860     19 | 80.011 % |
5.81/6.34	c 6	|      1010 |    3803   834397  2464692 |   336540     1010     19 | 80.011 % |
5.91/6.42	c 6	|      1236 |    3803   834397  2464692 |   370194     1236     19 | 80.011 % |
5.91/6.47	c 7	===============================================================================
5.91/6.47	c 7	restarts              : 14
5.91/6.47	c 7	conflicts             : 1402          (1303 /sec)
5.91/6.47	c 7	decisions             : 2628          (0.46 % random) (2443 /sec)
5.91/6.47	c 7	propagations          : 1104225        (1026388 /sec)
5.91/6.47	c 7	conflict literals     : 25807          (23.29 % deleted)
5.91/6.47	c 7	Memory used           : 36.73 MB
5.91/6.47	c 7	CPU time              : 1.07584 s
5.91/6.47	c 7	
5.91/6.47	c 7	SATISFIABLE
5.91/6.47	c 7	OK
5.91/6.47	c 7	FOUND: _COST <= 1
5.91/6.47	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.91/6.47	c 7	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.99/6.56	c 7	Decoding HOME/temp.out
6.28/6.82	c 7	OBJECTIVE _COST 1
6.28/6.82	o 1
6.28/6.83	v 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 0 0 0 1 0 0
6.28/6.86	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.34/6.90	c 7	OK
6.34/6.90	c 7	OBJECTIVE BOUND: 0 <= _COST <= 1
6.34/6.90	c 7	SEARCHING: _COST <= 0
6.34/6.90	c 7	============================[ Search Statistics ]==============================
6.34/6.90	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.34/6.90	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.34/6.90	c 7	===============================================================================
6.34/6.90	c 7	|      1402 |    3003   834397  2464692 |   278132     1402     18 | 80.011 % |
6.34/6.90	c 7	===============================================================================
6.34/6.90	c 7	restarts              : 15
6.34/6.90	c 7	conflicts             : 1413          (1306 /sec)
6.34/6.90	c 7	decisions             : 2639          (0.45 % random) (2439 /sec)
6.34/6.90	c 7	propagations          : 1107449        (1023676 /sec)
6.34/6.90	c 7	conflict literals     : 25918          (23.67 % deleted)
6.34/6.90	c 7	Memory used           : 36.73 MB
6.34/6.90	c 7	CPU time              : 1.08184 s
6.34/6.90	c 7	
6.34/6.90	c 7	UNSATISFIABLE
6.34/6.90	c 7	OK
6.34/6.90	c 7	NOT FOUND: _COST <= 0
6.34/6.90	c 7	OK
6.34/6.90	c 7	OBJECTIVE _COST 1
6.34/6.90	s OPTIMUM FOUND
6.34/6.91	c 7	CPU 5.88 (0.07 0.03 5.81 0.5)
6.34/6.91	c 7	END Sat Jul 12 01:27:24 2008

Verifier Data (download as text)

OK	1	796
1 unsatisfied constraints, 796 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-1110259-1215818837/watcher-1110259-1215818837 -o /tmp/evaluation-result-1110259-1215818837/solver-1110259-1215818837 -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-1110259-1215818837.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: 1.96 1.98 1.99 4/81 15808
/proc/meminfo: memFree=1690184/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=12268 CPUtime=0
/proc/15808/stat : 15808 (sugar++) R 15806 15808 15045 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38581614 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15808/statm: 3067 316 241 3 0 167 0

[startup+0.0674241 s]
/proc/loadavg: 1.96 1.98 1.99 4/81 15808
/proc/meminfo: memFree=1690184/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16212 CPUtime=0.05
/proc/15808/stat : 15808 (sugar++) R 15806 15808 15045 0 -1 4194304 972 0 0 0 4 1 0 0 18 0 1 0 38581614 16601088 940 996147200 4194304 4206940 548682068528 18446744073709551615 237961005306 0 0 4224 0 0 0 0 17 1 0 0
/proc/15808/statm: 4053 940 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.106431 s]
/proc/loadavg: 1.96 1.98 1.99 4/81 15808
/proc/meminfo: memFree=1690184/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16740 CPUtime=0.06
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38581614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302439 s]
/proc/loadavg: 1.96 1.98 1.99 4/81 15808
/proc/meminfo: memFree=1690184/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16740 CPUtime=0.06
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38581614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702478 s]
/proc/loadavg: 1.96 1.98 1.99 4/81 15808
/proc/meminfo: memFree=1690184/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16740 CPUtime=0.63
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 1279 4697 0 1 5 1 54 3 16 0 1 0 38581614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 16740

[startup+1.50154 s]
/proc/loadavg: 1.96 1.98 1.99 4/92 15830
/proc/meminfo: memFree=1680176/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16740 CPUtime=0.64
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 1297 4697 0 1 5 2 54 3 15 0 1 0 38581614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4185 1104 409 3 0 764 0
[pid=15821] ppid=15808 vsize=5356 CPUtime=0
/proc/15821/stat : 15821 (sh) S 15808 15808 15045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38581683 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15821/statm: 1339 233 193 169 0 50 0
[pid=15822] ppid=15821 vsize=868480 CPUtime=0.79
/proc/15822/stat : 15822 (java) S 15821 15808 15045 0 -1 0 6817 0 1 0 75 4 0 0 18 0 9 0 38581683 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15822/statm: 217120 6018 2563 9 0 211667 0
[pid=15822/tid=15823] ppid=15821 vsize=868480 CPUtime=0.44
/proc/15822/task/15823/stat : 15823 (java) R 15821 15808 15045 0 -1 64 2730 0 1 0 43 1 0 0 18 0 9 0 38581684 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4127047112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15824] ppid=15821 vsize=868480 CPUtime=0.07
/proc/15822/task/15824/stat : 15824 (java) S 15821 15808 15045 0 -1 64 1889 0 0 0 6 1 0 0 16 0 9 0 38581685 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15825] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15825/stat : 15825 (java) S 15821 15808 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38581685 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15826] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15826/stat : 15826 (java) S 15821 15808 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38581685 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15827] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15827/stat : 15827 (java) S 15821 15808 15045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38581687 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15828] ppid=15821 vsize=868480 CPUtime=0.24
/proc/15822/task/15828/stat : 15828 (java) S 15821 15808 15045 0 -1 64 1506 0 0 0 24 0 0 0 16 0 9 0 38581687 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15829] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15829/stat : 15829 (java) S 15821 15808 15045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38581687 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15830] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15830/stat : 15830 (java) S 15821 15808 15045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38581687 889323520 6018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890576

[startup+3.10166 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 15830
/proc/meminfo: memFree=1666800/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16740 CPUtime=0.64
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 1297 4697 0 1 5 2 54 3 15 0 1 0 38581614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4185 1104 409 3 0 764 0
[pid=15821] ppid=15808 vsize=5356 CPUtime=0
/proc/15821/stat : 15821 (sh) S 15808 15808 15045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38581683 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15821/statm: 1339 233 193 169 0 50 0
[pid=15822] ppid=15821 vsize=868480 CPUtime=2.36
/proc/15822/stat : 15822 (java) S 15821 15808 15045 0 -1 0 7306 0 1 0 217 19 0 0 18 0 9 0 38581683 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15822/statm: 217120 6039 2566 9 0 211667 0
[pid=15822/tid=15823] ppid=15821 vsize=868480 CPUtime=1.86
/proc/15822/task/15823/stat : 15823 (java) S 15821 15808 15045 0 -1 64 3206 0 1 0 173 13 0 0 25 0 9 0 38581684 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15824] ppid=15821 vsize=868480 CPUtime=0.19
/proc/15822/task/15824/stat : 15824 (java) S 15821 15808 15045 0 -1 64 1889 0 0 0 15 4 0 0 16 0 9 0 38581685 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15825] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15825/stat : 15825 (java) S 15821 15808 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38581685 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15826] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15826/stat : 15826 (java) S 15821 15808 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38581685 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15827] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15827/stat : 15827 (java) S 15821 15808 15045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38581687 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15828] ppid=15821 vsize=868480 CPUtime=0.27
/proc/15822/task/15828/stat : 15828 (java) S 15821 15808 15045 0 -1 64 1519 0 0 0 27 0 0 0 16 0 9 0 38581687 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15829] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15829/stat : 15829 (java) S 15821 15808 15045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38581687 889323520 6039 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15830] ppid=15821 vsize=868480 CPUtime=0
/proc/15822/task/15830/stat : 15830 (java) S 15821 15808 15045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38581687 889323520 6039 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) 890576

[startup+6.30193 s]
/proc/loadavg: 2.04 2.00 1.99 3/93 15891
/proc/meminfo: memFree=1629032/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16872 CPUtime=4.86
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 1989 39480 0 9 7 2 437 40 16 0 1 0 38581614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4218 1135 414 3 0 797 0
[pid=15831] ppid=15808 vsize=37608 CPUtime=0.95
/proc/15831/stat : 15831 (minisat-inc) R 15808 15808 15045 0 -1 4194304 9105 0 0 0 90 5 0 0 16 0 1 0 38581928 38510592 9041 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15831/statm: 9402 9041 79 151 0 9248 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 54480

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

[startup+6.70296 s]
/proc/loadavg: 2.04 2.00 1.99 4/87 15905
/proc/meminfo: memFree=1631384/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16872 CPUtime=4.86
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 2042 39480 0 9 7 2 437 40 15 0 1 0 38581614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4218 1135 414 3 0 797 0
[pid=15831] ppid=15808 vsize=37608 CPUtime=1.12
/proc/15831/stat : 15831 (minisat-inc) S 15808 15808 15045 0 -1 4194304 9116 0 0 0 107 5 0 0 17 0 1 0 38581928 38510592 9050 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 9402 9050 79 151 0 9248 0
[pid=15902] ppid=15808 vsize=5356 CPUtime=0
/proc/15902/stat : 15902 (sh) S 15808 15808 15045 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38582262 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15902/statm: 1339 233 193 169 0 50 0
[pid=15903] ppid=15902 vsize=195620 CPUtime=0.21
/proc/15903/stat : 15903 (java) S 15902 15808 15045 0 -1 0 3429 0 1 0 19 2 0 0 18 0 9 0 38582262 200314880 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 48905 2903 1652 9 0 43487 0
[pid=15903/tid=15904] ppid=15902 vsize=195620 CPUtime=0.19
/proc/15903/task/15904/stat : 15904 (java) R 15902 15808 15045 0 -1 64 2458 0 1 0 18 1 0 0 18 0 9 0 38582263 200314880 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4125958278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15903/tid=15905] ppid=15902 vsize=195620 CPUtime=0
/proc/15903/task/15905/stat : 15905 (java) S 15902 15808 15045 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 38582264 200314880 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 255456

[startup+6.90297 s]
/proc/loadavg: 2.04 2.00 1.99 4/87 15905
/proc/meminfo: memFree=1631384/2055920 swapFree=4180240/4192956
[pid=15808] ppid=15806 vsize=16872 CPUtime=4.86
/proc/15808/stat : 15808 (sugar++) S 15806 15808 15045 0 -1 4194304 2044 39480 0 9 7 2 437 40 15 0 1 0 38581614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4218 1135 414 3 0 797 0
[pid=15831] ppid=15808 vsize=37608 CPUtime=1.12
/proc/15831/stat : 15831 (minisat-inc) S 15808 15808 15045 0 -1 4194304 9116 0 0 0 107 5 0 0 17 0 1 0 38581928 38510592 9050 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 9402 9050 79 151 0 9248 0
[pid=15902] ppid=15808 vsize=5356 CPUtime=0.36
/proc/15902/stat : 15902 (sh) R 15808 15808 15045 0 -1 4194304 283 3607 0 1 0 0 34 2 16 0 1 0 38582262 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237952307111 0 0 4100 65536 0 0 0 17 1 0 0
/proc/15902/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 59836

Child status: 0
Real time (s): 6.92526
CPU time (s): 6.42402
CPU user time (s): 5.8811
CPU system time (s): 0.542917
CPU usage (%): 92.7622
Max. virtual memory (cumulated for all children) (KiB): 890576

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

runsolver used 0.013997 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 01:27:17
IDJOB=1110259
IDBENCH=61083
IDSOLVER=367
FILE ID=node69/1110259-1215818837
PBS_JOBID= 7903310
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 014d28c5891a41a02d91c9fdaf4cb7eb
RANDOM SEED=1635811667

node69.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.233
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.233
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:       1690664 kB
Buffers:         51760 kB
Cached:         225792 kB
SwapCached:       7572 kB
Active:         135912 kB
Inactive:       165576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690664 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:          38912 kB
Slab:            48888 kB
Committed_AS:   192740 kB
PageTables:       2048 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= 66476 MiB
End job on node69 at 2008-07-12 01:27:24