Trace number 1127132

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 36.2935 36.8659

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap91_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:59:58 2008
0.00/0.04	c 0	PID 939
0.00/0.04	c 0	HOST node1.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1127132-1216187998.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-1127132-1216187998.xml' 'HOME/temp.csp'
0.03/0.64	c 1	3 domains, 76 variables, 0 predicates, 27 relations, 1275 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.62/0.75	c 1	Parsing HOME/temp.csp
0.92/1.03	c 1	parsed 1381 expressions
0.92/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.05	c 1	MAX CSP: 1275 constraints
0.92/1.05	c 1	Converting to clausal form CSP
0.92/1.10	c 1	converted 266 (10%) expressions
1.02/1.12	c 1	converted 532 (20%) expressions
1.02/1.14	c 1	converted 798 (30%) expressions
1.02/1.15	c 1	converted 1064 (40%) expressions
1.12/1.23	c 1	converted 1330 (50%) expressions
1.12/1.24	c 1	converted 1596 (60%) expressions
1.12/1.26	c 2	converted 1862 (70%) expressions
1.12/1.26	c 2	converted 2128 (80%) expressions
1.12/1.27	c 2	converted 2394 (90%) expressions
1.32/1.42	c 2	converted 2659 (100%) expressions
1.32/1.42	c 2	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1913
1.32/1.42	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.42	c 2	Propagation in CSP
1.32/1.48	c 2	1267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.48	c 2	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.32/1.48	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.49	c 2	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.32/1.49	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.53	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.56	c 2	263 (10%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.41/1.56	c 2	526 (20%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.41/1.56	c 2	788 (30%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.41/1.56	c 2	1051 (40%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.41/1.56	c 2	1313 (50%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.41/1.57	c 2	1576 (60%) CSP integer variables are encoded (3707 clauses, 46247 bytes)
1.41/1.57	c 2	1839 (70%) CSP integer variables are encoded (5835 clauses, 73911 bytes)
1.41/1.58	c 2	2101 (80%) CSP integer variables are encoded (8317 clauses, 106877 bytes)
1.41/1.58	c 2	2364 (90%) CSP integer variables are encoded (10368 clauses, 137642 bytes)
1.51/1.60	c 2	2626 (100%) CSP integer variables are encoded (24611 clauses, 351287 bytes)
1.51/1.66	c 2	383 (10%) CSP clauses are encoded (24994 clauses, 358745 bytes)
1.51/1.69	c 2	765 (20%) CSP clauses are encoded (25376 clauses, 366722 bytes)
1.62/1.72	c 2	1148 (30%) CSP clauses are encoded (25759 clauses, 374789 bytes)
1.62/1.76	c 2	1530 (40%) CSP clauses are encoded (35384 clauses, 544523 bytes)
1.81/1.95	c 2	1912 (50%) CSP clauses are encoded (132688 clauses, 2323571 bytes)
1.92/2.01	c 2	2295 (60%) CSP clauses are encoded (161257 clauses, 2837588 bytes)
2.41/2.55	c 3	2677 (70%) CSP clauses are encoded (446889 clauses, 8097647 bytes)
2.50/2.62	c 3	3060 (80%) CSP clauses are encoded (479714 clauses, 8780579 bytes)
2.61/2.78	c 3	3442 (90%) CSP clauses are encoded (560584 clauses, 10496533 bytes)
6.06/6.22	c 6	3824 (100%) CSP clauses are encoded (2104203 clauses, 43481148 bytes)
6.06/6.22	c 6	3824 CSP clauses encoded
6.06/6.22	c 6	Writing map file : HOME/temp.map
6.06/6.25	c 6	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.06/6.25	c 6	SAT : 27236 SAT variables, 2104203 SAT clauses, 43481148 bytes
6.06/6.25	c 6	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.06/6.27	c 7	OBJECTIVE minimize _COST
6.06/6.27	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.06/6.27	c 7	SEARCHING: _COST <= 638
6.06/6.27	c 7	SOLVING HOME/temp.cnf
6.06/6.27	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.06/6.27	c 7	This is MiniSat 2.0 beta
6.06/6.27	c 7	WARNING: for repeatability, setting FPU to use double precision
6.06/6.27	c 7	============================[ Problem Statistics ]=============================
6.06/6.27	c 7	|                                                                             |
6.06/6.27	c 7	|  Number of variables:  27236                                                |
6.06/6.27	c 7	|  Number of clauses:    2104204                                              |
7.15/7.34	c 8	|  Parsing time:         0.92         s                                       |
8.63/8.82	c 9	============================[ Search Statistics ]==============================
8.63/8.82	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.63/8.82	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.63/8.82	c 9	===============================================================================
8.63/8.82	c 9	|         0 |   20229  1340386  3969858 |   446795        0    nan |  0.000 % |
8.73/8.95	c 9	===============================================================================
8.73/8.95	c 9	restarts              : 1
8.73/8.95	c 9	conflicts             : 0              (0 /sec)
8.73/8.95	c 9	decisions             : 66             (0.00 % random) (26 /sec)
8.73/8.95	c 9	propagations          : 27236          (10870 /sec)
8.73/8.95	c 9	conflict literals     : 0              ( nan % deleted)
8.73/8.95	c 9	Memory used           : 85.80 MB
8.73/8.95	c 9	CPU time              : 2.50562 s
8.73/8.95	c 9	
8.73/8.96	c 9	SATISFIABLE
8.73/8.98	c 9	FOUND: _COST <= 638
8.73/8.98	s SATISFIABLE
8.73/8.98	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.73/8.98	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.82/9.06	c 9	Decoding HOME/temp.out
8.82/9.22	c 9	OBJECTIVE _COST 163
8.82/9.22	o 163
8.82/9.22	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.82/9.22	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.82/9.24	c 9	OBJECTIVE BOUND: 0 <= _COST <= 163
8.82/9.24	c 9	SEARCHING: _COST <= 81
8.82/9.24	c 9	SOLVING HOME/temp.cnf
8.82/9.24	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.82/9.25	c 9	This is MiniSat 2.0 beta
8.82/9.25	c 9	WARNING: for repeatability, setting FPU to use double precision
8.82/9.25	c 9	============================[ Problem Statistics ]=============================
8.82/9.25	c 9	|                                                                             |
8.82/9.25	c 9	|  Number of variables:  27236                                                |
8.82/9.25	c 9	|  Number of clauses:    2104204                                              |
10.19/10.41	c 11	|  Parsing time:         0.99         s                                       |
12.17/12.40	c 13	============================[ Search Statistics ]==============================
12.17/12.40	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.17/12.40	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.17/12.40	c 13	===============================================================================
12.17/12.40	c 13	|         0 |   12282   275205   797599 |    91735        0    nan |  0.000 % |
12.27/12.50	c 13	===============================================================================
12.27/12.50	c 13	restarts              : 1
12.27/12.50	c 13	conflicts             : 0              (0 /sec)
12.27/12.50	c 13	decisions             : 63             (0.00 % random) (21 /sec)
12.27/12.50	c 13	propagations          : 27236          (8893 /sec)
12.27/12.50	c 13	conflict literals     : 0              ( nan % deleted)
12.27/12.50	c 13	Memory used           : 86.35 MB
12.27/12.50	c 13	CPU time              : 3.06253 s
12.27/12.50	c 13	
12.27/12.51	c 13	SATISFIABLE
12.27/12.53	c 13	FOUND: _COST <= 81
12.27/12.53	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.27/12.53	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.32/12.61	c 13	Decoding HOME/temp.out
12.32/12.77	c 13	OBJECTIVE _COST 81
12.32/12.77	o 81
12.32/12.77	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
12.32/12.77	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.32/12.79	c 13	OBJECTIVE BOUND: 0 <= _COST <= 81
12.32/12.79	c 13	SEARCHING: _COST <= 40
12.32/12.79	c 13	SOLVING HOME/temp.cnf
12.32/12.79	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.32/12.80	c 13	This is MiniSat 2.0 beta
12.32/12.80	c 13	WARNING: for repeatability, setting FPU to use double precision
12.32/12.80	c 13	============================[ Problem Statistics ]=============================
12.32/12.80	c 13	|                                                                             |
12.56/12.80	c 13	|  Number of variables:  27236                                                |
12.56/12.80	c 13	|  Number of clauses:    2104204                                              |
13.64/13.97	c 14	|  Parsing time:         1.03         s                                       |
15.61/15.91	c 16	============================[ Search Statistics ]==============================
15.61/15.91	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.61/15.91	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.61/15.91	c 16	===============================================================================
15.61/15.91	c 16	|         0 |   10784   149813   425876 |    49937        0    nan |  0.000 % |
15.71/16.00	c 16	===============================================================================
15.71/16.00	c 16	restarts              : 1
15.71/16.00	c 16	conflicts             : 0              (0 /sec)
15.71/16.00	c 16	decisions             : 56             (0.00 % random) (18 /sec)
15.71/16.00	c 16	propagations          : 27236          (8972 /sec)
15.71/16.00	c 16	conflict literals     : 0              ( nan % deleted)
15.71/16.00	c 16	Memory used           : 85.84 MB
15.71/16.00	c 16	CPU time              : 3.03554 s
15.71/16.00	c 16	
15.71/16.02	c 16	SATISFIABLE
15.71/16.03	c 16	FOUND: _COST <= 40
15.71/16.03	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.71/16.03	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'
15.77/16.11	c 16	Decoding HOME/temp.out
15.77/16.27	c 17	OBJECTIVE _COST 40
15.77/16.27	o 40
15.77/16.27	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.77/16.28	c 17	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.77/16.30	c 17	OBJECTIVE BOUND: 0 <= _COST <= 40
15.77/16.30	c 17	SEARCHING: _COST <= 20
15.77/16.30	c 17	SOLVING HOME/temp.cnf
15.77/16.30	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.01/16.30	c 17	This is MiniSat 2.0 beta
16.01/16.30	c 17	WARNING: for repeatability, setting FPU to use double precision
16.01/16.30	c 17	============================[ Problem Statistics ]=============================
16.01/16.30	c 17	|                                                                             |
16.01/16.30	c 17	|  Number of variables:  27236                                                |
16.01/16.30	c 17	|  Number of clauses:    2104204                                              |
17.09/17.49	c 18	|  Parsing time:         1.04         s                                       |
18.97/19.34	c 20	============================[ Search Statistics ]==============================
18.97/19.34	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.97/19.34	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.97/19.34	c 20	===============================================================================
18.97/19.34	c 20	|         0 |    9428    84255   233250 |    28085        0    nan |  0.000 % |
19.07/19.43	c 20	===============================================================================
19.07/19.44	c 20	restarts              : 1
19.07/19.44	c 20	conflicts             : 0              (0 /sec)
19.07/19.44	c 20	decisions             : 57             (0.00 % random) (19 /sec)
19.07/19.44	c 20	propagations          : 27236          (9166 /sec)
19.07/19.44	c 20	conflict literals     : 0              ( nan % deleted)
19.07/19.44	c 20	Memory used           : 86.14 MB
19.07/19.44	c 20	CPU time              : 2.97155 s
19.07/19.44	c 20	
19.07/19.45	c 20	SATISFIABLE
19.07/19.46	c 20	FOUND: _COST <= 20
19.07/19.46	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.07/19.46	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.14/19.54	c 20	Decoding HOME/temp.out
19.35/19.71	c 20	OBJECTIVE _COST 20
19.35/19.71	o 20
19.35/19.72	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
19.35/19.72	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.35/19.73	c 20	OBJECTIVE BOUND: 0 <= _COST <= 20
19.35/19.73	c 20	SEARCHING: _COST <= 10
19.35/19.73	c 20	SOLVING HOME/temp.cnf
19.35/19.73	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.35/19.73	c 20	This is MiniSat 2.0 beta
19.35/19.73	c 20	WARNING: for repeatability, setting FPU to use double precision
19.35/19.73	c 20	============================[ Problem Statistics ]=============================
19.35/19.73	c 20	|                                                                             |
19.35/19.73	c 20	|  Number of variables:  27236                                                |
19.35/19.73	c 20	|  Number of clauses:    2104204                                              |
20.53/20.94	c 21	|  Parsing time:         1.05         s                                       |
22.31/22.75	c 23	============================[ Search Statistics ]==============================
22.31/22.75	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.31/22.75	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.31/22.75	c 23	===============================================================================
22.31/22.75	c 23	|         0 |    8122    49042   131519 |    16347        0    nan |  0.000 % |
22.31/22.76	c 23	===============================================================================
22.41/22.84	c 23	restarts              : 1
22.41/22.84	c 23	conflicts             : 0              (0 /sec)
22.41/22.84	c 23	decisions             : 58             (0.00 % random) (20 /sec)
22.41/22.84	c 23	propagations          : 27236          (9253 /sec)
22.41/22.84	c 23	conflict literals     : 0              ( nan % deleted)
22.41/22.84	c 23	Memory used           : 85.92 MB
22.41/22.84	c 23	CPU time              : 2.94355 s
22.41/22.84	c 23	
22.41/22.85	c 23	SATISFIABLE
22.41/22.87	c 23	FOUND: _COST <= 10
22.41/22.87	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.41/22.87	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.49/22.96	c 23	Decoding HOME/temp.out
22.70/23.12	c 23	OBJECTIVE _COST 10
22.70/23.12	o 10
22.70/23.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
22.70/23.13	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.70/23.14	c 23	OBJECTIVE BOUND: 0 <= _COST <= 10
22.70/23.14	c 23	SEARCHING: _COST <= 5
22.70/23.14	c 23	SOLVING HOME/temp.cnf
22.70/23.14	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.70/23.14	c 23	This is MiniSat 2.0 beta
22.70/23.14	c 23	WARNING: for repeatability, setting FPU to use double precision
22.70/23.14	c 23	============================[ Problem Statistics ]=============================
22.70/23.14	c 23	|                                                                             |
22.70/23.14	c 23	|  Number of variables:  27236                                                |
22.70/23.14	c 23	|  Number of clauses:    2104204                                              |
23.89/24.34	c 25	|  Parsing time:         1.05         s                                       |
25.68/26.15	c 26	============================[ Search Statistics ]==============================
25.68/26.15	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.68/26.15	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.68/26.15	c 26	===============================================================================
25.68/26.15	c 26	|         0 |    6836    29399    76443 |     9799        0    nan |  0.000 % |
25.68/26.15	c 26	===============================================================================
25.78/26.24	c 26	restarts              : 1
25.78/26.24	c 26	conflicts             : 0              (0 /sec)
25.78/26.24	c 26	decisions             : 59             (0.00 % random) (20 /sec)
25.78/26.24	c 26	propagations          : 27236          (9259 /sec)
25.78/26.24	c 26	conflict literals     : 0              ( nan % deleted)
25.78/26.24	c 26	Memory used           : 86.06 MB
25.78/26.24	c 26	CPU time              : 2.94155 s
25.78/26.24	c 26	
25.78/26.26	c 27	SATISFIABLE
25.78/26.27	c 27	FOUND: _COST <= 5
25.78/26.27	c 27	DECODING HOME/temp.out WITH HOME/temp.map
25.78/26.27	c 27	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.87/26.36	c 27	Decoding HOME/temp.out
26.07/26.52	c 27	OBJECTIVE _COST 5
26.07/26.52	o 5
26.07/26.52	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
26.07/26.52	c 27	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
26.07/26.54	c 27	OBJECTIVE BOUND: 0 <= _COST <= 5
26.07/26.54	c 27	SEARCHING: _COST <= 2
26.07/26.54	c 27	SOLVING HOME/temp.cnf
26.07/26.54	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.07/26.55	c 27	This is MiniSat 2.0 beta
26.07/26.55	c 27	WARNING: for repeatability, setting FPU to use double precision
26.07/26.55	c 27	============================[ Problem Statistics ]=============================
26.07/26.55	c 27	|                                                                             |
26.07/26.55	c 27	|  Number of variables:  27236                                                |
26.07/26.55	c 27	|  Number of clauses:    2104204                                              |
27.24/27.75	c 28	|  Parsing time:         1.06         s                                       |
29.03/29.55	c 30	============================[ Search Statistics ]==============================
29.03/29.55	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.03/29.55	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.03/29.55	c 30	===============================================================================
29.03/29.55	c 30	|         0 |    5050    14403    36810 |     4801        0    nan |  0.000 % |
29.03/29.55	c 30	===============================================================================
29.13/29.64	c 30	restarts              : 1
29.13/29.64	c 30	conflicts             : 0              (0 /sec)
29.13/29.64	c 30	decisions             : 61             (0.00 % random) (21 /sec)
29.13/29.64	c 30	propagations          : 27236          (9294 /sec)
29.13/29.64	c 30	conflict literals     : 0              ( nan % deleted)
29.13/29.64	c 30	Memory used           : 85.88 MB
29.13/29.64	c 30	CPU time              : 2.93055 s
29.13/29.64	c 30	
29.13/29.65	c 30	SATISFIABLE
29.13/29.67	c 30	FOUND: _COST <= 2
29.13/29.67	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.13/29.67	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.21/29.75	c 30	Decoding HOME/temp.out
29.21/29.91	c 30	OBJECTIVE _COST 2
29.21/29.91	o 2
29.21/29.91	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
29.21/29.92	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
29.21/29.94	c 30	OBJECTIVE BOUND: 0 <= _COST <= 2
29.21/29.94	c 30	SEARCHING: _COST <= 1
29.21/29.94	c 30	SOLVING HOME/temp.cnf
29.21/29.94	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.21/29.94	c 30	This is MiniSat 2.0 beta
29.21/29.94	c 30	WARNING: for repeatability, setting FPU to use double precision
29.21/29.94	c 30	============================[ Problem Statistics ]=============================
29.21/29.94	c 30	|                                                                             |
29.21/29.94	c 30	|  Number of variables:  27236                                                |
29.21/29.94	c 30	|  Number of clauses:    2104204                                              |
30.59/31.15	c 31	|  Parsing time:         1.04         s                                       |
32.37/32.95	c 33	============================[ Search Statistics ]==============================
32.37/32.95	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.37/32.95	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.37/32.95	c 33	===============================================================================
32.37/32.95	c 33	|         0 |    3775     7523    19994 |     2507        0    nan |  0.000 % |
32.37/32.95	c 33	===============================================================================
32.47/33.04	c 33	restarts              : 1
32.47/33.04	c 33	conflicts             : 0              (0 /sec)
32.47/33.04	c 33	decisions             : 51             (0.00 % random) (18 /sec)
32.47/33.04	c 33	propagations          : 27236          (9351 /sec)
32.47/33.04	c 33	conflict literals     : 0              ( nan % deleted)
32.47/33.04	c 33	Memory used           : 86.03 MB
32.47/33.04	c 33	CPU time              : 2.91256 s
32.47/33.04	c 33	
32.47/33.05	c 33	SATISFIABLE
32.47/33.07	c 33	FOUND: _COST <= 1
32.47/33.07	c 33	DECODING HOME/temp.out WITH HOME/temp.map
32.47/33.07	c 33	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
32.56/33.15	c 33	Decoding HOME/temp.out
32.56/33.31	c 34	OBJECTIVE _COST 1
32.56/33.31	o 1
32.56/33.31	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
32.56/33.32	c 34	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.56/33.34	c 34	OBJECTIVE BOUND: 0 <= _COST <= 1
32.56/33.34	c 34	SEARCHING: _COST <= 0
32.56/33.34	c 34	SOLVING HOME/temp.cnf
32.56/33.34	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.56/33.34	c 34	This is MiniSat 2.0 beta
32.56/33.34	c 34	WARNING: for repeatability, setting FPU to use double precision
32.56/33.34	c 34	============================[ Problem Statistics ]=============================
32.56/33.34	c 34	|                                                                             |
32.56/33.34	c 34	|  Number of variables:  27236                                                |
32.56/33.34	c 34	|  Number of clauses:    2104204                                              |
33.93/34.55	c 35	|  Parsing time:         1.06         s                                       |
35.72/36.35	c 37	============================[ Search Statistics ]==============================
35.72/36.35	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.72/36.35	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.72/36.35	c 37	===============================================================================
35.72/36.35	c 37	|         0 |       0        0        0 |        0        0    nan |  0.000 % |
35.72/36.35	c 37	===============================================================================
35.81/36.44	c 37	restarts              : 1
35.81/36.44	c 37	conflicts             : 0              (0 /sec)
35.81/36.44	c 37	decisions             : 1              (0.00 % random) (0 /sec)
35.81/36.44	c 37	propagations          : 27236          (9303 /sec)
35.81/36.44	c 37	conflict literals     : 0              ( nan % deleted)
35.81/36.44	c 37	Memory used           : 86.08 MB
35.81/36.44	c 37	CPU time              : 2.92755 s
35.81/36.44	c 37	
35.81/36.45	c 37	SATISFIABLE
35.81/36.46	c 37	FOUND: _COST <= 0
35.81/36.46	c 37	DECODING HOME/temp.out WITH HOME/temp.map
35.81/36.46	c 37	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.90/36.54	c 37	Decoding HOME/temp.out
35.90/36.81	c 37	OBJECTIVE _COST 0
35.90/36.81	o 0
35.90/36.81	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
35.90/36.82	c 37	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
35.90/36.85	c 37	OBJECTIVE _COST 0
35.90/36.85	s OPTIMUM FOUND
35.90/36.85	c 37	CPU 34.09 (0.05 0.02 34.04 2.14)
35.90/36.85	c 37	END Wed Jul 16 08:00:35 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-1127132-1216187998/watcher-1127132-1216187998 -o /tmp/evaluation-result-1127132-1216187998/solver-1127132-1216187998 -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-1127132-1216187998.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.41 2.68 2.90 4/81 939
/proc/meminfo: memFree=1801408/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=12268 CPUtime=0
/proc/939/stat : 939 (sugar) R 937 939 902 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 75503318 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 259353442917 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/939/statm: 3067 316 241 3 0 167 0

[startup+0.0509971 s]
/proc/loadavg: 2.41 2.68 2.90 4/81 939
/proc/meminfo: memFree=1801408/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13600 CPUtime=0.03
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 75503318 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101891 s]
/proc/loadavg: 2.41 2.68 2.90 4/81 939
/proc/meminfo: memFree=1801408/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13600 CPUtime=0.03
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 75503318 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301908 s]
/proc/loadavg: 2.41 2.68 2.90 4/81 939
/proc/meminfo: memFree=1801408/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13600 CPUtime=0.03
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 75503318 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701963 s]
/proc/loadavg: 2.41 2.68 2.90 4/81 939
/proc/meminfo: memFree=1801408/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13600 CPUtime=0.62
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 957 4720 0 1 3 0 56 3 16 0 1 0 75503318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 2.41 2.68 2.90 4/92 961
/proc/meminfo: memFree=1793568/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13600 CPUtime=0.62
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 974 4720 0 1 3 0 56 3 15 0 1 0 75503318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3400 797 370 3 0 500 0
[pid=952] ppid=939 vsize=5356 CPUtime=0
/proc/952/stat : 952 (sh) S 939 939 902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75503385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/952/statm: 1339 233 193 169 0 50 0
[pid=953] ppid=952 vsize=868372 CPUtime=0.79
/proc/953/stat : 953 (java) S 952 939 902 0 -1 0 5915 0 1 0 75 4 0 0 18 0 9 0 75503386 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/953/statm: 217093 5291 1835 9 0 211668 0
[pid=953/tid=954] ppid=952 vsize=868372 CPUtime=0.51
/proc/953/task/954/stat : 954 (java) R 952 939 902 0 -1 64 2650 0 1 0 50 1 0 0 21 0 9 0 75503387 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=955] ppid=952 vsize=868372 CPUtime=0.04
/proc/953/task/955/stat : 955 (java) R 952 939 902 0 -1 64 1104 0 0 0 4 0 0 0 16 0 9 0 75503388 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=956] ppid=952 vsize=868372 CPUtime=0
/proc/953/task/956/stat : 956 (java) S 952 939 902 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 75503388 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=957] ppid=952 vsize=868372 CPUtime=0
/proc/953/task/957/stat : 957 (java) S 952 939 902 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 75503388 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=958] ppid=952 vsize=868372 CPUtime=0
/proc/953/task/958/stat : 958 (java) S 952 939 902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75503390 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=959] ppid=952 vsize=868372 CPUtime=0.21
/proc/953/task/959/stat : 959 (java) S 952 939 902 0 -1 64 1469 0 0 0 20 1 0 0 16 0 9 0 75503390 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=960] ppid=952 vsize=868372 CPUtime=0
/proc/953/task/960/stat : 960 (java) S 952 939 902 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75503390 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=961] ppid=952 vsize=868372 CPUtime=0
/proc/953/task/961/stat : 961 (java) S 952 939 902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75503390 889212928 5291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887328

