Trace number 1111438

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+minisatOPTIMUM1 9.38057 9.65474

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-37_ext.xml
MD5SUM08598072886ba97176539d03f5f4ce66
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.65599
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints154
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension154
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 09:12:41 2008
0.00/0.04	c 0	PID 17454
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1111438-1215846760.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111438-1215846760.xml' 'HOME/temp.csp'
1.45/1.50	c 1	15 domains, 111 variables, 0 predicates, 137 relations, 154 constraints
1.45/1.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.52	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.46/1.60	c 1	Parsing HOME/temp.csp
3.50/3.61	c 3	parsed 417 expressions
3.50/3.62	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.50/3.62	c 3	MAX CSP: 154 constraints
3.50/3.62	c 3	Converting to clausal form CSP
3.50/3.64	c 3	converted 58 (10%) expressions
3.50/3.64	c 3	converted 115 (20%) expressions
3.50/3.65	c 3	converted 173 (30%) expressions
3.59/3.76	c 3	converted 230 (40%) expressions
3.59/3.78	c 3	converted 287 (50%) expressions
3.59/3.79	c 4	converted 345 (60%) expressions
3.69/3.83	c 4	converted 402 (70%) expressions
3.80/3.96	c 4	converted 460 (80%) expressions
4.10/4.23	c 4	converted 517 (90%) expressions
5.38/5.56	c 5	converted 574 (100%) expressions
5.38/5.56	c 5	CSP : 419 integers, 0 booleans, 461 clauses, largest domain size 232
5.38/5.56	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.56	c 5	Propagation in CSP
5.38/5.58	c 5	150 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.38/5.58	c 5	CSP : 419 integers, 0 booleans, 461 clauses, largest domain size 155
5.38/5.58	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.58	c 5	Simplifing CSP by introducing new Boolean variables
5.38/5.58	c 5	CSP : 419 integers, 0 booleans, 461 clauses, largest domain size 155
5.38/5.58	c 5	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.68/5.86	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.68/5.87	c 6	42 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.68/5.88	c 6	84 (20%) CSP integer variables are encoded (238 clauses, 2520 bytes)
5.68/5.88	c 6	126 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.68/5.88	c 6	168 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.68/5.88	c 6	210 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.68/5.88	c 6	252 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.68/5.88	c 6	294 (70%) CSP integer variables are encoded (587 clauses, 6359 bytes)
5.68/5.89	c 6	336 (80%) CSP integer variables are encoded (1496 clauses, 17977 bytes)
5.68/5.89	c 6	378 (90%) CSP integer variables are encoded (1940 clauses, 23749 bytes)
5.68/5.89	c 6	419 (100%) CSP integer variables are encoded (2245 clauses, 27714 bytes)
5.77/5.93	c 6	47 (10%) CSP clauses are encoded (2600 clauses, 34896 bytes)
6.07/6.20	c 6	93 (20%) CSP clauses are encoded (9620 clauses, 249043 bytes)
6.76/6.96	c 7	139 (30%) CSP clauses are encoded (13914 clauses, 361696 bytes)
7.66/7.82	c 8	185 (40%) CSP clauses are encoded (20830 clauses, 616812 bytes)
7.66/7.83	c 8	231 (50%) CSP clauses are encoded (22512 clauses, 641461 bytes)
7.66/7.85	c 8	277 (60%) CSP clauses are encoded (30044 clauses, 767766 bytes)
7.66/7.88	c 8	323 (70%) CSP clauses are encoded (47236 clauses, 1070420 bytes)
7.66/7.89	c 8	369 (80%) CSP clauses are encoded (47892 clauses, 1081276 bytes)
7.66/7.89	c 8	415 (90%) CSP clauses are encoded (49281 clauses, 1105409 bytes)
7.75/7.90	c 8	461 (100%) CSP clauses are encoded (54064 clauses, 1190813 bytes)
7.75/7.90	c 8	461 CSP clauses encoded
7.75/7.90	c 8	Writing map file : HOME/temp.map
7.75/7.91	c 8	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.75/7.91	c 8	SAT : 2664 SAT variables, 54064 SAT clauses, 1190813 bytes
7.75/7.91	c 8	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.75/7.96	c 8	OBJECTIVE minimize _COST
7.75/7.96	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.75/7.96	c 8	SEARCHING: _COST <= 77
7.75/7.96	c 8	SOLVING HOME/temp.cnf
7.75/7.96	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.75/7.97	c 8	This is MiniSat 2.0 beta
7.75/7.97	c 8	WARNING: for repeatability, setting FPU to use double precision
7.75/7.97	c 8	============================[ Problem Statistics ]=============================
7.75/7.97	c 8	|                                                                             |
7.75/7.97	c 8	|  Number of variables:  2664                                                 |
7.75/7.97	c 8	|  Number of clauses:    54065                                                |
7.80/8.00	c 8	|  Parsing time:         0.03         s                                       |
7.80/8.01	c 8	============================[ Search Statistics ]==============================
7.80/8.01	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.80/8.01	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.80/8.01	c 8	===============================================================================
7.80/8.01	c 8	|         0 |    2048    41480   204473 |    13826        0    nan |  0.000 % |
7.80/8.01	c 8	===============================================================================
7.80/8.01	c 8	restarts              : 1
7.80/8.01	c 8	conflicts             : 10             (256 /sec)
7.80/8.01	c 8	decisions             : 142            (0.00 % random) (3642 /sec)
7.80/8.01	c 8	propagations          : 2989           (76653 /sec)
7.80/8.01	c 8	conflict literals     : 74             (13.95 % deleted)
7.80/8.01	c 8	Memory used           : 4.32 MB
7.80/8.01	c 8	CPU time              : 0.038994 s
7.80/8.01	c 8	
7.80/8.01	c 8	SATISFIABLE
7.80/8.02	c 8	FOUND: _COST <= 77
7.80/8.02	s SATISFIABLE
7.80/8.02	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.80/8.02	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'
7.80/8.09	c 8	Decoding HOME/temp.out
7.85/8.16	c 8	OBJECTIVE _COST 77
7.85/8.16	o 77
7.85/8.16	v 7 1 22 5 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 21 2 5 0 0 2 1 0 20 24 0 1 0 1 2 2 2 0 1 2 3 1 37 1 1 3 1 1 2 1 1 12 1 1 1 0 1 1 2 1 1 4 2 1 1 2 0 9 2 4 11 0 1 1 1 1 6 1 1 3 0 1 1 1 0 0 0 2 0 4 1 3 3 5 1 0 4 5 5 9 4 3 9 9 6 9 9
7.85/8.17	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.86/8.22	c 8	OBJECTIVE BOUND: 0 <= _COST <= 77
7.86/8.22	c 8	SEARCHING: _COST <= 38
7.86/8.22	c 8	SOLVING HOME/temp.cnf
7.86/8.22	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.86/8.22	c 8	This is MiniSat 2.0 beta
7.86/8.22	c 8	WARNING: for repeatability, setting FPU to use double precision
7.86/8.22	c 8	============================[ Problem Statistics ]=============================
7.86/8.22	c 8	|                                                                             |
7.86/8.22	c 8	|  Number of variables:  2664                                                 |
7.86/8.22	c 8	|  Number of clauses:    54065                                                |
7.86/8.26	c 8	|  Parsing time:         0.03         s                                       |
7.86/8.27	c 8	============================[ Search Statistics ]==============================
7.86/8.27	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.86/8.27	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.86/8.27	c 8	===============================================================================
7.86/8.27	c 8	|         0 |    1695    33637   181964 |    11212        0    nan |  0.000 % |
7.86/8.27	c 8	===============================================================================
7.86/8.27	c 8	restarts              : 1
7.86/8.27	c 8	conflicts             : 77             (1674 /sec)
7.86/8.27	c 8	decisions             : 187            (2.14 % random) (4066 /sec)
7.86/8.27	c 8	propagations          : 3965           (86209 /sec)
7.86/8.27	c 8	conflict literals     : 649            (17.01 % deleted)
7.86/8.27	c 8	Memory used           : 4.32 MB
7.86/8.28	c 8	CPU time              : 0.045993 s
7.86/8.28	c 8	
7.86/8.28	c 8	SATISFIABLE
7.86/8.28	c 8	FOUND: _COST <= 38
7.86/8.28	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.86/8.28	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.08/8.36	c 8	Decoding HOME/temp.out
8.08/8.42	c 8	OBJECTIVE _COST 38
8.08/8.42	o 38
8.08/8.42	v 1 1 6 9 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 1 2 1 1 1 10 2 3 0 1 2 1 0 29 24 0 1 2 1 1 2 0 0 1 2 3 1 20 0 1 3 1 1 2 1 1 12 1 0 1 0 0 1 2 1 1 2 0 1 1 2 0 9 2 2 3 0 1 1 1 1 4 0 4 3 1 0 1 0 0 0 0 2 0 0 1 3 2 4 1 0 0 9 8 1 0 7 1 8 1 4 7
8.08/8.43	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.08/8.47	c 8	OBJECTIVE BOUND: 0 <= _COST <= 38
8.08/8.47	c 8	SEARCHING: _COST <= 19
8.08/8.47	c 8	SOLVING HOME/temp.cnf
8.08/8.47	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.08/8.47	c 8	This is MiniSat 2.0 beta
8.08/8.47	c 8	WARNING: for repeatability, setting FPU to use double precision
8.08/8.47	c 8	============================[ Problem Statistics ]=============================
8.08/8.47	c 8	|                                                                             |
8.08/8.47	c 8	|  Number of variables:  2664                                                 |
8.08/8.47	c 8	|  Number of clauses:    54065                                                |
8.26/8.51	c 8	|  Parsing time:         0.03         s                                       |
8.26/8.52	c 8	============================[ Search Statistics ]==============================
8.26/8.52	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.26/8.52	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.26/8.52	c 8	===============================================================================
8.26/8.52	c 8	|         0 |    1465    27665   164719 |     9221        0    nan |  0.000 % |
8.26/8.52	c 8	|       100 |    1465    27665   164719 |    10143      100      8 | 45.008 % |
8.26/8.52	c 8	===============================================================================
8.26/8.52	c 8	restarts              : 2
8.26/8.52	c 8	conflicts             : 100            (2174 /sec)
8.26/8.52	c 8	decisions             : 236            (2.12 % random) (5131 /sec)
8.26/8.52	c 8	propagations          : 4992           (108538 /sec)
8.26/8.52	c 8	conflict literals     : 762            (15.14 % deleted)
8.26/8.52	c 8	Memory used           : 4.45 MB
8.26/8.52	c 8	CPU time              : 0.045993 s
8.26/8.53	c 8	
8.26/8.53	c 8	SATISFIABLE
8.26/8.53	c 8	FOUND: _COST <= 19
8.26/8.53	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.26/8.53	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.32/8.61	c 8	Decoding HOME/temp.out
8.32/8.67	c 8	OBJECTIVE _COST 19
8.32/8.67	o 19
8.32/8.67	v 7 1 22 5 1 1 1 3 1 1 1 0 1 1 0 1 1 1 1 2 2 1 1 1 21 2 5 0 0 0 1 0 30 22 0 1 0 1 2 2 2 0 0 2 3 1 22 0 1 0 1 1 2 1 1 3 1 1 1 0 1 0 1 0 1 1 2 0 1 2 0 9 1 1 6 0 1 1 1 1 6 1 1 2 1 1 1 1 0 1 0 2 0 0 0 3 3 5 0 0 4 9 9 9 6 9 9 9 9 9 9
8.32/8.68	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.32/8.69	c 8	OBJECTIVE BOUND: 0 <= _COST <= 19
8.32/8.69	c 8	SEARCHING: _COST <= 9
8.32/8.69	c 8	SOLVING HOME/temp.cnf
8.32/8.69	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.32/8.69	c 8	This is MiniSat 2.0 beta
8.32/8.69	c 8	WARNING: for repeatability, setting FPU to use double precision
8.32/8.69	c 8	============================[ Problem Statistics ]=============================
8.32/8.69	c 8	|                                                                             |
8.32/8.69	c 8	|  Number of variables:  2664                                                 |
8.32/8.69	c 8	|  Number of clauses:    54065                                                |
8.46/8.73	c 8	|  Parsing time:         0.03         s                                       |
8.46/8.74	c 8	============================[ Search Statistics ]==============================
8.46/8.74	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.46/8.74	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.46/8.74	c 8	===============================================================================
8.46/8.74	c 8	|         0 |    1265    23718   153468 |     7906        0    nan |  0.000 % |
8.46/8.75	c 8	|       100 |    1265    23718   153468 |     8696      100      8 | 52.515 % |
8.46/8.75	c 8	===============================================================================
8.46/8.75	c 8	restarts              : 2
8.46/8.75	c 8	conflicts             : 104            (2080 /sec)
8.46/8.75	c 8	decisions             : 222            (1.35 % random) (4441 /sec)
8.46/8.75	c 8	propagations          : 4900           (98016 /sec)
8.46/8.75	c 8	conflict literals     : 787            (14.73 % deleted)
8.46/8.75	c 8	Memory used           : 4.45 MB
8.46/8.75	c 8	CPU time              : 0.049992 s
8.46/8.75	c 8	
8.46/8.75	c 8	SATISFIABLE
8.46/8.75	c 8	FOUND: _COST <= 9
8.46/8.75	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.46/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.51/8.83	c 9	Decoding HOME/temp.out
8.51/8.89	c 9	OBJECTIVE _COST 9
8.51/8.89	o 9
8.51/8.90	v 6 1 22 5 1 1 1 4 0 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 21 2 3 0 0 1 1 0 21 22 0 0 0 1 1 2 0 0 0 2 2 1 38 0 1 3 1 1 2 1 1 6 1 1 0 0 0 1 2 0 1 2 2 0 1 2 0 8 2 2 6 0 1 1 1 1 6 1 1 0 0 1 1 1 0 2 0 1 0 4 0 3 3 5 0 0 4 9 6 9 6 9 9 6 9 9 9
8.51/8.90	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.51/8.91	c 9	OBJECTIVE BOUND: 0 <= _COST <= 9
8.51/8.91	c 9	SEARCHING: _COST <= 4
8.51/8.91	c 9	SOLVING HOME/temp.cnf
8.51/8.91	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.51/8.92	c 9	This is MiniSat 2.0 beta
8.51/8.92	c 9	WARNING: for repeatability, setting FPU to use double precision
8.51/8.92	c 9	============================[ Problem Statistics ]=============================
8.51/8.92	c 9	|                                                                             |
8.51/8.92	c 9	|  Number of variables:  2664                                                 |
8.51/8.92	c 9	|  Number of clauses:    54065                                                |
8.51/8.95	c 9	|  Parsing time:         0.03         s                                       |
8.51/8.97	c 9	============================[ Search Statistics ]==============================
8.51/8.97	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.51/8.97	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.51/8.97	c 9	===============================================================================
8.51/8.97	c 9	|         0 |    1069    21331   146890 |     7110        0    nan |  0.000 % |
8.51/8.97	c 9	|       101 |    1069    21331   146890 |     7821      101      9 | 59.872 % |
8.51/8.98	c 9	===============================================================================
8.51/8.98	c 9	restarts              : 2
8.51/8.98	c 9	conflicts             : 106            (2164 /sec)
8.51/8.98	c 9	decisions             : 208            (0.48 % random) (4246 /sec)
8.51/8.98	c 9	propagations          : 5312           (108426 /sec)
8.51/8.98	c 9	conflict literals     : 912            (18.28 % deleted)
8.51/8.98	c 9	Memory used           : 4.46 MB
8.51/8.98	c 9	CPU time              : 0.048992 s
8.51/8.98	c 9	
8.51/8.98	c 9	SATISFIABLE
8.51/8.98	c 9	FOUND: _COST <= 4
8.51/8.98	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.51/8.98	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.73/9.06	c 9	Decoding HOME/temp.out
8.73/9.12	c 9	OBJECTIVE _COST 4
8.73/9.12	o 4
8.73/9.13	v 6 1 24 9 1 1 0 4 1 1 1 1 0 3 1 1 1 0 1 2 2 1 1 1 18 1 4 1 0 0 0 0 29 22 0 1 0 1 1 2 0 0 1 1 2 1 38 0 1 3 1 1 2 1 1 11 1 1 0 1 0 1 3 1 1 3 0 0 1 2 0 8 3 3 3 0 1 1 0 1 4 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 2 4 1 0 3 9 8 9 2 8 9 1 7 8 0
8.73/9.13	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.73/9.14	c 9	OBJECTIVE BOUND: 0 <= _COST <= 4
8.73/9.14	c 9	SEARCHING: _COST <= 2
8.73/9.14	c 9	SOLVING HOME/temp.cnf
8.73/9.14	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.73/9.14	c 9	This is MiniSat 2.0 beta
8.73/9.14	c 9	WARNING: for repeatability, setting FPU to use double precision
8.73/9.15	c 9	============================[ Problem Statistics ]=============================
8.73/9.15	c 9	|                                                                             |
8.73/9.15	c 9	|  Number of variables:  2664                                                 |
8.73/9.15	c 9	|  Number of clauses:    54065                                                |
8.73/9.18	c 9	|  Parsing time:         0.03         s                                       |
8.73/9.19	c 9	============================[ Search Statistics ]==============================
8.73/9.19	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.73/9.19	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.73/9.19	c 9	===============================================================================
8.73/9.19	c 9	|         0 |     913    20144   143795 |     6714        0    nan |  0.000 % |
8.73/9.20	c 9	|       101 |     913    20144   143795 |     7386      101      9 | 65.728 % |
8.88/9.20	c 9	===============================================================================
8.88/9.20	c 9	restarts              : 2
8.88/9.20	c 9	conflicts             : 122            (2542 /sec)
8.88/9.20	c 9	decisions             : 199            (1.51 % random) (4147 /sec)
8.88/9.20	c 9	propagations          : 5352           (111519 /sec)
8.88/9.20	c 9	conflict literals     : 1040           (18.05 % deleted)
8.88/9.20	c 9	Memory used           : 4.45 MB
8.88/9.20	c 9	CPU time              : 0.047992 s
8.88/9.20	c 9	
8.88/9.20	c 9	SATISFIABLE
8.88/9.20	c 9	FOUND: _COST <= 2
8.88/9.20	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.88/9.20	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.88/9.28	c 9	Decoding HOME/temp.out
8.94/9.34	c 9	OBJECTIVE _COST 2
8.94/9.34	o 2
8.94/9.35	v 8 1 23 5 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 12 22 0 0 0 1 1 2 0 0 0 2 3 1 38 0 1 3 1 1 2 1 1 12 1 1 0 0 0 1 2 0 1 2 2 0 1 2 0 8 2 2 5 0 1 1 1 1 6 1 1 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 1 0 2 9 8 1 0 7 1 6 1 7 7
8.94/9.35	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.94/9.36	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
8.94/9.36	c 9	SEARCHING: _COST <= 1
8.94/9.36	c 9	SOLVING HOME/temp.cnf
8.94/9.36	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.94/9.37	c 9	This is MiniSat 2.0 beta
8.94/9.37	c 9	WARNING: for repeatability, setting FPU to use double precision
8.94/9.37	c 9	============================[ Problem Statistics ]=============================
8.94/9.37	c 9	|                                                                             |
8.94/9.37	c 9	|  Number of variables:  2664                                                 |
8.94/9.37	c 9	|  Number of clauses:    54065                                                |
9.08/9.41	c 9	|  Parsing time:         0.03         s                                       |
9.08/9.41	c 9	============================[ Search Statistics ]==============================
9.08/9.41	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.08/9.41	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.08/9.41	c 9	===============================================================================
9.08/9.41	c 9	|         0 |     759    19317   141775 |     6439        0    nan |  0.000 % |
9.08/9.42	c 9	|       101 |     759    19317   141775 |     7082      101      9 | 71.509 % |
9.08/9.43	c 9	===============================================================================
9.08/9.43	c 9	restarts              : 2
9.08/9.43	c 9	conflicts             : 241            (4383 /sec)
9.08/9.43	c 9	decisions             : 338            (0.89 % random) (6146 /sec)
9.08/9.43	c 9	propagations          : 8291           (150770 /sec)
9.08/9.43	c 9	conflict literals     : 1956           (18.12 % deleted)
9.08/9.43	c 9	Memory used           : 4.46 MB
9.08/9.43	c 9	CPU time              : 0.054991 s
9.08/9.43	c 9	
9.08/9.43	c 9	SATISFIABLE
9.08/9.43	c 9	FOUND: _COST <= 1
9.08/9.43	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.08/9.43	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.15/9.51	c 9	Decoding HOME/temp.out
9.15/9.57	c 9	OBJECTIVE _COST 1
9.15/9.57	o 1
9.15/9.58	v 8 1 23 5 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 12 23 1 0 0 1 1 2 0 0 0 2 3 1 39 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 0 2 2 5 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 1 0 2 9 8 1 0 7 1 3 1 4 7
9.15/9.58	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.15/9.59	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
9.15/9.59	c 9	SEARCHING: _COST <= 0
9.15/9.59	c 9	SOLVING HOME/temp.cnf
9.15/9.59	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.15/9.59	c 9	This is MiniSat 2.0 beta
9.15/9.59	c 9	WARNING: for repeatability, setting FPU to use double precision
9.15/9.59	c 9	============================[ Problem Statistics ]=============================
9.15/9.59	c 9	|                                                                             |
9.15/9.60	c 9	|  Number of variables:  2664                                                 |
9.15/9.60	c 9	|  Number of clauses:    54065                                                |
9.31/9.63	c 9	|  Parsing time:         0.03         s                                       |
9.31/9.64	c 9	============================[ Search Statistics ]==============================
9.31/9.64	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.31/9.64	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.31/9.64	c 9	===============================================================================
9.31/9.64	c 9	|         0 |     444    18647   140012 |     6215        0    nan |  0.000 % |
9.31/9.64	c 9	===============================================================================
9.31/9.64	c 9	restarts              : 1
9.31/9.64	c 9	conflicts             : 62             (1348 /sec)
9.31/9.64	c 9	decisions             : 70             (0.00 % random) (1522 /sec)
9.31/9.64	c 9	propagations          : 3169           (68902 /sec)
9.31/9.64	c 9	conflict literals     : 256            (29.67 % deleted)
9.31/9.64	c 9	Memory used           : 4.32 MB
9.31/9.64	c 9	CPU time              : 0.045993 s
9.31/9.64	c 9	
9.31/9.64	c 9	UNSATISFIABLE
9.31/9.65	c 9	NOT FOUND: _COST <= 0
9.31/9.65	c 9	OBJECTIVE _COST 1
9.31/9.65	s OPTIMUM FOUND
9.31/9.65	c 9	CPU 8.83 (0.04 0.02 8.79 0.5)
9.31/9.65	c 9	END Sat Jul 12 09:12:50 2008

