Trace number 1128516

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 56.9933 56.6958

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/
normalized-kbtree-9-2-3-5-30-34_ext.xml
MD5SUMbc1916287cd47c80d934bd9c6d78d5af
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark0.821874
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 05:49:42 2008
0.00/0.04	c 0	PID 4979
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128516-1216784982.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128516-1216784982.xml' 'HOME/temp.csp'
0.03/0.30	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	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.03/0.38	c 0	Parsing HOME/temp.csp
0.40/0.48	c 0	parsed 677 expressions
0.40/0.49	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.49	c 0	MAX CSP: 309 constraints
0.40/0.49	c 0	Converting to clausal form CSP
0.40/0.51	c 0	converted 99 (10%) expressions
0.40/0.51	c 0	converted 198 (20%) expressions
0.40/0.51	c 0	converted 297 (30%) expressions
0.40/0.53	c 0	converted 396 (40%) expressions
0.40/0.53	c 0	converted 495 (50%) expressions
0.40/0.54	c 0	converted 594 (60%) expressions
0.40/0.55	c 0	converted 693 (70%) expressions
0.40/0.55	c 0	converted 792 (80%) expressions
0.40/0.56	c 0	converted 891 (90%) expressions
0.40/0.62	c 0	converted 989 (100%) expressions
0.40/0.62	c 0	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.40/0.62	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.62	c 0	Propagation in CSP
0.40/0.66	c 0	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.66	c 0	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.40/0.66	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.67	c 0	Simplifing CSP by introducing new Boolean variables
0.40/0.67	c 0	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.40/0.67	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.69	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.40/0.70	c 0	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.40/0.70	c 0	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.40/0.71	c 0	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.40/0.71	c 0	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.40/0.71	c 0	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.40/0.71	c 0	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
0.40/0.71	c 0	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
0.40/0.71	c 0	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
0.40/0.72	c 0	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
0.40/0.72	c 0	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
0.40/0.74	c 0	93 (10%) CSP clauses are encoded (5060 clauses, 66514 bytes)
0.40/0.75	c 0	186 (20%) CSP clauses are encoded (5523 clauses, 74861 bytes)
0.40/0.76	c 0	278 (30%) CSP clauses are encoded (5987 clauses, 84413 bytes)
0.40/0.77	c 0	371 (40%) CSP clauses are encoded (6868 clauses, 97611 bytes)
0.40/0.78	c 0	463 (50%) CSP clauses are encoded (13130 clauses, 207825 bytes)
0.40/0.78	c 0	556 (60%) CSP clauses are encoded (15153 clauses, 242431 bytes)
0.40/0.82	c 0	649 (70%) CSP clauses are encoded (32504 clauses, 558166 bytes)
0.40/0.86	c 1	741 (80%) CSP clauses are encoded (49158 clauses, 844100 bytes)
0.40/0.92	c 1	834 (90%) CSP clauses are encoded (85617 clauses, 1509048 bytes)
0.40/1.00	c 1	926 (100%) CSP clauses are encoded (134205 clauses, 2398953 bytes)
0.40/1.00	c 1	926 CSP clauses encoded
0.40/1.00	c 1	Writing map file : HOME/temp.map
1.29/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.01	c 1	SAT : 5288 SAT variables, 134205 SAT clauses, 2398953 bytes
1.29/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.05	c 1	OBJECTIVE minimize _COST
1.29/1.05	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.29/1.05	c 1	SEARCHING: _COST <= 155
1.29/1.05	c 1	SOLVING HOME/temp.cnf
1.29/1.05	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.05	c 1	This is MiniSat 2.0 beta
1.29/1.05	c 1	WARNING: for repeatability, setting FPU to use double precision
1.29/1.05	c 1	============================[ Problem Statistics ]=============================
1.29/1.05	c 1	|                                                                             |
1.29/1.05	c 1	|  Number of variables:  5288                                                 |
1.29/1.05	c 1	|  Number of clauses:    134206                                               |
1.31/1.11	c 1	|  Parsing time:         0.05         s                                       |
1.31/1.14	c 1	============================[ Search Statistics ]==============================
1.31/1.14	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.31/1.14	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.31/1.14	c 1	===============================================================================
1.31/1.14	c 1	|         0 |    3902    86817   252190 |    28939        0    nan |  0.000 % |
1.31/1.14	c 1	===============================================================================
1.31/1.15	c 1	restarts              : 1
1.31/1.15	c 1	conflicts             : 13             (161 /sec)
1.31/1.15	c 1	decisions             : 67             (0.00 % random) (827 /sec)
1.31/1.15	c 1	propagations          : 5600           (69147 /sec)
1.31/1.15	c 1	conflict literals     : 172            (0.00 % deleted)
1.31/1.15	c 1	Memory used           : 7.11 MB
1.31/1.15	c 1	CPU time              : 0.080987 s
1.31/1.15	c 1	
1.31/1.15	c 1	SATISFIABLE
1.31/1.15	c 1	FOUND: _COST <= 155
1.31/1.15	s SATISFIABLE
1.31/1.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.31/1.15	c 1	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.41/1.22	c 1	Decoding HOME/temp.out
1.41/1.27	c 1	OBJECTIVE _COST 99
1.41/1.27	o 99
1.41/1.27	v 2 3 1 2 2 3 4 0 4 2 1 4 0 4 4 0 4 2 2 4 2 1 0 2 2 0 4 2 2 1 0 0 0 1 4 2 2 3 4 3 2 3 2 3 4 2 4 4 4 3 2 3 2 2 3 3 4 4
1.41/1.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.30	c 1	OBJECTIVE BOUND: 0 <= _COST <= 99
1.41/1.30	c 1	SEARCHING: _COST <= 49
1.41/1.30	c 1	SOLVING HOME/temp.cnf
1.41/1.30	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.41/1.31	c 1	This is MiniSat 2.0 beta
1.41/1.31	c 1	WARNING: for repeatability, setting FPU to use double precision
1.41/1.31	c 1	============================[ Problem Statistics ]=============================
1.41/1.31	c 1	|                                                                             |
1.41/1.31	c 1	|  Number of variables:  5288                                                 |
1.41/1.31	c 1	|  Number of clauses:    134206                                               |
1.41/1.37	c 1	|  Parsing time:         0.05         s                                       |
1.58/1.41	c 1	============================[ Search Statistics ]==============================
1.58/1.41	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.41	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.41	c 1	===============================================================================
1.58/1.41	c 1	|         0 |    2757    40298   115962 |    13432        0    nan |  0.000 % |
1.58/1.42	c 1	|       100 |    2757    40298   115962 |    14775      100     27 | 47.863 % |
1.58/1.42	c 1	===============================================================================
1.58/1.42	c 1	restarts              : 2
1.58/1.42	c 1	conflicts             : 128            (1231 /sec)
1.58/1.42	c 1	decisions             : 474            (0.63 % random) (4558 /sec)
1.58/1.42	c 1	propagations          : 22541          (216774 /sec)
1.58/1.42	c 1	conflict literals     : 3096           (5.23 % deleted)
1.58/1.42	c 1	Memory used           : 7.23 MB
1.58/1.42	c 1	CPU time              : 0.103984 s
1.58/1.42	c 1	
1.58/1.43	c 1	SATISFIABLE
1.58/1.43	c 1	FOUND: _COST <= 49
1.58/1.43	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.58/1.43	c 1	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.58/1.50	c 1	Decoding HOME/temp.out
1.70/1.55	c 1	OBJECTIVE _COST 49
1.70/1.55	o 49
1.70/1.55	v 2 4 4 0 1 3 3 4 0 3 4 3 1 0 3 4 2 3 3 3 2 3 2 0 3 4 0 2 4 3 4 2 1 0 4 2 2 4 1 3 1 4 3 1 0 3 0 3 2 1 0 2 4 2 0 4 4 3
1.70/1.55	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.58	c 1	OBJECTIVE BOUND: 0 <= _COST <= 49
1.70/1.58	c 1	SEARCHING: _COST <= 24
1.70/1.58	c 1	SOLVING HOME/temp.cnf
1.70/1.58	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.70/1.58	c 1	This is MiniSat 2.0 beta
1.70/1.58	c 1	WARNING: for repeatability, setting FPU to use double precision
1.70/1.59	c 1	============================[ Problem Statistics ]=============================
1.70/1.59	c 1	|                                                                             |
1.70/1.59	c 1	|  Number of variables:  5288                                                 |
1.70/1.59	c 1	|  Number of clauses:    134206                                               |
1.86/1.65	c 1	|  Parsing time:         0.06         s                                       |
1.86/1.69	c 1	============================[ Search Statistics ]==============================
1.86/1.69	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/1.69	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/1.69	c 1	===============================================================================
1.86/1.69	c 1	|         0 |    2329    23547    66968 |     7849        0    nan |  0.000 % |
1.86/1.70	c 1	|       101 |    2329    23547    66968 |     8633      101     22 | 55.957 % |
1.86/1.70	c 1	===============================================================================
1.86/1.70	c 1	restarts              : 2
1.86/1.70	c 1	conflicts             : 122            (1130 /sec)
1.86/1.70	c 1	decisions             : 320            (0.31 % random) (2963 /sec)
1.86/1.70	c 1	propagations          : 21364          (197846 /sec)
1.86/1.70	c 1	conflict literals     : 2537           (6.66 % deleted)
1.86/1.70	c 1	Memory used           : 7.23 MB
1.86/1.70	c 1	CPU time              : 0.107983 s
1.86/1.70	c 1	
1.86/1.70	c 1	SATISFIABLE
1.86/1.71	c 1	FOUND: _COST <= 24
1.86/1.71	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.86/1.71	c 1	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.86/1.77	c 1	Decoding HOME/temp.out
1.98/1.83	c 1	OBJECTIVE _COST 24
1.98/1.83	o 24
1.98/1.83	v 2 4 4 4 4 4 4 4 4 1 4 0 1 0 0 3 2 4 3 3 2 2 2 2 3 4 3 2 4 3 4 2 1 0 1 2 4 4 2 1 3 3 3 2 3 1 1 3 3 0 0 4 0 2 0 2 0 1
1.98/1.83	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.98/1.86	c 2	OBJECTIVE BOUND: 0 <= _COST <= 24
1.98/1.86	c 2	SEARCHING: _COST <= 12
1.98/1.86	c 2	SOLVING HOME/temp.cnf
1.98/1.86	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.98/1.86	c 2	This is MiniSat 2.0 beta
1.98/1.86	c 2	WARNING: for repeatability, setting FPU to use double precision
1.98/1.86	c 2	============================[ Problem Statistics ]=============================
1.98/1.86	c 2	|                                                                             |
1.98/1.86	c 2	|  Number of variables:  5288                                                 |
1.98/1.86	c 2	|  Number of clauses:    134206                                               |
2.14/1.93	c 2	|  Parsing time:         0.06         s                                       |
2.14/1.97	c 2	============================[ Search Statistics ]==============================
2.14/1.97	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.14/1.97	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.14/1.97	c 2	===============================================================================
2.14/1.97	c 2	|         0 |    1979    14277    40196 |     4759        0    nan |  0.000 % |
2.14/1.98	c 2	|       100 |    1979    14277    40196 |     5234      100     25 | 62.576 % |
2.14/1.99	c 2	|       250 |    1979    14277    40196 |     5758      250     20 | 62.576 % |
2.14/2.01	c 2	===============================================================================
2.14/2.01	c 2	restarts              : 3
2.14/2.01	c 2	conflicts             : 454            (3389 /sec)
2.14/2.01	c 2	decisions             : 689            (1.02 % random) (5143 /sec)
2.14/2.01	c 2	propagations          : 125705         (938244 /sec)
2.14/2.01	c 2	conflict literals     : 9254           (18.43 % deleted)
2.14/2.01	c 2	Memory used           : 7.23 MB
2.14/2.01	c 2	CPU time              : 0.133979 s
2.14/2.01	c 2	
2.14/2.01	c 2	SATISFIABLE
2.14/2.01	c 2	FOUND: _COST <= 12
2.14/2.01	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.14/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'
2.14/2.08	c 2	Decoding HOME/temp.out
2.38/2.13	c 2	OBJECTIVE _COST 12
2.38/2.13	o 12
2.38/2.14	v 2 4 4 2 2 4 3 4 4 1 2 0 1 1 4 2 1 4 4 1 3 3 4 1 0 3 2 1 3 1 2 2 1 2 1 2 4 4 2 1 1 4 1 1 2 3 2 0 2 3 0 1 0 2 3 0 0 1
2.38/2.14	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.38/2.16	c 2	OBJECTIVE BOUND: 0 <= _COST <= 12
2.38/2.16	c 2	SEARCHING: _COST <= 6
2.38/2.16	c 2	SOLVING HOME/temp.cnf
2.38/2.16	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.38/2.16	c 2	This is MiniSat 2.0 beta
2.38/2.16	c 2	WARNING: for repeatability, setting FPU to use double precision
2.38/2.16	c 2	============================[ Problem Statistics ]=============================
2.38/2.16	c 2	|                                                                             |
2.38/2.17	c 2	|  Number of variables:  5288                                                 |
2.38/2.17	c 2	|  Number of clauses:    134206                                               |
2.46/2.23	c 2	|  Parsing time:         0.06         s                                       |
2.46/2.27	c 2	============================[ Search Statistics ]==============================
2.46/2.27	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.46/2.27	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.46/2.27	c 2	===============================================================================
2.46/2.27	c 2	|         0 |    1655     9004    25343 |     3001        0    nan |  0.000 % |
2.46/2.28	c 2	|       100 |    1655     9004    25343 |     3301      100     23 | 68.703 % |
2.46/2.29	c 2	|       250 |    1655     9004    25343 |     3631      250     17 | 68.703 % |
2.46/2.31	c 2	|       475 |    1655     9004    25343 |     3994      475     16 | 68.703 % |
2.46/2.34	c 2	|       812 |    1655     9004    25343 |     4394      812     15 | 68.703 % |
2.46/2.39	c 2	|      1318 |    1655     9004    25343 |     4833     1318     15 | 68.703 % |
2.46/2.46	c 2	|      2077 |    1655     9004    25343 |     5317     2077     18 | 68.703 % |
2.46/2.58	c 2	|      3217 |    1655     9004    25343 |     5848     3217     17 | 68.703 % |
2.46/2.77	c 2	|      4927 |    1655     9004    25343 |     6433     4927     16 | 68.703 % |
2.46/3.06	c 3	|      7489 |    1655     9004    25343 |     7076     7489     17 | 68.703 % |
3.78/3.58	c 3	|     11333 |    1655     9004    25343 |     7784     5890     16 | 68.703 % |
4.58/4.33	c 4	|     17099 |    1655     9004    25343 |     8563    11656     16 | 68.703 % |
5.78/5.57	c 5	|     25748 |    1655     9004    25343 |     9419     7513     19 | 68.703 % |
7.68/7.40	c 7	|     38722 |    1655     9004    25343 |    10361     7108     16 | 68.703 % |
10.38/10.11	c 10	|     58185 |    1655     9004    25343 |    11397    12178     17 | 68.703 % |
14.48/14.20	c 14	|     87377 |    1654     8978    25253 |    12537     9922     17 | 68.722 % |
21.37/21.18	c 21	|    131168 |    1654     8978    25253 |    13791    12350     17 | 68.722 % |
31.87/31.62	c 31	|    196854 |    1654     8978    25253 |    15170    15750     22 | 68.722 % |
43.26/43.09	c 43	===============================================================================
43.26/43.09	c 43	restarts              : 18
43.26/43.09	c 43	conflicts             : 267280         (6537 /sec)
43.26/43.09	c 43	decisions             : 297714         (0.93 % random) (7281 /sec)
43.26/43.09	c 43	propagations          : 84780874       (2073501 /sec)
43.26/43.09	c 43	conflict literals     : 4964880        (30.88 % deleted)
43.26/43.09	c 43	Memory used           : 7.96 MB
43.26/43.09	c 43	CPU time              : 40.8878 s
43.26/43.09	c 43	
43.26/43.09	c 43	SATISFIABLE
43.26/43.09	c 43	FOUND: _COST <= 6
43.26/43.09	c 43	DECODING HOME/temp.out WITH HOME/temp.map
43.26/43.09	c 43	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.37/43.16	c 43	Decoding HOME/temp.out
43.37/43.22	c 43	OBJECTIVE _COST 6
43.37/43.22	o 6
43.37/43.22	v 4 2 3 1 2 2 1 4 2 3 2 0 0 2 2 1 3 1 4 1 1 3 4 4 2 2 3 4 0 1 2 1 4 3 4 3 2 4 2 0 3 3 1 1 1 2 0 4 2 3 1 1 1 3 1 3 1 1
43.37/43.22	c 43	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.37/43.24	c 43	OBJECTIVE BOUND: 0 <= _COST <= 6
43.37/43.24	c 43	SEARCHING: _COST <= 3
43.37/43.24	c 43	SOLVING HOME/temp.cnf
43.37/43.24	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.37/43.25	c 43	This is MiniSat 2.0 beta
43.37/43.25	c 43	WARNING: for repeatability, setting FPU to use double precision
43.37/43.25	c 43	============================[ Problem Statistics ]=============================
43.37/43.25	c 43	|                                                                             |
43.37/43.25	c 43	|  Number of variables:  5288                                                 |
43.37/43.25	c 43	|  Number of clauses:    134206                                               |
43.53/43.32	c 43	|  Parsing time:         0.06         s                                       |
43.53/43.35	c 43	============================[ Search Statistics ]==============================
43.53/43.35	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.53/43.35	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.53/43.35	c 43	===============================================================================
43.53/43.35	c 43	|         0 |    1341     5864    16862 |     1954        0    nan |  0.000 % |
43.53/43.36	c 43	|       100 |    1341     5864    16862 |     2150      100     24 | 74.641 % |
43.53/43.37	c 43	|       250 |    1341     5864    16862 |     2365      250     15 | 74.641 % |
43.53/43.39	c 43	|       475 |    1341     5864    16862 |     2601      475     13 | 74.641 % |
43.53/43.42	c 43	|       812 |    1341     5864    16862 |     2861      812     12 | 74.641 % |
43.53/43.46	c 43	|      1319 |    1340     5840    16776 |     3148      371     16 | 74.660 % |
43.53/43.52	c 43	|      2078 |    1339     5830    16741 |     3462      726     17 | 74.679 % |
43.53/43.62	c 43	|      3218 |    1339     5830    16741 |     3809     1866     16 | 74.679 % |
43.53/43.73	c 43	===============================================================================
43.53/43.73	c 43	restarts              : 8
43.53/43.73	c 43	conflicts             : 4504           (9424 /sec)
43.53/43.73	c 43	decisions             : 5130           (1.07 % random) (10734 /sec)
43.53/43.73	c 43	propagations          : 1504960        (3148933 /sec)
43.53/43.73	c 43	conflict literals     : 58404          (29.52 % deleted)
43.53/43.73	c 43	Memory used           : 7.24 MB
43.53/43.73	c 43	CPU time              : 0.477927 s
43.53/43.73	c 43	
43.53/43.73	c 43	UNSATISFIABLE
43.53/43.74	c 43	NOT FOUND: _COST <= 3
43.53/43.74	c 43	OBJECTIVE BOUND: 4 <= _COST <= 6
43.53/43.74	c 43	SEARCHING: _COST <= 5
43.53/43.74	c 43	SOLVING HOME/temp.cnf
43.53/43.74	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.53/43.74	c 43	This is MiniSat 2.0 beta
43.53/43.74	c 43	WARNING: for repeatability, setting FPU to use double precision
43.53/43.74	c 43	============================[ Problem Statistics ]=============================
43.53/43.74	c 43	|                                                                             |
43.53/43.74	c 43	|  Number of variables:  5288                                                 |
43.53/43.74	c 43	|  Number of clauses:    134206                                               |
44.02/43.81	c 43	|  Parsing time:         0.06         s                                       |
44.02/43.84	c 44	============================[ Search Statistics ]==============================
44.02/43.84	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.02/43.84	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.02/43.84	c 44	===============================================================================
44.02/43.84	c 44	|         0 |    1589     8165    23023 |     2721        0    nan |  0.000 % |
44.02/43.85	c 44	|       101 |    1589     8165    23023 |     2993      101     25 | 69.951 % |
44.02/43.86	c 44	|       252 |    1589     8165    23023 |     3293      252     20 | 69.951 % |
44.02/43.88	c 44	|       478 |    1589     8165    23023 |     3622      478     16 | 69.951 % |
44.16/43.92	c 44	|       815 |    1589     8165    23023 |     3984      815     15 | 69.951 % |
44.16/43.96	c 44	|      1321 |    1589     8165    23023 |     4383     1321     16 | 69.951 % |
44.26/44.03	c 44	|      2081 |    1589     8165    23023 |     4821     2081     16 | 69.951 % |
44.36/44.16	c 44	|      3220 |    1589     8165    23023 |     5303     3220     15 | 69.951 % |
44.56/44.32	c 44	|      4928 |    1589     8165    23023 |     5834     4928     16 | 69.952 % |
44.86/44.63	c 44	|      7490 |    1589     8165    23023 |     6417     7490     16 | 69.951 % |
45.36/45.11	c 45	|     11338 |    1589     8165    23023 |     7059     6121     14 | 69.951 % |
46.06/45.81	c 45	|     17105 |    1589     8165    23023 |     7765     6324     19 | 69.951 % |
47.16/46.96	c 47	|     25754 |    1589     8165    23023 |     8541     9043     16 | 69.951 % |
48.76/48.56	c 48	|     38730 |    1588     8136    22924 |     9395    10415     18 | 69.970 % |
51.46/51.27	c 51	|     58191 |    1587     8112    22838 |    10335    10479     19 | 69.989 % |
55.56/55.36	c 55	|     87383 |    1585     8065    22654 |    11369    11649     17 | 70.026 % |
56.86/56.69	c 56	===============================================================================
56.86/56.69	c 56	restarts              : 16
56.86/56.69	c 56	conflicts             : 95730          (7404 /sec)
56.86/56.69	c 56	decisions             : 107193         (0.93 % random) (8290 /sec)
56.86/56.69	c 56	propagations          : 29761595       (2301741 /sec)
56.86/56.69	c 56	conflict literals     : 1596000        (32.33 % deleted)
56.86/56.69	c 56	Memory used           : 7.43 MB
56.86/56.69	c 56	CPU time              : 12.93 s
56.86/56.69	c 56	
56.86/56.69	c 56	UNSATISFIABLE
56.86/56.69	c 56	NOT FOUND: _COST <= 5
56.86/56.69	c 56	OBJECTIVE _COST 6
56.86/56.69	s OPTIMUM FOUND
56.86/56.69	c 56	CPU 56.66 (0.04 0.01 56.62 0.3)
56.86/56.69	c 56	END Wed Jul 23 05:50:38 2008