[startup+3.10224 s]
/proc/loadavg: 2.46 2.68 2.90 3/92 961
/proc/meminfo: memFree=1780640/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13600 CPUtime=0.63
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 974 4720 0 1 3 1 56 3 15 0 1 0 75503318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3400 797 370 3 0 500 0
[pid=952] ppid=939 vsize=5356 CPUtime=0
/proc/952/stat : 952 (sh) S 939 939 902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75503385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/952/statm: 1339 233 193 169 0 50 0
[pid=953] ppid=952 vsize=868484 CPUtime=2.38
/proc/953/stat : 953 (java) S 952 939 902 0 -1 0 7378 0 1 0 224 14 0 0 18 0 9 0 75503386 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/953/statm: 217121 6233 2563 9 0 211668 0
[pid=953/tid=954] ppid=952 vsize=868484 CPUtime=1.91
/proc/953/task/954/stat : 954 (java) R 952 939 902 0 -1 64 3087 0 1 0 183 8 0 0 25 0 9 0 75503387 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4126960985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=955] ppid=952 vsize=868484 CPUtime=0.17
/proc/953/task/955/stat : 955 (java) S 952 939 902 0 -1 64 2092 0 0 0 14 3 0 0 16 0 9 0 75503388 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=956] ppid=952 vsize=868484 CPUtime=0
/proc/953/task/956/stat : 956 (java) S 952 939 902 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75503388 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=957] ppid=952 vsize=868484 CPUtime=0
/proc/953/task/957/stat : 957 (java) S 952 939 902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75503388 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=958] ppid=952 vsize=868484 CPUtime=0
/proc/953/task/958/stat : 958 (java) S 952 939 902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75503390 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=959] ppid=952 vsize=868484 CPUtime=0.27
/proc/953/task/959/stat : 959 (java) S 952 939 902 0 -1 64 1506 0 0 0 26 1 0 0 16 0 9 0 75503390 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=960] ppid=952 vsize=868484 CPUtime=0
/proc/953/task/960/stat : 960 (java) S 952 939 902 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75503390 889327616 6233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=953/tid=961] ppid=952 vsize=868484 CPUtime=0
/proc/953/task/961/stat : 961 (java) S 952 939 902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75503390 889327616 6233 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) 887440

