Trace number 1114547

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM3 5.68613 6.26136

General information on the benchmark

Namecsp/composed-75-1-40/
normalized-composed-75-1-40-5_ext.xml
MD5SUMcda0453d2dc2adf7f01e5f798439ac6b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark5.68613
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sun Jul 13 01:05:41 2008
0.00/0.08	c 0	PID 19063
0.00/0.08	c 0	HOST node11.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1114547-1215903941.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114547-1215903941.xml' 'HOME/temp.csp'
0.06/0.61	c 1	1 domains, 83 variables, 0 predicates, 662 relations, 662 constraints
0.06/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	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.56/0.70	c 1	Parsing HOME/temp.csp
0.56/0.91	c 1	parsed 1408 expressions
0.56/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.92	c 1	MAX CSP: 662 constraints
0.56/0.92	c 1	Converting to clausal form CSP
0.56/0.95	c 1	converted 208 (10%) expressions
0.56/0.96	c 1	converted 415 (20%) expressions
0.56/0.96	c 1	converted 622 (30%) expressions
0.56/0.98	c 1	converted 830 (40%) expressions
0.92/1.01	c 1	converted 1037 (50%) expressions
0.92/1.03	c 1	converted 1244 (60%) expressions
0.92/1.04	c 1	converted 1452 (70%) expressions
0.92/1.06	c 1	converted 1659 (80%) expressions
1.01/1.13	c 2	converted 1866 (90%) expressions
1.21/1.30	c 2	converted 2073 (100%) expressions
1.21/1.30	c 2	CSP : 1407 integers, 0 booleans, 1985 clauses, largest domain size 994
1.21/1.30	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.30	c 2	Propagation in CSP
1.21/1.35	c 2	657 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.35	c 2	CSP : 1407 integers, 0 booleans, 1985 clauses, largest domain size 663
1.21/1.35	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.35	c 2	Simplifing CSP by introducing new Boolean variables
1.21/1.36	c 2	CSP : 1407 integers, 0 booleans, 1985 clauses, largest domain size 663
1.21/1.36	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.41	c 2	141 (10%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.31/1.41	c 2	282 (20%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.31/1.41	c 2	423 (30%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.31/1.42	c 2	563 (40%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.31/1.42	c 2	704 (50%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.31/1.42	c 2	845 (60%) CSP integer variables are encoded (1820 clauses, 22204 bytes)
1.31/1.42	c 2	985 (70%) CSP integer variables are encoded (2694 clauses, 33566 bytes)
1.31/1.43	c 2	1126 (80%) CSP integer variables are encoded (9298 clauses, 120169 bytes)
1.31/1.43	c 2	1267 (90%) CSP integer variables are encoded (10252 clauses, 134479 bytes)
1.31/1.43	c 2	1407 (100%) CSP integer variables are encoded (11562 clauses, 154129 bytes)
1.31/1.50	c 2	199 (10%) CSP clauses are encoded (13874 clauses, 203013 bytes)
1.41/1.52	c 2	397 (20%) CSP clauses are encoded (16138 clauses, 256673 bytes)
1.41/1.54	c 2	596 (30%) CSP clauses are encoded (18397 clauses, 310610 bytes)
1.41/1.57	c 2	794 (40%) CSP clauses are encoded (22255 clauses, 382868 bytes)
1.51/1.62	c 2	993 (50%) CSP clauses are encoded (49284 clauses, 872840 bytes)
1.51/1.65	c 2	1191 (60%) CSP clauses are encoded (57424 clauses, 1016722 bytes)
2.29/2.46	c 3	1390 (70%) CSP clauses are encoded (474677 clauses, 8721427 bytes)
2.29/2.48	c 3	1588 (80%) CSP clauses are encoded (484025 clauses, 8913315 bytes)
2.40/2.53	c 3	1787 (90%) CSP clauses are encoded (506570 clauses, 9387241 bytes)
2.50/2.68	c 3	1985 (100%) CSP clauses are encoded (589016 clauses, 11140756 bytes)
2.50/2.68	c 3	1985 CSP clauses encoded
2.50/2.68	c 3	Writing map file : HOME/temp.map
2.50/2.69	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.70	c 3	SAT : 12969 SAT variables, 589016 SAT clauses, 11140756 bytes
2.50/2.70	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.75	c 3	OBJECTIVE minimize _COST
2.59/2.75	c 3	SOLVING HOME/temp.cnf
2.59/2.75	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.59/2.75	c 3	This is MiniSat 2.0 beta incremental
2.59/2.75	c 3	WARNING: for repeatability, setting FPU to use double precision
2.59/2.75	c 3	============================[ Problem Statistics ]=============================
2.59/2.75	c 3	|                                                                             |
2.59/2.75	c 3	|  Number of variables:  12969                                                |
2.59/2.75	c 3	|  Number of clauses:    589016                                               |
2.63/3.02	c 3	|  Parsing time:         0.23         s                                       |
2.63/3.03	c 3	OK
2.63/3.03	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.63/3.03	c 3	SEARCHING: _COST <= 331
2.63/3.03	c 3	============================[ Search Statistics ]==============================
2.63/3.03	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.63/3.03	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.63/3.03	c 3	===============================================================================
2.63/3.03	c 3	|         0 |   12969   589016  1744971 |   196338        0    nan |  0.000 % |
2.63/3.08	c 3	===============================================================================
2.63/3.08	c 3	restarts              : 1
2.63/3.08	c 3	conflicts             : 2             (7 /sec)
2.63/3.08	c 3	decisions             : 99            (0.00 % random) (340 /sec)
2.63/3.08	c 3	propagations          : 13111          (45062 /sec)
2.63/3.08	c 3	conflict literals     : 12             (0.00 % deleted)
2.63/3.08	c 3	Memory used           : 26.11 MB
2.63/3.08	c 3	CPU time              : 0.290955 s
2.63/3.08	c 3	
2.63/3.08	c 3	SATISFIABLE
2.63/3.09	c 3	OK
2.63/3.09	c 3	FOUND: _COST <= 331
2.63/3.09	s SATISFIABLE
2.63/3.09	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.63/3.09	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'
2.63/3.17	c 4	Decoding HOME/temp.out
3.15/3.39	c 4	OBJECTIVE _COST 331
3.15/3.40	o 331
3.24/3.40	v 8 8 9 8 9 7 9 9 9 1 3 4 9 8 8 8 7 8 8 9 9 9 8 8 8 6 9 6 9 9 3 5 7 9 8 9 8 5 9 9 9 8 9 9 9 8 9 9 9 9 8 9 9 9 9 8 7 6 6 9 9 8 9 9 9 9 9 9 9 9 9 9 8 9 9 3 0 2 6 9 0 4 9
3.24/3.43	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.24/3.46	c 4	OK
3.24/3.46	c 4	OBJECTIVE BOUND: 0 <= _COST <= 331
3.24/3.46	c 4	SEARCHING: _COST <= 165
3.24/3.47	c 4	============================[ Search Statistics ]==============================
3.24/3.48	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.24/3.48	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.24/3.48	c 4	===============================================================================
3.24/3.48	c 4	|         2 |   12969   589016  1744971 |   196338        2      6 |  0.000 % |
3.32/3.52	c 4	===============================================================================
3.32/3.52	c 4	restarts              : 2
3.32/3.52	c 4	conflicts             : 6             (17 /sec)
3.32/3.52	c 4	decisions             : 535           (0.19 % random) (1542 /sec)
3.32/3.52	c 4	propagations          : 34591          (99701 /sec)
3.32/3.52	c 4	conflict literals     : 43             (17.31 % deleted)
3.32/3.52	c 4	Memory used           : 26.63 MB
3.32/3.52	c 4	CPU time              : 0.346947 s
3.32/3.52	c 4	
3.32/3.52	c 4	SATISFIABLE
3.32/3.52	c 4	OK
3.32/3.52	c 4	FOUND: _COST <= 165
3.32/3.52	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.32/3.52	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.35/3.60	c 4	Decoding HOME/temp.out
3.35/3.72	c 4	OBJECTIVE _COST 165
3.35/3.72	o 165
3.35/3.72	v 9 0 9 9 9 7 7 5 7 7 9 4 8 8 9 9 8 3 7 9 9 0 8 8 5 9 9 7 9 8 8 5 9 6 5 9 9 7 8 9 9 5 8 2 9 8 9 5 9 9 9 4 3 7 7 8 5 6 8 9 7 8 9 8 8 9 9 8 9 7 7 7 9 9 4 9 2 8 9 9 5 9 9
3.35/3.73	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.35/3.74	c 4	OK
3.35/3.74	c 4	OBJECTIVE BOUND: 0 <= _COST <= 165
3.35/3.74	c 4	SEARCHING: _COST <= 82
3.35/3.74	c 4	============================[ Search Statistics ]==============================
3.35/3.75	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.35/3.75	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.35/3.75	c 4	===============================================================================
3.35/3.75	c 4	|         6 |    9659   589016  1744971 |   196338        6      7 |  0.000 % |
3.35/3.76	c 4	===============================================================================
3.35/3.76	c 4	restarts              : 3
3.35/3.76	c 4	conflicts             : 28            (74 /sec)
3.35/3.76	c 4	decisions             : 790           (0.76 % random) (2101 /sec)
3.35/3.76	c 4	propagations          : 49485          (131629 /sec)
3.35/3.76	c 4	conflict literals     : 413            (8.63 % deleted)
3.35/3.76	c 4	Memory used           : 26.76 MB
3.35/3.76	c 4	CPU time              : 0.375942 s
3.35/3.76	c 4	
3.35/3.76	c 4	SATISFIABLE
3.35/3.77	c 4	OK
3.35/3.77	c 4	FOUND: _COST <= 82
3.35/3.77	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.35/3.77	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.57/3.86	c 4	Decoding HOME/temp.out
3.57/3.98	c 4	OBJECTIVE _COST 82
3.57/3.98	o 82
3.57/3.98	v 9 7 7 7 9 8 1 9 9 9 9 6 9 1 6 8 7 9 5 8 8 5 9 5 8 9 9 9 9 8 9 6 5 9 8 8 8 5 9 9 7 7 6 9 8 8 3 7 7 8 9 8 2 9 6 9 0 6 9 2 7 9 7 9 7 7 6 8 9 8 9 9 7 4 1 9 0 8 9 9 8 9 9
3.57/3.98	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.57/3.99	c 4	OK
3.57/3.99	c 4	OBJECTIVE BOUND: 0 <= _COST <= 82
3.57/3.99	c 4	SEARCHING: _COST <= 41
3.80/4.00	c 4	============================[ Search Statistics ]==============================
3.80/4.01	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.80/4.01	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.80/4.01	c 4	===============================================================================
3.80/4.01	c 4	|        28 |    7831   589016  1744971 |   196338       28     15 |  0.000 % |
3.80/4.01	c 4	===============================================================================
3.80/4.01	c 4	restarts              : 4
3.80/4.01	c 4	conflicts             : 37            (93 /sec)
3.80/4.01	c 4	decisions             : 941           (0.74 % random) (2359 /sec)
3.80/4.01	c 4	propagations          : 63320          (158721 /sec)
3.80/4.01	c 4	conflict literals     : 538            (9.73 % deleted)
3.80/4.01	c 4	Memory used           : 26.89 MB
3.80/4.01	c 4	CPU time              : 0.398939 s
3.80/4.01	c 4	
3.80/4.01	c 4	SATISFIABLE
3.80/4.01	c 4	OK
3.80/4.01	c 4	FOUND: _COST <= 41
3.80/4.01	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.80/4.01	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.80/4.09	c 4	Decoding HOME/temp.out
4.09/4.32	c 5	OBJECTIVE _COST 41
4.09/4.32	o 41
4.09/4.32	v 6 9 9 9 9 1 2 8 2 7 9 6 2 7 6 6 8 9 8 9 8 3 9 4 8 3 6 6 9 6 9 0 0 9 4 9 4 7 9 9 9 9 6 5 5 6 8 9 9 8 4 8 6 7 2 5 6 3 9 9 8 9 8 9 3 9 7 9 2 9 9 9 9 9 9 5 9 8 9 9 8 9 9
4.09/4.35	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.09/4.38	c 5	OK
4.09/4.38	c 5	OBJECTIVE BOUND: 0 <= _COST <= 41
4.09/4.38	c 5	SEARCHING: _COST <= 20
4.09/4.39	c 5	============================[ Search Statistics ]==============================
4.09/4.40	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.09/4.40	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.09/4.40	c 5	===============================================================================
4.09/4.40	c 5	|        37 |    6663   589016  1744971 |   196338       37     15 |  0.000 % |
4.09/4.40	c 5	===============================================================================
4.09/4.40	c 5	restarts              : 5
4.09/4.40	c 5	conflicts             : 48            (116 /sec)
4.09/4.40	c 5	decisions             : 1069          (0.65 % random) (2576 /sec)
4.09/4.40	c 5	propagations          : 73377          (176839 /sec)
4.09/4.40	c 5	conflict literals     : 676            (10.23 % deleted)
4.09/4.40	c 5	Memory used           : 26.89 MB
4.09/4.40	c 5	CPU time              : 0.414936 s
4.09/4.40	c 5	
4.09/4.40	c 5	SATISFIABLE
4.09/4.40	c 5	OK
4.09/4.40	c 5	FOUND: _COST <= 20
4.09/4.40	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.09/4.40	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.16/4.48	c 5	Decoding HOME/temp.out
4.16/4.70	c 5	OBJECTIVE _COST 20
4.16/4.70	o 20
4.16/4.70	v 6 8 9 9 5 7 3 5 0 6 3 4 5 3 6 6 8 9 8 6 8 4 1 8 9 5 0 5 9 0 8 8 7 9 6 9 4 9 6 9 9 7 6 2 5 7 5 9 9 6 4 9 7 7 4 0 5 9 8 5 7 8 8 9 9 9 7 9 8 9 9 9 9 8 9 3 9 9 3 5 9 9 2
4.16/4.71	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.16/4.72	c 5	OK
4.16/4.72	c 5	OBJECTIVE BOUND: 0 <= _COST <= 20
4.16/4.72	c 5	SEARCHING: _COST <= 10
4.16/4.73	c 5	============================[ Search Statistics ]==============================
4.16/4.74	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.16/4.74	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.16/4.74	c 5	===============================================================================
4.16/4.74	c 5	|        48 |    5796   589016  1744971 |   196338       48     14 |  0.000 % |
4.16/4.74	c 5	===============================================================================
4.16/4.74	c 5	restarts              : 6
4.16/4.74	c 5	conflicts             : 77            (175 /sec)
4.16/4.74	c 5	decisions             : 1181          (0.76 % random) (2678 /sec)
4.16/4.74	c 5	propagations          : 109280         (247839 /sec)
4.16/4.74	c 5	conflict literals     : 968            (15.97 % deleted)
4.16/4.74	c 5	Memory used           : 26.89 MB
4.16/4.74	c 5	CPU time              : 0.440932 s
4.16/4.74	c 5	
4.16/4.74	c 5	SATISFIABLE
4.16/4.74	c 5	OK
4.16/4.74	c 5	FOUND: _COST <= 10
4.16/4.74	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.16/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.51/4.82	c 5	Decoding HOME/temp.out
4.51/4.94	c 5	OBJECTIVE _COST 10
4.51/4.94	o 10
4.51/4.95	v 6 9 9 9 5 5 8 1 4 7 5 9 8 7 6 3 8 9 9 6 8 3 1 7 7 6 8 6 9 6 9 8 0 9 4 7 8 9 6 9 9 7 6 9 3 7 5 9 9 6 4 8 5 7 2 2 5 0 1 5 7 2 9 9 9 9 7 9 6 9 9 9 9 9 9 9 5 8 0 9 9 9 9
4.51/4.95	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.51/5.01	c 5	OK
4.51/5.01	c 5	OBJECTIVE BOUND: 0 <= _COST <= 10
4.51/5.01	c 5	SEARCHING: _COST <= 5
4.51/5.01	c 5	============================[ Search Statistics ]==============================
4.51/5.01	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.51/5.01	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.51/5.01	c 5	===============================================================================
4.51/5.01	c 5	|        77 |    5018   589016  1744971 |   196338       77     13 |  0.000 % |
4.51/5.04	c 5	===============================================================================
4.51/5.04	c 5	restarts              : 7
4.51/5.04	c 5	conflicts             : 159           (331 /sec)
4.51/5.04	c 5	decisions             : 1348          (0.67 % random) (2803 /sec)
4.51/5.04	c 5	propagations          : 194861         (405179 /sec)
4.51/5.05	c 5	conflict literals     : 1679           (27.03 % deleted)
4.51/5.05	c 5	Memory used           : 26.89 MB
4.51/5.05	c 5	CPU time              : 0.480926 s
4.51/5.05	c 5	
4.51/5.05	c 5	SATISFIABLE
4.51/5.05	c 5	OK
4.51/5.05	c 5	FOUND: _COST <= 5
4.51/5.05	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.51/5.05	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.75/5.13	c 6	Decoding HOME/temp.out
4.75/5.25	c 6	OBJECTIVE _COST 5
4.75/5.25	o 5
4.75/5.25	v 5 9 8 9 9 1 4 5 2 6 8 7 9 3 6 6 9 2 8 9 3 7 6 7 8 4 1 6 9 2 4 8 7 9 4 5 5 7 6 7 9 7 9 2 5 8 5 9 3 6 4 8 9 1 8 5 6 8 6 9 7 6 8 9 5 9 9 9 2 9 9 9 9 9 9 5 2 8 9 3 8 5 9
4.75/5.26	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.75/5.27	c 6	OK
4.75/5.27	c 6	OBJECTIVE BOUND: 0 <= _COST <= 5
4.75/5.27	c 6	SEARCHING: _COST <= 2
4.75/5.28	c 6	============================[ Search Statistics ]==============================
4.75/5.28	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.75/5.28	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.75/5.28	c 6	===============================================================================
4.75/5.28	c 6	|       159 |    4326   589016  1744971 |   196338      159     11 |  0.000 % |
4.98/5.31	c 6	|       259 |    4326   589016  1744971 |   215972      259      9 | 71.826 % |
4.98/5.35	c 6	|       411 |    4326   589016  1744971 |   237569      411      9 | 71.826 % |
4.98/5.38	c 6	|       636 |    4326   589016  1744971 |   261326      636     10 | 71.826 % |
5.09/5.42	c 6	===============================================================================
5.09/5.42	c 6	restarts              : 11
5.09/5.43	c 6	conflicts             : 819           (1284 /sec)
5.09/5.43	c 6	decisions             : 2103          (0.71 % random) (3297 /sec)
5.09/5.43	c 6	propagations          : 683110         (1070868 /sec)
5.09/5.43	c 6	conflict literals     : 7661           (32.27 % deleted)
5.09/5.43	c 6	Memory used           : 26.89 MB
5.09/5.43	c 6	CPU time              : 0.637903 s
5.09/5.43	c 6	
5.09/5.43	c 6	UNSATISFIABLE
5.09/5.43	c 6	OK
5.09/5.43	c 6	NOT FOUND: _COST <= 2
5.09/5.43	c 6	OK
5.09/5.43	c 6	OBJECTIVE BOUND: 3 <= _COST <= 5
5.09/5.43	c 6	SEARCHING: _COST <= 4
5.09/5.43	c 6	============================[ Search Statistics ]==============================
5.09/5.43	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.43	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.43	c 6	===============================================================================
5.09/5.43	c 6	|       819 |    4326   589016  1744971 |   196338      818      9 | 71.826 % |
5.09/5.44	c 6	===============================================================================
5.09/5.44	c 6	restarts              : 12
5.09/5.44	c 6	conflicts             : 918           (1404 /sec)
5.09/5.44	c 6	decisions             : 2276          (0.70 % random) (3481 /sec)
5.09/5.44	c 6	propagations          : 725256         (1109124 /sec)
5.09/5.44	c 6	conflict literals     : 8811           (31.60 % deleted)
5.09/5.44	c 6	Memory used           : 26.89 MB
5.09/5.44	c 6	CPU time              : 0.6539 s
5.09/5.44	c 6	
5.09/5.44	c 6	SATISFIABLE
5.09/5.45	c 6	OK
5.09/5.45	c 6	FOUND: _COST <= 4
5.09/5.45	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.09/5.45	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.13/5.52	c 6	Decoding HOME/temp.out
5.13/5.66	c 6	OBJECTIVE _COST 4
5.13/5.66	o 4
5.13/5.66	v 3 0 8 9 9 1 5 2 7 1 7 9 5 8 7 6 5 9 7 9 0 7 7 8 9 7 1 8 9 6 1 8 0 9 4 8 6 4 8 7 9 2 6 2 4 7 9 6 3 6 9 8 9 9 9 8 5 1 6 3 3 2 8 8 7 9 9 9 3 9 9 9 9 9 9 7 9 3 7 8 7 7 1
5.13/5.66	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.13/5.72	c 6	OK
5.13/5.72	c 6	OBJECTIVE BOUND: 3 <= _COST <= 4
5.13/5.72	c 6	SEARCHING: _COST <= 3
5.13/5.75	c 6	============================[ Search Statistics ]==============================
5.13/5.75	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.13/5.75	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.13/5.75	c 6	===============================================================================
5.13/5.75	c 6	|       918 |    3620   589016  1744971 |   196338      917     10 | 71.826 % |
5.13/5.75	c 6	|      1019 |    3620   589016  1744971 |   215972     1018     10 | 74.154 % |
5.13/5.78	c 6	|      1169 |    3620   589016  1744971 |   237569     1168      9 | 74.154 % |
5.13/5.79	c 6	===============================================================================
5.13/5.79	c 6	restarts              : 15
5.13/5.79	c 6	conflicts             : 1220          (1674 /sec)
5.13/5.79	c 6	decisions             : 2673          (0.67 % random) (3667 /sec)
5.13/5.79	c 6	propagations          : 945787         (1297573 /sec)
5.13/5.79	c 6	conflict literals     : 11546          (32.78 % deleted)
5.13/5.79	c 6	Memory used           : 26.89 MB
5.13/5.79	c 6	CPU time              : 0.728889 s
5.13/5.79	c 6	
5.13/5.79	c 6	SATISFIABLE
5.44/5.80	c 6	OK
5.44/5.80	c 6	FOUND: _COST <= 3
5.44/5.80	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.44/5.80	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.44/6.10	c 6	Decoding HOME/temp.out
5.44/6.22	c 7	OBJECTIVE _COST 3
5.44/6.22	o 3
5.44/6.22	v 6 1 9 9 9 8 3 8 9 7 8 8 8 3 6 7 7 9 8 9 8 5 8 9 9 3 5 1 6 6 9 8 6 1 5 7 6 5 7 9 8 4 0 9 5 6 8 9 5 6 7 8 6 7 9 2 6 3 2 9 7 8 8 7 2 6 9 1 4 9 8 9 1 9 0 7 2 3 9 8 7 5 1
5.44/6.23	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.44/6.24	c 7	OK
5.44/6.24	c 7	OBJECTIVE _COST 3
5.44/6.24	s OPTIMUM FOUND
5.44/6.26	c 7	CPU 5.15 (0.07 0.03 5.08 0.48)
5.44/6.26	c 7	END Sun Jul 13 01:05:48 2008

Verifier Data (download as text)

OK	3	659
3 unsatisfied constraints, 659 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-1114547-1215903941/watcher-1114547-1215903941 -o /tmp/evaluation-result-1114547-1215903941/solver-1114547-1215903941 -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-1114547-1215903941.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: 3.29 2.92 2.72 5/80 19063
/proc/meminfo: memFree=1809824/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=12268 CPUtime=0
/proc/19063/stat : 19063 (sugar++) R 19061 19063 18518 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 47096931 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19063/statm: 3067 316 241 3 0 167 0

[startup+0.088435 s]
/proc/loadavg: 3.29 2.92 2.72 5/80 19063
/proc/meminfo: memFree=1809824/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16740 CPUtime=0.06
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47096931 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101461 s]
/proc/loadavg: 3.29 2.92 2.72 5/80 19063
/proc/meminfo: memFree=1809824/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16740 CPUtime=0.06
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47096931 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301458 s]
/proc/loadavg: 3.29 2.92 2.72 5/80 19063
/proc/meminfo: memFree=1809824/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16740 CPUtime=0.06
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47096931 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701508 s]
/proc/loadavg: 3.29 2.92 2.72 5/80 19063
/proc/meminfo: memFree=1809824/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16740 CPUtime=0.56
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1279 4821 0 1 5 2 46 3 16 0 1 0 47096931 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16740

[startup+1.5026 s]
/proc/loadavg: 3.35 2.93 2.72 6/91 19085
/proc/meminfo: memFree=1798728/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16740 CPUtime=0.56
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1297 4821 0 1 5 2 46 3 15 0 1 0 47096931 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4185 1104 409 3 0 764 0
[pid=19076] ppid=19063 vsize=5356 CPUtime=0
/proc/19076/stat : 19076 (sh) S 19063 19063 18518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47096994 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19076/statm: 1339 233 193 169 0 50 0
[pid=19077] ppid=19076 vsize=868464 CPUtime=0.85
/proc/19077/stat : 19077 (java) S 19076 19063 18518 0 -1 0 7219 0 1 0 82 3 0 0 18 0 9 0 47096994 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19077/statm: 217116 6422 2565 9 0 211663 0
[pid=19077/tid=19078] ppid=19076 vsize=868464 CPUtime=0.43
/proc/19077/task/19078/stat : 19078 (java) R 19076 19063 18518 0 -1 64 2733 0 1 0 42 1 0 0 18 0 9 0 47096995 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4126587480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19079] ppid=19076 vsize=868464 CPUtime=0.12
/proc/19077/task/19079/stat : 19079 (java) S 19076 19063 18518 0 -1 64 2278 0 0 0 12 0 0 0 16 0 9 0 47096996 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19080] ppid=19076 vsize=868464 CPUtime=0
/proc/19077/task/19080/stat : 19080 (java) S 19076 19063 18518 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47096996 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19081] ppid=19076 vsize=868464 CPUtime=0
/proc/19077/task/19081/stat : 19081 (java) S 19076 19063 18518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47096996 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19082] ppid=19076 vsize=868464 CPUtime=0
/proc/19077/task/19082/stat : 19082 (java) S 19076 19063 18518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47096998 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19083] ppid=19076 vsize=868464 CPUtime=0.26
/proc/19077/task/19083/stat : 19083 (java) S 19076 19063 18518 0 -1 64 1515 0 0 0 26 0 0 0 16 0 9 0 47096998 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19084] ppid=19076 vsize=868464 CPUtime=0
/proc/19077/task/19084/stat : 19084 (java) S 19076 19063 18518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47096998 889307136 6422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19077/tid=19085] ppid=19076 vsize=868464 CPUtime=0
/proc/19077/task/19085/stat : 19085 (java) S 19076 19063 18518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47096998 889307136 6422 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) 890560

