Trace number 1114555

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-incOPTIMUM2 5.38318 5.65812

General information on the benchmark

Namecsp/composed-75-1-40/
normalized-composed-75-1-40-9_ext.xml
MD5SUMae0666d74be711893e29373c07871538
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark0.469927
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints662
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension662
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 Sun Jul 13 01:06:25 2008
0.05/0.08	c 0	PID 19499
0.05/0.08	c 0	HOST node1.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1114555-1215903985.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-1114555-1215903985.xml' 'HOME/temp.csp'
0.06/0.83	c 1	1 domains, 83 variables, 0 predicates, 662 relations, 662 constraints
0.06/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	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.82/0.94	c 1	Parsing HOME/temp.csp
1.03/1.16	c 1	parsed 1408 expressions
1.03/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.18	c 1	MAX CSP: 662 constraints
1.03/1.18	c 1	Converting to clausal form CSP
1.12/1.20	c 1	converted 208 (10%) expressions
1.12/1.21	c 1	converted 415 (20%) expressions
1.12/1.21	c 1	converted 622 (30%) expressions
1.12/1.23	c 1	converted 830 (40%) expressions
1.12/1.25	c 1	converted 1037 (50%) expressions
1.12/1.27	c 1	converted 1244 (60%) expressions
1.12/1.28	c 1	converted 1452 (70%) expressions
1.23/1.31	c 1	converted 1659 (80%) expressions
1.23/1.38	c 1	converted 1866 (90%) expressions
1.42/1.55	c 1	converted 2073 (100%) expressions
1.42/1.55	c 1	CSP : 1407 integers, 0 booleans, 1985 clauses, largest domain size 994
1.42/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 1	Propagation in CSP
1.42/1.59	c 1	657 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.59	c 1	CSP : 1407 integers, 0 booleans, 1985 clauses, largest domain size 663
1.42/1.59	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.60	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.60	c 1	CSP : 1407 integers, 0 booleans, 1985 clauses, largest domain size 663
1.53/1.60	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.64	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.66	c 1	141 (10%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.53/1.66	c 1	282 (20%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.53/1.66	c 1	423 (30%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.53/1.66	c 1	563 (40%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.53/1.66	c 1	704 (50%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.53/1.66	c 1	845 (60%) CSP integer variables are encoded (1820 clauses, 22204 bytes)
1.53/1.67	c 1	985 (70%) CSP integer variables are encoded (2694 clauses, 33566 bytes)
1.53/1.67	c 1	1126 (80%) CSP integer variables are encoded (9298 clauses, 120169 bytes)
1.53/1.68	c 1	1267 (90%) CSP integer variables are encoded (10252 clauses, 134479 bytes)
1.53/1.68	c 1	1407 (100%) CSP integer variables are encoded (11562 clauses, 154129 bytes)
1.62/1.74	c 2	199 (10%) CSP clauses are encoded (13841 clauses, 203057 bytes)
1.62/1.76	c 2	397 (20%) CSP clauses are encoded (16137 clauses, 257523 bytes)
1.62/1.79	c 2	596 (30%) CSP clauses are encoded (18430 clauses, 312508 bytes)
1.72/1.81	c 2	794 (40%) CSP clauses are encoded (22260 clauses, 384167 bytes)
1.72/1.87	c 2	993 (50%) CSP clauses are encoded (49289 clauses, 874139 bytes)
1.72/1.89	c 2	1191 (60%) CSP clauses are encoded (57429 clauses, 1018021 bytes)
2.60/2.70	c 2	1390 (70%) CSP clauses are encoded (474682 clauses, 8722726 bytes)
2.60/2.72	c 2	1588 (80%) CSP clauses are encoded (484030 clauses, 8914614 bytes)
2.60/2.77	c 3	1787 (90%) CSP clauses are encoded (506575 clauses, 9388540 bytes)
2.80/2.92	c 3	1985 (100%) CSP clauses are encoded (589021 clauses, 11142055 bytes)
2.80/2.92	c 3	1985 CSP clauses encoded
2.80/2.92	c 3	Writing map file : HOME/temp.map
2.80/2.93	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.93	c 3	SAT : 12969 SAT variables, 589021 SAT clauses, 11142055 bytes
2.80/2.93	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.96	c 3	OBJECTIVE minimize _COST
2.80/2.96	c 3	SOLVING HOME/temp.cnf
2.80/2.96	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.80/2.96	c 3	This is MiniSat 2.0 beta incremental
2.80/2.96	c 3	WARNING: for repeatability, setting FPU to use double precision
2.80/2.96	c 3	============================[ Problem Statistics ]=============================
2.80/2.96	c 3	|                                                                             |
2.80/2.96	c 3	|  Number of variables:  12969                                                |
2.80/2.96	c 3	|  Number of clauses:    589021                                               |
3.09/3.23	c 3	|  Parsing time:         0.23         s                                       |
3.09/3.25	c 3	OK
3.09/3.25	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.09/3.25	c 3	SEARCHING: _COST <= 331
3.09/3.25	c 3	============================[ Search Statistics ]==============================
3.09/3.25	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.25	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.25	c 3	===============================================================================
3.09/3.25	c 3	|         0 |   12969   589021  1745057 |   196340        0    nan |  0.000 % |
3.09/3.29	c 3	===============================================================================
3.09/3.29	c 3	restarts              : 1
3.09/3.29	c 3	conflicts             : 5             (17 /sec)
3.09/3.29	c 3	decisions             : 108           (0.93 % random) (378 /sec)
3.09/3.29	c 3	propagations          : 13153          (45997 /sec)
3.09/3.29	c 3	conflict literals     : 40             (13.04 % deleted)
3.09/3.29	c 3	Memory used           : 26.12 MB
3.09/3.29	c 3	CPU time              : 0.285956 s
3.09/3.29	c 3	
3.09/3.29	c 3	SATISFIABLE
3.09/3.30	c 3	OK
3.09/3.30	c 3	FOUND: _COST <= 331
3.09/3.30	s SATISFIABLE
3.09/3.30	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.09/3.30	c 3	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.19/3.38	c 3	Decoding HOME/temp.out
3.19/3.50	c 3	OBJECTIVE _COST 331
3.19/3.50	o 331
3.19/3.50	v 7 9 6 5 8 6 8 9 6 7 9 9 9 8 8 8 5 6 9 2 9 9 4 9 5 5 8 8 9 9 7 8 8 9 8 8 9 9 9 6 9 9 9 9 9 9 9 9 6 8 9 9 9 8 9 9 3 9 9 9 9 9 9 9 9 9 8 9 9 9 7 9 9 8 9 9 4 3 8 8 9 7 9
3.19/3.50	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.51	c 3	OK
3.19/3.51	c 3	OBJECTIVE BOUND: 0 <= _COST <= 331
3.19/3.51	c 3	SEARCHING: _COST <= 165
3.19/3.52	c 3	============================[ Search Statistics ]==============================
3.19/3.53	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.53	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.53	c 3	===============================================================================
3.19/3.53	c 3	|         5 |   12969   589021  1745057 |   196340        5      8 |  0.000 % |
3.19/3.55	c 3	===============================================================================
3.19/3.55	c 3	restarts              : 2
3.19/3.55	c 3	conflicts             : 6             (18 /sec)
3.19/3.55	c 3	decisions             : 504           (0.40 % random) (1523 /sec)
3.19/3.55	c 3	propagations          : 29707          (89763 /sec)
3.19/3.55	c 3	conflict literals     : 50             (15.25 % deleted)
3.19/3.55	c 3	Memory used           : 26.63 MB
3.19/3.55	c 3	CPU time              : 0.330949 s
3.19/3.55	c 3	
3.19/3.55	c 3	SATISFIABLE
3.19/3.56	c 3	OK
3.19/3.56	c 3	FOUND: _COST <= 165
3.19/3.56	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.19/3.56	c 3	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.46/3.64	c 3	Decoding HOME/temp.out
3.46/3.86	c 4	OBJECTIVE _COST 165
3.46/3.86	o 165
3.46/3.87	v 7 6 3 7 7 9 8 6 9 4 8 8 3 8 8 1 6 8 7 9 9 9 8 0 7 7 8 9 9 8 9 4 6 6 9 8 5 9 7 6 9 9 6 9 8 9 9 7 8 9 9 9 7 7 9 9 7 9 9 9 9 7 9 8 9 9 9 8 9 7 9 9 8 9 9 9 9 8 9 9 9 9 9
3.46/3.89	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.46/3.93	c 4	OK
3.46/3.93	c 4	OBJECTIVE BOUND: 0 <= _COST <= 165
3.46/3.93	c 4	SEARCHING: _COST <= 82
3.46/3.94	c 4	============================[ Search Statistics ]==============================
3.46/3.95	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.46/3.95	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.46/3.95	c 4	===============================================================================
3.46/3.95	c 4	|         6 |    9659   589021  1745057 |   196340        6      8 |  0.000 % |
3.46/3.96	c 4	===============================================================================
3.46/3.96	c 4	restarts              : 3
3.46/3.96	c 4	conflicts             : 8             (22 /sec)
3.46/3.96	c 4	decisions             : 690           (0.58 % random) (1891 /sec)
3.46/3.96	c 4	propagations          : 43671          (119665 /sec)
3.46/3.96	c 4	conflict literals     : 66             (15.38 % deleted)
3.46/3.96	c 4	Memory used           : 26.89 MB
3.46/3.96	c 4	CPU time              : 0.364944 s
3.46/3.96	c 4	
3.46/3.96	c 4	SATISFIABLE
3.46/3.96	c 4	OK
3.46/3.96	c 4	FOUND: _COST <= 82
3.46/3.96	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.46/3.96	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.82/4.04	c 4	Decoding HOME/temp.out
3.82/4.16	c 4	OBJECTIVE _COST 82
3.82/4.16	o 82
3.82/4.16	v 7 1 8 9 9 3 9 8 5 7 4 8 8 5 8 8 5 8 8 9 9 7 5 9 4 7 7 7 7 9 9 9 6 8 9 8 5 9 9 9 9 9 9 9 8 9 9 6 8 9 1 9 9 6 9 8 3 7 1 7 9 7 4 3 9 9 9 5 9 8 8 9 5 8 6 9 9 7 9 9 9 9 9
3.82/4.17	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.82/4.18	c 4	OK
3.82/4.18	c 4	OBJECTIVE BOUND: 0 <= _COST <= 82
3.82/4.18	c 4	SEARCHING: _COST <= 41
3.82/4.18	c 4	============================[ Search Statistics ]==============================
3.82/4.19	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/4.19	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/4.19	c 4	===============================================================================
3.82/4.19	c 4	|         8 |    7831   589021  1745057 |   196340        8      8 |  0.000 % |
3.82/4.19	c 4	===============================================================================
3.82/4.19	c 4	restarts              : 4
3.82/4.19	c 4	conflicts             : 25            (65 /sec)
3.82/4.19	c 4	decisions             : 883           (0.79 % random) (2294 /sec)
3.82/4.19	c 4	propagations          : 52745          (137021 /sec)
3.82/4.19	c 4	conflict literals     : 848            (3.42 % deleted)
3.82/4.19	c 4	Memory used           : 26.89 MB
3.82/4.19	c 4	CPU time              : 0.384941 s
3.82/4.19	c 4	
3.82/4.19	c 4	SATISFIABLE
4.04/4.20	c 4	OK
4.04/4.20	c 4	FOUND: _COST <= 41
4.04/4.20	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.04/4.20	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.04/4.28	c 4	Decoding HOME/temp.out
4.22/4.41	c 4	OBJECTIVE _COST 41
4.22/4.41	o 41
4.22/4.41	v 7 1 8 9 9 5 4 3 8 7 9 6 4 9 8 8 6 7 4 8 9 7 5 6 4 3 5 1 4 9 9 1 9 8 7 8 9 9 5 7 9 5 9 9 6 9 9 5 8 4 4 5 9 6 9 8 8 9 5 6 9 9 4 7 9 6 9 9 9 8 7 9 9 6 8 9 9 9 9 9 9 9 9
4.22/4.41	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.22/4.47	c 4	OK
4.22/4.47	c 4	OBJECTIVE BOUND: 0 <= _COST <= 41
4.22/4.47	c 4	SEARCHING: _COST <= 20
4.22/4.47	c 4	============================[ Search Statistics ]==============================
4.22/4.47	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.22/4.47	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.22/4.47	c 4	===============================================================================
4.22/4.47	c 4	|        25 |    6663   589021  1745057 |   196340       25     34 |  0.000 % |
4.22/4.49	c 4	|       127 |    6663   589021  1745057 |   215974      127     18 | 55.309 % |
4.29/4.50	c 4	===============================================================================
4.29/4.50	c 4	restarts              : 6
4.29/4.50	c 4	conflicts             : 135           (316 /sec)
4.29/4.50	c 4	decisions             : 1176          (0.77 % random) (2755 /sec)
4.29/4.50	c 4	propagations          : 110821         (259573 /sec)
4.29/4.50	c 4	conflict literals     : 2343           (14.58 % deleted)
4.29/4.50	c 4	Memory used           : 26.89 MB
4.29/4.50	c 4	CPU time              : 0.426935 s
4.29/4.50	c 4	
4.29/4.50	c 4	SATISFIABLE
4.29/4.51	c 4	OK
4.29/4.51	c 4	FOUND: _COST <= 20
4.29/4.51	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.29/4.51	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.29/4.59	c 4	Decoding HOME/temp.out
4.29/4.71	c 4	OBJECTIVE _COST 20
4.29/4.71	o 20
4.29/4.71	v 5 4 8 5 6 3 1 8 6 9 6 7 8 9 9 9 9 7 9 9 9 6 9 8 7 9 1 7 4 8 9 8 9 9 7 9 9 8 7 8 2 1 9 9 6 9 2 9 8 1 6 8 9 8 2 9 4 9 9 9 9 9 9 9 9 4 9 6 5 1 8 6 1 4 4 8 8 8 7 2 8 9 6
4.29/4.71	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.29/4.72	c 4	OK
4.29/4.72	c 4	OBJECTIVE BOUND: 0 <= _COST <= 20
4.29/4.72	c 4	SEARCHING: _COST <= 10
4.29/4.72	c 4	============================[ Search Statistics ]==============================
4.29/4.73	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.73	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.73	c 5	===============================================================================
4.29/4.73	c 5	|       135 |    5796   589021  1745057 |   196340      135     17 | 55.309 % |
4.29/4.73	c 5	===============================================================================
4.29/4.73	c 5	restarts              : 7
4.29/4.73	c 5	conflicts             : 140           (318 /sec)
4.29/4.73	c 5	decisions             : 1251          (0.72 % random) (2844 /sec)
4.29/4.73	c 5	propagations          : 120710         (274383 /sec)
4.29/4.73	c 5	conflict literals     : 2419           (14.61 % deleted)
4.29/4.74	c 5	Memory used           : 26.89 MB
4.29/4.74	c 5	CPU time              : 0.439933 s
4.29/4.74	c 5	
4.29/4.74	c 5	SATISFIABLE
4.29/4.74	c 5	OK
4.29/4.74	c 5	FOUND: _COST <= 10
4.29/4.74	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.29/4.74	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.52/4.81	c 5	Decoding HOME/temp.out
4.52/4.92	c 5	OBJECTIVE _COST 10
4.52/4.92	o 10
4.52/4.92	v 5 4 9 3 6 9 5 3 6 5 9 4 9 9 9 9 7 2 9 4 5 7 2 8 5 3 8 1 4 8 9 8 7 9 6 9 9 3 9 6 7 1 9 6 6 9 9 9 6 9 8 8 9 8 9 9 6 5 9 6 9 9 5 9 9 4 9 7 3 1 6 3 3 5 0 8 8 0 1 7 9 6 3
4.52/4.93	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.52/4.96	c 5	OK
4.52/4.96	c 5	OBJECTIVE BOUND: 0 <= _COST <= 10
4.52/4.96	c 5	SEARCHING: _COST <= 5
4.52/4.96	c 5	============================[ Search Statistics ]==============================
4.52/4.96	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.52/4.96	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.52/4.96	c 5	===============================================================================
4.52/4.96	c 5	|       140 |    5018   589021  1745057 |   196340      140     17 | 55.309 % |
4.52/4.97	c 5	|       240 |    5018   589021  1745057 |   215974      240     15 | 66.644 % |
4.52/4.98	c 5	===============================================================================
4.52/4.98	c 5	restarts              : 9
4.52/4.98	c 5	conflicts             : 289           (610 /sec)
4.52/4.98	c 5	decisions             : 1497          (0.60 % random) (3159 /sec)
4.52/4.98	c 5	propagations          : 190208         (401345 /sec)
4.52/4.98	c 5	conflict literals     : 4316           (17.62 % deleted)
4.52/4.98	c 5	Memory used           : 26.89 MB
4.52/4.98	c 5	CPU time              : 0.473927 s
4.52/4.98	c 5	
4.52/4.98	c 5	SATISFIABLE
4.52/4.99	c 5	OK
4.52/4.99	c 5	FOUND: _COST <= 5
4.52/4.99	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.52/4.99	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.74/5.07	c 5	Decoding HOME/temp.out
4.74/5.19	c 5	OBJECTIVE _COST 5
4.74/5.19	o 5
4.74/5.19	v 6 7 9 5 5 9 7 8 6 5 4 6 7 9 9 9 7 9 9 6 2 7 2 8 5 9 1 1 6 8 5 8 7 9 6 9 9 7 2 6 7 5 0 6 6 9 9 9 8 8 0 7 8 9 7 8 4 6 6 7 9 9 9 9 9 4 9 7 5 1 7 6 9 5 0 9 4 4 8 8 9 7 9
4.74/5.19	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.74/5.20	c 5	OK
4.74/5.20	c 5	OBJECTIVE BOUND: 0 <= _COST <= 5
4.74/5.20	c 5	SEARCHING: _COST <= 2
4.74/5.20	c 5	============================[ Search Statistics ]==============================
4.74/5.20	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.74/5.20	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.74/5.20	c 5	===============================================================================
4.74/5.20	c 5	|       289 |    4326   589021  1745057 |   196340      289     15 | 66.644 % |
4.74/5.23	c 5	|       389 |    4326   589021  1745057 |   215974      389     13 | 71.826 % |
4.74/5.24	c 5	===============================================================================
4.74/5.24	c 5	restarts              : 11
4.74/5.24	c 5	conflicts             : 409           (793 /sec)
4.74/5.24	c 5	decisions             : 1712          (0.64 % random) (3318 /sec)
4.74/5.24	c 5	propagations          : 294603         (571023 /sec)
4.74/5.24	c 5	conflict literals     : 5183           (23.01 % deleted)
4.74/5.24	c 5	Memory used           : 26.89 MB
4.74/5.24	c 5	CPU time              : 0.515921 s
4.74/5.24	c 5	
4.74/5.24	c 5	SATISFIABLE
4.74/5.25	c 5	OK
4.74/5.25	c 5	FOUND: _COST <= 2
4.74/5.25	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.74/5.25	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.98/5.32	c 5	Decoding HOME/temp.out
5.21/5.56	c 5	OBJECTIVE _COST 2
5.21/5.56	o 2
5.21/5.56	v 4 8 2 5 9 6 4 1 9 8 1 6 8 9 9 8 9 8 7 2 6 9 2 2 5 4 8 1 5 6 9 8 7 9 8 9 9 9 7 6 6 3 9 5 2 9 8 9 8 8 6 4 2 8 9 9 4 8 3 7 1 9 9 7 8 8 9 8 5 8 4 3 9 7 8 3 7 1 0 1 8 9 1
5.21/5.59	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.30/5.63	c 5	OK
5.30/5.63	c 5	OBJECTIVE BOUND: 0 <= _COST <= 2
5.30/5.63	c 5	SEARCHING: _COST <= 1
5.30/5.63	c 5	============================[ Search Statistics ]==============================
5.30/5.64	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.30/5.64	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.30/5.64	c 5	===============================================================================
5.30/5.64	c 5	|       409 |    3654   589021  1745057 |   196340      409     13 | 71.826 % |
5.30/5.64	c 5	===============================================================================
5.30/5.64	c 5	restarts              : 12
5.30/5.64	c 5	conflicts             : 479           (902 /sec)
5.30/5.64	c 5	decisions             : 1784          (0.67 % random) (3360 /sec)
5.30/5.64	c 5	propagations          : 328945         (619577 /sec)
5.30/5.64	c 5	conflict literals     : 5949           (23.94 % deleted)
5.30/5.64	c 5	Memory used           : 26.89 MB
5.30/5.64	c 5	CPU time              : 0.530919 s
5.30/5.64	c 5	
5.30/5.64	c 5	UNSATISFIABLE
5.30/5.64	c 5	OK
5.30/5.64	c 5	NOT FOUND: _COST <= 1
5.30/5.64	c 5	OK
5.30/5.64	c 5	OBJECTIVE _COST 2
5.30/5.64	s OPTIMUM FOUND
5.30/5.64	c 5	CPU 4.88 (0.06 0.02 4.82 0.45)
5.30/5.64	c 5	END Sun Jul 13 01:06:30 2008

Verifier Data (download as text)

OK	2	660
2 unsatisfied constraints, 660 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-1114555-1215903985/watcher-1114555-1215903985 -o /tmp/evaluation-result-1114555-1215903985/solver-1114555-1215903985 -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-1114555-1215903985.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19499
/proc/meminfo: memFree=1933464/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=12000 CPUtime=0
/proc/19499/stat : 19499 (sugar++) R 19497 19499 18398 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 47101970 12288000 180 996147200 4194304 4206940 548682068528 18446744073709551615 259353115392 0 0 4224 0 0 0 0 17 1 0 0
/proc/19499/statm: 3000 180 141 3 0 100 0

[startup+0.0739079 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19499
/proc/meminfo: memFree=1933464/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16608 CPUtime=0.05
/proc/19499/stat : 19499 (sugar++) R 19497 19499 18398 0 -1 4194304 1051 0 0 0 4 1 0 0 18 0 1 0 47101970 17006592 1019 996147200 4194304 4206940 548682068528 18446744073709551615 259373438787 0 0 4224 0 0 0 0 17 1 0 0
/proc/19499/statm: 4152 1019 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.101911 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19499
/proc/meminfo: memFree=1933464/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16740 CPUtime=0.06
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47101970 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30193 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19499
/proc/meminfo: memFree=1933464/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16740 CPUtime=0.06
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47101970 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701984 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19499
/proc/meminfo: memFree=1933464/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16740 CPUtime=0.06
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47101970 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50208 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19521
/proc/meminfo: memFree=1925120/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16740 CPUtime=0.82
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1296 4824 0 1 5 1 74 2 15 0 1 0 47101970 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4185 1104 409 3 0 764 0
[pid=19512] ppid=19499 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (sh) S 19499 19499 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47102057 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 233 193 169 0 50 0
[pid=19513] ppid=19512 vsize=868240 CPUtime=0.6
/proc/19513/stat : 19513 (java) S 19512 19499 18398 0 -1 0 5865 0 1 0 57 3 0 0 18 0 9 0 47102057 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19513/statm: 217060 5272 1733 9 0 211635 0
[pid=19513/tid=19514] ppid=19512 vsize=868240 CPUtime=0.33
/proc/19513/task/19514/stat : 19514 (java) R 19512 19499 18398 0 -1 64 2642 0 1 0 32 1 0 0 22 0 9 0 47102058 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4126482327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19515] ppid=19512 vsize=868240 CPUtime=0.04
/proc/19513/task/19515/stat : 19515 (java) S 19512 19499 18398 0 -1 64 1051 0 0 0 4 0 0 0 16 0 9 0 47102059 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19516] ppid=19512 vsize=868240 CPUtime=0
/proc/19513/task/19516/stat : 19516 (java) S 19512 19499 18398 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 47102059 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19517] ppid=19512 vsize=868240 CPUtime=0
/proc/19513/task/19517/stat : 19517 (java) S 19512 19499 18398 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 47102059 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19518] ppid=19512 vsize=868240 CPUtime=0
/proc/19513/task/19518/stat : 19518 (java) S 19512 19499 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47102061 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19519] ppid=19512 vsize=868240 CPUtime=0.19
/proc/19513/task/19519/stat : 19519 (java) S 19512 19499 18398 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 47102061 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19520] ppid=19512 vsize=868240 CPUtime=0
/proc/19513/task/19520/stat : 19520 (java) S 19512 19499 18398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 47102061 889077760 5272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19521] ppid=19512 vsize=868240 CPUtime=0
/proc/19513/task/19521/stat : 19521 (java) S 19512 19499 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47102061 889077760 5272 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) 890336

