Trace number 1125396

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 49.5335 50.2519

General information on the benchmark

Namemaxcsp/celar/subs6/
normalized-scenw-6-sub1-24_ext.xml
MD5SUMbe5e89e8d3bfe63cb34b183c014cf264
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark0.116981
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints300
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension300
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 16 03:02:15 2008
0.00/0.04	c 0	PID 30089
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125396-1216170134.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125396-1216170134.xml' 'HOME/temp.csp'
0.03/0.76	c 0	1 domains, 14 variables, 0 predicates, 252 relations, 300 constraints
0.03/0.79	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.72/0.87	c 0	Parsing HOME/temp.csp
1.30/1.44	c 1	parsed 567 expressions
1.30/1.44	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.45	c 1	MAX CSP: 300 constraints
1.30/1.45	c 1	Converting to clausal form CSP
1.30/1.48	c 1	converted 87 (10%) expressions
1.30/1.48	c 1	converted 174 (20%) expressions
1.30/1.48	c 1	converted 261 (30%) expressions
1.41/1.53	c 1	converted 348 (40%) expressions
1.41/1.55	c 1	converted 435 (50%) expressions
1.41/1.57	c 1	converted 522 (60%) expressions
1.50/1.66	c 1	converted 609 (70%) expressions
1.50/1.68	c 1	converted 696 (80%) expressions
1.61/1.70	c 1	converted 783 (90%) expressions
1.71/1.87	c 1	converted 870 (100%) expressions
1.71/1.87	c 1	CSP : 614 integers, 0 booleans, 899 clauses, largest domain size 451
1.71/1.87	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.87	c 1	Propagation in CSP
1.81/1.91	c 1	296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.81/1.91	c 1	CSP : 614 integers, 0 booleans, 899 clauses, largest domain size 301
1.81/1.91	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.91	c 1	Simplifing CSP by introducing new Boolean variables
1.81/1.91	c 1	CSP : 614 integers, 0 booleans, 899 clauses, largest domain size 301
1.81/1.91	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.96	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.81/1.98	c 2	62 (10%) CSP integer variables are encoded (308 clauses, 3246 bytes)
1.81/1.98	c 2	123 (20%) CSP integer variables are encoded (308 clauses, 3246 bytes)
1.81/1.98	c 2	185 (30%) CSP integer variables are encoded (308 clauses, 3246 bytes)
1.81/1.98	c 2	246 (40%) CSP integer variables are encoded (308 clauses, 3246 bytes)
1.81/1.98	c 2	307 (50%) CSP integer variables are encoded (308 clauses, 3246 bytes)
1.81/1.99	c 2	369 (60%) CSP integer variables are encoded (818 clauses, 9159 bytes)
1.81/1.99	c 2	430 (70%) CSP integer variables are encoded (3128 clauses, 39189 bytes)
1.81/1.99	c 2	492 (80%) CSP integer variables are encoded (3745 clauses, 47210 bytes)
1.81/1.99	c 2	553 (90%) CSP integer variables are encoded (4088 clauses, 51669 bytes)
1.81/2.00	c 2	614 (100%) CSP integer variables are encoded (4601 clauses, 58338 bytes)
1.91/2.07	c 2	90 (10%) CSP clauses are encoded (6613 clauses, 98137 bytes)
2.00/2.12	c 2	180 (20%) CSP clauses are encoded (8469 clauses, 135657 bytes)
2.00/2.15	c 2	270 (30%) CSP clauses are encoded (10446 clauses, 179480 bytes)
2.00/2.17	c 2	360 (40%) CSP clauses are encoded (11764 clauses, 204147 bytes)
2.11/2.28	c 2	450 (50%) CSP clauses are encoded (60932 clauses, 1084835 bytes)
2.11/2.28	c 2	540 (60%) CSP clauses are encoded (62830 clauses, 1117254 bytes)
2.20/2.37	c 2	630 (70%) CSP clauses are encoded (107690 clauses, 1939962 bytes)
2.20/2.38	c 2	720 (80%) CSP clauses are encoded (109842 clauses, 1976852 bytes)
2.20/2.39	c 2	810 (90%) CSP clauses are encoded (114678 clauses, 2062802 bytes)
2.29/2.42	c 2	899 (100%) CSP clauses are encoded (132164 clauses, 2379710 bytes)
2.29/2.42	c 2	899 CSP clauses encoded
2.29/2.42	c 2	Writing map file : HOME/temp.map
2.29/2.43	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.43	c 2	SAT : 5215 SAT variables, 132164 SAT clauses, 2379710 bytes
2.29/2.43	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.46	c 2	OBJECTIVE minimize _COST
2.29/2.46	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.29/2.46	c 2	SEARCHING: _COST <= 150
2.29/2.46	c 2	SOLVING HOME/temp.cnf
2.29/2.46	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.29/2.46	c 2	This is MiniSat 2.0 beta
2.29/2.46	c 2	WARNING: for repeatability, setting FPU to use double precision
2.29/2.46	c 2	============================[ Problem Statistics ]=============================
2.29/2.46	c 2	|                                                                             |
2.29/2.46	c 2	|  Number of variables:  5215                                                 |
2.29/2.46	c 2	|  Number of clauses:    132165                                               |
2.35/2.53	c 2	|  Parsing time:         0.06         s                                       |
2.35/2.55	c 2	============================[ Search Statistics ]==============================
2.35/2.55	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.35/2.55	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.35/2.55	c 2	===============================================================================
2.35/2.55	c 2	|         0 |    3865    87110   260938 |    29036        0    nan |  0.000 % |
2.35/2.60	c 2	|       101 |    3865    87110   260938 |    31940      101     20 | 25.887 % |
2.35/2.61	c 2	===============================================================================
2.35/2.61	c 2	restarts              : 2
2.35/2.61	c 2	conflicts             : 165            (1196 /sec)
2.35/2.61	c 2	decisions             : 841            (0.71 % random) (6095 /sec)
2.35/2.61	c 2	propagations          : 70152          (508425 /sec)
2.35/2.61	c 2	conflict literals     : 3283           (23.76 % deleted)
2.35/2.61	c 2	Memory used           : 7.13 MB
2.35/2.61	c 2	CPU time              : 0.137979 s
2.35/2.61	c 2	
2.35/2.62	c 2	SATISFIABLE
2.35/2.62	c 2	FOUND: _COST <= 150
2.35/2.62	s SATISFIABLE
2.35/2.62	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.35/2.62	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.51/2.70	c 2	Decoding HOME/temp.out
2.51/2.79	c 2	OBJECTIVE _COST 150
2.51/2.79	o 150
2.51/2.79	v 0 20 15 22 23 23 20 23 10 23 10 22 1 23
2.51/2.81	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.51/2.83	c 2	OBJECTIVE BOUND: 0 <= _COST <= 150
2.51/2.83	c 2	SEARCHING: _COST <= 75
2.51/2.83	c 2	SOLVING HOME/temp.cnf
2.51/2.83	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.51/2.83	c 2	This is MiniSat 2.0 beta
2.51/2.83	c 2	WARNING: for repeatability, setting FPU to use double precision
2.51/2.83	c 2	============================[ Problem Statistics ]=============================
2.51/2.83	c 2	|                                                                             |
2.51/2.83	c 2	|  Number of variables:  5215                                                 |
2.51/2.83	c 2	|  Number of clauses:    132165                                               |
2.71/2.90	c 2	|  Parsing time:         0.05         s                                       |
2.71/2.93	c 2	============================[ Search Statistics ]==============================
2.71/2.93	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.71/2.93	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.71/2.93	c 2	===============================================================================
2.71/2.93	c 2	|         0 |    3115    59660   180763 |    19886        0    nan |  0.000 % |
2.71/2.96	c 3	|       101 |    3115    59660   180763 |    21875      100     18 | 40.345 % |
2.71/2.99	c 3	|       251 |    3115    59660   180763 |    24062      250     22 | 40.345 % |
2.71/3.02	c 3	|       476 |    3115    59660   180763 |    26469      475     22 | 40.345 % |
2.71/3.08	c 3	|       814 |    3115    59660   180763 |    29116      813     22 | 40.345 % |
2.71/3.16	c 3	|      1320 |    3111    59349   179842 |    32027     1319     22 | 40.345 % |
2.71/3.18	c 3	===============================================================================
2.71/3.18	c 3	restarts              : 6
2.71/3.18	c 3	conflicts             : 1440           (4351 /sec)
2.71/3.18	c 3	decisions             : 2298           (0.70 % random) (6944 /sec)
2.71/3.18	c 3	propagations          : 486179         (1469045 /sec)
2.71/3.18	c 3	conflict literals     : 31652          (30.06 % deleted)
2.71/3.18	c 3	Memory used           : 7.13 MB
2.71/3.18	c 3	CPU time              : 0.330949 s
2.71/3.18	c 3	
2.71/3.18	c 3	SATISFIABLE
2.71/3.19	c 3	FOUND: _COST <= 75
2.71/3.19	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.71/3.19	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.12/3.30	c 3	Decoding HOME/temp.out
3.22/3.41	c 3	OBJECTIVE _COST 75
3.22/3.41	o 75
3.22/3.41	v 23 17 23 1 23 23 20 3 12 2 11 10 2 2
3.22/3.42	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.22/3.44	c 3	OBJECTIVE BOUND: 0 <= _COST <= 75
3.22/3.44	c 3	SEARCHING: _COST <= 37
3.22/3.44	c 3	SOLVING HOME/temp.cnf
3.22/3.44	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.22/3.44	c 3	This is MiniSat 2.0 beta
3.22/3.44	c 3	WARNING: for repeatability, setting FPU to use double precision
3.22/3.44	c 3	============================[ Problem Statistics ]=============================
3.22/3.44	c 3	|                                                                             |
3.22/3.44	c 3	|  Number of variables:  5215                                                 |
3.22/3.44	c 3	|  Number of clauses:    132165                                               |
3.25/3.51	c 3	|  Parsing time:         0.06         s                                       |
3.25/3.54	c 3	============================[ Search Statistics ]==============================
3.25/3.54	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.25/3.54	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.25/3.54	c 3	===============================================================================
3.25/3.54	c 3	|         0 |    2617    37441   115562 |    12480        0    nan |  0.000 % |
3.25/3.57	c 3	|       101 |    2617    37441   115562 |    13728      100     15 | 49.971 % |
3.25/3.59	c 3	|       251 |    2617    37441   115562 |    15101      250     15 | 49.971 % |
3.25/3.62	c 3	|       476 |    2617    37441   115562 |    16611      475     17 | 49.971 % |
3.25/3.67	c 3	|       813 |    2609    37048   114407 |    18272      812     17 | 49.971 % |
3.25/3.74	c 3	|      1319 |    2609    37048   114407 |    20099     1318     17 | 49.972 % |
3.25/3.85	c 3	|      2079 |    2609    37048   114407 |    22109     2078     17 | 49.971 % |
3.25/4.03	c 4	|      3218 |    2609    37048   114407 |    24320     3217     17 | 49.971 % |
4.09/4.34	c 4	|      4927 |    2609    37048   114407 |    26752     4926     16 | 49.971 % |
4.58/4.86	c 4	|      7491 |    2609    37048   114407 |    29427     7490     17 | 49.971 % |
5.37/5.70	c 5	|     11337 |    2609    37048   114407 |    32370    11336     18 | 49.971 % |
6.86/7.11	c 7	|     17103 |    2609    37048   114407 |    35607    17102     17 | 49.971 % |
9.14/9.40	c 9	|     25753 |    2609    37048   114407 |    39168    25752     19 | 49.971 % |
13.90/14.21	c 14	|     38727 |    2609    37048   114407 |    43085    38726     19 | 49.971 % |
20.73/21.18	c 21	|     58188 |    2609    37048   114407 |    47394    24856     17 | 49.971 % |
21.43/21.88	c 21	===============================================================================
21.43/21.88	c 21	restarts              : 15
21.43/21.88	c 21	conflicts             : 60440          (3310 /sec)
21.43/21.88	c 21	decisions             : 76963          (0.99 % random) (4215 /sec)
21.43/21.88	c 21	propagations          : 22175081       (1214459 /sec)
21.43/21.88	c 21	conflict literals     : 1119501        (37.71 % deleted)
21.43/21.88	c 21	Memory used           : 10.11 MB
21.43/21.88	c 21	CPU time              : 18.2592 s
21.43/21.88	c 21	
21.43/21.89	c 21	SATISFIABLE
21.43/21.89	c 21	FOUND: _COST <= 37
21.43/21.89	c 21	DECODING HOME/temp.out WITH HOME/temp.map
21.43/21.89	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.55/21.97	c 22	Decoding HOME/temp.out
21.64/22.05	c 22	OBJECTIVE _COST 37
21.64/22.05	o 37
21.64/22.05	v 23 23 4 1 6 23 20 4 12 20 15 16 18 1
21.64/22.05	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.69/22.11	c 22	OBJECTIVE BOUND: 0 <= _COST <= 37
21.69/22.11	c 22	SEARCHING: _COST <= 18
21.69/22.11	c 22	SOLVING HOME/temp.cnf
21.69/22.11	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.69/22.11	c 22	This is MiniSat 2.0 beta
21.69/22.11	c 22	WARNING: for repeatability, setting FPU to use double precision
21.69/22.11	c 22	============================[ Problem Statistics ]=============================
21.69/22.11	c 22	|                                                                             |
21.69/22.11	c 22	|  Number of variables:  5215                                                 |
21.69/22.11	c 22	|  Number of clauses:    132165                                               |
21.69/22.18	c 22	|  Parsing time:         0.07         s                                       |
21.70/22.22	c 22	============================[ Search Statistics ]==============================
21.70/22.22	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.70/22.22	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.70/22.22	c 22	===============================================================================
21.70/22.22	c 22	|         0 |    2225    23923    76165 |     7974        0    nan |  0.000 % |
21.70/22.24	c 22	|       101 |    2225    23923    76165 |     8771      101     13 | 57.335 % |
21.70/22.26	c 22	|       254 |    2225    23923    76165 |     9648      254     11 | 57.335 % |
21.70/22.29	c 22	|       480 |    2225    23923    76165 |    10613      480     10 | 57.335 % |
21.70/22.34	c 22	|       818 |    2225    23923    76165 |    11675      818     11 | 57.335 % |
21.70/22.42	c 22	|      1326 |    2225    23923    76165 |    12842     1326     11 | 57.335 % |
21.70/22.53	c 22	|      2085 |    2225    23923    76165 |    14127     2085     12 | 57.335 % |
21.70/22.70	c 22	|      3224 |    2225    23923    76165 |    15539     3224     12 | 57.335 % |
21.70/22.97	c 23	|      4932 |    2225    23923    76165 |    17093     4932     12 | 57.335 % |
22.86/23.36	c 23	|      7495 |    2225    23923    76165 |    18803     7495     13 | 57.335 % |
23.66/24.11	c 24	|     11340 |    2225    23923    76165 |    20683    11340     13 | 57.335 % |
24.94/25.47	c 25	|     17106 |    2225    23923    76165 |    22751    17106     12 | 57.335 % |
25.44/25.93	c 25	===============================================================================
25.44/25.93	c 25	restarts              : 12
25.44/25.93	c 25	conflicts             : 19472          (5149 /sec)
25.44/25.93	c 25	decisions             : 25506          (1.16 % random) (6745 /sec)
25.44/25.93	c 25	propagations          : 7394582        (1955501 /sec)
25.44/25.93	c 25	conflict literals     : 244333         (36.02 % deleted)
25.44/25.93	c 25	Memory used           : 7.39 MB
25.44/25.93	c 25	CPU time              : 3.78143 s
25.44/25.93	c 25	
25.44/25.93	c 25	SATISFIABLE
25.44/25.94	c 25	FOUND: _COST <= 18
25.44/25.94	c 25	DECODING HOME/temp.out WITH HOME/temp.map
25.44/25.94	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.50/26.02	c 26	Decoding HOME/temp.out
25.50/26.09	c 26	OBJECTIVE _COST 18
25.50/26.09	o 18
25.50/26.09	v 23 23 2 1 4 23 20 3 12 20 15 16 0 0
25.50/26.09	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.50/26.15	c 26	OBJECTIVE BOUND: 0 <= _COST <= 18
25.50/26.15	c 26	SEARCHING: _COST <= 9
25.50/26.15	c 26	SOLVING HOME/temp.cnf
25.50/26.15	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.50/26.15	c 26	This is MiniSat 2.0 beta
25.50/26.15	c 26	WARNING: for repeatability, setting FPU to use double precision
25.50/26.15	c 26	============================[ Problem Statistics ]=============================
25.50/26.15	c 26	|                                                                             |
25.50/26.15	c 26	|  Number of variables:  5215                                                 |
25.50/26.15	c 26	|  Number of clauses:    132165                                               |
25.66/26.23	c 26	|  Parsing time:         0.06         s                                       |
25.66/26.26	c 26	============================[ Search Statistics ]==============================
25.66/26.26	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.66/26.26	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.66/26.26	c 26	===============================================================================
25.66/26.26	c 26	|         0 |    1898    16705    55483 |     5568        0    nan |  0.000 % |
25.66/26.28	c 26	|       102 |    1898    16705    55483 |     6125      101     11 | 64.219 % |
25.79/26.30	c 26	|       252 |    1898    16705    55483 |     6737      251     10 | 64.219 % |
25.79/26.33	c 26	|       477 |    1866    16204    54076 |     7411      476      9 | 64.219 % |
25.79/26.37	c 26	|       814 |    1866    16204    54076 |     8152      813     11 | 64.219 % |
25.89/26.44	c 26	|      1320 |    1866    16204    54076 |     8967     1319     10 | 64.219 % |
25.98/26.54	c 26	|      2080 |    1863    16112    53707 |     9864     1466     10 | 64.276 % |
26.08/26.68	c 26	|      3221 |    1856    15814    52437 |    10851     1495      9 | 64.411 % |
26.28/26.81	c 26	===============================================================================
26.28/26.81	c 26	restarts              : 8
26.28/26.81	c 26	conflicts             : 4215           (6618 /sec)
26.28/26.81	c 26	decisions             : 5486           (1.28 % random) (8614 /sec)
26.28/26.81	c 26	propagations          : 1487698        (2335831 /sec)
26.28/26.81	c 26	conflict literals     : 41494          (31.37 % deleted)
26.28/26.81	c 26	Memory used           : 7.13 MB
26.28/26.81	c 26	CPU time              : 0.636903 s
26.28/26.81	c 26	
26.28/26.81	c 26	UNSATISFIABLE
26.28/26.81	c 26	NOT FOUND: _COST <= 9
26.28/26.81	c 26	OBJECTIVE BOUND: 10 <= _COST <= 18
26.28/26.81	c 26	SEARCHING: _COST <= 14
26.28/26.81	c 26	SOLVING HOME/temp.cnf
26.28/26.81	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.28/26.82	c 26	This is MiniSat 2.0 beta
26.28/26.82	c 26	WARNING: for repeatability, setting FPU to use double precision
26.28/26.82	c 26	============================[ Problem Statistics ]=============================
26.28/26.82	c 26	|                                                                             |
26.28/26.82	c 26	|  Number of variables:  5215                                                 |
26.28/26.82	c 26	|  Number of clauses:    132165                                               |
26.28/26.89	c 26	|  Parsing time:         0.06         s                                       |
26.31/26.92	c 26	============================[ Search Statistics ]==============================
26.31/26.92	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.31/26.92	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.31/26.92	c 26	===============================================================================
26.31/26.92	c 26	|         0 |    2085    20509    66339 |     6836        0    nan |  0.000 % |
26.31/26.94	c 26	|       100 |    2085    20509    66339 |     7519      100     12 | 60.019 % |
26.31/26.96	c 27	|       250 |    2085    20509    66339 |     8271      250     10 | 60.019 % |
26.31/26.99	c 27	|       475 |    2085    20509    66339 |     9099      475     10 | 60.019 % |
26.31/27.04	c 27	|       812 |    2085    20509    66339 |    10009      812     11 | 60.019 % |
26.31/27.10	c 27	|      1318 |    2085    20509    66339 |    11009     1318     10 | 60.019 % |
26.31/27.20	c 27	|      2077 |    2085    20509    66339 |    12110     2077     10 | 60.019 % |
26.31/27.37	c 27	|      3216 |    2085    20509    66339 |    13322     3216     10 | 60.019 % |
27.07/27.64	c 27	|      4924 |    2085    20509    66339 |    14654     4924     10 | 60.019 % |
27.47/28.03	c 28	|      7486 |    2085    20509    66339 |    16119     7486     11 | 60.019 % |
28.07/28.63	c 28	|     11331 |    2085    20509    66339 |    17731    11331     12 | 60.019 % |
29.16/29.75	c 29	|     17098 |    2085    20509    66339 |    19504    17098     12 | 60.019 % |
30.74/31.34	c 31	===============================================================================
30.74/31.34	c 31	restarts              : 12
30.74/31.34	c 31	conflicts             : 25119          (5615 /sec)
30.74/31.34	c 31	decisions             : 32174          (1.24 % random) (7192 /sec)
30.74/31.34	c 31	propagations          : 8937418        (1997939 /sec)
30.74/31.34	c 31	conflict literals     : 317744         (33.26 % deleted)
30.74/31.34	c 31	Memory used           : 7.28 MB
30.74/31.34	c 31	CPU time              : 4.47332 s
30.74/31.34	c 31	
30.74/31.34	c 31	UNSATISFIABLE
30.74/31.34	c 31	NOT FOUND: _COST <= 14
30.74/31.34	c 31	OBJECTIVE BOUND: 15 <= _COST <= 18
30.74/31.34	c 31	SEARCHING: _COST <= 16
30.74/31.34	c 31	SOLVING HOME/temp.cnf
30.74/31.34	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.74/31.35	c 31	This is MiniSat 2.0 beta
30.74/31.35	c 31	WARNING: for repeatability, setting FPU to use double precision
30.74/31.35	c 31	============================[ Problem Statistics ]=============================
30.74/31.35	c 31	|                                                                             |
30.74/31.35	c 31	|  Number of variables:  5215                                                 |
30.74/31.35	c 31	|  Number of clauses:    132165                                               |
30.80/31.42	c 31	|  Parsing time:         0.06         s                                       |
30.80/31.45	c 31	============================[ Search Statistics ]==============================
30.80/31.45	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.80/31.45	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.80/31.45	c 31	===============================================================================
30.80/31.45	c 31	|         0 |    2155    22162    71090 |     7387        0    nan |  0.000 % |
30.80/31.47	c 31	|       100 |    2155    22162    71090 |     8126      100     13 | 58.677 % |
30.80/31.50	c 31	|       250 |    2155    22162    71090 |     8938      250     12 | 58.677 % |
30.80/31.53	c 31	|       478 |    2155    22162    71090 |     9832      478     11 | 58.677 % |
30.80/31.57	c 31	|       815 |    2155    22162    71090 |    10815      815     10 | 58.677 % |
30.80/31.65	c 31	|      1321 |    2155    22162    71090 |    11897     1321     10 | 58.677 % |
30.80/31.76	c 31	|      2081 |    2155    22162    71090 |    13087     2081     10 | 58.677 % |
31.34/31.94	c 31	|      3224 |    2155    22162    71090 |    14395     3224     11 | 58.677 % |
31.53/32.17	c 32	|      4932 |    2155    22162    71090 |    15835     4932     12 | 58.677 % |
31.93/32.57	c 32	|      7495 |    2155    22162    71090 |    17418     7495     12 | 58.677 % |
32.62/33.28	c 33	|     11343 |    2155    22162    71090 |    19160    11343     12 | 58.677 % |
33.61/34.27	c 34	|     17109 |    2155    22162    71090 |    21076    17109     14 | 58.677 % |
35.60/36.28	c 36	|     25758 |    2148    21892    69922 |    23184    17963     12 | 58.811 % |
37.27/37.93	c 37	===============================================================================
37.27/37.93	c 37	restarts              : 13
37.27/37.93	c 37	conflicts             : 32483          (4997 /sec)
37.27/37.93	c 37	decisions             : 41413          (1.23 % random) (6371 /sec)
37.27/37.93	c 37	propagations          : 11567486       (1779610 /sec)
37.27/37.93	c 37	conflict literals     : 427945         (35.15 % deleted)
37.27/37.93	c 37	Memory used           : 7.41 MB
37.27/37.93	c 37	CPU time              : 6.50001 s
37.27/37.93	c 37	
37.27/37.93	c 37	UNSATISFIABLE
37.27/37.93	c 37	NOT FOUND: _COST <= 16
37.27/37.93	c 37	OBJECTIVE BOUND: 17 <= _COST <= 18
37.27/37.93	c 37	SEARCHING: _COST <= 17
37.27/37.93	c 37	SOLVING HOME/temp.cnf
37.27/37.93	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.27/37.94	c 37	This is MiniSat 2.0 beta
37.27/37.94	c 37	WARNING: for repeatability, setting FPU to use double precision
37.27/37.94	c 37	============================[ Problem Statistics ]=============================
37.27/37.94	c 37	|                                                                             |
37.27/37.94	c 37	|  Number of variables:  5215                                                 |
37.27/37.94	c 37	|  Number of clauses:    132165                                               |
37.32/38.01	c 38	|  Parsing time:         0.06         s                                       |
37.32/38.04	c 38	============================[ Search Statistics ]==============================
37.32/38.04	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.32/38.04	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.32/38.04	c 38	===============================================================================
37.32/38.04	c 38	|         0 |    2190    23029    73587 |     7676        0    nan |  0.000 % |
37.32/38.06	c 38	|       101 |    2190    23029    73587 |     8443      101     14 | 58.006 % |
37.32/38.08	c 38	|       253 |    2190    23029    73587 |     9288      253     11 | 58.006 % |
37.32/38.11	c 38	|       478 |    2190    23029    73587 |    10217      478     11 | 58.006 % |
37.32/38.15	c 38	|       818 |    2190    23029    73587 |    11238      818     11 | 58.006 % |
37.32/38.22	c 38	|      1327 |    2190    23029    73587 |    12362     1327     12 | 58.006 % |
37.32/38.33	c 38	|      2086 |    2190    23029    73587 |    13599     2086     12 | 58.006 % |
37.87/38.51	c 38	|      3225 |    2190    23029    73587 |    14959     3225     12 | 58.006 % |
38.06/38.76	c 38	|      4935 |    2190    23029    73587 |    16454     4935     13 | 58.006 % |
38.56/39.20	c 39	|      7497 |    2190    23029    73587 |    18100     7497     12 | 58.006 % |
39.25/39.92	c 39	|     11344 |    2190    23029    73587 |    19910    11344     12 | 58.006 % |
40.34/41.06	c 41	|     17111 |    2190    23029    73587 |    21901    17111     13 | 58.006 % |
42.61/43.30	c 43	|     25760 |    2190    23029    73587 |    24091    13118     14 | 58.006 % |
45.29/46.10	c 46	|     38735 |    2190    23029    73587 |    26500    26093     14 | 58.006 % |
49.45/50.24	c 50	===============================================================================
49.45/50.24	c 50	restarts              : 14
49.45/50.24	c 50	conflicts             : 57544          (4724 /sec)
49.45/50.24	c 50	decisions             : 73150          (1.13 % random) (6006 /sec)
49.45/50.24	c 50	propagations          : 20764376       (1704772 /sec)
49.45/50.24	c 50	conflict literals     : 788493         (35.19 % deleted)
49.45/50.24	c 50	Memory used           : 7.55 MB
49.45/50.24	c 50	CPU time              : 12.1801 s
49.45/50.24	c 50	
49.45/50.24	c 50	UNSATISFIABLE
49.45/50.25	c 50	NOT FOUND: _COST <= 17
49.45/50.25	c 50	OBJECTIVE _COST 18
49.45/50.25	s OPTIMUM FOUND
49.45/50.25	c 50	CPU 49.15 (0.05 0.01 49.1 0.35)
49.45/50.25	c 50	END Wed Jul 16 03:03:05 2008

