Trace number 1109111

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+minisat-incOPTIMUM8 15.5156 15.5048

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-5.xml
MD5SUM32648ee86d6d6e643ebe707f9ba92c4e
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints8
Best CPU time to get the best result obtained on this benchmark14.8817
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints59
Maximum constraint arity27
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24
Global constraints used (with number of constraints)alldifferent(10),element(25)

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.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Fri Jul 11 19:47:00 2008
0.04/0.14	c 0	PID 13174
0.04/0.14	c 0	HOST node10.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1109111-1215798420.xml TO HOME/temp.csp
0.04/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109111-1215798420.xml' 'HOME/temp.csp'
0.06/0.31	c 1	17 domains, 80 variables, 5 predicates, 0 relations, 59 constraints
0.06/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.42	c 1	Parsing HOME/temp.csp
0.26/0.48	c 1	parsed 161 expressions
0.26/0.48	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.48	c 1	MAX CSP: 59 constraints
0.26/0.48	c 1	Converting to clausal form CSP
0.26/0.50	c 1	converted 23 (10%) expressions
0.26/0.51	c 1	converted 45 (20%) expressions
0.26/0.51	c 1	converted 67 (30%) expressions
0.26/0.51	c 1	converted 90 (40%) expressions
0.26/0.52	c 1	converted 112 (50%) expressions
0.26/0.53	c 1	converted 134 (60%) expressions
0.26/0.54	c 1	converted 157 (70%) expressions
0.26/0.57	c 1	converted 179 (80%) expressions
0.26/0.63	c 1	converted 201 (90%) expressions
0.26/0.65	c 1	converted 223 (100%) expressions
0.26/0.65	c 1	CSP : 198 integers, 258 booleans, 1298 clauses, largest domain size 89
0.26/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.65	c 1	Propagation in CSP
0.26/0.67	c 1	54 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.67	c 1	CSP : 198 integers, 258 booleans, 1298 clauses, largest domain size 60
0.26/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.67	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.68	c 1	CSP : 198 integers, 378 booleans, 1418 clauses, largest domain size 60
0.26/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.71	c 1	20 (10%) CSP integer variables are encoded (16 clauses, 199 bytes)
0.26/0.71	c 1	40 (20%) CSP integer variables are encoded (215 clauses, 2267 bytes)
0.26/0.72	c 1	60 (30%) CSP integer variables are encoded (441 clauses, 4753 bytes)
0.26/0.72	c 1	80 (40%) CSP integer variables are encoded (686 clauses, 7448 bytes)
0.26/0.72	c 1	99 (50%) CSP integer variables are encoded (686 clauses, 7448 bytes)
0.26/0.72	c 1	119 (60%) CSP integer variables are encoded (686 clauses, 7448 bytes)
0.26/0.72	c 1	139 (70%) CSP integer variables are encoded (686 clauses, 7448 bytes)
0.26/0.72	c 1	159 (80%) CSP integer variables are encoded (796 clauses, 8658 bytes)
0.26/0.72	c 1	179 (90%) CSP integer variables are encoded (885 clauses, 9686 bytes)
0.26/0.72	c 1	198 (100%) CSP integer variables are encoded (1218 clauses, 14015 bytes)
0.26/0.73	c 1	142 (10%) CSP clauses are encoded (1751 clauses, 22524 bytes)
0.26/0.74	c 1	284 (20%) CSP clauses are encoded (2015 clauses, 26214 bytes)
0.26/0.75	c 1	426 (30%) CSP clauses are encoded (2157 clauses, 28719 bytes)
0.26/0.76	c 1	568 (40%) CSP clauses are encoded (2299 clauses, 31341 bytes)
0.26/0.76	c 1	709 (50%) CSP clauses are encoded (2440 clauses, 33945 bytes)
0.26/0.77	c 1	851 (60%) CSP clauses are encoded (2582 clauses, 36587 bytes)
0.26/0.77	c 1	993 (70%) CSP clauses are encoded (2724 clauses, 39213 bytes)
0.26/0.77	c 1	1135 (80%) CSP clauses are encoded (2866 clauses, 41837 bytes)
0.26/0.77	c 1	1277 (90%) CSP clauses are encoded (3008 clauses, 44465 bytes)
0.26/0.79	c 1	1418 (100%) CSP clauses are encoded (8418 clauses, 134651 bytes)
0.26/0.79	c 1	1418 CSP clauses encoded
0.26/0.79	c 1	Writing map file : HOME/temp.map
0.26/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.79	c 1	SAT : 1764 SAT variables, 8418 SAT clauses, 134651 bytes
0.26/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.83	c 1	OBJECTIVE minimize _COST
0.26/0.83	c 1	SOLVING HOME/temp.cnf
0.26/0.83	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.26/0.85	c 1	This is MiniSat 2.0 beta incremental
0.26/0.85	c 1	WARNING: for repeatability, setting FPU to use double precision
0.26/0.85	c 1	============================[ Problem Statistics ]=============================
0.26/0.85	c 1	|                                                                             |
0.26/0.85	c 1	|  Number of variables:  1764                                                 |
0.26/0.85	c 1	|  Number of clauses:    8418                                                 |
0.26/0.85	c 1	|  Parsing time:         0.00         s                                       |
0.26/0.85	c 1	OK
0.26/0.85	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.26/0.85	c 1	SEARCHING: _COST <= 30
0.26/0.85	c 1	============================[ Search Statistics ]==============================
0.26/0.85	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.26/0.85	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.26/0.85	c 1	===============================================================================
0.26/0.85	c 1	|         0 |    1764     8418    23217 |     2806        0    nan |  0.000 % |
0.26/0.85	c 1	===============================================================================
0.26/0.85	c 1	restarts              : 1
0.26/0.85	c 1	conflicts             : 5             (1000 /sec)
0.26/0.85	c 1	decisions             : 471           (0.85 % random) (94219 /sec)
0.26/0.85	c 1	propagations          : 2935           (587117 /sec)
0.26/0.85	c 1	conflict literals     : 46             (9.80 % deleted)
0.26/0.85	c 1	Memory used           : 2.19 MB
0.26/0.85	c 1	CPU time              : 0.004999 s
0.26/0.85	c 1	
0.26/0.85	c 1	SATISFIABLE
0.26/0.85	c 1	OK
0.26/0.85	c 1	FOUND: _COST <= 30
0.26/0.85	s SATISFIABLE
0.26/0.85	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.26/0.85	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.89/0.92	c 1	Decoding HOME/temp.out
0.89/0.96	c 1	OBJECTIVE _COST 22
0.89/0.96	o 22
0.89/0.96	v 1 5 4 2 2 3 2 1 3 1 5 5 3 5 2 5 5 1 4 1 3 4 1 3 5 21 20 1 23 1 20 1 10 1 8 1 15 2 21 7 2 5 2 15 2 4 2 24 3 21 3 21 13 3 21 3 6 3 22 4 23 4 25 4 21 19 4 3 4 12 5 16 5 2 5 11 5 21 25 5
0.89/0.96	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.01	c 1	OK
1.00/1.01	c 1	OBJECTIVE BOUND: 0 <= _COST <= 22
1.00/1.01	c 1	SEARCHING: _COST <= 11
1.00/1.01	c 1	============================[ Search Statistics ]==============================
1.00/1.01	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.01	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.01	c 1	===============================================================================
1.00/1.01	c 1	|         5 |    1764     8418    23217 |     2806        5      9 |  0.000 % |
1.00/1.02	c 1	|       105 |    1764     8418    23217 |     3086      105     12 | 13.041 % |
1.00/1.02	c 1	===============================================================================
1.00/1.02	c 1	restarts              : 3
1.00/1.02	c 1	conflicts             : 162           (9002 /sec)
1.00/1.02	c 1	decisions             : 828           (1.21 % random) (46008 /sec)
1.00/1.02	c 1	propagations          : 45358          (2520309 /sec)
1.00/1.02	c 1	conflict literals     : 1966           (28.90 % deleted)
1.00/1.03	c 1	Memory used           : 2.19 MB
1.00/1.03	c 1	CPU time              : 0.017997 s
1.00/1.03	c 1	
1.00/1.03	c 1	SATISFIABLE
1.00/1.03	c 1	OK
1.00/1.03	c 1	FOUND: _COST <= 11
1.00/1.03	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.00/1.03	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.00/1.10	c 1	Decoding HOME/temp.out
1.05/1.13	c 1	OBJECTIVE _COST 11
1.05/1.13	o 11
1.05/1.13	v 1 3 4 5 2 5 2 5 1 4 5 4 3 1 1 2 5 5 4 3 4 1 2 3 5 21 15 1 15 1 20 1 22 1 9 1 23 2 21 7 2 23 2 5 2 16 2 24 3 20 3 21 13 3 5 3 2 3 10 4 21 4 21 4 21 19 4 13 4 17 5 4 5 6 5 13 5 21 25 5
1.05/1.14	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.18	c 1	OK
1.05/1.18	c 1	OBJECTIVE BOUND: 0 <= _COST <= 11
1.05/1.18	c 1	SEARCHING: _COST <= 5
1.05/1.18	c 1	============================[ Search Statistics ]==============================
1.05/1.18	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.05/1.18	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.05/1.18	c 1	===============================================================================
1.05/1.18	c 1	|       162 |    1534     5753    15875 |     1917      162     12 | 13.041 % |
1.05/1.18	c 1	|       262 |    1534     5753    15875 |     2109      262     11 | 18.086 % |
1.05/1.20	c 1	|       412 |    1445     4568    12576 |     2320      412     11 | 18.086 % |
1.21/1.21	c 1	|       637 |    1445     4568    12576 |     2552      637     11 | 18.086 % |
1.21/1.24	c 1	|       975 |    1445     4568    12576 |     2807      975     12 | 18.086 % |
1.21/1.28	c 2	|      1481 |    1445     4568    12576 |     3088     1481     12 | 18.086 % |
1.31/1.34	c 2	|      2240 |    1445     4568    12576 |     3397     2240     12 | 18.086 % |
1.40/1.44	c 2	|      3379 |    1445     4568    12576 |     3736     3379     12 | 18.086 % |
1.50/1.59	c 2	|      5087 |    1445     4568    12576 |     4110     2953     12 | 18.086 % |
1.80/1.83	c 2	|      7649 |    1445     4568    12576 |     4521     3234     11 | 18.086 % |
2.11/2.20	c 2	|     11493 |    1445     4568    12576 |     4973     4581     12 | 18.086 % |
2.70/2.77	c 3	|     17259 |    1445     4568    12576 |     5471     4894     10 | 18.087 % |
2.80/2.81	c 3	===============================================================================
2.80/2.81	c 3	restarts              : 15
2.80/2.81	c 3	conflicts             : 17691         (10698 /sec)
2.80/2.81	c 3	decisions             : 21198         (1.58 % random) (12818 /sec)
2.80/2.81	c 3	propagations          : 4139058        (2502835 /sec)
2.80/2.81	c 3	conflict literals     : 212389         (33.50 % deleted)
2.80/2.81	c 3	Memory used           : 2.71 MB
2.80/2.81	c 3	CPU time              : 1.65375 s
2.80/2.81	c 3	
2.80/2.81	c 3	UNSATISFIABLE
2.80/2.81	c 3	OK
2.80/2.81	c 3	NOT FOUND: _COST <= 5
2.80/2.81	c 3	OK
2.80/2.81	c 3	OBJECTIVE BOUND: 6 <= _COST <= 11
2.80/2.81	c 3	SEARCHING: _COST <= 8
2.80/2.81	c 3	============================[ Search Statistics ]==============================
2.80/2.81	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.80/2.81	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.80/2.81	c 3	===============================================================================
2.80/2.82	c 3	|     17691 |    1431     4500    12414 |     1500     2978     11 | 18.087 % |
2.80/2.82	c 3	|     17792 |    1431     4500    12414 |     1650     1590     10 | 18.879 % |
2.80/2.84	c 3	|     17942 |    1431     4500    12414 |     1815     1740     10 | 18.879 % |
2.80/2.85	c 3	|     18169 |    1431     4500    12414 |     1996     1967     11 | 18.879 % |
2.80/2.88	c 3	===============================================================================
2.80/2.88	c 3	restarts              : 19
2.80/2.88	c 3	conflicts             : 18491         (10740 /sec)
2.80/2.88	c 3	decisions             : 22253         (1.56 % random) (12925 /sec)
2.80/2.88	c 3	propagations          : 4338710        (2519959 /sec)
2.80/2.88	c 3	conflict literals     : 223849         (33.15 % deleted)
2.80/2.88	c 3	Memory used           : 2.71 MB
2.80/2.88	c 3	CPU time              : 1.72174 s
2.80/2.88	c 3	
2.80/2.88	c 3	SATISFIABLE
2.80/2.88	c 3	OK
2.80/2.88	c 3	FOUND: _COST <= 8
2.80/2.88	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.80/2.88	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.89/2.95	c 3	Decoding HOME/temp.out
2.89/2.99	c 3	OBJECTIVE _COST 8
2.89/2.99	o 8
2.89/2.99	v 1 5 5 2 4 3 2 4 5 1 4 5 3 1 2 5 1 2 4 3 2 4 1 3 5 21 17 1 23 1 24 1 10 1 17 1 15 2 21 7 2 21 2 21 2 4 2 20 3 24 3 21 13 3 24 3 6 3 22 4 5 4 6 4 21 19 4 13 4 9 5 16 5 2 5 13 5 21 25 5
2.89/2.99	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.03	c 3	OK
2.89/3.03	c 3	OBJECTIVE BOUND: 6 <= _COST <= 8
2.89/3.03	c 3	SEARCHING: _COST <= 7
2.89/3.03	c 3	============================[ Search Statistics ]==============================
2.89/3.03	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.89/3.03	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.89/3.03	c 3	===============================================================================
2.89/3.04	c 3	|     18491 |    1401     4110    11331 |     1370     2289     11 | 18.879 % |
2.89/3.05	c 3	|     18592 |    1401     4110    11331 |     1507     1246     11 | 20.579 % |
2.89/3.06	c 3	|     18742 |    1401     4110    11331 |     1657     1396     11 | 20.579 % |
2.89/3.08	c 3	|     18967 |    1401     4110    11331 |     1823     1621     11 | 20.579 % |
3.08/3.10	c 3	|     19305 |    1401     4110    11331 |     2005     1959     12 | 20.579 % |
3.08/3.14	c 3	|     19811 |    1401     4110    11331 |     2206     2465     12 | 20.579 % |
3.18/3.20	c 3	|     20574 |    1401     4110    11331 |     2427     1872     13 | 20.579 % |
3.18/3.30	c 4	|     21713 |    1401     4110    11331 |     2669     1577     12 | 20.579 % |
3.38/3.44	c 4	|     23421 |    1401     4110    11331 |     2936     1712     13 | 20.579 % |
3.58/3.66	c 4	|     25983 |    1401     4110    11331 |     3230     2532     13 | 20.579 % |
3.88/3.99	c 4	|     29827 |    1401     4110    11331 |     3553     2669     12 | 20.579 % |
4.48/4.50	c 5	|     35593 |    1401     4110    11331 |     3908     2306     13 | 20.579 % |
5.18/5.28	c 6	|     44242 |    1401     4110    11331 |     4299     4379     14 | 20.579 % |
6.38/6.49	c 7	|     57216 |    1401     4110    11331 |     4729     3064     13 | 20.579 % |
8.28/8.35	c 9	|     76677 |    1401     4110    11331 |     5202     4177     14 | 20.579 % |
11.08/11.11	c 11	|    105869 |    1401     4110    11331 |     5722     4887     13 | 20.579 % |
15.28/15.38	c 16	|    149658 |    1401     4110    11331 |     6295     5357     12 | 20.579 % |
15.47/15.50	c 16	===============================================================================
15.47/15.50	c 16	restarts              : 36
15.47/15.50	c 16	conflicts             : 150671        (10626 /sec)
15.47/15.50	c 16	decisions             : 176697        (1.63 % random) (12461 /sec)
15.47/15.50	c 16	propagations          : 34252066       (2415546 /sec)
15.47/15.50	c 16	conflict literals     : 2136347        (33.52 % deleted)
15.47/15.50	c 16	Memory used           : 2.96 MB
15.47/15.50	c 16	CPU time              : 14.1798 s
15.47/15.50	c 16	
15.47/15.50	c 16	UNSATISFIABLE
15.47/15.50	c 16	OK
15.47/15.50	c 16	NOT FOUND: _COST <= 7
15.47/15.50	c 16	OK
15.47/15.50	c 16	OBJECTIVE _COST 8
15.47/15.50	s OPTIMUM FOUND
15.47/15.50	c 16	CPU 15.33 (0.06 0.02 15.27 0.14)
15.47/15.50	c 16	END Fri Jul 11 19:47:16 2008