[startup+3.10127 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19521
/proc/meminfo: memFree=1911936/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16872 CPUtime=2.87
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1470 12698 0 2 6 2 261 18 16 0 1 0 47101970 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4218 1129 413 3 0 797 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 16872

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

[startup+4.70145 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19562
/proc/meminfo: memFree=1887672/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16872 CPUtime=3.83
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1830 28212 0 6 6 2 345 30 15 0 1 0 47101970 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4218 1132 414 3 0 797 0
[pid=19522] ppid=19499 vsize=27532 CPUtime=0.46
/proc/19522/stat : 19522 (minisat-inc) S 19499 19499 18398 0 -1 4194304 6709 0 0 0 42 4 0 0 16 0 1 0 47102266 28192768 6648 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19522/statm: 6883 6648 79 151 0 6729 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 44404

[startup+5.10149 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19562
/proc/meminfo: memFree=1887672/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16872 CPUtime=4.23
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 1970 35962 0 8 6 2 380 35 16 0 1 0 47101970 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4218 1132 414 3 0 797 0
[pid=19522] ppid=19499 vsize=27532 CPUtime=0.51
/proc/19522/stat : 19522 (minisat-inc) S 19499 19499 18398 0 -1 4194304 6714 0 0 0 47 4 0 0 17 0 1 0 47102266 28192768 6649 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/19522/statm: 6883 6649 79 151 0 6729 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 44404

[startup+5.50754 s]
/proc/loadavg: 2.16 2.03 2.01 5/85 19602
/proc/meminfo: memFree=1887160/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16872 CPUtime=4.43
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 2040 39837 0 9 6 2 397 38 15 0 1 0 47101970 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4218 1132 414 3 0 797 0
[pid=19522] ppid=19499 vsize=27532 CPUtime=0.55
/proc/19522/stat : 19522 (minisat-inc) S 19499 19499 18398 0 -1 4194304 6716 0 0 0 51 4 0 0 17 0 1 0 47102266 28192768 6649 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19522/statm: 6883 6649 79 151 0 6729 0
[pid=19593] ppid=19499 vsize=5356 CPUtime=0
/proc/19593/stat : 19593 (sh) S 19499 19499 18398 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 47102495 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19593/statm: 1339 233 193 169 0 50 0
[pid=19594] ppid=19593 vsize=195620 CPUtime=0.23
/proc/19594/stat : 19594 (java) S 19593 19499 18398 0 -1 0 3428 0 1 0 22 1 0 0 18 0 9 0 47102495 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19594/statm: 48905 2902 1652 9 0 43487 0
[pid=19594/tid=19595] ppid=19593 vsize=195620 CPUtime=0.21
/proc/19594/task/19595/stat : 19595 (java) R 19593 19499 18398 0 -1 64 2458 0 1 0 21 0 0 0 18 0 9 0 47102496 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 104096822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19596] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19596/stat : 19596 (java) S 19593 19499 18398 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 47102497 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19597] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19597/stat : 19597 (java) S 19593 19499 18398 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 47102497 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19598] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19598/stat : 19598 (java) S 19593 19499 18398 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 47102497 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19599] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19599/stat : 19599 (java) S 19593 19499 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 47102499 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19600] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19600/stat : 19600 (java) R 19593 19499 18398 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 47102499 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 101567808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19601] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19601/stat : 19601 (java) S 19593 19499 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47102499 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19602] ppid=19593 vsize=195620 CPUtime=0
/proc/19594/task/19602/stat : 19602 (java) S 19593 19499 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 47102499 200314880 2902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 245380

