Trace number 1111326

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.12061 9.41637

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-1_ext.xml
MD5SUM0a7786cb066bb1931619ce1947242042
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 benchmark8.82266
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints147
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension147
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:03 2008
0.00/0.04	c 0	PID 15873
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111326-1215845643.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-1111326-1215845643.xml' 'HOME/temp.csp'
1.26/1.30	c 1	15 domains, 111 variables, 0 predicates, 130 relations, 147 constraints
1.26/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	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.44	c 2	Parsing HOME/temp.csp
3.28/3.47	c 4	parsed 403 expressions
3.28/3.47	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.28/3.48	c 4	MAX CSP: 147 constraints
3.28/3.48	c 4	Converting to clausal form CSP
3.38/3.50	c 4	converted 56 (10%) expressions
3.38/3.50	c 4	converted 111 (20%) expressions
3.38/3.57	c 4	converted 166 (30%) expressions
3.47/3.63	c 4	converted 222 (40%) expressions
3.47/3.66	c 4	converted 277 (50%) expressions
3.47/3.68	c 4	converted 332 (60%) expressions
3.47/3.69	c 4	converted 388 (70%) expressions
3.67/3.86	c 4	converted 443 (80%) expressions
3.98/4.13	c 4	converted 498 (90%) expressions
5.25/5.44	c 6	converted 553 (100%) expressions
5.25/5.44	c 6	CSP : 405 integers, 0 booleans, 440 clauses, largest domain size 221
5.25/5.44	c 6	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.25/5.44	c 6	Propagation in CSP
5.25/5.46	c 6	143 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.25/5.46	c 6	CSP : 405 integers, 0 booleans, 440 clauses, largest domain size 148
5.25/5.46	c 6	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.25/5.46	c 6	Simplifing CSP by introducing new Boolean variables
5.25/5.46	c 6	CSP : 405 integers, 0 booleans, 440 clauses, largest domain size 148
5.25/5.46	c 6	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.75	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.55/5.76	c 6	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.55/5.76	c 6	81 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.55/5.77	c 6	122 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.55/5.77	c 6	162 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.55/5.77	c 6	203 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.55/5.77	c 6	243 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.55/5.77	c 6	284 (70%) CSP integer variables are encoded (563 clauses, 6095 bytes)
5.55/5.77	c 6	324 (80%) CSP integer variables are encoded (734 clauses, 8069 bytes)
5.55/5.77	c 6	365 (90%) CSP integer variables are encoded (975 clauses, 11202 bytes)
5.55/5.78	c 6	405 (100%) CSP integer variables are encoded (2147 clauses, 26438 bytes)
5.65/5.82	c 6	44 (10%) CSP clauses are encoded (2400 clauses, 31279 bytes)
6.05/6.22	c 6	88 (20%) CSP clauses are encoded (13587 clauses, 394459 bytes)
6.73/6.92	c 7	132 (30%) CSP clauses are encoded (17670 clauses, 501656 bytes)
7.54/7.77	c 8	176 (40%) CSP clauses are encoded (24576 clauses, 756644 bytes)
7.54/7.78	c 8	220 (50%) CSP clauses are encoded (26090 clauses, 778788 bytes)
7.54/7.79	c 8	264 (60%) CSP clauses are encoded (26640 clauses, 786886 bytes)
7.54/7.79	c 8	308 (70%) CSP clauses are encoded (30772 clauses, 858274 bytes)
7.54/7.80	c 8	352 (80%) CSP clauses are encoded (31364 clauses, 868039 bytes)
7.63/7.81	c 8	396 (90%) CSP clauses are encoded (36331 clauses, 950974 bytes)
7.63/7.84	c 8	440 (100%) CSP clauses are encoded (54917 clauses, 1288064 bytes)
7.63/7.84	c 8	440 CSP clauses encoded
7.63/7.84	c 8	Writing map file : HOME/temp.map
7.63/7.85	c 8	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.63/7.85	c 8	SAT : 2552 SAT variables, 54917 SAT clauses, 1288064 bytes
7.63/7.85	c 8	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.69/7.90	c 8	OBJECTIVE minimize _COST
7.69/7.90	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.69/7.90	c 8	SEARCHING: _COST <= 74
7.69/7.90	c 8	SOLVING HOME/temp.cnf
7.69/7.90	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.69/7.91	c 8	This is MiniSat 2.0 beta
7.69/7.91	c 8	WARNING: for repeatability, setting FPU to use double precision
7.69/7.91	c 8	============================[ Problem Statistics ]=============================
7.69/7.91	c 8	|                                                                             |
7.69/7.91	c 8	|  Number of variables:  2552                                                 |
7.69/7.91	c 8	|  Number of clauses:    54918                                                |
7.69/7.94	c 8	|  Parsing time:         0.03         s                                       |
7.69/7.95	c 8	============================[ Search Statistics ]==============================
7.69/7.95	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.69/7.95	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.69/7.95	c 8	===============================================================================
7.69/7.95	c 8	|         0 |    1968    43519   228568 |    14506        0    nan |  0.000 % |
7.69/7.95	c 8	|       100 |    1968    43519   228568 |    15956      100      7 | 22.884 % |
7.69/7.96	c 8	===============================================================================
7.69/7.96	c 8	restarts              : 2
7.69/7.96	c 8	conflicts             : 121            (2373 /sec)
7.69/7.96	c 8	decisions             : 446            (1.57 % random) (8746 /sec)
7.69/7.96	c 8	propagations          : 7495           (146984 /sec)
7.69/7.96	c 8	conflict literals     : 889            (21.40 % deleted)
7.69/7.96	c 8	Memory used           : 4.44 MB
7.69/7.96	c 8	CPU time              : 0.050992 s
7.69/7.96	c 8	
7.69/7.96	c 8	SATISFIABLE
7.69/7.96	c 8	FOUND: _COST <= 74
7.69/7.96	s SATISFIABLE
7.69/7.96	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.69/7.96	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.77/8.05	c 8	Decoding HOME/temp.out
7.77/8.11	c 8	OBJECTIVE _COST 34
7.77/8.11	o 34
7.77/8.11	v 6 1 28 2 1 1 1 4 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 11 2 3 0 0 1 1 0 30 24 0 1 0 1 2 2 0 1 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 1 1 2 0 9 2 2 11 0 1 1 1 1 6 1 0 0 0 1 1 1 0 0 1 1 0 4 1 3 4 8 1 0 3 9 8 9 9 9 9 9 9 9 9
7.77/8.12	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.77/8.13	c 8	OBJECTIVE BOUND: 0 <= _COST <= 34
7.77/8.13	c 8	SEARCHING: _COST <= 17
7.77/8.13	c 8	SOLVING HOME/temp.cnf
7.77/8.13	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.77/8.13	c 8	This is MiniSat 2.0 beta
7.77/8.13	c 8	WARNING: for repeatability, setting FPU to use double precision
7.77/8.13	c 8	============================[ Problem Statistics ]=============================
7.77/8.13	c 8	|                                                                             |
7.77/8.14	c 8	|  Number of variables:  2552                                                 |
7.77/8.14	c 8	|  Number of clauses:    54918                                                |
7.77/8.17	c 8	|  Parsing time:         0.03         s                                       |
7.77/8.18	c 8	============================[ Search Statistics ]==============================
7.77/8.18	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/8.18	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/8.18	c 8	===============================================================================
7.77/8.18	c 8	|         0 |    1385    30313   190642 |    10104        0    nan |  0.000 % |
7.77/8.19	c 8	|       101 |    1385    30313   190642 |    11114      101      8 | 45.729 % |
7.77/8.19	c 8	===============================================================================
7.77/8.19	c 8	restarts              : 2
7.77/8.19	c 8	conflicts             : 131            (2472 /sec)
7.77/8.19	c 8	decisions             : 314            (0.96 % random) (5926 /sec)
7.77/8.19	c 8	propagations          : 5958           (112434 /sec)
7.77/8.19	c 8	conflict literals     : 1083           (19.60 % deleted)
7.77/8.19	c 8	Memory used           : 4.44 MB
7.77/8.19	c 8	CPU time              : 0.052991 s
7.77/8.19	c 8	
7.77/8.19	c 8	SATISFIABLE
7.77/8.19	c 8	FOUND: _COST <= 17
7.77/8.20	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.77/8.20	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.99/8.28	c 8	Decoding HOME/temp.out
7.99/8.33	c 8	OBJECTIVE _COST 17
7.99/8.33	o 17
7.99/8.34	v 6 1 5 8 1 1 1 4 1 1 1 1 0 2 1 1 1 1 0 2 2 1 1 1 24 2 3 0 0 1 1 0 28 24 1 1 0 1 1 2 2 1 0 2 2 1 39 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 1 1 2 2 0 1 2 0 0 2 2 4 0 1 1 1 1 6 1 0 0 0 1 1 1 0 0 0 2 0 4 1 1 2 8 1 0 3 9 8 9 9 9 8 9 9 9 9
7.99/8.34	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.99/8.36	c 8	OBJECTIVE BOUND: 0 <= _COST <= 17
7.99/8.36	c 8	SEARCHING: _COST <= 8
7.99/8.36	c 8	SOLVING HOME/temp.cnf
7.99/8.36	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.99/8.36	c 8	This is MiniSat 2.0 beta
7.99/8.36	c 8	WARNING: for repeatability, setting FPU to use double precision
7.99/8.36	c 8	============================[ Problem Statistics ]=============================
7.99/8.36	c 8	|                                                                             |
7.99/8.36	c 8	|  Number of variables:  2552                                                 |
7.99/8.36	c 8	|  Number of clauses:    54918                                                |
8.13/8.40	c 8	|  Parsing time:         0.03         s                                       |
8.13/8.41	c 8	============================[ Search Statistics ]==============================
8.13/8.41	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.13/8.41	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.13/8.41	c 8	===============================================================================
8.13/8.41	c 8	|         0 |    1196    26883   180910 |     8961        0    nan |  0.000 % |
8.13/8.41	c 8	|       101 |    1196    26883   180910 |     9857      101      8 | 53.135 % |
8.13/8.42	c 8	===============================================================================
8.13/8.42	c 8	restarts              : 2
8.13/8.42	c 9	conflicts             : 120            (2353 /sec)
8.13/8.42	c 9	decisions             : 228            (1.32 % random) (4471 /sec)
8.13/8.42	c 9	propagations          : 6529           (128040 /sec)
8.13/8.42	c 9	conflict literals     : 994            (22.28 % deleted)
8.13/8.42	c 9	Memory used           : 4.44 MB
8.13/8.42	c 9	CPU time              : 0.050992 s
8.13/8.42	c 9	
8.13/8.42	c 9	SATISFIABLE
8.13/8.42	c 9	FOUND: _COST <= 8
8.13/8.42	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.13/8.42	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.19/8.50	c 9	Decoding HOME/temp.out
8.19/8.56	c 9	OBJECTIVE _COST 8
8.19/8.56	o 8
8.19/8.56	v 0 1 22 5 0 1 0 4 1 1 1 0 0 4 1 0 0 0 1 2 2 1 1 0 21 0 4 1 0 0 0 0 30 18 0 0 0 1 1 2 0 0 1 1 1 1 41 0 1 3 1 1 2 1 1 2 1 1 1 1 0 1 4 1 0 4 2 1 1 2 0 9 4 4 11 0 0 1 0 1 4 1 0 0 0 0 1 0 0 0 0 1 0 0 0 3 3 5 1 0 4 9 8 9 9 9 8 9 9 9 9
8.19/8.57	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.19/8.58	c 9	OBJECTIVE BOUND: 0 <= _COST <= 8
8.19/8.58	c 9	SEARCHING: _COST <= 4
8.19/8.58	c 9	SOLVING HOME/temp.cnf
8.19/8.58	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.19/8.58	c 9	This is MiniSat 2.0 beta
8.19/8.58	c 9	WARNING: for repeatability, setting FPU to use double precision
8.19/8.58	c 9	============================[ Problem Statistics ]=============================
8.19/8.58	c 9	|                                                                             |
8.19/8.59	c 9	|  Number of variables:  2552                                                 |
8.19/8.59	c 9	|  Number of clauses:    54918                                                |
8.34/8.62	c 9	|  Parsing time:         0.03         s                                       |
8.34/8.63	c 9	============================[ Search Statistics ]==============================
8.34/8.63	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.34/8.63	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.34/8.63	c 9	===============================================================================
8.34/8.63	c 9	|         0 |    1041    25073   175941 |     8357        0    nan |  0.000 % |
8.34/8.64	c 9	|       101 |    1041    25073   175941 |     9193      101      8 | 59.208 % |
8.34/8.65	c 9	===============================================================================
8.34/8.65	c 9	restarts              : 2
8.34/8.65	c 9	conflicts             : 150            (2632 /sec)
8.34/8.65	c 9	decisions             : 268            (1.12 % random) (4702 /sec)
8.34/8.65	c 9	propagations          : 6831           (119861 /sec)
8.34/8.65	c 9	conflict literals     : 1350           (17.48 % deleted)
8.34/8.65	c 9	Memory used           : 4.44 MB
8.34/8.65	c 9	CPU time              : 0.056991 s
8.34/8.65	c 9	
8.34/8.65	c 9	SATISFIABLE
8.34/8.65	c 9	FOUND: _COST <= 4
8.34/8.65	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.34/8.65	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.41/8.73	c 9	Decoding HOME/temp.out
8.41/8.79	c 9	OBJECTIVE _COST 4
8.41/8.79	o 4
8.41/8.79	v 1 1 8 4 0 1 1 4 0 1 1 0 0 3 1 1 1 0 1 1 2 1 1 1 12 2 3 0 0 0 1 0 30 17 1 1 0 1 1 2 0 0 1 1 3 1 39 0 1 3 1 1 2 1 0 12 1 1 1 1 0 1 3 1 0 3 0 0 1 2 0 0 3 3 8 0 1 1 0 1 6 1 0 0 1 1 1 0 0 2 0 1 0 0 0 3 4 9 1 0 4 9 8 9 3 9 3 9 9 9 9
8.53/8.80	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.53/8.85	c 9	OBJECTIVE BOUND: 0 <= _COST <= 4
8.53/8.85	c 9	SEARCHING: _COST <= 2
8.53/8.85	c 9	SOLVING HOME/temp.cnf
8.53/8.85	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.53/8.85	c 9	This is MiniSat 2.0 beta
8.53/8.85	c 9	WARNING: for repeatability, setting FPU to use double precision
8.53/8.85	c 9	============================[ Problem Statistics ]=============================
8.53/8.85	c 9	|                                                                             |
8.53/8.86	c 9	|  Number of variables:  2552                                                 |
8.53/8.86	c 9	|  Number of clauses:    54918                                                |
8.53/8.89	c 9	|  Parsing time:         0.03         s                                       |
8.53/8.90	c 9	============================[ Search Statistics ]==============================
8.53/8.90	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.53/8.90	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.53/8.90	c 9	===============================================================================
8.53/8.90	c 9	|         0 |     892    23935   172972 |     7978        0    nan |  0.000 % |
8.57/8.91	c 9	|       101 |     892    23935   172972 |     8776      101      8 | 65.047 % |
8.57/8.92	c 9	===============================================================================
8.57/8.92	c 9	restarts              : 2
8.57/8.92	c 9	conflicts             : 207            (3451 /sec)
8.57/8.92	c 9	decisions             : 370            (0.81 % random) (6168 /sec)
8.57/8.92	c 9	propagations          : 7821           (130372 /sec)
8.57/8.92	c 9	conflict literals     : 1893           (17.77 % deleted)
8.57/8.92	c 9	Memory used           : 4.44 MB
8.57/8.92	c 9	CPU time              : 0.05999 s
8.57/8.92	c 9	
8.57/8.92	c 9	SATISFIABLE
8.57/8.92	c 9	FOUND: _COST <= 2
8.57/8.92	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.57/8.92	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.65/9.00	c 9	Decoding HOME/temp.out
8.65/9.06	c 9	OBJECTIVE _COST 2
8.65/9.06	o 2
8.65/9.07	v 6 1 1 1 1 1 1 4 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 16 2 3 0 0 1 1 0 30 22 1 1 0 1 1 2 0 1 0 2 2 1 39 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 0 2 2 0 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 1 1 3 1 0 2 6 9 0 6 8 2 4 8 9 7
8.65/9.07	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.65/9.08	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
8.65/9.08	c 9	SEARCHING: _COST <= 1
8.65/9.08	c 9	SOLVING HOME/temp.cnf
8.65/9.08	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.65/9.09	c 9	This is MiniSat 2.0 beta
8.65/9.09	c 9	WARNING: for repeatability, setting FPU to use double precision
8.65/9.09	c 9	============================[ Problem Statistics ]=============================
8.65/9.10	c 9	|                                                                             |
8.65/9.10	c 9	|  Number of variables:  2552                                                 |
8.65/9.10	c 9	|  Number of clauses:    54918                                                |
8.79/9.13	c 9	|  Parsing time:         0.04         s                                       |
8.79/9.14	c 9	============================[ Search Statistics ]==============================
8.79/9.14	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.79/9.14	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.79/9.14	c 9	===============================================================================
8.79/9.14	c 9	|         0 |     745    23143   171036 |     7714        0    nan |  0.000 % |
8.79/9.15	c 9	|       101 |     745    23143   171036 |     8485      101      8 | 70.807 % |
8.79/9.16	c 9	|       251 |     745    23143   171036 |     9334      251      9 | 70.812 % |
8.79/9.18	c 9	|       476 |     742    23143   171036 |    10267      475     10 | 73.671 % |
8.79/9.18	c 9	===============================================================================
8.79/9.18	c 9	restarts              : 4
8.79/9.18	c 9	conflicts             : 506            (6172 /sec)
8.79/9.18	c 9	decisions             : 747            (0.94 % random) (9111 /sec)
8.79/9.18	c 9	propagations          : 15112          (184322 /sec)
8.79/9.18	c 9	conflict literals     : 4956           (17.88 % deleted)
8.79/9.18	c 9	Memory used           : 4.44 MB
8.79/9.18	c 9	CPU time              : 0.081987 s
8.79/9.18	c 9	
8.79/9.18	c 9	SATISFIABLE
8.79/9.18	c 9	FOUND: _COST <= 1
8.79/9.18	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.79/9.18	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.89/9.26	c 9	Decoding HOME/temp.out
8.89/9.32	c 9	OBJECTIVE _COST 1
8.89/9.32	o 1
8.89/9.33	v 1 1 8 4 0 1 1 4 0 1 1 0 0 3 1 1 1 0 1 1 2 1 1 1 12 2 3 0 0 0 1 0 30 17 0 1 0 1 1 2 0 0 1 1 3 1 41 0 1 3 1 1 2 1 0 12 1 1 1 1 0 1 3 1 0 3 0 0 1 2 0 9 3 3 8 0 1 1 0 1 6 1 0 0 1 1 1 0 0 2 0 1 0 0 0 3 4 9 1 0 4 9 8 3 3 0 7 8 2 9 3
8.89/9.33	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.89/9.35	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
8.89/9.35	c 9	SEARCHING: _COST <= 0
8.89/9.35	c 9	SOLVING HOME/temp.cnf
8.89/9.35	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.89/9.35	c 9	This is MiniSat 2.0 beta
8.89/9.35	c 9	WARNING: for repeatability, setting FPU to use double precision
8.89/9.35	c 9	============================[ Problem Statistics ]=============================
8.89/9.35	c 9	|                                                                             |
8.89/9.35	c 9	|  Number of variables:  2552                                                 |
8.89/9.35	c 9	|  Number of clauses:    54918                                                |
8.89/9.39	c 9	|  Parsing time:         0.03         s                                       |
8.89/9.40	c 9	============================[ Search Statistics ]==============================
8.89/9.40	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.89/9.40	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.89/9.40	c 9	===============================================================================
8.89/9.40	c 9	|         0 |     442    22138   167037 |     7379        0    nan |  0.000 % |
9.03/9.40	c 9	|       100 |     441    22138   167037 |     8117       99      5 | 82.720 % |
9.03/9.41	c 9	===============================================================================
9.03/9.41	c 9	restarts              : 2
9.03/9.41	c 9	conflicts             : 161            (3157 /sec)
9.03/9.41	c 9	decisions             : 194            (2.06 % random) (3805 /sec)
9.03/9.41	c 9	propagations          : 4436           (86994 /sec)
9.03/9.41	c 9	conflict literals     : 728            (32.78 % deleted)
9.03/9.41	c 9	Memory used           : 4.44 MB
9.03/9.41	c 9	CPU time              : 0.050992 s
9.03/9.41	c 9	
9.03/9.41	c 9	UNSATISFIABLE
9.03/9.41	c 9	NOT FOUND: _COST <= 0
9.03/9.41	c 9	OBJECTIVE _COST 1
9.03/9.41	s OPTIMUM FOUND
9.03/9.41	c 9	CPU 8.6 (0.04 0.01 8.56 0.48)
9.03/9.41	c 9	END Sat Jul 12 08:54:12 2008

