Trace number 1111318

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+minisatOPTIMUM6 16.1555 16.484

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-27_ext.xml
MD5SUMd195fd4e3ae3a69fafec02a0db1e800b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark16.1555
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints159
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension159
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 08:53:14 2008
0.00/0.04	c 0	PID 16398
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1111318-1215845593.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111318-1215845593.xml' 'HOME/temp.csp'
1.43/1.54	c 1	15 domains, 111 variables, 0 predicates, 142 relations, 159 constraints
1.43/1.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.49/1.65	c 1	Parsing HOME/temp.csp
3.70/3.86	c 3	parsed 427 expressions
3.70/3.86	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.70/3.86	c 3	MAX CSP: 159 constraints
3.70/3.86	c 3	Converting to clausal form CSP
3.70/3.89	c 3	converted 59 (10%) expressions
3.70/3.89	c 3	converted 118 (20%) expressions
3.70/3.90	c 3	converted 177 (30%) expressions
3.79/3.98	c 4	converted 236 (40%) expressions
3.79/4.00	c 4	converted 295 (50%) expressions
3.88/4.01	c 4	converted 354 (60%) expressions
3.88/4.02	c 4	converted 413 (70%) expressions
4.08/4.22	c 4	converted 472 (80%) expressions
4.29/4.49	c 4	converted 531 (90%) expressions
5.78/5.90	c 5	converted 589 (100%) expressions
5.78/5.90	c 5	CSP : 429 integers, 0 booleans, 476 clauses, largest domain size 239
5.78/5.90	c 5	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.90	c 5	Propagation in CSP
5.78/5.92	c 6	153 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.78/5.92	c 6	CSP : 429 integers, 0 booleans, 476 clauses, largest domain size 160
5.78/5.92	c 6	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.92	c 6	Simplifing CSP by introducing new Boolean variables
5.78/5.92	c 6	CSP : 429 integers, 0 booleans, 476 clauses, largest domain size 160
5.78/5.92	c 6	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.17/6.36	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.17/6.38	c 6	43 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
6.17/6.38	c 6	86 (20%) CSP integer variables are encoded (238 clauses, 2520 bytes)
6.17/6.38	c 6	129 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
6.17/6.38	c 6	172 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
6.17/6.38	c 6	215 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
6.17/6.38	c 6	258 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
6.17/6.39	c 6	301 (70%) CSP integer variables are encoded (595 clauses, 6447 bytes)
6.17/6.39	c 6	344 (80%) CSP integer variables are encoded (780 clauses, 8674 bytes)
6.17/6.39	c 6	387 (90%) CSP integer variables are encoded (1050 clauses, 12184 bytes)
6.17/6.39	c 6	429 (100%) CSP integer variables are encoded (2317 clauses, 28655 bytes)
6.26/6.44	c 6	48 (10%) CSP clauses are encoded (2695 clauses, 36281 bytes)
6.67/6.83	c 6	96 (20%) CSP clauses are encoded (17308 clauses, 519637 bytes)
7.46/7.61	c 7	143 (30%) CSP clauses are encoded (22245 clauses, 651311 bytes)
8.36/8.51	c 8	191 (40%) CSP clauses are encoded (29302 clauses, 910195 bytes)
8.36/8.52	c 8	238 (50%) CSP clauses are encoded (31073 clauses, 936170 bytes)
8.36/8.52	c 8	286 (60%) CSP clauses are encoded (31681 clauses, 946017 bytes)
8.36/8.53	c 8	334 (70%) CSP clauses are encoded (36545 clauses, 1030197 bytes)
8.36/8.53	c 8	381 (80%) CSP clauses are encoded (37180 clauses, 1040667 bytes)
8.36/8.54	c 8	429 (90%) CSP clauses are encoded (38660 clauses, 1066397 bytes)
8.36/8.59	c 8	476 (100%) CSP clauses are encoded (64554 clauses, 1529995 bytes)
8.36/8.59	c 8	476 CSP clauses encoded
8.36/8.59	c 8	Writing map file : HOME/temp.map
8.36/8.59	c 8	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.36/8.59	c 8	SAT : 2746 SAT variables, 64554 SAT clauses, 1529995 bytes
8.36/8.59	c 8	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.45/8.67	c 8	OBJECTIVE minimize _COST
8.45/8.67	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
8.45/8.67	c 8	SEARCHING: _COST <= 80
8.45/8.67	c 8	SOLVING HOME/temp.cnf
8.45/8.67	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.45/8.67	c 8	This is MiniSat 2.0 beta
8.45/8.67	c 8	WARNING: for repeatability, setting FPU to use double precision
8.45/8.67	c 8	============================[ Problem Statistics ]=============================
8.45/8.67	c 8	|                                                                             |
8.45/8.67	c 8	|  Number of variables:  2746                                                 |
8.45/8.67	c 8	|  Number of clauses:    64555                                                |
8.50/8.72	c 8	|  Parsing time:         0.04         s                                       |
8.50/8.73	c 8	============================[ Search Statistics ]==============================
8.50/8.73	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.50/8.73	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.50/8.73	c 8	===============================================================================
8.50/8.73	c 8	|         0 |    2114    51360   269029 |    17120        0    nan |  0.000 % |
8.50/8.74	c 8	|       102 |    2114    51360   269029 |    18832      102      9 | 23.015 % |
8.50/8.74	c 8	===============================================================================
8.50/8.74	c 8	restarts              : 2
8.50/8.74	c 8	conflicts             : 114            (1900 /sec)
8.50/8.74	c 8	decisions             : 587            (1.53 % random) (9785 /sec)
8.50/8.74	c 8	propagations          : 8689           (144841 /sec)
8.50/8.74	c 8	conflict literals     : 1013           (20.05 % deleted)
8.50/8.74	c 8	Memory used           : 5.00 MB
8.50/8.74	c 8	CPU time              : 0.05999 s
8.50/8.74	c 8	
8.50/8.75	c 8	SATISFIABLE
8.50/8.75	c 8	FOUND: _COST <= 80
8.50/8.75	s SATISFIABLE
8.50/8.75	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.50/8.75	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.55/8.83	c 8	Decoding HOME/temp.out
8.55/8.90	c 8	OBJECTIVE _COST 63
8.55/8.90	o 63
8.55/8.90	v 6 1 28 9 1 1 1 5 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 11 2 3 1 1 1 1 0 30 24 0 1 2 1 1 2 0 0 0 2 2 1 36 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 4 0 1 2 2 1 1 2 0 9 4 4 4 0 1 1 1 1 6 0 3 3 0 1 1 1 0 0 0 2 0 4 1 3 4 9 1 0 4 9 9 9 7 6 8 9 9 9 9
8.55/8.91	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.55/8.96	c 9	OBJECTIVE BOUND: 0 <= _COST <= 63
8.55/8.96	c 9	SEARCHING: _COST <= 31
8.55/8.96	c 9	SOLVING HOME/temp.cnf
8.55/8.96	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.55/8.96	c 9	This is MiniSat 2.0 beta
8.55/8.96	c 9	WARNING: for repeatability, setting FPU to use double precision
8.55/8.96	c 9	============================[ Problem Statistics ]=============================
8.55/8.96	c 9	|                                                                             |
8.55/8.96	c 9	|  Number of variables:  2746                                                 |
8.55/8.96	c 9	|  Number of clauses:    64555                                                |
8.72/9.01	c 9	|  Parsing time:         0.04         s                                       |
8.72/9.01	c 9	============================[ Search Statistics ]==============================
8.72/9.01	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.72/9.01	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.72/9.01	c 9	===============================================================================
8.72/9.01	c 9	|         0 |    1646    40169   236811 |    13389        0    nan |  0.000 % |
8.72/9.02	c 9	|       102 |    1646    40169   236811 |    14728      102      9 | 40.058 % |
8.72/9.03	c 9	===============================================================================
8.72/9.03	c 9	restarts              : 2
8.72/9.03	c 9	conflicts             : 110            (1834 /sec)
8.72/9.03	c 9	decisions             : 280            (1.79 % random) (4667 /sec)
8.72/9.03	c 9	propagations          : 7133           (118903 /sec)
8.72/9.03	c 9	conflict literals     : 956            (20.86 % deleted)
8.72/9.03	c 9	Memory used           : 5.00 MB
8.72/9.03	c 9	CPU time              : 0.05999 s
8.72/9.03	c 9	
8.72/9.03	c 9	SATISFIABLE
8.72/9.03	c 9	FOUND: _COST <= 31
8.72/9.03	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.72/9.03	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.79/9.11	c 9	Decoding HOME/temp.out
8.79/9.17	c 9	OBJECTIVE _COST 31
8.79/9.17	o 31
8.79/9.18	v 0 1 22 5 0 1 0 4 1 1 1 0 0 4 1 0 1 0 1 2 2 1 1 0 21 0 4 1 0 0 0 0 30 24 1 0 0 1 1 2 0 0 1 1 1 1 39 0 1 3 1 1 2 1 1 2 1 1 1 1 0 1 4 1 0 4 1 1 1 2 0 0 4 4 11 0 0 1 0 1 4 1 0 0 0 0 1 0 0 0 0 1 0 4 0 3 3 5 1 0 4 9 9 9 7 9 9 9 9 9 9
8.79/9.18	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.79/9.20	c 9	OBJECTIVE BOUND: 0 <= _COST <= 31
8.79/9.20	c 9	SEARCHING: _COST <= 15
8.79/9.20	c 9	SOLVING HOME/temp.cnf
8.79/9.20	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.79/9.20	c 9	This is MiniSat 2.0 beta
8.79/9.20	c 9	WARNING: for repeatability, setting FPU to use double precision
8.79/9.20	c 9	============================[ Problem Statistics ]=============================
8.79/9.20	c 9	|                                                                             |
8.79/9.20	c 9	|  Number of variables:  2746                                                 |
8.79/9.20	c 9	|  Number of clauses:    64555                                                |
8.79/9.25	c 9	|  Parsing time:         0.04         s                                       |
8.79/9.26	c 9	============================[ Search Statistics ]==============================
8.79/9.26	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.79/9.26	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.79/9.26	c 9	===============================================================================
8.79/9.26	c 9	|         0 |    1419    34640   220889 |    11546        0    nan |  0.000 % |
8.79/9.27	c 9	|       102 |    1419    34640   220889 |    12701      102      9 | 48.325 % |
8.79/9.27	c 9	===============================================================================
8.79/9.27	c 9	restarts              : 2
8.79/9.27	c 9	conflicts             : 132            (2096 /sec)
8.79/9.27	c 9	decisions             : 285            (1.75 % random) (4525 /sec)
8.79/9.27	c 9	propagations          : 9549           (151595 /sec)
8.79/9.27	c 9	conflict literals     : 1251           (19.86 % deleted)
8.79/9.27	c 9	Memory used           : 5.00 MB
8.79/9.27	c 9	CPU time              : 0.06299 s
8.79/9.27	c 9	
8.79/9.27	c 9	SATISFIABLE
8.79/9.27	c 9	FOUND: _COST <= 15
8.79/9.27	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.79/9.27	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.03/9.36	c 9	Decoding HOME/temp.out
9.03/9.43	c 9	OBJECTIVE _COST 15
9.03/9.43	o 15
9.03/9.43	v 6 1 22 5 1 1 1 5 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 21 2 3 0 0 1 1 0 30 24 0 0 0 1 1 2 0 0 1 2 2 1 41 0 1 3 1 1 2 1 1 6 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 6 0 1 1 1 1 6 1 0 0 0 1 1 1 0 2 0 1 0 4 0 3 3 5 1 0 4 9 9 9 9 7 7 9 4 9 3
9.03/9.44	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.03/9.48	c 9	OBJECTIVE BOUND: 0 <= _COST <= 15
9.03/9.48	c 9	SEARCHING: _COST <= 7
9.03/9.48	c 9	SOLVING HOME/temp.cnf
9.03/9.48	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.03/9.49	c 9	This is MiniSat 2.0 beta
9.03/9.49	c 9	WARNING: for repeatability, setting FPU to use double precision
9.03/9.49	c 9	============================[ Problem Statistics ]=============================
9.03/9.49	c 9	|                                                                             |
9.03/9.49	c 9	|  Number of variables:  2746                                                 |
9.03/9.49	c 9	|  Number of clauses:    64555                                                |
9.19/9.53	c 9	|  Parsing time:         0.04         s                                       |
9.19/9.54	c 9	============================[ Search Statistics ]==============================
9.19/9.54	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.19/9.54	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.19/9.54	c 9	===============================================================================
9.19/9.54	c 9	|         0 |    1222    31291   211425 |    10430        0    nan |  0.000 % |
9.19/9.55	c 9	|       102 |    1222    31291   211425 |    11473      102      9 | 55.499 % |
9.19/9.57	c 9	|       252 |    1222    31291   211425 |    12620      252     11 | 55.499 % |
9.19/9.59	c 9	|       478 |    1222    31291   211425 |    13882      478     11 | 55.499 % |
9.19/9.61	c 9	|       817 |    1222    31291   211425 |    15271      817     10 | 55.499 % |
9.19/9.66	c 9	|      1323 |    1222    31291   211425 |    16798     1323     10 | 55.499 % |
9.19/9.73	c 9	|      2085 |    1222    31291   211425 |    18477     2085     10 | 55.499 % |
9.49/9.84	c 9	|      3224 |    1222    31291   211425 |    20325     3224     10 | 55.499 % |
9.68/10.02	c 10	|      4932 |    1222    31291   211425 |    22358     4932     11 | 55.499 % |
9.98/10.30	c 10	|      7496 |    1222    31291   211425 |    24594     7496     12 | 55.499 % |
9.98/10.31	c 10	===============================================================================
9.98/10.31	c 10	restarts              : 10
9.98/10.31	c 10	conflicts             : 7582           (9327 /sec)
9.98/10.31	c 10	decisions             : 9226           (1.27 % random) (11350 /sec)
9.98/10.31	c 10	propagations          : 1522234        (1872652 /sec)
9.98/10.32	c 10	conflict literals     : 91521          (29.98 % deleted)
9.98/10.32	c 10	Memory used           : 5.14 MB
9.98/10.32	c 10	CPU time              : 0.812876 s
9.98/10.32	c 10	
9.98/10.32	c 10	SATISFIABLE
9.98/10.32	c 10	FOUND: _COST <= 7
9.98/10.32	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.98/10.32	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.02/10.40	c 10	Decoding HOME/temp.out
10.02/10.47	c 10	OBJECTIVE _COST 7
10.02/10.47	o 7
10.02/10.47	v 4 1 5 8 1 1 1 5 1 1 1 0 0 3 1 0 1 0 1 0 2 0 1 1 24 1 2 0 0 0 0 0 30 23 0 1 0 1 1 2 0 0 0 1 2 1 41 0 1 3 1 1 2 1 1 11 1 1 1 1 0 1 3 1 1 3 0 0 1 2 0 9 3 3 4 0 1 1 0 1 6 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 2 8 0 0 3 5 9 6 1 9 1 0 5 9 2
10.02/10.48	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.02/10.48	c 10	OBJECTIVE BOUND: 0 <= _COST <= 7
10.02/10.48	c 10	SEARCHING: _COST <= 3
10.02/10.48	c 10	SOLVING HOME/temp.cnf
10.02/10.48	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.02/10.49	c 10	This is MiniSat 2.0 beta
10.02/10.49	c 10	WARNING: for repeatability, setting FPU to use double precision
10.02/10.49	c 10	============================[ Problem Statistics ]=============================
10.02/10.49	c 10	|                                                                             |
10.02/10.49	c 10	|  Number of variables:  2746                                                 |
10.02/10.49	c 10	|  Number of clauses:    64555                                                |
10.18/10.54	c 10	|  Parsing time:         0.04         s                                       |
10.18/10.54	c 10	============================[ Search Statistics ]==============================
10.18/10.55	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.18/10.55	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.18/10.55	c 10	===============================================================================
10.18/10.55	c 10	|         0 |    1024    29245   205877 |     9748        0    nan |  0.000 % |
10.18/10.56	c 10	|       104 |    1024    29245   205877 |    10723      104      9 | 62.709 % |
10.18/10.57	c 10	|       255 |    1024    29245   205877 |    11795      255      9 | 62.711 % |
10.18/10.59	c 10	|       480 |    1024    29245   205877 |    12975      480      9 | 62.711 % |
10.18/10.62	c 10	|       818 |    1023    29245   205877 |    14272      817      8 | 62.746 % |
10.18/10.67	c 10	|      1324 |    1020    29245   205877 |    15699     1322      8 | 62.855 % |
10.18/10.74	c 10	|      2083 |    1019    29245   205877 |    17269     2079      8 | 62.964 % |
10.18/10.77	c 10	===============================================================================
10.18/10.77	c 10	restarts              : 7
10.18/10.77	c 10	conflicts             : 2296           (8412 /sec)
10.18/10.77	c 10	decisions             : 2629           (1.41 % random) (9632 /sec)
10.18/10.77	c 10	propagations          : 309720         (1134680 /sec)
10.18/10.77	c 10	conflict literals     : 17889          (30.36 % deleted)
10.18/10.77	c 10	Memory used           : 5.00 MB
10.18/10.77	c 10	CPU time              : 0.272958 s
10.18/10.77	c 10	
10.18/10.77	c 10	UNSATISFIABLE
10.18/10.78	c 10	NOT FOUND: _COST <= 3
10.18/10.78	c 10	OBJECTIVE BOUND: 4 <= _COST <= 7
10.18/10.78	c 10	SEARCHING: _COST <= 5
10.18/10.78	c 10	SOLVING HOME/temp.cnf
10.18/10.78	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.18/10.78	c 10	This is MiniSat 2.0 beta
10.18/10.78	c 10	WARNING: for repeatability, setting FPU to use double precision
10.18/10.78	c 10	============================[ Problem Statistics ]=============================
10.18/10.78	c 10	|                                                                             |
10.18/10.78	c 10	|  Number of variables:  2746                                                 |
10.18/10.78	c 10	|  Number of clauses:    64555                                                |
10.46/10.83	c 10	|  Parsing time:         0.04         s                                       |
10.46/10.83	c 10	============================[ Search Statistics ]==============================
10.46/10.83	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.46/10.83	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.46/10.83	c 10	===============================================================================
10.46/10.83	c 10	|         0 |    1154    30430   209044 |    10143        0    nan |  0.000 % |
10.46/10.84	c 10	|       102 |    1154    30430   209044 |    11157      102      9 | 57.975 % |
10.46/10.86	c 10	|       256 |    1154    30430   209044 |    12273      256     10 | 57.976 % |
10.46/10.88	c 10	|       481 |    1154    30430   209044 |    13500      481     10 | 57.976 % |
10.57/10.91	c 10	|       820 |    1154    30430   209044 |    14850      820     10 | 57.975 % |
10.57/10.95	c 11	|      1329 |    1154    30430   209044 |    16335     1329     11 | 57.975 % |
10.67/11.02	c 11	|      2088 |    1154    30430   209044 |    17969     2088     10 | 57.975 % |
10.76/11.14	c 11	|      3227 |    1153    29832   205340 |    19766     1262     11 | 58.012 % |
10.96/11.30	c 11	|      4936 |    1153    29832   205340 |    21743     2971     11 | 58.012 % |
11.17/11.59	c 11	|      7500 |    1153    29832   205340 |    23917     5535     11 | 58.012 % |
11.66/12.06	c 12	|     11345 |    1152    29584   203873 |    26309     5501     11 | 58.048 % |
12.45/12.88	c 12	|     17111 |    1152    29584   203873 |    28940    11267     12 | 58.048 % |
13.95/14.32	c 14	|     25760 |    1140    25465   175647 |    31834     3125      9 | 58.485 % |
14.05/14.42	c 14	===============================================================================
14.05/14.42	c 14	restarts              : 13
14.05/14.42	c 14	conflicts             : 26513          (7341 /sec)
14.05/14.42	c 14	decisions             : 30839          (1.38 % random) (8539 /sec)
14.05/14.42	c 14	propagations          : 4568358        (1264965 /sec)
14.05/14.42	c 14	conflict literals     : 294093         (31.34 % deleted)
14.05/14.42	c 14	Memory used           : 5.66 MB
14.05/14.42	c 14	CPU time              : 3.61145 s
14.05/14.42	c 14	
14.05/14.42	c 14	UNSATISFIABLE
14.05/14.42	c 14	NOT FOUND: _COST <= 5
14.05/14.42	c 14	OBJECTIVE BOUND: 6 <= _COST <= 7
14.05/14.42	c 14	SEARCHING: _COST <= 6
14.05/14.42	c 14	SOLVING HOME/temp.cnf
14.05/14.42	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.05/14.43	c 14	This is MiniSat 2.0 beta
14.05/14.43	c 14	WARNING: for repeatability, setting FPU to use double precision
14.05/14.43	c 14	============================[ Problem Statistics ]=============================
14.05/14.43	c 14	|                                                                             |
14.05/14.43	c 14	|  Number of variables:  2746                                                 |
14.05/14.43	c 14	|  Number of clauses:    64555                                                |
14.05/14.47	c 14	|  Parsing time:         0.04         s                                       |
14.05/14.48	c 14	============================[ Search Statistics ]==============================
14.05/14.48	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.05/14.48	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.05/14.48	c 14	===============================================================================
14.05/14.48	c 14	|         0 |    1188    30847   210194 |    10282        0    nan |  0.000 % |
14.05/14.49	c 14	|       102 |    1188    30847   210194 |    11310      102      9 | 56.737 % |
14.09/14.50	c 14	|       252 |    1188    30847   210194 |    12441      252     11 | 56.738 % |
14.09/14.52	c 14	|       477 |    1188    30847   210194 |    13685      477     10 | 56.737 % |
14.09/14.55	c 14	|       814 |    1188    30847   210194 |    15054      814      9 | 56.737 % |
14.09/14.60	c 14	|      1320 |    1188    30847   210194 |    16559     1320     10 | 56.737 % |
14.09/14.67	c 14	|      2080 |    1188    30847   210194 |    18215     2080     10 | 56.737 % |
14.09/14.79	c 14	|      3219 |    1188    30847   210194 |    20037     3219     10 | 56.737 % |
14.09/14.99	c 15	|      4927 |    1188    30847   210194 |    22041     4927     10 | 56.737 % |
14.09/15.28	c 15	|      7489 |    1188    30847   210194 |    24245     7489     11 | 56.737 % |
15.34/15.75	c 15	|     11334 |    1188    30847   210194 |    26669    11334     12 | 56.737 % |
15.84/16.29	c 16	===============================================================================
15.84/16.29	c 16	restarts              : 11
15.84/16.29	c 16	conflicts             : 15043          (8146 /sec)
15.84/16.29	c 16	decisions             : 17848          (1.29 % random) (9665 /sec)
15.84/16.29	c 16	propagations          : 3045226        (1648993 /sec)
15.84/16.29	c 16	conflict literals     : 173449         (32.69 % deleted)
15.84/16.29	c 16	Memory used           : 5.56 MB
15.84/16.29	c 16	CPU time              : 1.84672 s
15.84/16.29	c 16	
15.84/16.29	c 16	SATISFIABLE
15.95/16.30	c 16	FOUND: _COST <= 6
15.95/16.30	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.95/16.30	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.95/16.38	c 16	Decoding HOME/temp.out
16.04/16.44	c 16	OBJECTIVE _COST 6
16.04/16.44	o 6
16.04/16.45	v 0 1 22 5 0 1 0 4 1 1 1 0 0 4 1 0 1 0 1 2 2 1 1 0 21 0 4 1 0 0 0 0 30 23 0 0 0 1 1 2 0 0 1 1 1 1 37 0 1 3 1 1 2 1 1 2 1 1 1 1 0 1 4 1 0 4 1 1 1 2 0 9 4 4 11 0 0 1 0 1 4 1 1 0 0 0 1 0 0 0 0 1 0 0 0 3 3 5 1 0 4 1 3 9 3 5 2 2 7 9 6
16.04/16.45	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.04/16.48	c 16	OBJECTIVE _COST 6
16.04/16.48	s OPTIMUM FOUND
16.04/16.48	c 16	CPU 15.54 (0.05 0.02 15.49 0.57)
16.04/16.48	c 16	END Sat Jul 12 08:53:30 2008