Verifier Data (download as text)

OK	1	153
1 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-1111438-1215846760/watcher-1111438-1215846760 -o /tmp/evaluation-result-1111438-1215846760/solver-1111438-1215846760 -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-1111438-1215846760.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.05 2.06 4/80 17454
/proc/meminfo: memFree=1744288/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=12268 CPUtime=0
/proc/17454/stat : 17454 (sugar) R 17452 17454 15751 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41377606 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 210833030142 0 0 4224 0 0 0 0 17 1 0 0
/proc/17454/statm: 3067 316 241 3 0 167 0

[startup+0.0494011 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 17454
/proc/meminfo: memFree=1744288/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=0.03
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 41377606 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10124 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 17454
/proc/meminfo: memFree=1744288/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=0.03
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41377606 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301277 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 17454
/proc/meminfo: memFree=1744288/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=0.03
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41377606 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701362 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 17454
/proc/meminfo: memFree=1744288/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=0.03
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41377606 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50252 s]
/proc/loadavg: 2.00 2.05 2.06 4/91 17466
/proc/meminfo: memFree=1716488/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=0.03
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41377606 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 796 370 3 0 500 0
[pid=17457] ppid=17454 vsize=5356 CPUtime=0
/proc/17457/stat : 17457 (sh) S 17454 17454 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41377612 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17457/statm: 1339 233 193 169 0 50 0
[pid=17458] ppid=17457 vsize=865648 CPUtime=1.42
/proc/17458/stat : 17458 (java) S 17457 17454 15751 0 -1 0 11387 0 1 0 134 8 0 0 18 0 9 0 41377612 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17458/statm: 216412 10266 2528 9 0 210994 0
[pid=17458/tid=17459] ppid=17457 vsize=865648 CPUtime=1.05
/proc/17458/task/17459/stat : 17459 (java) R 17457 17454 15751 0 -1 64 4949 0 1 0 101 4 0 0 25 0 9 0 41377613 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17460] ppid=17457 vsize=865648 CPUtime=0.24
/proc/17458/task/17460/stat : 17460 (java) S 17457 17454 15751 0 -1 64 5267 0 0 0 22 2 0 0 16 0 9 0 41377614 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17461] ppid=17457 vsize=865648 CPUtime=0
/proc/17458/task/17461/stat : 17461 (java) S 17457 17454 15751 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 41377614 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17462] ppid=17457 vsize=865648 CPUtime=0
/proc/17458/task/17462/stat : 17462 (java) S 17457 17454 15751 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41377614 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17463] ppid=17457 vsize=865648 CPUtime=0
/proc/17458/task/17463/stat : 17463 (java) S 17457 17454 15751 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41377616 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17464] ppid=17457 vsize=865648 CPUtime=0.09
/proc/17458/task/17464/stat : 17464 (java) R 17457 17454 15751 0 -1 64 472 0 0 0 9 0 0 0 16 0 9 0 41377616 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 104634942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17465] ppid=17457 vsize=865648 CPUtime=0
/proc/17458/task/17465/stat : 17465 (java) S 17457 17454 15751 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41377616 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17458/tid=17466] ppid=17457 vsize=865648 CPUtime=0
/proc/17458/task/17466/stat : 17466 (java) S 17457 17454 15751 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 41377616 886423552 10266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 884604