Verifier Data (download as text)

OK	1	146
1 unsatisfied constraints, 146 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-1111326-1215845643/watcher-1111326-1215845643 -o /tmp/evaluation-result-1111326-1215845643/solver-1111326-1215845643 -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-1111326-1215845643.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: 1.98 2.06 2.01 4/81 15873
/proc/meminfo: memFree=1701712/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=12272 CPUtime=0
/proc/15873/stat : 15873 (sugar) R 15871 15873 14785 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 41267609 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 0 4224 0 0 0 0 17 1 0 0
/proc/15873/statm: 3068 327 246 3 0 168 0

[startup+0.126651 s]
/proc/loadavg: 1.98 2.06 2.01 4/81 15873
/proc/meminfo: memFree=1701712/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=0.04
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 41267609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20166 s]
/proc/loadavg: 1.98 2.06 2.01 4/81 15873
/proc/meminfo: memFree=1701712/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=0.04
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 41267609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301671 s]
/proc/loadavg: 1.98 2.06 2.01 4/81 15873
/proc/meminfo: memFree=1701712/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=0.04
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 41267609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701714 s]
/proc/loadavg: 1.98 2.06 2.01 4/81 15873
/proc/meminfo: memFree=1701712/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=0.04
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 41267609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 1.98 2.06 2.01 3/92 15885
/proc/meminfo: memFree=1666936/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=1.28
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 974 11828 0 1 3 1 115 9 16 0 1 0 41267609 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10298 s]
/proc/loadavg: 2.06 2.07 2.01 3/92 15895
/proc/meminfo: memFree=1676088/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=1.28
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 974 11828 0 1 3 1 115 9 16 0 1 0 41267609 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 797 370 3 0 500 0
[pid=15886] ppid=15873 vsize=5356 CPUtime=0
/proc/15886/stat : 15886 (sh) S 15873 15873 14785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41267746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15886/statm: 1339 233 193 169 0 50 0
[pid=15887] ppid=15886 vsize=864076 CPUtime=1.71
/proc/15887/stat : 15887 (java) S 15886 15873 14785 0 -1 0 13912 0 1 0 164 7 0 0 18 0 9 0 41267746 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15887/statm: 216019 12824 2532 9 0 210601 0
[pid=15887/tid=15888] ppid=15886 vsize=864076 CPUtime=0.98
/proc/15887/task/15888/stat : 15888 (java) R 15886 15873 14785 0 -1 64 2750 0 1 0 96 2 0 0 25 0 9 0 41267747 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4126427555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15889] ppid=15886 vsize=864076 CPUtime=0.65
/proc/15887/task/15889/stat : 15889 (java) S 15886 15873 14785 0 -1 64 10143 0 0 0 61 4 0 0 16 0 9 0 41267748 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15890] ppid=15886 vsize=864076 CPUtime=0
/proc/15887/task/15890/stat : 15890 (java) S 15886 15873 14785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41267748 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15891] ppid=15886 vsize=864076 CPUtime=0
/proc/15887/task/15891/stat : 15891 (java) S 15886 15873 14785 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41267748 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15892] ppid=15886 vsize=864076 CPUtime=0
/proc/15887/task/15892/stat : 15892 (java) S 15886 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41267751 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15893] ppid=15886 vsize=864076 CPUtime=0.05
/proc/15887/task/15893/stat : 15893 (java) S 15886 15873 14785 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 41267751 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15894] ppid=15886 vsize=864076 CPUtime=0
/proc/15887/task/15894/stat : 15894 (java) S 15886 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41267751 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15895] ppid=15886 vsize=864076 CPUtime=0
/proc/15887/task/15895/stat : 15895 (java) S 15886 15873 14785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41267751 884813824 12824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.30235 s]
/proc/loadavg: 2.06 2.07 2.01 4/92 15895
/proc/meminfo: memFree=1594808/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=1.28
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 974 11828 0 1 3 1 115 9 15 0 1 0 41267609 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 797 370 3 0 500 0
[pid=15886] ppid=15873 vsize=5356 CPUtime=0
/proc/15886/stat : 15886 (sh) S 15873 15873 14785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41267746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15886/statm: 1339 233 193 169 0 50 0
[pid=15887] ppid=15886 vsize=864348 CPUtime=4.87
/proc/15887/stat : 15887 (java) S 15886 15873 14785 0 -1 0 29276 0 1 0 472 15 0 0 18 0 9 0 41267746 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15887/statm: 216087 27486 2565 9 0 210634 0
[pid=15887/tid=15888] ppid=15886 vsize=864348 CPUtime=2.45
/proc/15887/task/15888/stat : 15888 (java) R 15886 15873 14785 0 -1 64 3706 0 1 0 241 4 0 0 25 0 9 0 41267747 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15889] ppid=15886 vsize=864348 CPUtime=2.24
/proc/15887/task/15889/stat : 15889 (java) S 15886 15873 14785 0 -1 64 24497 0 0 0 215 9 0 0 16 0 9 0 41267748 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15890] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15890/stat : 15890 (java) S 15886 15873 14785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41267748 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15891] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15891/stat : 15891 (java) S 15886 15873 14785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41267748 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15892] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15892/stat : 15892 (java) S 15886 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15893] ppid=15886 vsize=864348 CPUtime=0.14
/proc/15887/task/15893/stat : 15893 (java) S 15886 15873 14785 0 -1 64 377 0 0 0 14 0 0 0 16 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15894] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15894/stat : 15894 (java) S 15886 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15895] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15895/stat : 15895 (java) S 15886 15873 14785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41267751 885092352 27486 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) 883304

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

