Trace number 1126972

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 34.9507 35.4386

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap104_ext.xml
MD5SUMa80e1d18423c15c52112767d2c53ef30
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints0
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints1275
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension1275
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 07:51:23 2008
0.00/0.04	c 0	PID 680
0.00/0.04	c 0	HOST node1.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1126972-1216187483.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126972-1216187483.xml' 'HOME/temp.csp'
0.03/0.41	c 1	3 domains, 76 variables, 0 predicates, 27 relations, 1275 constraints
0.03/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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'
0.38/0.51	c 1	Parsing HOME/temp.csp
0.38/0.65	c 1	parsed 1381 expressions
0.38/0.65	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.67	c 1	MAX CSP: 1275 constraints
0.38/0.67	c 1	Converting to clausal form CSP
0.38/0.71	c 1	converted 266 (10%) expressions
0.38/0.73	c 1	converted 532 (20%) expressions
0.38/0.75	c 1	converted 798 (30%) expressions
0.38/0.77	c 1	converted 1064 (40%) expressions
0.38/0.84	c 1	converted 1330 (50%) expressions
0.38/0.85	c 1	converted 1596 (60%) expressions
0.38/0.86	c 1	converted 1862 (70%) expressions
0.38/0.87	c 1	converted 2128 (80%) expressions
0.38/0.88	c 1	converted 2394 (90%) expressions
0.93/1.01	c 1	converted 2659 (100%) expressions
0.93/1.01	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1913
0.93/1.01	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.01	c 1	Propagation in CSP
0.93/1.07	c 1	1267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.07	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
0.93/1.07	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.08	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
0.93/1.08	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.12	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.14	c 2	263 (10%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.03/1.14	c 2	526 (20%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.03/1.14	c 2	788 (30%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.03/1.14	c 2	1051 (40%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.03/1.14	c 2	1313 (50%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.03/1.15	c 2	1576 (60%) CSP integer variables are encoded (3707 clauses, 46247 bytes)
1.03/1.15	c 2	1839 (70%) CSP integer variables are encoded (5835 clauses, 73911 bytes)
1.03/1.16	c 2	2101 (80%) CSP integer variables are encoded (8317 clauses, 106877 bytes)
1.03/1.16	c 2	2364 (90%) CSP integer variables are encoded (10368 clauses, 137642 bytes)
1.03/1.18	c 2	2626 (100%) CSP integer variables are encoded (24611 clauses, 351287 bytes)
1.13/1.23	c 2	383 (10%) CSP clauses are encoded (24994 clauses, 358745 bytes)
1.13/1.27	c 2	765 (20%) CSP clauses are encoded (25376 clauses, 366722 bytes)
1.13/1.29	c 2	1148 (30%) CSP clauses are encoded (25759 clauses, 374789 bytes)
1.22/1.32	c 2	1530 (40%) CSP clauses are encoded (35384 clauses, 544523 bytes)
1.42/1.51	c 2	1912 (50%) CSP clauses are encoded (132688 clauses, 2323571 bytes)
1.42/1.56	c 2	2295 (60%) CSP clauses are encoded (161257 clauses, 2837588 bytes)
1.92/2.06	c 2	2677 (70%) CSP clauses are encoded (446889 clauses, 8097647 bytes)
2.02/2.13	c 3	3060 (80%) CSP clauses are encoded (479714 clauses, 8780579 bytes)
2.12/2.28	c 3	3442 (90%) CSP clauses are encoded (560584 clauses, 10496533 bytes)
5.29/5.49	c 6	3824 (100%) CSP clauses are encoded (2104203 clauses, 43481148 bytes)
5.29/5.49	c 6	3824 CSP clauses encoded
5.29/5.49	c 6	Writing map file : HOME/temp.map
5.39/5.51	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.51	c 6	SAT : 27236 SAT variables, 2104203 SAT clauses, 43481148 bytes
5.39/5.51	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.54	c 6	OBJECTIVE minimize _COST
5.39/5.54	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.39/5.54	c 6	SEARCHING: _COST <= 638
5.39/5.54	c 6	SOLVING HOME/temp.cnf
5.39/5.54	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.39/5.54	c 6	This is MiniSat 2.0 beta
5.39/5.54	c 6	WARNING: for repeatability, setting FPU to use double precision
5.39/5.54	c 6	============================[ Problem Statistics ]=============================
5.39/5.54	c 6	|                                                                             |
5.39/5.54	c 6	|  Number of variables:  27236                                                |
5.39/5.54	c 6	|  Number of clauses:    2104204                                              |
6.39/6.59	c 7	|  Parsing time:         0.90         s                                       |
7.88/8.03	c 8	============================[ Search Statistics ]==============================
7.88/8.03	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.88/8.03	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.88/8.03	c 8	===============================================================================
7.88/8.03	c 8	|         0 |   20229  1340386  3969858 |   446795        0    nan |  0.000 % |
7.98/8.16	c 9	===============================================================================
7.98/8.16	c 9	restarts              : 1
7.98/8.16	c 9	conflicts             : 0              (0 /sec)
7.98/8.16	c 9	decisions             : 66             (0.00 % random) (27 /sec)
7.98/8.16	c 9	propagations          : 27236          (11064 /sec)
7.98/8.16	c 9	conflict literals     : 0              ( nan % deleted)
7.98/8.16	c 9	Memory used           : 85.80 MB
7.98/8.16	c 9	CPU time              : 2.46163 s
7.98/8.16	c 9	
7.98/8.17	c 9	SATISFIABLE
7.98/8.18	c 9	FOUND: _COST <= 638
7.98/8.18	s SATISFIABLE
7.98/8.18	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.98/8.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.07/8.26	c 9	Decoding HOME/temp.out
8.07/8.42	c 9	OBJECTIVE _COST 163
8.07/8.42	o 163
8.07/8.43	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 24 20 20 20 24 23 21 20 20 20 20 24 23 21 20 20 20 20 24 23 21 20 10 20 20 20 24 23 21 20 20 20 20 24 22 20 20 20 20 20 24 22 20 20 20 20 20 24 20 21 -1
8.07/8.43	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.07/8.45	c 9	OBJECTIVE BOUND: 0 <= _COST <= 163
8.07/8.45	c 9	SEARCHING: _COST <= 81
8.07/8.45	c 9	SOLVING HOME/temp.cnf
8.07/8.45	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.07/8.45	c 9	This is MiniSat 2.0 beta
8.07/8.45	c 9	WARNING: for repeatability, setting FPU to use double precision
8.07/8.45	c 9	============================[ Problem Statistics ]=============================
8.07/8.45	c 9	|                                                                             |
8.07/8.45	c 9	|  Number of variables:  27236                                                |
8.07/8.45	c 9	|  Number of clauses:    2104204                                              |
9.45/9.60	c 10	|  Parsing time:         1.01         s                                       |
11.34/11.56	c 12	============================[ Search Statistics ]==============================
11.34/11.56	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.34/11.56	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.34/11.56	c 12	===============================================================================
11.34/11.56	c 12	|         0 |   12282   275205   797599 |    91735        0    nan |  0.000 % |
11.44/11.66	c 12	===============================================================================
11.44/11.66	c 12	restarts              : 1
11.44/11.66	c 12	conflicts             : 0              (0 /sec)
11.44/11.66	c 12	decisions             : 63             (0.00 % random) (21 /sec)
11.44/11.66	c 12	propagations          : 27236          (8922 /sec)
11.44/11.66	c 12	conflict literals     : 0              ( nan % deleted)
11.44/11.66	c 12	Memory used           : 86.35 MB
11.44/11.66	c 12	CPU time              : 3.05253 s
11.44/11.66	c 12	
11.44/11.67	c 12	SATISFIABLE
11.44/11.68	c 12	FOUND: _COST <= 81
11.44/11.68	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.44/11.68	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.54/11.77	c 12	Decoding HOME/temp.out
11.54/11.92	c 12	OBJECTIVE _COST 81
11.54/11.92	o 81
11.54/11.93	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 20 20 20 20 24 22 20 20 20 20 20 20 23 21 20 20 20 20 24 22 20 20 10 20 20 20 20 23 21 20 20 20 20 24 22 20 20 20 20 20 23 21 20 20 20 20 20 24 20 20 -1
11.54/11.93	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.54/11.95	c 12	OBJECTIVE BOUND: 0 <= _COST <= 81
11.54/11.95	c 12	SEARCHING: _COST <= 40
11.54/11.95	c 12	SOLVING HOME/temp.cnf
11.54/11.95	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.54/11.96	c 12	This is MiniSat 2.0 beta
11.54/11.96	c 12	WARNING: for repeatability, setting FPU to use double precision
11.54/11.96	c 12	============================[ Problem Statistics ]=============================
11.54/11.96	c 12	|                                                                             |
11.54/11.96	c 12	|  Number of variables:  27236                                                |
11.54/11.96	c 12	|  Number of clauses:    2104204                                              |
12.91/13.11	c 13	|  Parsing time:         1.02         s                                       |
14.70/15.00	c 15	============================[ Search Statistics ]==============================
14.70/15.00	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.70/15.00	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.70/15.00	c 15	===============================================================================
14.80/15.00	c 15	|         0 |   10784   149813   425876 |    49937        0    nan |  0.000 % |
14.80/15.09	c 15	===============================================================================
14.80/15.09	c 15	restarts              : 1
14.80/15.09	c 15	conflicts             : 0              (0 /sec)
14.80/15.09	c 15	decisions             : 56             (0.00 % random) (19 /sec)
14.80/15.09	c 15	propagations          : 27236          (9089 /sec)
14.80/15.09	c 15	conflict literals     : 0              ( nan % deleted)
14.80/15.09	c 15	Memory used           : 85.84 MB
14.80/15.09	c 15	CPU time              : 2.99654 s
14.80/15.09	c 15	
14.90/15.10	c 15	SATISFIABLE
14.90/15.12	c 16	FOUND: _COST <= 40
14.90/15.12	c 16	DECODING HOME/temp.out WITH HOME/temp.map
14.90/15.12	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.93/15.20	c 16	Decoding HOME/temp.out
15.09/15.36	c 16	OBJECTIVE _COST 40
15.09/15.36	o 40
15.09/15.36	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 17 17 17 17 24 17 20 17 17 17 17 17 17 21 17 17 17 17 17 22 17 17 10 17 17 17 17 23 18 17 17 17 17 24 17 20 17 17 17 17 17 21 17 17 17 17 17 17 17 17 -1
15.09/15.37	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.09/15.38	c 16	OBJECTIVE BOUND: 0 <= _COST <= 40
15.09/15.38	c 16	SEARCHING: _COST <= 20
15.09/15.38	c 16	SOLVING HOME/temp.cnf
15.09/15.39	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.09/15.39	c 16	This is MiniSat 2.0 beta
15.09/15.39	c 16	WARNING: for repeatability, setting FPU to use double precision
15.09/15.39	c 16	============================[ Problem Statistics ]=============================
15.09/15.39	c 16	|                                                                             |
15.09/15.40	c 16	|  Number of variables:  27236                                                |
15.09/15.40	c 16	|  Number of clauses:    2104204                                              |
16.27/16.56	c 17	|  Parsing time:         1.00         s                                       |
18.05/18.38	c 19	============================[ Search Statistics ]==============================
18.05/18.38	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.05/18.38	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.05/18.38	c 19	===============================================================================
18.05/18.38	c 19	|         0 |    9428    84255   233250 |    28085        0    nan |  0.000 % |
18.15/18.47	c 19	===============================================================================
18.15/18.48	c 19	restarts              : 1
18.15/18.48	c 19	conflicts             : 0              (0 /sec)
18.15/18.48	c 19	decisions             : 57             (0.00 % random) (20 /sec)
18.15/18.48	c 19	propagations          : 27236          (9342 /sec)
18.15/18.48	c 19	conflict literals     : 0              ( nan % deleted)
18.15/18.48	c 19	Memory used           : 86.14 MB
18.15/18.48	c 19	CPU time              : 2.91556 s
18.15/18.48	c 19	
18.15/18.49	c 19	SATISFIABLE
18.25/18.50	c 19	FOUND: _COST <= 20
18.25/18.50	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.25/18.50	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.25/18.59	c 19	Decoding HOME/temp.out
18.44/18.73	c 19	OBJECTIVE _COST 20
18.44/18.73	o 20
18.44/18.74	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 14 10 10 24 10 10 10 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 18 10 10 10 10 10 10 20 10 10 10 10 10 21 10 10 10 10 12 10 10 10 -1
18.44/18.74	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.44/18.78	c 19	OBJECTIVE BOUND: 0 <= _COST <= 20
18.44/18.78	c 19	SEARCHING: _COST <= 10
18.44/18.78	c 19	SOLVING HOME/temp.cnf
18.44/18.78	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.44/18.78	c 19	This is MiniSat 2.0 beta
18.44/18.78	c 19	WARNING: for repeatability, setting FPU to use double precision
18.44/18.78	c 19	============================[ Problem Statistics ]=============================
18.44/18.78	c 19	|                                                                             |
18.44/18.78	c 19	|  Number of variables:  27236                                                |
18.44/18.78	c 19	|  Number of clauses:    2104204                                              |
19.60/19.95	c 20	|  Parsing time:         1.02         s                                       |
21.40/21.76	c 22	============================[ Search Statistics ]==============================
21.40/21.76	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.40/21.76	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.40/21.76	c 22	===============================================================================
21.40/21.76	c 22	|         0 |    8122    49042   131519 |    16347        0    nan |  0.000 % |
21.40/21.76	c 22	===============================================================================
21.50/21.85	c 22	restarts              : 1
21.50/21.85	c 22	conflicts             : 0              (0 /sec)
21.50/21.85	c 22	decisions             : 58             (0.00 % random) (20 /sec)
21.50/21.85	c 22	propagations          : 27236          (9348 /sec)
21.50/21.85	c 22	conflict literals     : 0              ( nan % deleted)
21.50/21.85	c 22	Memory used           : 85.92 MB
21.50/21.85	c 22	CPU time              : 2.91356 s
21.50/21.85	c 22	
21.50/21.86	c 22	SATISFIABLE
21.50/21.88	c 22	FOUND: _COST <= 10
21.50/21.88	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.50/21.88	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.61/21.96	c 22	Decoding HOME/temp.out
21.80/22.12	c 23	OBJECTIVE _COST 10
21.80/22.12	o 10
21.80/22.12	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 24 10 10 10 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 21 10 10 10 10 12 10 10 10 -1
21.80/22.13	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.80/22.15	c 23	OBJECTIVE BOUND: 0 <= _COST <= 10
21.80/22.15	c 23	SEARCHING: _COST <= 5
21.80/22.15	c 23	SOLVING HOME/temp.cnf
21.80/22.15	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.80/22.16	c 23	This is MiniSat 2.0 beta
21.80/22.16	c 23	WARNING: for repeatability, setting FPU to use double precision
21.80/22.16	c 23	============================[ Problem Statistics ]=============================
21.80/22.16	c 23	|                                                                             |
21.80/22.16	c 23	|  Number of variables:  27236                                                |
21.80/22.16	c 23	|  Number of clauses:    2104204                                              |
22.97/23.34	c 24	|  Parsing time:         1.04         s                                       |
24.76/25.14	c 26	============================[ Search Statistics ]==============================
24.76/25.14	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.76/25.14	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.76/25.14	c 26	===============================================================================
24.76/25.14	c 26	|         0 |    6836    29399    76443 |     9799        0    nan |  0.000 % |
24.76/25.14	c 26	===============================================================================
24.86/25.23	c 26	restarts              : 1
24.86/25.23	c 26	conflicts             : 0              (0 /sec)
24.86/25.23	c 26	decisions             : 59             (0.00 % random) (20 /sec)
24.86/25.23	c 26	propagations          : 27236          (9332 /sec)
24.86/25.23	c 26	conflict literals     : 0              ( nan % deleted)
24.86/25.23	c 26	Memory used           : 86.06 MB
24.86/25.23	c 26	CPU time              : 2.91856 s
24.86/25.23	c 26	
24.86/25.24	c 26	SATISFIABLE
24.86/25.26	c 26	FOUND: _COST <= 5
24.86/25.26	c 26	DECODING HOME/temp.out WITH HOME/temp.map
24.86/25.26	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.94/25.34	c 26	Decoding HOME/temp.out
24.94/25.50	c 26	OBJECTIVE _COST 5
24.94/25.50	o 5
24.94/25.50	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 24 10 10 10 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
24.94/25.50	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.94/25.53	c 26	OBJECTIVE BOUND: 0 <= _COST <= 5
24.94/25.53	c 26	SEARCHING: _COST <= 2
24.94/25.53	c 26	SOLVING HOME/temp.cnf
24.94/25.53	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.94/25.53	c 26	This is MiniSat 2.0 beta
24.94/25.53	c 26	WARNING: for repeatability, setting FPU to use double precision
24.94/25.53	c 26	============================[ Problem Statistics ]=============================
24.94/25.53	c 26	|                                                                             |
24.94/25.53	c 26	|  Number of variables:  27236                                                |
24.94/25.53	c 26	|  Number of clauses:    2104204                                              |
26.23/26.64	c 27	|  Parsing time:         0.97         s                                       |
27.82/28.27	c 29	============================[ Search Statistics ]==============================
27.82/28.27	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.82/28.27	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.82/28.27	c 29	===============================================================================
27.82/28.27	c 29	|         0 |    5050    14403    36810 |     4801        0    nan |  0.000 % |
27.82/28.27	c 29	===============================================================================
27.92/28.36	c 29	restarts              : 1
27.92/28.36	c 29	conflicts             : 0              (0 /sec)
27.92/28.36	c 29	decisions             : 61             (0.00 % random) (23 /sec)
27.92/28.36	c 29	propagations          : 27236          (10149 /sec)
27.92/28.36	c 29	conflict literals     : 0              ( nan % deleted)
27.92/28.36	c 29	Memory used           : 85.88 MB
27.92/28.36	c 29	CPU time              : 2.68359 s
27.92/28.36	c 29	
27.92/28.37	c 29	SATISFIABLE
27.92/28.38	c 29	FOUND: _COST <= 2
27.92/28.38	c 29	DECODING HOME/temp.out WITH HOME/temp.map
27.92/28.38	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.02/28.48	c 29	Decoding HOME/temp.out
28.20/28.64	c 29	OBJECTIVE _COST 2
28.20/28.64	o 2
28.20/28.64	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
28.20/28.65	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.20/28.66	c 29	OBJECTIVE BOUND: 0 <= _COST <= 2
28.20/28.66	c 29	SEARCHING: _COST <= 1
28.20/28.66	c 29	SOLVING HOME/temp.cnf
28.20/28.66	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.20/28.67	c 29	This is MiniSat 2.0 beta
28.20/28.67	c 29	WARNING: for repeatability, setting FPU to use double precision
28.20/28.67	c 29	============================[ Problem Statistics ]=============================
28.20/28.67	c 29	|                                                                             |
28.20/28.67	c 29	|  Number of variables:  27236                                                |
28.20/28.67	c 29	|  Number of clauses:    2104204                                              |
29.38/29.85	c 30	|  Parsing time:         1.04         s                                       |
31.17/31.61	c 32	============================[ Search Statistics ]==============================
31.17/31.61	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.17/31.61	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.17/31.61	c 32	===============================================================================
31.17/31.61	c 32	|         0 |    3775     7523    19994 |     2507        0    nan |  0.000 % |
31.17/31.61	c 32	===============================================================================
31.17/31.69	c 32	restarts              : 1
31.17/31.69	c 32	conflicts             : 0              (0 /sec)
31.17/31.69	c 32	decisions             : 51             (0.00 % random) (18 /sec)
31.17/31.69	c 32	propagations          : 27236          (9488 /sec)
31.17/31.69	c 32	conflict literals     : 0              ( nan % deleted)
31.17/31.69	c 32	Memory used           : 86.03 MB
31.17/31.69	c 32	CPU time              : 2.87056 s
31.17/31.69	c 32	
31.27/31.70	c 32	SATISFIABLE
31.27/31.72	c 32	FOUND: _COST <= 1
31.27/31.72	c 32	DECODING HOME/temp.out WITH HOME/temp.map
31.27/31.72	c 32	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.38/31.80	c 32	Decoding HOME/temp.out
31.67/32.15	c 33	OBJECTIVE _COST 1
31.67/32.15	o 1
31.67/32.15	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
31.67/32.16	c 33	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.67/32.20	c 33	OBJECTIVE BOUND: 0 <= _COST <= 1
31.67/32.20	c 33	SEARCHING: _COST <= 0
31.67/32.20	c 33	SOLVING HOME/temp.cnf
31.67/32.20	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.74/32.21	c 33	This is MiniSat 2.0 beta
31.74/32.21	c 33	WARNING: for repeatability, setting FPU to use double precision
31.74/32.21	c 33	============================[ Problem Statistics ]=============================
31.74/32.21	c 33	|                                                                             |
31.74/32.21	c 33	|  Number of variables:  27236                                                |
31.74/32.21	c 33	|  Number of clauses:    2104204                                              |
32.81/33.36	c 34	|  Parsing time:         0.99         s                                       |
34.49/35.03	c 35	============================[ Search Statistics ]==============================
34.49/35.03	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.49/35.03	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.49/35.03	c 35	===============================================================================
34.49/35.03	c 35	|         0 |       0        0        0 |        0        0    nan |  0.000 % |
34.49/35.04	c 35	===============================================================================
34.59/35.12	c 36	restarts              : 1
34.59/35.12	c 36	conflicts             : 0              (0 /sec)
34.59/35.12	c 36	decisions             : 1              (0.00 % random) (0 /sec)
34.59/35.12	c 36	propagations          : 27236          (9942 /sec)
34.59/35.12	c 36	conflict literals     : 0              ( nan % deleted)
34.59/35.12	c 36	Memory used           : 86.08 MB
34.59/35.12	c 36	CPU time              : 2.73958 s
34.59/35.12	c 36	
34.59/35.13	c 36	SATISFIABLE
34.59/35.15	c 36	FOUND: _COST <= 0
34.59/35.15	c 36	DECODING HOME/temp.out WITH HOME/temp.map
34.59/35.15	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.65/35.23	c 36	Decoding HOME/temp.out
34.65/35.39	c 36	OBJECTIVE _COST 0
34.65/35.39	o 0
34.65/35.40	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
34.65/35.40	c 36	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.65/35.42	c 36	OBJECTIVE _COST 0
34.65/35.42	s OPTIMUM FOUND
34.65/35.42	c 36	CPU 32.77 (0.04 0.02 32.73 2.11)
34.65/35.42	c 36	END Wed Jul 16 07:51:59 2008

Verifier Data (download as text)

OK	0	1275
0 unsatisfied constraints, 1275 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-1126972-1216187483/watcher-1126972-1216187483 -o /tmp/evaluation-result-1126972-1216187483/solver-1126972-1216187483 -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-1126972-1216187483.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

[startup+0 s]
/proc/loadavg: 2.95 3.19 3.16 4/80 680
/proc/meminfo: memFree=1812936/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=18572 CPUtime=0
/proc/680/stat : 680 (runsolver) R 678 31970 31970 0 -1 4194368 11 0 0 0 0 0 0 0 19 0 1 0 75451831 19017728 290 996147200 4194304 4296836 548682068256 18446744073709551615 259350624970 0 0 4096 24578 0 0 0 17 1 0 0
/proc/680/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0869549 s]
/proc/loadavg: 2.95 3.19 3.16 4/80 680
/proc/meminfo: memFree=1812936/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13600 CPUtime=0.03
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75451831 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102286 s]
/proc/loadavg: 2.95 3.19 3.16 4/80 680
/proc/meminfo: memFree=1812936/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13600 CPUtime=0.03
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75451831 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301307 s]
/proc/loadavg: 2.95 3.19 3.16 4/80 680
/proc/meminfo: memFree=1812936/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13600 CPUtime=0.03
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75451831 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701351 s]
/proc/loadavg: 2.95 3.19 3.16 4/80 680
/proc/meminfo: memFree=1812936/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13600 CPUtime=0.38
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 974 4718 0 1 3 0 32 3 15 0 1 0 75451831 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50145 s]
/proc/loadavg: 2.95 3.19 3.16 3/91 702
/proc/meminfo: memFree=1797616/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13600 CPUtime=0.38
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 974 4718 0 1 3 0 32 3 15 0 1 0 75451831 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3400 797 370 3 0 500 0
[pid=693] ppid=680 vsize=5356 CPUtime=0
/proc/693/stat : 693 (sh) S 680 680 31970 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75451874 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/693/statm: 1339 233 193 169 0 50 0
[pid=694] ppid=693 vsize=868480 CPUtime=1.04
/proc/694/stat : 694 (java) S 693 680 31970 0 -1 0 7079 0 1 0 99 5 0 0 18 0 9 0 75451874 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/694/statm: 217120 6223 2563 9 0 211667 0
[pid=694/tid=695] ppid=693 vsize=868480 CPUtime=0.67
/proc/694/task/695/stat : 695 (java) R 693 680 31970 0 -1 64 2801 0 1 0 65 2 0 0 25 0 9 0 75451875 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=696] ppid=693 vsize=868480 CPUtime=0.09
/proc/694/task/696/stat : 696 (java) S 693 680 31970 0 -1 64 2088 0 0 0 9 0 0 0 16 0 9 0 75451876 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=697] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/697/stat : 697 (java) S 693 680 31970 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75451877 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=698] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/698/stat : 698 (java) S 693 680 31970 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 75451877 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=699] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/699/stat : 699 (java) S 693 680 31970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75451879 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=694/tid=700] ppid=693 vsize=868480 CPUtime=0.24
/proc/694/task/700/stat : 700 (java) S 693 680 31970 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 75451879 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=701] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/701/stat : 701 (java) S 693 680 31970 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75451879 889323520 6223 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=694/tid=702] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/702/stat : 702 (java) S 693 680 31970 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75451879 889323520 6223 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) 887436