Verifier Data (download as text)

OK	8	51
8 unsatisfied constraints, 51 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-1109111-1215798420/watcher-1109111-1215798420 -o /tmp/evaluation-result-1109111-1215798420/solver-1109111-1215798420 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109111-1215798420.xml 

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


[startup+0 s]
/proc/loadavg: 1.00 1.21 1.60 3/64 13174
/proc/meminfo: memFree=1920800/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=12268 CPUtime=0
/proc/13174/stat : 13174 (sugar++) D 13172 13174 12091 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 36544917 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 214920034917 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/13174/statm: 3067 316 241 3 0 167 0

[startup+0.0506831 s]
/proc/loadavg: 1.00 1.21 1.60 3/64 13174
/proc/meminfo: memFree=1920800/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=13336 CPUtime=0.03
/proc/13174/stat : 13174 (sugar++) D 13172 13174 12091 0 -1 4194304 733 0 0 0 2 1 0 0 18 0 1 0 36544917 13656064 701 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/13174/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.10169 s]
/proc/loadavg: 1.00 1.21 1.60 3/64 13174
/proc/meminfo: memFree=1920800/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=14908 CPUtime=0.04
/proc/13174/stat : 13174 (sugar++) R 13172 13174 12091 0 -1 4194304 902 0 1 0 3 1 0 0 18 0 1 0 36544917 15265792 871 996147200 4194304 4206940 548682068528 18446744073709551615 214937978064 0 0 4224 0 0 0 0 17 0 0 0
/proc/13174/statm: 3727 871 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.30172 s]
/proc/loadavg: 1.00 1.21 1.60 3/64 13174
/proc/meminfo: memFree=1920800/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.06
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1217 128 2 0 5 1 0 0 17 0 1 0 36544917 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702779 s]
/proc/loadavg: 1.00 1.21 1.60 3/64 13174
/proc/meminfo: memFree=1920800/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=0.26
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1295 4295 2 1 5 1 18 2 16 0 1 0 36544917 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13174/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16740