[startup+6.40236 s]
/proc/loadavg: 2.06 2.07 2.01 4/92 15895
/proc/meminfo: memFree=1594808/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=1.28
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 974 11828 0 1 3 1 115 9 15 0 1 0 41267609 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 797 370 3 0 500 0
[pid=15886] ppid=15873 vsize=5356 CPUtime=0
/proc/15886/stat : 15886 (sh) S 15873 15873 14785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41267746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15886/statm: 1339 233 193 169 0 50 0
[pid=15887] ppid=15886 vsize=864348 CPUtime=4.96
/proc/15887/stat : 15887 (java) S 15886 15873 14785 0 -1 0 29280 0 1 0 481 15 0 0 18 0 9 0 41267746 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15887/statm: 216087 27486 2565 9 0 210634 0
[pid=15887/tid=15888] ppid=15886 vsize=864348 CPUtime=2.54
/proc/15887/task/15888/stat : 15888 (java) R 15886 15873 14785 0 -1 64 3710 0 1 0 250 4 0 0 25 0 9 0 41267747 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4126593496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15889] ppid=15886 vsize=864348 CPUtime=2.25
/proc/15887/task/15889/stat : 15889 (java) S 15886 15873 14785 0 -1 64 24497 0 0 0 216 9 0 0 16 0 9 0 41267748 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15890] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15890/stat : 15890 (java) S 15886 15873 14785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41267748 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15891] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15891/stat : 15891 (java) S 15886 15873 14785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41267748 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15892] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15892/stat : 15892 (java) S 15886 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15893] ppid=15886 vsize=864348 CPUtime=0.14
/proc/15887/task/15893/stat : 15893 (java) S 15886 15873 14785 0 -1 64 377 0 0 0 14 0 0 0 16 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15894] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15894/stat : 15894 (java) S 15886 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15887/tid=15895] ppid=15886 vsize=864348 CPUtime=0
/proc/15887/task/15895/stat : 15895 (java) S 15886 15873 14785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41267751 885092352 27486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 883304

