Trace number 1108942

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM3 5.50116 5.25824

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-12-12.xml
MD5SUMf2b3b466b33c17a430e70cd4470c6662
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3.73043
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints333
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)cumulative(2),weightedsum(66)

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 Fri Jul 11 19:43:41 2008
0.00/0.04	c 0	PID 15326
0.03/0.04	c 0	HOST node41.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1108942-1215798221.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108942-1215798221.xml' 'HOME/temp.csp'
0.03/0.29	c 1	13 domains, 288 variables, 2 predicates, 0 relations, 333 constraints
0.03/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.39	c 1	Parsing HOME/temp.csp
0.40/0.47	c 1	parsed 636 expressions
0.40/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.48	c 1	MAX CSP: 333 constraints
0.40/0.48	c 1	Converting to clausal form CSP
0.40/0.50	c 1	converted 98 (10%) expressions
0.40/0.50	c 1	converted 195 (20%) expressions
0.40/0.50	c 1	converted 292 (30%) expressions
0.40/0.54	c 1	converted 389 (40%) expressions
0.40/0.56	c 1	converted 486 (50%) expressions
0.40/0.58	c 1	converted 584 (60%) expressions
0.40/0.60	c 1	converted 681 (70%) expressions
0.40/0.62	c 1	converted 778 (80%) expressions
0.40/0.63	c 1	converted 875 (90%) expressions
0.40/0.77	c 1	converted 972 (100%) expressions
0.40/0.77	c 1	CSP : 2098 integers, 566 booleans, 4442 clauses, largest domain size 500
0.40/0.77	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.77	c 1	Propagation in CSP
0.40/0.83	c 1	640 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.83	c 1	CSP : 2098 integers, 566 booleans, 4442 clauses, largest domain size 334
0.40/0.83	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.84	c 1	CSP : 2098 integers, 566 booleans, 4442 clauses, largest domain size 334
0.40/0.84	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/0.89	c 1	210 (10%) CSP integer variables are encoded (430 clauses, 4588 bytes)
0.40/0.89	c 1	420 (20%) CSP integer variables are encoded (430 clauses, 4588 bytes)
0.40/0.89	c 1	630 (30%) CSP integer variables are encoded (430 clauses, 4588 bytes)
0.40/0.89	c 1	840 (40%) CSP integer variables are encoded (1790 clauses, 22268 bytes)
0.40/0.89	c 1	1049 (50%) CSP integer variables are encoded (2954 clauses, 37400 bytes)
0.40/0.90	c 1	1259 (60%) CSP integer variables are encoded (4190 clauses, 53468 bytes)
0.40/0.90	c 1	1469 (70%) CSP integer variables are encoded (5318 clauses, 68132 bytes)
0.40/0.90	c 1	1679 (80%) CSP integer variables are encoded (6609 clauses, 84915 bytes)
0.40/0.90	c 1	1889 (90%) CSP integer variables are encoded (8030 clauses, 103388 bytes)
0.40/0.91	c 1	2098 (100%) CSP integer variables are encoded (11911 clauses, 161432 bytes)
0.40/0.93	c 1	445 (10%) CSP clauses are encoded (16456 clauses, 257394 bytes)
0.40/0.95	c 1	889 (20%) CSP clauses are encoded (21382 clauses, 357279 bytes)
0.40/0.97	c 1	1333 (30%) CSP clauses are encoded (29720 clauses, 501377 bytes)
0.40/0.99	c 1	1777 (40%) CSP clauses are encoded (36849 clauses, 624601 bytes)
1.30/1.00	c 1	2221 (50%) CSP clauses are encoded (44813 clauses, 762221 bytes)
1.30/1.02	c 1	2666 (60%) CSP clauses are encoded (54342 clauses, 927640 bytes)
1.30/1.04	c 1	3110 (70%) CSP clauses are encoded (61317 clauses, 1048270 bytes)
1.30/1.06	c 1	3554 (80%) CSP clauses are encoded (68654 clauses, 1174886 bytes)
1.30/1.08	c 1	3998 (90%) CSP clauses are encoded (82412 clauses, 1416405 bytes)
1.59/1.35	c 2	4442 (100%) CSP clauses are encoded (221752 clauses, 4327777 bytes)
1.59/1.35	c 2	4442 CSP clauses encoded
1.59/1.35	c 2	Writing map file : HOME/temp.map
1.59/1.37	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.37	c 2	SAT : 14551 SAT variables, 221752 SAT clauses, 4327777 bytes
1.59/1.37	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/1.41	c 2	OBJECTIVE minimize _COST
1.66/1.41	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.66/1.41	c 2	SEARCHING: _COST <= 167
1.66/1.41	c 2	SOLVING HOME/temp.cnf
1.66/1.41	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.66/1.42	c 2	This is MiniSat 2.0 beta
1.66/1.42	c 2	WARNING: for repeatability, setting FPU to use double precision
1.66/1.42	c 2	============================[ Problem Statistics ]=============================
1.66/1.42	c 2	|                                                                             |
1.66/1.42	c 2	|  Number of variables:  14551                                                |
1.66/1.42	c 2	|  Number of clauses:    221753                                               |
1.68/1.52	c 2	|  Parsing time:         0.09         s                                       |
1.68/1.55	c 2	============================[ Search Statistics ]==============================
1.68/1.55	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.55	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.55	c 2	===============================================================================
1.68/1.55	c 2	|         0 |   13057   167022   478626 |    55674        0    nan |  0.000 % |
1.68/1.57	c 2	===============================================================================
1.68/1.57	c 2	restarts              : 1
1.68/1.57	c 2	conflicts             : 0              (0 /sec)
1.68/1.57	c 2	decisions             : 655            (1.07 % random) (4613 /sec)
1.68/1.57	c 2	propagations          : 14551          (102488 /sec)
1.68/1.57	c 2	conflict literals     : 0              ( nan % deleted)
1.68/1.57	c 2	Memory used           : 11.60 MB
1.68/1.57	c 2	CPU time              : 0.141978 s
1.68/1.57	c 2	
1.68/1.58	c 2	SATISFIABLE
1.68/1.58	c 2	FOUND: _COST <= 167
1.68/1.58	s SATISFIABLE
1.68/1.58	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.68/1.58	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.84/1.65	c 2	Decoding HOME/temp.out
1.84/1.73	c 2	OBJECTIVE _COST 167
1.84/1.73	o 167
1.84/1.74	v 25 24 23 22 21 20 19 18 17 16 15 7 25 24 23 22 21 20 19 18 17 16 0 7 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1
1.84/1.74	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.84/1.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 167
1.84/1.79	c 2	SEARCHING: _COST <= 83
1.84/1.79	c 2	SOLVING HOME/temp.cnf
1.84/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.84/1.79	c 2	This is MiniSat 2.0 beta
1.84/1.79	c 2	WARNING: for repeatability, setting FPU to use double precision
1.84/1.79	c 2	============================[ Problem Statistics ]=============================
1.84/1.79	c 2	|                                                                             |
1.84/1.79	c 2	|  Number of variables:  14551                                                |
1.84/1.79	c 2	|  Number of clauses:    221753                                               |
2.06/1.90	c 2	|  Parsing time:         0.09         s                                       |
2.06/1.94	c 2	============================[ Search Statistics ]==============================
2.06/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.06/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.06/1.94	c 2	===============================================================================
2.06/1.94	c 2	|         0 |   12216   133126   379377 |    44375        0    nan |  0.000 % |
2.06/1.96	c 2	===============================================================================
2.06/1.96	c 2	restarts              : 1
2.06/1.96	c 2	conflicts             : 7              (45 /sec)
2.06/1.96	c 2	decisions             : 477            (0.63 % random) (3058 /sec)
2.06/1.96	c 2	propagations          : 21088          (135200 /sec)
2.06/1.96	c 2	conflict literals     : 251            (0.79 % deleted)
2.06/1.96	c 2	Memory used           : 11.59 MB
2.06/1.96	c 2	CPU time              : 0.155976 s
2.06/1.96	c 2	
2.06/1.97	c 2	SATISFIABLE
2.06/1.97	c 2	FOUND: _COST <= 83
2.06/1.97	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.06/1.97	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.24/2.04	c 2	Decoding HOME/temp.out
2.38/2.12	c 2	OBJECTIVE _COST 83
2.38/2.12	o 83
2.38/2.13	v 25 0 23 22 21 0 0 18 0 16 0 6 25 24 23 0 0 0 19 0 0 16 15 7 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 1 0 1 1 1 1 0 1 0 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 0 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.18	c 3	OBJECTIVE BOUND: 0 <= _COST <= 83
2.38/2.18	c 3	SEARCHING: _COST <= 41
2.38/2.18	c 3	SOLVING HOME/temp.cnf
2.38/2.18	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.38/2.18	c 3	This is MiniSat 2.0 beta
2.38/2.18	c 3	WARNING: for repeatability, setting FPU to use double precision
2.38/2.18	c 3	============================[ Problem Statistics ]=============================
2.38/2.18	c 3	|                                                                             |
2.38/2.18	c 3	|  Number of variables:  14551                                                |
2.38/2.18	c 3	|  Number of clauses:    221753                                               |
2.44/2.29	c 3	|  Parsing time:         0.10         s                                       |
2.44/2.33	c 3	============================[ Search Statistics ]==============================
2.44/2.33	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.44/2.33	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.44/2.33	c 3	===============================================================================
2.44/2.33	c 3	|         0 |   11665   106046   299748 |    35348        0    nan |  0.000 % |
2.44/2.41	c 3	|       101 |   11665   106046   299748 |    38883      101     91 | 19.834 % |
2.44/2.42	c 3	===============================================================================
2.44/2.42	c 3	restarts              : 2
2.44/2.42	c 3	conflicts             : 107            (467 /sec)
2.44/2.42	c 3	decisions             : 655            (1.22 % random) (2861 /sec)
2.44/2.42	c 3	propagations          : 151028         (659612 /sec)
2.44/2.42	c 3	conflict literals     : 9288           (20.94 % deleted)
2.44/2.42	c 3	Memory used           : 11.73 MB
2.44/2.42	c 3	CPU time              : 0.228965 s
2.44/2.42	c 3	
2.44/2.43	c 3	SATISFIABLE
2.44/2.43	c 3	FOUND: _COST <= 41
2.44/2.43	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.44/2.43	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'
2.69/2.50	c 3	Decoding HOME/temp.out
2.69/2.58	c 3	OBJECTIVE _COST 41
2.69/2.58	o 41
2.69/2.59	v 15 22 13 11 16 7 17 17 4 2 13 0 10 0 16 22 18 12 3 10 2 0 7 0 1 0 0 1 1 1 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 1 1 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 1 1 1 0 1 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0
2.69/2.59	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.69/2.64	c 3	OBJECTIVE BOUND: 0 <= _COST <= 41
2.69/2.64	c 3	SEARCHING: _COST <= 20
2.69/2.64	c 3	SOLVING HOME/temp.cnf
2.69/2.64	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.69/2.64	c 3	This is MiniSat 2.0 beta
2.69/2.64	c 3	WARNING: for repeatability, setting FPU to use double precision
2.69/2.64	c 3	============================[ Problem Statistics ]=============================
2.69/2.64	c 3	|                                                                             |
2.69/2.64	c 3	|  Number of variables:  14551                                                |
2.69/2.64	c 3	|  Number of clauses:    221753                                               |
2.89/2.76	c 3	|  Parsing time:         0.10         s                                       |
2.89/2.81	c 3	============================[ Search Statistics ]==============================
2.89/2.81	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.89/2.81	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.89/2.81	c 3	===============================================================================
2.89/2.81	c 3	|         0 |   11232    89614   251730 |    29871        0    nan |  0.000 % |
2.89/2.86	c 3	|       100 |   11232    89614   251730 |    32858      100     81 | 22.809 % |
2.89/2.94	c 3	|       250 |   11232    89614   251730 |    36144      250     58 | 22.809 % |
2.89/2.96	c 3	===============================================================================
2.89/2.96	c 3	restarts              : 3
2.89/2.96	c 3	conflicts             : 284            (937 /sec)
2.89/2.96	c 3	decisions             : 820            (1.59 % random) (2707 /sec)
2.89/2.96	c 3	propagations          : 378176         (1248299 /sec)
2.89/2.96	c 3	conflict literals     : 14701          (21.70 % deleted)
2.89/2.96	c 3	Memory used           : 11.73 MB
2.89/2.96	c 3	CPU time              : 0.302953 s
2.89/2.96	c 3	
2.89/2.97	c 3	SATISFIABLE
2.89/2.97	c 3	FOUND: _COST <= 20
2.89/2.97	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.89/2.97	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.22/3.04	c 3	Decoding HOME/temp.out
3.22/3.12	c 3	OBJECTIVE _COST 20
3.22/3.12	o 20
3.22/3.13	v 25 3 5 1 0 12 18 7 6 5 15 0 7 18 7 17 21 5 3 17 17 16 15 5 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1
3.22/3.13	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.22/3.18	c 4	OBJECTIVE BOUND: 0 <= _COST <= 20
3.22/3.18	c 4	SEARCHING: _COST <= 10
3.22/3.18	c 4	SOLVING HOME/temp.cnf
3.22/3.18	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.22/3.18	c 4	This is MiniSat 2.0 beta
3.22/3.18	c 4	WARNING: for repeatability, setting FPU to use double precision
3.22/3.18	c 4	============================[ Problem Statistics ]=============================
3.22/3.18	c 4	|                                                                             |
3.22/3.18	c 4	|  Number of variables:  14551                                                |
3.22/3.18	c 4	|  Number of clauses:    221753                                               |
3.45/3.29	c 4	|  Parsing time:         0.09         s                                       |
3.55/3.34	c 4	============================[ Search Statistics ]==============================
3.55/3.34	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.55/3.34	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.55/3.34	c 4	===============================================================================
3.55/3.34	c 4	|         0 |   10869    80830   226457 |    26943        0    nan |  0.000 % |
3.55/3.38	c 4	|       100 |   10869    80830   226457 |    29637      100     54 | 25.304 % |
3.64/3.41	c 4	===============================================================================
3.64/3.41	c 4	restarts              : 2
3.64/3.41	c 4	conflicts             : 143            (681 /sec)
3.64/3.41	c 4	decisions             : 611            (1.15 % random) (2910 /sec)
3.64/3.41	c 4	propagations          : 172573         (821901 /sec)
3.64/3.41	c 4	conflict literals     : 5993           (16.66 % deleted)
3.64/3.41	c 4	Memory used           : 11.72 MB
3.64/3.41	c 4	CPU time              : 0.209968 s
3.64/3.41	c 4	
3.64/3.42	c 4	SATISFIABLE
3.64/3.42	c 4	FOUND: _COST <= 10
3.64/3.42	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.64/3.42	c 4	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.64/3.49	c 4	Decoding HOME/temp.out
3.67/3.57	c 4	OBJECTIVE _COST 10
3.67/3.57	o 10
3.67/3.58	v 25 23 1 19 7 6 7 7 16 15 12 0 10 13 16 12 13 19 12 18 17 16 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0
3.67/3.58	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.67/3.62	c 4	OBJECTIVE BOUND: 0 <= _COST <= 10
3.67/3.62	c 4	SEARCHING: _COST <= 5
3.67/3.62	c 4	SOLVING HOME/temp.cnf
3.67/3.62	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.67/3.63	c 4	This is MiniSat 2.0 beta
3.67/3.63	c 4	WARNING: for repeatability, setting FPU to use double precision
3.67/3.63	c 4	============================[ Problem Statistics ]=============================
3.67/3.63	c 4	|                                                                             |
3.67/3.63	c 4	|  Number of variables:  14551                                                |
3.67/3.63	c 4	|  Number of clauses:    221753                                               |
3.87/3.74	c 4	|  Parsing time:         0.10         s                                       |
3.87/3.79	c 4	============================[ Search Statistics ]==============================
3.87/3.79	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.87/3.79	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.87/3.79	c 4	===============================================================================
3.87/3.79	c 4	|         0 |   10526    75816   212439 |    25272        0    nan |  0.000 % |
3.87/3.83	c 4	|       101 |   10526    75816   212439 |    27799      101     48 | 27.661 % |
3.87/3.88	c 4	===============================================================================
3.87/3.88	c 4	restarts              : 2
3.87/3.88	c 4	conflicts             : 213            (891 /sec)
3.87/3.88	c 4	decisions             : 759            (1.19 % random) (3176 /sec)
3.87/3.88	c 4	propagations          : 263050         (1100798 /sec)
3.87/3.88	c 4	conflict literals     : 6301           (16.38 % deleted)
3.87/3.88	c 4	Memory used           : 11.73 MB
3.87/3.88	c 4	CPU time              : 0.238963 s
3.87/3.88	c 4	
3.87/3.88	c 4	SATISFIABLE
3.87/3.89	c 4	FOUND: _COST <= 5
3.87/3.89	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.87/3.89	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.13/3.96	c 4	Decoding HOME/temp.out
4.13/4.04	c 4	OBJECTIVE _COST 5
4.13/4.04	o 5
4.13/4.05	v 10 23 23 6 15 20 19 11 10 0 12 0 14 24 8 22 12 11 17 17 17 12 0 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0
4.13/4.05	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.13/4.10	c 4	OBJECTIVE BOUND: 0 <= _COST <= 5
4.13/4.10	c 4	SEARCHING: _COST <= 2
4.13/4.10	c 4	SOLVING HOME/temp.cnf
4.13/4.10	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.34/4.10	c 4	This is MiniSat 2.0 beta
4.34/4.10	c 4	WARNING: for repeatability, setting FPU to use double precision
4.34/4.10	c 4	============================[ Problem Statistics ]=============================
4.34/4.10	c 4	|                                                                             |
4.34/4.10	c 4	|  Number of variables:  14551                                                |
4.34/4.10	c 4	|  Number of clauses:    221753                                               |
4.34/4.21	c 5	|  Parsing time:         0.10         s                                       |
4.34/4.26	c 5	============================[ Search Statistics ]==============================
4.34/4.26	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.34/4.26	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.34/4.26	c 5	===============================================================================
4.34/4.26	c 5	|         0 |   10062    71956   202248 |    23985        0    nan |  0.000 % |
4.53/4.30	c 5	|       101 |   10062    71956   202248 |    26383      100     24 | 34.678 % |
4.53/4.32	c 5	===============================================================================
4.53/4.32	c 5	restarts              : 2
4.53/4.32	c 5	conflicts             : 153            (761 /sec)
4.53/4.32	c 5	decisions             : 533            (1.31 % random) (2652 /sec)
4.53/4.32	c 5	propagations          : 173686         (864243 /sec)
4.53/4.32	c 5	conflict literals     : 2815           (10.29 % deleted)
4.53/4.32	c 5	Memory used           : 11.72 MB
4.53/4.32	c 5	CPU time              : 0.200969 s
4.53/4.32	c 5	
4.53/4.32	c 5	UNSATISFIABLE
4.53/4.32	c 5	NOT FOUND: _COST <= 2
4.53/4.32	c 5	OBJECTIVE BOUND: 3 <= _COST <= 5
4.53/4.32	c 5	SEARCHING: _COST <= 4
4.53/4.32	c 5	SOLVING HOME/temp.cnf
4.53/4.32	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.53/4.33	c 5	This is MiniSat 2.0 beta
4.53/4.33	c 5	WARNING: for repeatability, setting FPU to use double precision
4.53/4.33	c 5	============================[ Problem Statistics ]=============================
4.53/4.33	c 5	|                                                                             |
4.53/4.33	c 5	|  Number of variables:  14551                                                |
4.53/4.33	c 5	|  Number of clauses:    221753                                               |
4.56/4.44	c 5	|  Parsing time:         0.10         s                                       |
4.56/4.48	c 5	============================[ Search Statistics ]==============================
4.56/4.48	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.56/4.48	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.56/4.48	c 5	===============================================================================
4.56/4.48	c 5	|         0 |   10397    74539   208994 |    24846        0    nan |  0.000 % |
4.56/4.53	c 5	|       100 |   10397    74539   208994 |    27330      100     28 | 28.548 % |
4.56/4.55	c 5	===============================================================================
4.56/4.56	c 5	restarts              : 2
4.56/4.56	c 5	conflicts             : 142            (664 /sec)
4.56/4.56	c 5	decisions             : 574            (1.05 % random) (2683 /sec)
4.56/4.56	c 5	propagations          : 184227         (861007 /sec)
4.56/4.56	c 5	conflict literals     : 3242           (20.34 % deleted)
4.56/4.56	c 5	Memory used           : 11.72 MB
4.56/4.56	c 5	CPU time              : 0.213967 s
4.56/4.56	c 5	
4.56/4.56	c 5	SATISFIABLE
4.56/4.56	c 5	FOUND: _COST <= 4
4.56/4.56	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.56/4.56	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.80/4.63	c 5	Decoding HOME/temp.out
4.81/4.71	c 5	OBJECTIVE _COST 4
4.81/4.71	o 4
4.81/4.72	v 25 11 7 11 20 20 13 17 2 1 15 1 8 24 1 18 6 0 6 18 17 16 15 4 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0
4.81/4.73	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.81/4.78	c 5	OBJECTIVE BOUND: 3 <= _COST <= 4
4.81/4.78	c 5	SEARCHING: _COST <= 3
4.81/4.78	c 5	SOLVING HOME/temp.cnf
4.81/4.78	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.81/4.78	c 5	This is MiniSat 2.0 beta
4.81/4.78	c 5	WARNING: for repeatability, setting FPU to use double precision
4.81/4.78	c 5	============================[ Problem Statistics ]=============================
4.81/4.78	c 5	|                                                                             |
4.81/4.79	c 5	|  Number of variables:  14551                                                |
4.81/4.79	c 5	|  Number of clauses:    221753                                               |
5.01/4.90	c 5	|  Parsing time:         0.10         s                                       |
5.01/4.94	c 5	============================[ Search Statistics ]==============================
5.01/4.94	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.01/4.94	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.01/4.94	c 5	===============================================================================
5.01/4.94	c 5	|         0 |   10268    73385   205918 |    24461        0    nan |  0.000 % |
5.01/4.99	c 5	|       101 |   10268    73385   205918 |    26907      101     24 | 29.434 % |
5.01/5.03	c 5	===============================================================================
5.01/5.03	c 5	restarts              : 2
5.01/5.03	c 5	conflicts             : 202            (842 /sec)
5.01/5.03	c 5	decisions             : 605            (0.99 % random) (2521 /sec)
5.01/5.04	c 5	propagations          : 254674         (1061305 /sec)
5.01/5.04	c 5	conflict literals     : 3572           (23.98 % deleted)
5.01/5.04	c 5	Memory used           : 11.75 MB
5.01/5.04	c 5	CPU time              : 0.239963 s
5.01/5.04	c 5	
5.01/5.04	c 5	SATISFIABLE
5.01/5.04	c 5	FOUND: _COST <= 3
5.01/5.04	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.01/5.04	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.28/5.11	c 5	Decoding HOME/temp.out
5.28/5.19	c 6	OBJECTIVE _COST 3
5.28/5.19	o 3
5.28/5.20	v 16 14 14 21 16 8 0 7 17 16 15 2 11 4 8 0 1 0 19 18 6 16 15 6 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0
5.28/5.21	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.28/5.25	c 6	OBJECTIVE _COST 3
5.28/5.25	s OPTIMUM FOUND
5.28/5.25	c 6	CPU 4.94 (0.05 0.02 4.89 0.51)
5.28/5.25	c 6	END Fri Jul 11 19:43:47 2008