[startup+1.50287 s]
/proc/loadavg: 1.00 1.21 1.60 1/76 13207
/proc/meminfo: memFree=1911488/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.17
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1613 18471 4 4 6 2 98 11 15 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=2504 CPUtime=0.33
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 364 0 0 0 33 0 0 0 18 0 1 0 36545002 2564096 308 996147200 134512640 135134323 4294956192 18446744073709551615 134523948 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 626 308 79 151 0 472 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 19244

[startup+3.10109 s]
/proc/loadavg: 1.00 1.21 1.60 2/66 13217
/proc/meminfo: memFree=1916104/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.3
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1683 22222 4 5 6 2 109 13 16 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=2768 CPUtime=1.78
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 418 0 0 0 178 0 0 0 17 0 1 0 36545002 2834432 358 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 692 358 79 151 0 538 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19508

[startup+6.30152 s]
/proc/loadavg: 1.00 1.21 1.60 2/66 13227
/proc/meminfo: memFree=1915912/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.3
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1683 22222 4 5 6 2 109 13 15 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=2768 CPUtime=4.98
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 445 0 0 0 498 0 0 0 25 0 1 0 36545002 2834432 385 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 692 385 79 151 0 538 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19508

[startup+12.7014 s]
/proc/loadavg: 1.00 1.20 1.59 2/66 13227
/proc/meminfo: memFree=1915664/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.3
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1683 22222 4 5 6 2 109 13 16 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=3032 CPUtime=11.38
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 509 0 0 0 1138 0 0 0 25 0 1 0 36545002 3104768 449 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 758 449 79 151 0 604 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19772

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

