Trace number 1108483

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 302.625 304.454

General information on the benchmark

Namecsp/coloring/
normalized-myciel-5g-5-ext.xml
MD5SUM47f19d409f9d78e9224e2696b8e0decb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark59.362
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension236
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.05/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.24	c 0	BEGIN Fri Jul 11 15:22:38 2008
0.05/0.24	c 0	PID 14188
0.05/0.25	c 0	HOST node74.alineos.net
0.05/0.25	c 0	CONVERTING HOME/instance-1108483-1215782558.xml TO HOME/temp.csp
0.05/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108483-1215782558.xml' 'HOME/temp.csp'
0.06/0.47	c 1	1 domains, 47 variables, 0 predicates, 1 relations, 236 constraints
0.06/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	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.31/0.60	c 1	Parsing HOME/temp.csp
0.31/0.68	c 1	parsed 285 expressions
0.31/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.69	c 1	MAX CSP: 236 constraints
0.31/0.69	c 1	Converting to clausal form CSP
0.31/0.72	c 1	converted 53 (10%) expressions
0.31/0.73	c 1	converted 105 (20%) expressions
0.31/0.74	c 1	converted 158 (30%) expressions
0.31/0.75	c 1	converted 210 (40%) expressions
0.31/0.75	c 1	converted 262 (50%) expressions
0.31/0.76	c 1	converted 315 (60%) expressions
0.31/0.76	c 1	converted 367 (70%) expressions
0.31/0.77	c 1	converted 420 (80%) expressions
0.31/0.77	c 1	converted 472 (90%) expressions
0.32/0.92	c 1	converted 524 (100%) expressions
0.32/0.92	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 355
0.32/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.92	c 1	Propagation in CSP
0.32/0.94	c 1	231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.95	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.32/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.95	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.32/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.97	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.98	c 1	52 (10%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.32/0.98	c 1	104 (20%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.32/0.98	c 1	156 (30%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.32/0.99	c 1	208 (40%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.32/0.99	c 1	260 (50%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.32/0.99	c 1	312 (60%) CSP integer variables are encoded (466 clauses, 5028 bytes)
0.77/1.01	c 1	364 (70%) CSP integer variables are encoded (2032 clauses, 24983 bytes)
0.77/1.01	c 1	416 (80%) CSP integer variables are encoded (2541 clauses, 31600 bytes)
0.77/1.01	c 1	468 (90%) CSP integer variables are encoded (2805 clauses, 35032 bytes)
0.77/1.01	c 1	519 (100%) CSP integer variables are encoded (3195 clauses, 40102 bytes)
0.77/1.04	c 1	71 (10%) CSP clauses are encoded (3550 clauses, 46535 bytes)
0.77/1.05	c 1	142 (20%) CSP clauses are encoded (3905 clauses, 53322 bytes)
0.77/1.06	c 1	213 (30%) CSP clauses are encoded (4260 clauses, 60221 bytes)
0.77/1.08	c 1	283 (40%) CSP clauses are encoded (4827 clauses, 68875 bytes)
0.88/1.14	c 1	354 (50%) CSP clauses are encoded (35529 clauses, 590637 bytes)
0.88/1.14	c 1	425 (60%) CSP clauses are encoded (36775 clauses, 611692 bytes)
0.88/1.19	c 1	495 (70%) CSP clauses are encoded (64690 clauses, 1122632 bytes)
0.88/1.19	c 1	566 (80%) CSP clauses are encoded (66075 clauses, 1146106 bytes)
0.97/1.21	c 1	637 (90%) CSP clauses are encoded (69130 clauses, 1200010 bytes)
0.97/1.23	c 1	707 (100%) CSP clauses are encoded (80103 clauses, 1397986 bytes)
0.97/1.23	c 1	707 CSP clauses encoded
0.97/1.23	c 1	Writing map file : HOME/temp.map
0.97/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.24	c 1	SAT : 3714 SAT variables, 80103 SAT clauses, 1397986 bytes
0.97/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.26	c 1	OBJECTIVE minimize _COST
0.97/1.26	c 1	SOLVING HOME/temp.cnf
0.97/1.26	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.97/1.27	c 1	This is MiniSat 2.0 beta incremental
0.97/1.27	c 1	WARNING: for repeatability, setting FPU to use double precision
0.97/1.27	c 1	============================[ Problem Statistics ]=============================
0.97/1.27	c 1	|                                                                             |
0.97/1.27	c 1	|  Number of variables:  3714                                                 |
0.97/1.27	c 1	|  Number of clauses:    80103                                                |
1.03/1.31	c 1	|  Parsing time:         0.04         s                                       |
1.03/1.31	c 1	OK
1.03/1.31	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.03/1.31	c 1	SEARCHING: _COST <= 118
1.03/1.31	c 1	============================[ Search Statistics ]==============================
1.03/1.31	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.03/1.31	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.03/1.31	c 1	===============================================================================
1.03/1.31	c 1	|         0 |    3714    80103   232186 |    26701        0    nan |  0.000 % |
1.03/1.32	c 1	===============================================================================
1.03/1.32	c 1	restarts              : 1
1.03/1.32	c 1	conflicts             : 0             (0 /sec)
1.03/1.32	c 1	decisions             : 46            (0.00 % random) (1046 /sec)
1.03/1.32	c 1	propagations          : 3714           (84423 /sec)
1.03/1.32	c 1	conflict literals     : 0              ( nan % deleted)
1.03/1.32	c 1	Memory used           : 5.17 MB
1.03/1.32	c 1	CPU time              : 0.043993 s
1.03/1.32	c 1	
1.03/1.32	c 1	SATISFIABLE
1.03/1.32	c 1	OK
1.03/1.32	c 1	FOUND: _COST <= 118
1.03/1.32	s SATISFIABLE
1.03/1.32	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.03/1.32	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'
1.03/1.40	c 2	Decoding HOME/temp.out
1.03/1.47	c 2	OBJECTIVE _COST 118
1.03/1.47	o 118
1.03/1.47	v 1 2 1 0 2 3 0 1 1 3 2 2 2 4 1 4 1 2 3 4 1 2 2 3 4 3 4 3 4 3 3 4 3 4 3 4 3 4 3 4 4 3 4 3 4 3 4
1.03/1.47	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.49	c 2	OK
1.03/1.49	c 2	OBJECTIVE BOUND: 0 <= _COST <= 118
1.03/1.49	c 2	SEARCHING: _COST <= 59
1.03/1.49	c 2	============================[ Search Statistics ]==============================
1.03/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.03/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.03/1.49	c 2	===============================================================================
1.03/1.49	c 2	|         0 |    3714    80103   232186 |    26701        0    nan |  0.000 % |
1.03/1.49	c 2	===============================================================================
1.03/1.49	c 2	restarts              : 2
1.03/1.49	c 2	conflicts             : 0             (0 /sec)
1.03/1.49	c 2	decisions             : 92            (0.00 % random) (1840 /sec)
1.03/1.49	c 2	propagations          : 7428           (148584 /sec)
1.03/1.49	c 2	conflict literals     : 0              ( nan % deleted)
1.03/1.49	c 2	Memory used           : 5.30 MB
1.03/1.49	c 2	CPU time              : 0.049992 s
1.03/1.49	c 2	
1.03/1.49	c 2	SATISFIABLE
1.03/1.49	c 2	OK
1.03/1.49	c 2	FOUND: _COST <= 59
1.03/1.49	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.03/1.49	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.18/1.57	c 2	Decoding HOME/temp.out
1.18/1.64	c 2	OBJECTIVE _COST 59
1.18/1.64	o 59
1.18/1.64	v 2 1 0 1 0 4 4 4 4 4 1 2 1 2 2 2 2 4 2 1 2 2 4 3 3 3 3 3 4 3 3 4 3 3 3 4 3 3 3 4 3 3 4 3 3 3 4
1.18/1.64	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.65	c 2	OK
1.18/1.65	c 2	OBJECTIVE BOUND: 0 <= _COST <= 59
1.18/1.65	c 2	SEARCHING: _COST <= 29
1.18/1.66	c 2	============================[ Search Statistics ]==============================
1.18/1.66	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.66	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.66	c 2	===============================================================================
1.18/1.66	c 2	|         0 |    2770    80103   232186 |    26701        0    nan |  0.000 % |
1.18/1.66	c 2	===============================================================================
1.18/1.66	c 2	restarts              : 3
1.18/1.66	c 2	conflicts             : 0             (0 /sec)
1.18/1.66	c 2	decisions             : 139           (0.72 % random) (2575 /sec)
1.18/1.66	c 2	propagations          : 10198          (188883 /sec)
1.18/1.66	c 2	conflict literals     : 0              ( nan % deleted)
1.18/1.66	c 2	Memory used           : 5.30 MB
1.18/1.66	c 2	CPU time              : 0.053991 s
1.18/1.66	c 2	
1.18/1.66	c 2	SATISFIABLE
1.18/1.66	c 2	OK
1.18/1.66	c 2	FOUND: _COST <= 29
1.18/1.66	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.18/1.66	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/1.74	c 2	Decoding HOME/temp.out
1.33/1.80	c 2	OBJECTIVE _COST 29
1.33/1.80	o 29
1.33/1.81	v 2 4 0 4 1 2 4 2 4 2 1 2 4 0 1 1 2 4 2 0 2 1 4 3 3 3 3 3 3 3 3 3 3 3 3 4 3 3 3 3 3 3 4 3 3 3 4
1.33/1.81	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.82	c 2	OK
1.33/1.82	c 2	OBJECTIVE BOUND: 0 <= _COST <= 29
1.33/1.82	c 2	SEARCHING: _COST <= 14
1.33/1.83	c 2	============================[ Search Statistics ]==============================
1.33/1.83	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.83	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.83	c 2	===============================================================================
1.33/1.83	c 2	|         0 |    2239    80103   232186 |    26701        0    nan |  0.000 % |
1.33/1.83	c 2	|       101 |    1875    80103   232186 |    29371      101     44 | 49.518 % |
1.33/1.83	c 2	===============================================================================
1.33/1.83	c 2	restarts              : 5
1.33/1.83	c 2	conflicts             : 101           (1629 /sec)
1.33/1.83	c 2	decisions             : 336           (0.89 % random) (5420 /sec)
1.33/1.83	c 2	propagations          : 17093          (275738 /sec)
1.33/1.83	c 2	conflict literals     : 4410           (0.14 % deleted)
1.33/1.83	c 2	Memory used           : 5.30 MB
1.33/1.83	c 2	CPU time              : 0.06199 s
1.33/1.83	c 2	
1.33/1.83	c 2	SATISFIABLE
1.33/1.83	c 2	OK
1.33/1.83	c 2	FOUND: _COST <= 14
1.33/1.83	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.33/1.83	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.49/1.91	c 2	Decoding HOME/temp.out
1.49/1.97	c 2	OBJECTIVE _COST 14
1.49/1.97	o 14
1.49/1.97	v 3 4 3 2 3 3 1 1 1 1 2 3 2 3 2 3 1 1 1 1 1 2 3 3 4 0 4 4 3 4 1 4 4 4 0 4 0 4 4 1 4 4 4 4 4 4 2
1.49/1.98	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.99	c 2	OK
1.49/1.99	c 2	OBJECTIVE BOUND: 0 <= _COST <= 14
1.49/1.99	c 2	SEARCHING: _COST <= 7
1.49/1.99	c 2	============================[ Search Statistics ]==============================
1.49/1.99	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.99	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.99	c 2	===============================================================================
1.49/1.99	c 2	|       101 |    1875    80103   232186 |    26701      101     44 | 49.518 % |
1.49/1.99	c 2	===============================================================================
1.49/1.99	c 2	restarts              : 6
1.49/1.99	c 2	conflicts             : 101           (1554 /sec)
1.49/1.99	c 2	decisions             : 379           (1.06 % random) (5832 /sec)
1.49/1.99	c 2	propagations          : 18968          (291860 /sec)
1.49/1.99	c 2	conflict literals     : 4410           (0.14 % deleted)
1.49/1.99	c 2	Memory used           : 5.30 MB
1.49/1.99	c 2	CPU time              : 0.06499 s
1.49/1.99	c 2	
1.49/1.99	c 2	SATISFIABLE
1.49/1.99	c 2	OK
1.49/1.99	c 2	FOUND: _COST <= 7
1.49/1.99	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.49/1.99	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.63/2.07	c 2	Decoding HOME/temp.out
1.78/2.15	c 2	OBJECTIVE _COST 7
1.78/2.15	o 7
1.78/2.15	v 3 4 3 4 3 3 0 0 0 0 2 3 1 3 1 3 3 1 1 1 1 1 2 2 4 2 4 2 0 4 0 4 0 4 1 4 1 4 1 1 4 4 4 1 4 4 3
1.78/2.16	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.85/2.21	c 2	OK
1.85/2.21	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
1.85/2.21	c 2	SEARCHING: _COST <= 3
1.85/2.21	c 2	============================[ Search Statistics ]==============================
1.85/2.21	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.85/2.21	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.85/2.21	c 2	===============================================================================
1.85/2.21	c 2	|       101 |    1578    80103   232186 |    26701      101     44 | 49.518 % |
1.85/2.21	c 2	===============================================================================
1.85/2.21	c 2	restarts              : 7
1.85/2.21	c 2	conflicts             : 129           (1897 /sec)
1.85/2.21	c 2	decisions             : 463           (0.86 % random) (6810 /sec)
1.85/2.21	c 2	propagations          : 21475          (315860 /sec)
1.85/2.21	c 2	conflict literals     : 5657           (0.16 % deleted)
1.85/2.21	c 2	Memory used           : 5.30 MB
1.85/2.21	c 2	CPU time              : 0.067989 s
1.85/2.21	c 2	
1.85/2.21	c 2	SATISFIABLE
1.85/2.21	c 2	OK
1.85/2.21	c 2	FOUND: _COST <= 3
1.85/2.21	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.85/2.21	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.85/2.29	c 2	Decoding HOME/temp.out
1.87/2.36	c 3	OBJECTIVE _COST 3
1.87/2.36	o 3
1.87/2.36	v 3 2 4 4 3 3 0 4 4 0 2 3 2 3 2 3 3 0 0 0 3 2 4 1 2 4 4 1 1 1 4 4 1 2 1 2 1 2 2 1 1 1 1 1 2 4 3
1.87/2.36	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.87/2.37	c 3	OK
1.87/2.37	c 3	OBJECTIVE BOUND: 0 <= _COST <= 3
1.87/2.37	c 3	SEARCHING: _COST <= 1
1.87/2.38	c 3	============================[ Search Statistics ]==============================
1.87/2.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.87/2.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.87/2.38	c 3	===============================================================================
1.87/2.38	c 3	|       129 |    1328    80103   232186 |    26701      129     44 | 49.518 % |
1.87/2.38	c 3	===============================================================================
1.87/2.38	c 3	restarts              : 8
1.87/2.38	c 3	conflicts             : 129           (1843 /sec)
1.87/2.38	c 3	decisions             : 510           (0.98 % random) (7287 /sec)
1.87/2.38	c 3	propagations          : 22803          (325808 /sec)
1.87/2.38	c 3	conflict literals     : 5657           (0.16 % deleted)
1.87/2.38	c 3	Memory used           : 5.30 MB
1.87/2.38	c 3	CPU time              : 0.069989 s
1.87/2.38	c 3	
1.87/2.38	c 3	SATISFIABLE
1.87/2.38	c 3	OK
1.87/2.38	c 3	FOUND: _COST <= 1
1.87/2.38	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.87/2.38	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.03/2.46	c 3	Decoding HOME/temp.out
2.03/2.52	c 3	OBJECTIVE _COST 1
2.03/2.52	o 1
2.03/2.53	v 3 4 1 2 4 3 2 2 2 3 4 1 4 1 2 4 1 2 2 2 3 4 3 3 0 1 2 3 3 2 3 2 3 0 1 0 1 2 0 1 2 2 2 0 1 0 4
2.03/2.53	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.54	c 3	OK
2.03/2.54	c 3	OBJECTIVE BOUND: 0 <= _COST <= 1
2.03/2.54	c 3	SEARCHING: _COST <= 0
2.03/2.55	c 3	============================[ Search Statistics ]==============================
2.03/2.55	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.03/2.55	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.03/2.55	c 3	===============================================================================
2.03/2.55	c 3	|       129 |    1024    80103   232186 |    26701      129     44 | 49.518 % |
2.03/2.55	c 3	|       229 |    1024    80103   232186 |    29371      229     42 | 82.233 % |
2.03/2.55	c 3	|       379 |    1024    80103   232186 |    32308      379     42 | 82.233 % |
2.03/2.56	c 3	|       605 |    1024    80103   232186 |    35539      605     41 | 82.233 % |
2.03/2.57	c 3	|       943 |    1024    80103   232186 |    39092      943     43 | 82.233 % |
2.23/2.60	c 3	|      1449 |    1024    80103   232186 |    43002     1449     43 | 82.233 % |
2.23/2.64	c 3	|      2209 |    1024    80103   232186 |    47302     2209     44 | 82.233 % |
2.33/2.72	c 3	|      3349 |    1024    80103   232186 |    52032     3349     48 | 82.233 % |
2.43/2.84	c 3	|      5057 |    1024    80103   232186 |    57235     5057     50 | 82.233 % |
2.63/3.08	c 3	|      7619 |    1024    80103   232186 |    62959     7619     54 | 82.233 % |
3.13/3.51	c 4	|     11464 |     660     2262     7590 |    69255    11464     58 | 82.233 % |
3.73/4.18	c 4	|     17230 |     660     2262     7590 |    76181    17230     58 | 82.233 % |
5.52/5.99	c 6	|     25879 |     660     2262     7590 |    83799    25879     65 | 82.233 % |
10.30/10.77	c 11	|     38854 |     660     2262     7590 |    92179    38854     74 | 82.233 % |
20.84/21.30	c 21	|     58315 |     660     2262     7590 |   101397    58315     78 | 82.233 % |
43.23/43.83	c 44	|     87507 |     660     2262     7590 |   111536    87507     86 | 82.233 % |
82.03/82.88	c 83	|    131297 |     660     2262     7590 |   122690    35294     81 | 82.233 % |
124.42/125.44	c 126	|    196982 |     660     2262     7590 |   134959   100979     84 | 82.233 % |
191.69/193.06	c 193	|    295508 |     660     2262     7590 |   148455    78683     77 | 82.233 % |
302.54/304.44	c 305	===============================================================================
302.54/304.44	c 305	restarts              : 27
302.54/304.44	c 305	conflicts             : 417912        (1391 /sec)
302.54/304.44	c 305	decisions             : 507918        (0.57 % random) (1691 /sec)
302.54/304.44	c 305	propagations          : 13619349       (45347 /sec)
302.54/304.44	c 305	conflict literals     : 35968921       (2.05 % deleted)
302.54/304.44	c 305	Memory used           : 58.34 MB
302.54/304.44	c 305	CPU time              : 300.335 s
302.54/304.44	c 305	
302.54/304.44	c 305	UNSATISFIABLE
302.54/304.44	c 305	OK
302.54/304.44	c 305	NOT FOUND: _COST <= 0
302.54/304.44	c 305	OK
302.54/304.44	c 305	OBJECTIVE _COST 1
302.54/304.44	s OPTIMUM FOUND
302.54/304.45	c 305	CPU 302.17 (0.06 0.02 302.11 0.41)
302.54/304.45	c 305	END Fri Jul 11 15:27:43 2008

Verifier Data (download as text)

OK	1	235
1 unsatisfied constraints, 235 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-1108483-1215782558/watcher-1108483-1215782558 -o /tmp/evaluation-result-1108483-1215782558/solver-1108483-1215782558 -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-1108483-1215782558.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.48 2.75 2.76 5/88 14188
/proc/meminfo: memFree=1263560/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=18572 CPUtime=0
/proc/14188/stat : 14188 (runsolver) D 14186 14188 13718 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 34953732 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14188/statm: 4643 292 257 25 0 2626 0

[startup+0.0713971 s]
/proc/loadavg: 2.48 2.75 2.76 5/88 14188
/proc/meminfo: memFree=1263560/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=12272 CPUtime=0
/proc/14188/stat : 14188 (sugar++) D 14186 14188 13718 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 34953732 12566528 328 996147200 4194304 4206940 548682068528 18446744073709551615 228774869605 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/14188/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102401 s]
/proc/loadavg: 2.48 2.75 2.76 5/88 14188
/proc/meminfo: memFree=1263560/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=12272 CPUtime=0
/proc/14188/stat : 14188 (sugar++) D 14186 14188 13718 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 34953732 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14188/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301445 s]
/proc/loadavg: 2.48 2.75 2.76 5/88 14188
/proc/meminfo: memFree=1263560/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16740 CPUtime=0.06
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 34953732 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701524 s]
/proc/loadavg: 2.48 2.75 2.76 5/88 14188
/proc/meminfo: memFree=1263560/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16740 CPUtime=0.31
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1294 4166 2 1 5 1 22 3 15 0 1 0 34953732 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16740

[startup+1.50168 s]
/proc/loadavg: 2.48 2.75 2.76 4/99 14210
/proc/meminfo: memFree=1247784/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=1.18
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1584 14538 2 5 6 1 100 11 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 16872

[startup+3.102 s]
/proc/loadavg: 2.44 2.74 2.75 4/100 14261
/proc/meminfo: memFree=1247904/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 15 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=7292 CPUtime=0.62
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 1782 0 1 0 62 0 0 0 20 0 1 0 34953857 7467008 1718 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 1823 1718 79 151 0 1669 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 24164

[startup+6.30162 s]
/proc/loadavg: 2.44 2.74 2.75 3/90 14281
/proc/meminfo: memFree=1247984/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=11428 CPUtime=3.81
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 2822 0 1 0 380 1 0 0 25 0 1 0 34953857 11702272 2758 996147200 134512640 135134323 4294956192 18446744073709551615 134529108 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 2857 2758 79 151 0 2703 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 28300

[startup+12.7019 s]
/proc/loadavg: 2.37 2.71 2.74 3/90 14281
/proc/meminfo: memFree=1241016/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=17792 CPUtime=10.17
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 4375 0 1 0 1014 3 0 0 25 0 1 0 34953857 18219008 4311 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 4448 4311 79 151 0 4294 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 34664

[startup+25.5024 s]
/proc/loadavg: 2.31 2.69 2.73 3/90 14281
/proc/meminfo: memFree=1232184/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=26516 CPUtime=22.91
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 6544 0 1 0 2285 6 0 0 25 0 1 0 34953857 27152384 6480 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 6629 6480 79 151 0 6475 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 43388

[startup+51.1014 s]
/proc/loadavg: 2.20 2.63 2.71 3/90 14281
/proc/meminfo: memFree=1218680/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=40192 CPUtime=48.38
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 9950 0 1 0 4829 9 0 0 25 0 1 0 34953857 41156608 9886 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 10048 9886 79 151 0 9894 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 57064

[startup+102.306 s]
/proc/loadavg: 2.12 2.54 2.68 3/90 14281
/proc/meminfo: memFree=1208952/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=49548 CPUtime=99.33
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 12262 0 1 0 9922 11 0 0 25 0 1 0 34953857 50737152 12198 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 12387 12198 79 151 0 12233 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 66420

[startup+162.302 s]
/proc/loadavg: 2.05 2.44 2.63 3/90 14281
/proc/meminfo: memFree=1204664/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=53864 CPUtime=159.03
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 13385 0 1 0 15890 13 0 0 25 0 1 0 34953857 55156736 13321 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 13466 13321 79 151 0 13312 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 70736

[startup+222.302 s]
/proc/loadavg: 2.01 2.35 2.59 3/90 14281
/proc/meminfo: memFree=1204280/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=54264 CPUtime=218.74
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 13427 0 1 0 21861 13 0 0 25 0 1 0 34953857 55566336 13363 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 13566 13363 79 151 0 13412 0
Current children cumulated CPU time (s) 220.85
Current children cumulated vsize (KiB) 71136

[startup+282.302 s]
/proc/loadavg: 2.00 2.29 2.55 3/90 14281
/proc/meminfo: memFree=1198968/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=278.44
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14764 0 1 0 27830 14 0 0 25 0 1 0 34953857 61173760 14700 996147200 134512640 135134323 4294956192 18446744073709551615 134524683 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14700 79 151 0 14781 0
Current children cumulated CPU time (s) 280.55
Current children cumulated vsize (KiB) 76612

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

[startup+294.303 s]
/proc/loadavg: 2.00 2.28 2.54 3/90 14281
/proc/meminfo: memFree=1198840/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=290.38
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 29024 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 292.49
Current children cumulated vsize (KiB) 76612

[startup+300.701 s]
/proc/loadavg: 2.00 2.27 2.54 3/90 14281
/proc/meminfo: memFree=1198840/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=296.75
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 29661 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 298.86
Current children cumulated vsize (KiB) 76612

[startup+302.301 s]
/proc/loadavg: 2.00 2.27 2.54 3/90 14281
/proc/meminfo: memFree=1198776/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=298.34
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 29820 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 300.45
Current children cumulated vsize (KiB) 76612

[startup+303.102 s]
/proc/loadavg: 2.00 2.27 2.54 3/90 14281
/proc/meminfo: memFree=1198776/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=299.14
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 29900 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 301.25
Current children cumulated vsize (KiB) 76612

[startup+303.903 s]
/proc/loadavg: 2.00 2.27 2.54 3/90 14281
/proc/meminfo: memFree=1198776/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=299.93
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 29979 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 302.04
Current children cumulated vsize (KiB) 76612

[startup+304.303 s]
/proc/loadavg: 2.00 2.27 2.54 3/90 14281
/proc/meminfo: memFree=1198776/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=300.33
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 30019 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 302.44
Current children cumulated vsize (KiB) 76612

[startup+304.403 s]
/proc/loadavg: 2.00 2.27 2.54 3/90 14281
/proc/meminfo: memFree=1198776/2055920 swapFree=4190156/4192956
[pid=14188] ppid=14186 vsize=16872 CPUtime=2.11
/proc/14188/stat : 14188 (sugar++) S 14186 14188 13718 0 -1 4194304 1969 37125 2 11 6 2 178 25 16 0 1 0 34953732 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14188/statm: 4218 1119 414 3 0 797 0
[pid=14211] ppid=14188 vsize=59740 CPUtime=300.43
/proc/14211/stat : 14211 (minisat-inc) R 14188 14188 13718 0 -1 4194304 14765 0 1 0 30029 14 0 0 25 0 1 0 34953857 61173760 14701 996147200 134512640 135134323 4294956192 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/14211/statm: 14935 14701 79 151 0 14781 0
Current children cumulated CPU time (s) 302.54
Current children cumulated vsize (KiB) 76612

Child status: 0
Real time (s): 304.454
CPU time (s): 302.625
CPU user time (s): 302.185
CPU system time (s): 0.439933
CPU usage (%): 99.3992
Max. virtual memory (cumulated for all children) (KiB): 890544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.185
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53939
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3261
involuntary context switches= 6561

runsolver used 0.338948 second user time and 1.06084 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-11 15:22:38
IDJOB=1108483
IDBENCH=60725
IDSOLVER=367
FILE ID=node74/1108483-1215782558
PBS_JOBID= 7903064
Free space on /tmp= 103144 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/coloring/normalized-myciel-5g-5-ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108483-1215782558/watcher-1108483-1215782558 -o /tmp/evaluation-result-1108483-1215782558/solver-1108483-1215782558 -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-1108483-1215782558.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47f19d409f9d78e9224e2696b8e0decb
RANDOM SEED=856304696

node74.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.261
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.261
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:       1264040 kB
Buffers:          3684 kB
Cached:         143604 kB
SwapCached:          0 kB
Active:         718004 kB
Inactive:        13280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264040 kB
SwapTotal:     4192956 kB
SwapFree:      4190156 kB
Dirty:            1008 kB
Writeback:           0 kB
Mapped:         605424 kB
Slab:            43732 kB
Committed_AS:   916536 kB
PageTables:       3580 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103144 MiB
End job on node74 at 2008-07-11 15:27:43