[startup+3.10284 s]
/proc/loadavg: 2.00 2.05 2.06 3/91 17476
/proc/meminfo: memFree=1724232/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=1.46
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 974 11814 0 1 3 0 134 9 16 0 1 0 41377606 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 797 370 3 0 500 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41377759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864076 CPUtime=1.55
/proc/17468/stat : 17468 (java) S 17467 17454 15751 0 -1 0 12736 0 1 0 148 7 0 0 18 0 9 0 41377759 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216019 11651 2532 9 0 210601 0
[pid=17468/tid=17469] ppid=17467 vsize=864076 CPUtime=0.87
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 15751 0 -1 64 2746 0 1 0 86 1 0 0 25 0 9 0 41377760 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 103826449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864076 CPUtime=0.6
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 15751 0 -1 64 8970 0 0 0 56 4 0 0 16 0 9 0 41377761 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864076 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 15751 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41377762 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864076 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 15751 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41377762 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864076 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41377764 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864076 CPUtime=0.05
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 15751 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 41377764 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864076 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 15751 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41377764 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864076 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 15751 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41377764 884813824 11651 996147200 134512640 134550740 4294955936 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) 883032

[startup+6.30249 s]
/proc/loadavg: 2.00 2.05 2.06 5/91 17476
/proc/meminfo: memFree=1642832/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=1.46
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 974 11814 0 1 3 0 134 9 15 0 1 0 41377606 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 797 370 3 0 500 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41377759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864300 CPUtime=4.71
/proc/17468/stat : 17468 (java) S 17467 17454 15751 0 -1 0 29239 0 1 0 455 16 0 0 18 0 9 0 41377759 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216075 27425 2565 9 0 210622 0
[pid=17468/tid=17469] ppid=17467 vsize=864300 CPUtime=2.33
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 15751 0 -1 64 3701 0 1 0 231 2 0 0 25 0 9 0 41377760 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4126717404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864300 CPUtime=2.21
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 15751 0 -1 64 24463 0 0 0 209 12 0 0 16 0 9 0 41377761 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 15751 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41377762 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41377762 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41377764 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864300 CPUtime=0.13
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 15751 0 -1 64 379 0 0 0 13 0 0 0 16 0 9 0 41377764 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 15751 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41377764 885043200 27425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 15751 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41377764 885043200 27425 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) 883256

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