Verifier Data (download as text)

OK	6	303
6 unsatisfied constraints, 303 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-1128516-1216784982/watcher-1128516-1216784982 -o /tmp/evaluation-result-1128516-1216784982/solver-1128516-1216784982 -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-1128516-1216784982.xml 

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


[startup+0 s]
/proc/loadavg: 1.00 1.06 1.70 3/65 4979
/proc/meminfo: memFree=1748704/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=12268 CPUtime=0
/proc/4979/stat : 4979 (sugar) R 4977 4979 4156 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 5583175 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 249070058085 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/4979/statm: 3067 316 241 3 0 167 0

[startup+0.0690449 s]
/proc/loadavg: 1.00 1.06 1.70 3/65 4979
/proc/meminfo: memFree=1748704/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5583175 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102048 s]
/proc/loadavg: 1.00 1.06 1.70 3/65 4979
/proc/meminfo: memFree=1748704/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5583175 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301068 s]
/proc/loadavg: 1.00 1.06 1.70 3/65 4979
/proc/meminfo: memFree=1748704/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 5583175 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702112 s]
/proc/loadavg: 1.00 1.06 1.70 3/65 4979
/proc/meminfo: memFree=1748704/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.4
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 974 4635 0 1 3 0 34 3 15 0 1 0 5583175 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 1.00 1.06 1.70 2/76 5001
/proc/meminfo: memFree=1731336/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=1.7
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1244 19422 0 3 3 1 152 14 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 13728