Verifier Data (download as text)

OK	6	153
6 unsatisfied constraints, 153 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-1111318-1215845593/watcher-1111318-1215845593 -o /tmp/evaluation-result-1111318-1215845593/solver-1111318-1215845593 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111318-1215845593.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.30 2.10 2.03 4/82 16398
/proc/meminfo: memFree=1017024/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=12272 CPUtime=0
/proc/16398/stat : 16398 (sugar) R 16396 16398 15426 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 41133805 12566528 324 996147200 4194304 4206940 548682068592 18446744073709551615 233606348784 0 0 4224 0 0 0 0 17 1 0 0
/proc/16398/statm: 3068 325 244 3 0 168 0

[startup+0.0945121 s]
/proc/loadavg: 2.30 2.10 2.03 4/82 16398
/proc/meminfo: memFree=1017024/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=0.04
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 41133805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102511 s]
/proc/loadavg: 2.30 2.10 2.03 4/82 16398
/proc/meminfo: memFree=1017024/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=0.04
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 41133805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302539 s]
/proc/loadavg: 2.30 2.10 2.03 4/82 16398
/proc/meminfo: memFree=1017024/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=0.04
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 41133805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702583 s]
/proc/loadavg: 2.30 2.10 2.03 4/82 16398
/proc/meminfo: memFree=1017024/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=0.04
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 41133805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 2.27 2.09 2.03 3/93 16410
/proc/meminfo: memFree=983144/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=0.04
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 41133805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 796 370 3 0 500 0
[pid=16401] ppid=16398 vsize=5356 CPUtime=0
/proc/16401/stat : 16401 (sh) S 16398 16398 15426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41133810 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16401/statm: 1339 233 193 169 0 50 0
[pid=16402] ppid=16401 vsize=864612 CPUtime=1.39
/proc/16402/stat : 16402 (java) S 16401 16398 15426 0 -1 0 11377 0 1 0 130 9 0 0 19 0 9 0 41133810 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 216153 10289 2528 9 0 210735 0
[pid=16402/tid=16403] ppid=16401 vsize=864612 CPUtime=0.94
/proc/16402/task/16403/stat : 16403 (java) R 16401 16398 15426 0 -1 64 4945 0 1 0 89 5 0 0 25 0 9 0 41133811 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 102064694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16404] ppid=16401 vsize=864612 CPUtime=0.32
/proc/16402/task/16404/stat : 16404 (java) S 16401 16398 15426 0 -1 64 5262 0 0 0 30 2 0 0 16 0 9 0 41133816 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16405] ppid=16401 vsize=864612 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16401 16398 15426 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 41133817 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16406] ppid=16401 vsize=864612 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16401 16398 15426 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41133817 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16407] ppid=16401 vsize=864612 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16401 16398 15426 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 41133819 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16408] ppid=16401 vsize=864612 CPUtime=0.09
/proc/16402/task/16408/stat : 16408 (java) S 16401 16398 15426 0 -1 64 472 0 0 0 9 0 0 0 16 0 9 0 41133819 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16409] ppid=16401 vsize=864612 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16401 16398 15426 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 41133819 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16402/tid=16410] ppid=16401 vsize=864612 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16401 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41133819 885362688 10289 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883568

