Trace number 1110243

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.80097 7.29016

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh02_ext.xml
MD5SUM231463fd522b70cf906657d236f20484
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.80097
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints849
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension849
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 01:21:21 2008
0.00/0.08	c 0	PID 12973
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110243-1215818481.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-1110243-1215818481.xml' 'HOME/temp.csp'
0.06/0.68	c 1	1 domains, 100 variables, 0 predicates, 241 relations, 849 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	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.06/0.79	c 1	Parsing HOME/temp.csp
0.65/1.06	c 1	parsed 1191 expressions
0.65/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.65/1.09	c 1	MAX CSP: 849 constraints
0.65/1.09	c 1	Converting to clausal form CSP
1.02/1.12	c 2	converted 205 (10%) expressions
1.02/1.13	c 2	converted 409 (20%) expressions
1.02/1.15	c 2	converted 613 (30%) expressions
1.02/1.18	c 2	converted 818 (40%) expressions
1.02/1.19	c 2	converted 1022 (50%) expressions
1.12/1.21	c 2	converted 1226 (60%) expressions
1.12/1.28	c 2	converted 1431 (70%) expressions
1.12/1.29	c 2	converted 1635 (80%) expressions
1.12/1.30	c 2	converted 1839 (90%) expressions
1.32/1.43	c 2	converted 2043 (100%) expressions
1.32/1.43	c 2	CSP : 1798 integers, 0 booleans, 2546 clauses, largest domain size 1274
1.32/1.43	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.43	c 2	Propagation in CSP
1.32/1.48	c 2	844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.48	c 2	CSP : 1798 integers, 0 booleans, 2546 clauses, largest domain size 850
1.32/1.48	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.49	c 2	CSP : 1798 integers, 0 booleans, 2546 clauses, largest domain size 850
1.32/1.49	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.53	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.54	c 2	180 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.54	c 2	360 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.54	c 2	540 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.54	c 2	720 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.55	c 2	899 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.56	c 2	1079 (60%) CSP integer variables are encoded (1531 clauses, 19868 bytes)
1.43/1.56	c 2	1259 (70%) CSP integer variables are encoded (2708 clauses, 35169 bytes)
1.43/1.57	c 2	1439 (80%) CSP integer variables are encoded (9437 clauses, 124375 bytes)
1.43/1.57	c 2	1619 (90%) CSP integer variables are encoded (12094 clauses, 164230 bytes)
1.43/1.58	c 2	1798 (100%) CSP integer variables are encoded (14264 clauses, 196780 bytes)
1.52/1.61	c 2	255 (10%) CSP clauses are encoded (14519 clauses, 201000 bytes)
1.52/1.64	c 2	510 (20%) CSP clauses are encoded (14774 clauses, 206737 bytes)
1.52/1.65	c 2	764 (30%) CSP clauses are encoded (15028 clauses, 214029 bytes)
1.52/1.68	c 2	1019 (40%) CSP clauses are encoded (19647 clauses, 295515 bytes)
1.62/1.77	c 2	1273 (50%) CSP clauses are encoded (63591 clauses, 1094758 bytes)
1.62/1.80	c 2	1528 (60%) CSP clauses are encoded (76560 clauses, 1325275 bytes)
1.91/2.07	c 2	1783 (70%) CSP clauses are encoded (232705 clauses, 4158222 bytes)
2.22/2.38	c 3	2037 (80%) CSP clauses are encoded (399223 clauses, 7531329 bytes)
2.61/2.72	c 3	2292 (90%) CSP clauses are encoded (583240 clauses, 11463947 bytes)
3.21/3.37	c 4	2546 (100%) CSP clauses are encoded (944218 clauses, 19192264 bytes)
3.21/3.37	c 4	2546 CSP clauses encoded
3.21/3.37	c 4	Writing map file : HOME/temp.map
3.21/3.39	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.39	c 4	SAT : 16062 SAT variables, 944218 SAT clauses, 19192264 bytes
3.21/3.39	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.43	c 4	OBJECTIVE minimize _COST
3.29/3.43	c 4	SOLVING HOME/temp.cnf
3.29/3.43	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.29/3.43	c 4	This is MiniSat 2.0 beta incremental
3.29/3.43	c 4	WARNING: for repeatability, setting FPU to use double precision
3.29/3.43	c 4	============================[ Problem Statistics ]=============================
3.29/3.43	c 4	|                                                                             |
3.29/3.43	c 4	|  Number of variables:  16062                                                |
3.29/3.43	c 4	|  Number of clauses:    944218                                               |
3.31/3.87	c 4	|  Parsing time:         0.38         s                                       |
3.31/3.89	c 4	OK
3.31/3.89	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.31/3.89	c 4	SEARCHING: _COST <= 425
3.31/3.89	c 4	============================[ Search Statistics ]==============================
3.31/3.89	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.31/3.89	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.31/3.89	c 4	===============================================================================
3.31/3.89	c 4	|         0 |   16062   944218  2791504 |   314739        0    nan |  0.000 % |
3.31/3.95	c 4	===============================================================================
3.31/3.95	c 4	restarts              : 1
3.31/3.95	c 4	conflicts             : 1             (2 /sec)
3.31/3.95	c 4	decisions             : 68            (0.00 % random) (146 /sec)
3.31/3.95	c 4	propagations          : 16077          (34505 /sec)
3.31/3.95	c 4	conflict literals     : 11             (0.00 % deleted)
3.31/3.95	c 4	Memory used           : 41.00 MB
3.31/3.95	c 4	CPU time              : 0.465929 s
3.31/3.95	c 4	
3.31/3.95	c 4	SATISFIABLE
3.31/3.96	c 4	OK
3.31/3.96	c 4	FOUND: _COST <= 425
3.31/3.96	s SATISFIABLE
3.31/3.96	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.31/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.31/4.04	c 4	Decoding HOME/temp.out
3.31/4.17	c 5	OBJECTIVE _COST 388
3.31/4.17	o 388
3.31/4.18	v 1 1 1 0 1 0 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 0 0 1 0 0 0 0 1 1 0 1 1 0 1 1 1 1 1 0 0 1 0 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 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3.31/4.18	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.31/4.22	c 5	OK
3.31/4.22	c 5	OBJECTIVE BOUND: 0 <= _COST <= 388
3.31/4.22	c 5	SEARCHING: _COST <= 194
3.31/4.22	c 5	============================[ Search Statistics ]==============================
3.31/4.22	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.31/4.22	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.31/4.22	c 5	===============================================================================
3.31/4.22	c 5	|         1 |   16062   944218  2791504 |   314739        1     11 |  0.000 % |
3.31/4.28	c 5	===============================================================================
3.31/4.28	c 5	restarts              : 2
3.31/4.28	c 5	conflicts             : 3             (6 /sec)
3.31/4.28	c 5	decisions             : 291           (0.69 % random) (555 /sec)
3.31/4.28	c 5	propagations          : 40239          (76804 /sec)
3.31/4.28	c 5	conflict literals     : 70             (14.63 % deleted)
3.31/4.28	c 5	Memory used           : 41.25 MB
3.31/4.28	c 5	CPU time              : 0.52392 s
3.31/4.28	c 5	
3.31/4.28	c 5	SATISFIABLE
3.31/4.29	c 5	OK
3.31/4.29	c 5	FOUND: _COST <= 194
3.31/4.29	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.31/4.29	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'
3.54/4.37	c 5	Decoding HOME/temp.out
4.31/4.50	c 5	OBJECTIVE _COST 193
4.31/4.50	o 193
4.31/4.51	v 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1
4.31/4.51	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.31/4.55	c 5	OK
4.31/4.55	c 5	OBJECTIVE BOUND: 0 <= _COST <= 193
4.31/4.55	c 5	SEARCHING: _COST <= 96
4.31/4.55	c 5	============================[ Search Statistics ]==============================
4.31/4.55	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.31/4.55	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.31/4.55	c 5	===============================================================================
4.31/4.55	c 5	|         3 |   11415   944218  2791504 |   314739        3     23 |  0.000 % |
4.39/4.64	c 5	===============================================================================
4.39/4.65	c 5	restarts              : 3
4.39/4.65	c 5	conflicts             : 63            (102 /sec)
4.39/4.65	c 5	decisions             : 624           (0.96 % random) (1008 /sec)
4.39/4.65	c 5	propagations          : 103572         (167347 /sec)
4.39/4.65	c 5	conflict literals     : 2500           (10.39 % deleted)
4.39/4.65	c 5	Memory used           : 41.51 MB
4.39/4.65	c 5	CPU time              : 0.618905 s
4.39/4.65	c 5	
4.39/4.65	c 5	SATISFIABLE
4.39/4.65	c 5	OK
4.39/4.65	c 5	FOUND: _COST <= 96
4.39/4.65	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.39/4.65	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.44/4.73	c 5	Decoding HOME/temp.out
4.44/4.97	c 5	OBJECTIVE _COST 96
4.44/4.97	o 96
4.44/4.97	v 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1
4.44/4.97	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.44/5.03	c 5	OK
4.44/5.03	c 5	OBJECTIVE BOUND: 0 <= _COST <= 96
4.44/5.03	c 5	SEARCHING: _COST <= 48
4.44/5.03	c 5	============================[ Search Statistics ]==============================
4.44/5.03	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.44/5.03	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.44/5.03	c 5	===============================================================================
4.44/5.03	c 5	|        63 |    9212   944218  2791504 |   314739       63     40 |  0.000 % |
4.44/5.07	c 5	===============================================================================
4.44/5.07	c 5	restarts              : 4
4.44/5.07	c 5	conflicts             : 101           (151 /sec)
4.44/5.07	c 5	decisions             : 777           (1.16 % random) (1163 /sec)
4.44/5.07	c 5	propagations          : 145355         (217631 /sec)
4.44/5.07	c 5	conflict literals     : 3593           (12.64 % deleted)
4.44/5.07	c 5	Memory used           : 41.51 MB
4.44/5.07	c 5	CPU time              : 0.667898 s
4.44/5.07	c 5	
4.44/5.07	c 5	SATISFIABLE
4.44/5.07	c 5	OK
4.44/5.07	c 5	FOUND: _COST <= 48
4.44/5.07	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.44/5.07	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.81/5.15	c 6	Decoding HOME/temp.out
4.81/5.28	c 6	OBJECTIVE _COST 48
4.81/5.28	o 48
4.81/5.29	v 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 1 1 0 0 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1
4.81/5.29	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.81/5.34	c 6	OK
4.81/5.34	c 6	OBJECTIVE BOUND: 0 <= _COST <= 48
4.81/5.34	c 6	SEARCHING: _COST <= 24
4.81/5.34	c 6	============================[ Search Statistics ]==============================
4.81/5.34	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.81/5.34	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.81/5.34	c 6	===============================================================================
4.81/5.34	c 6	|       101 |    7783   944218  2791504 |   314739      101     36 |  0.000 % |
4.81/5.36	c 6	===============================================================================
4.81/5.36	c 6	restarts              : 5
4.81/5.36	c 6	conflicts             : 112           (161 /sec)
4.81/5.36	c 6	decisions             : 864           (1.04 % random) (1245 /sec)
4.81/5.36	c 6	propagations          : 157531         (227025 /sec)
4.81/5.36	c 6	conflict literals     : 3848           (12.15 % deleted)
4.81/5.36	c 6	Memory used           : 41.51 MB
4.81/5.36	c 6	CPU time              : 0.693894 s
4.81/5.36	c 6	
4.81/5.36	c 6	SATISFIABLE
4.81/5.37	c 6	OK
4.81/5.37	c 6	FOUND: _COST <= 24
4.81/5.37	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.81/5.37	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.06/5.44	c 6	Decoding HOME/temp.out
5.37/5.72	c 6	OBJECTIVE _COST 24
5.37/5.72	o 24
5.37/5.73	v 1 1 1 0 1 0 1 1 1 0 0 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 0 0 1 0 1 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 0 0 1
5.37/5.76	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.37/5.79	c 6	OK
5.37/5.79	c 6	OBJECTIVE BOUND: 0 <= _COST <= 24
5.37/5.79	c 6	SEARCHING: _COST <= 12
5.45/5.80	c 6	============================[ Search Statistics ]==============================
5.45/5.81	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.45/5.81	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.45/5.81	c 6	===============================================================================
5.45/5.81	c 6	|       112 |    6699   944218  2791504 |   314739      112     34 |  0.000 % |
5.45/5.85	c 6	|       212 |    6699   944218  2791504 |   346213      212     26 | 64.164 % |
5.55/5.92	c 6	===============================================================================
5.55/5.92	c 6	restarts              : 7
5.55/5.92	c 6	conflicts             : 343           (415 /sec)
5.55/5.92	c 6	decisions             : 1193          (0.92 % random) (1445 /sec)
5.55/5.92	c 6	propagations          : 354890         (429714 /sec)
5.55/5.92	c 6	conflict literals     : 8648           (17.42 % deleted)
5.55/5.92	c 6	Memory used           : 41.51 MB
5.55/5.92	c 6	CPU time              : 0.825874 s
5.55/5.92	c 6	
5.55/5.92	c 6	SATISFIABLE
5.55/5.92	c 6	OK
5.55/5.92	c 6	FOUND: _COST <= 12
5.55/5.92	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.55/5.92	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.58/6.00	c 6	Decoding HOME/temp.out
5.58/6.13	c 7	OBJECTIVE _COST 12
5.58/6.13	o 12
5.58/6.14	v 1 0 1 1 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 0 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 0 1 1
5.58/6.14	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.58/6.19	c 7	OK
5.58/6.19	c 7	OBJECTIVE BOUND: 0 <= _COST <= 12
5.58/6.19	c 7	SEARCHING: _COST <= 6
5.58/6.19	c 7	============================[ Search Statistics ]==============================
5.58/6.19	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.58/6.19	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.58/6.19	c 7	===============================================================================
5.58/6.19	c 7	|       343 |    5756   944218  2791504 |   314739      343     25 | 64.164 % |
5.80/6.22	c 7	|       444 |    5756   944218  2791504 |   346213      444     27 | 69.668 % |
5.80/6.25	c 7	===============================================================================
5.80/6.25	c 7	restarts              : 9
5.80/6.25	c 7	conflicts             : 497           (558 /sec)
5.80/6.25	c 7	decisions             : 1520          (0.72 % random) (1706 /sec)
5.80/6.25	c 7	propagations          : 441756         (495874 /sec)
5.80/6.25	c 7	conflict literals     : 12966          (15.24 % deleted)
5.80/6.25	c 7	Memory used           : 41.51 MB
5.80/6.25	c 7	CPU time              : 0.890864 s
5.80/6.25	c 7	
5.80/6.25	c 7	SATISFIABLE
5.80/6.25	c 7	OK
5.80/6.25	c 7	FOUND: _COST <= 6
5.80/6.25	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.80/6.25	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.86/6.33	c 7	Decoding HOME/temp.out
5.86/6.46	c 7	OBJECTIVE _COST 6
5.86/6.46	o 6
5.86/6.47	v 1 1 1 0 1 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 1 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1
5.86/6.47	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.86/6.52	c 7	OK
5.86/6.52	c 7	OBJECTIVE BOUND: 0 <= _COST <= 6
5.86/6.52	c 7	SEARCHING: _COST <= 3
5.86/6.53	c 7	============================[ Search Statistics ]==============================
5.86/6.53	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.86/6.53	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.86/6.53	c 7	===============================================================================
5.86/6.53	c 7	|       497 |    4872   944218  2791504 |   314739      497     26 | 69.668 % |
5.86/6.53	c 7	===============================================================================
5.86/6.53	c 7	restarts              : 10
5.86/6.53	c 7	conflicts             : 530           (586 /sec)
5.86/6.53	c 7	decisions             : 1572          (0.70 % random) (1737 /sec)
5.86/6.53	c 7	propagations          : 452614         (500202 /sec)
5.86/6.53	c 7	conflict literals     : 14381          (14.28 % deleted)
5.86/6.53	c 7	Memory used           : 41.51 MB
5.86/6.53	c 7	CPU time              : 0.904862 s
5.86/6.53	c 7	
5.86/6.53	c 7	SATISFIABLE
5.86/6.53	c 7	OK
5.86/6.53	c 7	FOUND: _COST <= 3
5.86/6.53	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.86/6.53	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'
6.15/6.62	c 7	Decoding HOME/temp.out
6.34/6.89	c 7	OBJECTIVE _COST 3
6.34/6.89	o 3
6.34/6.90	v 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 0 1 0 0 1 0 0 1 1 1 0 1 1 1 1 1 0 1 1 0 1 0 1 0 0 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1
6.44/6.93	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.44/6.96	c 7	OK
6.44/6.96	c 7	OBJECTIVE BOUND: 0 <= _COST <= 3
6.44/6.96	c 7	SEARCHING: _COST <= 1
6.44/6.96	c 7	============================[ Search Statistics ]==============================
6.44/6.97	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.44/6.97	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.44/6.97	c 7	===============================================================================
6.44/6.97	c 7	|       530 |    4011   944218  2791504 |   314739      530     27 | 69.668 % |
6.44/6.99	c 7	===============================================================================
6.44/6.99	c 7	restarts              : 11
6.44/6.99	c 7	conflicts             : 599           (635 /sec)
6.44/6.99	c 7	decisions             : 1709          (0.70 % random) (1813 /sec)
6.44/6.99	c 7	propagations          : 507521         (538281 /sec)
6.44/6.99	c 7	conflict literals     : 15359          (14.36 % deleted)
6.44/6.99	c 7	Memory used           : 41.51 MB
6.44/6.99	c 7	CPU time              : 0.942856 s
6.44/6.99	c 7	
6.44/6.99	c 7	SATISFIABLE
6.44/7.00	c 7	OK
6.44/7.00	c 7	FOUND: _COST <= 1
6.44/7.00	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.44/7.00	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'
6.52/7.08	c 7	Decoding HOME/temp.out
6.52/7.21	c 8	OBJECTIVE _COST 1
6.52/7.21	o 1
6.52/7.21	v 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 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 1 0 0 1
6.52/7.22	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.52/7.26	c 8	OK
6.52/7.26	c 8	OBJECTIVE BOUND: 0 <= _COST <= 1
6.52/7.26	c 8	SEARCHING: _COST <= 0
6.52/7.26	c 8	============================[ Search Statistics ]==============================
6.52/7.27	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.52/7.27	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.52/7.27	c 8	===============================================================================
6.52/7.27	c 8	|       599 |    3159   944218  2791504 |   314739      599     26 | 69.668 % |
6.52/7.27	c 8	===============================================================================
6.52/7.27	c 8	restarts              : 12
6.52/7.27	c 8	conflicts             : 602           (634 /sec)
6.52/7.27	c 8	decisions             : 1711          (0.70 % random) (1803 /sec)
6.52/7.27	c 8	propagations          : 510676         (538202 /sec)
6.52/7.27	c 8	conflict literals     : 15402          (14.33 % deleted)
6.52/7.27	c 8	Memory used           : 41.51 MB
6.52/7.27	c 8	CPU time              : 0.948855 s
6.52/7.27	c 8	
6.52/7.27	c 8	UNSATISFIABLE
6.52/7.27	c 8	OK
6.52/7.27	c 8	NOT FOUND: _COST <= 0
6.52/7.27	c 8	OK
6.52/7.27	c 8	OBJECTIVE _COST 1
6.52/7.27	s OPTIMUM FOUND
6.52/7.28	c 8	CPU 6.18 (0.07 0.03 6.11 0.55)
6.52/7.28	c 8	END Sat Jul 12 01:21:29 2008

