Trace number 1112655

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 3564.83 3599.68

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-1.xml
MD5SUMb533018f75b84b97c42ae06595d24f86
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 benchmark3088.74
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints145
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension145
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 16:11:46 2008
0.00/0.07	c 0	PID 19489
0.00/0.07	c 0	HOST node28.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1112655-1215871906.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112655-1215871906.xml' 'HOME/temp.csp'
0.06/0.36	c 0	1 domains, 20 variables, 2 predicates, 0 relations, 145 constraints
0.06/0.43	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.43	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.27/0.56	c 0	Parsing HOME/temp.csp
0.27/0.63	c 0	parsed 168 expressions
0.27/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.63	c 0	MAX CSP: 145 constraints
0.27/0.64	c 0	Converting to clausal form CSP
0.27/0.67	c 0	converted 32 (10%) expressions
0.27/0.69	c 0	converted 64 (20%) expressions
0.27/0.71	c 0	converted 95 (30%) expressions
0.27/0.73	c 0	converted 127 (40%) expressions
0.27/0.74	c 0	converted 158 (50%) expressions
0.27/0.81	c 1	converted 190 (60%) expressions
0.27/0.82	c 1	converted 222 (70%) expressions
0.27/0.83	c 1	converted 253 (80%) expressions
0.27/0.84	c 1	converted 285 (90%) expressions
0.27/0.87	c 1	converted 316 (100%) expressions
0.27/0.87	c 1	CSP : 310 integers, 270 booleans, 974 clauses, largest domain size 218
0.27/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.87	c 1	Propagation in CSP
0.27/0.90	c 1	142 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.90	c 1	CSP : 310 integers, 270 booleans, 974 clauses, largest domain size 146
0.27/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.90	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.91	c 1	CSP : 310 integers, 824 booleans, 1528 clauses, largest domain size 146
0.27/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.93	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.94	c 1	31 (10%) CSP integer variables are encoded (160 clauses, 1632 bytes)
0.27/0.95	c 1	62 (20%) CSP integer variables are encoded (160 clauses, 1632 bytes)
0.27/0.95	c 1	93 (30%) CSP integer variables are encoded (160 clauses, 1632 bytes)
0.27/0.95	c 1	124 (40%) CSP integer variables are encoded (160 clauses, 1632 bytes)
0.27/0.95	c 1	155 (50%) CSP integer variables are encoded (160 clauses, 1632 bytes)
0.27/0.95	c 1	186 (60%) CSP integer variables are encoded (371 clauses, 3953 bytes)
0.27/0.95	c 1	217 (70%) CSP integer variables are encoded (497 clauses, 5339 bytes)
0.27/0.96	c 1	248 (80%) CSP integer variables are encoded (1274 clauses, 14921 bytes)
0.27/0.96	c 1	279 (90%) CSP integer variables are encoded (1650 clauses, 19809 bytes)
0.27/0.96	c 1	310 (100%) CSP integer variables are encoded (1938 clauses, 23553 bytes)
0.27/0.97	c 1	153 (10%) CSP clauses are encoded (2703 clauses, 35320 bytes)
0.27/0.98	c 1	306 (20%) CSP clauses are encoded (3512 clauses, 48421 bytes)
0.27/0.99	c 1	459 (30%) CSP clauses are encoded (4215 clauses, 59962 bytes)
0.27/1.00	c 1	612 (40%) CSP clauses are encoded (5044 clauses, 73565 bytes)
0.27/1.00	c 1	764 (50%) CSP clauses are encoded (5843 clauses, 86940 bytes)
0.27/1.01	c 1	917 (60%) CSP clauses are encoded (6707 clauses, 101460 bytes)
0.27/1.01	c 1	1070 (70%) CSP clauses are encoded (7601 clauses, 116938 bytes)
0.27/1.02	c 1	1223 (80%) CSP clauses are encoded (8559 clauses, 134211 bytes)
0.27/1.03	c 1	1376 (90%) CSP clauses are encoded (11078 clauses, 170668 bytes)
0.27/1.08	c 1	1528 (100%) CSP clauses are encoded (38432 clauses, 645267 bytes)
0.27/1.08	c 1	1528 CSP clauses encoded
0.27/1.08	c 1	Writing map file : HOME/temp.map
0.27/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/1.09	c 1	SAT : 3072 SAT variables, 38432 SAT clauses, 645267 bytes
0.27/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.12	c 1	OBJECTIVE minimize _COST
0.85/1.12	c 1	SOLVING HOME/temp.cnf
0.85/1.12	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.85/1.12	c 1	This is MiniSat 2.0 beta incremental
0.85/1.12	c 1	WARNING: for repeatability, setting FPU to use double precision
0.85/1.12	c 1	============================[ Problem Statistics ]=============================
0.85/1.12	c 1	|                                                                             |
0.85/1.13	c 1	|  Number of variables:  3072                                                 |
0.85/1.13	c 1	|  Number of clauses:    38432                                                |
0.85/1.14	c 1	|  Parsing time:         0.02         s                                       |
0.85/1.14	c 1	OK
0.85/1.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.85/1.14	c 1	SEARCHING: _COST <= 73
0.85/1.14	c 1	============================[ Search Statistics ]==============================
0.85/1.14	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.85/1.14	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.85/1.14	c 1	===============================================================================
0.85/1.14	c 1	|         0 |    3072    38432   110253 |    12810        0    nan |  0.000 % |
0.85/1.15	c 1	===============================================================================
0.85/1.15	c 1	restarts              : 1
0.85/1.15	c 1	conflicts             : 25            (1316 /sec)
0.85/1.15	c 1	decisions             : 399           (0.50 % random) (21003 /sec)
0.85/1.15	c 1	propagations          : 5348           (281518 /sec)
0.85/1.15	c 1	conflict literals     : 305            (5.28 % deleted)
0.85/1.15	c 1	Memory used           : 3.51 MB
0.85/1.15	c 1	CPU time              : 0.018997 s
0.85/1.15	c 1	
0.85/1.15	c 1	SATISFIABLE
0.85/1.15	c 1	OK
0.85/1.15	c 1	FOUND: _COST <= 73
0.85/1.15	s SATISFIABLE
0.85/1.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.85/1.15	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.87/1.23	c 1	Decoding HOME/temp.out
0.87/1.28	c 1	OBJECTIVE _COST 50
0.87/1.28	o 50
0.87/1.28	v 6 8 6 1 3 2 7 1 5 9 7 8 9 9 10 1 10 10 4 9
0.87/1.28	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.87/1.31	c 1	OK
0.87/1.31	c 1	OBJECTIVE BOUND: 0 <= _COST <= 50
0.87/1.31	c 1	SEARCHING: _COST <= 25
0.87/1.32	c 1	============================[ Search Statistics ]==============================
0.87/1.33	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.87/1.33	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.87/1.33	c 1	===============================================================================
0.87/1.33	c 1	|        25 |    3072    38432   110253 |    12810       25     12 |  0.000 % |
0.87/1.33	c 1	|       125 |    3072    38432   110253 |    14091      125     26 | 25.491 % |
0.87/1.33	c 1	===============================================================================
0.87/1.33	c 1	restarts              : 3
0.87/1.33	c 1	conflicts             : 136           (3778 /sec)
0.87/1.33	c 1	decisions             : 737           (0.81 % random) (20476 /sec)
0.87/1.33	c 1	propagations          : 50916          (1414569 /sec)
0.87/1.33	c 1	conflict literals     : 3326           (29.93 % deleted)
0.87/1.33	c 1	Memory used           : 3.51 MB
0.87/1.33	c 1	CPU time              : 0.035994 s
0.87/1.33	c 1	
0.87/1.33	c 1	SATISFIABLE
0.87/1.33	c 1	OK
0.87/1.33	c 1	FOUND: _COST <= 25
0.87/1.33	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.87/1.33	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.41	c 1	Decoding HOME/temp.out
1.00/1.46	c 1	OBJECTIVE _COST 25
1.00/1.46	o 25
1.00/1.46	v 10 8 10 3 8 4 10 5 7 10 9 3 1 3 10 5 7 4 9 3
1.00/1.46	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.51	c 1	OK
1.01/1.51	c 1	OBJECTIVE BOUND: 0 <= _COST <= 25
1.01/1.51	c 1	SEARCHING: _COST <= 12
1.01/1.53	c 1	============================[ Search Statistics ]==============================
1.01/1.53	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.53	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.53	c 1	===============================================================================
1.01/1.53	c 1	|       136 |    2289    38432   110253 |    12810      136     24 | 25.491 % |
1.01/1.53	c 1	|       236 |    2289    38432   110253 |    14091      236     22 | 33.921 % |
1.01/1.54	c 1	|       386 |    2289    38432   110253 |    15500      386     20 | 33.921 % |
1.01/1.55	c 1	===============================================================================
1.01/1.55	c 1	restarts              : 6
1.01/1.55	c 1	conflicts             : 430           (5245 /sec)
1.01/1.55	c 1	decisions             : 1193          (1.09 % random) (14551 /sec)
1.01/1.55	c 1	propagations          : 159251         (1942393 /sec)
1.01/1.55	c 1	conflict literals     : 9050           (35.59 % deleted)
1.01/1.55	c 1	Memory used           : 3.51 MB
1.01/1.55	c 1	CPU time              : 0.081987 s
1.01/1.55	c 1	
1.01/1.55	c 1	SATISFIABLE
1.01/1.55	c 1	OK
1.01/1.55	c 1	FOUND: _COST <= 12
1.01/1.55	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.01/1.55	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.14/2.05	c 2	Decoding HOME/temp.out
1.14/2.10	c 2	OBJECTIVE _COST 12
1.14/2.10	o 12
1.14/2.10	v 3 1 10 5 10 7 10 7 4 5 2 1 8 4 6 5 10 1 9 7
1.14/2.11	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.38/2.20	c 2	OK
1.38/2.20	c 2	OBJECTIVE BOUND: 0 <= _COST <= 12
1.38/2.20	c 2	SEARCHING: _COST <= 6
1.38/2.20	c 2	============================[ Search Statistics ]==============================
1.38/2.20	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/2.20	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/2.20	c 2	===============================================================================
1.38/2.20	c 2	|       430 |    2030    16938    48777 |     5646      430     21 | 33.921 % |
1.38/2.20	c 2	|       530 |    2030    16938    48777 |     6210      530     21 | 40.399 % |
1.38/2.22	c 2	|       681 |    2030    16938    48777 |     6831      681     22 | 40.399 % |
1.38/2.24	c 2	|       906 |    1831    12656    36515 |     7514      889     25 | 40.399 % |
1.38/2.29	c 2	|      1243 |    1831    12656    36515 |     8266     1226     24 | 40.399 % |
1.48/2.34	c 2	|      1749 |    1831    12656    36515 |     9092     1732     23 | 40.399 % |
1.57/2.44	c 2	|      2508 |    1831    12656    36515 |    10002     2491     23 | 40.399 % |
1.67/2.60	c 2	|      3649 |    1831    12656    36515 |    11002     3632     24 | 40.399 % |
1.97/2.85	c 3	|      5357 |    1831    12656    36515 |    12102     5340     25 | 40.399 % |
2.37/3.25	c 3	|      7919 |    1831    12656    36515 |    13312     7902     25 | 40.399 % |
2.96/3.89	c 4	|     11763 |    1831    12656    36515 |    14644    11746     25 | 40.399 % |
4.22/5.10	c 5	|     17530 |    1831    12656    36515 |    16108     9229     23 | 40.399 % |
5.90/6.86	c 7	|     26179 |    1831    12656    36515 |    17719    17878     25 | 40.399 % |
8.69/9.63	c 9	|     39153 |    1831    12656    36515 |    19491    11239     23 | 40.399 % |
10.66/11.69	c 11	===============================================================================
10.66/11.69	c 11	restarts              : 20
10.66/11.69	c 11	conflicts             : 48519         (5122 /sec)
10.66/11.69	c 11	decisions             : 53904         (0.88 % random) (5690 /sec)
10.66/11.69	c 11	propagations          : 17753770       (1874034 /sec)
10.66/11.69	c 11	conflict literals     : 1200481        (33.00 % deleted)
10.66/11.69	c 11	Memory used           : 5.77 MB
10.66/11.69	c 11	CPU time              : 9.47356 s
10.66/11.69	c 11	
10.66/11.69	c 11	SATISFIABLE
10.66/11.70	c 11	OK
10.66/11.70	c 11	FOUND: _COST <= 6
10.66/11.70	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.66/11.70	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.76/11.78	c 11	Decoding HOME/temp.out
10.76/11.83	c 12	OBJECTIVE _COST 6
10.76/11.83	o 6
10.76/11.83	v 10 1 8 2 5 3 9 1 9 2 4 3 10 2 7 1 10 3 6 2
10.76/11.83	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.90/12.02	c 12	OK
10.90/12.02	c 12	OBJECTIVE BOUND: 0 <= _COST <= 6
10.90/12.02	c 12	SEARCHING: _COST <= 3
10.90/12.02	c 12	============================[ Search Statistics ]==============================
10.90/12.02	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.90/12.02	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.90/12.02	c 12	===============================================================================
10.90/12.02	c 12	|     48519 |    1671    10271    29834 |     3423    20605     24 | 40.399 % |
10.90/12.07	c 12	|     48621 |    1671    10271    29834 |     3766     2678     19 | 45.607 % |
10.90/12.09	c 12	|     48771 |    1671    10271    29834 |     4142     2828     19 | 45.607 % |
11.00/12.13	c 12	|     48997 |    1671    10271    29834 |     4556     3054     20 | 45.607 % |
11.00/12.18	c 12	|     49334 |    1671    10271    29834 |     5012     3391     21 | 45.607 % |
11.10/12.25	c 12	|     49840 |    1671    10271    29834 |     5513     3897     21 | 45.607 % |
11.19/12.35	c 12	|     50599 |    1671    10271    29834 |     6065     4656     23 | 45.607 % |
11.39/12.53	c 12	|     51738 |    1671    10271    29834 |     6671     5795     23 | 45.607 % |
11.69/12.80	c 13	|     53448 |    1671    10271    29834 |     7338     7505     24 | 45.607 % |
12.09/13.23	c 13	|     56010 |    1671    10271    29834 |     8072     5422     23 | 45.607 % |
12.69/13.87	c 14	|     59855 |    1671    10271    29834 |     8880     9267     24 | 45.607 % |
13.68/14.88	c 15	|     65621 |    1671    10271    29834 |     9768     9683     25 | 45.607 % |
15.28/16.46	c 16	|     74270 |    1671    10271    29834 |    10744     6720     22 | 45.607 % |
17.75/18.94	c 19	|     87244 |    1671    10271    29834 |    11819     7146     23 | 45.607 % |
21.53/22.71	c 22	|    106705 |    1671    10271    29834 |    13001    12856     23 | 45.607 % |
27.30/28.60	c 28	|    135899 |    1671    10271    29834 |    14301    12295     23 | 45.607 % |
36.55/37.87	c 38	|    179689 |    1671    10271    29834 |    15731    15659     25 | 45.607 % |
51.07/52.42	c 52	|    245375 |    1671    10271    29834 |    17304    10935     25 | 45.607 % |
74.06/75.51	c 75	|    343902 |    1671    10271    29834 |    19035    13248     28 | 45.607 % |
110.67/112.39	c 112	|    491692 |    1671    10271    29834 |    20938    14549     28 | 45.607 % |
167.57/169.57	c 169	|    713376 |    1671    10271    29834 |    23032    19449     28 | 45.607 % |
256.81/259.21	c 259	|   1045901 |    1671    10271    29834 |    25335    14647     32 | 45.607 % |
388.83/394.65	c 394	|   1544689 |    1671    10271    29834 |    27869    21328     28 | 45.607 % |
598.18/606.06	c 606	|   2292871 |    1671    10271    29834 |    30656    21784     25 | 45.607 % |
928.52/939.49	c 939	|   3415145 |    1671    10271    29834 |    33722    18042     24 | 45.607 % |
1452.67/1468.36	c 1468	|   5098557 |    1671    10271    29834 |    37094    30733     29 | 45.607 % |
2270.19/2293.28	c 2293	|   7623673 |    1671    10271    29834 |    40803    24399     26 | 45.607 % |
3501.12/3535.35	c 3535	===============================================================================
3501.12/3535.35	c 3535	restarts              : 47
3501.12/3535.35	c 3535	conflicts             : 11218178      (3206 /sec)
3501.12/3535.35	c 3535	decisions             : 12087161      (1.07 % random) (3454 /sec)
3501.12/3535.35	c 3535	propagations          : 4117053723     (1176416 /sec)
3501.12/3535.35	c 3535	conflict literals     : 323389698      (26.64 % deleted)
3501.12/3535.35	c 3535	Memory used           : 18.55 MB
3501.12/3535.35	c 3535	CPU time              : 3499.66 s
3501.12/3535.35	c 3535	
3501.12/3535.35	c 3535	UNSATISFIABLE
3501.12/3535.35	c 3535	OK
3501.12/3535.35	c 3535	NOT FOUND: _COST <= 3
3501.12/3535.35	c 3535	OK
3501.12/3535.35	c 3535	OBJECTIVE BOUND: 4 <= _COST <= 6
3501.12/3535.35	c 3535	SEARCHING: _COST <= 5
3501.12/3535.35	c 3535	============================[ Search Statistics ]==============================
3501.12/3535.35	c 3535	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3501.12/3535.35	c 3535	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3501.12/3535.35	c 3535	===============================================================================
3501.12/3535.35	c 3535	|  11218178 |    1662    10233    29747 |     3411    31101     23 | 45.607 % |
3501.22/3535.48	c 3535	|  11218279 |    1662    10233    29747 |     3752     2914     14 | 45.899 % |
3501.32/3535.50	c 3535	|  11218429 |    1662    10233    29747 |     4127     3064     15 | 45.899 % |
3501.32/3535.53	c 3535	|  11218655 |    1662    10233    29747 |     4540     3290     16 | 45.899 % |
3501.32/3535.58	c 3535	|  11218992 |    1662    10233    29747 |     4994     3627     18 | 45.899 % |
3501.42/3535.65	c 3535	|  11219498 |    1662    10233    29747 |     5493     4133     20 | 45.899 % |
3501.52/3535.76	c 3535	|  11220257 |    1662    10233    29747 |     6042     4892     20 | 45.899 % |
3501.72/3535.93	c 3536	|  11221396 |    1662    10233    29747 |     6647     6031     21 | 45.899 % |
3502.01/3536.20	c 3536	|  11223104 |    1662    10233    29747 |     7311     7739     21 | 45.899 % |
3502.41/3536.65	c 3536	|  11225667 |    1662    10233    29747 |     8042     5728     23 | 45.899 % |
3502.41/3536.69	c 3536	===============================================================================
3502.41/3536.69	c 3536	restarts              : 57
3502.41/3536.69	c 3536	conflicts             : 11225883      (3206 /sec)
3502.41/3536.69	c 3536	decisions             : 12095991      (1.07 % random) (3455 /sec)
3502.41/3536.69	c 3536	propagations          : 4119841501     (1176766 /sec)
3502.41/3536.69	c 3536	conflict literals     : 323589454      (26.64 % deleted)
3502.41/3536.69	c 3536	Memory used           : 18.55 MB
3502.41/3536.69	c 3536	CPU time              : 3500.99 s
3502.41/3536.69	c 3536	
3502.41/3536.69	c 3536	SATISFIABLE
3502.41/3536.69	c 3536	OK
3502.41/3536.69	c 3536	FOUND: _COST <= 5
3502.41/3536.69	c 3536	DECODING HOME/temp.out WITH HOME/temp.map
3502.41/3536.69	c 3536	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3502.50/3536.78	c 3536	Decoding HOME/temp.out
3502.50/3536.83	c 3537	OBJECTIVE _COST 5
3502.50/3536.83	o 5
3502.50/3536.83	v 8 2 4 3 7 2 10 3 10 3 6 1 10 1 5 3 9 2 6 1
3502.50/3536.84	c 3537	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3502.50/3536.86	c 3537	OK
3502.50/3536.86	c 3537	OBJECTIVE BOUND: 4 <= _COST <= 5
3502.50/3536.86	c 3537	SEARCHING: _COST <= 4
3502.50/3536.86	c 3537	============================[ Search Statistics ]==============================
3502.50/3536.86	c 3537	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3502.50/3536.86	c 3537	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3502.50/3536.86	c 3537	===============================================================================
3502.50/3536.86	c 3537	|  11225883 |    1628     9830    28639 |     3276     5944     23 | 45.899 % |
3502.50/3536.88	c 3537	|  11225983 |    1628     9830    28639 |     3604     3072     23 | 47.006 % |
3502.67/3536.90	c 3537	|  11226133 |    1628     9830    28639 |     3964     3222     23 | 47.006 % |
3502.67/3536.93	c 3537	|  11226358 |    1628     9830    28639 |     4361     3447     22 | 47.006 % |
3502.67/3536.98	c 3537	|  11226696 |    1628     9830    28639 |     4797     3785     22 | 47.006 % |
3502.77/3537.05	c 3537	|  11227204 |    1628     9830    28639 |     5277     4293     23 | 47.006 % |
3502.87/3537.15	c 3537	|  11227963 |    1628     9830    28639 |     5804     5052     24 | 47.006 % |
3503.06/3537.34	c 3537	|  11229102 |    1628     9830    28639 |     6385     6191     24 | 47.006 % |
3503.26/3537.59	c 3537	|  11230810 |    1628     9830    28639 |     7023     7899     23 | 47.006 % |
3503.76/3538.03	c 3538	|  11233372 |    1628     9830    28639 |     7726     5948     23 | 47.006 % |
3504.45/3538.70	c 3538	|  11237216 |    1628     9830    28639 |     8498     4977     24 | 47.006 % |
3505.44/3539.70	c 3539	|  11242982 |    1628     9830    28639 |     9348     5619     24 | 47.006 % |
3506.93/3541.21	c 3541	|  11251632 |    1628     9830    28639 |    10283     8669     23 | 47.006 % |
3509.18/3543.59	c 3543	|  11264607 |    1628     9830    28639 |    11311     9367     28 | 47.006 % |
3512.94/3547.39	c 3547	|  11284070 |    1628     9830    28639 |    12443     9077     24 | 47.006 % |
3518.59/3553.05	c 3553	|  11313263 |    1628     9830    28639 |    13687     9685     26 | 47.006 % |
3527.50/3562.08	c 3562	|  11357052 |    1628     9830    28639 |    15056    14503     22 | 47.006 % |
3541.26/3575.95	c 3576	|  11422738 |    1628     9830    28639 |    16561    12493     22 | 47.006 % |
3563.75/3598.65	c 3598	|  11521264 |    1628     9830    28639 |    18217     9753     26 | 47.006 % |
3564.64/3599.50	c 3599	===============================================================================
3564.64/3599.50	c 3599	restarts              : 76
3564.64/3599.50	c 3599	conflicts             : 11525577      (3235 /sec)
3564.64/3599.50	c 3599	decisions             : 12421041      (1.07 % random) (3486 /sec)
3564.64/3599.50	c 3599	propagations          : 4232884844     (1188016 /sec)
3564.64/3599.50	c 3599	conflict literals     : 331549999      (26.75 % deleted)
3564.64/3599.50	c 3599	Memory used           : 18.55 MB
3564.64/3599.50	c 3599	CPU time              : 3562.99 s
3564.64/3599.50	c 3599	
3564.64/3599.50	c 3599	SATISFIABLE
3564.64/3599.50	c 3599	OK
3564.64/3599.50	c 3599	FOUND: _COST <= 4
3564.64/3599.50	c 3599	DECODING HOME/temp.out WITH HOME/temp.map
3564.64/3599.50	c 3599	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3564.64/3599.59	c 3599	Decoding HOME/temp.out
3564.64/3599.64	c 3599	OBJECTIVE _COST 4
3564.64/3599.64	o 4
3564.64/3599.64	v 5 1 7 2 10 1 10 1 6 2 9 1 9 1 4 2 8 1 3 2
3564.64/3599.64	c 3599	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3564.64/3599.67	c 3599	OK
3564.64/3599.67	c 3599	OBJECTIVE _COST 4
3564.64/3599.67	s OPTIMUM FOUND
3564.64/3599.67	c 3599	CPU 3564.44 (0.06 0.02 3564.38 0.34)
3564.64/3599.67	c 3599	END Sat Jul 12 17:11:45 2008