[startup+3.10263 s]
/proc/loadavg: 2.96 3.19 3.16 3/91 702
/proc/meminfo: memFree=1787440/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13600 CPUtime=0.38
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 974 4718 0 1 3 0 32 3 15 0 1 0 75451831 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3400 797 370 3 0 500 0
[pid=693] ppid=680 vsize=5356 CPUtime=0
/proc/693/stat : 693 (sh) S 680 680 31970 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75451874 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/693/statm: 1339 233 193 169 0 50 0
[pid=694] ppid=693 vsize=868480 CPUtime=2.63
/proc/694/stat : 694 (java) S 693 680 31970 0 -1 0 7542 0 1 0 246 17 0 0 18 0 9 0 75451874 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/694/statm: 217120 6231 2563 9 0 211667 0
[pid=694/tid=695] ppid=693 vsize=868480 CPUtime=2.15
/proc/694/task/695/stat : 695 (java) R 693 680 31970 0 -1 64 3257 0 1 0 203 12 0 0 25 0 9 0 75451875 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=696] ppid=693 vsize=868480 CPUtime=0.19
/proc/694/task/696/stat : 696 (java) S 693 680 31970 0 -1 64 2088 0 0 0 17 2 0 0 16 0 9 0 75451876 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=697] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/697/stat : 697 (java) S 693 680 31970 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75451877 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=698] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/698/stat : 698 (java) S 693 680 31970 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 75451877 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=699] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/699/stat : 699 (java) S 693 680 31970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75451879 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=694/tid=700] ppid=693 vsize=868480 CPUtime=0.25
/proc/694/task/700/stat : 700 (java) S 693 680 31970 0 -1 64 1505 0 0 0 24 1 0 0 15 0 9 0 75451879 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=694/tid=701] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/701/stat : 701 (java) S 693 680 31970 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75451879 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=694/tid=702] ppid=693 vsize=868480 CPUtime=0
/proc/694/task/702/stat : 702 (java) S 693 680 31970 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75451879 889323520 6231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887436

