Trace number 1111334

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.40557 9.70899

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-16_ext.xml
MD5SUM9636fb8dcf169e67c77f903dbcf6fa63
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 benchmark9.00063
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
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:54:40 2008
0.00/0.04	c 0	PID 16127
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111334-1215845679.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111334-1215845679.xml' 'HOME/temp.csp'
1.26/1.31	c 1	15 domains, 111 variables, 0 predicates, 132 relations, 149 constraints
1.26/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.35	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.28/1.43	c 1	Parsing HOME/temp.csp
3.49/3.64	c 3	parsed 407 expressions
3.49/3.65	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.49/3.65	c 3	MAX CSP: 149 constraints
3.49/3.65	c 3	Converting to clausal form CSP
3.49/3.67	c 3	converted 56 (10%) expressions
3.49/3.67	c 3	converted 112 (20%) expressions
3.58/3.75	c 3	converted 168 (30%) expressions
3.58/3.79	c 4	converted 224 (40%) expressions
3.69/3.83	c 4	converted 280 (50%) expressions
3.69/3.84	c 4	converted 336 (60%) expressions
3.69/3.85	c 4	converted 392 (70%) expressions
3.88/4.04	c 4	converted 448 (80%) expressions
4.18/4.32	c 4	converted 504 (90%) expressions
5.46/5.63	c 5	converted 559 (100%) expressions
5.46/5.63	c 5	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 224
5.46/5.63	c 5	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.63	c 5	Propagation in CSP
5.46/5.65	c 5	145 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/5.65	c 5	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 150
5.46/5.65	c 5	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.65	c 5	Simplifing CSP by introducing new Boolean variables
5.46/5.65	c 5	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 150
5.46/5.65	c 5	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.86/6.03	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.86/6.04	c 6	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.86/6.04	c 6	82 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.86/6.05	c 6	123 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.86/6.05	c 6	164 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.86/6.05	c 6	205 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.86/6.05	c 6	246 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.86/6.05	c 6	287 (70%) CSP integer variables are encoded (568 clauses, 6150 bytes)
5.86/6.05	c 6	328 (80%) CSP integer variables are encoded (746 clauses, 8226 bytes)
5.86/6.06	c 6	369 (90%) CSP integer variables are encoded (1564 clauses, 18860 bytes)
5.86/6.06	c 6	409 (100%) CSP integer variables are encoded (2175 clauses, 26803 bytes)
5.95/6.10	c 6	45 (10%) CSP clauses are encoded (2456 clauses, 32273 bytes)
6.25/6.49	c 6	90 (20%) CSP clauses are encoded (13513 clauses, 389194 bytes)
6.95/7.19	c 7	134 (30%) CSP clauses are encoded (17596 clauses, 496391 bytes)
7.84/8.04	c 8	179 (40%) CSP clauses are encoded (24505 clauses, 751416 bytes)
7.84/8.05	c 8	223 (50%) CSP clauses are encoded (26101 clauses, 774786 bytes)
7.84/8.05	c 8	268 (60%) CSP clauses are encoded (26654 clauses, 783148 bytes)
7.84/8.06	c 8	313 (70%) CSP clauses are encoded (30873 clauses, 856028 bytes)
7.84/8.08	c 8	357 (80%) CSP clauses are encoded (35215 clauses, 927594 bytes)
7.93/8.10	c 8	402 (90%) CSP clauses are encoded (44071 clauses, 1087074 bytes)
7.93/8.12	c 8	446 (100%) CSP clauses are encoded (55638 clauses, 1297064 bytes)
7.93/8.12	c 8	446 CSP clauses encoded
7.93/8.12	c 8	Writing map file : HOME/temp.map
7.93/8.13	c 8	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.93/8.13	c 8	SAT : 2584 SAT variables, 55638 SAT clauses, 1297064 bytes
7.93/8.13	c 8	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.93/8.20	c 8	OBJECTIVE minimize _COST
7.93/8.20	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.93/8.20	c 8	SEARCHING: _COST <= 75
7.93/8.20	c 8	SOLVING HOME/temp.cnf
7.93/8.20	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.00/8.20	c 8	This is MiniSat 2.0 beta
8.00/8.20	c 8	WARNING: for repeatability, setting FPU to use double precision
8.00/8.20	c 8	============================[ Problem Statistics ]=============================
8.00/8.20	c 8	|                                                                             |
8.00/8.20	c 8	|  Number of variables:  2584                                                 |
8.00/8.20	c 8	|  Number of clauses:    55639                                                |
8.00/8.24	c 8	|  Parsing time:         0.03         s                                       |
8.00/8.24	c 8	============================[ Search Statistics ]==============================
8.00/8.24	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.00/8.24	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.00/8.24	c 8	===============================================================================
8.00/8.24	c 8	|         0 |    1992    43942   228750 |    14647        0    nan |  0.000 % |
8.00/8.25	c 8	===============================================================================
8.00/8.25	c 8	restarts              : 1
8.00/8.25	c 8	conflicts             : 37             (841 /sec)
8.00/8.25	c 8	decisions             : 202            (0.50 % random) (4592 /sec)
8.00/8.25	c 8	propagations          : 3701           (84127 /sec)
8.00/8.25	c 8	conflict literals     : 279            (19.60 % deleted)
8.00/8.25	c 8	Memory used           : 4.43 MB
8.00/8.25	c 8	CPU time              : 0.043993 s
8.00/8.25	c 8	
8.00/8.25	c 8	SATISFIABLE
8.00/8.25	c 8	FOUND: _COST <= 75
8.00/8.25	s SATISFIABLE
8.00/8.25	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.00/8.25	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.06/8.34	c 8	Decoding HOME/temp.out
8.06/8.40	c 8	OBJECTIVE _COST 49
8.06/8.40	o 49
8.07/8.40	v 6 1 5 8 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 24 2 3 1 0 2 1 0 30 24 0 1 0 1 1 2 0 1 0 2 2 1 36 1 1 3 1 1 2 1 1 5 1 1 1 1 0 1 2 0 1 4 2 1 1 2 0 9 2 4 4 0 1 0 0 1 6 1 3 0 1 1 1 1 0 1 0 2 0 0 1 1 2 8 1 2 3 7 9 9 9 5 8 3 6 9 9
8.07/8.41	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.07/8.42	c 8	OBJECTIVE BOUND: 0 <= _COST <= 49
8.07/8.42	c 8	SEARCHING: _COST <= 24
8.07/8.42	c 8	SOLVING HOME/temp.cnf
8.07/8.42	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.07/8.42	c 8	This is MiniSat 2.0 beta
8.07/8.42	c 8	WARNING: for repeatability, setting FPU to use double precision
8.07/8.42	c 8	============================[ Problem Statistics ]=============================
8.07/8.42	c 8	|                                                                             |
8.07/8.42	c 8	|  Number of variables:  2584                                                 |
8.07/8.42	c 8	|  Number of clauses:    55639                                                |
8.07/8.46	c 8	|  Parsing time:         0.03         s                                       |
8.07/8.47	c 8	============================[ Search Statistics ]==============================
8.07/8.47	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.07/8.47	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.07/8.47	c 8	===============================================================================
8.07/8.47	c 8	|         0 |    1493    32531   195963 |    10843        0    nan |  0.000 % |
8.07/8.47	c 8	===============================================================================
8.07/8.47	c 8	restarts              : 1
8.07/8.47	c 8	conflicts             : 40             (833 /sec)
8.07/8.47	c 8	decisions             : 182            (0.55 % random) (3792 /sec)
8.07/8.47	c 8	propagations          : 3889           (81034 /sec)
8.07/8.47	c 8	conflict literals     : 284            (19.77 % deleted)
8.07/8.47	c 8	Memory used           : 4.56 MB
8.07/8.47	c 8	CPU time              : 0.047992 s
8.07/8.48	c 8	
8.07/8.48	c 8	SATISFIABLE
8.07/8.48	c 8	FOUND: _COST <= 24
8.07/8.48	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.07/8.48	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.27/8.56	c 8	Decoding HOME/temp.out
8.27/8.61	c 8	OBJECTIVE _COST 24
8.27/8.62	o 24
8.27/8.62	v 6 1 5 8 1 1 1 4 1 1 1 1 0 3 1 1 1 0 1 2 2 0 1 1 24 0 4 1 0 0 1 0 30 24 1 1 0 1 1 2 0 1 1 1 2 1 39 0 1 3 1 1 2 1 1 7 1 1 1 1 0 1 3 1 1 3 0 0 1 2 0 0 3 4 4 0 1 1 0 1 6 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 2 8 1 0 3 7 7 9 9 5 8 3 6 9 9
8.27/8.62	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.27/8.64	c 8	OBJECTIVE BOUND: 0 <= _COST <= 24
8.27/8.64	c 8	SEARCHING: _COST <= 12
8.27/8.64	c 8	SOLVING HOME/temp.cnf
8.27/8.64	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.27/8.64	c 8	This is MiniSat 2.0 beta
8.27/8.64	c 8	WARNING: for repeatability, setting FPU to use double precision
8.27/8.64	c 8	============================[ Problem Statistics ]=============================
8.27/8.64	c 8	|                                                                             |
8.27/8.64	c 8	|  Number of variables:  2584                                                 |
8.27/8.64	c 8	|  Number of clauses:    55639                                                |
8.27/8.68	c 8	|  Parsing time:         0.03         s                                       |
8.27/8.69	c 8	============================[ Search Statistics ]==============================
8.27/8.69	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.27/8.69	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.27/8.69	c 8	===============================================================================
8.27/8.69	c 8	|         0 |    1302    28399   184128 |     9466        0    nan |  0.000 % |
8.27/8.69	c 8	|       102 |    1302    28399   184128 |    10412      102     10 | 49.613 % |
8.46/8.70	c 8	===============================================================================
8.46/8.70	c 8	restarts              : 2
8.46/8.70	c 8	conflicts             : 113            (2306 /sec)
8.46/8.70	c 8	decisions             : 242            (1.24 % random) (4940 /sec)
8.46/8.70	c 8	propagations          : 5267           (107507 /sec)
8.46/8.70	c 8	conflict literals     : 1094           (24.34 % deleted)
8.46/8.70	c 8	Memory used           : 4.56 MB
8.46/8.70	c 8	CPU time              : 0.048992 s
8.46/8.70	c 8	
8.46/8.70	c 8	SATISFIABLE
8.46/8.71	c 8	FOUND: _COST <= 12
8.46/8.71	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.46/8.71	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.46/8.78	c 8	Decoding HOME/temp.out
8.48/8.84	c 9	OBJECTIVE _COST 12
8.48/8.84	o 12
8.48/8.85	v 6 1 22 5 1 1 1 4 1 1 1 1 0 3 1 1 1 0 1 2 2 1 1 1 21 0 4 1 0 0 1 0 30 24 0 0 0 1 1 2 0 0 1 1 2 1 41 0 1 3 1 1 2 1 1 7 1 1 1 1 0 1 3 1 1 3 0 0 1 2 0 9 3 3 6 0 1 0 0 1 6 1 0 0 0 1 1 1 0 1 0 1 0 4 0 3 3 5 1 0 4 0 4 9 7 9 9 9 7 9 9
8.48/8.85	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.48/8.91	c 9	OBJECTIVE BOUND: 0 <= _COST <= 12
8.48/8.91	c 9	SEARCHING: _COST <= 6
8.48/8.91	c 9	SOLVING HOME/temp.cnf
8.48/8.91	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.48/8.91	c 9	This is MiniSat 2.0 beta
8.48/8.91	c 9	WARNING: for repeatability, setting FPU to use double precision
8.48/8.91	c 9	============================[ Problem Statistics ]=============================
8.48/8.91	c 9	|                                                                             |
8.48/8.91	c 9	|  Number of variables:  2584                                                 |
8.48/8.91	c 9	|  Number of clauses:    55639                                                |
8.48/8.95	c 9	|  Parsing time:         0.04         s                                       |
8.48/8.96	c 9	============================[ Search Statistics ]==============================
8.48/8.96	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.48/8.96	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.48/8.96	c 9	===============================================================================
8.48/8.96	c 9	|         0 |    1138    25942   177243 |     8647        0    nan |  0.000 % |
8.48/8.96	c 9	|       102 |    1138    25942   177243 |     9512      102     10 | 55.960 % |
8.48/8.97	c 9	===============================================================================
8.48/8.97	c 9	restarts              : 2
8.48/8.97	c 9	conflicts             : 126            (2291 /sec)
8.48/8.97	c 9	decisions             : 266            (1.13 % random) (4837 /sec)
8.48/8.97	c 9	propagations          : 5722           (104053 /sec)
8.48/8.97	c 9	conflict literals     : 1269           (23.14 % deleted)
8.48/8.97	c 9	Memory used           : 4.56 MB
8.48/8.97	c 9	CPU time              : 0.054991 s
8.48/8.97	c 9	
8.48/8.97	c 9	SATISFIABLE
8.48/8.97	c 9	FOUND: _COST <= 6
8.48/8.97	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.48/8.97	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.70/9.05	c 9	Decoding HOME/temp.out
8.70/9.11	c 9	OBJECTIVE _COST 6
8.70/9.11	o 6
8.70/9.11	v 6 1 1 5 1 1 1 4 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 22 2 3 0 0 1 1 0 30 24 0 0 0 1 1 2 0 0 0 2 2 1 41 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 0 0 1 6 1 0 0 0 1 1 0 0 0 0 2 0 4 0 1 3 2 1 0 2 4 0 9 7 4 6 9 1 4 9
8.70/9.12	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.70/9.13	c 9	OBJECTIVE BOUND: 0 <= _COST <= 6
8.70/9.13	c 9	SEARCHING: _COST <= 3
8.70/9.13	c 9	SOLVING HOME/temp.cnf
8.70/9.13	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.70/9.13	c 9	This is MiniSat 2.0 beta
8.70/9.13	c 9	WARNING: for repeatability, setting FPU to use double precision
8.70/9.13	c 9	============================[ Problem Statistics ]=============================
8.70/9.13	c 9	|                                                                             |
8.70/9.13	c 9	|  Number of variables:  2584                                                 |
8.70/9.13	c 9	|  Number of clauses:    55639                                                |
8.70/9.17	c 9	|  Parsing time:         0.03         s                                       |
8.70/9.18	c 9	============================[ Search Statistics ]==============================
8.70/9.18	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.70/9.18	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.70/9.18	c 9	===============================================================================
8.70/9.18	c 9	|         0 |     984    24450   173226 |     8150        0    nan |  0.000 % |
8.70/9.19	c 9	|       102 |     984    24450   173226 |     8965      102     10 | 61.920 % |
8.70/9.19	c 9	===============================================================================
8.70/9.19	c 9	restarts              : 2
8.70/9.19	c 9	conflicts             : 130            (2600 /sec)
8.70/9.19	c 9	decisions             : 231            (1.30 % random) (4621 /sec)
8.70/9.19	c 9	propagations          : 5281           (105637 /sec)
8.70/9.19	c 9	conflict literals     : 1363           (25.40 % deleted)
8.70/9.19	c 9	Memory used           : 4.56 MB
8.70/9.19	c 9	CPU time              : 0.049992 s
8.70/9.19	c 9	
8.70/9.19	c 9	SATISFIABLE
8.70/9.19	c 9	FOUND: _COST <= 3
8.70/9.19	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.70/9.19	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.91/9.27	c 9	Decoding HOME/temp.out
8.91/9.33	c 9	OBJECTIVE _COST 3
8.91/9.33	o 3
8.91/9.33	v 4 1 22 5 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 21 2 2 0 0 1 1 0 30 23 0 0 0 1 1 2 0 0 0 2 2 1 41 0 1 3 1 1 2 1 1 10 1 1 1 0 0 0 2 1 1 2 2 0 1 2 0 9 2 2 6 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 1 0 4 0 3 3 5 0 0 4 4 0 9 7 4 4 9 1 8 9
8.91/9.34	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.91/9.35	c 9	OBJECTIVE BOUND: 0 <= _COST <= 3
8.91/9.35	c 9	SEARCHING: _COST <= 1
8.91/9.35	c 9	SOLVING HOME/temp.cnf
8.91/9.35	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.91/9.35	c 9	This is MiniSat 2.0 beta
8.91/9.35	c 9	WARNING: for repeatability, setting FPU to use double precision
8.91/9.35	c 9	============================[ Problem Statistics ]=============================
8.91/9.35	c 9	|                                                                             |
8.91/9.36	c 9	|  Number of variables:  2584                                                 |
8.91/9.36	c 9	|  Number of clauses:    55639                                                |
9.05/9.40	c 9	|  Parsing time:         0.03         s                                       |
9.05/9.41	c 9	============================[ Search Statistics ]==============================
9.05/9.41	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.05/9.41	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.05/9.41	c 9	===============================================================================
9.05/9.41	c 9	|         0 |     749    23049   169726 |     7683        0    nan |  0.000 % |
9.05/9.41	c 9	|       102 |     749    23049   169726 |     8451      102     10 | 71.014 % |
9.05/9.42	c 9	|       253 |     749    23049   169726 |     9296      253     12 | 71.018 % |
9.05/9.43	c 9	===============================================================================
9.05/9.43	c 9	restarts              : 3
9.05/9.43	c 9	conflicts             : 390            (5822 /sec)
9.05/9.43	c 9	decisions             : 591            (1.35 % random) (8822 /sec)
9.05/9.43	c 9	propagations          : 9963           (148726 /sec)
9.05/9.43	c 9	conflict literals     : 4771           (22.52 % deleted)
9.05/9.43	c 9	Memory used           : 4.57 MB
9.05/9.43	c 9	CPU time              : 0.066989 s
9.05/9.43	c 9	
9.05/9.43	c 9	SATISFIABLE
9.05/9.44	c 9	FOUND: _COST <= 1
9.05/9.44	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.05/9.44	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.13/9.52	c 9	Decoding HOME/temp.out
9.13/9.57	c 9	OBJECTIVE _COST 1
9.13/9.57	o 1
9.13/9.58	v 1 1 14 6 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 1 2 1 1 1 17 2 3 0 0 1 1 0 30 24 0 0 0 1 1 2 0 0 0 2 3 1 41 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 1 1 2 0 0 1 2 0 9 2 2 10 0 1 0 0 1 6 1 0 0 1 1 1 0 0 2 0 1 0 0 0 3 3 6 1 0 4 1 1 9 9 9 9 2 9 9 5
9.13/9.58	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.13/9.60	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
9.13/9.60	c 9	SEARCHING: _COST <= 0
9.13/9.60	c 9	SOLVING HOME/temp.cnf
9.13/9.60	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.27/9.60	c 9	This is MiniSat 2.0 beta
9.27/9.60	c 9	WARNING: for repeatability, setting FPU to use double precision
9.27/9.60	c 9	============================[ Problem Statistics ]=============================
9.27/9.60	c 9	|                                                                             |
9.27/9.60	c 9	|  Number of variables:  2584                                                 |
9.27/9.60	c 9	|  Number of clauses:    55639                                                |
9.27/9.64	c 9	|  Parsing time:         0.03         s                                       |
9.27/9.65	c 9	============================[ Search Statistics ]==============================
9.27/9.65	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.27/9.65	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.27/9.65	c 9	===============================================================================
9.27/9.65	c 9	|         0 |     444    22408   168056 |     7469        0    nan |  0.000 % |
9.27/9.65	c 9	|       100 |     444    22408   168056 |     8216      100      6 | 82.817 % |
9.27/9.66	c 9	|       250 |     444    22408   168056 |     9037      250      7 | 82.817 % |
9.27/9.67	c 9	|       477 |     441    22408   168056 |     9941      476      7 | 82.972 % |
9.27/9.69	c 9	|       816 |     438    22408   168056 |    10935      814      7 | 83.088 % |
9.27/9.70	c 9	===============================================================================
9.27/9.70	c 9	restarts              : 5
9.27/9.70	c 9	conflicts             : 979            (10643 /sec)
9.27/9.70	c 9	decisions             : 1178           (2.04 % random) (12806 /sec)
9.27/9.70	c 9	propagations          : 19333          (210173 /sec)
9.27/9.70	c 9	conflict literals     : 6617           (37.86 % deleted)
9.27/9.70	c 9	Memory used           : 4.56 MB
9.27/9.70	c 9	CPU time              : 0.091986 s
9.27/9.70	c 9	
9.27/9.70	c 9	UNSATISFIABLE
9.27/9.70	c 9	NOT FOUND: _COST <= 0
9.27/9.70	c 9	OBJECTIVE _COST 1
9.27/9.70	s OPTIMUM FOUND
9.27/9.70	c 9	CPU 8.89 (0.04 0.01 8.85 0.48)
9.27/9.70	c 9	END Sat Jul 12 08:54:49 2008

