Trace number 1113747

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 505.13 510.636

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-14.xml
MD5SUM08e389cb072a4da859c539e736d8b7d5
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 benchmark505.13
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints91
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension91
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 21:15:53 2008
0.00/0.08	c 0	PID 19065
0.00/0.08	c 0	HOST node67.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1113747-1215890153.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113747-1215890153.xml' 'HOME/temp.csp'
0.06/0.88	c 1	1 domains, 14 variables, 1 predicates, 0 relations, 91 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/1.01	c 1	Parsing HOME/temp.csp
0.26/1.05	c 1	parsed 107 expressions
0.26/1.06	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/1.06	c 1	MAX CSP: 91 constraints
0.26/1.06	c 1	Converting to clausal form CSP
0.26/1.09	c 1	converted 21 (10%) expressions
0.26/1.10	c 1	converted 41 (20%) expressions
0.42/1.11	c 1	converted 61 (30%) expressions
0.42/1.11	c 1	converted 81 (40%) expressions
0.42/1.12	c 1	converted 101 (50%) expressions
0.42/1.13	c 1	converted 121 (60%) expressions
0.42/1.13	c 1	converted 141 (70%) expressions
0.42/1.13	c 1	converted 161 (80%) expressions
0.42/1.14	c 1	converted 181 (90%) expressions
0.42/1.19	c 1	converted 201 (100%) expressions
0.42/1.19	c 1	CSP : 196 integers, 0 booleans, 272 clauses, largest domain size 137
0.42/1.19	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/1.19	c 1	Propagation in CSP
0.52/1.21	c 1	86 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.52/1.21	c 1	CSP : 196 integers, 0 booleans, 272 clauses, largest domain size 92
0.52/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/1.21	c 1	Simplifing CSP by introducing new Boolean variables
0.52/1.22	c 1	CSP : 196 integers, 182 booleans, 454 clauses, largest domain size 92
0.52/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.52/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.52/1.25	c 1	20 (10%) CSP integer variables are encoded (154 clauses, 1560 bytes)
0.52/1.25	c 1	40 (20%) CSP integer variables are encoded (154 clauses, 1560 bytes)
0.52/1.25	c 1	59 (30%) CSP integer variables are encoded (154 clauses, 1560 bytes)
0.52/1.25	c 1	79 (40%) CSP integer variables are encoded (154 clauses, 1560 bytes)
0.52/1.25	c 1	98 (50%) CSP integer variables are encoded (154 clauses, 1560 bytes)
0.52/1.25	c 1	118 (60%) CSP integer variables are encoded (278 clauses, 2924 bytes)
0.52/1.25	c 1	138 (70%) CSP integer variables are encoded (350 clauses, 3716 bytes)
0.52/1.26	c 1	157 (80%) CSP integer variables are encoded (469 clauses, 5025 bytes)
0.52/1.26	c 1	177 (90%) CSP integer variables are encoded (547 clauses, 5883 bytes)
0.52/1.26	c 1	196 (100%) CSP integer variables are encoded (1124 clauses, 12845 bytes)
0.52/1.27	c 1	46 (10%) CSP clauses are encoded (1542 clauses, 18832 bytes)
0.52/1.27	c 1	91 (20%) CSP clauses are encoded (1947 clauses, 24874 bytes)
0.52/1.28	c 1	137 (30%) CSP clauses are encoded (2365 clauses, 31224 bytes)
0.52/1.28	c 1	182 (40%) CSP clauses are encoded (2770 clauses, 37347 bytes)
0.52/1.29	c 1	227 (50%) CSP clauses are encoded (3175 clauses, 43566 bytes)
0.52/1.29	c 1	273 (60%) CSP clauses are encoded (3581 clauses, 50168 bytes)
0.52/1.29	c 1	318 (70%) CSP clauses are encoded (4302 clauses, 60381 bytes)
0.60/1.30	c 1	364 (80%) CSP clauses are encoded (6170 clauses, 87967 bytes)
0.60/1.30	c 1	409 (90%) CSP clauses are encoded (6891 clauses, 98179 bytes)
0.60/1.32	c 1	454 (100%) CSP clauses are encoded (15827 clauses, 246363 bytes)
0.60/1.32	c 1	454 CSP clauses encoded
0.60/1.32	c 1	Writing map file : HOME/temp.map
0.60/1.33	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.60/1.33	c 1	SAT : 1502 SAT variables, 15827 SAT clauses, 246363 bytes
0.60/1.33	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.60/1.35	c 1	OBJECTIVE minimize _COST
0.60/1.35	c 1	SOLVING HOME/temp.cnf
0.60/1.35	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.60/1.35	c 1	This is MiniSat 2.0 beta incremental
0.60/1.35	c 1	WARNING: for repeatability, setting FPU to use double precision
0.60/1.35	c 1	============================[ Problem Statistics ]=============================
0.60/1.35	c 1	|                                                                             |
0.60/1.35	c 1	|  Number of variables:  1502                                                 |
0.60/1.35	c 1	|  Number of clauses:    15827                                                |
0.60/1.36	c 1	|  Parsing time:         0.01         s                                       |
0.60/1.36	c 1	OK
0.60/1.36	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.60/1.36	c 1	SEARCHING: _COST <= 46
0.60/1.36	c 1	============================[ Search Statistics ]==============================
0.60/1.36	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.60/1.36	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.60/1.36	c 1	===============================================================================
0.60/1.36	c 1	|         0 |    1502    15827    43962 |     5275        0    nan |  0.000 % |
0.60/1.36	c 1	===============================================================================
0.60/1.36	c 1	restarts              : 1
0.60/1.36	c 1	conflicts             : 0             (0 /sec)
0.60/1.36	c 1	decisions             : 153           (0.00 % random) (17004 /sec)
0.60/1.36	c 1	propagations          : 1502           (166926 /sec)
0.60/1.36	c 1	conflict literals     : 0              ( nan % deleted)
0.60/1.36	c 1	Memory used           : 2.44 MB
0.60/1.36	c 1	CPU time              : 0.008998 s
0.60/1.36	c 1	
0.60/1.36	c 1	SATISFIABLE
0.60/1.36	c 1	OK
0.60/1.36	c 1	FOUND: _COST <= 46
0.60/1.36	s SATISFIABLE
0.60/1.36	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.60/1.36	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.66/1.44	c 2	Decoding HOME/temp.out
0.66/1.49	c 2	OBJECTIVE _COST 46
0.66/1.49	o 46
0.66/1.49	v 8 9 10 11 12 12 12 12 12 12 12 12 12 12
0.66/1.49	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.66/1.54	c 2	OK
0.66/1.54	c 2	OBJECTIVE BOUND: 0 <= _COST <= 46
0.66/1.54	c 2	SEARCHING: _COST <= 23
0.66/1.54	c 2	============================[ Search Statistics ]==============================
0.66/1.54	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.66/1.54	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.66/1.54	c 2	===============================================================================
0.66/1.54	c 2	|         0 |    1502    15827    43962 |     5275        0    nan |  0.000 % |
0.66/1.54	c 2	===============================================================================
0.66/1.54	c 2	restarts              : 2
0.66/1.54	c 2	conflicts             : 1             (111 /sec)
0.66/1.54	c 2	decisions             : 250           (0.40 % random) (27784 /sec)
0.66/1.54	c 2	propagations          : 3023           (335964 /sec)
0.66/1.54	c 2	conflict literals     : 4              (20.00 % deleted)
0.66/1.54	c 2	Memory used           : 2.44 MB
0.66/1.54	c 2	CPU time              : 0.008998 s
0.66/1.54	c 2	
0.66/1.54	c 2	SATISFIABLE
0.66/1.54	c 2	OK
0.66/1.54	c 2	FOUND: _COST <= 23
0.66/1.54	c 2	DECODING HOME/temp.out WITH HOME/temp.map
0.66/1.54	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.78/1.62	c 2	Decoding HOME/temp.out
0.78/1.66	c 2	OBJECTIVE _COST 23
0.78/1.66	o 23
0.78/1.66	v 4 5 12 9 6 7 10 11 11 11 11 11 11 8
0.78/1.67	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.70	c 2	OK
0.78/1.70	c 2	OBJECTIVE BOUND: 0 <= _COST <= 23
0.78/1.70	c 2	SEARCHING: _COST <= 11
0.78/1.71	c 2	============================[ Search Statistics ]==============================
0.78/1.71	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.78/1.71	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.78/1.71	c 2	===============================================================================
0.78/1.71	c 2	|         1 |    1187    15827    43962 |     5275        1      4 |  0.000 % |
0.78/1.71	c 2	===============================================================================
0.78/1.71	c 2	restarts              : 3
0.78/1.71	c 2	conflicts             : 3             (273 /sec)
0.78/1.71	c 2	decisions             : 340           (0.29 % random) (30915 /sec)
0.78/1.71	c 2	propagations          : 4394           (399527 /sec)
0.78/1.71	c 2	conflict literals     : 21             (16.00 % deleted)
0.78/1.71	c 2	Memory used           : 2.44 MB
0.78/1.71	c 2	CPU time              : 0.010998 s
0.78/1.71	c 2	
0.78/1.71	c 2	SATISFIABLE
0.78/1.71	c 2	OK
0.78/1.71	c 2	FOUND: _COST <= 11
0.78/1.71	c 2	DECODING HOME/temp.out WITH HOME/temp.map
0.78/1.71	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.78/1.78	c 2	Decoding HOME/temp.out
0.91/1.82	c 2	OBJECTIVE _COST 11
0.91/1.82	o 11
0.91/1.82	v 11 4 8 12 3 10 5 6 7 9 9 9 9 9
0.91/1.82	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.88	c 2	OK
0.91/1.88	c 2	OBJECTIVE BOUND: 0 <= _COST <= 11
0.91/1.88	c 2	SEARCHING: _COST <= 5
0.91/1.88	c 2	============================[ Search Statistics ]==============================
0.91/1.88	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.91/1.88	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.91/1.88	c 2	===============================================================================
0.91/1.88	c 2	|         3 |    1003    15827    43962 |     5275        3      7 |  0.000 % |
0.91/1.88	c 2	===============================================================================
0.91/1.88	c 2	restarts              : 4
0.91/1.88	c 2	conflicts             : 4             (364 /sec)
0.91/1.88	c 2	decisions             : 380           (0.26 % random) (34552 /sec)
0.91/1.88	c 2	propagations          : 5435           (494181 /sec)
0.91/1.88	c 2	conflict literals     : 26             (13.33 % deleted)
0.91/1.88	c 2	Memory used           : 2.44 MB
0.91/1.88	c 2	CPU time              : 0.010998 s
0.91/1.88	c 2	
0.91/1.88	c 2	SATISFIABLE
0.91/1.88	c 2	OK
0.91/1.88	c 2	FOUND: _COST <= 5
0.91/1.88	c 2	DECODING HOME/temp.out WITH HOME/temp.map
0.91/1.88	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.05/1.96	c 2	Decoding HOME/temp.out
1.05/2.01	c 2	OBJECTIVE _COST 5
1.05/2.01	o 5
1.05/2.01	v 12 4 8 12 1 12 5 10 2 3 6 7 9 11
1.05/2.01	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.05/2.04	c 2	OK
1.05/2.04	c 2	OBJECTIVE BOUND: 0 <= _COST <= 5
1.05/2.05	c 2	SEARCHING: _COST <= 2
1.05/2.05	c 2	============================[ Search Statistics ]==============================
1.05/2.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.05/2.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.05/2.05	c 2	===============================================================================
1.05/2.05	c 2	|         4 |     868    15827    43962 |     5275        4      6 |  0.000 % |
1.05/2.05	c 2	|       104 |     822    15827    43962 |     5803      104     12 | 50.139 % |
1.05/2.05	c 2	===============================================================================
1.05/2.05	c 2	restarts              : 6
1.05/2.05	c 2	conflicts             : 125           (8930 /sec)
1.05/2.05	c 2	decisions             : 621           (0.32 % random) (44367 /sec)
1.05/2.05	c 2	propagations          : 9816           (701293 /sec)
1.05/2.05	c 2	conflict literals     : 1412           (2.35 % deleted)
1.05/2.05	c 2	Memory used           : 2.44 MB
1.05/2.05	c 2	CPU time              : 0.013997 s
1.05/2.05	c 2	
1.05/2.05	c 2	SATISFIABLE
1.05/2.05	c 2	OK
1.05/2.05	c 2	FOUND: _COST <= 2
1.05/2.05	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.05/2.05	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.17/2.13	c 2	Decoding HOME/temp.out
1.17/2.16	c 2	OBJECTIVE _COST 2
1.17/2.16	o 2
1.17/2.16	v 0 7 2 3 11 1 9 4 10 6 12 8 5 2
1.17/2.17	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.30/2.22	c 2	OK
1.30/2.22	c 2	OBJECTIVE BOUND: 0 <= _COST <= 2
1.30/2.22	c 2	SEARCHING: _COST <= 1
1.30/2.22	c 2	============================[ Search Statistics ]==============================
1.30/2.22	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/2.22	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/2.22	c 2	===============================================================================
1.30/2.22	c 2	|       125 |     749    15827    43962 |     5275      125     11 | 50.139 % |
1.30/2.22	c 2	|       226 |     749    15827    43962 |     5803      226     12 | 58.526 % |
1.30/2.22	c 2	===============================================================================
1.30/2.22	c 2	restarts              : 8
1.30/2.22	c 2	conflicts             : 228           (12669 /sec)
1.30/2.22	c 2	decisions             : 792           (0.38 % random) (44007 /sec)
1.30/2.22	c 2	propagations          : 16329          (907318 /sec)
1.30/2.22	c 2	conflict literals     : 2813           (4.74 % deleted)
1.30/2.22	c 2	Memory used           : 2.44 MB
1.30/2.22	c 2	CPU time              : 0.017997 s
1.30/2.22	c 2	
1.30/2.22	c 2	SATISFIABLE
1.30/2.22	c 2	OK
1.30/2.22	c 2	FOUND: _COST <= 1
1.30/2.22	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.30/2.22	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.33/2.30	c 2	Decoding HOME/temp.out
1.33/2.35	c 2	OBJECTIVE _COST 1
1.33/2.35	o 1
1.33/2.35	v 3 10 7 0 6 2 11 9 12 8 5 4 12 1
1.33/2.35	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.33/2.38	c 2	OK
1.33/2.38	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.33/2.38	c 2	SEARCHING: _COST <= 0
1.47/2.40	c 2	============================[ Search Statistics ]==============================
1.47/2.40	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.47/2.40	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.47/2.40	c 3	===============================================================================
1.47/2.40	c 3	|       228 |     623    15827    43962 |     5275      228     12 | 58.526 % |
1.47/2.40	c 3	|       329 |     623    15827    43962 |     5803      329     13 | 64.589 % |
1.47/2.40	c 3	|       479 |     623    15827    43962 |     6383      479     13 | 64.589 % |
1.47/2.40	c 3	|       705 |     623    15827    43962 |     7021      705     13 | 64.589 % |
1.47/2.41	c 3	|      1042 |     623    15827    43962 |     7724     1042     13 | 64.589 % |
1.47/2.42	c 3	|      1548 |     623    15827    43962 |     8496     1548     14 | 64.589 % |
1.47/2.46	c 3	|      2307 |     532     2972     8217 |     9346     2306     21 | 64.589 % |
1.56/2.50	c 3	|      3446 |     532     2972     8217 |    10280     3445     21 | 64.589 % |
1.56/2.59	c 3	|      5156 |     532     2972     8217 |    11308     5155     22 | 64.589 % |
1.76/2.71	c 3	|      7718 |     532     2972     8217 |    12439     7717     23 | 64.589 % |
2.06/3.04	c 3	|     11562 |     532     2972     8217 |    13683    11561     26 | 64.589 % |
2.55/3.52	c 4	|     17329 |     532     2972     8217 |    15052     9797     30 | 64.589 % |
3.55/4.59	c 5	|     25980 |     532     2972     8217 |    16557    10293     39 | 64.589 % |
5.13/6.14	c 6	|     38954 |     532     2972     8217 |    18213    14365     35 | 64.589 % |
7.41/8.42	c 9	|     58417 |     532     2972     8217 |    20034    14311     42 | 64.589 % |
11.27/12.31	c 12	|     87610 |     532     2972     8217 |    22037    11512     43 | 64.589 % |
17.61/18.78	c 19	|    131400 |     532     2972     8217 |    24241    20277     44 | 64.589 % |
27.92/29.11	c 29	|    197085 |     532     2972     8217 |    26665    22085     40 | 64.589 % |
43.97/45.34	c 45	|    295612 |     532     2972     8217 |    29332    18120     41 | 64.589 % |
71.62/73.25	c 73	|    443402 |     532     2972     8217 |    32265    26542     52 | 64.589 % |
118.60/120.64	c 121	|    665085 |     532     2972     8217 |    35492    31010     42 | 64.589 % |
183.19/185.81	c 186	|    997611 |     532     2972     8217 |    39041    26239     38 | 64.589 % |
291.41/295.04	c 295	|   1496399 |     532     2972     8217 |    42945    25410     38 | 64.589 % |
462.95/468.17	c 468	|   2244582 |     532     2972     8217 |    47239    18999     40 | 64.589 % |
505.06/510.63	c 511	===============================================================================
505.06/510.63	c 511	restarts              : 32
505.06/510.63	c 511	conflicts             : 2421859       (4809 /sec)
505.06/510.63	c 511	decisions             : 2869846       (0.73 % random) (5698 /sec)
505.06/510.63	c 511	propagations          : 103773624      (206057 /sec)
505.06/510.63	c 511	conflict literals     : 110418074      (1.01 % deleted)
505.06/510.63	c 511	Memory used           : 17.62 MB
505.06/510.63	c 511	CPU time              : 503.616 s
505.06/510.63	c 511	
505.06/510.63	c 511	UNSATISFIABLE
505.06/510.63	c 511	OK
505.06/510.63	c 511	NOT FOUND: _COST <= 0
505.06/510.63	c 511	OK
505.06/510.63	c 511	OBJECTIVE _COST 1
505.06/510.63	s OPTIMUM FOUND
505.06/510.63	c 511	CPU 504.83 (0.06 0.02 504.77 0.26)
505.06/510.63	c 511	END Sat Jul 12 21:24:24 2008