Verifier Data (download as text)

OK	18	282
18 unsatisfied constraints, 282 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-1125396-1216170134/watcher-1125396-1216170134 -o /tmp/evaluation-result-1125396-1216170134/solver-1125396-1216170134 -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-1125396-1216170134.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.92 1.98 1.99 4/81 30089
/proc/meminfo: memFree=1739920/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=12000 CPUtime=0
/proc/30089/stat : 30089 (sugar) R 30087 30089 27750 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 73711783 12288000 180 996147200 4194304 4206940 548682068592 18446744073709551615 271912072224 0 0 4224 0 0 0 0 17 1 0 0
/proc/30089/statm: 3000 180 141 3 0 100 0

[startup+0.054619 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30089
/proc/meminfo: memFree=1739920/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13600 CPUtime=0.03
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73711783 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104257 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30089
/proc/meminfo: memFree=1739920/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13600 CPUtime=0.03
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73711783 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301661 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30089
/proc/meminfo: memFree=1739920/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13600 CPUtime=0.03
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73711783 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701734 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30089
/proc/meminfo: memFree=1739920/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13600 CPUtime=0.03
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73711783 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 30111
/proc/meminfo: memFree=1732216/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13600 CPUtime=0.72
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 974 4743 0 1 3 0 66 3 15 0 1 0 73711783 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3400 797 370 3 0 500 0
[pid=30102] ppid=30089 vsize=5356 CPUtime=0
/proc/30102/stat : 30102 (sh) S 30089 30089 27750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73711862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30102/statm: 1339 233 193 169 0 50 0
[pid=30103] ppid=30102 vsize=864148 CPUtime=0.69
/proc/30103/stat : 30103 (java) S 30102 30089 27750 0 -1 0 6206 0 1 0 66 3 0 0 18 0 9 0 73711862 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30103/statm: 216037 5473 2542 9 0 210612 0
[pid=30103/tid=30104] ppid=30102 vsize=864148 CPUtime=0.49
/proc/30103/task/30104/stat : 30104 (java) R 30102 30089 27750 0 -1 64 2585 0 1 0 48 1 0 0 18 0 9 0 73711863 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30105] ppid=30102 vsize=864148 CPUtime=0.09
/proc/30103/task/30105/stat : 30105 (java) R 30102 30089 27750 0 -1 64 2591 0 0 0 9 0 0 0 16 0 9 0 73711864 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 101588431 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30106] ppid=30102 vsize=864148 CPUtime=0
/proc/30103/task/30106/stat : 30106 (java) S 30102 30089 27750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73711864 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30107] ppid=30102 vsize=864148 CPUtime=0
/proc/30103/task/30107/stat : 30107 (java) S 30102 30089 27750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73711864 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30108] ppid=30102 vsize=864148 CPUtime=0
/proc/30103/task/30108/stat : 30108 (java) S 30102 30089 27750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73711866 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30109] ppid=30102 vsize=864148 CPUtime=0.07
/proc/30103/task/30109/stat : 30109 (java) S 30102 30089 27750 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 73711866 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30110] ppid=30102 vsize=864148 CPUtime=0
/proc/30103/task/30110/stat : 30110 (java) S 30102 30089 27750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73711866 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30103/tid=30111] ppid=30102 vsize=864148 CPUtime=0
/proc/30103/task/30111/stat : 30111 (java) S 30102 30089 27750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73711866 884887552 5473 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883104

