Trace number 1128044

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+minisatOPTIMUM 157.267 158.645

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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 04:20:45 2008
0.00/0.05	c 0	PID 5360
0.00/0.06	c 0	HOST node40.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1128044-1216779645.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128044-1216779645.xml' 'HOME/temp.csp'
0.03/0.52	c 1	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.61	c 1	Parsing HOME/temp.csp
0.49/0.76	c 1	parsed 485 expressions
0.49/0.76	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.77	c 1	MAX CSP: 211 constraints
0.49/0.77	c 1	Converting to clausal form CSP
0.49/0.79	c 1	converted 70 (10%) expressions
0.49/0.80	c 1	converted 140 (20%) expressions
0.49/0.80	c 1	converted 210 (30%) expressions
0.49/0.81	c 1	converted 280 (40%) expressions
0.49/0.82	c 1	converted 350 (50%) expressions
0.49/0.83	c 1	converted 420 (60%) expressions
0.49/0.83	c 1	converted 490 (70%) expressions
0.49/0.84	c 1	converted 560 (80%) expressions
0.49/0.84	c 1	converted 630 (90%) expressions
0.49/0.99	c 1	converted 699 (100%) expressions
0.49/0.99	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.49/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.49/0.99	c 1	Propagation in CSP
0.49/1.01	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.49/1.01	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.49/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.49/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.49/1.02	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.49/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.49/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.49/1.05	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.49/1.06	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.49/1.06	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.49/1.06	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.49/1.06	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.49/1.06	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.49/1.06	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.49/1.07	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.49/1.07	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.49/1.07	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.04/1.11	c 2	64 (10%) CSP clauses are encoded (3280 clauses, 42703 bytes)
1.04/1.12	c 2	127 (20%) CSP clauses are encoded (3662 clauses, 49457 bytes)
1.04/1.13	c 2	190 (30%) CSP clauses are encoded (4061 clauses, 57540 bytes)
1.04/1.15	c 2	253 (40%) CSP clauses are encoded (4578 clauses, 65447 bytes)
1.04/1.16	c 2	316 (50%) CSP clauses are encoded (7563 clauses, 109654 bytes)
1.04/1.16	c 2	380 (60%) CSP clauses are encoded (8607 clauses, 126867 bytes)
1.04/1.18	c 2	443 (70%) CSP clauses are encoded (16886 clauses, 270917 bytes)
1.04/1.18	c 2	506 (80%) CSP clauses are encoded (18015 clauses, 289929 bytes)
1.04/1.20	c 2	569 (90%) CSP clauses are encoded (27462 clauses, 452060 bytes)
1.13/1.27	c 2	632 (100%) CSP clauses are encoded (65144 clauses, 1139245 bytes)
1.13/1.27	c 2	632 CSP clauses encoded
1.13/1.27	c 2	Writing map file : HOME/temp.map
1.13/1.28	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.28	c 2	SAT : 3374 SAT variables, 65144 SAT clauses, 1139245 bytes
1.13/1.28	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.32	c 2	OBJECTIVE minimize _COST
1.21/1.32	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.21/1.32	c 2	SEARCHING: _COST <= 106
1.21/1.32	c 2	SOLVING HOME/temp.cnf
1.21/1.32	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.32	c 2	This is MiniSat 2.0 beta
1.21/1.32	c 2	WARNING: for repeatability, setting FPU to use double precision
1.21/1.32	c 2	============================[ Problem Statistics ]=============================
1.21/1.32	c 2	|                                                                             |
1.21/1.33	c 2	|  Number of variables:  3374                                                 |
1.21/1.33	c 2	|  Number of clauses:    65145                                                |
1.21/1.36	c 2	|  Parsing time:         0.03         s                                       |
1.21/1.37	c 2	============================[ Search Statistics ]==============================
1.21/1.37	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.21/1.37	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.21/1.37	c 2	===============================================================================
1.21/1.37	c 2	|         0 |    2534    42590   122882 |    14196        0    nan |  0.000 % |
1.21/1.38	c 2	===============================================================================
1.21/1.38	c 2	restarts              : 1
1.21/1.38	c 2	conflicts             : 12             (267 /sec)
1.21/1.38	c 2	decisions             : 253            (1.19 % random) (5623 /sec)
1.21/1.38	c 2	propagations          : 8360           (185807 /sec)
1.21/1.38	c 2	conflict literals     : 134            (9.46 % deleted)
1.21/1.38	c 2	Memory used           : 4.47 MB
1.21/1.38	c 2	CPU time              : 0.044993 s
1.21/1.38	c 2	
1.21/1.38	c 2	SATISFIABLE
1.21/1.38	c 2	FOUND: _COST <= 106
1.21/1.38	s SATISFIABLE
1.21/1.38	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.21/1.38	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.29/1.46	c 2	Decoding HOME/temp.out
1.29/1.52	c 2	OBJECTIVE _COST 65
1.29/1.52	o 65
1.29/1.53	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.29/1.53	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.54	c 2	OBJECTIVE BOUND: 0 <= _COST <= 65
1.29/1.54	c 2	SEARCHING: _COST <= 32
1.29/1.54	c 2	SOLVING HOME/temp.cnf
1.29/1.54	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.54	c 2	This is MiniSat 2.0 beta
1.29/1.54	c 2	WARNING: for repeatability, setting FPU to use double precision
1.29/1.54	c 2	============================[ Problem Statistics ]=============================
1.29/1.54	c 2	|                                                                             |
1.29/1.54	c 2	|  Number of variables:  3374                                                 |
1.29/1.54	c 2	|  Number of clauses:    65145                                                |
1.29/1.58	c 2	|  Parsing time:         0.03         s                                       |
1.29/1.59	c 2	============================[ Search Statistics ]==============================
1.29/1.59	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.59	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.59	c 2	===============================================================================
1.29/1.59	c 2	|         0 |    1805    19779    56562 |     6593        0    nan |  0.000 % |
1.45/1.60	c 2	===============================================================================
1.45/1.60	c 2	restarts              : 1
1.45/1.60	c 2	conflicts             : 42             (857 /sec)
1.45/1.60	c 2	decisions             : 265            (1.51 % random) (5409 /sec)
1.45/1.60	c 2	propagations          : 9461           (193113 /sec)
1.45/1.60	c 2	conflict literals     : 517            (8.17 % deleted)
1.45/1.60	c 2	Memory used           : 4.60 MB
1.45/1.60	c 2	CPU time              : 0.048992 s
1.45/1.60	c 2	
1.45/1.60	c 2	SATISFIABLE
1.45/1.60	c 2	FOUND: _COST <= 32
1.45/1.60	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.45/1.60	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.45/1.68	c 2	Decoding HOME/temp.out
1.51/1.75	c 2	OBJECTIVE _COST 32
1.51/1.75	o 32
1.51/1.75	v 2 3 4 4 3 1 3 1 4 2 3 4 4 2 2 3 4 2 0 4 4 2 1 2 4 4 4 0 1 4 2 3 2 4 3 3 1 4 4 4 0 3 3 2 2 4 3 4 4 3 1 0 3 0 4 4 0 1 1 4 3 3
1.51/1.76	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.51/1.76	c 2	OBJECTIVE BOUND: 0 <= _COST <= 32
1.51/1.76	c 2	SEARCHING: _COST <= 16
1.51/1.76	c 2	SOLVING HOME/temp.cnf
1.51/1.76	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.77	c 2	This is MiniSat 2.0 beta
1.51/1.77	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.77	c 2	============================[ Problem Statistics ]=============================
1.51/1.77	c 2	|                                                                             |
1.51/1.77	c 2	|  Number of variables:  3374                                                 |
1.51/1.77	c 2	|  Number of clauses:    65145                                                |
1.65/1.80	c 2	|  Parsing time:         0.03         s                                       |
1.65/1.82	c 2	============================[ Search Statistics ]==============================
1.65/1.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.82	c 2	===============================================================================
1.65/1.82	c 2	|         0 |    1540    12150    34454 |     4050        0    nan |  0.000 % |
1.65/1.83	c 2	|       100 |    1540    12150    34454 |     4455      100     21 | 54.357 % |
1.65/1.84	c 2	|       250 |    1540    12150    34454 |     4900      250     18 | 54.357 % |
1.65/1.86	c 2	|       475 |    1540    12150    34454 |     5390      475     16 | 54.357 % |
1.65/1.88	c 2	|       812 |    1540    12150    34454 |     5929      812     18 | 54.357 % |
1.65/1.93	c 2	|      1318 |    1540    12150    34454 |     6522     1318     20 | 54.357 % |
1.65/2.00	c 2	|      2077 |    1540    12150    34454 |     7174     2077     19 | 54.357 % |
1.65/2.01	c 2	===============================================================================
1.65/2.01	c 2	restarts              : 7
1.65/2.01	c 2	conflicts             : 2151           (9273 /sec)
1.65/2.01	c 2	decisions             : 2693           (1.08 % random) (11610 /sec)
1.65/2.01	c 2	propagations          : 548810         (2365927 /sec)
1.65/2.01	c 2	conflict literals     : 41976          (29.69 % deleted)
1.65/2.01	c 2	Memory used           : 4.60 MB
1.65/2.01	c 2	CPU time              : 0.231964 s
1.65/2.01	c 2	
1.65/2.01	c 2	SATISFIABLE
1.65/2.01	c 2	FOUND: _COST <= 16
1.65/2.01	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.65/2.01	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.65/2.09	c 2	Decoding HOME/temp.out
1.90/2.16	c 3	OBJECTIVE _COST 16
1.90/2.16	o 16
1.90/2.16	v 4 4 3 3 4 4 1 4 4 1 2 4 2 4 1 3 1 1 2 4 2 2 1 2 4 2 0 4 0 0 4 2 1 4 0 4 3 2 2 1 1 4 3 2 3 1 1 4 4 4 4 1 3 3 1 1 2 1 4 3 3 4
1.90/2.17	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.90/2.17	c 3	OBJECTIVE BOUND: 0 <= _COST <= 16
1.90/2.17	c 3	SEARCHING: _COST <= 8
1.90/2.17	c 3	SOLVING HOME/temp.cnf
1.90/2.17	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.90/2.17	c 3	This is MiniSat 2.0 beta
1.90/2.17	c 3	WARNING: for repeatability, setting FPU to use double precision
1.90/2.17	c 3	============================[ Problem Statistics ]=============================
1.90/2.17	c 3	|                                                                             |
1.90/2.18	c 3	|  Number of variables:  3374                                                 |
1.90/2.18	c 3	|  Number of clauses:    65145                                                |
2.07/2.21	c 3	|  Parsing time:         0.03         s                                       |
2.07/2.23	c 3	============================[ Search Statistics ]==============================
2.07/2.23	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.23	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.23	c 3	===============================================================================
2.07/2.23	c 3	|         0 |    1310     7706    21804 |     2568        0    nan |  0.000 % |
2.07/2.23	c 3	|       101 |    1310     7706    21804 |     2825      101     22 | 61.174 % |
2.07/2.24	c 3	|       251 |    1310     7706    21804 |     3108      251     16 | 61.174 % |
2.07/2.26	c 3	|       476 |    1310     7706    21804 |     3418      476     15 | 61.174 % |
2.07/2.28	c 3	|       813 |    1310     7706    21804 |     3760      813     14 | 61.174 % |
2.17/2.33	c 3	|      1321 |    1310     7706    21804 |     4136     1321     14 | 61.174 % |
2.17/2.38	c 3	|      2081 |    1310     7706    21804 |     4550     2081     13 | 61.174 % |
2.26/2.50	c 3	|      3220 |    1310     7706    21804 |     5005     3220     14 | 61.174 % |
2.46/2.67	c 3	|      4929 |    1310     7706    21804 |     5506     4929     14 | 61.174 % |
2.76/2.93	c 3	|      7491 |    1310     7706    21804 |     6056     7491     14 | 61.174 % |
3.16/3.35	c 4	|     11335 |    1310     7706    21804 |     6662     7099     14 | 61.174 % |
3.76/3.97	c 4	|     17101 |    1310     7706    21804 |     7328     8318     13 | 61.175 % |
4.56/4.76	c 5	|     25750 |    1309     7665    21665 |     8061     8991     17 | 61.203 % |
5.96/6.18	c 7	|     38724 |    1309     7665    21665 |     8867     6121     14 | 61.203 % |
8.15/8.30	c 9	|     58185 |    1308     7608    21435 |     9754     5932     21 | 61.233 % |
11.55/11.72	c 12	|     87377 |    1307     7557    21212 |    10729     6501     18 | 61.263 % |
17.75/17.94	c 18	|    131167 |    1307     7557    21212 |    11802    10779     17 | 61.263 % |
25.95/26.15	c 27	===============================================================================
25.95/26.15	c 27	restarts              : 17
25.95/26.15	c 27	conflicts             : 193790         (8096 /sec)
25.95/26.15	c 27	decisions             : 214625         (0.97 % random) (8967 /sec)
25.95/26.15	c 27	propagations          : 44572088       (1862186 /sec)
25.95/26.15	c 27	conflict literals     : 3299609        (32.14 % deleted)
25.95/26.15	c 27	Memory used           : 5.77 MB
25.95/26.15	c 27	CPU time              : 23.9354 s
25.95/26.15	c 27	
25.95/26.15	c 27	UNSATISFIABLE
25.95/26.15	c 27	NOT FOUND: _COST <= 8
25.95/26.15	c 27	OBJECTIVE BOUND: 9 <= _COST <= 16
25.95/26.15	c 27	SEARCHING: _COST <= 12
25.95/26.15	c 27	SOLVING HOME/temp.cnf
25.95/26.15	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.95/26.15	c 27	This is MiniSat 2.0 beta
25.95/26.15	c 27	WARNING: for repeatability, setting FPU to use double precision
25.95/26.15	c 27	============================[ Problem Statistics ]=============================
25.95/26.15	c 27	|                                                                             |
25.95/26.16	c 27	|  Number of variables:  3374                                                 |
25.95/26.16	c 27	|  Number of clauses:    65145                                                |
25.95/26.19	c 27	|  Parsing time:         0.03         s                                       |
26.01/26.20	c 27	============================[ Search Statistics ]==============================
26.01/26.20	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.01/26.20	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.01/26.20	c 27	===============================================================================
26.01/26.20	c 27	|         0 |    1446    10084    28534 |     3361        0    nan |  0.000 % |
26.01/26.21	c 27	|       101 |    1446    10084    28534 |     3697      101     18 | 57.143 % |
26.01/26.22	c 27	|       252 |    1446    10084    28534 |     4067      252     16 | 57.143 % |
26.01/26.24	c 27	|       477 |    1446    10084    28534 |     4473      477     16 | 57.143 % |
26.01/26.26	c 27	|       814 |    1446    10084    28534 |     4921      814     17 | 57.143 % |
26.01/26.30	c 27	|      1321 |    1446    10084    28534 |     5413     1321     16 | 57.143 % |
26.01/26.36	c 27	|      2080 |    1446    10084    28534 |     5954     2080     16 | 57.143 % |
26.25/26.44	c 27	===============================================================================
26.25/26.44	c 27	restarts              : 7
26.25/26.44	c 27	conflicts             : 3005           (10509 /sec)
26.25/26.45	c 27	decisions             : 3460           (0.78 % random) (12100 /sec)
26.25/26.45	c 27	propagations          : 743803         (2601110 /sec)
26.25/26.45	c 27	conflict literals     : 51972          (33.04 % deleted)
26.25/26.45	c 27	Memory used           : 4.60 MB
26.25/26.45	c 27	CPU time              : 0.285956 s
26.25/26.45	c 27	
26.25/26.45	c 27	SATISFIABLE
26.25/26.45	c 27	FOUND: _COST <= 12
26.25/26.45	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.25/26.45	c 27	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.31/26.53	c 27	Decoding HOME/temp.out
26.31/26.58	c 27	OBJECTIVE _COST 12
26.31/26.58	o 12
26.31/26.59	v 4 4 3 3 4 4 1 4 2 1 2 4 2 4 1 3 1 1 4 4 0 0 1 2 4 2 0 4 0 0 0 3 2 1 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
26.31/26.59	c 27	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
26.31/26.60	c 27	OBJECTIVE BOUND: 9 <= _COST <= 12
26.31/26.60	c 27	SEARCHING: _COST <= 10
26.31/26.60	c 27	SOLVING HOME/temp.cnf
26.31/26.60	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.31/26.60	c 27	This is MiniSat 2.0 beta
26.31/26.60	c 27	WARNING: for repeatability, setting FPU to use double precision
26.31/26.60	c 27	============================[ Problem Statistics ]=============================
26.31/26.60	c 27	|                                                                             |
26.31/26.61	c 27	|  Number of variables:  3374                                                 |
26.31/26.61	c 27	|  Number of clauses:    65145                                                |
26.31/26.64	c 27	|  Parsing time:         0.03         s                                       |
26.31/26.65	c 27	============================[ Search Statistics ]==============================
26.31/26.65	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.31/26.65	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.31/26.65	c 27	===============================================================================
26.31/26.65	c 27	|         0 |    1378     8841    25007 |     2947        0    nan |  0.000 % |
26.31/26.66	c 27	|       101 |    1378     8841    25007 |     3241      101     21 | 59.158 % |
26.31/26.68	c 27	|       252 |    1378     8841    25007 |     3565      252     16 | 59.158 % |
26.31/26.69	c 27	===============================================================================
26.31/26.69	c 27	restarts              : 3
26.31/26.69	c 27	conflicts             : 473            (5700 /sec)
26.31/26.69	c 27	decisions             : 671            (1.19 % random) (8086 /sec)
26.31/26.69	c 27	propagations          : 119709         (1442503 /sec)
26.31/26.69	c 27	conflict literals     : 7465           (25.50 % deleted)
26.31/26.69	c 27	Memory used           : 4.60 MB
26.31/26.69	c 27	CPU time              : 0.082987 s
26.31/26.69	c 27	
26.31/26.69	c 27	SATISFIABLE
26.31/26.70	c 27	FOUND: _COST <= 10
26.31/26.70	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.31/26.70	c 27	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.54/26.77	c 27	Decoding HOME/temp.out
26.54/26.84	c 27	OBJECTIVE _COST 10
26.54/26.84	o 10
26.54/26.84	v 4 4 3 3 4 4 1 4 2 1 2 2 2 3 1 3 1 1 4 0 4 0 1 2 4 2 2 4 0 1 4 2 1 4 1 2 0 2 2 1 1 4 0 2 3 2 1 4 4 4 4 1 0 3 1 1 2 1 4 3 3 4
26.54/26.84	c 27	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
26.54/26.86	c 27	OBJECTIVE BOUND: 9 <= _COST <= 10
26.54/26.86	c 27	SEARCHING: _COST <= 9
26.54/26.86	c 27	SOLVING HOME/temp.cnf
26.54/26.86	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.54/26.86	c 27	This is MiniSat 2.0 beta
26.54/26.86	c 27	WARNING: for repeatability, setting FPU to use double precision
26.54/26.86	c 27	============================[ Problem Statistics ]=============================
26.54/26.86	c 27	|                                                                             |
26.54/26.86	c 27	|  Number of variables:  3374                                                 |
26.54/26.86	c 27	|  Number of clauses:    65145                                                |
26.54/26.89	c 27	|  Parsing time:         0.03         s                                       |
26.69/26.91	c 27	============================[ Search Statistics ]==============================
26.69/26.91	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.69/26.91	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.69/26.91	c 27	===============================================================================
26.69/26.91	c 27	|         0 |    1344     8260    23365 |     2753        0    nan |  0.000 % |
26.69/26.92	c 27	|       101 |    1344     8260    23365 |     3028      101     23 | 60.166 % |
26.69/26.93	c 27	|       253 |    1344     8260    23365 |     3331      253     16 | 60.166 % |
26.69/26.95	c 27	|       478 |    1344     8260    23365 |     3664      478     18 | 60.166 % |
26.69/26.98	c 27	|       816 |    1344     8260    23365 |     4031      816     17 | 60.166 % |
26.69/27.03	c 27	|      1322 |    1344     8260    23365 |     4434     1322     17 | 60.166 % |
26.69/27.10	c 28	|      2081 |    1344     8260    23365 |     4877     2081     17 | 60.166 % |
26.69/27.23	c 28	|      3220 |    1344     8260    23365 |     5365     3220     16 | 60.166 % |
26.69/27.41	c 28	|      4928 |    1344     8260    23365 |     5902     4928     16 | 60.166 % |
27.51/27.72	c 28	|      7491 |    1344     8260    23365 |     6492     7491     16 | 60.166 % |
28.00/28.21	c 29	|     11335 |    1344     8260    23365 |     7141     6901     16 | 60.166 % |
28.70/28.96	c 29	|     17101 |    1344     8260    23365 |     7855     7902     15 | 60.166 % |
29.79/30.04	c 30	|     25750 |    1344     8260    23365 |     8641     6378     16 | 60.166 % |
31.47/31.73	c 32	|     38724 |    1344     8260    23365 |     9505     8118     16 | 60.166 % |
34.15/34.40	c 35	|     58186 |    1344     8260    23365 |    10455     9721     16 | 60.166 % |
38.01/38.30	c 39	|     87378 |    1344     8260    23365 |    11501     6925     16 | 60.166 % |
43.86/44.21	c 45	|    131167 |    1344     8260    23365 |    12651     9240     13 | 60.166 % |
53.07/53.51	c 54	|    196851 |    1342     8162    22996 |    13916     5181     19 | 60.225 % |
67.94/68.58	c 69	|    295377 |    1341     8111    22773 |    15308    14405     25 | 60.255 % |
96.16/97.01	c 97	|    443167 |    1341     8111    22773 |    16839    10638     19 | 60.256 % |
140.34/141.64	c 142	|    664850 |    1338     8032    22441 |    18523    14985     16 | 60.344 % |
157.18/158.64	c 159	===============================================================================
157.18/158.64	c 159	restarts              : 21
157.18/158.64	c 159	conflicts             : 756189         (5794 /sec)
157.18/158.64	c 159	decisions             : 832109         (0.93 % random) (6375 /sec)
157.18/158.64	c 159	propagations          : 164488312      (1260281 /sec)
157.18/158.64	c 159	conflict literals     : 14208247       (34.08 % deleted)
157.18/158.64	c 159	Memory used           : 8.67 MB
157.18/158.64	c 159	CPU time              : 130.517 s
157.18/158.64	c 159	
157.18/158.64	c 159	UNSATISFIABLE
157.18/158.64	c 159	NOT FOUND: _COST <= 9
157.18/158.64	c 159	OBJECTIVE _COST 10
157.18/158.64	s OPTIMUM FOUND
157.18/158.64	c 159	CPU 156.94 (0.05 0.01 156.89 0.29)
157.18/158.64	c 159	END Wed Jul 23 04:23:24 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-1128044-1216779645/watcher-1128044-1216779645 -o /tmp/evaluation-result-1128044-1216779645/solver-1128044-1216779645 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128044-1216779645.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.56 2.69 2.76 4/80 5360
/proc/meminfo: memFree=1318416/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=6268 CPUtime=0
/proc/5360/stat : 5360 (sugar) R 5358 5360 4571 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 5053587 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 264516990345 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5360/statm: 1567 47 36 3 0 8 0