Verifier Data (download as text)

OK	4	141
4 unsatisfied constraints, 141 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-1112655-1215871906/watcher-1112655-1215871906 -o /tmp/evaluation-result-1112655-1215871906/solver-1112655-1215871906 -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-1112655-1215871906.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.71 2.75 2.66 5/80 19489
/proc/meminfo: memFree=1781948/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=12268 CPUtime=0
/proc/19489/stat : 19489 (sugar++) R 19487 19489 18698 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 43892750 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/19489/statm: 3067 316 241 3 0 167 0

[startup+0.103878 s]
/proc/loadavg: 2.71 2.75 2.66 5/80 19489
/proc/meminfo: memFree=1781948/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16740 CPUtime=0.06
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1219 128 0 0 5 1 0 0 23 0 1 0 43892750 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.20189 s]
/proc/loadavg: 2.71 2.75 2.66 5/80 19489
/proc/meminfo: memFree=1781948/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16740 CPUtime=0.06
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1219 128 0 0 5 1 0 0 23 0 1 0 43892750 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301902 s]
/proc/loadavg: 2.71 2.75 2.66 5/80 19489
/proc/meminfo: memFree=1781948/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16740 CPUtime=0.06
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1219 128 0 0 5 1 0 0 23 0 1 0 43892750 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701941 s]
/proc/loadavg: 2.71 2.75 2.66 5/80 19489
/proc/meminfo: memFree=1781948/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16740 CPUtime=0.27
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1296 4155 0 1 5 1 18 3 15 0 1 0 43892750 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16740