[startup+3.10116 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 30111
/proc/meminfo: memFree=1715640/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=2.71
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1183 19629 0 3 4 0 252 15 15 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13728

[startup+6.30174 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 30137
/proc/meminfo: memFree=1727992/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=3.25
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1299 25436 0 4 4 0 301 20 15 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30136] ppid=30089 vsize=5356 CPUtime=0
/proc/30136/stat : 30136 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73712126 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30136/statm: 1339 232 193 169 0 50 0
[pid=30137] ppid=30136 vsize=7452 CPUtime=2.82
/proc/30137/stat : 30137 (minisat) R 30136 30089 27750 0 -1 4194304 1763 0 0 0 282 0 0 0 25 0 1 0 73712127 7630848 1749 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/30137/statm: 1863 1749 75 150 0 1710 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 26536

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 30137
/proc/meminfo: memFree=1726712/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=3.25
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1299 25436 0 4 4 0 301 20 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30136] ppid=30089 vsize=5356 CPUtime=0
/proc/30136/stat : 30136 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73712126 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30136/statm: 1339 232 193 169 0 50 0
[pid=30137] ppid=30136 vsize=8944 CPUtime=9.17
/proc/30137/stat : 30137 (minisat) R 30136 30089 27750 0 -1 4194304 2144 0 0 0 916 1 0 0 25 0 1 0 73712127 9158656 2130 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30137/statm: 2236 2130 75 150 0 2083 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 28028

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 30149
/proc/meminfo: memFree=1728184/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=21.7
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1414 31993 0 5 4 1 2140 25 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30148] ppid=30089 vsize=5356 CPUtime=0
/proc/30148/stat : 30148 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73713994 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30148/statm: 1339 232 193 169 0 50 0
[pid=30149] ppid=30148 vsize=7432 CPUtime=3.34
/proc/30149/stat : 30149 (minisat) R 30148 30089 27750 0 -1 4194304 1774 0 0 0 334 0 0 0 25 0 1 0 73713994 7610368 1760 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/30149/statm: 1858 1760 75 150 0 1705 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 26516

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