[startup+3.10182 s]
/proc/loadavg: 2.27 2.09 2.03 4/93 16420
/proc/meminfo: memFree=997800/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=1.49
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 974 11847 0 1 3 1 134 11 15 0 1 0 41133805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 797 370 3 0 500 0
[pid=16411] ppid=16398 vsize=5356 CPUtime=0
/proc/16411/stat : 16411 (sh) S 16398 16398 15426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41133962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16411/statm: 1339 233 193 169 0 50 0
[pid=16412] ppid=16411 vsize=864076 CPUtime=1.5
/proc/16412/stat : 16412 (java) S 16411 16398 15426 0 -1 0 11965 0 1 0 143 7 0 0 18 0 9 0 41133962 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16412/statm: 216019 10882 2532 9 0 210601 0
[pid=16412/tid=16413] ppid=16411 vsize=864076 CPUtime=0.81
/proc/16412/task/16413/stat : 16413 (java) R 16411 16398 15426 0 -1 64 2744 0 1 0 79 2 0 0 25 0 9 0 41133963 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16414] ppid=16411 vsize=864076 CPUtime=0.62
/proc/16412/task/16414/stat : 16414 (java) S 16411 16398 15426 0 -1 64 8201 0 0 0 58 4 0 0 16 0 9 0 41133964 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16415] ppid=16411 vsize=864076 CPUtime=0
/proc/16412/task/16415/stat : 16415 (java) S 16411 16398 15426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41133964 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16416] ppid=16411 vsize=864076 CPUtime=0
/proc/16412/task/16416/stat : 16416 (java) S 16411 16398 15426 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41133964 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16417] ppid=16411 vsize=864076 CPUtime=0
/proc/16412/task/16417/stat : 16417 (java) S 16411 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41133967 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16418] ppid=16411 vsize=864076 CPUtime=0.05
/proc/16412/task/16418/stat : 16418 (java) S 16411 16398 15426 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 41133967 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16419] ppid=16411 vsize=864076 CPUtime=0
/proc/16412/task/16419/stat : 16419 (java) S 16411 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41133967 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16420] ppid=16411 vsize=864076 CPUtime=0
/proc/16412/task/16420/stat : 16420 (java) S 16411 16398 15426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41133967 884813824 10882 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.30216 s]
/proc/loadavg: 2.27 2.09 2.03 3/93 16420
/proc/meminfo: memFree=924776/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=1.49
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 974 11847 0 1 3 1 134 11 16 0 1 0 41133805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 797 370 3 0 500 0
[pid=16411] ppid=16398 vsize=5356 CPUtime=0
/proc/16411/stat : 16411 (sh) S 16398 16398 15426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41133962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16411/statm: 1339 233 193 169 0 50 0
[pid=16412] ppid=16411 vsize=874940 CPUtime=4.68
/proc/16412/stat : 16412 (java) S 16411 16398 15426 0 -1 0 34249 0 1 0 447 21 0 0 18 0 9 0 41133962 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16412/statm: 218735 30081 2540 9 0 213310 0
[pid=16412/tid=16413] ppid=16411 vsize=874940 CPUtime=2.03
/proc/16412/task/16413/stat : 16413 (java) R 16411 16398 15426 0 -1 64 3623 0 1 0 200 3 0 0 25 0 9 0 41133963 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16414] ppid=16411 vsize=874940 CPUtime=2.5
/proc/16412/task/16414/stat : 16414 (java) R 16411 16398 15426 0 -1 64 29573 0 0 0 234 16 0 0 18 0 9 0 41133964 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 104182485 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16415] ppid=16411 vsize=874940 CPUtime=0
/proc/16412/task/16415/stat : 16415 (java) S 16411 16398 15426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41133964 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16416] ppid=16411 vsize=874940 CPUtime=0
/proc/16412/task/16416/stat : 16416 (java) S 16411 16398 15426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41133964 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16417] ppid=16411 vsize=874940 CPUtime=0
/proc/16412/task/16417/stat : 16417 (java) S 16411 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41133967 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16418] ppid=16411 vsize=874940 CPUtime=0.12
/proc/16412/task/16418/stat : 16418 (java) S 16411 16398 15426 0 -1 64 357 0 0 0 12 0 0 0 16 0 9 0 41133967 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16419] ppid=16411 vsize=874940 CPUtime=0
/proc/16412/task/16419/stat : 16419 (java) S 16411 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41133967 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16412/tid=16420] ppid=16411 vsize=874940 CPUtime=0
/proc/16412/task/16420/stat : 16420 (java) S 16411 16398 15426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41133967 895938560 30081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 893896