[startup+6.30301 s]
/proc/loadavg: 2.96 3.19 3.16 3/91 702
/proc/meminfo: memFree=1753712/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=5.44
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 1092 13284 0 2 4 1 496 43 17 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13732

[startup+12.7018 s]
/proc/loadavg: 2.89 3.17 3.15 3/83 728
/proc/meminfo: memFree=1761776/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=11.78
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 1326 65086 0 4 4 1 1092 81 16 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
[pid=727] ppid=680 vsize=5356 CPUtime=0
/proc/727/stat : 727 (sh) S 680 680 31970 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75453027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/727/statm: 1339 232 193 169 0 50 0
[pid=728] ppid=727 vsize=63360 CPUtime=0.73
/proc/728/stat : 728 (minisat) R 727 680 31970 0 -1 4194304 15728 0 0 0 64 9 0 0 25 0 1 0 75453027 64880640 15714 996147200 134512640 135127466 4294956256 18446744073709551615 134514057 0 0 4096 3 0 0 0 17 1 0 0
/proc/728/statm: 15840 15714 62 150 0 15687 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 82448

[startup+25.5013 s]
/proc/loadavg: 2.91 3.16 3.15 3/83 764
/proc/meminfo: memFree=1681208/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=24.94
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 1730 164631 0 7 4 2 2335 153 15 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 13732

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