[startup+38.3014 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 30165
/proc/meminfo: memFree=1728184/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 15 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 37.32
Current children cumulated vsize (KiB) 13728

[startup+44.7016 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30167
/proc/meminfo: memFree=1728120/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30166] ppid=30089 vsize=5356 CPUtime=0
/proc/30166/stat : 30166 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73715576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30166/statm: 1339 232 193 169 0 50 0
[pid=30167] ppid=30166 vsize=7568 CPUtime=6.68
/proc/30167/stat : 30167 (minisat) R 30166 30089 27750 0 -1 4194304 1798 0 0 0 668 0 0 0 25 0 1 0 73715576 7749632 1784 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/30167/statm: 1892 1784 75 150 0 1739 0
Current children cumulated CPU time (s) 44
Current children cumulated vsize (KiB) 26652

[startup+47.9011 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30167
/proc/meminfo: memFree=1727992/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30166] ppid=30089 vsize=5356 CPUtime=0
/proc/30166/stat : 30166 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73715576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30166/statm: 1339 232 193 169 0 50 0
[pid=30167] ppid=30166 vsize=7732 CPUtime=9.85
/proc/30167/stat : 30167 (minisat) R 30166 30089 27750 0 -1 4194304 1830 0 0 0 985 0 0 0 25 0 1 0 73715576 7917568 1816 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30167/statm: 1933 1816 75 150 0 1780 0
Current children cumulated CPU time (s) 47.17
Current children cumulated vsize (KiB) 26816

[startup+49.5064 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30167
/proc/meminfo: memFree=1727992/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30166] ppid=30089 vsize=5356 CPUtime=0
/proc/30166/stat : 30166 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73715576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30166/statm: 1339 232 193 169 0 50 0
[pid=30167] ppid=30166 vsize=7732 CPUtime=11.44
/proc/30167/stat : 30167 (minisat) R 30166 30089 27750 0 -1 4194304 1830 0 0 0 1144 0 0 0 25 0 1 0 73715576 7917568 1816 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/30167/statm: 1933 1816 75 150 0 1780 0
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (KiB) 26816

[startup+49.9015 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30167
/proc/meminfo: memFree=1727992/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30166] ppid=30089 vsize=5356 CPUtime=0
/proc/30166/stat : 30166 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73715576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30166/statm: 1339 232 193 169 0 50 0
[pid=30167] ppid=30166 vsize=7732 CPUtime=11.83
/proc/30167/stat : 30167 (minisat) R 30166 30089 27750 0 -1 4194304 1830 0 0 0 1183 0 0 0 25 0 1 0 73715576 7917568 1816 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/30167/statm: 1933 1816 75 150 0 1780 0
Current children cumulated CPU time (s) 49.15
Current children cumulated vsize (KiB) 26816

[startup+50.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30167
/proc/meminfo: memFree=1727992/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30166] ppid=30089 vsize=5356 CPUtime=0
/proc/30166/stat : 30166 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73715576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30166/statm: 1339 232 193 169 0 50 0
[pid=30167] ppid=30166 vsize=7732 CPUtime=12.03
/proc/30167/stat : 30167 (minisat) R 30166 30089 27750 0 -1 4194304 1830 0 0 0 1203 0 0 0 25 0 1 0 73715576 7917568 1816 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 1 0 0
/proc/30167/statm: 1933 1816 75 150 0 1780 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 26816

[startup+50.2016 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30167
/proc/meminfo: memFree=1727992/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=13728 CPUtime=37.32
/proc/30089/stat : 30089 (sugar) S 30087 30089 27750 0 -1 4194304 1691 44037 0 6 5 1 3692 34 16 0 1 0 73711783 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30089/statm: 3432 811 374 3 0 532 0
[pid=30166] ppid=30089 vsize=5356 CPUtime=0
/proc/30166/stat : 30166 (sh) S 30089 30089 27750 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73715576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30166/statm: 1339 232 193 169 0 50 0
[pid=30167] ppid=30166 vsize=7732 CPUtime=12.13
/proc/30167/stat : 30167 (minisat) R 30166 30089 27750 0 -1 4194304 1830 0 0 0 1213 0 0 0 25 0 1 0 73715576 7917568 1816 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/30167/statm: 1933 1816 75 150 0 1780 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 26816

Child status: 0
Real time (s): 50.2519
CPU time (s): 49.5335
CPU user time (s): 49.1635
CPU system time (s): 0.369943
CPU usage (%): 98.5704
Max. virtual memory (cumulated for all children) (KiB): 887452

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

runsolver used 0.087986 second user time and 0.171973 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-16 03:02:15
IDJOB=1125396
IDBENCH=63114
IDSOLVER=368
FILE ID=node60/1125396-1216170134
PBS_JOBID= 7905636
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/subs6/normalized-scenw-6-sub1-24_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-1125396-1216170134/watcher-1125396-1216170134 -o /tmp/evaluation-result-1125396-1216170134/solver-1125396-1216170134 -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-1125396-1216170134.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be5e89e8d3bfe63cb34b183c014cf264
RANDOM SEED=1527223105

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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.263
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:       1740400 kB
Buffers:         75036 kB
Cached:         154464 kB
SwapCached:          0 kB
Active:         205128 kB
Inactive:        54484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          50204 kB
Slab:            40828 kB
Committed_AS:   353716 kB
PageTables:       2080 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node60 at 2008-07-16 03:03:05