[startup+12.7018 s]
/proc/loadavg: 2.23 2.09 2.02 3/85 16472
/proc/meminfo: memFree=1058216/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=10.46
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 1577 68916 0 6 4 2 988 52 15 0 1 0 41133805 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 807 374 3 0 500 0
[pid=16471] ppid=16398 vsize=5356 CPUtime=0
/proc/16471/stat : 16471 (sh) S 16398 16398 15426 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 41134883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16471/statm: 1339 232 193 169 0 50 0
[pid=16472] ppid=16471 vsize=5384 CPUtime=1.89
/proc/16472/stat : 16472 (minisat) R 16471 16398 15426 0 -1 4194304 1226 0 0 0 189 0 0 0 25 0 1 0 41134883 5513216 1212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16472/statm: 1346 1212 75 150 0 1193 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 24340

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

[startup+14.307 s]
/proc/loadavg: 2.23 2.09 2.02 4/85 16472
/proc/meminfo: memFree=1050408/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=10.46
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 1577 68916 0 6 4 2 988 52 16 0 1 0 41133805 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 807 374 3 0 500 0
[pid=16471] ppid=16398 vsize=5356 CPUtime=0
/proc/16471/stat : 16471 (sh) S 16398 16398 15426 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 41134883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16471/statm: 1339 232 193 169 0 50 0
[pid=16472] ppid=16471 vsize=5796 CPUtime=3.49
/proc/16472/stat : 16472 (minisat) R 16471 16398 15426 0 -1 4194304 1332 0 0 0 349 0 0 0 25 0 1 0 41134883 5935104 1318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16472/statm: 1449 1318 75 150 0 1296 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 24752