[startup+3.10134 s]
/proc/loadavg: 1.00 1.06 1.70 3/76 5049
/proc/meminfo: memFree=1739400/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=2.46
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1526 34954 0 6 3 1 218 24 15 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 13728

[startup+6.30166 s]
/proc/loadavg: 1.00 1.06 1.70 2/68 5051
/proc/meminfo: memFree=1736968/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=2.46
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1526 34954 0 6 3 1 218 24 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5050] ppid=4979 vsize=5356 CPUtime=0
/proc/5050/stat : 5050 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5583392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5050/statm: 1339 232 193 169 0 50 0
[pid=5051] ppid=5050 vsize=7548 CPUtime=4.12
/proc/5051/stat : 5051 (minisat) R 5050 4979 4156 0 -1 4194304 1796 0 0 0 412 0 0 0 25 0 1 0 5583392 7729152 1782 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/5051/statm: 1887 1782 75 150 0 1734 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 26632

[startup+12.7013 s]
/proc/loadavg: 1.00 1.05 1.69 2/68 5051
/proc/meminfo: memFree=1736848/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=2.46
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1526 34954 0 6 3 1 218 24 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5050] ppid=4979 vsize=5356 CPUtime=0
/proc/5050/stat : 5050 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5583392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5050/statm: 1339 232 193 169 0 50 0
[pid=5051] ppid=5050 vsize=7700 CPUtime=10.51
/proc/5051/stat : 5051 (minisat) R 5050 4979 4156 0 -1 4194304 1816 0 0 0 1051 0 0 0 25 0 1 0 5583392 7884800 1802 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 0 0 0
/proc/5051/statm: 1925 1802 75 150 0 1772 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 26784

