Trace number 1115147

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+minisat-incOPTIMUM2 5.2402 6.11945

General information on the benchmark

Namecsp/composed-75-1-80/
normalized-composed-75-1-80-1_ext.xml
MD5SUM48585bc76f56f4e7178f9d3982b8e6f7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark0.176972
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
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.16	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.16	c 0	BEGIN Sun Jul 13 04:19:23 2008
0.00/0.16	c 0	PID 23813
0.00/0.17	c 0	HOST node92.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1115147-1215915563.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115147-1215915563.xml' 'HOME/temp.csp'
0.06/0.62	c 1	1 domains, 83 variables, 0 predicates, 702 relations, 702 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.73	c 1	Parsing HOME/temp.csp
0.50/0.93	c 1	parsed 1488 expressions
0.50/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.94	c 1	MAX CSP: 702 constraints
0.50/0.94	c 1	Converting to clausal form CSP
0.50/0.97	c 1	converted 220 (10%) expressions
0.50/0.98	c 1	converted 439 (20%) expressions
0.50/0.98	c 1	converted 658 (30%) expressions
0.50/1.00	c 1	converted 878 (40%) expressions
0.84/1.02	c 1	converted 1097 (50%) expressions
0.84/1.03	c 1	converted 1316 (60%) expressions
0.84/1.05	c 1	converted 1536 (70%) expressions
0.84/1.06	c 1	converted 1755 (80%) expressions
0.94/1.14	c 1	converted 1974 (90%) expressions
1.11/1.32	c 1	converted 2193 (100%) expressions
1.11/1.32	c 1	CSP : 1487 integers, 0 booleans, 2105 clauses, largest domain size 1054
1.11/1.32	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.32	c 1	Propagation in CSP
1.11/1.36	c 2	695 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.36	c 2	CSP : 1487 integers, 0 booleans, 2105 clauses, largest domain size 703
1.11/1.36	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.37	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.37	c 2	CSP : 1487 integers, 0 booleans, 2105 clauses, largest domain size 703
1.11/1.37	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.41	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.42	c 2	149 (10%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.21/1.43	c 2	298 (20%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.21/1.43	c 2	447 (30%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.21/1.43	c 2	595 (40%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.21/1.43	c 2	744 (50%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.21/1.43	c 2	893 (60%) CSP integer variables are encoded (1912 clauses, 23400 bytes)
1.21/1.43	c 2	1041 (70%) CSP integer variables are encoded (2839 clauses, 35451 bytes)
1.21/1.44	c 2	1190 (80%) CSP integer variables are encoded (9866 clauses, 128807 bytes)
1.21/1.44	c 2	1339 (90%) CSP integer variables are encoded (10880 clauses, 144017 bytes)
1.21/1.45	c 2	1487 (100%) CSP integer variables are encoded (12284 clauses, 165077 bytes)
1.31/1.51	c 2	211 (10%) CSP clauses are encoded (14687 clauses, 216386 bytes)
1.31/1.53	c 2	421 (20%) CSP clauses are encoded (17069 clauses, 272943 bytes)
1.31/1.55	c 2	632 (30%) CSP clauses are encoded (19391 clauses, 328444 bytes)
1.31/1.57	c 2	842 (40%) CSP clauses are encoded (23471 clauses, 404402 bytes)
1.41/1.63	c 2	1053 (50%) CSP clauses are encoded (53820 clauses, 955066 bytes)
1.41/1.65	c 2	1263 (60%) CSP clauses are encoded (62908 clauses, 1116000 bytes)
2.18/2.50	c 3	1474 (70%) CSP clauses are encoded (531291 clauses, 9939036 bytes)
2.29/2.52	c 3	1684 (80%) CSP clauses are encoded (541785 clauses, 10154809 bytes)
2.29/2.56	c 3	1895 (90%) CSP clauses are encoded (566980 clauses, 10685025 bytes)
2.49/2.72	c 3	2105 (100%) CSP clauses are encoded (659606 clauses, 12656263 bytes)
2.49/2.72	c 3	2105 CSP clauses encoded
2.49/2.72	c 3	Writing map file : HOME/temp.map
2.49/2.74	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.74	c 3	SAT : 13771 SAT variables, 659606 SAT clauses, 12656263 bytes
2.49/2.74	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.79	c 3	OBJECTIVE minimize _COST
2.49/2.79	c 3	SOLVING HOME/temp.cnf
2.49/2.79	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.49/2.79	c 3	This is MiniSat 2.0 beta incremental
2.49/2.79	c 3	WARNING: for repeatability, setting FPU to use double precision
2.49/2.79	c 3	============================[ Problem Statistics ]=============================
2.49/2.79	c 3	|                                                                             |
2.49/2.79	c 3	|  Number of variables:  13771                                                |
2.49/2.79	c 3	|  Number of clauses:    659606                                               |
2.55/3.07	c 3	|  Parsing time:         0.25         s                                       |
2.55/3.09	c 3	OK
2.55/3.09	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.55/3.09	c 3	SEARCHING: _COST <= 351
2.55/3.09	c 3	============================[ Search Statistics ]==============================
2.55/3.09	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.55/3.09	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.55/3.09	c 3	===============================================================================
2.55/3.09	c 3	|         0 |   13771   659606  1954909 |   219868        0    nan |  0.000 % |
2.55/3.14	c 3	===============================================================================
2.55/3.14	c 3	restarts              : 1
2.55/3.14	c 3	conflicts             : 0             (0 /sec)
2.55/3.14	c 3	decisions             : 80            (0.00 % random) (253 /sec)
2.55/3.14	c 3	propagations          : 13771          (43586 /sec)
2.55/3.14	c 3	conflict literals     : 0              ( nan % deleted)
2.55/3.14	c 3	Memory used           : 28.43 MB
2.55/3.14	c 3	CPU time              : 0.315951 s
2.55/3.14	c 3	
2.55/3.14	c 3	SATISFIABLE
2.55/3.14	c 3	OK
2.55/3.14	c 3	FOUND: _COST <= 351
2.55/3.14	s SATISFIABLE
2.55/3.14	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.55/3.14	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.94/3.24	c 3	Decoding HOME/temp.out
3.04/3.35	c 4	OBJECTIVE _COST 351
3.04/3.35	o 351
3.04/3.36	v 8 9 9 8 9 7 8 6 8 6 8 0 8 6 9 9 6 8 8 9 9 9 7 8 8 6 9 7 9 9 6 8 8 9 9 9 9 9 9 9 9 9 9 9 2 9 9 9 8 9 5 9 9 8 8 9 8 9 9 9 9 4 9 9 9 9 9 9 9 9 9 9 9 9 9 2 6 1 9 8 4 9 9
3.04/3.36	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.04/3.38	c 4	OK
3.04/3.38	c 4	OBJECTIVE BOUND: 0 <= _COST <= 351
3.04/3.38	c 4	SEARCHING: _COST <= 175
3.04/3.38	c 4	============================[ Search Statistics ]==============================
3.04/3.39	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.04/3.39	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.04/3.39	c 4	===============================================================================
3.04/3.39	c 4	|         0 |   13771   659606  1954909 |   219868        0    nan |  0.000 % |
3.13/3.46	c 4	===============================================================================
3.13/3.46	c 4	restarts              : 2
3.13/3.46	c 4	conflicts             : 34            (90 /sec)
3.13/3.46	c 4	decisions             : 704           (0.85 % random) (1858 /sec)
3.13/3.46	c 4	propagations          : 35856          (94621 /sec)
3.13/3.46	c 4	conflict literals     : 365            (10.98 % deleted)
3.13/3.46	c 4	Memory used           : 29.20 MB
3.13/3.46	c 4	CPU time              : 0.378942 s
3.13/3.46	c 4	
3.13/3.46	c 4	SATISFIABLE
3.13/3.47	c 4	OK
3.13/3.47	c 4	FOUND: _COST <= 175
3.13/3.47	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.13/3.47	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.17/3.57	c 4	Decoding HOME/temp.out
3.17/3.68	c 4	OBJECTIVE _COST 175
3.17/3.68	o 175
3.17/3.69	v 8 8 9 9 9 9 7 6 1 9 9 9 8 9 3 8 9 7 9 8 9 7 7 8 9 5 7 8 1 3 7 8 8 7 9 9 8 3 9 9 7 6 0 8 8 8 8 7 9 9 9 7 9 9 6 9 8 9 5 7 9 7 9 1 7 5 9 8 5 9 9 6 6 8 9 9 9 9 9 9 9 9 9
3.17/3.69	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.17/3.72	c 4	OK
3.17/3.72	c 4	OBJECTIVE BOUND: 0 <= _COST <= 175
3.17/3.72	c 4	SEARCHING: _COST <= 87
3.17/3.73	c 4	============================[ Search Statistics ]==============================
3.17/3.74	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.74	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.74	c 4	===============================================================================
3.17/3.74	c 4	|        34 |   10261   659606  1954909 |   219868       34     11 |  0.000 % |
3.17/3.75	c 4	===============================================================================
3.17/3.75	c 4	restarts              : 3
3.17/3.75	c 4	conflicts             : 37            (91 /sec)
3.17/3.75	c 4	decisions             : 863           (0.93 % random) (2121 /sec)
3.17/3.75	c 4	propagations          : 46244          (113639 /sec)
3.17/3.75	c 4	conflict literals     : 396            (10.41 % deleted)
3.17/3.75	c 4	Memory used           : 29.20 MB
3.17/3.75	c 4	CPU time              : 0.406938 s
3.17/3.75	c 4	
3.17/3.75	c 4	SATISFIABLE
3.17/3.75	c 4	OK
3.17/3.75	c 4	FOUND: _COST <= 87
3.17/3.75	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.17/3.75	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.41/3.84	c 4	Decoding HOME/temp.out
3.41/4.06	c 4	OBJECTIVE _COST 87
3.41/4.06	o 87
3.41/4.06	v 8 9 9 8 9 8 7 5 3 6 8 9 8 9 3 9 8 7 9 1 9 9 8 5 7 6 7 0 9 8 2 9 8 9 8 5 9 1 9 7 9 9 6 1 9 9 8 7 9 9 3 5 7 7 6 8 6 4 9 9 9 7 0 9 8 3 9 7 5 7 9 6 9 2 6 9 9 9 9 9 9 9 9
3.41/4.09	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.41/4.13	c 4	OK
3.41/4.13	c 4	OBJECTIVE BOUND: 0 <= _COST <= 87
3.41/4.13	c 4	SEARCHING: _COST <= 43
3.41/4.13	c 4	============================[ Search Statistics ]==============================
3.41/4.14	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.41/4.14	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.41/4.14	c 4	===============================================================================
3.41/4.14	c 4	|        37 |    8322   659606  1954909 |   219868       37     11 |  0.000 % |
3.41/4.15	c 4	===============================================================================
3.41/4.15	c 4	restarts              : 4
3.41/4.15	c 4	conflicts             : 46            (107 /sec)
3.41/4.15	c 4	decisions             : 1044          (0.96 % random) (2440 /sec)
3.41/4.15	c 4	propagations          : 54985          (128489 /sec)
3.41/4.15	c 4	conflict literals     : 476            (8.99 % deleted)
3.41/4.15	c 4	Memory used           : 29.33 MB
3.41/4.15	c 4	CPU time              : 0.427934 s
3.41/4.15	c 4	
3.41/4.15	c 4	SATISFIABLE
3.41/4.15	c 4	OK
3.41/4.15	c 4	FOUND: _COST <= 43
3.41/4.15	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.41/4.15	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.75/4.23	c 4	Decoding HOME/temp.out
3.98/4.47	c 5	OBJECTIVE _COST 43
3.98/4.47	o 43
3.98/4.47	v 8 6 9 9 0 3 9 2 6 1 2 5 1 9 8 4 8 8 9 9 9 8 8 9 7 9 3 8 8 7 3 9 5 8 4 2 9 4 9 5 7 8 6 1 9 8 9 7 6 9 9 9 7 2 4 0 8 8 1 6 9 8 9 9 5 8 9 2 5 0 8 9 9 1 9 9 9 9 3 9 9 9 9
4.06/4.50	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.06/4.54	c 5	OK
4.06/4.54	c 5	OBJECTIVE BOUND: 0 <= _COST <= 43
4.06/4.54	c 5	SEARCHING: _COST <= 21
4.06/4.55	c 5	============================[ Search Statistics ]==============================
4.06/4.55	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.06/4.55	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.06/4.55	c 5	===============================================================================
4.06/4.55	c 5	|        46 |    7085   659606  1954909 |   219868       46     10 |  0.000 % |
4.06/4.55	c 5	===============================================================================
4.06/4.55	c 5	restarts              : 5
4.06/4.55	c 5	conflicts             : 54            (121 /sec)
4.06/4.55	c 5	decisions             : 1181          (0.93 % random) (2654 /sec)
4.06/4.55	c 5	propagations          : 62537          (140554 /sec)
4.06/4.55	c 5	conflict literals     : 625            (6.99 % deleted)
4.06/4.55	c 5	Memory used           : 29.33 MB
4.06/4.55	c 5	CPU time              : 0.444932 s
4.06/4.55	c 5	
4.06/4.55	c 5	SATISFIABLE
4.06/4.55	c 5	OK
4.06/4.55	c 5	FOUND: _COST <= 21
4.06/4.55	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.06/4.55	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.09/4.63	c 5	Decoding HOME/temp.out
4.09/4.77	c 5	OBJECTIVE _COST 21
4.09/4.77	o 21
4.09/4.77	v 0 7 5 7 4 9 7 8 6 6 2 9 8 6 9 7 9 9 9 7 9 8 6 9 7 9 7 4 3 0 8 8 8 8 8 8 8 0 9 8 0 5 7 1 1 2 9 8 9 9 7 5 9 6 7 2 9 7 7 7 9 0 9 9 9 4 9 9 9 0 4 6 9 3 3 9 9 9 3 9 9 9 9
4.09/4.77	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.09/4.83	c 5	OK
4.09/4.83	c 5	OBJECTIVE BOUND: 0 <= _COST <= 21
4.09/4.83	c 5	SEARCHING: _COST <= 10
4.09/4.84	c 5	============================[ Search Statistics ]==============================
4.09/4.84	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.09/4.84	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.09/4.84	c 5	===============================================================================
4.09/4.84	c 5	|        54 |    6147   659606  1954909 |   219868       54     12 |  0.000 % |
4.09/4.84	c 5	===============================================================================
4.09/4.84	c 5	restarts              : 6
4.09/4.84	c 5	conflicts             : 61            (133 /sec)
4.09/4.84	c 5	decisions             : 1282          (0.86 % random) (2793 /sec)
4.09/4.84	c 5	propagations          : 70286          (153152 /sec)
4.09/4.84	c 5	conflict literals     : 715            (9.26 % deleted)
4.09/4.84	c 5	Memory used           : 29.33 MB
4.09/4.84	c 5	CPU time              : 0.45893 s
4.09/4.84	c 5	
4.09/4.84	c 5	SATISFIABLE
4.09/4.84	c 5	OK
4.09/4.84	c 5	FOUND: _COST <= 10
4.09/4.84	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.09/4.84	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.34/4.92	c 5	Decoding HOME/temp.out
4.34/5.05	c 5	OBJECTIVE _COST 10
4.34/5.06	o 10
4.34/5.06	v 0 8 5 8 1 4 7 8 2 6 9 9 8 6 8 9 9 8 9 3 9 8 7 1 7 6 3 8 8 0 8 4 5 9 9 9 9 5 9 2 0 6 4 8 1 8 9 6 9 9 3 7 7 3 8 8 9 7 7 5 9 7 6 9 8 8 9 2 9 3 8 5 9 2 7 9 8 1 6 8 5 4 8
4.34/5.06	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.34/5.13	c 5	OK
4.34/5.13	c 5	OBJECTIVE BOUND: 0 <= _COST <= 10
4.34/5.13	c 5	SEARCHING: _COST <= 5
4.34/5.14	c 5	============================[ Search Statistics ]==============================
4.34/5.15	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.34/5.15	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.34/5.15	c 5	===============================================================================
4.34/5.15	c 5	|        61 |    5325   659606  1954909 |   219868       61     12 |  0.000 % |
4.34/5.15	c 5	===============================================================================
4.34/5.15	c 5	restarts              : 7
4.34/5.15	c 5	conflicts             : 102           (214 /sec)
4.34/5.15	c 5	decisions             : 1413          (0.78 % random) (2963 /sec)
4.34/5.15	c 5	propagations          : 107218         (224810 /sec)
4.34/5.15	c 5	conflict literals     : 1078           (22.56 % deleted)
4.34/5.15	c 5	Memory used           : 29.33 MB
4.34/5.15	c 5	CPU time              : 0.476927 s
4.34/5.15	c 5	
4.34/5.15	c 5	SATISFIABLE
4.34/5.15	c 5	OK
4.34/5.15	c 5	FOUND: _COST <= 5
4.34/5.15	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.34/5.15	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.59/5.47	c 6	Decoding HOME/temp.out
4.78/5.61	c 6	OBJECTIVE _COST 5
4.78/5.61	o 5
4.78/5.61	v 0 8 8 9 6 4 7 2 6 6 9 9 3 6 9 6 9 7 9 3 9 8 0 9 7 6 7 9 1 7 1 7 6 9 8 9 9 5 9 9 0 8 9 1 1 8 9 9 9 9 3 7 5 3 8 8 9 8 7 1 9 8 9 9 8 8 3 9 5 3 7 5 9 3 7 9 0 1 8 9 4 5 8
4.78/5.61	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.78/5.65	c 6	OK
4.78/5.65	c 6	OBJECTIVE BOUND: 0 <= _COST <= 5
4.78/5.65	c 6	SEARCHING: _COST <= 2
4.78/5.66	c 6	============================[ Search Statistics ]==============================
4.78/5.67	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.78/5.67	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.78/5.67	c 6	===============================================================================
4.78/5.67	c 6	|       102 |    4526   659606  1954909 |   219868      102     11 |  0.000 % |
4.78/5.68	c 6	|       202 |    4526   659606  1954909 |   241855      202     10 | 72.305 % |
4.83/5.71	c 6	|       353 |    4526   659606  1954909 |   266041      353     10 | 72.305 % |
4.83/5.75	c 6	|       578 |    4526   659606  1954909 |   292645      578     10 | 72.305 % |
4.83/5.77	c 6	===============================================================================
4.83/5.77	c 6	restarts              : 11
4.83/5.77	c 6	conflicts             : 647           (1073 /sec)
4.83/5.78	c 6	decisions             : 2128          (0.89 % random) (3530 /sec)
4.83/5.78	c 6	propagations          : 489895         (812553 /sec)
4.83/5.78	c 6	conflict literals     : 6542           (30.08 % deleted)
4.83/5.78	c 6	Memory used           : 29.33 MB
4.83/5.78	c 6	CPU time              : 0.602908 s
4.83/5.78	c 6	
4.83/5.78	c 6	SATISFIABLE
4.83/5.78	c 6	OK
4.83/5.78	c 6	FOUND: _COST <= 2
4.83/5.78	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.83/5.78	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.91/5.86	c 6	Decoding HOME/temp.out
4.91/6.04	c 6	OBJECTIVE _COST 2
4.91/6.04	o 2
4.91/6.04	v 1 1 8 9 6 4 5 8 6 6 8 6 3 5 3 9 9 7 9 5 9 6 6 9 7 3 2 8 1 7 1 8 6 9 8 9 8 1 9 9 3 8 4 8 9 7 9 1 9 9 0 7 9 6 8 8 9 8 7 2 8 5 9 9 8 8 7 7 5 2 1 6 9 3 7 7 3 4 9 3 2 5 7
4.91/6.04	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.91/6.08	c 6	OK
4.91/6.08	c 6	OBJECTIVE BOUND: 0 <= _COST <= 2
4.91/6.08	c 6	SEARCHING: _COST <= 1
4.91/6.09	c 6	============================[ Search Statistics ]==============================
5.19/6.10	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.19/6.10	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.19/6.10	c 6	===============================================================================
5.19/6.10	c 6	|       647 |    3814   659606  1954909 |   219868      647     10 | 72.305 % |
5.19/6.10	c 6	===============================================================================
5.19/6.10	c 6	restarts              : 12
5.19/6.10	c 6	conflicts             : 715           (1148 /sec)
5.19/6.10	c 6	decisions             : 2201          (0.91 % random) (3533 /sec)
5.19/6.10	c 6	propagations          : 536222         (860841 /sec)
5.19/6.10	c 6	conflict literals     : 7068           (30.64 % deleted)
5.19/6.10	c 6	Memory used           : 29.33 MB
5.19/6.10	c 6	CPU time              : 0.622905 s
5.19/6.10	c 6	
5.19/6.10	c 6	UNSATISFIABLE
5.19/6.10	c 6	OK
5.19/6.10	c 6	NOT FOUND: _COST <= 1
5.19/6.10	c 6	OK
5.19/6.10	c 6	OBJECTIVE _COST 2
5.19/6.10	s OPTIMUM FOUND
5.19/6.11	c 6	CPU 4.76 (0.06 0.03 4.7 0.42)
5.19/6.11	c 6	END Sun Jul 13 04:19:29 2008

Verifier Data (download as text)

OK	2	700
2 unsatisfied constraints, 700 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-1115147-1215915563/watcher-1115147-1215915563 -o /tmp/evaluation-result-1115147-1215915563/solver-1115147-1215915563 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1115147-1215915563.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.63 2.73 2.65 5/240 23813
/proc/meminfo: memFree=1685416/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=12268 CPUtime=0
/proc/23813/stat : 23813 (sugar++) R 23811 23813 22121 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 48253265 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 251279407717 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/23813/statm: 3067 316 241 3 0 167 0

[startup+0.0855871 s]
/proc/loadavg: 2.63 2.73 2.65 5/240 23813
/proc/meminfo: memFree=1685416/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=12272 CPUtime=0
/proc/23813/stat : 23813 (sugar++) R 23811 23813 22121 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 48253265 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 251292729556 0 0 4224 0 0 0 0 17 0 0 0
/proc/23813/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102585 s]
/proc/loadavg: 2.63 2.73 2.65 5/240 23813
/proc/meminfo: memFree=1685416/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=12272 CPUtime=0
/proc/23813/stat : 23813 (sugar++) R 23811 23813 22121 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 48253265 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 251293002438 0 0 4224 0 0 0 0 17 0 0 0
/proc/23813/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301615 s]
/proc/loadavg: 2.63 2.73 2.65 5/240 23813
/proc/meminfo: memFree=1685416/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16740 CPUtime=0.06
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 1219 128 0 0 5 1 0 0 22 0 1 0 48253265 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23813/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70166 s]
/proc/loadavg: 2.63 2.73 2.65 5/240 23813
/proc/meminfo: memFree=1685416/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16740 CPUtime=0.5
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 1279 4831 0 1 5 1 41 3 16 0 1 0 48253265 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23813/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50276 s]
/proc/loadavg: 2.63 2.73 2.65 3/251 23835
/proc/meminfo: memFree=1674376/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16740 CPUtime=0.5
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 1297 4831 0 1 5 1 41 3 15 0 1 0 48253265 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23813/statm: 4185 1104 409 3 0 764 0
[pid=23826] ppid=23813 vsize=5356 CPUtime=0
/proc/23826/stat : 23826 (sh) S 23813 23813 22121 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 48253331 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23826/statm: 1339 233 193 169 0 50 0
[pid=23827] ppid=23826 vsize=868488 CPUtime=0.81
/proc/23827/stat : 23827 (java) S 23826 23813 22121 0 -1 0 7264 0 1 0 77 4 0 0 18 0 9 0 48253331 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23827/statm: 217122 6467 2565 9 0 211669 0
[pid=23827/tid=23828] ppid=23826 vsize=868488 CPUtime=0.42
/proc/23827/task/23828/stat : 23828 (java) R 23826 23813 22121 0 -1 64 2731 0 1 0 41 1 0 0 23 0 9 0 48253332 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23829] ppid=23826 vsize=868488 CPUtime=0.13
/proc/23827/task/23829/stat : 23829 (java) S 23826 23813 22121 0 -1 64 2320 0 0 0 12 1 0 0 16 0 9 0 48253333 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23830] ppid=23826 vsize=868488 CPUtime=0
/proc/23827/task/23830/stat : 23830 (java) S 23826 23813 22121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48253333 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23831] ppid=23826 vsize=868488 CPUtime=0
/proc/23827/task/23831/stat : 23831 (java) S 23826 23813 22121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 48253333 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23832] ppid=23826 vsize=868488 CPUtime=0
/proc/23827/task/23832/stat : 23832 (java) S 23826 23813 22121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 48253335 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23833] ppid=23826 vsize=868488 CPUtime=0.23
/proc/23827/task/23833/stat : 23833 (java) S 23826 23813 22121 0 -1 64 1520 0 0 0 23 0 0 0 16 0 9 0 48253335 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23834] ppid=23826 vsize=868488 CPUtime=0
/proc/23827/task/23834/stat : 23834 (java) S 23826 23813 22121 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 48253335 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23827/tid=23835] ppid=23826 vsize=868488 CPUtime=0
/proc/23827/task/23835/stat : 23835 (java) S 23826 23813 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48253335 889331712 6467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 890584