Verifier Data (download as text)

OK	1	148
1 unsatisfied constraints, 148 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-1111334-1215845679/watcher-1111334-1215845679 -o /tmp/evaluation-result-1111334-1215845679/solver-1111334-1215845679 -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-1111334-1215845679.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.21 2.05 2.02 4/73 16127
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=4708 CPUtime=0
/proc/16127/stat : 16127 (sugar) R 16125 16127 12535 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 41271190 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 244668498896 0 0 4096 0 0 0 0 17 1 0 0
/proc/16127/statm: 1177 43 33 3 0 8 0

[startup+0.0557069 s]
/proc/loadavg: 2.21 2.05 2.02 4/73 16127
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=0.03
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41271190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104969 s]
/proc/loadavg: 2.21 2.05 2.02 4/73 16127
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=0.03
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41271190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303009 s]
/proc/loadavg: 2.21 2.05 2.02 4/73 16127
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=0.03
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41271190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701087 s]
/proc/loadavg: 2.21 2.05 2.02 4/73 16127
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=0.03
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41271190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 2.21 2.05 2.02 3/84 16139
/proc/meminfo: memFree=1794336/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=1.28
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 974 11833 0 1 3 0 117 8 16 0 1 0 41271190 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10253 s]
/proc/loadavg: 2.21 2.05 2.02 4/84 16149
/proc/meminfo: memFree=1809312/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=1.28
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 974 11833 0 1 3 0 117 8 16 0 1 0 41271190 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 797 370 3 0 500 0
[pid=16140] ppid=16127 vsize=5356 CPUtime=0
/proc/16140/stat : 16140 (sh) S 16127 16127 12535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41271326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16140/statm: 1339 233 193 169 0 50 0
[pid=16141] ppid=16140 vsize=864100 CPUtime=1.71
/proc/16141/stat : 16141 (java) S 16140 16127 12535 0 -1 0 12745 0 1 0 165 6 0 0 18 0 9 0 41271326 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16141/statm: 216025 11659 2532 9 0 210607 0
[pid=16141/tid=16142] ppid=16140 vsize=864100 CPUtime=1.04
/proc/16141/task/16142/stat : 16142 (java) R 16140 16127 12535 0 -1 64 2747 0 1 0 103 1 0 0 25 0 9 0 41271327 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16143] ppid=16140 vsize=864100 CPUtime=0.59
/proc/16141/task/16143/stat : 16143 (java) R 16140 16127 12535 0 -1 64 8979 0 0 0 56 3 0 0 16 0 9 0 41271328 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 102722818 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16144] ppid=16140 vsize=864100 CPUtime=0
/proc/16141/task/16144/stat : 16144 (java) S 16140 16127 12535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41271329 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16145] ppid=16140 vsize=864100 CPUtime=0
/proc/16141/task/16145/stat : 16145 (java) S 16140 16127 12535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41271329 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16146] ppid=16140 vsize=864100 CPUtime=0
/proc/16141/task/16146/stat : 16146 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41271330 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16147] ppid=16140 vsize=864100 CPUtime=0.05
/proc/16141/task/16147/stat : 16147 (java) S 16140 16127 12535 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 41271330 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16148] ppid=16140 vsize=864100 CPUtime=0
/proc/16141/task/16148/stat : 16148 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41271331 884838400 11659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16149] ppid=16140 vsize=864100 CPUtime=0
/proc/16141/task/16149/stat : 16149 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41271331 884838400 11659 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) 883056