[startup+0.105629 s]
/proc/loadavg: 2.56 2.69 2.76 4/80 5360
/proc/meminfo: memFree=1318416/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=0.03
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5053587 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201643 s]
/proc/loadavg: 2.56 2.69 2.76 4/80 5360
/proc/meminfo: memFree=1318416/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=0.03
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5053587 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301654 s]
/proc/loadavg: 2.56 2.69 2.76 4/80 5360
/proc/meminfo: memFree=1318416/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=0.03
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5053587 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701708 s]
/proc/loadavg: 2.56 2.69 2.76 4/80 5360
/proc/meminfo: memFree=1318416/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=0.49
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 974 4557 0 1 3 0 44 2 16 0 1 0 5053587 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.56 2.69 2.76 4/91 5382
/proc/meminfo: memFree=1303856/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=1.29
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1126 12595 0 2 4 1 116 8 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10202 s]
/proc/loadavg: 2.56 2.69 2.76 2/74 5423
/proc/meminfo: memFree=1347192/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=2.05
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1408 26606 0 5 4 1 182 18 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5422] ppid=5360 vsize=5356 CPUtime=0
/proc/5422/stat : 5422 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5053804 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5422/statm: 1339 232 193 169 0 50 0
[pid=5423] ppid=5422 vsize=4712 CPUtime=0.91
/proc/5423/stat : 5423 (minisat) R 5422 5360 4571 0 -1 4194304 1073 0 0 0 91 0 0 0 25 0 1 0 5053805 4825088 1059 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/5423/statm: 1178 1059 75 150 0 1025 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23668