[startup+25.5016 s]
/proc/loadavg: 1.00 1.05 1.68 2/68 5051
/proc/meminfo: memFree=1736784/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=2.46
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1526 34954 0 6 3 1 218 24 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5050] ppid=4979 vsize=5356 CPUtime=0
/proc/5050/stat : 5050 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5583392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5050/statm: 1339 232 193 169 0 50 0
[pid=5051] ppid=5050 vsize=7856 CPUtime=23.32
/proc/5051/stat : 5051 (minisat) R 5050 4979 4156 0 -1 4194304 1864 0 0 0 2331 1 0 0 25 0 1 0 5583392 8044544 1850 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 0 0 0
/proc/5051/statm: 1964 1850 75 150 0 1811 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 26940

[startup+51.1011 s]
/proc/loadavg: 1.00 1.05 1.66 2/68 5065
/proc/meminfo: memFree=1737104/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=44.02
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1695 43054 0 7 3 1 4369 29 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5064] ppid=4979 vsize=5356 CPUtime=0
/proc/5064/stat : 5064 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5587549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5064/statm: 1339 232 193 169 0 50 0
[pid=5065] ppid=5064 vsize=7608 CPUtime=7.34
/proc/5065/stat : 5065 (minisat) R 5064 4979 4156 0 -1 4194304 1791 0 0 0 734 0 0 0 25 0 1 0 5587549 7790592 1777 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/5065/statm: 1902 1777 75 150 0 1749 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 26692

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