[startup+3.10179 s]
/proc/loadavg: 3.35 2.93 2.72 3/91 19085
/proc/meminfo: memFree=1785736/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16872 CPUtime=2.63
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1529 12694 0 2 6 2 237 18 15 0 1 0 47096931 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4218 1132 414 3 0 797 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 16872

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

[startup+4.70297 s]
/proc/loadavg: 3.35 2.93 2.72 5/92 19126
/proc/meminfo: memFree=1763448/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16872 CPUtime=3.72
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 1831 28218 0 6 6 3 333 30 15 0 1 0 47096931 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4218 1132 414 3 0 797 0
[pid=19086] ppid=19063 vsize=27528 CPUtime=0.44
/proc/19086/stat : 19086 (minisat-inc) S 19063 19063 18518 0 -1 4194304 6702 0 0 0 41 3 0 0 16 0 1 0 47097207 28188672 6641 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 6882 6641 78 151 0 6728 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 44400

[startup+5.50607 s]
/proc/loadavg: 3.24 2.92 2.72 3/82 19156
/proc/meminfo: memFree=1768968/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16872 CPUtime=4.44
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 2021 39779 0 9 6 3 397 38 15 0 1 0 47096931 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19063/statm: 4218 1132 414 3 0 797 0
[pid=19086] ppid=19063 vsize=27528 CPUtime=0.69
/proc/19086/stat : 19086 (minisat-inc) S 19063 19063 18518 0 -1 4194304 6715 0 0 0 65 4 0 0 17 0 1 0 47097207 28188672 6646 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/19086/statm: 6882 6646 79 151 0 6728 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 44400