[startup+5.60255 s]
/proc/loadavg: 2.16 2.03 2.01 5/85 19602
/proc/meminfo: memFree=1887160/2055920 swapFree=4180656/4192956
[pid=19499] ppid=19497 vsize=16872 CPUtime=4.43
/proc/19499/stat : 19499 (sugar++) S 19497 19499 18398 0 -1 4194304 2041 39837 0 9 6 2 397 38 15 0 1 0 47101970 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4218 1132 414 3 0 797 0
[pid=19522] ppid=19499 vsize=27532 CPUtime=0.55
/proc/19522/stat : 19522 (minisat-inc) S 19499 19499 18398 0 -1 4194304 6716 0 0 0 51 4 0 0 17 0 1 0 47102266 28192768 6649 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19522/statm: 6883 6649 79 151 0 6729 0
[pid=19593] ppid=19499 vsize=5356 CPUtime=0
/proc/19593/stat : 19593 (sh) S 19499 19499 18398 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 47102495 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19593/statm: 1339 233 193 169 0 50 0
[pid=19594] ppid=19593 vsize=195944 CPUtime=0.32
/proc/19594/stat : 19594 (java) S 19593 19499 18398 0 -1 0 3595 0 1 0 31 1 0 0 18 0 9 0 47102495 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19594/statm: 48986 3064 1700 9 0 43561 0
[pid=19594/tid=19595] ppid=19593 vsize=195944 CPUtime=0.25
/proc/19594/task/19595/stat : 19595 (java) S 19593 19499 18398 0 -1 64 2520 0 1 0 25 0 0 0 20 0 9 0 47102496 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19596] ppid=19593 vsize=195944 CPUtime=0
/proc/19594/task/19596/stat : 19596 (java) S 19593 19499 18398 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 47102497 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19597] ppid=19593 vsize=195944 CPUtime=0
/proc/19594/task/19597/stat : 19597 (java) S 19593 19499 18398 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 47102497 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19598] ppid=19593 vsize=195944 CPUtime=0
/proc/19594/task/19598/stat : 19598 (java) S 19593 19499 18398 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 47102497 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19599] ppid=19593 vsize=195944 CPUtime=0
/proc/19594/task/19599/stat : 19599 (java) S 19593 19499 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 47102499 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19600] ppid=19593 vsize=195944 CPUtime=0.04
/proc/19594/task/19600/stat : 19600 (java) S 19593 19499 18398 0 -1 64 308 0 0 0 4 0 0 0 19 0 9 0 47102499 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19601] ppid=19593 vsize=195944 CPUtime=0
/proc/19594/task/19601/stat : 19601 (java) S 19593 19499 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47102499 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19594/tid=19602] ppid=19593 vsize=195944 CPUtime=0
/proc/19594/task/19602/stat : 19602 (java) S 19593 19499 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47102499 200646656 3064 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 245704

Child status: 0
Real time (s): 5.65812
CPU time (s): 5.38318
CPU user time (s): 4.88926
CPU system time (s): 0.493924
CPU usage (%): 95.1409
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.88926
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52578
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= 6764
involuntary context switches= 6508

runsolver used 0.013997 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-13 01:06:25
IDJOB=1114555
IDBENCH=61748
IDSOLVER=367
FILE ID=node1/1114555-1215903985
PBS_JOBID= 7903653
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/composed-75-1-40/normalized-composed-75-1-40-9_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-1114555-1215903985/watcher-1114555-1215903985 -o /tmp/evaluation-result-1114555-1215903985/solver-1114555-1215903985 -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-1114555-1215903985.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae0666d74be711893e29373c07871538
RANDOM SEED=1820226234

node1.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.244
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.244
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:       1934008 kB
Buffers:          8936 kB
Cached:          59972 kB
SwapCached:       5824 kB
Active:          61712 kB
Inactive:        19344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934008 kB
SwapTotal:     4192956 kB
SwapFree:      4180656 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:          19388 kB
Slab:            26060 kB
Committed_AS:   202680 kB
PageTables:       1900 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= 66512 MiB
End job on node1 at 2008-07-13 01:06:30