[startup+54.3014 s]
/proc/loadavg: 1.00 1.05 1.66 2/68 5065
/proc/meminfo: memFree=1737104/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=44.02
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1695 43054 0 7 3 1 4369 29 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5064] ppid=4979 vsize=5356 CPUtime=0
/proc/5064/stat : 5064 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5587549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5064/statm: 1339 232 193 169 0 50 0
[pid=5065] ppid=5064 vsize=7608 CPUtime=10.54
/proc/5065/stat : 5065 (minisat) R 5064 4979 4156 0 -1 4194304 1798 0 0 0 1054 0 0 0 25 0 1 0 5587549 7790592 1784 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 0 0 0
/proc/5065/statm: 1902 1784 75 150 0 1749 0
Current children cumulated CPU time (s) 54.56
Current children cumulated vsize (KiB) 26692

[startup+55.9016 s]
/proc/loadavg: 1.00 1.05 1.66 2/68 5065
/proc/meminfo: memFree=1737104/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=44.02
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1695 43054 0 7 3 1 4369 29 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5064] ppid=4979 vsize=5356 CPUtime=0
/proc/5064/stat : 5064 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5587549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5064/statm: 1339 232 193 169 0 50 0
[pid=5065] ppid=5064 vsize=7608 CPUtime=12.14
/proc/5065/stat : 5065 (minisat) R 5064 4979 4156 0 -1 4194304 1804 0 0 0 1214 0 0 0 25 0 1 0 5587549 7790592 1790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5065/statm: 1902 1790 75 150 0 1749 0
Current children cumulated CPU time (s) 56.16
Current children cumulated vsize (KiB) 26692