[startup+1.50147 s]
/proc/loadavg: 2.71 2.75 2.66 2/91 19511
/proc/meminfo: memFree=1766372/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.01
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1606 14460 0 3 5 2 84 10 15 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16872

[startup+3.10141 s]
/proc/loadavg: 2.82 2.77 2.67 5/82 19542
/proc/meminfo: memFree=1775404/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.28
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1692 21925 0 5 5 2 105 16 15 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=3988 CPUtime=0.99
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 842 0 0 0 99 0 0 0 23 0 1 0 43892863 4083712 783 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 997 783 79 151 0 843 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 20860

[startup+6.30278 s]
/proc/loadavg: 2.82 2.77 2.67 4/82 19542
/proc/meminfo: memFree=1774060/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.28
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1692 21925 0 5 5 2 105 16 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=5176 CPUtime=4.13
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 1156 0 0 0 413 0 0 0 25 0 1 0 43892863 5300224 1097 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 1294 1097 79 151 0 1140 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 22048

[startup+12.7013 s]
/proc/loadavg: 2.84 2.78 2.67 3/82 19552
/proc/meminfo: memFree=1773228/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 15 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=5904 CPUtime=10.16
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 1329 0 0 0 1015 1 0 0 25 0 1 0 43892863 6045696 1268 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 1476 1268 79 151 0 1322 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 22776