[startup+7.90281 s]
/proc/loadavg: 2.00 2.05 2.06 3/91 17476
/proc/meminfo: memFree=1638224/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=1.46
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 974 11814 0 1 3 0 134 9 16 0 1 0 41377606 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 797 370 3 0 500 0
[pid=17467] ppid=17454 vsize=5356 CPUtime=0
/proc/17467/stat : 17467 (sh) S 17454 17454 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41377759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17467/statm: 1339 233 193 169 0 50 0
[pid=17468] ppid=17467 vsize=864300 CPUtime=6.29
/proc/17468/stat : 17468 (java) S 17467 17454 15751 0 -1 0 29293 0 1 0 612 17 0 0 18 0 9 0 41377759 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17468/statm: 216075 27430 2565 9 0 210622 0
[pid=17468/tid=17469] ppid=17467 vsize=864300 CPUtime=3.86
/proc/17468/task/17469/stat : 17469 (java) R 17467 17454 15751 0 -1 64 3751 0 1 0 383 3 0 0 25 0 9 0 41377760 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4126751156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17470] ppid=17467 vsize=864300 CPUtime=2.26
/proc/17468/task/17470/stat : 17470 (java) S 17467 17454 15751 0 -1 64 24463 0 0 0 214 12 0 0 16 0 9 0 41377761 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17471] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17471/stat : 17471 (java) S 17467 17454 15751 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41377762 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17472] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17472/stat : 17472 (java) S 17467 17454 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41377762 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17473] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17473/stat : 17473 (java) S 17467 17454 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41377764 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17474] ppid=17467 vsize=864300 CPUtime=0.14
/proc/17468/task/17474/stat : 17474 (java) S 17467 17454 15751 0 -1 64 383 0 0 0 14 0 0 0 16 0 9 0 41377764 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17475] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17475/stat : 17475 (java) S 17467 17454 15751 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41377764 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17468/tid=17476] ppid=17467 vsize=864300 CPUtime=0
/proc/17468/task/17476/stat : 17476 (java) S 17467 17454 15751 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41377764 885043200 27430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 883256