Verifier Data (download as text)

OK	1	90
1 unsatisfied constraints, 90 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-1113747-1215890153/watcher-1113747-1215890153 -o /tmp/evaluation-result-1113747-1215890153/solver-1113747-1215890153 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1113747-1215890153.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: 3.15 3.30 3.31 4/80 19065
/proc/meminfo: memFree=1860528/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=12268 CPUtime=0
/proc/19065/stat : 19065 (sugar++) R 19063 19065 17853 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 45713231 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19065/statm: 3067 316 241 3 0 167 0

[startup+0.102964 s]
/proc/loadavg: 3.15 3.30 3.31 4/80 19065
/proc/meminfo: memFree=1860528/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16740 CPUtime=0.06
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45713231 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202982 s]
/proc/loadavg: 3.15 3.30 3.31 4/80 19065
/proc/meminfo: memFree=1860528/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16740 CPUtime=0.06
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45713231 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302989 s]
/proc/loadavg: 3.15 3.30 3.31 4/80 19065
/proc/meminfo: memFree=1860528/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16740 CPUtime=0.06
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45713231 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701027 s]
/proc/loadavg: 3.15 3.30 3.31 4/80 19065
/proc/meminfo: memFree=1860528/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16740 CPUtime=0.06
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45713231 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50111 s]
/proc/loadavg: 3.14 3.30 3.31 5/91 19087
/proc/meminfo: memFree=1851656/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=0.66
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1531 9428 0 2 6 2 52 6 15 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 16872