Verifier Data (download as text)

OK	1	848
1 unsatisfied constraints, 848 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-1110243-1215818481/watcher-1110243-1215818481 -o /tmp/evaluation-result-1110243-1215818481/solver-1110243-1215818481 -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-1110243-1215818481.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/81 12973
/proc/meminfo: memFree=1900064/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=12268 CPUtime=0
/proc/12973/stat : 12973 (sugar++) R 12971 12973 11588 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38551629 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12973/statm: 3067 316 241 3 0 167 0

[startup+0.100567 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12973
/proc/meminfo: memFree=1900064/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16740 CPUtime=0.06
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38551629 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201586 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12973
/proc/meminfo: memFree=1900064/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16740 CPUtime=0.06
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38551629 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301599 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12973
/proc/meminfo: memFree=1900064/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16740 CPUtime=0.06
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38551629 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701675 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12973
/proc/meminfo: memFree=1900064/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16740 CPUtime=0.06
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 38551629 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50283 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 12995
/proc/meminfo: memFree=1890376/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16740 CPUtime=0.66
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1297 4713 0 1 6 1 57 2 15 0 1 0 38551629 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4185 1104 409 3 0 764 0
[pid=12986] ppid=12973 vsize=5356 CPUtime=0
/proc/12986/stat : 12986 (sh) S 12973 12973 11588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38551700 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12986/statm: 1339 233 193 169 0 50 0
[pid=12987] ppid=12986 vsize=868260 CPUtime=0.77
/proc/12987/stat : 12987 (java) S 12986 12973 11588 0 -1 0 5782 0 1 0 74 3 0 0 18 0 9 0 38551700 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12987/statm: 217065 5148 1836 9 0 211640 0
[pid=12987/tid=12988] ppid=12986 vsize=868260 CPUtime=0.47
/proc/12987/task/12988/stat : 12988 (java) R 12986 12973 11588 0 -1 64 2649 0 1 0 47 0 0 0 21 0 9 0 38551701 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12989] ppid=12986 vsize=868260 CPUtime=0.04
/proc/12987/task/12989/stat : 12989 (java) R 12986 12973 11588 0 -1 64 959 0 0 0 4 0 0 0 16 0 9 0 38551702 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12990] ppid=12986 vsize=868260 CPUtime=0
/proc/12987/task/12990/stat : 12990 (java) S 12986 12973 11588 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 38551702 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12991] ppid=12986 vsize=868260 CPUtime=0
/proc/12987/task/12991/stat : 12991 (java) S 12986 12973 11588 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 38551702 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12992] ppid=12986 vsize=868260 CPUtime=0
/proc/12987/task/12992/stat : 12992 (java) S 12986 12973 11588 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38551704 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12993] ppid=12986 vsize=868260 CPUtime=0.21
/proc/12987/task/12993/stat : 12993 (java) S 12986 12973 11588 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 38551704 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12994] ppid=12986 vsize=868260 CPUtime=0
/proc/12987/task/12994/stat : 12994 (java) S 12986 12973 11588 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38551704 889098240 5148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12995] ppid=12986 vsize=868260 CPUtime=0
/proc/12987/task/12995/stat : 12995 (java) S 12986 12973 11588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38551704 889098240 5148 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) 890356