[startup+8.70297 s]
/proc/loadavg: 2.00 2.05 2.06 3/83 17514
/proc/meminfo: memFree=1735824/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=8.46
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 1411 56671 0 5 4 1 804 37 16 0 1 0 41377606 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 807 374 3 0 500 0
[pid=17513] ppid=17454 vsize=5356 CPUtime=0
/proc/17513/stat : 17513 (sh) S 17454 17454 15751 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 41378476 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17513/statm: 1339 232 193 169 0 50 0
[pid=17514] ppid=17513 vsize=2244 CPUtime=0
/proc/17514/stat : 17514 (minisat) R 17513 17454 15751 0 -1 4194304 465 0 0 0 0 0 0 0 19 0 1 0 41378476 2297856 451 996147200 134512640 135127466 4294956256 18446744073709551615 134514051 0 0 4096 3 0 0 0 17 1 0 0
/proc/17514/statm: 561 451 62 150 0 408 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 21200

[startup+9.10205 s]
/proc/loadavg: 2.00 2.05 2.06 3/83 17514
/proc/meminfo: memFree=1735824/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=8.73
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 1589 63090 0 6 4 1 827 41 16 0 1 0 41377606 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 13600

[startup+9.50113 s]
/proc/loadavg: 2.00 2.05 2.06 3/83 17514
/proc/meminfo: memFree=1735824/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=9.15
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 1800 73279 0 8 4 2 862 47 16 0 1 0 41377606 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 13600

