Trace number 1128043

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 275.432 278.201

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-40/
normalized-kbtree-5-2-4-5-40-16_ext.xml
MD5SUM34448fc575bbe73a3aad2d3c350ce10b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 04:20:39 2008
0.00/0.08	c 0	PID 7844
0.06/0.08	c 0	HOST node60.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1128043-1216779639.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128043-1216779639.xml' 'HOME/temp.csp'
0.06/0.57	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	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.68	c 0	Parsing HOME/temp.csp
0.54/0.90	c 1	parsed 485 expressions
0.54/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.94	c 1	MAX CSP: 211 constraints
0.54/0.94	c 1	Converting to clausal form CSP
0.54/0.97	c 1	converted 70 (10%) expressions
0.54/0.97	c 1	converted 140 (20%) expressions
0.54/0.97	c 1	converted 210 (30%) expressions
0.54/0.98	c 1	converted 280 (40%) expressions
0.54/0.99	c 1	converted 350 (50%) expressions
0.92/1.00	c 1	converted 420 (60%) expressions
0.92/1.01	c 1	converted 490 (70%) expressions
0.92/1.02	c 1	converted 560 (80%) expressions
0.92/1.03	c 1	converted 630 (90%) expressions
1.02/1.19	c 1	converted 699 (100%) expressions
1.02/1.19	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
1.02/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.19	c 1	Propagation in CSP
1.12/1.21	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.21	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
1.12/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.22	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
1.12/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.25	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
1.12/1.25	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.12/1.25	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.12/1.26	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.12/1.26	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.12/1.26	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
1.12/1.26	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
1.12/1.26	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
1.12/1.27	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
1.12/1.27	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.21/1.30	c 1	64 (10%) CSP clauses are encoded (3280 clauses, 42703 bytes)
1.21/1.32	c 1	127 (20%) CSP clauses are encoded (3662 clauses, 49457 bytes)
1.21/1.32	c 1	190 (30%) CSP clauses are encoded (4061 clauses, 57540 bytes)
1.21/1.34	c 1	253 (40%) CSP clauses are encoded (4578 clauses, 65447 bytes)
1.21/1.35	c 1	316 (50%) CSP clauses are encoded (7563 clauses, 109654 bytes)
1.21/1.35	c 1	380 (60%) CSP clauses are encoded (8607 clauses, 126867 bytes)
1.21/1.37	c 1	443 (70%) CSP clauses are encoded (16886 clauses, 270917 bytes)
1.21/1.37	c 1	506 (80%) CSP clauses are encoded (18015 clauses, 289929 bytes)
1.21/1.39	c 1	569 (90%) CSP clauses are encoded (27462 clauses, 452060 bytes)
1.31/1.47	c 1	632 (100%) CSP clauses are encoded (65144 clauses, 1139245 bytes)
1.31/1.47	c 1	632 CSP clauses encoded
1.31/1.47	c 1	Writing map file : HOME/temp.map
1.31/1.47	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	SAT : 3374 SAT variables, 65144 SAT clauses, 1139245 bytes
1.31/1.47	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.49	c 1	OBJECTIVE minimize _COST
1.31/1.49	c 1	SOLVING HOME/temp.cnf
1.31/1.49	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.31/1.49	c 1	This is MiniSat 2.0 beta incremental
1.31/1.49	c 1	WARNING: for repeatability, setting FPU to use double precision
1.31/1.49	c 1	============================[ Problem Statistics ]=============================
1.31/1.49	c 1	|                                                                             |
1.31/1.50	c 1	|  Number of variables:  3374                                                 |
1.31/1.50	c 1	|  Number of clauses:    65144                                                |
1.41/1.53	c 1	|  Parsing time:         0.03         s                                       |
1.41/1.53	c 1	OK
1.41/1.53	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.41/1.53	c 1	SEARCHING: _COST <= 106
1.41/1.53	c 1	============================[ Search Statistics ]==============================
1.41/1.53	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.41/1.53	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.41/1.53	c 1	===============================================================================
1.41/1.53	c 1	|         0 |    3374    65144   188129 |    21714        0    nan |  0.000 % |
1.41/1.54	c 1	===============================================================================
1.41/1.54	c 1	restarts              : 1
1.41/1.54	c 1	conflicts             : 12            (316 /sec)
1.41/1.54	c 1	decisions             : 253           (1.19 % random) (6659 /sec)
1.41/1.54	c 1	propagations          : 8360           (220035 /sec)
1.41/1.54	c 1	conflict literals     : 134            (9.46 % deleted)
1.41/1.54	c 1	Memory used           : 4.75 MB
1.41/1.54	c 1	CPU time              : 0.037994 s
1.41/1.54	c 1	
1.41/1.54	c 1	SATISFIABLE
1.41/1.54	c 1	OK
1.41/1.54	c 1	FOUND: _COST <= 106
1.41/1.54	s SATISFIABLE
1.41/1.54	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.41/1.54	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.41/1.62	c 1	Decoding HOME/temp.out
1.41/1.69	c 1	OBJECTIVE _COST 65
1.41/1.69	o 65
1.41/1.69	v 2 3 4 4 3 4 3 1 4 2 4 4 4 3 0 3 4 1 0 4 4 2 4 2 4 4 4 0 1 4 3 4 3 2 3 3 1 4 1 1 2 2 4 4 0 1 4 4 4 4 4 2 0 2 1 2 4 3 4 0 4 3
1.41/1.69	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.74	c 1	OK
1.41/1.74	c 1	OBJECTIVE BOUND: 0 <= _COST <= 65
1.41/1.74	c 1	SEARCHING: _COST <= 32
1.41/1.75	c 1	============================[ Search Statistics ]==============================
1.41/1.76	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.41/1.76	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.41/1.76	c 1	===============================================================================
1.41/1.76	c 1	|        12 |    3374    65144   188129 |    21714       12     11 |  0.000 % |
1.41/1.76	c 1	|       112 |    3374    65144   188129 |    23886      112     27 | 35.836 % |
1.41/1.76	c 1	===============================================================================
1.41/1.76	c 1	restarts              : 3
1.41/1.76	c 1	conflicts             : 163           (2964 /sec)
1.41/1.76	c 1	decisions             : 652           (0.61 % random) (11856 /sec)
1.41/1.76	c 1	propagations          : 46934          (853485 /sec)
1.41/1.76	c 1	conflict literals     : 3871           (21.91 % deleted)
1.41/1.76	c 1	Memory used           : 4.75 MB
1.41/1.76	c 1	CPU time              : 0.054991 s
1.41/1.76	c 1	
1.41/1.76	c 1	SATISFIABLE
1.41/1.76	c 1	OK
1.41/1.76	c 1	FOUND: _COST <= 32
1.41/1.76	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.41/1.76	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.58/1.85	c 1	Decoding HOME/temp.out
1.58/1.91	c 2	OBJECTIVE _COST 32
1.58/1.91	o 32
1.58/1.91	v 4 4 4 0 4 1 1 4 4 1 2 4 2 0 3 4 1 3 4 4 2 4 4 4 4 4 3 4 2 3 2 3 3 4 0 4 4 2 2 1 1 4 4 4 3 2 1 4 4 4 4 1 0 4 1 1 2 1 2 1 4 1
1.58/1.92	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.58/1.93	c 2	OK
1.58/1.93	c 2	OBJECTIVE BOUND: 0 <= _COST <= 32
1.58/1.93	c 2	SEARCHING: _COST <= 16
1.58/1.94	c 2	============================[ Search Statistics ]==============================
1.58/1.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.95	c 2	===============================================================================
1.58/1.95	c 2	|       163 |    2165    65144   188129 |    21714      163     24 | 35.836 % |
1.58/1.95	c 2	|       263 |    2165    65144   188129 |    23886      263     18 | 46.505 % |
1.58/1.95	c 2	===============================================================================
1.58/1.95	c 2	restarts              : 5
1.58/1.95	c 2	conflicts             : 375           (4808 /sec)
1.58/1.95	c 2	decisions             : 963           (0.93 % random) (12348 /sec)
1.58/1.95	c 2	propagations          : 99728          (1278761 /sec)
1.58/1.95	c 2	conflict literals     : 7171           (25.49 % deleted)
1.58/1.95	c 2	Memory used           : 4.75 MB
1.58/1.95	c 2	CPU time              : 0.077988 s
1.58/1.95	c 2	
1.58/1.95	c 2	SATISFIABLE
1.58/1.95	c 2	OK
1.58/1.95	c 2	FOUND: _COST <= 16
1.58/1.95	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.58/1.95	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.74/2.03	c 2	Decoding HOME/temp.out
1.74/2.09	c 2	OBJECTIVE _COST 16
1.74/2.09	o 16
1.74/2.09	v 4 4 3 3 4 4 1 4 4 1 2 2 2 3 1 3 1 1 4 4 0 0 1 2 4 2 2 4 0 1 4 1 0 4 1 2 0 2 2 2 1 4 4 1 3 2 1 4 4 4 4 1 0 3 1 1 2 1 4 3 3 4
1.74/2.10	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.94/2.11	c 2	OK
1.94/2.11	c 2	OBJECTIVE BOUND: 0 <= _COST <= 16
1.94/2.11	c 2	SEARCHING: _COST <= 8
1.94/2.13	c 2	============================[ Search Statistics ]==============================
1.94/2.13	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.94/2.13	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.94/2.13	c 2	===============================================================================
1.94/2.13	c 2	|       375 |    1805    65144   188129 |    21714      375     19 | 46.505 % |
1.94/2.14	c 2	|       475 |    1805    65144   188129 |    23886      475     18 | 54.359 % |
1.94/2.16	c 2	|       626 |    1805    65144   188129 |    26274      626     17 | 54.359 % |
1.94/2.18	c 2	|       851 |    1805    65144   188129 |    28902      851     16 | 54.359 % |
2.04/2.23	c 2	|      1188 |    1540    12150    34454 |    31792     1163     15 | 54.359 % |
2.04/2.25	c 2	|      1695 |    1540    12150    34454 |    34971     1670     16 | 54.359 % |
2.14/2.33	c 2	|      2456 |    1540    12150    34454 |    38468     2431     15 | 54.359 % |
2.24/2.45	c 2	|      3596 |    1540    12150    34454 |    42315     3571     15 | 54.359 % |
2.44/2.65	c 2	|      5304 |    1540    12150    34454 |    46547     5279     15 | 54.359 % |
2.73/2.93	c 3	|      7866 |    1540    12150    34454 |    51202     7841     15 | 54.359 % |
3.22/3.43	c 3	|     11712 |    1540    12150    34454 |    56322    11687     16 | 54.359 % |
4.12/4.31	c 4	|     17478 |    1540    12150    34454 |    61954    17453     16 | 54.359 % |
5.60/5.82	c 5	|     26128 |    1540    12150    34454 |    68149    26103     17 | 54.359 % |
8.67/8.90	c 9	|     39102 |    1540    12150    34454 |    74964    39077     17 | 54.359 % |
15.41/15.79	c 15	|     58564 |    1540    12150    34454 |    82461    58539     17 | 54.359 % |
30.07/30.58	c 30	|     87756 |    1540    12150    34454 |    90707    16779     25 | 54.359 % |
48.69/49.34	c 49	|    131545 |    1540    12150    34454 |    99778    60568     23 | 54.359 % |
79.10/80.06	c 80	===============================================================================
79.10/80.06	c 80	restarts              : 22
79.10/80.06	c 80	conflicts             : 179851        (2328 /sec)
79.10/80.06	c 80	decisions             : 199863        (0.84 % random) (2587 /sec)
79.10/80.06	c 80	propagations          : 41765286       (540614 /sec)
79.10/80.06	c 80	conflict literals     : 3618985        (28.50 % deleted)
79.10/80.06	c 80	Memory used           : 16.36 MB
79.10/80.06	c 80	CPU time              : 77.2553 s
79.10/80.06	c 80	
79.10/80.06	c 80	UNSATISFIABLE
79.10/80.07	c 80	OK
79.10/80.07	c 80	NOT FOUND: _COST <= 8
79.10/80.07	c 80	OK
79.10/80.07	c 80	OBJECTIVE BOUND: 9 <= _COST <= 16
79.10/80.07	c 80	SEARCHING: _COST <= 12
79.10/80.07	c 80	============================[ Search Statistics ]==============================
79.10/80.07	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.10/80.07	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.10/80.07	c 80	===============================================================================
79.10/80.07	c 80	|    179851 |    1514    12007    34103 |     4002    19975     19 | 54.359 % |
79.21/80.16	c 80	|    179951 |    1514    12007    34103 |     4402     5094     16 | 55.128 % |
79.21/80.18	c 80	|    180101 |    1514    12007    34103 |     4842     5244     16 | 55.128 % |
79.21/80.18	c 80	===============================================================================
79.21/80.18	c 80	restarts              : 25
79.21/80.18	c 80	conflicts             : 180151        (2328 /sec)
79.21/80.18	c 80	decisions             : 200291        (0.84 % random) (2589 /sec)
79.21/80.18	c 80	propagations          : 41842725       (540791 /sec)
79.21/80.18	c 80	conflict literals     : 3624674        (28.50 % deleted)
79.21/80.18	c 80	Memory used           : 16.36 MB
79.21/80.18	c 80	CPU time              : 77.3732 s
79.21/80.18	c 80	
79.21/80.18	c 80	SATISFIABLE
79.21/80.19	c 80	OK
79.21/80.19	c 80	FOUND: _COST <= 12
79.21/80.19	c 80	DECODING HOME/temp.out WITH HOME/temp.map
79.21/80.19	c 80	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.30/80.28	c 80	Decoding HOME/temp.out
79.39/80.35	c 80	OBJECTIVE _COST 12
79.39/80.35	o 12
79.39/80.35	v 4 4 4 4 4 4 1 4 2 1 2 2 2 3 1 3 1 1 4 4 0 0 1 2 4 2 2 4 0 1 2 3 2 4 1 2 0 2 2 2 4 3 4 4 3 2 1 4 4 4 4 1 0 3 1 1 2 1 4 3 3 4
79.39/80.35	c 80	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
79.47/80.41	c 80	OK
79.47/80.41	c 80	OBJECTIVE BOUND: 9 <= _COST <= 12
79.47/80.41	c 80	SEARCHING: _COST <= 10
79.47/80.41	c 80	============================[ Search Statistics ]==============================
79.47/80.41	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.47/80.41	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.47/80.41	c 80	===============================================================================
79.47/80.41	c 80	|    180151 |    1514    12007    34103 |     4002     5294     16 | 55.128 % |
79.47/80.42	c 80	|    180251 |    1514    12007    34103 |     4402     5394     16 | 57.914 % |
79.47/80.44	c 80	|    180401 |    1514    12007    34103 |     4842     5544     16 | 57.914 % |
79.47/80.46	c 80	|    180627 |    1514    12007    34103 |     5327     5770     16 | 57.914 % |
79.47/80.49	c 80	|    180965 |    1514    12007    34103 |     5859     6108     16 | 57.914 % |
79.57/80.55	c 80	|    181471 |    1514    12007    34103 |     6445     6614     16 | 57.914 % |
79.67/80.64	c 80	|    182230 |    1420     9941    28183 |     7090     7373     16 | 57.914 % |
79.77/80.77	c 80	|    183370 |    1420     9941    28183 |     7799     8513     15 | 57.914 % |
80.07/81.00	c 81	|    185079 |    1420     9941    28183 |     8579     5164     15 | 57.914 % |
80.36/81.33	c 81	|    187644 |    1420     9941    28183 |     9437     7729     16 | 57.914 % |
80.86/81.88	c 82	|    191489 |    1420     9941    28183 |    10381    11574     17 | 57.914 % |
81.75/82.77	c 82	|    197256 |    1420     9941    28183 |    11419    10959     19 | 57.914 % |
81.75/82.78	c 82	===============================================================================
81.75/82.78	c 82	restarts              : 37
81.75/82.78	c 82	conflicts             : 197262        (2474 /sec)
81.75/82.78	c 82	decisions             : 219067        (0.84 % random) (2748 /sec)
81.75/82.78	c 82	propagations          : 46121342       (578528 /sec)
81.75/82.78	c 82	conflict literals     : 3938932        (29.05 % deleted)
81.75/82.78	c 82	Memory used           : 16.36 MB
81.75/82.78	c 82	CPU time              : 79.7219 s
81.75/82.78	c 82	
81.75/82.78	c 82	SATISFIABLE
81.75/82.78	c 82	OK
81.75/82.78	c 82	FOUND: _COST <= 10
81.75/82.78	c 82	DECODING HOME/temp.out WITH HOME/temp.map
81.75/82.78	c 82	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
81.83/82.86	c 83	Decoding HOME/temp.out
81.83/82.92	c 83	OBJECTIVE _COST 10
81.83/82.92	o 10
81.83/82.92	v 4 4 4 0 4 4 1 4 3 1 2 2 2 3 1 3 1 1 1 0 4 1 1 1 4 1 0 3 0 2 3 3 2 4 1 2 0 2 2 1 1 4 3 2 3 1 1 4 4 4 4 1 0 3 1 1 2 1 4 3 3 4
81.83/82.93	c 83	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
81.83/82.94	c 83	OK
81.83/82.94	c 83	OBJECTIVE BOUND: 9 <= _COST <= 10
81.83/82.94	c 83	SEARCHING: _COST <= 9
81.83/82.94	c 83	============================[ Search Statistics ]==============================
81.83/82.94	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
81.83/82.94	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
81.83/82.94	c 83	===============================================================================
81.83/82.94	c 83	|    197262 |    1352     8698    24656 |     2899    10965     19 | 57.914 % |
81.83/82.97	c 83	|    197362 |    1352     8698    24656 |     3189     2842     18 | 59.929 % |
81.83/82.98	c 83	|    197512 |    1352     8698    24656 |     3508     2992     18 | 59.929 % |
82.03/83.01	c 83	|    197738 |    1352     8698    24656 |     3859     3218     17 | 59.929 % |
82.03/83.05	c 83	|    198077 |    1352     8698    24656 |     4244     3557     17 | 59.929 % |
82.13/83.11	c 83	|    198584 |    1352     8698    24656 |     4669     4064     18 | 59.929 % |
82.23/83.20	c 83	|    199343 |    1352     8698    24656 |     5136     4823     17 | 59.929 % |
82.32/83.35	c 83	|    200483 |    1352     8698    24656 |     5649     5963     17 | 59.929 % |
82.62/83.61	c 83	|    202191 |    1352     8698    24656 |     6214     7671     17 | 59.929 % |
82.91/83.99	c 84	|    204753 |    1352     8698    24656 |     6836     5836     17 | 59.929 % |
83.51/84.57	c 84	|    208597 |    1352     8698    24656 |     7520     5129     16 | 59.929 % |
84.30/85.40	c 85	|    214364 |    1352     8698    24656 |     8272     5955     17 | 59.929 % |
85.49/86.57	c 86	|    223013 |    1352     8698    24656 |     9099     9300     17 | 59.929 % |
87.37/88.47	c 88	|    235987 |    1352     8698    24656 |    10009    10588     18 | 59.929 % |
90.25/91.36	c 91	|    255448 |    1352     8698    24656 |    11010    11565     18 | 59.929 % |
94.11/95.20	c 95	|    284640 |    1352     8698    24656 |    12111     7291     16 | 59.929 % |
100.65/101.87	c 102	|    328430 |    1352     8698    24656 |    13322     7411     19 | 59.929 % |
111.24/112.57	c 112	|    394114 |    1352     8698    24656 |    14654    10168     27 | 59.929 % |
126.70/128.12	c 128	|    492640 |    1352     8698    24656 |    16120    15178     18 | 59.929 % |
154.33/156.03	c 156	|    640429 |    1352     8698    24656 |    17732    13507     25 | 59.929 % |
200.01/202.17	c 202	|    862112 |    1352     8698    24656 |    19505    13019     24 | 59.929 % |
269.75/272.53	c 272	|   1194637 |    1352     8698    24656 |    21455    16707     18 | 59.929 % |
275.30/278.19	c 278	===============================================================================
275.30/278.19	c 278	restarts              : 59
275.30/278.19	c 278	conflicts             : 1221051       (4470 /sec)
275.30/278.19	c 278	decisions             : 1343093       (0.92 % random) (4917 /sec)
275.30/278.19	c 278	propagations          : 277592590      (1016315 /sec)
275.30/278.19	c 278	conflict literals     : 26417695       (28.95 % deleted)
275.30/278.19	c 278	Memory used           : 16.36 MB
275.30/278.19	c 278	CPU time              : 273.136 s
275.30/278.19	c 278	
275.30/278.19	c 278	UNSATISFIABLE
275.30/278.19	c 278	OK
275.30/278.19	c 278	NOT FOUND: _COST <= 9
275.30/278.19	c 278	OK
275.30/278.19	c 278	OBJECTIVE _COST 10
275.30/278.19	s OPTIMUM FOUND
275.30/278.20	c 278	CPU 275.12 (0.06 0.03 275.06 0.27)
275.30/278.20	c 278	END Wed Jul 23 04:25:17 2008