[startup+3.10127 s]
/proc/loadavg: 3.14 3.30 3.31 2/92 19138
/proc/meminfo: memFree=1851008/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 15 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=4020 CPUtime=0.72
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 762 0 0 0 72 0 0 0 21 0 1 0 45713366 4116480 697 996147200 134512640 135134323 4294956192 18446744073709551615 134532075 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 1005 697 79 151 0 851 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 20892

[startup+6.3016 s]
/proc/loadavg: 3.12 3.29 3.31 4/82 19148
/proc/meminfo: memFree=1853200/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=5604 CPUtime=3.89
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 1174 0 0 0 389 0 0 0 25 0 1 0 45713366 5738496 1109 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 1401 1109 79 151 0 1247 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 22476

[startup+12.7013 s]
/proc/loadavg: 3.03 3.27 3.30 4/82 19148
/proc/meminfo: memFree=1851672/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=7220 CPUtime=10.23
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 1572 0 0 0 1023 0 0 0 25 0 1 0 45713366 7393280 1507 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 1805 1507 79 151 0 1651 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 24092

[startup+25.5026 s]
/proc/loadavg: 2.95 3.25 3.29 3/82 19148
/proc/meminfo: memFree=1850712/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=8152 CPUtime=22.91
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 1796 0 0 0 2291 0 0 0 25 0 1 0 45713366 8347648 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134528320 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 2038 1731 79 151 0 1884 0
Current children cumulated CPU time (s) 24.35
Current children cumulated vsize (KiB) 25024