[startup+9.60115 s]
/proc/loadavg: 2.00 2.05 2.06 3/83 17514
/proc/meminfo: memFree=1735824/2055920 swapFree=4192812/4192956
[pid=17454] ppid=17452 vsize=13600 CPUtime=9.31
/proc/17454/stat : 17454 (sugar) S 17452 17454 15751 0 -1 4194304 1872 77042 0 9 4 2 875 50 16 0 1 0 41377606 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17454/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.65474
CPU time (s): 9.38057
CPU user time (s): 8.84765
CPU system time (s): 0.532918
CPU usage (%): 97.1603
Max. virtual memory (cumulated for all children) (KiB): 884604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.84765
system time used= 0.532918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80308
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5142
involuntary context switches= 5117

runsolver used 0.013997 second user time and 0.054991 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-12 09:12:41
IDJOB=1111438
IDBENCH=61276
IDSOLVER=368
FILE ID=node33/1111438-1215846760
PBS_JOBID= 7903360
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-37_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-1111438-1215846760/watcher-1111438-1215846760 -o /tmp/evaluation-result-1111438-1215846760/solver-1111438-1215846760 -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-1111438-1215846760.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08598072886ba97176539d03f5f4ce66
RANDOM SEED=260934895

node33.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.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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:       1744768 kB
Buffers:         40048 kB
Cached:          96224 kB
SwapCached:          0 kB
Active:         184344 kB
Inactive:        68456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4080 kB
Writeback:           0 kB
Mapped:         136804 kB
Slab:            43452 kB
Committed_AS:   977200 kB
PageTables:       1968 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= 66464 MiB
End job on node33 at 2008-07-12 09:12:50