[startup+15.101 s]
/proc/loadavg: 2.23 2.09 2.02 4/85 16472
/proc/meminfo: memFree=1050408/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=14.09
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 1632 70542 0 6 4 2 1350 53 15 0 1 0 41133805 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 13600

[startup+15.9021 s]
/proc/loadavg: 2.23 2.09 2.02 4/85 16474
/proc/meminfo: memFree=1058152/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=14.09
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 1632 70542 0 6 4 2 1350 53 15 0 1 0 41133805 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 807 374 3 0 500 0
[pid=16473] ppid=16398 vsize=5356 CPUtime=0
/proc/16473/stat : 16473 (sh) S 16398 16398 15426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41135248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16473/statm: 1339 232 193 169 0 50 0
[pid=16474] ppid=16473 vsize=5560 CPUtime=1.45
/proc/16474/stat : 16474 (minisat) R 16473 16398 15426 0 -1 4194304 1254 0 0 0 145 0 0 0 25 0 1 0 41135248 5693440 1240 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16474/statm: 1390 1240 75 150 0 1237 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 24516

[startup+16.3022 s]
/proc/loadavg: 2.23 2.09 2.02 4/85 16474
/proc/meminfo: memFree=1058152/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=15.95
/proc/16398/stat : 16398 (sugar) R 16396 16398 15426 0 -1 4194304 1650 72143 0 6 4 2 1535 54 15 0 1 0 41133805 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 233588714143 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16398/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 13600