[startup+51.1022 s]
/proc/loadavg: 2.77 3.17 3.26 3/82 19148
/proc/meminfo: memFree=1848728/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=10224 CPUtime=48.28
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 2322 0 0 0 4827 1 0 0 25 0 1 0 45713366 10469376 2257 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 2556 2257 79 151 0 2402 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 27096

[startup+102.302 s]
/proc/loadavg: 2.74 3.10 3.23 4/82 19148
/proc/meminfo: memFree=1846552/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=12380 CPUtime=99.02
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 2851 0 0 0 9900 2 0 0 25 0 1 0 45713366 12677120 2786 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3095 2786 79 151 0 2941 0
Current children cumulated CPU time (s) 100.46
Current children cumulated vsize (KiB) 29252

[startup+162.303 s]
/proc/loadavg: 2.67 3.02 3.19 4/82 19148
/proc/meminfo: memFree=1845656/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=13200 CPUtime=158.47
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3054 0 0 0 15845 2 0 0 25 0 1 0 45713366 13516800 2989 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3300 2989 79 151 0 3146 0
Current children cumulated CPU time (s) 159.91
Current children cumulated vsize (KiB) 30072

[startup+222.307 s]
/proc/loadavg: 2.60 2.93 3.15 3/82 19150
/proc/meminfo: memFree=1845208/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=13736 CPUtime=217.92
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3169 0 0 0 21790 2 0 0 25 0 1 0 45713366 14065664 3104 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3434 3104 79 151 0 3280 0
Current children cumulated CPU time (s) 219.36
Current children cumulated vsize (KiB) 30608