[startup+3.10197 s]
/proc/loadavg: 2.66 2.73 2.65 3/251 23835
/proc/meminfo: memFree=1660168/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16872 CPUtime=2.55
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 1482 12794 0 2 6 1 230 18 15 0 1 0 48253265 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23813/statm: 4218 1132 414 3 0 797 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 16872

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

[startup+4.70132 s]
/proc/loadavg: 2.66 2.73 2.65 6/252 23876
/proc/meminfo: memFree=1634240/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16872 CPUtime=3.62
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 1830 28337 0 6 6 2 325 29 16 0 1 0 48253265 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23813/statm: 4218 1133 414 3 0 797 0
[pid=23836] ppid=23813 vsize=30028 CPUtime=0.47
/proc/23836/stat : 23836 (minisat-inc) S 23813 23813 22121 0 -1 4194304 7367 0 0 0 44 3 0 0 16 0 1 0 48253544 30748672 7306 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/23836/statm: 7507 7306 78 151 0 7353 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 46900

[startup+5.51742 s]
/proc/loadavg: 2.66 2.73 2.65 3/245 23899
/proc/meminfo: memFree=1638136/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16872 CPUtime=4.07
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 1970 36103 0 8 6 3 364 34 15 0 1 0 48253265 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23813/statm: 4218 1133 414 3 0 797 0
[pid=23836] ppid=23813 vsize=30028 CPUtime=0.51
/proc/23836/stat : 23836 (minisat-inc) S 23813 23813 22121 0 -1 4194304 7371 0 0 0 48 3 0 0 16 0 1 0 48253544 30748672 7306 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/23836/statm: 7507 7306 78 151 0 7353 0
[pid=23897] ppid=23813 vsize=5356 CPUtime=0
/proc/23897/stat : 23897 (sh) S 23813 23813 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48253780 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23897/statm: 1339 233 193 169 0 50 0
[pid=23898] ppid=23897 vsize=195624 CPUtime=0.1
/proc/23898/stat : 23898 (java) S 23897 23813 22121 0 -1 0 3330 0 1 0 9 1 0 0 20 0 9 0 48253781 200318976 2807 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23898/statm: 48906 2807 1637 9 0 43488 0
[pid=23898/tid=23899] ppid=23897 vsize=195624 CPUtime=0.08
/proc/23898/task/23899/stat : 23899 (java) R 23897 23813 22121 0 -1 64 2406 0 1 0 7 1 0 0 25 0 9 0 48253782 200318976 2807 996147200 134512640 134550740 4294956000 18446744073709551615 4126404258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23898/tid=23900] ppid=23897 vsize=195624 CPUtime=0
/proc/23898/task/23900/stat : 23900 (java) S 23897 23813 22121 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 48253805 200318976 2807 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23898/tid=23901] ppid=23897 vsize=195624 CPUtime=0
/proc/23898/task/23901/stat : 23901 (java) S 23897 23813 22121 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 48253806 200318976 2807 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23898/tid=23902] ppid=23897 vsize=195624 CPUtime=0
/proc/23898/task/23902/stat : 23902 (java) S 23897 23813 22121 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 48253806 200318976 2807 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 247880