Verifier Data (download as text)

OK	3	330
3 unsatisfied constraints, 330 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-1108942-1215798221/watcher-1108942-1215798221 -o /tmp/evaluation-result-1108942-1215798221/solver-1108942-1215798221 -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-1108942-1215798221.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.22 1.13 1.04 3/64 15326
/proc/meminfo: memFree=1968048/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=12272 CPUtime=0
/proc/15326/stat : 15326 (sugar) R 15324 15326 14389 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 36522095 12566528 328 996147200 4194304 4206940 548682068592 18446744073709551615 209144822782 0 0 4224 0 0 0 0 17 1 0 0
/proc/15326/statm: 3068 328 246 3 0 168 0

[startup+0.0431271 s]
/proc/loadavg: 1.22 1.13 1.04 3/64 15326
/proc/meminfo: memFree=1968048/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13600 CPUtime=0.03
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 846 0 0 0 3 0 0 0 16 0 1 0 36522095 13926400 793 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15326/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102047 s]
/proc/loadavg: 1.22 1.13 1.04 3/64 15326
/proc/meminfo: memFree=1968048/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13600 CPUtime=0.03
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 36522095 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301067 s]
/proc/loadavg: 1.22 1.13 1.04 3/64 15326
/proc/meminfo: memFree=1968048/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13600 CPUtime=0.03
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 916 127 0 0 3 0 0 0 16 0 1 0 36522095 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7021 s]
/proc/loadavg: 1.22 1.13 1.04 3/64 15326
/proc/meminfo: memFree=1968048/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13600 CPUtime=0.4
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 974 4630 0 1 3 0 34 3 16 0 1 0 36522095 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15326/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 1.22 1.13 1.04 2/75 15348
/proc/meminfo: memFree=1950616/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13728 CPUtime=1.68
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 1063 12014 0 2 4 0 153 11 16 0 1 0 36522095 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15326/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 13728