[startup+56.3016 s]
/proc/loadavg: 1.00 1.05 1.66 2/68 5065
/proc/meminfo: memFree=1737104/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=44.02
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1695 43054 0 7 3 1 4369 29 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5064] ppid=4979 vsize=5356 CPUtime=0
/proc/5064/stat : 5064 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5587549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5064/statm: 1339 232 193 169 0 50 0
[pid=5065] ppid=5064 vsize=7608 CPUtime=12.54
/proc/5065/stat : 5065 (minisat) R 5064 4979 4156 0 -1 4194304 1806 0 0 0 1254 0 0 0 25 0 1 0 5587549 7790592 1792 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5065/statm: 1902 1792 75 150 0 1749 0
Current children cumulated CPU time (s) 56.56
Current children cumulated vsize (KiB) 26692

[startup+56.5016 s]
/proc/loadavg: 1.00 1.05 1.66 2/68 5065
/proc/meminfo: memFree=1737104/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=44.02
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1695 43054 0 7 3 1 4369 29 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5064] ppid=4979 vsize=5356 CPUtime=0
/proc/5064/stat : 5064 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5587549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5064/statm: 1339 232 193 169 0 50 0
[pid=5065] ppid=5064 vsize=7608 CPUtime=12.74
/proc/5065/stat : 5065 (minisat) R 5064 4979 4156 0 -1 4194304 1806 0 0 0 1274 0 0 0 25 0 1 0 5587549 7790592 1792 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5065/statm: 1902 1792 75 150 0 1749 0
Current children cumulated CPU time (s) 56.76
Current children cumulated vsize (KiB) 26692