[startup+5.90146 s]
/proc/loadavg: 2.66 2.73 2.65 3/245 23899
/proc/meminfo: memFree=1638136/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16872 CPUtime=4.28
/proc/23813/stat : 23813 (sugar++) S 23811 23813 22121 0 -1 4194304 2040 39986 0 9 6 3 383 36 15 0 1 0 48253265 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23813/statm: 4218 1133 414 3 0 797 0
[pid=23836] ppid=23813 vsize=30028 CPUtime=0.63
/proc/23836/stat : 23836 (minisat-inc) S 23813 23813 22121 0 -1 4194304 7376 0 0 0 60 3 0 0 17 0 1 0 48253544 30748672 7309 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/23836/statm: 7507 7309 79 151 0 7353 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 46900

[startup+6.10149 s]
/proc/loadavg: 2.66 2.73 2.65 3/245 23899
/proc/meminfo: memFree=1638136/2055920 swapFree=4192812/4192956
[pid=23813] ppid=23811 vsize=16872 CPUtime=4.54
/proc/23813/stat : 23813 (sugar++) R 23811 23813 22121 0 -1 4194304 2058 43869 0 10 6 3 407 38 16 0 1 0 48253265 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 251288137682 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23813/statm: 4218 1133 414 3 0 797 0
[pid=23836] ppid=23813 vsize=30028 CPUtime=0.65
/proc/23836/stat : 23836 (minisat-inc) R 23813 23813 22121 0 -1 4194304 7377 0 0 0 62 3 0 0 16 0 1 0 48253544 30748672 7310 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 1 0 0
/proc/23836/statm: 7507 7310 79 151 0 7353 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 46900

Child status: 0
Real time (s): 6.11945
CPU time (s): 5.2402
CPU user time (s): 4.76827
CPU system time (s): 0.471928
CPU usage (%): 85.632
Max. virtual memory (cumulated for all children) (KiB): 890584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.76828
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53387
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= 7057
involuntary context switches= 8358

runsolver used 0.024996 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-13 04:19:23
IDJOB=1115147
IDBENCH=61822
IDSOLVER=367
FILE ID=node92/1115147-1215915563
PBS_JOBID= 7903698
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/composed-75-1-80/normalized-composed-75-1-80-1_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115147-1215915563/watcher-1115147-1215915563 -o /tmp/evaluation-result-1115147-1215915563/solver-1115147-1215915563 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1115147-1215915563.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 48585bc76f56f4e7178f9d3982b8e6f7
RANDOM SEED=1339105238

node92.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686152 kB
Buffers:         18580 kB
Cached:          91036 kB
SwapCached:          0 kB
Active:         250472 kB
Inactive:        51616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1084 kB
Writeback:           0 kB
Mapped:         214352 kB
Slab:            38544 kB
Committed_AS:  1266132 kB
PageTables:      11700 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= 66476 MiB
End job on node92 at 2008-07-13 04:19:29