[startup+25.5018 s]
/proc/loadavg: 2.79 2.77 2.67 3/82 19552
/proc/meminfo: memFree=1773292/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=5904 CPUtime=22.88
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 1346 0 0 0 2287 1 0 0 25 0 1 0 43892863 6045696 1285 996147200 134512640 135134323 4294956192 18446744073709551615 134529694 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 1476 1285 79 151 0 1322 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 22776

[startup+51.1018 s]
/proc/loadavg: 2.72 2.75 2.66 3/82 19552
/proc/meminfo: memFree=1772460/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=6712 CPUtime=48.35
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 1546 0 0 0 4834 1 0 0 25 0 1 0 43892863 6873088 1485 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 1678 1485 79 151 0 1524 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 23584

[startup+102.303 s]
/proc/loadavg: 2.70 2.73 2.66 3/82 19552
/proc/meminfo: memFree=1771692/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=7536 CPUtime=99.29
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 1750 0 0 0 9928 1 0 0 25 0 1 0 43892863 7716864 1689 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 1884 1689 79 151 0 1730 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 24408

[startup+162.303 s]
/proc/loadavg: 2.66 2.72 2.65 3/82 19552
/proc/meminfo: memFree=1770732/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=8508 CPUtime=158.97
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 1990 0 0 0 15896 1 0 0 25 0 1 0 43892863 8712192 1929 996147200 134512640 135134323 4294956192 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 2127 1929 79 151 0 1973 0
Current children cumulated CPU time (s) 160.4
Current children cumulated vsize (KiB) 25380