[startup+3.10212 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12995
/proc/meminfo: memFree=1876872/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16740 CPUtime=0.66
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1297 4713 0 1 6 1 57 2 15 0 1 0 38551629 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4185 1104 409 3 0 764 0
[pid=12986] ppid=12973 vsize=5356 CPUtime=0
/proc/12986/stat : 12986 (sh) S 12973 12973 11588 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38551700 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12986/statm: 1339 233 193 169 0 50 0
[pid=12987] ppid=12986 vsize=868512 CPUtime=2.35
/proc/12987/stat : 12987 (java) S 12986 12973 11588 0 -1 0 7315 0 1 0 219 16 0 0 18 0 9 0 38551700 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12987/statm: 217128 6078 2563 9 0 211675 0
[pid=12987/tid=12988] ppid=12986 vsize=868512 CPUtime=1.87
/proc/12987/task/12988/stat : 12988 (java) R 12986 12973 11588 0 -1 64 3173 0 1 0 176 11 0 0 25 0 9 0 38551701 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4126989336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12989] ppid=12986 vsize=868512 CPUtime=0.17
/proc/12987/task/12989/stat : 12989 (java) S 12986 12973 11588 0 -1 64 1931 0 0 0 15 2 0 0 16 0 9 0 38551702 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12990] ppid=12986 vsize=868512 CPUtime=0
/proc/12987/task/12990/stat : 12990 (java) S 12986 12973 11588 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38551702 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12991] ppid=12986 vsize=868512 CPUtime=0
/proc/12987/task/12991/stat : 12991 (java) S 12986 12973 11588 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38551702 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12992] ppid=12986 vsize=868512 CPUtime=0
/proc/12987/task/12992/stat : 12992 (java) S 12986 12973 11588 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38551704 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12993] ppid=12986 vsize=868512 CPUtime=0.28
/proc/12987/task/12993/stat : 12993 (java) S 12986 12973 11588 0 -1 64 1518 0 0 0 27 1 0 0 16 0 9 0 38551704 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12994] ppid=12986 vsize=868512 CPUtime=0
/proc/12987/task/12994/stat : 12994 (java) S 12986 12973 11588 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38551704 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12987/tid=12995] ppid=12986 vsize=868512 CPUtime=0
/proc/12987/task/12995/stat : 12995 (java) S 12986 12973 11588 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38551704 889356288 6078 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890608

