Trace number 1109809

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-incOPTIMUM2 340.209 340.419

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-10-11.xml
MD5SUMb0b8fe758d924c34eff50a2a4a46bd03
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark340.209
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints42
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Fri Jul 11 23:18:55 2008
0.05/0.07	c 0	PID 12057
0.05/0.08	c 0	HOST node12.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1109809-1215811135.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109809-1215811135.xml' 'HOME/temp.csp'
0.06/0.28	c 1	1 domains, 220 variables, 2 predicates, 0 relations, 42 constraints
0.06/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.31	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.06/0.39	c 1	Parsing HOME/temp.csp
0.27/0.48	c 1	parsed 265 expressions
0.27/0.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.49	c 1	MAX CSP: 42 constraints
0.27/0.49	c 1	Converting to clausal form CSP
0.27/0.51	c 1	converted 31 (10%) expressions
0.27/0.52	c 1	converted 62 (20%) expressions
0.27/0.52	c 1	converted 93 (30%) expressions
0.27/0.52	c 1	converted 124 (40%) expressions
0.27/0.52	c 1	converted 155 (50%) expressions
0.27/0.52	c 1	converted 186 (60%) expressions
0.27/0.52	c 1	converted 217 (70%) expressions
0.27/0.54	c 1	converted 248 (80%) expressions
0.27/0.58	c 1	converted 279 (90%) expressions
0.27/0.64	c 1	converted 310 (100%) expressions
0.27/0.64	c 1	CSP : 484 integers, 0 booleans, 485 clauses, largest domain size 64
0.27/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.64	c 1	Propagation in CSP
0.27/0.66	c 1	39 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.66	c 1	CSP : 484 integers, 0 booleans, 485 clauses, largest domain size 43
0.27/0.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.66	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.66	c 1	CSP : 484 integers, 0 booleans, 485 clauses, largest domain size 43
0.27/0.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.69	c 1	49 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.27/0.69	c 1	97 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.27/0.69	c 1	146 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.27/0.69	c 1	194 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.27/0.69	c 1	242 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.27/0.69	c 1	291 (60%) CSP integer variables are encoded (91 clauses, 1065 bytes)
0.27/0.70	c 1	339 (70%) CSP integer variables are encoded (183 clauses, 2077 bytes)
0.27/0.70	c 1	388 (80%) CSP integer variables are encoded (277 clauses, 3111 bytes)
0.27/0.70	c 1	436 (90%) CSP integer variables are encoded (365 clauses, 4079 bytes)
0.27/0.71	c 1	484 (100%) CSP integer variables are encoded (740 clauses, 8601 bytes)
0.27/0.90	c 1	49 (10%) CSP clauses are encoded (903 clauses, 11499 bytes)
0.27/0.91	c 1	97 (20%) CSP clauses are encoded (1195 clauses, 15222 bytes)
0.27/0.91	c 1	146 (30%) CSP clauses are encoded (1478 clauses, 18798 bytes)
0.27/0.91	c 1	194 (40%) CSP clauses are encoded (1746 clauses, 22179 bytes)
0.27/0.92	c 1	243 (50%) CSP clauses are encoded (2029 clauses, 25849 bytes)
0.27/0.92	c 1	291 (60%) CSP clauses are encoded (2299 clauses, 29381 bytes)
0.27/0.92	c 1	340 (70%) CSP clauses are encoded (2584 clauses, 33117 bytes)
0.27/0.92	c 1	388 (80%) CSP clauses are encoded (2852 clauses, 36622 bytes)
0.27/0.93	c 1	437 (90%) CSP clauses are encoded (3831 clauses, 50288 bytes)
0.27/0.93	c 1	485 (100%) CSP clauses are encoded (5867 clauses, 84690 bytes)
0.27/0.93	c 1	485 CSP clauses encoded
0.27/0.93	c 1	Writing map file : HOME/temp.map
0.27/0.94	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.94	c 1	SAT : 1224 SAT variables, 5867 SAT clauses, 84690 bytes
0.27/0.94	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.99	c 1	OBJECTIVE minimize _COST
0.27/0.99	c 1	SOLVING HOME/temp.cnf
0.27/0.99	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.27/0.99	c 1	This is MiniSat 2.0 beta incremental
0.27/0.99	c 1	WARNING: for repeatability, setting FPU to use double precision
0.27/0.99	c 1	============================[ Problem Statistics ]=============================
0.27/0.99	c 1	|                                                                             |
0.27/0.99	c 1	|  Number of variables:  1224                                                 |
0.27/0.99	c 1	|  Number of clauses:    5867                                                 |
0.27/0.99	c 1	|  Parsing time:         0.00         s                                       |
0.27/0.99	c 1	OK
0.27/0.99	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.27/0.99	c 1	SEARCHING: _COST <= 21
0.27/0.99	c 1	============================[ Search Statistics ]==============================
0.27/0.99	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.27/0.99	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.27/0.99	c 1	===============================================================================
0.27/0.99	c 1	|         0 |    1224     5867    15115 |     1955        0    nan |  0.000 % |
0.27/0.99	c 1	===============================================================================
0.27/0.99	c 1	restarts              : 1
0.27/1.00	c 1	conflicts             : 0             (0 /sec)
0.27/1.00	c 1	decisions             : 53            (0.00 % random) (17673 /sec)
0.27/1.00	c 1	propagations          : 1224           (408136 /sec)
0.27/1.00	c 1	conflict literals     : 0              ( nan % deleted)
0.27/1.00	c 1	Memory used           : 2.06 MB
0.27/1.00	c 1	CPU time              : 0.002999 s
0.27/1.00	c 1	
0.27/1.00	c 1	SATISFIABLE
0.27/1.00	c 1	OK
0.27/1.00	c 1	FOUND: _COST <= 21
0.27/1.00	s SATISFIABLE
0.27/1.00	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.27/1.00	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.90/1.07	c 1	Decoding HOME/temp.out
0.99/1.13	c 1	OBJECTIVE _COST 21
0.99/1.13	o 21
0.99/1.14	v 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0
0.99/1.14	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.15	c 1	OK
0.99/1.15	c 1	OBJECTIVE BOUND: 0 <= _COST <= 21
0.99/1.15	c 1	SEARCHING: _COST <= 10
0.99/1.15	c 1	============================[ Search Statistics ]==============================
0.99/1.15	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.15	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.15	c 1	===============================================================================
0.99/1.15	c 1	|         0 |    1224     5867    15115 |     1955        0    nan |  0.000 % |
0.99/1.15	c 1	===============================================================================
0.99/1.15	c 1	restarts              : 2
0.99/1.15	c 1	conflicts             : 0             (0 /sec)
0.99/1.15	c 1	decisions             : 104           (0.96 % random) (26007 /sec)
0.99/1.15	c 1	propagations          : 2448           (612153 /sec)
0.99/1.15	c 1	conflict literals     : 0              ( nan % deleted)
0.99/1.15	c 1	Memory used           : 2.06 MB
0.99/1.15	c 1	CPU time              : 0.003999 s
0.99/1.15	c 1	
0.99/1.15	c 1	SATISFIABLE
0.99/1.15	c 1	OK
0.99/1.15	c 1	FOUND: _COST <= 10
0.99/1.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.99/1.15	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.04/1.23	c 1	Decoding HOME/temp.out
1.04/1.29	c 2	OBJECTIVE _COST 10
1.04/1.29	o 10
1.04/1.30	v 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 1 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0
1.04/1.30	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.31	c 2	OK
1.04/1.31	c 2	OBJECTIVE BOUND: 0 <= _COST <= 10
1.04/1.31	c 2	SEARCHING: _COST <= 5
1.04/1.31	c 2	============================[ Search Statistics ]==============================
1.04/1.31	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.04/1.31	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.04/1.31	c 2	===============================================================================
1.04/1.31	c 2	|         0 |    1098     5867    15115 |     1955        0    nan |  0.000 % |
1.04/1.31	c 2	===============================================================================
1.04/1.31	c 2	restarts              : 3
1.04/1.31	c 2	conflicts             : 0             (0 /sec)
1.04/1.31	c 2	decisions             : 149           (1.34 % random) (37259 /sec)
1.04/1.31	c 2	propagations          : 3546           (886722 /sec)
1.04/1.31	c 2	conflict literals     : 0              ( nan % deleted)
1.04/1.31	c 2	Memory used           : 2.06 MB
1.04/1.31	c 2	CPU time              : 0.003999 s
1.04/1.31	c 2	
1.04/1.31	c 2	SATISFIABLE
1.04/1.31	c 2	OK
1.04/1.31	c 2	FOUND: _COST <= 5
1.04/1.31	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.04/1.31	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.04/1.39	c 2	Decoding HOME/temp.out
1.20/1.45	c 2	OBJECTIVE _COST 5
1.20/1.45	o 5
1.20/1.46	v 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 1 1 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0
1.20/1.46	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.47	c 2	OK
1.20/1.47	c 2	OBJECTIVE BOUND: 0 <= _COST <= 5
1.20/1.47	c 2	SEARCHING: _COST <= 2
1.20/1.49	c 2	============================[ Search Statistics ]==============================
1.20/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.49	c 2	===============================================================================
1.20/1.49	c 2	|         0 |    1019     5867    15115 |     1955        0    nan |  0.000 % |
1.20/1.49	c 2	|       100 |     967     5867    15115 |     2151      100     39 | 21.001 % |
1.20/1.49	c 2	|       251 |     967     5867    15115 |     2366      251     44 | 21.001 % |
1.20/1.49	c 2	|       476 |     967     5867    15115 |     2602      476     46 | 21.001 % |
1.36/1.51	c 2	|       813 |     967     3423     8517 |     2863      813     46 | 21.001 % |
1.36/1.53	c 2	|      1320 |     967     3423     8517 |     3149     1320     48 | 21.001 % |
1.36/1.58	c 2	|      2079 |     967     3423     8517 |     3464     2079     48 | 21.001 % |
1.46/1.65	c 2	|      3219 |     967     3423     8517 |     3811     3219     48 | 21.001 % |
1.56/1.78	c 2	|      4927 |     967     3423     8517 |     4192     4927     49 | 21.001 % |
1.76/1.97	c 2	|      7489 |     967     3423     8517 |     4611     5026     46 | 21.001 % |
2.06/2.27	c 3	|     11333 |     967     3423     8517 |     5072     3506     45 | 21.001 % |
2.56/2.74	c 3	|     17099 |     967     3423     8517 |     5579     3111     39 | 21.001 % |
3.36/3.58	c 4	|     25748 |     967     3423     8517 |     6137     5073     45 | 21.001 % |
4.66/4.87	c 5	|     38722 |     967     3423     8517 |     6751     3724     39 | 21.001 % |
6.96/7.13	c 7	|     58183 |     967     3423     8517 |     7426     7490     40 | 21.001 % |
10.45/10.68	c 11	|     87375 |     967     3423     8517 |     8169     7078     40 | 21.001 % |
16.05/16.20	c 16	|    131165 |     967     3423     8517 |     8986     5316     39 | 21.001 % |
24.75/24.95	c 25	|    196850 |     967     3423     8517 |     9884     6808     40 | 21.001 % |
38.94/39.18	c 39	|    295377 |     967     3423     8517 |    10873     7351     42 | 21.001 % |
51.15/51.34	c 52	===============================================================================
51.15/51.34	c 52	restarts              : 22
51.15/51.34	c 52	conflicts             : 375215        (7527 /sec)
51.15/51.34	c 52	decisions             : 387575        (0.73 % random) (7775 /sec)
51.15/51.34	c 52	propagations          : 11844891       (237623 /sec)
51.15/51.34	c 52	conflict literals     : 15977754       (11.48 % deleted)
51.15/51.34	c 52	Memory used           : 7.58 MB
51.15/51.34	c 52	CPU time              : 49.8474 s
51.15/51.34	c 52	
51.15/51.34	c 52	SATISFIABLE
51.15/51.35	c 52	OK
51.15/51.35	c 52	FOUND: _COST <= 2
51.15/51.35	c 52	DECODING HOME/temp.out WITH HOME/temp.map
51.15/51.35	c 52	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.19/51.43	c 52	Decoding HOME/temp.out
51.19/51.48	c 52	OBJECTIVE _COST 2
51.19/51.48	o 2
51.19/51.49	v 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 1 1 1 0
51.19/51.50	c 52	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
51.20/51.51	c 52	OK
51.20/51.51	c 52	OBJECTIVE BOUND: 0 <= _COST <= 2
51.20/51.51	c 52	SEARCHING: _COST <= 1
51.20/51.51	c 52	============================[ Search Statistics ]==============================
51.20/51.51	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.20/51.51	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.20/51.51	c 52	===============================================================================
51.20/51.51	c 52	|    375215 |     906     2966     7326 |      988    10760     42 | 21.001 % |
51.20/51.53	c 52	|    375316 |     906     2966     7326 |     1087     1446     44 | 25.983 % |
51.20/51.54	c 52	|    375467 |     906     2966     7326 |     1196      874     42 | 25.983 % |
51.20/51.55	c 52	|    375692 |     906     2966     7326 |     1315     1099     44 | 25.983 % |
51.20/51.57	c 52	|    376029 |     906     2966     7326 |     1447     1436     43 | 25.983 % |
51.20/51.60	c 52	|    376536 |     906     2966     7326 |     1592     1943     43 | 25.983 % |
51.45/51.64	c 52	|    377295 |     906     2966     7326 |     1751     1731     41 | 25.983 % |
51.55/51.70	c 52	|    378434 |     906     2966     7326 |     1926     2870     41 | 25.983 % |
51.64/51.81	c 52	|    380144 |     906     2966     7326 |     2119     1625     36 | 25.983 % |
51.74/51.98	c 52	|    382706 |     906     2966     7326 |     2331     2589     42 | 25.983 % |
52.04/52.27	c 53	|    386552 |     906     2966     7326 |     2564     3009     44 | 25.983 % |
52.55/52.72	c 53	|    392319 |     906     2966     7326 |     2820     1826     40 | 25.983 % |
53.24/53.46	c 54	|    400968 |     906     2966     7326 |     3102     2667     45 | 25.983 % |
54.34/54.57	c 55	|    413942 |     906     2966     7326 |     3413     3069     40 | 25.983 % |
56.14/56.40	c 57	|    433403 |     906     2966     7326 |     3754     2275     37 | 25.983 % |
58.84/59.09	c 59	|    462596 |     906     2966     7326 |     4129     2850     46 | 25.983 % |
63.24/63.41	c 64	|    506385 |     906     2966     7326 |     4542     3042     39 | 25.983 % |
69.24/69.49	c 70	|    572069 |     906     2966     7326 |     4997     3360     35 | 25.983 % |
79.84/80.01	c 80	|    670596 |     906     2966     7326 |     5496     3949     39 | 25.983 % |
96.13/96.34	c 97	|    818386 |     906     2966     7326 |     6046     4757     42 | 25.985 % |
121.02/121.29	c 122	|   1040069 |     906     2966     7326 |     6651     6672     40 | 25.992 % |
161.21/161.46	c 162	|   1372595 |     906     2966     7326 |     7316     5964     41 | 25.994 % |
223.60/223.80	c 224	|   1871383 |     906     2966     7326 |     8048     5270     45 | 25.997 % |
324.38/324.65	c 325	|   2619566 |     906     2966     7326 |     8852     7161     41 | 26.002 % |
340.17/340.41	c 341	===============================================================================
340.17/340.41	c 341	restarts              : 46
340.17/340.41	c 341	conflicts             : 2738485       (8086 /sec)
340.17/340.41	c 341	decisions             : 2838286       (0.91 % random) (8381 /sec)
340.17/340.41	c 341	propagations          : 89791148       (265128 /sec)
340.17/340.41	c 341	conflict literals     : 116077574      (11.96 % deleted)
340.17/340.41	c 341	Memory used           : 9.23 MB
340.17/340.41	c 341	CPU time              : 338.672 s
340.17/340.41	c 341	
340.17/340.41	c 341	UNSATISFIABLE
340.17/340.41	c 341	OK
340.17/340.41	c 341	NOT FOUND: _COST <= 1
340.17/340.41	c 341	OK
340.17/340.41	c 341	OBJECTIVE _COST 2
340.17/340.41	s OPTIMUM FOUND
340.17/340.41	c 341	CPU 339.99 (0.06 0.02 339.93 0.18)
340.17/340.41	c 341	END Fri Jul 11 23:24:36 2008

