Trace number 1113790

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 16.4245 16.9366

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-30-ord.xml
MD5SUMa65fadea1ed073215cc0421208c83f3c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark7.18291
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints870
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension870
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 21:31:11 2008
0.00/0.04	c 0	PID 18821
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113790-1215891071.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113790-1215891071.xml' 'HOME/temp.csp'
0.03/0.43	c 0	1 domains, 30 variables, 2 predicates, 0 relations, 870 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.40/0.55	c 1	Parsing HOME/temp.csp
0.40/0.77	c 1	parsed 903 expressions
0.40/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.83	c 1	MAX CSP: 870 constraints
0.40/0.83	c 1	Converting to clausal form CSP
0.40/0.88	c 1	converted 178 (10%) expressions
0.40/0.91	c 1	converted 356 (20%) expressions
0.40/0.93	c 1	converted 533 (30%) expressions
0.40/1.00	c 1	converted 711 (40%) expressions
0.40/1.02	c 1	converted 888 (50%) expressions
0.40/1.03	c 1	converted 1066 (60%) expressions
0.40/1.04	c 1	converted 1244 (70%) expressions
0.40/1.05	c 1	converted 1421 (80%) expressions
0.40/1.06	c 1	converted 1599 (90%) expressions
1.02/1.16	c 1	converted 1776 (100%) expressions
1.02/1.17	c 1	CSP : 1770 integers, 0 booleans, 2609 clauses, largest domain size 1306
1.02/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.17	c 1	Propagation in CSP
1.11/1.22	c 1	864 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.23	c 1	CSP : 1770 integers, 0 booleans, 2609 clauses, largest domain size 871
1.11/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.24	c 1	CSP : 1770 integers, 870 booleans, 3479 clauses, largest domain size 871
1.11/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.30	c 1	177 (10%) CSP integer variables are encoded (810 clauses, 8766 bytes)
1.20/1.30	c 1	354 (20%) CSP integer variables are encoded (810 clauses, 8766 bytes)
1.20/1.30	c 1	531 (30%) CSP integer variables are encoded (810 clauses, 8766 bytes)
1.20/1.30	c 1	708 (40%) CSP integer variables are encoded (810 clauses, 8766 bytes)
1.20/1.30	c 1	885 (50%) CSP integer variables are encoded (810 clauses, 8766 bytes)
1.20/1.31	c 1	1062 (60%) CSP integer variables are encoded (2528 clauses, 31100 bytes)
1.20/1.31	c 1	1239 (70%) CSP integer variables are encoded (3845 clauses, 48221 bytes)
1.20/1.32	c 1	1416 (80%) CSP integer variables are encoded (12420 clauses, 167097 bytes)
1.20/1.33	c 1	1593 (90%) CSP integer variables are encoded (13688 clauses, 186117 bytes)
1.20/1.33	c 1	1770 (100%) CSP integer variables are encoded (15453 clauses, 212592 bytes)
1.20/1.36	c 1	348 (10%) CSP clauses are encoded (23022 clauses, 334353 bytes)
1.20/1.39	c 1	696 (20%) CSP clauses are encoded (30591 clauses, 465732 bytes)
1.30/1.41	c 1	1044 (30%) CSP clauses are encoded (38160 clauses, 598146 bytes)
1.30/1.43	c 1	1392 (40%) CSP clauses are encoded (45729 clauses, 730560 bytes)
1.30/1.45	c 2	1740 (50%) CSP clauses are encoded (53298 clauses, 862974 bytes)
1.30/1.49	c 2	2088 (60%) CSP clauses are encoded (70334 clauses, 1165853 bytes)
1.40/1.59	c 2	2436 (70%) CSP clauses are encoded (126358 clauses, 2167347 bytes)
2.68/2.88	c 3	2784 (80%) CSP clauses are encoded (836470 clauses, 16530653 bytes)
2.78/2.97	c 3	3132 (90%) CSP clauses are encoded (883878 clauses, 17530410 bytes)
3.08/3.24	c 3	3479 (100%) CSP clauses are encoded (1028709 clauses, 20615030 bytes)
3.08/3.24	c 3	3479 CSP clauses encoded
3.08/3.24	c 3	Writing map file : HOME/temp.map
3.08/3.26	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.26	c 3	SAT : 18093 SAT variables, 1028709 SAT clauses, 20615030 bytes
3.08/3.26	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.30	c 3	OBJECTIVE minimize _COST
3.18/3.30	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.18/3.30	c 3	SEARCHING: _COST <= 435
3.18/3.30	c 3	SOLVING HOME/temp.cnf
3.18/3.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.18/3.31	c 3	This is MiniSat 2.0 beta
3.18/3.31	c 3	WARNING: for repeatability, setting FPU to use double precision
3.18/3.31	c 3	============================[ Problem Statistics ]=============================
3.18/3.31	c 3	|                                                                             |
3.18/3.31	c 3	|  Number of variables:  18093                                                |
3.18/3.31	c 3	|  Number of clauses:    1028710                                              |
3.18/3.84	c 4	|  Parsing time:         0.46         s                                       |
3.18/4.27	c 4	============================[ Search Statistics ]==============================
3.18/4.27	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/4.27	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/4.27	c 4	===============================================================================
3.18/4.27	c 4	|         0 |   13743   669516  1973814 |   223172        0    nan |  0.000 % |
3.18/4.34	c 4	===============================================================================
3.18/4.34	c 4	restarts              : 1
3.18/4.34	c 4	conflicts             : 0              (0 /sec)
3.18/4.34	c 4	decisions             : 757            (0.66 % random) (787 /sec)
3.18/4.34	c 4	propagations          : 18093          (18811 /sec)
3.18/4.34	c 4	conflict literals     : 0              ( nan % deleted)
3.18/4.34	c 4	Memory used           : 42.28 MB
3.18/4.34	c 4	CPU time              : 0.961853 s
3.18/4.34	c 4	
3.18/4.35	c 4	SATISFIABLE
3.18/4.36	c 4	FOUND: _COST <= 435
3.18/4.36	s SATISFIABLE
3.18/4.36	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.18/4.36	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.25/4.44	c 5	Decoding HOME/temp.out
4.54/4.73	c 5	OBJECTIVE _COST 286
4.54/4.73	o 286
4.54/4.74	v 21 22 23 24 25 26 27 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28
4.54/4.77	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.54/4.79	c 5	OBJECTIVE BOUND: 0 <= _COST <= 286
4.54/4.79	c 5	SEARCHING: _COST <= 143
4.54/4.79	c 5	SOLVING HOME/temp.cnf
4.54/4.79	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.54/4.79	c 5	This is MiniSat 2.0 beta
4.54/4.79	c 5	WARNING: for repeatability, setting FPU to use double precision
4.54/4.79	c 5	============================[ Problem Statistics ]=============================
4.54/4.79	c 5	|                                                                             |
4.54/4.79	c 5	|  Number of variables:  18093                                                |
4.54/4.79	c 5	|  Number of clauses:    1028710                                              |
4.62/5.34	c 5	|  Parsing time:         0.48         s                                       |
5.70/5.97	c 6	============================[ Search Statistics ]==============================
5.70/5.97	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.70/5.97	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.70/5.97	c 6	===============================================================================
5.70/5.97	c 6	|         0 |   10307   325392   951458 |   108464        0    nan |  0.000 % |
5.80/6.02	c 6	===============================================================================
5.80/6.02	c 6	restarts              : 1
5.80/6.02	c 6	conflicts             : 0              (0 /sec)
5.80/6.02	c 6	decisions             : 509            (0.39 % random) (442 /sec)
5.80/6.02	c 6	propagations          : 18093          (15708 /sec)
5.80/6.02	c 6	conflict literals     : 0              ( nan % deleted)
5.80/6.02	c 6	Memory used           : 42.91 MB
5.80/6.02	c 6	CPU time              : 1.15182 s
5.80/6.02	c 6	
5.80/6.03	c 6	SATISFIABLE
5.80/6.04	c 6	FOUND: _COST <= 143
5.80/6.04	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.80/6.04	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.86/6.12	c 6	Decoding HOME/temp.out
5.86/6.41	c 6	OBJECTIVE _COST 100
5.86/6.41	o 100
5.86/6.41	v 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 26 27 28 28 28 28 28 28 28 28 28 28 28
5.86/6.44	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.86/6.47	c 7	OBJECTIVE BOUND: 0 <= _COST <= 100
5.86/6.47	c 7	SEARCHING: _COST <= 50
5.86/6.47	c 7	SOLVING HOME/temp.cnf
5.86/6.47	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.86/6.47	c 7	This is MiniSat 2.0 beta
5.86/6.47	c 7	WARNING: for repeatability, setting FPU to use double precision
5.86/6.47	c 7	============================[ Problem Statistics ]=============================
5.86/6.47	c 7	|                                                                             |
5.86/6.48	c 7	|  Number of variables:  18093                                                |
5.86/6.48	c 7	|  Number of clauses:    1028710                                              |
6.76/7.04	c 7	|  Parsing time:         0.48         s                                       |
7.35/7.68	c 8	============================[ Search Statistics ]==============================
7.35/7.68	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.35/7.68	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.35/7.68	c 8	===============================================================================
7.35/7.68	c 8	|         0 |    8527   157757   453800 |    52585        0    nan |  0.000 % |
7.45/7.73	c 8	===============================================================================
7.45/7.73	c 8	restarts              : 1
7.45/7.73	c 8	conflicts             : 0              (0 /sec)
7.45/7.73	c 8	decisions             : 422            (0.24 % random) (364 /sec)
7.45/7.73	c 8	propagations          : 18093          (15613 /sec)
7.45/7.73	c 8	conflict literals     : 0              ( nan % deleted)
7.45/7.73	c 8	Memory used           : 42.52 MB
7.45/7.73	c 8	CPU time              : 1.15882 s
7.45/7.73	c 8	
7.45/7.74	c 8	SATISFIABLE
7.45/7.75	c 8	FOUND: _COST <= 50
7.45/7.75	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.45/7.75	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.52/7.83	c 8	Decoding HOME/temp.out
7.52/7.97	c 8	OBJECTIVE _COST 50
7.52/7.97	o 50
7.52/7.97	v 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 28 28 28 28 28 28 28 28 28
7.52/7.97	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.52/8.01	c 8	OBJECTIVE BOUND: 0 <= _COST <= 50
7.52/8.01	c 8	SEARCHING: _COST <= 25
7.52/8.01	c 8	SOLVING HOME/temp.cnf
7.52/8.01	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.52/8.02	c 8	This is MiniSat 2.0 beta
7.52/8.02	c 8	WARNING: for repeatability, setting FPU to use double precision
7.52/8.02	c 8	============================[ Problem Statistics ]=============================
7.52/8.02	c 8	|                                                                             |
7.52/8.02	c 8	|  Number of variables:  18093                                                |
7.52/8.02	c 8	|  Number of clauses:    1028710                                              |
7.74/8.58	c 9	|  Parsing time:         0.49         s                                       |
8.90/9.20	c 9	============================[ Search Statistics ]==============================
8.90/9.20	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.90/9.20	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.90/9.20	c 9	===============================================================================
8.90/9.20	c 9	|         0 |    7559   104706   297526 |    34902        0    nan |  0.000 % |
8.90/9.25	c 9	===============================================================================
8.90/9.25	c 9	restarts              : 1
8.90/9.25	c 9	conflicts             : 0              (0 /sec)
8.90/9.25	c 9	decisions             : 348            (0.00 % random) (301 /sec)
8.90/9.25	c 9	propagations          : 18093          (15627 /sec)
8.90/9.25	c 9	conflict literals     : 0              ( nan % deleted)
8.90/9.25	c 9	Memory used           : 42.55 MB
8.90/9.25	c 9	CPU time              : 1.15782 s
8.90/9.25	c 9	
8.90/9.26	c 9	SATISFIABLE
8.90/9.27	c 9	FOUND: _COST <= 25
8.90/9.27	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.90/9.27	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.99/9.35	c 9	Decoding HOME/temp.out
8.99/9.48	c 10	OBJECTIVE _COST 25
8.99/9.48	o 25
8.99/9.48	v 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 28 28 28 28 28 28
8.99/9.49	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.99/9.53	c 10	OBJECTIVE BOUND: 0 <= _COST <= 25
8.99/9.53	c 10	SEARCHING: _COST <= 12
8.99/9.53	c 10	SOLVING HOME/temp.cnf
8.99/9.53	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.99/9.54	c 10	This is MiniSat 2.0 beta
8.99/9.54	c 10	WARNING: for repeatability, setting FPU to use double precision
8.99/9.54	c 10	============================[ Problem Statistics ]=============================
8.99/9.54	c 10	|                                                                             |
8.99/9.54	c 10	|  Number of variables:  18093                                                |
8.99/9.54	c 10	|  Number of clauses:    1028710                                              |
9.75/10.11	c 10	|  Parsing time:         0.50         s                                       |
10.35/10.71	c 11	============================[ Search Statistics ]==============================
10.35/10.71	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.35/10.71	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.35/10.71	c 11	===============================================================================
10.35/10.71	c 11	|         0 |    6587    74673   210330 |    24891        0    nan |  0.000 % |
10.35/10.76	c 11	===============================================================================
10.35/10.76	c 11	restarts              : 1
10.35/10.76	c 11	conflicts             : 0              (0 /sec)
10.35/10.76	c 11	decisions             : 303            (0.00 % random) (264 /sec)
10.35/10.76	c 11	propagations          : 18093          (15749 /sec)
10.35/10.76	c 11	conflict literals     : 0              ( nan % deleted)
10.35/10.76	c 11	Memory used           : 42.93 MB
10.35/10.76	c 11	CPU time              : 1.14882 s
10.35/10.76	c 11	
10.35/10.77	c 11	SATISFIABLE
10.35/10.78	c 11	FOUND: _COST <= 12
10.35/10.78	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.35/10.78	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.43/10.86	c 11	Decoding HOME/temp.out
10.74/11.15	c 11	OBJECTIVE _COST 12
10.74/11.15	o 12
10.74/11.16	v 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 28 28 28 28
10.74/11.19	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.82/11.20	c 11	OBJECTIVE BOUND: 0 <= _COST <= 12
10.82/11.20	c 11	SEARCHING: _COST <= 6
10.82/11.20	c 11	SOLVING HOME/temp.cnf
10.82/11.20	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.82/11.20	c 11	This is MiniSat 2.0 beta
10.82/11.20	c 11	WARNING: for repeatability, setting FPU to use double precision
10.82/11.20	c 11	============================[ Problem Statistics ]=============================
10.82/11.20	c 11	|                                                                             |
10.82/11.20	c 11	|  Number of variables:  18093                                                |
10.82/11.20	c 11	|  Number of clauses:    1028710                                              |
10.84/11.77	c 12	|  Parsing time:         0.50         s                                       |
11.92/12.36	c 12	============================[ Search Statistics ]==============================
11.92/12.36	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.92/12.36	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.92/12.36	c 12	===============================================================================
11.92/12.36	c 12	|         0 |    5705    59446   167289 |    19815        0    nan |  0.000 % |
12.02/12.41	c 12	===============================================================================
12.02/12.41	c 12	restarts              : 1
12.02/12.41	c 12	conflicts             : 0              (0 /sec)
12.02/12.41	c 12	decisions             : 281            (0.00 % random) (247 /sec)
12.02/12.41	c 12	propagations          : 18093          (15901 /sec)
12.02/12.41	c 12	conflict literals     : 0              ( nan % deleted)
12.02/12.41	c 12	Memory used           : 42.92 MB
12.02/12.41	c 12	CPU time              : 1.13783 s
12.02/12.41	c 12	
12.02/12.42	c 12	SATISFIABLE
12.02/12.43	c 12	FOUND: _COST <= 6
12.02/12.43	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.02/12.43	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'
12.06/12.51	c 13	Decoding HOME/temp.out
12.06/12.67	c 13	OBJECTIVE _COST 6
12.06/12.67	o 6
12.06/12.67	v 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 28 28 28
12.06/12.67	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.06/12.69	c 13	OBJECTIVE BOUND: 0 <= _COST <= 6
12.06/12.69	c 13	SEARCHING: _COST <= 3
12.06/12.69	c 13	SOLVING HOME/temp.cnf
12.06/12.69	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.06/12.69	c 13	This is MiniSat 2.0 beta
12.06/12.69	c 13	WARNING: for repeatability, setting FPU to use double precision
12.06/12.69	c 13	============================[ Problem Statistics ]=============================
12.06/12.69	c 13	|                                                                             |
12.06/12.69	c 13	|  Number of variables:  18093                                                |
12.06/12.69	c 13	|  Number of clauses:    1028710                                              |
12.79/13.25	c 13	|  Parsing time:         0.48         s                                       |
13.39/13.84	c 14	============================[ Search Statistics ]==============================
13.39/13.84	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.39/13.84	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.39/13.84	c 14	===============================================================================
13.39/13.84	c 14	|         0 |    4832    50509   143094 |    16836        0    nan |  0.000 % |
13.39/13.89	c 14	===============================================================================
13.39/13.89	c 14	restarts              : 1
13.39/13.89	c 14	conflicts             : 0              (0 /sec)
13.39/13.89	c 14	decisions             : 232            (0.00 % random) (208 /sec)
13.39/13.89	c 14	propagations          : 18093          (16186 /sec)
13.39/13.89	c 14	conflict literals     : 0              ( nan % deleted)
13.39/13.89	c 14	Memory used           : 42.67 MB
13.39/13.89	c 14	CPU time              : 1.11783 s
13.39/13.89	c 14	
13.49/13.90	c 14	SATISFIABLE
13.49/13.91	c 14	FOUND: _COST <= 3
13.49/13.91	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.49/13.91	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.49/13.99	c 14	Decoding HOME/temp.out
13.51/14.12	c 14	OBJECTIVE _COST 3
13.51/14.12	o 3
13.51/14.12	v 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 28 28
13.51/14.12	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.51/14.17	c 14	OBJECTIVE BOUND: 0 <= _COST <= 3
13.51/14.17	c 14	SEARCHING: _COST <= 1
13.51/14.17	c 14	SOLVING HOME/temp.cnf
13.51/14.17	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.51/14.18	c 14	This is MiniSat 2.0 beta
13.51/14.18	c 14	WARNING: for repeatability, setting FPU to use double precision
13.51/14.18	c 14	============================[ Problem Statistics ]=============================
13.51/14.18	c 14	|                                                                             |
13.51/14.18	c 14	|  Number of variables:  18093                                                |
13.51/14.18	c 14	|  Number of clauses:    1028710                                              |
14.23/14.75	c 15	|  Parsing time:         0.49         s                                       |
14.83/15.33	c 15	============================[ Search Statistics ]==============================
14.83/15.33	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.83/15.33	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.83/15.33	c 15	===============================================================================
14.83/15.33	c 15	|         0 |    3450    42132   122107 |    14044        0    nan |  0.000 % |
14.83/15.39	c 15	|       100 |    3450    42132   122107 |    15448      100      9 | 80.932 % |
14.93/15.41	c 15	===============================================================================
14.93/15.41	c 15	restarts              : 2
14.93/15.41	c 15	conflicts             : 137            (119 /sec)
14.93/15.41	c 15	decisions             : 965            (0.10 % random) (841 /sec)
14.93/15.41	c 15	propagations          : 67050          (58415 /sec)
14.93/15.41	c 15	conflict literals     : 1328           (2.57 % deleted)
14.93/15.41	c 15	Memory used           : 42.68 MB
14.93/15.41	c 15	CPU time              : 1.14783 s
14.93/15.41	c 15	
14.93/15.42	c 15	SATISFIABLE
14.93/15.42	c 15	FOUND: _COST <= 1
14.93/15.42	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.93/15.42	c 15	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.96/15.50	c 16	Decoding HOME/temp.out
14.96/15.64	c 16	OBJECTIVE _COST 1
14.96/15.64	o 1
14.96/15.64	v 0 1 2 3 4 5 6 7 8 9 10 11 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
14.96/15.64	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.96/15.69	c 16	OBJECTIVE BOUND: 0 <= _COST <= 1
14.96/15.69	c 16	SEARCHING: _COST <= 0
14.96/15.69	c 16	SOLVING HOME/temp.cnf
14.96/15.69	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.96/15.69	c 16	This is MiniSat 2.0 beta
14.96/15.69	c 16	WARNING: for repeatability, setting FPU to use double precision
14.96/15.69	c 16	============================[ Problem Statistics ]=============================
14.96/15.69	c 16	|                                                                             |
14.96/15.69	c 16	|  Number of variables:  18093                                                |
14.96/15.69	c 16	|  Number of clauses:    1028710                                              |
15.18/16.26	c 16	|  Parsing time:         0.50         s                                       |
16.26/16.85	c 17	============================[ Search Statistics ]==============================
16.26/16.85	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.26/16.85	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.26/16.85	c 17	===============================================================================
16.26/16.85	c 17	|         0 |    1710    38655   113415 |    12885        0    nan |  0.000 % |
16.36/16.91	c 17	===============================================================================
16.36/16.91	c 17	restarts              : 1
16.36/16.91	c 17	conflicts             : 101            (89 /sec)
16.36/16.91	c 17	decisions             : 429            (1.40 % random) (376 /sec)
16.36/16.91	c 17	propagations          : 47145          (41362 /sec)
16.36/16.91	c 17	conflict literals     : 199            (2.45 % deleted)
16.36/16.91	c 17	Memory used           : 42.71 MB
16.36/16.91	c 17	CPU time              : 1.13983 s
16.36/16.91	c 17	
16.36/16.91	c 17	UNSATISFIABLE
16.36/16.92	c 17	NOT FOUND: _COST <= 0
16.36/16.92	c 17	OBJECTIVE _COST 1
16.36/16.92	s OPTIMUM FOUND
16.36/16.92	c 17	CPU 15.23 (0.05 0.02 15.18 1.14)
16.36/16.92	c 17	END Sat Jul 12 21:31:28 2008