[startup+31.908 s]
/proc/loadavg: 2.77 3.12 3.14 5/91 798
/proc/meminfo: memFree=1763128/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=31.31
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 1957 216381 0 9 4 2 2936 189 16 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
[pid=789] ppid=680 vsize=5356 CPUtime=0
/proc/789/stat : 789 (sh) S 680 680 31970 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75455004 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/789/statm: 1339 233 193 169 0 50 0
[pid=790] ppid=789 vsize=863720 CPUtime=0.17
/proc/790/stat : 790 (java) S 789 680 31970 0 -1 0 3407 0 1 0 15 2 0 0 18 0 9 0 75455004 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/790/statm: 215930 2883 1639 9 0 210512 0
[pid=790/tid=791] ppid=789 vsize=863720 CPUtime=0.15
/proc/790/task/791/stat : 791 (java) R 789 680 31970 0 -1 64 2436 0 1 0 14 1 0 0 18 0 9 0 75455005 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4125979332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=792] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/792/stat : 792 (java) S 789 680 31970 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 75455006 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=793] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/793/stat : 793 (java) S 789 680 31970 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 75455006 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=794] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/794/stat : 794 (java) S 789 680 31970 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 75455006 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=795] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/795/stat : 795 (java) S 789 680 31970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75455008 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=796] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/796/stat : 796 (java) R 789 680 31970 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 75455008 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 103774731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=797] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/797/stat : 797 (java) S 789 680 31970 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75455008 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=790/tid=798] ppid=789 vsize=863720 CPUtime=0
/proc/790/task/798/stat : 798 (java) S 789 680 31970 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 75455008 884449280 2883 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 882808