[startup+6.30163 s]
/proc/loadavg: 2.46 2.68 2.90 3/92 961
/proc/meminfo: memFree=1747744/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=6.14
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 1092 13292 0 2 4 1 566 43 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 13732

[startup+12.7014 s]
/proc/loadavg: 2.39 2.66 2.89 3/84 975
/proc/meminfo: memFree=1669280/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=12.32
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 1273 61157 0 3 4 1 1147 80 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 13732

[startup+25.5019 s]
/proc/loadavg: 2.33 2.64 2.88 3/84 1023
/proc/meminfo: memFree=1669544/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=22.76
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 1668 142687 0 7 4 2 2131 139 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
[pid=1022] ppid=939 vsize=5356 CPUtime=0
/proc/1022/stat : 1022 (sh) S 939 939 902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75505632 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1022/statm: 1339 232 193 169 0 50 0
[pid=1023] ppid=1022 vsize=88120 CPUtime=2.32
/proc/1023/stat : 1023 (minisat) R 1022 939 902 0 -1 4194304 21648 0 0 0 219 13 0 0 25 0 1 0 75505632 90234880 21634 996147200 134512640 135127466 4294956256 18446744073709551615 134531720 0 0 4096 3 0 0 0 17 1 0 0
/proc/1023/statm: 22030 21634 71 150 0 21877 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 107208

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