[startup+222.306 s]
/proc/loadavg: 2.72 2.72 2.66 3/82 19552
/proc/meminfo: memFree=1769388/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=9856 CPUtime=218.67
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 2299 0 0 0 21865 2 0 0 25 0 1 0 43892863 10092544 2238 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/19512/statm: 2464 2238 79 151 0 2310 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 26728

[startup+282.302 s]
/proc/loadavg: 2.49 2.66 2.64 4/72 19564
/proc/meminfo: memFree=1830972/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=10020 CPUtime=277.19
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 2338 0 0 0 27717 2 0 0 25 0 1 0 43892863 10260480 2277 996147200 134512640 135134323 4294956192 18446744073709551615 134531859 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 2505 2277 79 151 0 2351 0
Current children cumulated CPU time (s) 278.62
Current children cumulated vsize (KiB) 26892

[startup+342.301 s]
/proc/loadavg: 2.27 2.57 2.61 3/82 19590
/proc/meminfo: memFree=1717420/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=10308 CPUtime=335.32
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 2413 0 0 0 33530 2 0 0 25 0 1 0 43892863 10555392 2352 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 2577 2352 79 151 0 2423 0
Current children cumulated CPU time (s) 336.75
Current children cumulated vsize (KiB) 27180

[startup+402.301 s]
/proc/loadavg: 2.10 2.46 2.56 3/82 19590
/proc/meminfo: memFree=1716972/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=10584 CPUtime=395.06
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 2487 0 0 0 39503 3 0 0 25 0 1 0 43892863 10838016 2426 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 2646 2426 79 151 0 2492 0
Current children cumulated CPU time (s) 396.49
Current children cumulated vsize (KiB) 27456