[startup+6.3017 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 13046
/proc/meminfo: memFree=1830912/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16872 CPUtime=4.9
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1955 35713 0 8 7 2 442 39 15 0 1 0 38551629 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4218 1137 414 3 0 797 0
[pid=12996] ppid=12973 vsize=42504 CPUtime=0.96
/proc/12996/stat : 12996 (minisat-inc) S 12973 12973 11588 0 -1 4194304 10461 0 0 0 89 7 0 0 16 0 1 0 38551972 43524096 10398 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12996/statm: 10626 10398 79 151 0 10472 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 59376

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

[startup+6.40172 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 13046
/proc/meminfo: memFree=1830912/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16872 CPUtime=4.9
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 1974 35713 0 8 7 2 442 39 15 0 1 0 38551629 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4218 1137 414 3 0 797 0
[pid=12996] ppid=12973 vsize=42504 CPUtime=0.96
/proc/12996/stat : 12996 (minisat-inc) S 12973 12973 11588 0 -1 4194304 10461 0 0 0 89 7 0 0 16 0 1 0 38551972 43524096 10398 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12996/statm: 10626 10398 79 151 0 10472 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 59376

[startup+6.80279 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 13076
/proc/meminfo: memFree=1832000/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16872 CPUtime=5.12
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 2044 39593 0 9 7 2 461 42 15 0 1 0 38551629 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4218 1137 414 3 0 797 0
[pid=12996] ppid=12973 vsize=42504 CPUtime=0.98
/proc/12996/stat : 12996 (minisat-inc) S 12973 12973 11588 0 -1 4194304 10463 0 0 0 91 7 0 0 16 0 1 0 38551972 43524096 10398 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12996/statm: 10626 10398 79 151 0 10472 0
[pid=13067] ppid=12973 vsize=5356 CPUtime=0
/proc/13067/stat : 13067 (sh) S 12973 12973 11588 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38552282 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13067/statm: 1339 233 193 169 0 50 0
[pid=13068] ppid=13067 vsize=195620 CPUtime=0.24
/proc/13068/stat : 13068 (java) S 13067 12973 11588 0 -1 0 3437 0 1 0 23 1 0 0 18 0 9 0 38552283 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13068/statm: 48905 2911 1658 9 0 43487 0
[pid=13068/tid=13069] ppid=13067 vsize=195620 CPUtime=0.23
/proc/13068/task/13069/stat : 13069 (java) R 13067 12973 11588 0 -1 64 2458 0 1 0 22 1 0 0 19 0 9 0 38552284 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4125969138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13070] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13070/stat : 13070 (java) S 13067 12973 11588 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 38552285 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13071] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13071/stat : 13071 (java) S 13067 12973 11588 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 38552285 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13072] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13072/stat : 13072 (java) S 13067 12973 11588 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 38552285 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13073] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13073/stat : 13073 (java) S 13067 12973 11588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38552287 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13074] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13074/stat : 13074 (java) R 13067 12973 11588 0 -1 64 212 0 0 0 0 0 0 0 19 0 9 0 38552287 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 101411182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13075] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13075/stat : 13075 (java) S 13067 12973 11588 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 38552287 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13068/tid=13076] ppid=13067 vsize=195620 CPUtime=0
/proc/13068/task/13076/stat : 13076 (java) S 13067 12973 11588 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 38552287 200314880 2911 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 260352