[startup+6.30112 s]
/proc/loadavg: 2.27 2.07 2.02 3/84 16149
/proc/meminfo: memFree=1728608/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=1.28
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 974 11833 0 1 3 0 117 8 15 0 1 0 41271190 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 797 370 3 0 500 0
[pid=16140] ppid=16127 vsize=5356 CPUtime=0
/proc/16140/stat : 16140 (sh) S 16127 16127 12535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41271326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16140/statm: 1339 233 193 169 0 50 0
[pid=16141] ppid=16140 vsize=864316 CPUtime=4.87
/proc/16141/stat : 16141 (java) S 16140 16127 12535 0 -1 0 34354 0 1 0 471 16 0 0 18 0 9 0 41271326 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16141/statm: 216079 27480 2565 9 0 210626 0
[pid=16141/tid=16142] ppid=16140 vsize=864316 CPUtime=2.38
/proc/16141/task/16142/stat : 16142 (java) R 16140 16127 12535 0 -1 64 3695 0 1 0 235 3 0 0 25 0 9 0 41271327 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4126710932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16143] ppid=16140 vsize=864316 CPUtime=2.32
/proc/16141/task/16143/stat : 16143 (java) S 16140 16127 12535 0 -1 64 29585 0 0 0 220 12 0 0 16 0 9 0 41271328 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16144] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16144/stat : 16144 (java) S 16140 16127 12535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41271329 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16145] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16145/stat : 16145 (java) S 16140 16127 12535 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41271329 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16146] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16146/stat : 16146 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41271330 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16147] ppid=16140 vsize=864316 CPUtime=0.14
/proc/16141/task/16147/stat : 16147 (java) S 16140 16127 12535 0 -1 64 377 0 0 0 14 0 0 0 16 0 9 0 41271330 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16148] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16148/stat : 16148 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41271331 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16149] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16149/stat : 16149 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41271331 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883272

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