[startup+282.303 s]
/proc/loadavg: 2.65 2.88 3.12 4/82 19150
/proc/meminfo: memFree=1844696/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=14052 CPUtime=277.39
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3267 0 0 0 27736 3 0 0 25 0 1 0 45713366 14389248 3202 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3513 3202 79 151 0 3359 0
Current children cumulated CPU time (s) 278.83
Current children cumulated vsize (KiB) 30924

[startup+342.303 s]
/proc/loadavg: 2.56 2.81 3.08 4/82 19150
/proc/meminfo: memFree=1843672/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=15188 CPUtime=336.84
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3519 0 0 0 33681 3 0 0 25 0 1 0 45713366 15552512 3454 996147200 134512640 135134323 4294956192 18446744073709551615 134528262 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3797 3454 79 151 0 3643 0
Current children cumulated CPU time (s) 338.28
Current children cumulated vsize (KiB) 32060

[startup+402.302 s]
/proc/loadavg: 2.62 2.77 3.05 3/82 19150
/proc/meminfo: memFree=1843416/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=15464 CPUtime=396.3
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3583 0 0 0 39627 3 0 0 25 0 1 0 45713366 15835136 3518 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3866 3518 79 151 0 3712 0
Current children cumulated CPU time (s) 397.74
Current children cumulated vsize (KiB) 32336