Verifier Data (download as text)

OK	10	201
10 unsatisfied constraints, 201 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-1128043-1216779639/watcher-1128043-1216779639 -o /tmp/evaluation-result-1128043-1216779639/solver-1128043-1216779639 -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-1128043-1216779639.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.99 1.98 1.99 4/74 7844
/proc/meminfo: memFree=1385912/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=12268 CPUtime=0
/proc/7844/stat : 7844 (sugar++) R 7842 7844 6897 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5051195 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7844/statm: 3067 316 241 3 0 167 0

[startup+0.0814469 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 7844
/proc/meminfo: memFree=1385912/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16740 CPUtime=0.06
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1143 0 0 0 4 2 0 0 18 0 1 0 5051195 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10142 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 7844
/proc/meminfo: memFree=1385912/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16740 CPUtime=0.06
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 5051195 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301437 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 7844
/proc/meminfo: memFree=1385912/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16740 CPUtime=0.06
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 5051195 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701478 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 7844
/proc/meminfo: memFree=1385912/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16740 CPUtime=0.54
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1296 4575 0 1 4 2 45 3 16 0 1 0 5051195 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16740

[startup+1.50251 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 7866
/proc/meminfo: memFree=1376160/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=1.41
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1457 11264 0 2 5 2 126 8 16 0 1 0 5051195 17276928 1115 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1115 413 3 0 797 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 16872

[startup+3.10267 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 7897
/proc/meminfo: memFree=1372184/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=1.88
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1688 22559 0 5 5 2 165 16 15 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=4996 CPUtime=1.05
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 1177 0 0 0 105 0 0 0 24 0 1 0 5051344 5115904 1120 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 1249 1120 79 151 0 1095 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 21868

[startup+6.30199 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7897
/proc/meminfo: memFree=1376296/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=1.88
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1688 22559 0 5 5 2 165 16 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=6580 CPUtime=4.21
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 1548 0 0 0 421 0 0 0 25 0 1 0 5051344 6737920 1491 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 1645 1491 79 151 0 1491 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 23452

[startup+12.7016 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7897
/proc/meminfo: memFree=1373736/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=1.88
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1688 22559 0 5 5 2 165 16 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=8644 CPUtime=10.56
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 2084 0 0 0 1055 1 0 0 25 0 1 0 5051344 8851456 2027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 2161 2027 79 151 0 2007 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 25516

[startup+25.5019 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7897
/proc/meminfo: memFree=1370408/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=1.88
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1688 22559 0 5 5 2 165 16 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=12020 CPUtime=23.23
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 2911 0 0 0 2321 2 0 0 25 0 1 0 5051344 12308480 2854 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 3005 2854 79 151 0 2851 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 28892

[startup+51.1014 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7897
/proc/meminfo: memFree=1368296/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=1.88
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1688 22559 0 5 5 2 165 16 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=13368 CPUtime=48.6
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 3248 0 0 0 4857 3 0 0 25 0 1 0 5051344 13688832 3191 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 3342 3191 79 151 0 3188 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 30240

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1364264/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=98.93
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4046 0 0 0 9889 4 0 0 25 0 1 0 5051344 17154048 3983 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3983 79 151 0 4034 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 33624

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1364008/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=158.38
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 15833 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 33624

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363624/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=217.81
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 21776 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 33624

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

[startup+230.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363560/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=225.74
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 22569 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134531934 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 227.95
Current children cumulated vsize (KiB) 33624

[startup+255.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363496/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=251.1
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 25105 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 253.31
Current children cumulated vsize (KiB) 33624

[startup+268.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363240/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=263.78
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 26373 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 265.99
Current children cumulated vsize (KiB) 33624

[startup+275.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363240/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=270.11
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 27006 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134532172 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 272.32
Current children cumulated vsize (KiB) 33624

[startup+276.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363240/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=271.71
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 27166 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134542721 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 273.92
Current children cumulated vsize (KiB) 33624

[startup+277.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363240/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=272.5
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 27245 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 274.71
Current children cumulated vsize (KiB) 33624

[startup+277.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363240/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=272.89
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 27284 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134528295 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 275.1
Current children cumulated vsize (KiB) 33624

[startup+278.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7917
/proc/meminfo: memFree=1363240/2055920 swapFree=4192956/4192956
[pid=7844] ppid=7842 vsize=16872 CPUtime=2.21
/proc/7844/stat : 7844 (sugar++) S 7842 7844 6897 0 -1 4194304 1825 30090 0 7 5 3 192 21 16 0 1 0 5051195 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7844/statm: 4218 1118 414 3 0 797 0
[pid=7867] ppid=7844 vsize=16752 CPUtime=273.09
/proc/7867/stat : 7867 (minisat-inc) R 7844 7844 6897 0 -1 4194304 4047 0 0 0 27304 5 0 0 25 0 1 0 5051344 17154048 3984 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/7867/statm: 4188 3984 79 151 0 4034 0
Current children cumulated CPU time (s) 275.3
Current children cumulated vsize (KiB) 33624

Child status: 0
Real time (s): 278.201
CPU time (s): 275.432
CPU user time (s): 275.126
CPU system time (s): 0.305953
CPU usage (%): 99.0048
Max. virtual memory (cumulated for all children) (KiB): 890604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.126
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36044
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2427
involuntary context switches= 8263

runsolver used 0.355945 second user time and 0.926859 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-23 04:20:39
IDJOB=1128043
IDBENCH=64586
IDSOLVER=367
FILE ID=node60/1128043-1216779639
PBS_JOBID= 7974109
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-40/normalized-kbtree-5-2-4-5-40-16_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-1128043-1216779639/watcher-1128043-1216779639 -o /tmp/evaluation-result-1128043-1216779639/solver-1128043-1216779639 -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-1128043-1216779639.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34448fc575bbe73a3aad2d3c350ce10b
RANDOM SEED=1036948142

node60.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:       1386392 kB
Buffers:         31516 kB
Cached:         559336 kB
SwapCached:          0 kB
Active:         333620 kB
Inactive:       285060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          39012 kB
Slab:            35916 kB
Committed_AS:    97852 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node60 at 2008-07-23 04:25:17