[startup+6.30245 s]
/proc/loadavg: 2.52 2.68 2.76 3/76 5485
/proc/meminfo: memFree=1338992/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=2.05
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1408 26606 0 5 4 1 182 18 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5422] ppid=5360 vsize=5356 CPUtime=0
/proc/5422/stat : 5422 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5053804 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5422/statm: 1339 232 193 169 0 50 0
[pid=5423] ppid=5422 vsize=4844 CPUtime=4.1
/proc/5423/stat : 5423 (minisat) R 5422 5360 4571 0 -1 4194304 1102 0 0 0 409 1 0 0 25 0 1 0 5053805 4960256 1088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5423/statm: 1211 1088 75 150 0 1058 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23800

[startup+12.7013 s]
/proc/loadavg: 2.47 2.67 2.75 3/84 5523
/proc/meminfo: memFree=1337072/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=2.05
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1408 26606 0 5 4 1 182 18 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5422] ppid=5360 vsize=5356 CPUtime=0
/proc/5422/stat : 5422 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5053804 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5422/statm: 1339 232 193 169 0 50 0
[pid=5423] ppid=5422 vsize=5372 CPUtime=10.5
/proc/5423/stat : 5423 (minisat) R 5422 5360 4571 0 -1 4194304 1225 0 0 0 1049 1 0 0 25 0 1 0 5053805 5500928 1211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5423/statm: 1343 1211 75 150 0 1190 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 24328