[startup+462.302 s]
/proc/loadavg: 2.69 2.76 3.02 4/82 19150
/proc/meminfo: memFree=1843160/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=15756 CPUtime=455.76
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3653 0 0 0 45573 3 0 0 25 0 1 0 45713366 16134144 3575 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 3939 3575 79 151 0 3785 0
Current children cumulated CPU time (s) 457.2
Current children cumulated vsize (KiB) 32628

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

[startup+486.403 s]
/proc/loadavg: 2.73 2.77 3.02 3/82 19150
/proc/meminfo: memFree=1841688/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=16944 CPUtime=479.64
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 3977 0 0 0 47961 3 0 0 25 0 1 0 45713366 17350656 3899 996147200 134512640 135134323 4294956192 18446744073709551615 134528458 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4236 3899 79 151 0 4082 0
Current children cumulated CPU time (s) 481.08
Current children cumulated vsize (KiB) 33816

[startup+499.202 s]
/proc/loadavg: 2.69 2.76 3.01 3/82 19150
/proc/meminfo: memFree=1841496/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=17736 CPUtime=492.33
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 4183 0 0 0 49229 4 0 0 25 0 1 0 45713366 18161664 4105 996147200 134512640 135134323 4294956192 18446744073709551615 134542721 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4434 4105 79 151 0 4280 0
Current children cumulated CPU time (s) 493.77
Current children cumulated vsize (KiB) 34608

