Trace number 1125836

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 7.50986 7.80159

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog01cc_ext.xml
MD5SUM15f7e9fe5a76bc84b2994c9cb874c87a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints544
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension544
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 Wed Jul 16 04:14:53 2008
0.00/0.04	c 0	PID 31440
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125836-1216174492.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-1125836-1216174492.xml' 'HOME/temp.csp'
0.03/0.41	c 0	4 domains, 72 variables, 0 predicates, 24 relations, 544 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	c 0	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'
0.43/0.56	c 0	Parsing HOME/temp.csp
0.43/0.68	c 0	parsed 644 expressions
0.43/0.69	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.70	c 0	MAX CSP: 544 constraints
0.43/0.70	c 0	Converting to clausal form CSP
0.43/0.74	c 0	converted 120 (10%) expressions
0.43/0.75	c 0	converted 239 (20%) expressions
0.43/0.76	c 0	converted 358 (30%) expressions
0.43/0.77	c 0	converted 477 (40%) expressions
0.43/0.78	c 0	converted 596 (50%) expressions
0.43/0.79	c 0	converted 715 (60%) expressions
0.43/0.80	c 0	converted 834 (70%) expressions
0.43/0.81	c 0	converted 953 (80%) expressions
0.43/0.81	c 0	converted 1072 (90%) expressions
0.43/0.99	c 1	converted 1191 (100%) expressions
0.43/0.99	c 1	CSP : 1160 integers, 0 booleans, 1631 clauses, largest domain size 817
0.43/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/0.99	c 1	Propagation in CSP
0.93/1.04	c 1	542 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.04	c 1	CSP : 1160 integers, 0 booleans, 1631 clauses, largest domain size 545
0.93/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.05	c 1	CSP : 1160 integers, 0 booleans, 1631 clauses, largest domain size 545
0.93/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.10	c 1	116 (10%) CSP integer variables are encoded (53 clauses, 547 bytes)
0.93/1.10	c 1	232 (20%) CSP integer variables are encoded (53 clauses, 547 bytes)
0.93/1.10	c 1	348 (30%) CSP integer variables are encoded (53 clauses, 547 bytes)
0.93/1.10	c 1	464 (40%) CSP integer variables are encoded (53 clauses, 547 bytes)
0.93/1.10	c 1	580 (50%) CSP integer variables are encoded (53 clauses, 547 bytes)
1.02/1.12	c 1	696 (60%) CSP integer variables are encoded (4645 clauses, 59582 bytes)
1.02/1.12	c 1	812 (70%) CSP integer variables are encoded (5729 clauses, 73674 bytes)
1.02/1.12	c 1	928 (80%) CSP integer variables are encoded (7038 clauses, 90691 bytes)
1.02/1.12	c 1	1044 (90%) CSP integer variables are encoded (7782 clauses, 100363 bytes)
1.02/1.12	c 1	1160 (100%) CSP integer variables are encoded (8824 clauses, 113909 bytes)
1.02/1.15	c 1	164 (10%) CSP clauses are encoded (8988 clauses, 116391 bytes)
1.02/1.17	c 1	327 (20%) CSP clauses are encoded (9151 clauses, 118940 bytes)
1.02/1.19	c 1	490 (30%) CSP clauses are encoded (9314 clauses, 121570 bytes)
1.21/1.38	c 1	653 (40%) CSP clauses are encoded (53565 clauses, 898127 bytes)
1.42/1.58	c 1	816 (50%) CSP clauses are encoded (167438 clauses, 2986296 bytes)
1.52/1.60	c 1	979 (60%) CSP clauses are encoded (173036 clauses, 3084402 bytes)
1.72/1.87	c 1	1142 (70%) CSP clauses are encoded (319000 clauses, 5770884 bytes)
1.72/1.88	c 1	1305 (80%) CSP clauses are encoded (325421 clauses, 5883692 bytes)
1.82/1.92	c 1	1468 (90%) CSP clauses are encoded (340664 clauses, 6158653 bytes)
1.93/2.02	c 2	1631 (100%) CSP clauses are encoded (396830 clauses, 7184864 bytes)
1.93/2.02	c 2	1631 CSP clauses encoded
1.93/2.02	c 2	Writing map file : HOME/temp.map
1.93/2.03	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.04	c 2	SAT : 9983 SAT variables, 396830 SAT clauses, 7184864 bytes
1.93/2.04	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.05	c 2	OBJECTIVE minimize _COST
1.93/2.05	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.93/2.05	c 2	SEARCHING: _COST <= 272
1.93/2.05	c 2	SOLVING HOME/temp.cnf
1.93/2.05	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.93/2.05	c 2	This is MiniSat 2.0 beta
1.93/2.05	c 2	WARNING: for repeatability, setting FPU to use double precision
1.93/2.05	c 2	============================[ Problem Statistics ]=============================
1.93/2.05	c 2	|                                                                             |
1.93/2.05	c 2	|  Number of variables:  9983                                                 |
1.93/2.05	c 2	|  Number of clauses:    396831                                               |
2.11/2.26	c 2	|  Parsing time:         0.18         s                                       |
2.20/2.38	c 2	============================[ Search Statistics ]==============================
2.20/2.38	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/2.38	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/2.38	c 2	===============================================================================
2.20/2.38	c 2	|         0 |    7263   253444   741583 |    84481        0    nan |  0.000 % |
2.30/2.41	c 2	===============================================================================
2.30/2.41	c 2	restarts              : 1
2.30/2.41	c 2	conflicts             : 1              (3 /sec)
2.30/2.41	c 2	decisions             : 53             (0.00 % random) (162 /sec)
2.30/2.41	c 2	propagations          : 16190          (49518 /sec)
2.30/2.41	c 2	conflict literals     : 2              (0.00 % deleted)
2.30/2.41	c 2	Memory used           : 17.66 MB
2.30/2.41	c 2	CPU time              : 0.32695 s
2.30/2.41	c 2	
2.30/2.41	c 2	SATISFIABLE
2.30/2.42	c 2	FOUND: _COST <= 272
2.30/2.42	s SATISFIABLE
2.30/2.42	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.30/2.42	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.34/2.50	c 2	Decoding HOME/temp.out
2.34/2.66	c 2	OBJECTIVE _COST 272
2.34/2.66	o 272
2.34/2.67	v 1 2 0 1 0 0 0 2 1 0 0 1 0 3 3 1 1 0 0 1 3 0 0 0 2 0 2 1 1 1 1 0 1 0 0 0 2 0 1 0 3 0 1 1 1 0 0 1 0 0 2 2 0 1 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 1 0 -1
2.34/2.69	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.34/2.74	c 2	OBJECTIVE BOUND: 0 <= _COST <= 272
2.34/2.74	c 2	SEARCHING: _COST <= 136
2.34/2.74	c 2	SOLVING HOME/temp.cnf
2.34/2.74	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.34/2.74	c 2	This is MiniSat 2.0 beta
2.34/2.74	c 2	WARNING: for repeatability, setting FPU to use double precision
2.34/2.74	c 2	============================[ Problem Statistics ]=============================
2.34/2.74	c 2	|                                                                             |
2.34/2.74	c 2	|  Number of variables:  9983                                                 |
2.34/2.74	c 2	|  Number of clauses:    396831                                               |
2.63/2.94	c 3	|  Parsing time:         0.18         s                                       |
2.63/3.10	c 3	============================[ Search Statistics ]==============================
2.63/3.10	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.63/3.10	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.63/3.10	c 3	===============================================================================
2.63/3.10	c 3	|         0 |    5767   165928   483387 |    55309        0    nan |  0.000 % |
2.63/3.12	c 3	===============================================================================
2.63/3.12	c 3	restarts              : 1
2.63/3.12	c 3	conflicts             : 1              (3 /sec)
2.63/3.12	c 3	decisions             : 34             (0.00 % random) (94 /sec)
2.63/3.12	c 3	propagations          : 12909          (35864 /sec)
2.63/3.12	c 3	conflict literals     : 2              (0.00 % deleted)
2.63/3.12	c 3	Memory used           : 17.92 MB
2.63/3.12	c 3	CPU time              : 0.359945 s
2.63/3.12	c 3	
2.63/3.13	c 3	SATISFIABLE
2.63/3.13	c 3	FOUND: _COST <= 136
2.63/3.13	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.63/3.13	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.06/3.22	c 3	Decoding HOME/temp.out
3.16/3.33	c 3	OBJECTIVE _COST 136
3.16/3.33	o 136
3.16/3.33	v 1 2 0 1 0 0 0 0 1 0 0 0 0 3 3 1 1 0 0 0 0 1 1 2 0 0 0 0 1 1 1 0 0 0 0 3 1 0 0 0 1 0 1 1 1 0 0 0 0 2 0 0 1 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
3.16/3.34	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.16/3.35	c 3	OBJECTIVE BOUND: 0 <= _COST <= 136
3.16/3.35	c 3	SEARCHING: _COST <= 68
3.16/3.35	c 3	SOLVING HOME/temp.cnf
3.16/3.35	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.16/3.35	c 3	This is MiniSat 2.0 beta
3.16/3.35	c 3	WARNING: for repeatability, setting FPU to use double precision
3.16/3.35	c 3	============================[ Problem Statistics ]=============================
3.16/3.35	c 3	|                                                                             |
3.16/3.35	c 3	|  Number of variables:  9983                                                 |
3.16/3.35	c 3	|  Number of clauses:    396831                                               |
3.22/3.56	c 3	|  Parsing time:         0.18         s                                       |
3.22/3.73	c 3	============================[ Search Statistics ]==============================
3.22/3.73	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.73	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.73	c 3	===============================================================================
3.22/3.73	c 3	|         0 |    4815    96126   276769 |    32042        0    nan |  0.000 % |
3.22/3.75	c 3	===============================================================================
3.22/3.75	c 3	restarts              : 1
3.22/3.75	c 3	conflicts             : 1              (3 /sec)
3.22/3.75	c 3	decisions             : 36             (0.00 % random) (98 /sec)
3.22/3.75	c 3	propagations          : 12361          (33504 /sec)
3.22/3.75	c 3	conflict literals     : 2              (0.00 % deleted)
3.22/3.75	c 3	Memory used           : 18.05 MB
3.22/3.75	c 3	CPU time              : 0.368943 s
3.22/3.75	c 3	
3.22/3.76	c 3	SATISFIABLE
3.22/3.76	c 3	FOUND: _COST <= 68
3.22/3.76	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.22/3.76	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.62/3.84	c 3	Decoding HOME/temp.out
3.62/4.01	c 4	OBJECTIVE _COST 68
3.62/4.01	o 68
3.62/4.01	v 1 2 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 2 0 0 0 1 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
3.62/4.03	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.62/4.08	c 4	OBJECTIVE BOUND: 0 <= _COST <= 68
3.62/4.08	c 4	SEARCHING: _COST <= 34
3.62/4.08	c 4	SOLVING HOME/temp.cnf
3.62/4.08	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.62/4.08	c 4	This is MiniSat 2.0 beta
3.62/4.08	c 4	WARNING: for repeatability, setting FPU to use double precision
3.62/4.08	c 4	============================[ Problem Statistics ]=============================
3.62/4.08	c 4	|                                                                             |
3.62/4.09	c 4	|  Number of variables:  9983                                                 |
3.62/4.09	c 4	|  Number of clauses:    396831                                               |
4.12/4.30	c 4	|  Parsing time:         0.19         s                                       |
4.21/4.48	c 4	============================[ Search Statistics ]==============================
4.21/4.48	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.21/4.48	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.21/4.48	c 4	===============================================================================
4.21/4.48	c 4	|         0 |    4101    54153   152958 |    18051        0    nan |  0.000 % |
4.31/4.51	c 4	===============================================================================
4.31/4.51	c 4	restarts              : 1
4.31/4.51	c 4	conflicts             : 1              (3 /sec)
4.31/4.51	c 4	decisions             : 32             (0.00 % random) (82 /sec)
4.31/4.51	c 4	propagations          : 11978          (30639 /sec)
4.31/4.51	c 4	conflict literals     : 2              (0.00 % deleted)
4.31/4.51	c 4	Memory used           : 18.32 MB
4.31/4.51	c 4	CPU time              : 0.39094 s
4.31/4.51	c 4	
4.31/4.51	c 4	SATISFIABLE
4.31/4.52	c 4	FOUND: _COST <= 34
4.31/4.52	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.31/4.52	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.31/4.60	c 4	Decoding HOME/temp.out
4.34/4.70	c 4	OBJECTIVE _COST 34
4.34/4.70	o 34
4.34/4.70	v 1 2 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
4.34/4.71	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.34/4.73	c 4	OBJECTIVE BOUND: 0 <= _COST <= 34
4.34/4.73	c 4	SEARCHING: _COST <= 17
4.34/4.73	c 4	SOLVING HOME/temp.cnf
4.34/4.73	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.34/4.73	c 4	This is MiniSat 2.0 beta
4.34/4.73	c 4	WARNING: for repeatability, setting FPU to use double precision
4.34/4.73	c 4	============================[ Problem Statistics ]=============================
4.34/4.73	c 4	|                                                                             |
4.34/4.73	c 4	|  Number of variables:  9983                                                 |
4.34/4.73	c 4	|  Number of clauses:    396831                                               |
4.53/4.95	c 5	|  Parsing time:         0.20         s                                       |
4.53/5.12	c 5	============================[ Search Statistics ]==============================
4.53/5.12	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.53/5.12	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.53/5.12	c 5	===============================================================================
4.53/5.12	c 5	|         0 |    3489    30812    84754 |    10270        0    nan |  0.000 % |
4.53/5.13	c 5	===============================================================================
4.53/5.15	c 5	restarts              : 1
4.53/5.15	c 5	conflicts             : 11             (28 /sec)
4.53/5.15	c 5	decisions             : 54             (0.00 % random) (138 /sec)
4.53/5.15	c 5	propagations          : 19599          (50133 /sec)
4.53/5.15	c 5	conflict literals     : 84             (28.81 % deleted)
4.53/5.15	c 5	Memory used           : 18.21 MB
4.53/5.15	c 5	CPU time              : 0.39094 s
4.53/5.15	c 5	
4.53/5.15	c 5	SATISFIABLE
4.53/5.15	c 5	FOUND: _COST <= 17
4.53/5.15	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.53/5.15	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.96/5.23	c 5	Decoding HOME/temp.out
4.96/5.34	c 5	OBJECTIVE _COST 17
4.96/5.34	o 17
4.96/5.34	v 1 2 0 0 0 0 3 0 0 0 0 0 0 1 1 1 1 0 0 2 0 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
4.96/5.35	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.96/5.37	c 5	OBJECTIVE BOUND: 0 <= _COST <= 17
4.96/5.37	c 5	SEARCHING: _COST <= 8
4.96/5.37	c 5	SOLVING HOME/temp.cnf
4.96/5.37	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.96/5.37	c 5	This is MiniSat 2.0 beta
4.96/5.37	c 5	WARNING: for repeatability, setting FPU to use double precision
4.96/5.37	c 5	============================[ Problem Statistics ]=============================
4.96/5.37	c 5	|                                                                             |
4.96/5.37	c 5	|  Number of variables:  9983                                                 |
4.96/5.37	c 5	|  Number of clauses:    396831                                               |
5.35/5.60	c 5	|  Parsing time:         0.21         s                                       |
5.45/5.77	c 5	============================[ Search Statistics ]==============================
5.45/5.77	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.45/5.77	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.45/5.77	c 5	===============================================================================
5.45/5.77	c 5	|         0 |    2854    16978    45148 |     5659        0    nan |  0.000 % |
5.45/5.79	c 5	===============================================================================
5.45/5.79	c 5	restarts              : 1
5.45/5.79	c 5	conflicts             : 18             (45 /sec)
5.45/5.79	c 5	decisions             : 46             (0.00 % random) (116 /sec)
5.45/5.79	c 5	propagations          : 26399          (66339 /sec)
5.45/5.79	c 5	conflict literals     : 116            (33.71 % deleted)
5.45/5.79	c 5	Memory used           : 18.31 MB
5.45/5.79	c 5	CPU time              : 0.397939 s
5.45/5.80	c 5	
5.54/5.80	c 5	SATISFIABLE
5.54/5.80	c 5	FOUND: _COST <= 8
5.54/5.80	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.54/5.80	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.54/5.88	c 5	Decoding HOME/temp.out
5.58/5.99	c 6	OBJECTIVE _COST 8
5.58/5.99	o 8
5.58/5.99	v 1 2 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 2 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
5.58/5.99	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.58/6.02	c 6	OBJECTIVE BOUND: 0 <= _COST <= 8
5.58/6.02	c 6	SEARCHING: _COST <= 4
5.58/6.02	c 6	SOLVING HOME/temp.cnf
5.58/6.02	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.58/6.02	c 6	This is MiniSat 2.0 beta
5.58/6.02	c 6	WARNING: for repeatability, setting FPU to use double precision
5.58/6.02	c 6	============================[ Problem Statistics ]=============================
5.58/6.02	c 6	|                                                                             |
5.58/6.02	c 6	|  Number of variables:  9983                                                 |
5.58/6.02	c 6	|  Number of clauses:    396831                                               |
5.76/6.24	c 6	|  Parsing time:         0.19         s                                       |
5.76/6.41	c 6	============================[ Search Statistics ]==============================
5.76/6.41	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.76/6.41	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.76/6.41	c 6	===============================================================================
5.76/6.41	c 6	|         0 |    2302    10040    25986 |     3346        0    nan |  0.000 % |
5.76/6.43	c 6	===============================================================================
5.76/6.43	c 6	restarts              : 1
5.76/6.43	c 6	conflicts             : 4              (11 /sec)
5.76/6.43	c 6	decisions             : 21             (0.00 % random) (55 /sec)
5.76/6.43	c 6	propagations          : 13432          (35446 /sec)
5.76/6.43	c 6	conflict literals     : 12             (14.29 % deleted)
5.76/6.43	c 6	Memory used           : 18.19 MB
5.76/6.43	c 6	CPU time              : 0.378942 s
5.76/6.43	c 6	
5.76/6.43	c 6	SATISFIABLE
5.76/6.44	c 6	FOUND: _COST <= 4
5.76/6.44	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.76/6.44	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.22/6.52	c 6	Decoding HOME/temp.out
6.32/6.63	c 6	OBJECTIVE _COST 4
6.32/6.63	o 4
6.32/6.64	v 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
6.32/6.64	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.32/6.65	c 6	OBJECTIVE BOUND: 0 <= _COST <= 4
6.32/6.65	c 6	SEARCHING: _COST <= 2
6.32/6.65	c 6	SOLVING HOME/temp.cnf
6.32/6.65	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.32/6.65	c 6	This is MiniSat 2.0 beta
6.32/6.65	c 6	WARNING: for repeatability, setting FPU to use double precision
6.32/6.66	c 6	============================[ Problem Statistics ]=============================
6.32/6.66	c 6	|                                                                             |
6.32/6.66	c 6	|  Number of variables:  9983                                                 |
6.32/6.66	c 6	|  Number of clauses:    396831                                               |
6.38/6.88	c 6	|  Parsing time:         0.20         s                                       |
6.38/7.04	c 7	============================[ Search Statistics ]==============================
6.38/7.04	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.38/7.04	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.38/7.04	c 7	===============================================================================
6.38/7.05	c 7	|         0 |    1756     5739    14719 |     1913        0    nan |  0.000 % |
6.38/7.05	c 7	===============================================================================
6.38/7.05	c 7	restarts              : 1
6.38/7.05	c 7	conflicts             : 5              (14 /sec)
6.38/7.05	c 7	decisions             : 4              (0.00 % random) (11 /sec)
6.38/7.05	c 7	propagations          : 12801          (34981 /sec)
6.38/7.05	c 7	conflict literals     : 5              (0.00 % deleted)
6.38/7.05	c 7	Memory used           : 18.34 MB
6.38/7.05	c 7	CPU time              : 0.365944 s
6.38/7.05	c 7	
6.38/7.05	c 7	UNSATISFIABLE
6.38/7.05	c 7	NOT FOUND: _COST <= 2
6.38/7.05	c 7	OBJECTIVE BOUND: 3 <= _COST <= 4
6.38/7.05	c 7	SEARCHING: _COST <= 3
6.38/7.05	c 7	SOLVING HOME/temp.cnf
6.38/7.05	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.38/7.05	c 7	This is MiniSat 2.0 beta
6.38/7.05	c 7	WARNING: for repeatability, setting FPU to use double precision
6.38/7.05	c 7	============================[ Problem Statistics ]=============================
6.38/7.05	c 7	|                                                                             |
6.38/7.06	c 7	|  Number of variables:  9983                                                 |
6.38/7.06	c 7	|  Number of clauses:    396831                                               |
6.78/7.28	c 7	|  Parsing time:         0.20         s                                       |
6.78/7.44	c 7	============================[ Search Statistics ]==============================
6.78/7.44	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.78/7.44	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.78/7.44	c 7	===============================================================================
6.78/7.44	c 7	|         0 |    2045     7844    20168 |     2614        0    nan |  0.000 % |
6.78/7.46	c 7	===============================================================================
6.78/7.46	c 7	restarts              : 1
6.78/7.46	c 7	conflicts             : 9              (23 /sec)
6.78/7.46	c 7	decisions             : 25             (0.00 % random) (65 /sec)
6.78/7.46	c 7	propagations          : 16703          (43391 /sec)
6.78/7.46	c 7	conflict literals     : 24             (29.41 % deleted)
6.78/7.46	c 7	Memory used           : 18.35 MB
6.78/7.46	c 7	CPU time              : 0.384941 s
6.78/7.46	c 7	
6.78/7.47	c 7	SATISFIABLE
6.78/7.47	c 7	FOUND: _COST <= 3
6.78/7.47	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.78/7.47	c 7	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.20/7.55	c 7	Decoding HOME/temp.out
7.40/7.72	c 7	OBJECTIVE _COST 3
7.40/7.72	o 3
7.40/7.73	v 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
7.40/7.75	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.40/7.80	c 7	OBJECTIVE _COST 3
7.40/7.80	s OPTIMUM FOUND
7.40/7.80	c 7	CPU 6.88 (0.05 0.01 6.83 0.6)
7.40/7.80	c 7	END Wed Jul 16 04:15:00 2008