[startup+31.9076 s]
/proc/loadavg: 2.28 2.62 2.87 3/84 1047
/proc/meminfo: memFree=1669544/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=29.45
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 1896 194442 0 9 4 2 2763 176 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
[pid=1046] ppid=939 vsize=5356 CPUtime=0
/proc/1046/stat : 1046 (sh) S 939 939 902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75506312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1046/statm: 1339 232 193 169 0 50 0
[pid=1047] ppid=1046 vsize=88088 CPUtime=1.93
/proc/1047/stat : 1047 (minisat) R 1046 939 902 0 -1 4194304 21647 0 0 0 178 15 0 0 25 0 1 0 75506312 90202112 21633 996147200 134512640 135127466 4294956256 18446744073709551615 134523520 0 0 4096 3 0 0 0 17 1 0 0
/proc/1047/statm: 22022 21633 71 150 0 21869 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (KiB) 107176

[startup+35.102 s]
/proc/loadavg: 2.28 2.62 2.87 3/84 1059
/proc/meminfo: memFree=1669544/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=32.8
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 2010 220326 0 10 5 2 3077 196 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
[pid=1058] ppid=939 vsize=5356 CPUtime=0
/proc/1058/stat : 1058 (sh) S 939 939 902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75506652 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1058/statm: 1339 232 193 169 0 50 0
[pid=1059] ppid=1058 vsize=88140 CPUtime=1.73
/proc/1059/stat : 1059 (minisat) R 1058 939 902 0 -1 4194304 21666 0 0 0 160 13 0 0 25 0 1 0 75506652 90255360 21652 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 1 0 0
/proc/1059/statm: 22035 21652 71 150 0 21882 0
Current children cumulated CPU time (s) 34.53
Current children cumulated vsize (KiB) 107228