[startup+505.602 s]
/proc/loadavg: 2.64 2.74 3.00 4/82 19150
/proc/meminfo: memFree=1840984/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=17912 CPUtime=498.68
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 4194 0 0 0 49864 4 0 0 25 0 1 0 45713366 18341888 4116 996147200 134512640 135134323 4294956192 18446744073709551615 134528262 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4478 4116 79 151 0 4324 0
Current children cumulated CPU time (s) 500.12
Current children cumulated vsize (KiB) 34784

[startup+508.802 s]
/proc/loadavg: 2.58 2.73 3.00 3/82 19150
/proc/meminfo: memFree=1840792/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=18044 CPUtime=501.84
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 4238 0 0 0 50180 4 0 0 25 0 1 0 45713366 18477056 4160 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4511 4160 79 151 0 4357 0
Current children cumulated CPU time (s) 503.28
Current children cumulated vsize (KiB) 34916

[startup+509.601 s]
/proc/loadavg: 2.58 2.73 3.00 3/82 19150
/proc/meminfo: memFree=1840792/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=18044 CPUtime=502.63
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 4238 0 0 0 50259 4 0 0 25 0 1 0 45713366 18477056 4160 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4511 4160 79 151 0 4357 0
Current children cumulated CPU time (s) 504.07
Current children cumulated vsize (KiB) 34916

[startup+510.401 s]
/proc/loadavg: 2.62 2.73 3.00 4/82 19150
/proc/meminfo: memFree=1840792/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=18044 CPUtime=503.43
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 4238 0 0 0 50339 4 0 0 25 0 1 0 45713366 18477056 4160 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4511 4160 79 151 0 4357 0
Current children cumulated CPU time (s) 504.87
Current children cumulated vsize (KiB) 34916

[startup+510.601 s]
/proc/loadavg: 2.62 2.73 3.00 4/82 19150
/proc/meminfo: memFree=1840792/2055920 swapFree=4181052/4192956
[pid=19065] ppid=19063 vsize=16872 CPUtime=1.44
/proc/19065/stat : 19065 (sugar++) S 19063 19065 17853 0 -1 4194304 1898 31694 0 8 6 2 115 21 16 0 1 0 45713231 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19065/statm: 4218 1116 414 3 0 797 0
[pid=19088] ppid=19065 vsize=18044 CPUtime=503.62
/proc/19088/stat : 19088 (minisat-inc) R 19065 19065 17853 0 -1 4194304 4238 0 0 0 50358 4 0 0 25 0 1 0 45713366 18477056 4160 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 4511 4160 79 151 0 4357 0
Current children cumulated CPU time (s) 505.06
Current children cumulated vsize (KiB) 34916

Child status: 0
Real time (s): 510.636
CPU time (s): 505.13
CPU user time (s): 504.841
CPU system time (s): 0.288956
CPU usage (%): 98.9218
Max. virtual memory (cumulated for all children) (KiB): 886280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 504.841
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37911
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1776
involuntary context switches= 23424

runsolver used 0.630904 second user time and 1.52477 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 21:15:53
IDJOB=1113747
IDBENCH=61634
IDSOLVER=367
FILE ID=node67/1113747-1215890153
PBS_JOBID= 7903557
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08e389cb072a4da859c539e736d8b7d5
RANDOM SEED=1761942219

node67.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.218
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.218
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:       1861264 kB
Buffers:         12328 kB
Cached:          47956 kB
SwapCached:       5608 kB
Active:         131324 kB
Inactive:        22324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861264 kB
SwapTotal:     4192956 kB
SwapFree:      4181052 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:         109884 kB
Slab:            25936 kB
Committed_AS:  1021084 kB
PageTables:       2128 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= 66436 MiB
End job on node67 at 2008-07-12 21:24:24