Verifier Data (download as text)

OK	1	869
1 unsatisfied constraints, 869 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-1113790-1215891071/watcher-1113790-1215891071 -o /tmp/evaluation-result-1113790-1215891071/solver-1113790-1215891071 -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-1113790-1215891071.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.35 2.11 2.04 4/81 18821
/proc/meminfo: memFree=1883928/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=12272 CPUtime=0
/proc/18821/stat : 18821 (sugar) R 18819 18821 18645 0 -1 4194304 367 0 0 0 0 0 0 0 24 0 1 0 45809999 12566528 335 996147200 4194304 4206940 548682068592 18446744073709551615 214937415708 0 0 4224 0 0 0 0 17 1 0 0
/proc/18821/statm: 3068 335 250 3 0 168 0

[startup+0.11583 s]
/proc/loadavg: 2.35 2.11 2.04 4/81 18821
/proc/meminfo: memFree=1883928/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13600 CPUtime=0.03
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 898 127 0 0 3 0 0 0 25 0 1 0 45809999 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201931 s]
/proc/loadavg: 2.35 2.11 2.04 4/81 18821
/proc/meminfo: memFree=1883928/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13600 CPUtime=0.03
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 898 127 0 0 3 0 0 0 25 0 1 0 45809999 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301946 s]
/proc/loadavg: 2.35 2.11 2.04 4/81 18821
/proc/meminfo: memFree=1883928/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13600 CPUtime=0.03
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 898 127 0 0 3 0 0 0 25 0 1 0 45809999 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701998 s]
/proc/loadavg: 2.35 2.11 2.04 4/81 18821
/proc/meminfo: memFree=1883928/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13600 CPUtime=0.4
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 974 4742 0 1 3 0 35 2 16 0 1 0 45809999 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.35 2.11 2.04 3/92 18843
/proc/meminfo: memFree=1870080/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13600 CPUtime=0.4
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 974 4742 0 1 3 0 35 2 15 0 1 0 45809999 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3400 797 370 3 0 500 0
[pid=18834] ppid=18821 vsize=5356 CPUtime=0
/proc/18834/stat : 18834 (sh) S 18821 18821 18645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45810046 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18834/statm: 1339 233 193 169 0 50 0
[pid=18835] ppid=18834 vsize=868508 CPUtime=1
/proc/18835/stat : 18835 (java) S 18834 18821 18645 0 -1 0 6769 0 1 0 94 6 0 0 18 0 9 0 45810047 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18835/statm: 217127 5972 2562 9 0 211674 0
[pid=18835/tid=18836] ppid=18834 vsize=868508 CPUtime=0.66
/proc/18835/task/18836/stat : 18836 (java) R 18834 18821 18645 0 -1 64 2741 0 1 0 64 2 0 0 23 0 9 0 45810048 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4126960652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18837] ppid=18834 vsize=868508 CPUtime=0.07
/proc/18835/task/18837/stat : 18837 (java) S 18834 18821 18645 0 -1 64 1845 0 0 0 6 1 0 0 16 0 9 0 45810049 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18838] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18838/stat : 18838 (java) S 18834 18821 18645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45810049 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18839] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18839/stat : 18839 (java) S 18834 18821 18645 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45810049 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18840] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18840/stat : 18840 (java) S 18834 18821 18645 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45810051 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18841] ppid=18834 vsize=868508 CPUtime=0.24
/proc/18835/task/18841/stat : 18841 (java) S 18834 18821 18645 0 -1 64 1490 0 0 0 23 1 0 0 16 0 9 0 45810051 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18842] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18842/stat : 18842 (java) S 18834 18821 18645 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45810051 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18843] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18843/stat : 18843 (java) S 18834 18821 18645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45810051 889352192 5972 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887464