[startup+5.90112 s]
/proc/loadavg: 3.24 2.92 2.72 3/82 19156
/proc/meminfo: memFree=1768968/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16872 CPUtime=4.67
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 2092 43657 0 10 7 3 416 41 16 0 1 0 47096931 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4218 1132 414 3 0 797 0
[pid=19086] ppid=19063 vsize=27528 CPUtime=0.77
/proc/19086/stat : 19086 (minisat-inc) S 19063 19063 18518 0 -1 4194304 6718 0 0 0 73 4 0 0 17 0 1 0 47097207 28188672 6647 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 6882 6647 79 151 0 6728 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 44400

[startup+6.10114 s]
/proc/loadavg: 3.24 2.92 2.72 3/82 19156
/proc/meminfo: memFree=1768968/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16872 CPUtime=4.67
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 2092 43657 0 10 7 3 416 41 16 0 1 0 47096931 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4218 1132 414 3 0 797 0
[pid=19086] ppid=19063 vsize=27528 CPUtime=0.77
/proc/19086/stat : 19086 (minisat-inc) S 19063 19063 18518 0 -1 4194304 6718 0 0 0 73 4 0 0 17 0 1 0 47097207 28188672 6647 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 6882 6647 79 151 0 6728 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 44400

[startup+6.20115 s]
/proc/loadavg: 3.24 2.92 2.72 3/82 19156
/proc/meminfo: memFree=1768968/2055920 swapFree=4192812/4192956
[pid=19063] ppid=19061 vsize=16872 CPUtime=4.67
/proc/19063/stat : 19063 (sugar++) S 19061 19063 18518 0 -1 4194304 2110 43657 0 10 7 3 416 41 15 0 1 0 47096931 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19063/statm: 4218 1132 414 3 0 797 0
[pid=19086] ppid=19063 vsize=27528 CPUtime=0.77
/proc/19086/stat : 19086 (minisat-inc) S 19063 19063 18518 0 -1 4194304 6718 0 0 0 73 4 0 0 17 0 1 0 47097207 28188672 6647 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 6882 6647 79 151 0 6728 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 44400

Child status: 0
Real time (s): 6.26136
CPU time (s): 5.68613
CPU user time (s): 5.15721
CPU system time (s): 0.528919
CPU usage (%): 90.8131
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.15721
system time used= 0.528919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56454
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= 7163
involuntary context switches= 7454

runsolver used 0.016997 second user time and 0.028995 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-13 01:05:41
IDJOB=1114547
IDBENCH=61747
IDSOLVER=367
FILE ID=node11/1114547-1215903941
PBS_JOBID= 7903715
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cda0453d2dc2adf7f01e5f798439ac6b
RANDOM SEED=416347103

node11.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.218
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.218
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:       1810368 kB
Buffers:         23132 kB
Cached:          68532 kB
SwapCached:          0 kB
Active:         144360 kB
Inactive:        49716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1112 kB
Writeback:           0 kB
Mapped:         122664 kB
Slab:            36492 kB
Committed_AS:  1050904 kB
PageTables:       2100 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= 66552 MiB
End job on node11 at 2008-07-13 01:05:48