[startup+16.4012 s]
/proc/loadavg: 2.29 2.10 2.03 4/93 16484
/proc/meminfo: memFree=1058024/2055920 swapFree=4178780/4192956
[pid=16398] ppid=16396 vsize=13600 CPUtime=15.95
/proc/16398/stat : 16398 (sugar) S 16396 16398 15426 0 -1 4194304 1694 72143 0 6 4 2 1535 54 15 0 1 0 41133805 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16398/statm: 3400 807 374 3 0 500 0
[pid=16475] ppid=16398 vsize=5356 CPUtime=0
/proc/16475/stat : 16475 (sh) S 16398 16398 15426 0 -1 4194304 278 0 0 0 0 0 0 0 15 0 1 0 41135435 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16475/statm: 1339 233 193 169 0 50 0
[pid=16476] ppid=16475 vsize=863720 CPUtime=0.09
/proc/16476/stat : 16476 (java) S 16475 16398 15426 0 -1 0 3245 0 1 0 7 2 0 0 18 0 9 0 41135436 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16476/statm: 215930 2722 1622 9 0 210512 0
[pid=16476/tid=16477] ppid=16475 vsize=863720 CPUtime=0.08
/proc/16476/task/16477/stat : 16477 (java) R 16475 16398 15426 0 -1 64 2346 0 1 0 7 1 0 0 18 0 9 0 41135437 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4125978828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16478] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16478/stat : 16478 (java) S 16475 16398 15426 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 41135438 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16479] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16479/stat : 16479 (java) S 16475 16398 15426 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41135438 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16480] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16480/stat : 16480 (java) S 16475 16398 15426 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41135438 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16481] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16481/stat : 16481 (java) S 16475 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41135440 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16482] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16482/stat : 16482 (java) R 16475 16398 15426 0 -1 64 204 0 0 0 0 0 0 0 19 0 9 0 41135440 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 101657425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16483] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16483/stat : 16483 (java) S 16475 16398 15426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41135440 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16476/tid=16484] ppid=16475 vsize=863720 CPUtime=0
/proc/16476/task/16484/stat : 16484 (java) S 16475 16398 15426 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 41135440 884449280 2723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.04
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 16.484
CPU time (s): 16.1555
CPU user time (s): 15.5476
CPU system time (s): 0.607907
CPU usage (%): 98.0072
Max. virtual memory (cumulated for all children) (KiB): 893896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.5476
system time used= 0.607907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77660
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4593
involuntary context switches= 4591

runsolver used 0.030995 second user time and 0.080987 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 08:53:14
IDJOB=1111318
IDBENCH=61261
IDSOLVER=368
FILE ID=node27/1111318-1215845593
PBS_JOBID= 7903399
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-27_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111318-1215845593/watcher-1111318-1215845593 -o /tmp/evaluation-result-1111318-1215845593/solver-1111318-1215845593 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111318-1215845593.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d195fd4e3ae3a69fafec02a0db1e800b
RANDOM SEED=1541409681

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1017504 kB
Buffers:         42860 kB
Cached:         124768 kB
SwapCached:       7540 kB
Active:         875852 kB
Inactive:        96284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017504 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:         820272 kB
Slab:            49832 kB
Committed_AS:   986756 kB
PageTables:       3400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-12 08:53:30