[startup+3.10131 s]
/proc/loadavg: 1.22 1.13 1.04 2/75 15372
/proc/meminfo: memFree=1956056/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13728 CPUtime=3.22
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 1472 35923 0 5 4 1 290 27 16 0 1 0 36522095 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15326/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 13728

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

[startup+3.90138 s]
/proc/loadavg: 1.22 1.13 1.04 2/67 15398
/proc/meminfo: memFree=1958352/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13728 CPUtime=4.13
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 1681 49866 0 7 4 2 370 37 16 0 1 0 36522095 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15326/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 13728

[startup+4.70145 s]
/proc/loadavg: 1.20 1.12 1.04 2/67 15422
/proc/meminfo: memFree=1950600/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13728 CPUtime=4.81
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 1869 59909 0 8 5 2 429 45 16 0 1 0 36522095 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15326/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 13728

[startup+5.10149 s]
/proc/loadavg: 1.20 1.12 1.04 2/67 15422
/proc/meminfo: memFree=1950600/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13728 CPUtime=5.28
/proc/15326/stat : 15326 (sugar) S 15324 15326 14389 0 -1 4194304 1963 66874 0 9 5 2 472 49 16 0 1 0 36522095 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15326/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 13728

[startup+5.20149 s]
/proc/loadavg: 1.20 1.12 1.04 2/67 15422
/proc/meminfo: memFree=1950600/2055920 swapFree=4179780/4192956
[pid=15326] ppid=15324 vsize=13728 CPUtime=5.28
/proc/15326/stat : 15326 (sugar) R 15324 15326 14389 0 -1 4194304 1983 66874 0 9 5 2 472 49 15 0 1 0 36522095 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15326/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 13728

Child status: 0
Real time (s): 5.25824
CPU time (s): 5.50116
CPU user time (s): 4.94925
CPU system time (s): 0.551916
CPU usage (%): 104.62
Max. virtual memory (cumulated for all children) (KiB): 888440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.94925
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72805
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4648
involuntary context switches= 3305

runsolver used 0.008998 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-11 19:43:41
IDJOB=1108942
IDBENCH=60833
IDSOLVER=368
FILE ID=node41/1108942-1215798221
PBS_JOBID= 7903117
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-12-12.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-1108942-1215798221/watcher-1108942-1215798221 -o /tmp/evaluation-result-1108942-1215798221/solver-1108942-1215798221 -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-1108942-1215798221.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2b3b466b33c17a430e70cd4470c6662
RANDOM SEED=275140674

node41.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.216
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.216
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:       1968528 kB
Buffers:          3800 kB
Cached:          34096 kB
SwapCached:       6848 kB
Active:          38216 kB
Inactive:         7980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1968528 kB
SwapTotal:     4192956 kB
SwapFree:      4179780 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:          14196 kB
Slab:            27196 kB
Committed_AS:    91724 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= 66156 MiB
End job on node41 at 2008-07-11 19:43:47