[startup+33.503 s]
/proc/loadavg: 2.77 3.12 3.14 4/83 800
/proc/meminfo: memFree=1706808/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=31.74
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 2010 220320 0 10 4 2 2976 192 16 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
[pid=799] ppid=680 vsize=5356 CPUtime=0
/proc/799/stat : 799 (sh) S 680 680 31970 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75455052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/799/statm: 1339 232 193 169 0 50 0
[pid=800] ppid=799 vsize=88140 CPUtime=1.27
/proc/800/stat : 800 (minisat) R 799 680 31970 0 -1 4194304 21667 0 0 0 113 14 0 0 25 0 1 0 75455052 90255360 21653 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 0 0 0
/proc/800/statm: 22035 21653 72 150 0 21882 0
Current children cumulated CPU time (s) 33.01
Current children cumulated vsize (KiB) 107228

[startup+34.3021 s]
/proc/loadavg: 2.77 3.12 3.14 3/83 800
/proc/meminfo: memFree=1681080/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=31.74
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 2010 220320 0 10 4 2 2976 192 16 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
[pid=799] ppid=680 vsize=5356 CPUtime=0
/proc/799/stat : 799 (sh) S 680 680 31970 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75455052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/799/statm: 1339 232 193 169 0 50 0
[pid=800] ppid=799 vsize=88140 CPUtime=2.06
/proc/800/stat : 800 (minisat) R 799 680 31970 0 -1 4194304 21667 0 0 0 192 14 0 0 25 0 1 0 75455052 90255360 21653 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/800/statm: 22035 21653 72 150 0 21882 0
Current children cumulated CPU time (s) 33.8
Current children cumulated vsize (KiB) 107228