[startup+462.301 s]
/proc/loadavg: 2.03 2.37 2.53 3/83 19629
/proc/meminfo: memFree=1827236/2055920 swapFree=4180120/4192956

################
# More data... #
################


[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19636
/proc/meminfo: memFree=1572636/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3248.99
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4483 0 0 0 324890 9 0 0 25 0 1 0 43892863 19447808 4422 996147200 134512640 135134323 4294956192 18446744073709551615 134531867 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4422 79 151 0 4594 0
Current children cumulated CPU time (s) 3250.42
Current children cumulated vsize (KiB) 35864

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19636
/proc/meminfo: memFree=1572572/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3308.45
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4485 0 0 0 330836 9 0 0 25 0 1 0 43892863 19447808 4424 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4424 79 151 0 4594 0
Current children cumulated CPU time (s) 3309.88
Current children cumulated vsize (KiB) 35864

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19636
/proc/meminfo: memFree=1572508/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3367.9
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4485 0 0 0 336781 9 0 0 25 0 1 0 43892863 19447808 4424 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4424 79 151 0 4594 0
Current children cumulated CPU time (s) 3369.33
Current children cumulated vsize (KiB) 35864

[startup+3462.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19636
/proc/meminfo: memFree=1572508/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3427.36
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4486 0 0 0 342727 9 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3428.79
Current children cumulated vsize (KiB) 35864

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19636
/proc/meminfo: memFree=1572508/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.43
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1762 25656 0 6 6 2 117 18 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3486.82
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4486 0 0 0 348673 9 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3488.25
Current children cumulated vsize (KiB) 35864

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3546.03
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 354593 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3547.59
Current children cumulated vsize (KiB) 35864

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

[startup+3584.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3548.21
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 354811 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3549.77
Current children cumulated vsize (KiB) 35864

[startup+3590.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3554.56
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 355446 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3556.12
Current children cumulated vsize (KiB) 35864

[startup+3594.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3557.73
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 355763 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134528265 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3559.29
Current children cumulated vsize (KiB) 35864

[startup+3597.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3560.9
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 356080 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3562.46
Current children cumulated vsize (KiB) 35864

[startup+3598.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3562.48
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 356238 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3564.04
Current children cumulated vsize (KiB) 35864

[startup+3599.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3562.88
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 356278 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3564.44
Current children cumulated vsize (KiB) 35864

[startup+3599.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1832 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3563.08
/proc/19512/stat : 19512 (minisat-inc) R 19489 19489 18698 0 -1 4194304 4490 0 0 0 356298 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134523116 0 0 4096 3 0 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3564.64
Current children cumulated vsize (KiB) 35864

[startup+3599.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19646
/proc/meminfo: memFree=1572380/2055920 swapFree=4180120/4192956
[pid=19489] ppid=19487 vsize=16872 CPUtime=1.56
/proc/19489/stat : 19489 (sugar++) S 19487 19489 18698 0 -1 4194304 1884 29389 0 7 6 2 128 20 16 0 1 0 43892750 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19489/statm: 4218 1118 414 3 0 797 0
[pid=19512] ppid=19489 vsize=18992 CPUtime=3563.08
/proc/19512/stat : 19512 (minisat-inc) S 19489 19489 18698 0 -1 4194304 4492 0 0 0 356298 10 0 0 25 0 1 0 43892863 19447808 4425 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/19512/statm: 4748 4425 79 151 0 4594 0
Current children cumulated CPU time (s) 3564.64
Current children cumulated vsize (KiB) 35864

Child status: 0
Real time (s): 3599.68
CPU time (s): 3564.83
CPU user time (s): 3564.45
CPU system time (s): 0.376942
CPU usage (%): 99.032
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.45
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39593
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2658
involuntary context switches= 90588

runsolver used 2.99154 second user time and 10.2024 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-12 16:11:46
IDJOB=1112655
IDBENCH=61452
IDSOLVER=367
FILE ID=node28/1112655-1215871906
PBS_JOBID= 7903503
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b533018f75b84b97c42ae06595d24f86
RANDOM SEED=97749619

node28.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.223
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	: 5931.00
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.223
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:       1782684 kB
Buffers:         44552 kB
Cached:          88716 kB
SwapCached:       6064 kB
Active:         159244 kB
Inactive:        71140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782684 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:             840 kB
Writeback:           0 kB
Mapped:         110348 kB
Slab:            27832 kB
Committed_AS:  1028480 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node28 at 2008-07-12 17:11:45