Verifier Data (download as text)

OK	2	40
2 unsatisfied constraints, 40 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-1109809-1215811135/watcher-1109809-1215811135 -o /tmp/evaluation-result-1109809-1215811135/solver-1109809-1215811135 -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-1109809-1215811135.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: 1.00 1.00 1.00 4/72 12057
/proc/meminfo: memFree=1620200/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=12268 CPUtime=0
/proc/12057/stat : 12057 (sugar++) R 12055 12057 11992 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 37816327 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 252438428670 0 0 4224 0 0 0 0 17 1 0 0
/proc/12057/statm: 3067 316 241 3 0 167 0

[startup+0.0665331 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 12057
/proc/meminfo: memFree=1620200/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16344 CPUtime=0.05
/proc/12057/stat : 12057 (sugar++) R 12055 12057 11992 0 -1 4194304 991 0 0 0 4 1 0 0 18 0 1 0 37816327 16736256 959 996147200 4194304 4206940 548682068528 18446744073709551615 252429374177 0 0 4224 0 0 0 0 17 1 0 0
/proc/12057/statm: 4086 960 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101538 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 12057
/proc/meminfo: memFree=1620200/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=0.06
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37816327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301557 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 12057
/proc/meminfo: memFree=1620200/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=0.06
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 37816327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701751 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 12057
/proc/meminfo: memFree=1620200/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=0.27
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1297 4147 0 1 5 1 18 3 15 0 1 0 37816327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16740

[startup+1.50167 s]
/proc/loadavg: 1.08 1.02 1.01 5/83 12089
/proc/meminfo: memFree=1593288/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.34
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1685 20832 0 5 6 1 114 13 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=2240 CPUtime=0.02
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 290 0 0 0 2 0 0 0 16 0 1 0 37816426 2293760 231 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 560 231 79 151 0 406 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 18980

[startup+3.10183 s]
/proc/loadavg: 1.08 1.02 1.01 3/82 12118
/proc/meminfo: memFree=1591824/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.34
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1685 20832 0 5 6 1 114 13 15 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=3956 CPUtime=1.62
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 725 0 0 0 162 0 0 0 25 0 1 0 37816426 4050944 666 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 989 666 79 151 0 835 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 20696

[startup+6.30115 s]
/proc/loadavg: 1.15 1.03 1.01 3/82 12118
/proc/meminfo: memFree=1590480/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.34
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1685 20832 0 5 6 1 114 13 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=4900 CPUtime=4.82
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 956 0 0 0 482 0 0 0 25 0 1 0 37816426 5017600 897 996147200 134512640 135134323 4294956192 18446744073709551615 134530038 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 1225 897 79 151 0 1071 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 21640

[startup+12.7018 s]
/proc/loadavg: 1.22 1.05 1.02 3/82 12118
/proc/meminfo: memFree=1589144/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.34
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1685 20832 0 5 6 1 114 13 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=5848 CPUtime=11.21
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1186 0 0 0 1121 0 0 0 25 0 1 0 37816426 5988352 1127 996147200 134512640 135134323 4294956192 18446744073709551615 134531997 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 1462 1127 79 151 0 1308 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 22588

[startup+25.5011 s]
/proc/loadavg: 1.39 1.09 1.03 3/82 12118
/proc/meminfo: memFree=1588632/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.34
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1685 20832 0 5 6 1 114 13 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=6536 CPUtime=24.01
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1359 0 0 0 2401 0 0 0 25 0 1 0 37816426 6692864 1300 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 1634 1300 79 151 0 1480 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 23276

[startup+51.1016 s]
/proc/loadavg: 1.60 1.17 1.05 3/82 12118
/proc/meminfo: memFree=1579736/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.34
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1685 20832 0 5 6 1 114 13 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=7760 CPUtime=49.61
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1650 0 0 0 4960 1 0 0 25 0 1 0 37816426 7946240 1591 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 1940 1591 79 151 0 1786 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 24500

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.10 3/82 12128
/proc/meminfo: memFree=1579352/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=7760 CPUtime=100.63
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1669 0 0 0 10062 1 0 0 25 0 1 0 37816426 7946240 1608 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 1940 1608 79 151 0 1786 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 24500

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.15 3/82 12128
/proc/meminfo: memFree=1578968/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=8168 CPUtime=160.61
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1759 0 0 0 16060 1 0 0 25 0 1 0 37816426 8364032 1698 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2042 1698 79 151 0 1888 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 24908

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.20 3/82 12128
/proc/meminfo: memFree=1578648/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=8448 CPUtime=220.6
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1829 0 0 0 22059 1 0 0 25 0 1 0 37816426 8650752 1768 996147200 134512640 135134323 4294956192 18446744073709551615 134528892 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2112 1768 79 151 0 1958 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 25188

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.25 3/82 12128
/proc/meminfo: memFree=1578008/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9148 CPUtime=280.58
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 1991 0 0 0 28057 1 0 0 25 0 1 0 37816426 9367552 1930 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2287 1930 79 151 0 2133 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 25888

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

[startup+307.101 s]
/proc/loadavg: 1.99 1.64 1.27 3/82 12128
/proc/meminfo: memFree=1577880/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9296 CPUtime=305.38
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2014 0 0 0 30536 2 0 0 25 0 1 0 37816426 9519104 1953 996147200 134512640 135134323 4294956192 18446744073709551615 134528866 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2324 1953 79 151 0 2170 0
Current children cumulated CPU time (s) 306.88
Current children cumulated vsize (KiB) 26036

[startup+319.901 s]
/proc/loadavg: 1.99 1.65 1.28 3/82 12128
/proc/meminfo: memFree=1577880/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9296 CPUtime=318.18
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2019 0 0 0 31816 2 0 0 25 0 1 0 37816426 9519104 1958 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2324 1958 79 151 0 2170 0
Current children cumulated CPU time (s) 319.68
Current children cumulated vsize (KiB) 26036

[startup+332.702 s]
/proc/loadavg: 1.99 1.66 1.29 3/82 12128
/proc/meminfo: memFree=1577816/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9296 CPUtime=330.97
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2032 0 0 0 33095 2 0 0 25 0 1 0 37816426 9519104 1971 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2324 1971 79 151 0 2170 0
Current children cumulated CPU time (s) 332.47
Current children cumulated vsize (KiB) 26036

[startup+335.902 s]
/proc/loadavg: 1.99 1.67 1.29 3/82 12128
/proc/meminfo: memFree=1577752/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9444 CPUtime=334.17
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2037 0 0 0 33415 2 0 0 25 0 1 0 37816426 9670656 1976 996147200 134512640 135134323 4294956192 18446744073709551615 134529281 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2361 1976 79 151 0 2207 0
Current children cumulated CPU time (s) 335.67
Current children cumulated vsize (KiB) 26184

[startup+337.501 s]
/proc/loadavg: 1.99 1.67 1.29 3/82 12128
/proc/meminfo: memFree=1577752/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9444 CPUtime=335.77
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2041 0 0 0 33575 2 0 0 25 0 1 0 37816426 9670656 1980 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2361 1980 79 151 0 2207 0
Current children cumulated CPU time (s) 337.27
Current children cumulated vsize (KiB) 26184

[startup+339.102 s]
/proc/loadavg: 1.99 1.67 1.29 3/82 12128
/proc/meminfo: memFree=1577752/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9444 CPUtime=337.37
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2045 0 0 0 33735 2 0 0 25 0 1 0 37816426 9670656 1984 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2361 1984 79 151 0 2207 0
Current children cumulated CPU time (s) 338.87
Current children cumulated vsize (KiB) 26184

[startup+339.905 s]
/proc/loadavg: 1.99 1.67 1.29 3/82 12128
/proc/meminfo: memFree=1577752/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9444 CPUtime=338.18
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2045 0 0 0 33816 2 0 0 25 0 1 0 37816426 9670656 1984 996147200 134512640 135134323 4294956192 18446744073709551615 134531949 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2361 1984 79 151 0 2207 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 26184

[startup+340.301 s]
/proc/loadavg: 1.99 1.67 1.29 3/82 12128
/proc/meminfo: memFree=1577752/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9444 CPUtime=338.57
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2045 0 0 0 33855 2 0 0 25 0 1 0 37816426 9670656 1984 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2361 1984 79 151 0 2207 0
Current children cumulated CPU time (s) 340.07
Current children cumulated vsize (KiB) 26184

[startup+340.401 s]
/proc/loadavg: 1.99 1.67 1.29 3/82 12128
/proc/meminfo: memFree=1577752/2055920 swapFree=4192956/4192956
[pid=12057] ppid=12055 vsize=16740 CPUtime=1.5
/proc/12057/stat : 12057 (sugar++) S 12055 12057 11992 0 -1 4194304 1755 24599 0 6 6 2 126 16 16 0 1 0 37816327 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12057/statm: 4185 1114 414 3 0 764 0
[pid=12088] ppid=12057 vsize=9444 CPUtime=338.67
/proc/12088/stat : 12088 (minisat-inc) R 12057 12057 11992 0 -1 4194304 2045 0 0 0 33865 2 0 0 25 0 1 0 37816426 9670656 1984 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12088/statm: 2361 1984 79 151 0 2207 0
Current children cumulated CPU time (s) 340.17
Current children cumulated vsize (KiB) 26184

Child status: 0
Real time (s): 340.419
CPU time (s): 340.209
CPU user time (s): 339.997
CPU system time (s): 0.211967
CPU usage (%): 99.9383
Max. virtual memory (cumulated for all children) (KiB): 219856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.997
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28481
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2824
involuntary context switches= 3078

runsolver used 0.284956 second user time and 0.970852 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-11 23:18:55
IDJOB=1109809
IDBENCH=61017
IDSOLVER=367
FILE ID=node12/1109809-1215811135
PBS_JOBID= 7903328
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-10-11.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-1109809-1215811135/watcher-1109809-1215811135 -o /tmp/evaluation-result-1109809-1215811135/solver-1109809-1215811135 -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-1109809-1215811135.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b0b8fe758d924c34eff50a2a4a46bd03
RANDOM SEED=1834710238

node12.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.212
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	: 5931.00
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.212
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:       1621448 kB
Buffers:         59412 kB
Cached:         294120 kB
SwapCached:          0 kB
Active:         204252 kB
Inactive:       164512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621448 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:          25144 kB
Slab:            51156 kB
Committed_AS:    99892 kB
PageTables:       1684 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= 66360 MiB
End job on node12 at 2008-07-11 23:24:36