[startup+25.502 s]
/proc/loadavg: 2.37 2.64 2.74 3/84 5523
/proc/meminfo: memFree=1336688/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=2.05
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1408 26606 0 5 4 1 182 18 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5422] ppid=5360 vsize=5356 CPUtime=0
/proc/5422/stat : 5422 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5053804 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5422/statm: 1339 232 193 169 0 50 0
[pid=5423] ppid=5422 vsize=5904 CPUtime=23.3
/proc/5423/stat : 5423 (minisat) R 5422 5360 4571 0 -1 4194304 1348 0 0 0 2328 2 0 0 25 0 1 0 5053805 6045696 1334 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/5423/statm: 1476 1334 75 150 0 1323 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 24860

[startup+51.1014 s]
/proc/loadavg: 2.24 2.58 2.72 3/84 5549
/proc/meminfo: memFree=1336424/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=6056 CPUtime=24
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 1390 0 0 0 2400 0 0 0 25 0 1 0 5056273 6201344 1376 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 1514 1376 75 150 0 1361 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 25012

[startup+102.301 s]
/proc/loadavg: 2.10 2.49 2.68 3/84 5549
/proc/meminfo: memFree=1334248/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8152 CPUtime=74.72
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 1908 0 0 0 7471 1 0 0 25 0 1 0 5056273 8347648 1894 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2038 1894 75 150 0 1885 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 27108

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