Verifier Data (download as text)

OK	3	541
3 unsatisfied constraints, 541 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-1125836-1216174492/watcher-1125836-1216174492 -o /tmp/evaluation-result-1125836-1216174492/solver-1125836-1216174492 -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-1125836-1216174492.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.92 1.98 1.99 4/81 31440
/proc/meminfo: memFree=1658960/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=12268 CPUtime=0
/proc/31440/stat : 31440 (sugar) R 31438 31440 30299 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 74147675 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31440/statm: 3067 316 241 3 0 167 0

[startup+0.0656461 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31440
/proc/meminfo: memFree=1658960/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13600 CPUtime=0.03
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74147675 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101648 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31440
/proc/meminfo: memFree=1658960/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13600 CPUtime=0.03
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74147675 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301681 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31440
/proc/meminfo: memFree=1658960/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13600 CPUtime=0.03
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74147675 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701757 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31440
/proc/meminfo: memFree=1658960/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13600 CPUtime=0.43
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 974 4412 0 1 3 0 37 3 15 0 1 0 74147675 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 31462
/proc/meminfo: memFree=1645112/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13600 CPUtime=0.43
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 974 4412 0 1 3 0 37 3 15 0 1 0 74147675 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3400 797 370 3 0 500 0
[pid=31453] ppid=31440 vsize=5356 CPUtime=0
/proc/31453/stat : 31453 (sh) S 31440 31440 30299 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74147723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31453/statm: 1339 233 193 169 0 50 0
[pid=31454] ppid=31453 vsize=868460 CPUtime=0.99
/proc/31454/stat : 31454 (java) S 31453 31440 30299 0 -1 0 6567 0 1 0 93 6 0 0 18 0 9 0 74147723 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31454/statm: 217115 5719 2563 9 0 211662 0
[pid=31454/tid=31455] ppid=31453 vsize=868460 CPUtime=0.65
/proc/31454/task/31455/stat : 31455 (java) R 31453 31440 30299 0 -1 64 2782 0 1 0 62 3 0 0 20 0 9 0 74147724 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4126945252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31456] ppid=31453 vsize=868460 CPUtime=0.06
/proc/31454/task/31456/stat : 31456 (java) S 31453 31440 30299 0 -1 64 1596 0 0 0 6 0 0 0 16 0 9 0 74147725 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31457] ppid=31453 vsize=868460 CPUtime=0
/proc/31454/task/31457/stat : 31457 (java) S 31453 31440 30299 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74147726 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31458] ppid=31453 vsize=868460 CPUtime=0
/proc/31454/task/31458/stat : 31458 (java) S 31453 31440 30299 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74147726 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31459] ppid=31453 vsize=868460 CPUtime=0
/proc/31454/task/31459/stat : 31459 (java) S 31453 31440 30299 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74147728 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31460] ppid=31453 vsize=868460 CPUtime=0.25
/proc/31454/task/31460/stat : 31460 (java) S 31453 31440 30299 0 -1 64 1497 0 0 0 24 1 0 0 16 0 9 0 74147728 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31461] ppid=31453 vsize=868460 CPUtime=0
/proc/31454/task/31461/stat : 31461 (java) S 31453 31440 30299 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74147728 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31454/tid=31462] ppid=31453 vsize=868460 CPUtime=0
/proc/31454/task/31462/stat : 31462 (java) S 31453 31440 30299 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74147728 889303040 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887416