[startup+35.9011 s]
/proc/loadavg: 2.28 2.62 2.87 3/84 1059
/proc/meminfo: memFree=1669544/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=32.8
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 2010 220326 0 10 5 2 3077 196 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
[pid=1058] ppid=939 vsize=5356 CPUtime=0
/proc/1058/stat : 1058 (sh) S 939 939 902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75506652 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1058/statm: 1339 232 193 169 0 50 0
[pid=1059] ppid=1058 vsize=88140 CPUtime=2.52
/proc/1059/stat : 1059 (minisat) R 1058 939 902 0 -1 4194304 21666 0 0 0 239 13 0 0 25 0 1 0 75506652 90255360 21652 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/1059/statm: 22035 21652 71 150 0 21882 0
Current children cumulated CPU time (s) 35.32
Current children cumulated vsize (KiB) 107228

[startup+36.3061 s]
/proc/loadavg: 2.28 2.62 2.87 3/84 1059
/proc/meminfo: memFree=1669480/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=32.8
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 2010 220326 0 10 5 2 3077 196 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
[pid=1058] ppid=939 vsize=5356 CPUtime=0
/proc/1058/stat : 1058 (sh) S 939 939 902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75506652 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1058/statm: 1339 232 193 169 0 50 0
[pid=1059] ppid=1058 vsize=88140 CPUtime=2.92
/proc/1059/stat : 1059 (minisat) R 1058 939 902 0 -1 4194304 21666 0 0 0 279 13 0 0 25 0 1 0 75506652 90255360 21652 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/1059/statm: 22035 21652 71 150 0 21882 0
Current children cumulated CPU time (s) 35.72
Current children cumulated vsize (KiB) 107228