[startup+102.406 s]
/proc/loadavg: 2.10 2.49 2.68 3/84 5549
/proc/meminfo: memFree=1334248/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8152 CPUtime=74.82
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 1908 0 0 0 7481 1 0 0 25 0 1 0 5056273 8347648 1894 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2038 1894 75 150 0 1885 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 27108

[startup+128.001 s]
/proc/loadavg: 2.07 2.45 2.66 3/84 5549
/proc/meminfo: memFree=1333736/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8600 CPUtime=100.17
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2020 0 0 0 10016 1 0 0 25 0 1 0 5056273 8806400 2006 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2150 2006 75 150 0 1997 0
Current children cumulated CPU time (s) 126.87
Current children cumulated vsize (KiB) 27556

[startup+140.801 s]
/proc/loadavg: 2.05 2.43 2.65 3/84 5549
/proc/meminfo: memFree=1333608/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8736 CPUtime=112.85
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2046 0 0 0 11284 1 0 0 25 0 1 0 5056273 8945664 2032 996147200 134512640 135127466 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2184 2032 75 150 0 2031 0
Current children cumulated CPU time (s) 139.55
Current children cumulated vsize (KiB) 27692

[startup+147.202 s]
/proc/loadavg: 2.05 2.42 2.65 3/84 5549
/proc/meminfo: memFree=1333480/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8872 CPUtime=119.19
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2069 0 0 0 11918 1 0 0 25 0 1 0 5056273 9084928 2055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2218 2055 75 150 0 2065 0
Current children cumulated CPU time (s) 145.89
Current children cumulated vsize (KiB) 27828