[startup+7.90241 s]
/proc/loadavg: 2.27 2.07 2.02 3/84 16149
/proc/meminfo: memFree=1722464/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=1.28
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 974 11833 0 1 3 0 117 8 15 0 1 0 41271190 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 797 370 3 0 500 0
[pid=16140] ppid=16127 vsize=5356 CPUtime=0
/proc/16140/stat : 16140 (sh) S 16127 16127 12535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41271326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16140/statm: 1339 233 193 169 0 50 0
[pid=16141] ppid=16140 vsize=864316 CPUtime=6.46
/proc/16141/stat : 16141 (java) S 16140 16127 12535 0 -1 0 34403 0 1 0 629 17 0 0 18 0 9 0 41271326 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16141/statm: 216079 27480 2565 9 0 210626 0
[pid=16141/tid=16142] ppid=16140 vsize=864316 CPUtime=3.91
/proc/16141/task/16142/stat : 16142 (java) R 16140 16127 12535 0 -1 64 3744 0 1 0 388 3 0 0 25 0 9 0 41271327 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16143] ppid=16140 vsize=864316 CPUtime=2.37
/proc/16141/task/16143/stat : 16143 (java) S 16140 16127 12535 0 -1 64 29585 0 0 0 225 12 0 0 16 0 9 0 41271328 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16144] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16144/stat : 16144 (java) S 16140 16127 12535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41271329 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16145] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16145/stat : 16145 (java) S 16140 16127 12535 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41271329 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16146] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16146/stat : 16146 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41271330 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16147] ppid=16140 vsize=864316 CPUtime=0.14
/proc/16141/task/16147/stat : 16147 (java) S 16140 16127 12535 0 -1 64 377 0 0 0 14 0 0 0 16 0 9 0 41271330 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16148] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16148/stat : 16148 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41271331 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16141/tid=16149] ppid=16140 vsize=864316 CPUtime=0
/proc/16141/task/16149/stat : 16149 (java) S 16140 16127 12535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41271331 885059584 27480 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 883272