[startup+7.20287 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 13076
/proc/meminfo: memFree=1832000/2055920 swapFree=4181172/4192956
[pid=12973] ppid=12971 vsize=16872 CPUtime=5.51
/proc/12973/stat : 12973 (sugar++) S 12971 12973 11588 0 -1 4194304 2114 43484 0 10 7 2 498 44 15 0 1 0 38551629 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12973/statm: 4218 1137 414 3 0 797 0
[pid=12996] ppid=12973 vsize=42504 CPUtime=1.01
/proc/12996/stat : 12996 (minisat-inc) S 12973 12973 11588 0 -1 4194304 10466 0 0 0 94 7 0 0 16 0 1 0 38551972 43524096 10399 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12996/statm: 10626 10399 79 151 0 10472 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 59376

Child status: 0
Real time (s): 7.29016
CPU time (s): 6.80097
CPU user time (s): 6.19606
CPU system time (s): 0.604908
CPU usage (%): 93.2896
Max. virtual memory (cumulated for all children) (KiB): 890608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.19606
system time used= 0.604908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60041
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= 8186
involuntary context switches= 7917

runsolver used 0.017997 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-12 01:21:21
IDJOB=1110243
IDBENCH=61081
IDSOLVER=367
FILE ID=node2/1110243-1215818481
PBS_JOBID= 7903232
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 231463fd522b70cf906657d236f20484
RANDOM SEED=2114245738

node2.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.261
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	: 5931.00
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.261
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:       1900608 kB
Buffers:         21820 kB
Cached:          57692 kB
SwapCached:       5964 kB
Active:          72216 kB
Inactive:        30972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900608 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:             908 kB
Writeback:           0 kB
Mapped:          39400 kB
Slab:            37212 kB
Committed_AS:   196632 kB
PageTables:       2020 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 node2 at 2008-07-12 01:21:29