[startup+153.602 s]
/proc/loadavg: 2.04 2.41 2.64 3/84 5549
/proc/meminfo: memFree=1333352/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8872 CPUtime=125.53
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2094 0 0 0 12552 1 0 0 25 0 1 0 5056273 9084928 2080 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2218 2080 75 150 0 2065 0
Current children cumulated CPU time (s) 152.23
Current children cumulated vsize (KiB) 27828

[startup+156.801 s]
/proc/loadavg: 2.04 2.41 2.64 3/84 5549
/proc/meminfo: memFree=1333352/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8872 CPUtime=128.7
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2096 0 0 0 12869 1 0 0 25 0 1 0 5056273 9084928 2082 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2218 2082 75 150 0 2065 0
Current children cumulated CPU time (s) 155.4
Current children cumulated vsize (KiB) 27828

[startup+157.601 s]
/proc/loadavg: 2.04 2.41 2.64 3/84 5549
/proc/meminfo: memFree=1333288/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8872 CPUtime=129.49
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2096 0 0 0 12948 1 0 0 25 0 1 0 5056273 9084928 2082 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2218 2082 75 150 0 2065 0
Current children cumulated CPU time (s) 156.19
Current children cumulated vsize (KiB) 27828

[startup+158.401 s]
/proc/loadavg: 2.04 2.41 2.64 3/84 5549
/proc/meminfo: memFree=1333224/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8872 CPUtime=130.29
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2096 0 0 0 13028 1 0 0 25 0 1 0 5056273 9084928 2082 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2218 2082 75 150 0 2065 0
Current children cumulated CPU time (s) 156.99
Current children cumulated vsize (KiB) 27828