[startup+3.10232 s]
/proc/loadavg: 2.35 2.11 2.04 3/92 18843
/proc/meminfo: memFree=1858944/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13600 CPUtime=0.4
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 974 4742 0 1 3 0 35 2 16 0 1 0 45809999 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3400 797 370 3 0 500 0
[pid=18834] ppid=18821 vsize=5356 CPUtime=0
/proc/18834/stat : 18834 (sh) S 18821 18821 18645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45810046 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18834/statm: 1339 233 193 169 0 50 0
[pid=18835] ppid=18834 vsize=868508 CPUtime=2.59
/proc/18835/stat : 18835 (java) S 18834 18821 18645 0 -1 0 7272 0 1 0 238 21 0 0 18 0 9 0 45810047 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18835/statm: 217127 5978 2562 9 0 211674 0
[pid=18835/tid=18836] ppid=18834 vsize=868508 CPUtime=2.11
/proc/18835/task/18836/stat : 18836 (java) R 18834 18821 18645 0 -1 64 3238 0 1 0 197 14 0 0 25 0 9 0 45810048 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4126962690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18837] ppid=18834 vsize=868508 CPUtime=0.21
/proc/18835/task/18837/stat : 18837 (java) S 18834 18821 18645 0 -1 64 1845 0 0 0 16 5 0 0 16 0 9 0 45810049 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18838] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18838/stat : 18838 (java) S 18834 18821 18645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45810049 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18839] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18839/stat : 18839 (java) S 18834 18821 18645 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45810049 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18840] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18840/stat : 18840 (java) S 18834 18821 18645 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45810051 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18841] ppid=18834 vsize=868508 CPUtime=0.25
/proc/18835/task/18841/stat : 18841 (java) S 18834 18821 18645 0 -1 64 1496 0 0 0 24 1 0 0 16 0 9 0 45810051 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18842] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18842/stat : 18842 (java) S 18834 18821 18645 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45810051 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18835/tid=18843] ppid=18834 vsize=868508 CPUtime=0
/proc/18835/task/18843/stat : 18843 (java) S 18834 18821 18645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45810051 889352192 5978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887464