[startup+8.00254 s]
/proc/loadavg: 2.05 2.07 2.01 3/92 15895
/proc/meminfo: memFree=1594424/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=7.77
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 1107 42808 0 2 3 1 744 29 16 0 1 0 41267609 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 13600

[startup+8.80163 s]
/proc/loadavg: 2.05 2.07 2.01 4/92 15943
/proc/meminfo: memFree=1688824/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=8.41
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 1471 58157 0 5 4 1 798 38 15 0 1 0 41267609 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 806 374 3 0 500 0
[pid=15934] ppid=15873 vsize=5356 CPUtime=0
/proc/15934/stat : 15934 (sh) S 15873 15873 14785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41268475 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15934/statm: 1339 233 193 169 0 50 0
[pid=15935] ppid=15934 vsize=863748 CPUtime=0.12
/proc/15935/stat : 15935 (java) S 15934 15873 14785 0 -1 0 3370 0 1 0 11 1 0 0 19 0 9 0 41268475 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15935/statm: 215937 2843 1667 9 0 210512 0
[pid=15935/tid=15936] ppid=15934 vsize=863748 CPUtime=0.11
/proc/15935/task/15936/stat : 15936 (java) R 15934 15873 14785 0 -1 64 2470 0 1 0 11 0 0 0 18 0 9 0 41268476 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 102563658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15937] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15937/stat : 15937 (java) S 15934 15873 14785 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 41268477 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15938] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15938/stat : 15938 (java) S 15934 15873 14785 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41268477 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15939] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15939/stat : 15939 (java) S 15934 15873 14785 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41268477 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15940] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15940/stat : 15940 (java) S 15934 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41268479 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15941] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15941/stat : 15941 (java) R 15934 15873 14785 0 -1 64 205 0 0 0 0 0 0 0 19 0 9 0 41268479 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 101736956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15942] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15942/stat : 15942 (java) S 15934 15873 14785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41268480 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15935/tid=15943] ppid=15934 vsize=863748 CPUtime=0
/proc/15935/task/15943/stat : 15943 (java) S 15934 15873 14785 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 41268480 884477952 2843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 882704