[startup+14.3056 s]
/proc/loadavg: 1.00 1.20 1.59 2/66 13227
/proc/meminfo: memFree=1915664/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.3
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1683 22222 4 5 6 2 109 13 16 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=3032 CPUtime=12.98
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 515 0 0 0 1298 0 0 0 25 0 1 0 36545002 3104768 455 996147200 134512640 135134323 4294956192 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 758 455 79 151 0 604 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 19772

[startup+15.1017 s]
/proc/loadavg: 1.00 1.20 1.59 2/66 13227
/proc/meminfo: memFree=1915664/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.3
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1683 22222 4 5 6 2 109 13 16 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=3032 CPUtime=13.77
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 515 0 0 0 1377 0 0 0 25 0 1 0 36545002 3104768 455 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 758 455 79 151 0 604 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 19772

[startup+15.5018 s]
/proc/loadavg: 1.00 1.20 1.59 2/66 13227
/proc/meminfo: memFree=1915664/2055920 swapFree=4192812/4192956
[pid=13174] ppid=13172 vsize=16740 CPUtime=1.3
/proc/13174/stat : 13174 (sugar++) S 13172 13174 12091 0 -1 4194304 1683 22222 4 5 6 2 109 13 16 0 1 0 36544917 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13174/statm: 4185 1115 414 3 0 764 0
[pid=13197] ppid=13174 vsize=3032 CPUtime=14.17
/proc/13197/stat : 13197 (minisat-inc) R 13174 13174 12091 0 -1 4194304 515 0 0 0 1417 0 0 0 25 0 1 0 36545002 3104768 455 996147200 134512640 135134323 4294956192 18446744073709551615 134532701 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 758 455 79 151 0 604 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 19772

Child status: 0
Real time (s): 15.5048
CPU time (s): 15.5156
CPU user time (s): 15.3417
CPU system time (s): 0.173973
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 221160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3417
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24501
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1170
involuntary context switches= 660

runsolver used 0.014997 second user time and 0.052991 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-11 19:47:00
IDJOB=1109111
IDBENCH=60918
IDSOLVER=367
FILE ID=node10/1109111-1215798420
PBS_JOBID= 7903175
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-5.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109111-1215798420/watcher-1109111-1215798420 -o /tmp/evaluation-result-1109111-1215798420/solver-1109111-1215798420 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109111-1215798420.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32648ee86d6d6e643ebe707f9ba92c4e
RANDOM SEED=1921120053

node10.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.236
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.236
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:       1921216 kB
Buffers:         15448 kB
Cached:          52416 kB
SwapCached:          0 kB
Active:          57448 kB
Inactive:        24372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             832 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            38824 kB
Committed_AS:    80280 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= 66512 MiB
End job on node10 at 2008-07-11 19:47:16