[startup+6.30175 s]
/proc/loadavg: 2.32 2.11 2.04 3/84 18857
/proc/meminfo: memFree=1817728/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=5.86
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1259 38422 0 3 4 1 538 43 16 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13732

[startup+12.7026 s]
/proc/loadavg: 2.29 2.11 2.04 3/84 18905
/proc/meminfo: memFree=1817792/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=12.3
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1770 102307 0 8 5 1 1137 87 16 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 13732

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

[startup+12.8026 s]
/proc/loadavg: 2.29 2.11 2.04 3/84 18905
/proc/meminfo: memFree=1817792/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=12.3
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1770 102307 0 8 5 1 1137 87 16 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 13732

[startup+14.4079 s]
/proc/loadavg: 2.27 2.11 2.03 3/84 18929
/proc/meminfo: memFree=1849728/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=13.73
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1884 117297 0 9 5 2 1269 97 16 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
[pid=18928] ppid=18821 vsize=5356 CPUtime=0
/proc/18928/stat : 18928 (sh) S 18821 18821 18645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45811417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18928/statm: 1339 232 193 169 0 50 0
[pid=18929] ppid=18928 vsize=20408 CPUtime=0.21
/proc/18929/stat : 18929 (minisat) R 18928 18821 18645 0 -1 4194304 4982 0 0 0 19 2 0 0 21 0 1 0 45811417 20897792 4968 996147200 134512640 135127466 4294956256 18446744073709551615 134514152 0 0 4096 3 0 0 0 17 1 0 0
/proc/18929/statm: 5102 4968 62 150 0 4949 0
Current children cumulated CPU time (s) 13.94
Current children cumulated vsize (KiB) 39496