[startup+3.10122 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 31464
/proc/meminfo: memFree=1644088/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13732 CPUtime=2.63
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 1191 19962 0 3 4 0 240 19 15 0 1 0 74147675 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 13732

[startup+6.30183 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 31524
/proc/meminfo: memFree=1645568/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13732 CPUtime=5.76
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 1769 63095 0 8 4 1 526 45 15 0 1 0 74147675 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 13732

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

[startup+7.10198 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 31546
/proc/meminfo: memFree=1645568/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13732 CPUtime=6.78
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 1939 76540 0 9 5 1 618 54 16 0 1 0 74147675 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 13732

[startup+7.50106 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 31546
/proc/meminfo: memFree=1645568/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13732 CPUtime=7.2
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 1981 81334 0 9 5 1 657 57 16 0 1 0 74147675 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 13732

[startup+7.7071 s]
/proc/loadavg: 1.93 1.98 1.99 5/92 31560
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=31440] ppid=31438 vsize=13732 CPUtime=7.2
/proc/31440/stat : 31440 (sugar) S 31438 31440 30299 0 -1 4194304 2000 81334 0 9 5 1 657 57 16 0 1 0 74147675 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31440/statm: 3433 819 374 3 0 533 0
[pid=31551] ppid=31440 vsize=5356 CPUtime=0
/proc/31551/stat : 31551 (sh) S 31440 31440 30299 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74148422 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31551/statm: 1339 233 193 169 0 50 0
[pid=31552] ppid=31551 vsize=863720 CPUtime=0.2
/proc/31552/stat : 31552 (java) S 31551 31440 30299 0 -1 0 3429 0 1 0 19 1 0 0 18 0 9 0 74148422 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31552/statm: 215930 2903 1652 9 0 210512 0
[pid=31552/tid=31553] ppid=31551 vsize=863720 CPUtime=0.18
/proc/31552/task/31553/stat : 31553 (java) R 31551 31440 30299 0 -1 64 2458 0 1 0 18 0 0 0 18 0 9 0 74148423 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31554] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31554/stat : 31554 (java) S 31551 31440 30299 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 74148424 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31555] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31555/stat : 31555 (java) S 31551 31440 30299 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 74148425 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31556] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31556/stat : 31556 (java) S 31551 31440 30299 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 74148425 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31557] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31557/stat : 31557 (java) S 31551 31440 30299 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74148427 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31558] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31558/stat : 31558 (java) R 31551 31440 30299 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 74148427 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 101583322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31559] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31559/stat : 31559 (java) S 31551 31440 30299 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74148427 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31552/tid=31560] ppid=31551 vsize=863720 CPUtime=0
/proc/31552/task/31560/stat : 31560 (java) S 31551 31440 30299 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 74148427 884449280 2903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 882808

Child status: 0
Real time (s): 7.80159
CPU time (s): 7.50986
CPU user time (s): 6.88695
CPU system time (s): 0.622905
CPU usage (%): 96.2606
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.88695
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87266
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5546
involuntary context switches= 5411

runsolver used 0.021996 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-16 04:14:53
IDJOB=1125836
IDBENCH=64169
IDSOLVER=368
FILE ID=node59/1125836-1216174492
PBS_JOBID= 7905793
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog01cc_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-1125836-1216174492/watcher-1125836-1216174492 -o /tmp/evaluation-result-1125836-1216174492/solver-1125836-1216174492 -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-1125836-1216174492.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 15f7e9fe5a76bc84b2994c9cb874c87a
RANDOM SEED=140872845

node59.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.268
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.268
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:       1659440 kB
Buffers:         83360 kB
Cached:         180752 kB
SwapCached:          0 kB
Active:         240684 kB
Inactive:        84508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          81236 kB
Slab:            56116 kB
Committed_AS:   354228 kB
PageTables:       2156 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= 66560 MiB
End job on node59 at 2008-07-16 04:15:00