[startup+36.7012 s]
/proc/loadavg: 2.28 2.62 2.87 3/84 1059
/proc/meminfo: memFree=1669480/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=35.9
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 2071 242290 0 10 5 2 3371 212 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 35.9
Current children cumulated vsize (KiB) 13732

[startup+36.8012 s]
/proc/loadavg: 2.28 2.62 2.87 3/84 1059
/proc/meminfo: memFree=1669480/2055920 swapFree=4180660/4192956
[pid=939] ppid=937 vsize=13732 CPUtime=35.9
/proc/939/stat : 939 (sugar) S 937 939 902 0 -1 4194304 2071 242290 0 10 5 2 3371 212 16 0 1 0 75503318 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/939/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 35.9
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 36.8659
CPU time (s): 36.2935
CPU user time (s): 34.0958
CPU system time (s): 2.19767
CPU usage (%): 98.4473
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.0958
system time used= 2.19766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248365
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= 14253
involuntary context switches= 14552

runsolver used 0.054991 second user time and 0.135979 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-16 07:59:58
IDJOB=1127132
IDBENCH=66131
IDSOLVER=368
FILE ID=node1/1127132-1216187998
PBS_JOBID= 7905956
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e1d18423c15c52112767d2c53ef30
RANDOM SEED=869664758

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:       1801952 kB
Buffers:         20736 kB
Cached:          54788 kB
SwapCached:       5872 kB
Active:         164420 kB
Inactive:        24804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801952 kB
SwapTotal:     4192956 kB
SwapFree:      4180660 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         130032 kB
Slab:            49724 kB
Committed_AS:   573896 kB
PageTables:       2164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node1 at 2008-07-16 08:00:35