[startup+9.20167 s]
/proc/loadavg: 2.05 2.07 2.01 4/92 15943
/proc/meminfo: memFree=1688824/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=8.89
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 1679 68388 0 7 4 1 839 45 16 0 1 0 41267609 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 13600

[startup+9.40169 s]
/proc/loadavg: 2.05 2.07 2.01 4/92 15943
/proc/meminfo: memFree=1688824/2055920 swapFree=4181128/4192956
[pid=15873] ppid=15871 vsize=13600 CPUtime=9.03
/proc/15873/stat : 15873 (sugar) S 15871 15873 14785 0 -1 4194304 1750 72150 0 8 4 1 851 47 16 0 1 0 41267609 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15873/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.41637
CPU time (s): 9.12061
CPU user time (s): 8.61469
CPU system time (s): 0.505923
CPU usage (%): 96.8591
Max. virtual memory (cumulated for all children) (KiB): 883696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.61469
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75319
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= 4976
involuntary context switches= 5147

runsolver used 0.018997 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 08:54:03
IDJOB=1111326
IDBENCH=61262
IDSOLVER=368
FILE ID=node5/1111326-1215845643
PBS_JOBID= 7903373
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a7786cb066bb1931619ce1947242042
RANDOM SEED=715307395

node5.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.212
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.212
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:       1702192 kB
Buffers:         36408 kB
Cached:          88536 kB
SwapCached:       5616 kB
Active:         230928 kB
Inactive:        63220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702192 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:            8040 kB
Writeback:           0 kB
Mapped:         185308 kB
Slab:            44520 kB
Committed_AS:   469832 kB
PageTables:       2200 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= 66528 MiB
End job on node5 at 2008-07-12 08:54:13