[startup+8.70156 s]
/proc/loadavg: 2.17 2.05 2.01 3/76 16175
/proc/meminfo: memFree=1817824/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=8.42
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 1293 56776 0 4 4 1 802 35 16 0 1 0 41271190 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 806 374 3 0 500 0
[pid=16174] ppid=16127 vsize=5356 CPUtime=0
/proc/16174/stat : 16174 (sh) S 16127 16127 12535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41272054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16174/statm: 1339 232 193 169 0 50 0
[pid=16175] ppid=16174 vsize=4668 CPUtime=0.04
/proc/16175/stat : 16175 (minisat) R 16174 16127 12535 0 -1 4194304 1065 0 0 0 4 0 0 0 20 0 1 0 41272055 4780032 1051 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16175/statm: 1167 1051 75 150 0 1014 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 23624

[startup+9.50171 s]
/proc/loadavg: 2.17 2.05 2.01 3/76 16175
/proc/meminfo: memFree=1817824/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=9.13
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 1679 73513 0 7 4 1 863 45 16 0 1 0 41271190 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 13600

[startup+9.70174 s]
/proc/loadavg: 2.17 2.05 2.01 3/76 16175
/proc/meminfo: memFree=1817824/2055920 swapFree=4192812/4192956
[pid=16127] ppid=16125 vsize=13600 CPUtime=9.27
/proc/16127/stat : 16127 (sugar) S 16125 16127 12535 0 -1 4194304 1750 77276 0 8 4 1 875 47 16 0 1 0 41271190 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16127/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.70899
CPU time (s): 9.40557
CPU user time (s): 8.89765
CPU system time (s): 0.507922
CPU usage (%): 96.8748
Max. virtual memory (cumulated for all children) (KiB): 893912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.89765
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80456
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4714
involuntary context switches= 4757

runsolver used 0.024996 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 08:54:40
IDJOB=1111334
IDBENCH=61263
IDSOLVER=368
FILE ID=node7/1111334-1215845679
PBS_JOBID= 7903337
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9636fb8dcf169e67c77f903dbcf6fa63
RANDOM SEED=758863237

node7.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.259
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.259
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:       1829208 kB
Buffers:         47000 kB
Cached:         100764 kB
SwapCached:          0 kB
Active:          94868 kB
Inactive:        70120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:          28324 kB
Slab:            46872 kB
Committed_AS:   197092 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node7 at 2008-07-12 08:54:50