[startup+56.6016 s]
/proc/loadavg: 1.00 1.05 1.66 2/68 5065
/proc/meminfo: memFree=1737104/2055920 swapFree=4192956/4192956
[pid=4979] ppid=4977 vsize=13728 CPUtime=44.02
/proc/4979/stat : 4979 (sugar) S 4977 4979 4156 0 -1 4194304 1695 43054 0 7 3 1 4369 29 16 0 1 0 5583175 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3432 811 374 3 0 532 0
[pid=5064] ppid=4979 vsize=5356 CPUtime=0
/proc/5064/stat : 5064 (sh) S 4979 4979 4156 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5587549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5064/statm: 1339 232 193 169 0 50 0
[pid=5065] ppid=5064 vsize=7608 CPUtime=12.84
/proc/5065/stat : 5065 (minisat) R 5064 4979 4156 0 -1 4194304 1806 0 0 0 1284 0 0 0 25 0 1 0 5587549 7790592 1792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5065/statm: 1902 1792 75 150 0 1749 0
Current children cumulated CPU time (s) 56.86
Current children cumulated vsize (KiB) 26692

Child status: 0
Real time (s): 56.6958
CPU time (s): 56.9933
CPU user time (s): 56.6634
CPU system time (s): 0.329949
CPU usage (%): 100.525
Max. virtual memory (cumulated for all children) (KiB): 888832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6634
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46920
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= 2047
involuntary context switches= 1585

runsolver used 0.069989 second user time and 0.152976 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-23 05:49:42
IDJOB=1128516
IDBENCH=65577
IDSOLVER=368
FILE ID=node89/1128516-1216784982
PBS_JOBID= 7974213
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/normalized-kbtree-9-2-3-5-30-34_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-1128516-1216784982/watcher-1128516-1216784982 -o /tmp/evaluation-result-1128516-1216784982/solver-1128516-1216784982 -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-1128516-1216784982.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc1916287cd47c80d934bd9c6d78d5af
RANDOM SEED=1694887421

node89.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1749248 kB
Buffers:         38908 kB
Cached:         211468 kB
SwapCached:          0 kB
Active:         194488 kB
Inactive:        69240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          23080 kB
Slab:            28896 kB
Committed_AS:    60496 kB
PageTables:       1436 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 node89 at 2008-07-23 05:50:38