Trace number 1112679

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-incOPTIMUM4 45.1321 45.5382

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-13.xml
MD5SUM7ca64d29f7b92f5ea95caa9cf94f3ae0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark34.5457
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints92
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension92
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.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Sat Jul 12 16:20:44 2008
0.04/0.14	c 0	PID 17517
0.04/0.14	c 0	HOST node9.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1112679-1215872444.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-1112679-1215872444.xml' 'HOME/temp.csp'
0.07/0.34	c 0	1 domains, 16 variables, 2 predicates, 0 relations, 92 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	c 0	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.25/0.43	c 1	Parsing HOME/temp.csp
0.25/0.48	c 1	parsed 111 expressions
0.25/0.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.48	c 1	MAX CSP: 92 constraints
0.25/0.48	c 1	Converting to clausal form CSP
0.25/0.51	c 1	converted 21 (10%) expressions
0.25/0.53	c 1	converted 42 (20%) expressions
0.25/0.54	c 1	converted 62 (30%) expressions
0.25/0.56	c 1	converted 83 (40%) expressions
0.25/0.57	c 1	converted 103 (50%) expressions
0.25/0.58	c 1	converted 124 (60%) expressions
0.25/0.59	c 1	converted 145 (70%) expressions
0.25/0.65	c 1	converted 165 (80%) expressions
0.25/0.66	c 1	converted 186 (90%) expressions
0.25/0.69	c 1	converted 206 (100%) expressions
0.25/0.69	c 1	CSP : 200 integers, 168 booleans, 611 clauses, largest domain size 139
0.25/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.69	c 1	Propagation in CSP
0.25/0.71	c 1	88 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.71	c 1	CSP : 200 integers, 168 booleans, 611 clauses, largest domain size 93
0.25/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.71	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.71	c 1	CSP : 200 integers, 514 booleans, 957 clauses, largest domain size 93
0.25/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.74	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.76	c 1	20 (10%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.25/0.76	c 1	40 (20%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.25/0.76	c 1	60 (30%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.25/0.76	c 1	80 (40%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.25/0.76	c 1	100 (50%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.25/0.76	c 1	120 (60%) CSP integer variables are encoded (220 clauses, 2300 bytes)
0.25/0.77	c 1	140 (70%) CSP integer variables are encoded (704 clauses, 7624 bytes)
0.25/0.77	c 1	160 (80%) CSP integer variables are encoded (875 clauses, 9566 bytes)
0.25/0.77	c 1	180 (90%) CSP integer variables are encoded (952 clauses, 10567 bytes)
0.25/0.77	c 1	200 (100%) CSP integer variables are encoded (1077 clauses, 12192 bytes)
0.25/0.77	c 1	96 (10%) CSP clauses are encoded (1501 clauses, 18571 bytes)
0.25/0.78	c 1	192 (20%) CSP clauses are encoded (1857 clauses, 24027 bytes)
0.25/0.79	c 1	288 (30%) CSP clauses are encoded (2257 clauses, 30464 bytes)
0.25/0.79	c 1	383 (40%) CSP clauses are encoded (2669 clauses, 37046 bytes)
0.25/0.80	c 1	479 (50%) CSP clauses are encoded (3073 clauses, 43540 bytes)
0.25/0.81	c 1	575 (60%) CSP clauses are encoded (3509 clauses, 50602 bytes)
0.25/0.81	c 1	670 (70%) CSP clauses are encoded (3957 clauses, 57886 bytes)
0.25/0.81	c 1	766 (80%) CSP clauses are encoded (4437 clauses, 65845 bytes)
0.25/0.83	c 1	862 (90%) CSP clauses are encoded (10173 clauses, 149259 bytes)
0.25/0.85	c 1	957 (100%) CSP clauses are encoded (17025 clauses, 259796 bytes)
0.25/0.85	c 1	957 CSP clauses encoded
0.25/0.85	c 1	Writing map file : HOME/temp.map
0.25/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.85	c 1	SAT : 1791 SAT variables, 17025 SAT clauses, 259796 bytes
0.25/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.88	c 1	OBJECTIVE minimize _COST
0.25/0.88	c 1	SOLVING HOME/temp.cnf
0.25/0.88	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.25/0.88	c 1	This is MiniSat 2.0 beta incremental
0.25/0.88	c 1	WARNING: for repeatability, setting FPU to use double precision
0.25/0.88	c 1	============================[ Problem Statistics ]=============================
0.25/0.88	c 1	|                                                                             |
0.25/0.88	c 1	|  Number of variables:  1791                                                 |
0.25/0.88	c 1	|  Number of clauses:    17025                                                |
0.25/0.89	c 1	|  Parsing time:         0.01         s                                       |
0.25/0.89	c 1	OK
0.25/0.89	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.25/0.89	c 1	SEARCHING: _COST <= 46
0.25/0.89	c 1	============================[ Search Statistics ]==============================
0.25/0.89	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.25/0.89	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.25/0.89	c 1	===============================================================================
0.25/0.89	c 1	|         0 |    1791    17025    48086 |     5675        0    nan |  0.000 % |
0.25/0.89	c 1	===============================================================================
0.25/0.89	c 1	restarts              : 1
0.25/0.89	c 1	conflicts             : 9             (900 /sec)
0.25/0.89	c 1	decisions             : 261           (0.77 % random) (26105 /sec)
0.25/0.89	c 1	propagations          : 2248           (224845 /sec)
0.25/0.89	c 1	conflict literals     : 182            (4.71 % deleted)
0.25/0.89	c 1	Memory used           : 2.59 MB
0.25/0.89	c 1	CPU time              : 0.009998 s
0.25/0.89	c 1	
0.25/0.89	c 1	SATISFIABLE
0.25/0.89	c 1	OK
0.25/0.89	c 1	FOUND: _COST <= 46
0.25/0.89	s SATISFIABLE
0.25/0.89	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.25/0.89	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.74/0.97	c 1	Decoding HOME/temp.out
0.74/1.01	c 1	OBJECTIVE _COST 46
0.74/1.01	o 46
0.74/1.02	v 6 4 2 2 7 5 5 5 3 1 5 8 5 8 1 1
0.74/1.02	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.74/1.05	c 1	OK
0.74/1.05	c 1	OBJECTIVE BOUND: 0 <= _COST <= 46
0.74/1.05	c 1	SEARCHING: _COST <= 23
0.74/1.06	c 1	============================[ Search Statistics ]==============================
0.74/1.06	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.74/1.06	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.74/1.06	c 1	===============================================================================
0.74/1.06	c 1	|         9 |    1791    17025    48086 |     5675        9     20 |  0.000 % |
0.74/1.06	c 1	===============================================================================
0.74/1.06	c 1	restarts              : 2
0.74/1.06	c 1	conflicts             : 36            (2572 /sec)
0.74/1.06	c 1	decisions             : 410           (0.49 % random) (29292 /sec)
0.74/1.06	c 1	propagations          : 10491          (749518 /sec)
0.74/1.06	c 1	conflict literals     : 594            (23.06 % deleted)
0.74/1.06	c 1	Memory used           : 2.59 MB
0.74/1.06	c 1	CPU time              : 0.013997 s
0.74/1.06	c 1	
0.74/1.06	c 1	SATISFIABLE
0.74/1.06	c 1	OK
0.74/1.06	c 1	FOUND: _COST <= 23
0.74/1.06	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.74/1.06	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.91/1.14	c 1	Decoding HOME/temp.out
0.91/1.18	c 1	OBJECTIVE _COST 23
0.91/1.18	o 23
0.91/1.18	v 7 8 4 6 8 2 6 3 8 2 7 1 5 2 8 1
0.91/1.19	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.22	c 1	OK
0.99/1.22	c 1	OBJECTIVE BOUND: 0 <= _COST <= 23
0.99/1.22	c 1	SEARCHING: _COST <= 11
0.99/1.22	c 1	============================[ Search Statistics ]==============================
0.99/1.22	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.22	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.22	c 1	===============================================================================
0.99/1.22	c 1	|        36 |    1469    17025    48086 |     5675       36     16 |  0.000 % |
0.99/1.22	c 1	===============================================================================
0.99/1.22	c 1	restarts              : 3
0.99/1.22	c 1	conflicts             : 47            (2938 /sec)
0.99/1.22	c 1	decisions             : 506           (0.59 % random) (31631 /sec)
0.99/1.22	c 1	propagations          : 12948          (809402 /sec)
0.99/1.22	c 1	conflict literals     : 723            (21.41 % deleted)
0.99/1.22	c 1	Memory used           : 2.59 MB
0.99/1.22	c 1	CPU time              : 0.015997 s
0.99/1.22	c 1	
0.99/1.22	c 1	SATISFIABLE
0.99/1.22	c 1	OK
0.99/1.22	c 1	FOUND: _COST <= 11
0.99/1.22	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.99/1.22	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.30	c 1	Decoding HOME/temp.out
1.00/1.35	c 1	OBJECTIVE _COST 11
1.00/1.35	o 11
1.00/1.35	v 1 2 6 7 8 4 6 3 8 4 8 3 5 2 8 7
1.00/1.35	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.38	c 1	OK
1.00/1.38	c 1	OBJECTIVE BOUND: 0 <= _COST <= 11
1.00/1.38	c 1	SEARCHING: _COST <= 5
1.15/1.40	c 2	============================[ Search Statistics ]==============================
1.15/1.40	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.40	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.40	c 2	===============================================================================
1.15/1.40	c 2	|        47 |    1285    17025    48086 |     5675       47     15 |  0.000 % |
1.15/1.40	c 2	|       147 |    1285    17025    48086 |     6242      147     15 | 35.850 % |
1.15/1.41	c 2	|       297 |    1285    17025    48086 |     6866      297     16 | 35.850 % |
1.15/1.43	c 2	|       523 |    1149     6932    19652 |     7553      523     17 | 35.850 % |
1.15/1.45	c 2	|       860 |    1149     6932    19652 |     8308      860     16 | 35.850 % |
1.15/1.50	c 2	|      1366 |    1149     6932    19652 |     9139     1366     17 | 35.850 % |
1.25/1.57	c 2	|      2126 |    1149     6932    19652 |    10053     2126     18 | 35.850 % |
1.35/1.62	c 2	===============================================================================
1.35/1.62	c 2	restarts              : 10
1.35/1.62	c 2	conflicts             : 2671          (10517 /sec)
1.35/1.62	c 2	decisions             : 3626          (0.63 % random) (14278 /sec)
1.35/1.62	c 2	propagations          : 631575         (2486898 /sec)
1.35/1.62	c 2	conflict literals     : 48585          (34.78 % deleted)
1.35/1.62	c 2	Memory used           : 2.59 MB
1.35/1.62	c 2	CPU time              : 0.253961 s
1.35/1.62	c 2	
1.35/1.62	c 2	SATISFIABLE
1.35/1.62	c 2	OK
1.35/1.62	c 2	FOUND: _COST <= 5
1.35/1.62	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.35/1.62	c 2	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.37/1.70	c 2	Decoding HOME/temp.out
1.37/1.75	c 2	OBJECTIVE _COST 5
1.37/1.75	o 5
1.37/1.75	v 3 1 6 1 8 2 6 1 8 2 7 1 5 2 4 1
1.37/1.75	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.37/1.78	c 2	OK
1.37/1.78	c 2	OBJECTIVE BOUND: 0 <= _COST <= 5
1.37/1.78	c 2	SEARCHING: _COST <= 2
1.37/1.79	c 2	============================[ Search Statistics ]==============================
1.52/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.80	c 2	===============================================================================
1.52/1.80	c 2	|      2671 |    1029     5371    15323 |     1790     2665     18 | 35.850 % |
1.52/1.80	c 2	|      2772 |    1029     5371    15323 |     1969     1434     17 | 42.550 % |
1.52/1.81	c 2	|      2922 |    1029     5371    15323 |     2166     1584     17 | 42.550 % |
1.52/1.82	c 2	|      3147 |    1029     5371    15323 |     2382     1809     17 | 42.550 % |
1.52/1.86	c 2	|      3484 |    1029     5371    15323 |     2621     2146     17 | 42.550 % |
1.62/1.91	c 2	|      3990 |    1029     5371    15323 |     2883     2652     17 | 42.550 % |
1.62/1.98	c 2	|      4749 |    1029     5371    15323 |     3171     3411     17 | 42.550 % |
1.81/2.10	c 2	|      5888 |    1029     5371    15323 |     3488     2455     17 | 42.550 % |
1.92/2.28	c 2	|      7596 |    1029     5371    15323 |     3837     4163     18 | 42.550 % |
2.21/2.56	c 3	|     10159 |    1029     5371    15323 |     4221     4286     16 | 42.550 % |
2.61/2.98	c 3	|     14006 |    1029     5371    15323 |     4643     2886     20 | 42.550 % |
3.31/3.63	c 4	|     19772 |    1029     5371    15323 |     5108     5775     18 | 42.550 % |
4.31/4.63	c 5	|     28422 |    1029     5371    15323 |     5618     5227     18 | 42.550 % |
5.81/6.19	c 6	|     41397 |    1029     5371    15323 |     6180     4923     16 | 42.551 % |
6.21/6.56	c 7	===============================================================================
6.21/6.56	c 7	restarts              : 24
6.21/6.56	c 7	conflicts             : 44355         (8823 /sec)
6.21/6.56	c 7	decisions             : 49296         (1.07 % random) (9806 /sec)
6.21/6.56	c 7	propagations          : 11200941       (2228052 /sec)
6.21/6.56	c 7	conflict literals     : 826674         (29.73 % deleted)
6.21/6.56	c 7	Memory used           : 3.14 MB
6.21/6.56	c 7	CPU time              : 5.02724 s
6.21/6.56	c 7	
6.21/6.56	c 7	UNSATISFIABLE
6.21/6.56	c 7	OK
6.21/6.56	c 7	NOT FOUND: _COST <= 2
6.21/6.56	c 7	OK
6.21/6.56	c 7	OBJECTIVE BOUND: 3 <= _COST <= 5
6.21/6.56	c 7	SEARCHING: _COST <= 4
6.21/6.56	c 7	============================[ Search Statistics ]==============================
6.21/6.56	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.21/6.56	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.21/6.56	c 7	===============================================================================
6.21/6.56	c 7	|     44355 |    1023     5347    15269 |     1782     3193     15 | 42.551 % |
6.21/6.57	c 7	|     44456 |    1023     5347    15269 |     1960     1698     14 | 42.882 % |
6.21/6.59	c 7	|     44608 |    1023     5347    15269 |     2156     1850     14 | 42.882 % |
6.31/6.60	c 7	===============================================================================
6.31/6.60	c 7	restarts              : 27
6.31/6.60	c 7	conflicts             : 44747         (8827 /sec)
6.31/6.60	c 7	decisions             : 49796         (1.08 % random) (9823 /sec)
6.31/6.60	c 7	propagations          : 11301370       (2229406 /sec)
6.31/6.60	c 7	conflict literals     : 833664         (29.74 % deleted)
6.31/6.60	c 7	Memory used           : 3.14 MB
6.31/6.60	c 7	CPU time              : 5.06923 s
6.31/6.60	c 7	
6.31/6.60	c 7	SATISFIABLE
6.31/6.60	c 7	OK
6.31/6.60	c 7	FOUND: _COST <= 4
6.31/6.60	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.31/6.60	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.31/6.69	c 7	Decoding HOME/temp.out
6.33/6.73	c 7	OBJECTIVE _COST 4
6.33/6.73	o 4
6.33/6.73	v 7 2 4 1 8 2 8 1 5 2 7 1 3 2 6 1
6.33/6.74	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.33/6.77	c 7	OK
6.33/6.77	c 7	OBJECTIVE BOUND: 3 <= _COST <= 4
6.33/6.77	c 7	SEARCHING: _COST <= 3
6.33/6.77	c 7	============================[ Search Statistics ]==============================
6.33/6.77	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.33/6.77	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.33/6.77	c 7	===============================================================================
6.33/6.77	c 7	|     44747 |     990     5031    14419 |     1677     1989     14 | 42.882 % |
6.33/6.78	c 7	|     44847 |     990     5031    14419 |     1844     2089     14 | 44.725 % |
6.33/6.79	c 7	|     44997 |     990     5031    14419 |     2029     2239     14 | 44.725 % |
6.49/6.82	c 7	|     45223 |     990     5031    14419 |     2232     2465     15 | 44.725 % |
6.49/6.85	c 7	|     45561 |     990     5031    14419 |     2455     2803     15 | 44.725 % |
6.58/6.90	c 7	|     46067 |     990     5031    14419 |     2700     3309     15 | 44.725 % |
6.58/6.99	c 7	|     46828 |     990     5031    14419 |     2970     2164     14 | 44.725 % |
6.78/7.11	c 7	|     47967 |     990     5031    14419 |     3267     3303     16 | 44.725 % |
6.88/7.30	c 7	|     49675 |     990     5031    14419 |     3594     2859     16 | 44.725 % |
7.18/7.58	c 8	|     52237 |     990     5031    14419 |     3954     3111     16 | 44.725 % |
7.68/8.00	c 8	|     56081 |     990     5031    14419 |     4349     4489     18 | 44.725 % |
8.28/8.67	c 9	|     61848 |     990     5031    14419 |     4784     4898     17 | 44.725 % |
9.28/9.66	c 10	|     70497 |     990     5031    14419 |     5263     4796     20 | 44.725 % |
10.79/11.17	c 11	|     83472 |     990     5031    14419 |     5789     5275     19 | 44.725 % |
13.08/13.47	c 14	|    102933 |     990     5031    14419 |     6368     4396     17 | 44.725 % |
16.77/17.12	c 17	|    132126 |     990     5031    14419 |     7005     3986     19 | 44.725 % |
22.15/22.52	c 23	|    175916 |     990     5031    14419 |     7705     7593     19 | 44.725 % |
30.55/30.97	c 31	|    241600 |     990     5031    14419 |     8476     7741     18 | 44.725 % |
43.18/43.69	c 44	|    340127 |     990     5031    14419 |     9323     6626     19 | 44.726 % |
45.08/45.52	c 46	===============================================================================
45.08/45.52	c 46	restarts              : 46
45.08/45.52	c 46	conflicts             : 354051        (8117 /sec)
45.08/45.52	c 46	decisions             : 387252        (1.19 % random) (8879 /sec)
45.08/45.52	c 46	propagations          : 89768718       (2058143 /sec)
45.08/45.52	c 46	conflict literals     : 7140407        (28.70 % deleted)
45.08/45.52	c 46	Memory used           : 4.06 MB
45.08/45.52	c 46	CPU time              : 43.6164 s
45.08/45.52	c 46	
45.08/45.52	c 46	UNSATISFIABLE
45.08/45.53	c 46	OK
45.08/45.53	c 46	NOT FOUND: _COST <= 3
45.08/45.53	c 46	OK
45.08/45.53	c 46	OBJECTIVE _COST 4
45.08/45.53	s OPTIMUM FOUND
45.08/45.53	c 46	CPU 44.79 (0.07 0.01 44.72 0.31)
45.08/45.53	c 46	END Sat Jul 12 16:21:30 2008

Verifier Data (download as text)

OK	4	88
4 unsatisfied constraints, 88 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-1112679-1215872444/watcher-1112679-1215872444 -o /tmp/evaluation-result-1112679-1215872444/solver-1112679-1215872444 -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-1112679-1215872444.xml 

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


[startup+0 s]
/proc/loadavg: 2.67 2.48 2.56 4/82 17517
/proc/meminfo: memFree=488664/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=18572 CPUtime=0
/proc/17517/stat : 17517 (runsolver) R 17515 17517 16491 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 43947324 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17517/statm: 4643 292 257 25 0 2626 0

[startup+0.105466 s]
/proc/loadavg: 2.67 2.48 2.56 4/82 17517
/proc/meminfo: memFree=488664/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=15948 CPUtime=0.04
/proc/17517/stat : 17517 (sugar++) D 17515 17517 16491 0 -1 4194304 911 0 0 0 4 0 0 0 18 0 1 0 43947324 16330752 879 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/17517/statm: 3987 879 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.201485 s]
/proc/loadavg: 2.67 2.48 2.56 4/82 17517
/proc/meminfo: memFree=488664/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16740 CPUtime=0.07
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 43947324 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17517/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301505 s]
/proc/loadavg: 2.67 2.48 2.56 4/82 17517
/proc/meminfo: memFree=488664/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16740 CPUtime=0.07
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 43947324 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17517/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701577 s]
/proc/loadavg: 2.67 2.48 2.56 4/82 17517
/proc/meminfo: memFree=488664/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16740 CPUtime=0.25
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1297 4120 0 1 6 1 16 2 15 0 1 0 43947324 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17517/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16740

[startup+1.50174 s]
/proc/loadavg: 2.67 2.48 2.56 3/90 17556
/proc/meminfo: memFree=466328/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.12
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1688 21735 0 5 6 1 89 16 15 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=2648 CPUtime=0.13
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 436 0 0 0 13 0 0 0 16 0 1 0 43947412 2711552 377 996147200 134512640 135134323 4294956192 18446744073709551615 134528456 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 662 377 79 151 0 508 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 19520

[startup+3.10105 s]
/proc/loadavg: 2.67 2.48 2.56 3/84 17580
/proc/meminfo: memFree=453064/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.25
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1758 25447 0 6 6 1 100 18 15 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=2928 CPUtime=1.56
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 520 0 0 0 156 0 0 0 25 0 1 0 43947412 2998272 459 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 732 459 79 151 0 578 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 19800

[startup+6.30166 s]
/proc/loadavg: 2.70 2.49 2.56 3/84 17580
/proc/meminfo: memFree=407304/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.25
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1758 25447 0 6 6 1 100 18 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=3216 CPUtime=4.76
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 586 0 0 0 476 0 0 0 25 0 1 0 43947412 3293184 525 996147200 134512640 135134323 4294956192 18446744073709551615 134532213 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 804 525 79 151 0 650 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 20088

[startup+12.7029 s]
/proc/loadavg: 2.72 2.50 2.56 3/84 17590
/proc/meminfo: memFree=313544/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=3352 CPUtime=10.99
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 634 0 0 0 1099 0 0 0 25 0 1 0 43947412 3432448 569 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 838 569 79 151 0 684 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 20224

[startup+25.5014 s]
/proc/loadavg: 2.78 2.52 2.57 3/84 17590
/proc/meminfo: memFree=130696/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=3752 CPUtime=23.76
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 733 0 0 0 2372 4 0 0 25 0 1 0 43947412 3842048 668 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 938 668 79 151 0 784 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 20624

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

[startup+25.6014 s]
/proc/loadavg: 2.78 2.52 2.57 3/84 17590
/proc/meminfo: memFree=130696/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=3752 CPUtime=23.86
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 733 0 0 0 2382 4 0 0 25 0 1 0 43947412 3842048 668 996147200 134512640 135134323 4294956192 18446744073709551615 134532174 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 938 668 79 151 0 784 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 20624

[startup+38.4028 s]
/proc/loadavg: 2.81 2.54 2.57 3/84 17590
/proc/meminfo: memFree=15560/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4016 CPUtime=36.61
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 793 0 0 0 3654 7 0 0 25 0 1 0 43947412 4112384 728 996147200 134512640 135134323 4294956192 18446744073709551615 134532016 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1004 728 79 151 0 850 0
Current children cumulated CPU time (s) 38
Current children cumulated vsize (KiB) 20888

[startup+41.6014 s]
/proc/loadavg: 2.91 2.56 2.58 3/84 17590
/proc/meminfo: memFree=15496/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4152 CPUtime=39.79
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 812 0 0 0 3969 10 0 0 25 0 1 0 43947412 4251648 747 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1038 747 79 151 0 884 0
Current children cumulated CPU time (s) 41.18
Current children cumulated vsize (KiB) 21024

[startup+43.2027 s]
/proc/loadavg: 2.91 2.56 2.58 3/84 17590
/proc/meminfo: memFree=15880/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4152 CPUtime=41.39
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 815 0 0 0 4129 10 0 0 25 0 1 0 43947412 4251648 750 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1038 750 79 151 0 884 0
Current children cumulated CPU time (s) 42.78
Current children cumulated vsize (KiB) 21024

[startup+44.8011 s]
/proc/loadavg: 2.91 2.56 2.58 3/84 17590
/proc/meminfo: memFree=15624/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4152 CPUtime=42.99
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 822 0 0 0 4289 10 0 0 25 0 1 0 43947412 4251648 757 996147200 134512640 135134323 4294956192 18446744073709551615 134531949 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1038 757 79 151 0 884 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 21024

[startup+45.2061 s]
/proc/loadavg: 2.92 2.57 2.58 3/84 17590
/proc/meminfo: memFree=15112/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4152 CPUtime=43.4
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 823 0 0 0 4330 10 0 0 25 0 1 0 43947412 4251648 758 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1038 758 79 151 0 884 0
Current children cumulated CPU time (s) 44.79
Current children cumulated vsize (KiB) 21024

[startup+45.4012 s]
/proc/loadavg: 2.92 2.57 2.58 3/84 17590
/proc/meminfo: memFree=15112/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4152 CPUtime=43.59
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 823 0 0 0 4349 10 0 0 25 0 1 0 43947412 4251648 758 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1038 758 79 151 0 884 0
Current children cumulated CPU time (s) 44.98
Current children cumulated vsize (KiB) 21024

[startup+45.5012 s]
/proc/loadavg: 2.92 2.57 2.58 3/84 17590
/proc/meminfo: memFree=15112/2055920 swapFree=4180384/4192956
[pid=17517] ppid=17515 vsize=16872 CPUtime=1.39
/proc/17517/stat : 17517 (sugar++) S 17515 17517 16491 0 -1 4194304 1828 29159 0 7 7 1 111 20 16 0 1 0 43947324 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17517/statm: 4218 1116 414 3 0 797 0
[pid=17540] ppid=17517 vsize=4152 CPUtime=43.69
/proc/17540/stat : 17540 (minisat-inc) R 17517 17517 16491 0 -1 4194304 823 0 0 0 4359 10 0 0 25 0 1 0 43947412 4251648 758 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17540/statm: 1038 758 79 151 0 884 0
Current children cumulated CPU time (s) 45.08
Current children cumulated vsize (KiB) 21024

Child status: 0
Real time (s): 45.5382
CPU time (s): 45.1321
CPU user time (s): 44.8022
CPU system time (s): 0.329949
CPU usage (%): 99.1082
Max. virtual memory (cumulated for all children) (KiB): 220816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8022
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31892
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1975
involuntary context switches= 2701

runsolver used 0.048992 second user time and 0.148977 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 16:20:44
IDJOB=1112679
IDBENCH=61456
IDSOLVER=367
FILE ID=node9/1112679-1215872444
PBS_JOBID= 7903491
Free space on /tmp= 65460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-13.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-1112679-1215872444/watcher-1112679-1215872444 -o /tmp/evaluation-result-1112679-1215872444/solver-1112679-1215872444 -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-1112679-1215872444.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7ca64d29f7b92f5ea95caa9cf94f3ae0
RANDOM SEED=1287976459

node9.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.260
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.260
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:        489208 kB
Buffers:          7956 kB
Cached:        1158708 kB
SwapCached:       6132 kB
Active:        1476560 kB
Inactive:        13112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        489208 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:          207716 kB
Writeback:           0 kB
Mapped:         340232 kB
Slab:            61512 kB
Committed_AS:   707164 kB
PageTables:       2628 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= 64852 MiB
End job on node9 at 2008-07-12 16:21:30