[startup+16.0011 s]
/proc/loadavg: 2.27 2.11 2.03 3/84 18929
/proc/meminfo: memFree=1818048/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=15.18
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1998 132289 0 10 5 2 1404 107 16 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 13732

[startup+16.4011 s]
/proc/loadavg: 2.27 2.11 2.03 3/84 18929
/proc/meminfo: memFree=1818048/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=15.18
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1998 132289 0 10 5 2 1404 107 15 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 13732

[startup+16.8012 s]
/proc/loadavg: 2.27 2.11 2.03 3/84 18941
/proc/meminfo: memFree=1817984/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=15.18
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1998 132289 0 10 5 2 1404 107 15 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
[pid=18940] ppid=18821 vsize=5356 CPUtime=0
/proc/18940/stat : 18940 (sh) S 18821 18821 18645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45811569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18940/statm: 1339 232 193 169 0 50 0
[pid=18941] ppid=18940 vsize=43732 CPUtime=1.08
/proc/18941/stat : 18941 (minisat) R 18940 18821 18645 0 -1 4194304 10822 0 0 0 102 6 0 0 25 0 1 0 45811569 44781568 10808 996147200 134512640 135127466 4294956256 18446744073709551615 134531740 0 0 4096 3 0 0 0 17 1 0 0
/proc/18941/statm: 10933 10808 72 150 0 10780 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 62820