[startup+158.602 s]
/proc/loadavg: 2.04 2.41 2.64 3/84 5549
/proc/meminfo: memFree=1333224/2055920 swapFree=4192956/4192956
[pid=5360] ppid=5358 vsize=13600 CPUtime=26.7
/proc/5360/stat : 5360 (sugar) S 5358 5360 4571 0 -1 4194304 1690 38497 0 7 5 1 2637 27 16 0 1 0 5053587 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5360/statm: 3400 808 374 3 0 500 0
[pid=5548] ppid=5360 vsize=5356 CPUtime=0
/proc/5548/stat : 5548 (sh) S 5360 5360 4571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5056273 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5548/statm: 1339 232 193 169 0 50 0
[pid=5549] ppid=5548 vsize=8872 CPUtime=130.48
/proc/5549/stat : 5549 (minisat) R 5548 5360 4571 0 -1 4194304 2096 0 0 0 13047 1 0 0 25 0 1 0 5056273 9084928 2082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5549/statm: 2218 2082 75 150 0 2065 0
Current children cumulated CPU time (s) 157.18
Current children cumulated vsize (KiB) 27828

Child status: 0
Real time (s): 158.645
CPU time (s): 157.267
CPU user time (s): 156.948
CPU system time (s): 0.318951
CPU usage (%): 99.1312
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.948
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42647
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= 3056
involuntary context switches= 8206

runsolver used 0.247962 second user time and 0.476927 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-23 04:20:45
IDJOB=1128044
IDBENCH=64586
IDSOLVER=368
FILE ID=node40/1128044-1216779645
PBS_JOBID= 7974147
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
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 -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128044-1216779645/watcher-1128044-1216779645 -o /tmp/evaluation-result-1128044-1216779645/solver-1128044-1216779645 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128044-1216779645.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34448fc575bbe73a3aad2d3c350ce10b
RANDOM SEED=1331017482

node40.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.238
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.238
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:       1318896 kB
Buffers:         36160 kB
Cached:         576384 kB
SwapCached:          0 kB
Active:         170528 kB
Inactive:       492448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          70716 kB
Slab:            59276 kB
Committed_AS:   886240 kB
PageTables:       1920 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 node40 at 2008-07-23 04:23:24