[startup+35.1012 s]
/proc/loadavg: 2.77 3.12 3.14 4/83 800
/proc/meminfo: memFree=1681080/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=31.74
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 2010 220320 0 10 4 2 2976 192 16 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
[pid=799] ppid=680 vsize=5356 CPUtime=0
/proc/799/stat : 799 (sh) S 680 680 31970 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75455052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/799/statm: 1339 232 193 169 0 50 0
[pid=800] ppid=799 vsize=88140 CPUtime=2.85
/proc/800/stat : 800 (minisat) R 799 680 31970 0 -1 4194304 21668 0 0 0 271 14 0 0 25 0 1 0 75455052 90255360 21654 996147200 134512640 135127466 4294956256 18446744073709551615 134697267 0 0 4096 3 0 0 0 17 0 0 0
/proc/800/statm: 22035 21654 73 150 0 21882 0
Current children cumulated CPU time (s) 34.59
Current children cumulated vsize (KiB) 107228

[startup+35.3012 s]
/proc/loadavg: 2.77 3.12 3.14 4/83 800
/proc/meminfo: memFree=1681080/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=34.65
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 2071 242284 0 10 4 2 3251 208 15 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 13732

[startup+35.4012 s]
/proc/loadavg: 2.77 3.12 3.14 4/83 800
/proc/meminfo: memFree=1681080/2055920 swapFree=4180660/4192956
[pid=680] ppid=678 vsize=13732 CPUtime=34.65
/proc/680/stat : 680 (sugar) S 678 680 31970 0 -1 4194304 2072 242284 0 10 4 2 3251 208 15 0 1 0 75451831 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/680/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 35.4386
CPU time (s): 34.9507
CPU user time (s): 32.787
CPU system time (s): 2.16367
CPU usage (%): 98.6233
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.787
system time used= 2.16367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248359
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14669
involuntary context switches= 15040

runsolver used 0.034994 second user time and 0.147977 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-16 07:51:23
IDJOB=1126972
IDBENCH=66111
IDSOLVER=368
FILE ID=node1/1126972-1216187483
PBS_JOBID= 7905902
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-cap104_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-1126972-1216187483/watcher-1126972-1216187483 -o /tmp/evaluation-result-1126972-1216187483/solver-1126972-1216187483 -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-1126972-1216187483.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e1d18423c15c52112767d2c53ef30
RANDOM SEED=681273116

node1.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.244
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.244
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:       1813416 kB
Buffers:         19940 kB
Cached:          56332 kB
SwapCached:       5872 kB
Active:         154100 kB
Inactive:        23668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813416 kB
SwapTotal:     4192956 kB
SwapFree:      4180660 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:         118056 kB
Slab:            49616 kB
Committed_AS:  1194736 kB
PageTables:       2172 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= 66556 MiB
End job on node1 at 2008-07-16 07:51:59