[startup+16.9012 s]
/proc/loadavg: 2.27 2.11 2.03 3/84 18941
/proc/meminfo: memFree=1817984/2055920 swapFree=4192812/4192956
[pid=18821] ppid=18819 vsize=13732 CPUtime=15.18
/proc/18821/stat : 18821 (sugar) S 18819 18821 18645 0 -1 4194304 1998 132289 0 10 5 2 1404 107 15 0 1 0 45809999 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18821/statm: 3433 826 374 3 0 533 0
[pid=18940] ppid=18821 vsize=5356 CPUtime=0
/proc/18940/stat : 18940 (sh) S 18821 18821 18645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45811569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18940/statm: 1339 232 193 169 0 50 0
[pid=18941] ppid=18940 vsize=43732 CPUtime=1.18
/proc/18941/stat : 18941 (minisat) R 18940 18821 18645 0 -1 4194304 10823 0 0 0 112 6 0 0 25 0 1 0 45811569 44781568 10809 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/18941/statm: 10933 10809 73 150 0 10780 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 62820

Child status: 0
Real time (s): 16.9366
CPU time (s): 16.4245
CPU user time (s): 15.2427
CPU system time (s): 1.18182
CPU usage (%): 96.9766
Max. virtual memory (cumulated for all children) (KiB): 887464

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

runsolver used 0.034994 second user time and 0.075988 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-12 21:31:11
IDJOB=1113790
IDBENCH=61641
IDSOLVER=368
FILE ID=node10/1113790-1215891071
PBS_JOBID= 7903685
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-30-ord.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-1113790-1215891071/watcher-1113790-1215891071 -o /tmp/evaluation-result-1113790-1215891071/solver-1113790-1215891071 -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-1113790-1215891071.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a65fadea1ed073215cc0421208c83f3c
RANDOM SEED=10709005

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1884408 kB
Buffers:         12096 kB
Cached:          48696 kB
SwapCached:          0 kB
Active:          99632 kB
Inactive:        20824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          79896 kB
Slab:            36228 kB
Committed_AS:   312860 kB
PageTables:       1952 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= 66508 MiB
End job on node10 at 2008-07-12 21:31:28