Trace number 1117675

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 358.044 361.318

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeLoose/
normalized-vcsp-25-10-100-18-27_ext.xml
MD5SUMee317aa6b8449cea70ede2034a2a7ed6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark137.682
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Mon Jul 14 21:54:56 2008
0.00/0.08	c 0	PID 19325
0.00/0.08	c 0	HOST node66.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1117675-1216065296.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1117675-1216065296.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.68	c 1	Parsing HOME/temp.csp
0.52/0.98	c 1	parsed 626 expressions
0.52/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.98	c 1	MAX CSP: 300 constraints
0.52/0.98	c 1	Converting to clausal form CSP
0.53/1.01	c 1	converted 93 (10%) expressions
0.53/1.01	c 1	converted 186 (20%) expressions
0.53/1.01	c 1	converted 279 (30%) expressions
0.53/1.03	c 1	converted 372 (40%) expressions
0.53/1.05	c 1	converted 465 (50%) expressions
0.53/1.05	c 1	converted 558 (60%) expressions
0.53/1.06	c 1	converted 651 (70%) expressions
0.53/1.07	c 1	converted 744 (80%) expressions
0.53/1.08	c 1	converted 837 (90%) expressions
1.10/1.24	c 1	converted 929 (100%) expressions
1.10/1.24	c 1	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 451
1.10/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.24	c 1	Propagation in CSP
1.10/1.28	c 1	296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.28	c 1	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.10/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.28	c 1	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.10/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.32	c 1	63 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.19/1.33	c 1	125 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.19/1.33	c 1	188 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.19/1.33	c 1	250 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.19/1.33	c 1	313 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.19/1.34	c 1	375 (60%) CSP integer variables are encoded (693 clauses, 7608 bytes)
1.19/1.34	c 1	438 (70%) CSP integer variables are encoded (3016 clauses, 37807 bytes)
1.19/1.34	c 1	500 (80%) CSP integer variables are encoded (3623 clauses, 45698 bytes)
1.19/1.34	c 1	563 (90%) CSP integer variables are encoded (3979 clauses, 50326 bytes)
1.19/1.34	c 1	625 (100%) CSP integer variables are encoded (4493 clauses, 57008 bytes)
1.19/1.39	c 1	90 (10%) CSP clauses are encoded (5724 clauses, 81597 bytes)
1.30/1.41	c 2	180 (20%) CSP clauses are encoded (6968 clauses, 107379 bytes)
1.30/1.42	c 2	270 (30%) CSP clauses are encoded (8186 clauses, 134707 bytes)
1.30/1.43	c 2	360 (40%) CSP clauses are encoded (9290 clauses, 153789 bytes)
1.39/1.54	c 2	450 (50%) CSP clauses are encoded (58458 clauses, 1026597 bytes)
1.39/1.54	c 2	540 (60%) CSP clauses are encoded (60356 clauses, 1059016 bytes)
1.49/1.63	c 2	630 (70%) CSP clauses are encoded (105216 clauses, 1881724 bytes)
1.49/1.64	c 2	720 (80%) CSP clauses are encoded (107368 clauses, 1918614 bytes)
1.49/1.65	c 2	810 (90%) CSP clauses are encoded (112204 clauses, 2004564 bytes)
1.49/1.68	c 2	899 (100%) CSP clauses are encoded (129690 clauses, 2321472 bytes)
1.49/1.68	c 2	899 CSP clauses encoded
1.49/1.68	c 2	Writing map file : HOME/temp.map
1.49/1.69	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.69	c 2	SAT : 5118 SAT variables, 129690 SAT clauses, 2321472 bytes
1.49/1.69	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.71	c 2	OBJECTIVE minimize _COST
1.58/1.71	c 2	SOLVING HOME/temp.cnf
1.58/1.71	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.58/1.71	c 2	This is MiniSat 2.0 beta incremental
1.58/1.71	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.71	c 2	============================[ Problem Statistics ]=============================
1.58/1.71	c 2	|                                                                             |
1.58/1.71	c 2	|  Number of variables:  5118                                                 |
1.58/1.71	c 2	|  Number of clauses:    129690                                               |
1.58/1.77	c 2	|  Parsing time:         0.05         s                                       |
1.58/1.78	c 2	OK
1.58/1.78	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.58/1.78	c 2	SEARCHING: _COST <= 150
1.58/1.78	c 2	============================[ Search Statistics ]==============================
1.58/1.78	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.78	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.78	c 2	===============================================================================
1.58/1.78	c 2	|         0 |    5118   129690   382008 |    43230        0    nan |  0.000 % |
1.58/1.79	c 2	===============================================================================
1.58/1.79	c 2	restarts              : 1
1.58/1.79	c 2	conflicts             : 0             (0 /sec)
1.58/1.79	c 2	decisions             : 19            (0.00 % random) (297 /sec)
1.58/1.79	c 2	propagations          : 5118           (79981 /sec)
1.58/1.79	c 2	conflict literals     : 0              ( nan % deleted)
1.58/1.79	c 2	Memory used           : 7.12 MB
1.58/1.79	c 2	CPU time              : 0.06399 s
1.58/1.79	c 2	
1.58/1.79	c 2	SATISFIABLE
1.58/1.79	c 2	OK
1.58/1.79	c 2	FOUND: _COST <= 150
1.58/1.79	s SATISFIABLE
1.58/1.79	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.58/1.79	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.61/1.87	c 2	Decoding HOME/temp.out
1.61/1.96	c 2	OBJECTIVE _COST 150
1.61/1.96	o 150
1.61/1.96	v 4 8 6 8 4 0 2 5 9 8 1 6 8 9 9 9 9 9 9 8 9 9 9 9 9
1.61/1.98	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.61/2.00	c 2	OK
1.61/2.00	c 2	OBJECTIVE BOUND: 0 <= _COST <= 150
1.61/2.00	c 2	SEARCHING: _COST <= 75
1.61/2.00	c 2	============================[ Search Statistics ]==============================
1.61/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.61/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.61/2.01	c 2	===============================================================================
1.61/2.01	c 2	|         0 |    5118   129690   382008 |    43230        0    nan |  0.000 % |
1.61/2.02	c 2	|       100 |    3768   129690   382008 |    47553      100     39 | 26.380 % |
1.61/2.04	c 2	|       252 |    3768   129690   382008 |    52308      252     33 | 26.380 % |
1.61/2.07	c 2	|       477 |    3768   129690   382008 |    57539      477     34 | 26.380 % |
1.61/2.08	c 2	===============================================================================
1.61/2.08	c 2	restarts              : 5
1.61/2.08	c 2	conflicts             : 482           (3371 /sec)
1.61/2.08	c 2	decisions             : 876           (0.80 % random) (6127 /sec)
1.61/2.08	c 2	propagations          : 153486         (1073494 /sec)
1.61/2.08	c 2	conflict literals     : 16394          (24.32 % deleted)
1.61/2.08	c 2	Memory used           : 7.38 MB
1.61/2.08	c 2	CPU time              : 0.142978 s
1.61/2.08	c 2	
1.61/2.08	c 2	SATISFIABLE
1.61/2.08	c 2	OK
1.61/2.08	c 2	FOUND: _COST <= 75
1.61/2.08	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.61/2.08	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.82/2.16	c 2	Decoding HOME/temp.out
2.08/2.24	c 2	OBJECTIVE _COST 75
2.08/2.24	o 75
2.08/2.24	v 8 9 9 9 9 9 6 9 4 9 9 9 9 9 9 9 9 5 9 4 9 9 6 8 9
2.08/2.24	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.08/2.29	c 2	OK
2.08/2.29	c 2	OBJECTIVE BOUND: 0 <= _COST <= 75
2.08/2.29	c 2	SEARCHING: _COST <= 37
2.08/2.30	c 2	============================[ Search Statistics ]==============================
2.08/2.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.30	c 2	===============================================================================
2.08/2.30	c 2	|       482 |    3768   129690   382008 |    43230      482     34 | 26.380 % |
2.08/2.30	c 2	===============================================================================
2.08/2.30	c 2	restarts              : 6
2.08/2.30	c 2	conflicts             : 491           (3274 /sec)
2.08/2.30	c 2	decisions             : 963           (0.73 % random) (6421 /sec)
2.08/2.30	c 2	propagations          : 159734         (1065057 /sec)
2.08/2.30	c 2	conflict literals     : 16518          (24.31 % deleted)
2.08/2.30	c 2	Memory used           : 7.38 MB
2.08/2.30	c 2	CPU time              : 0.149977 s
2.08/2.30	c 2	
2.08/2.30	c 2	SATISFIABLE
2.08/2.30	c 2	OK
2.08/2.30	c 2	FOUND: _COST <= 37
2.08/2.30	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.08/2.30	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'
2.14/2.38	c 2	Decoding HOME/temp.out
2.14/2.46	c 3	OBJECTIVE _COST 37
2.14/2.46	o 37
2.14/2.46	v 9 9 4 1 9 9 6 9 7 9 4 4 3 9 9 9 9 7 9 8 9 6 6 2 9
2.14/2.46	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.14/2.51	c 3	OK
2.14/2.51	c 3	OBJECTIVE BOUND: 0 <= _COST <= 37
2.14/2.51	c 3	SEARCHING: _COST <= 18
2.14/2.52	c 3	============================[ Search Statistics ]==============================
2.14/2.53	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.14/2.53	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.14/2.53	c 3	===============================================================================
2.14/2.53	c 3	|       491 |    3018   129690   382008 |    43230      491     34 | 26.380 % |
2.14/2.54	c 3	|       592 |    3018   129690   382008 |    47553      592     32 | 50.764 % |
2.14/2.55	c 3	|       745 |    3018   129690   382008 |    52308      745     33 | 50.764 % |
2.14/2.55	c 3	===============================================================================
2.14/2.55	c 3	restarts              : 9
2.14/2.55	c 3	conflicts             : 749           (3985 /sec)
2.14/2.55	c 3	decisions             : 1410          (0.57 % random) (7501 /sec)
2.14/2.55	c 3	propagations          : 229847         (1222779 /sec)
2.14/2.55	c 3	conflict literals     : 24345          (23.12 % deleted)
2.14/2.55	c 3	Memory used           : 7.51 MB
2.14/2.55	c 3	CPU time              : 0.187971 s
2.14/2.55	c 3	
2.14/2.55	c 3	SATISFIABLE
2.14/2.55	c 3	OK
2.14/2.55	c 3	FOUND: _COST <= 18
2.14/2.55	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.14/2.55	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.33/2.63	c 3	Decoding HOME/temp.out
2.33/2.73	c 3	OBJECTIVE _COST 18
2.33/2.73	o 18
2.33/2.73	v 3 9 5 8 6 9 9 9 9 9 7 3 9 9 6 9 2 9 9 8 9 6 6 3 9
2.33/2.75	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.77	c 3	OK
2.33/2.77	c 3	OBJECTIVE BOUND: 0 <= _COST <= 18
2.33/2.77	c 3	SEARCHING: _COST <= 9
2.33/2.77	c 3	============================[ Search Statistics ]==============================
2.33/2.78	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.33/2.78	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.33/2.78	c 3	===============================================================================
2.33/2.78	c 3	|       749 |    2520   129690   382008 |    43230      749     33 | 50.764 % |
2.33/2.79	c 3	|       850 |    2520   129690   382008 |    47553      850     31 | 58.423 % |
2.57/2.81	c 3	|      1000 |    2520   129690   382008 |    52308     1000     29 | 58.423 % |
2.57/2.84	c 3	|      1225 |    2520   129690   382008 |    57539     1225     27 | 58.423 % |
2.67/2.91	c 3	|      1562 |    2128    21449    65973 |    63293     1329     25 | 58.423 % |
2.67/2.97	c 3	|      2068 |    2128    21449    65973 |    69622     1835     25 | 58.423 % |
2.77/3.08	c 3	|      2827 |    2128    21449    65973 |    76584     2594     24 | 58.423 % |
2.97/3.22	c 3	|      3966 |    2128    21449    65973 |    84243     3733     23 | 58.423 % |
3.17/3.44	c 4	|      5674 |    2128    21449    65973 |    92667     5441     24 | 58.423 % |
3.55/3.81	c 4	|      8237 |    2128    21449    65973 |   101934     8004     24 | 58.423 % |
4.15/4.44	c 5	|     12081 |    2128    21449    65973 |   112127    11848     24 | 58.423 % |
4.45/4.72	c 5	===============================================================================
4.45/4.72	c 5	restarts              : 20
4.45/4.72	c 5	conflicts             : 13681         (6439 /sec)
4.45/4.72	c 5	decisions             : 15850         (0.56 % random) (7460 /sec)
4.45/4.72	c 5	propagations          : 4468711        (2103243 /sec)
4.45/4.72	c 5	conflict literals     : 337092         (29.77 % deleted)
4.45/4.72	c 5	Memory used           : 7.64 MB
4.45/4.72	c 5	CPU time              : 2.12468 s
4.45/4.72	c 5	
4.45/4.72	c 5	SATISFIABLE
4.45/4.72	c 5	OK
4.45/4.72	c 5	FOUND: _COST <= 9
4.45/4.72	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.45/4.72	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.47/4.80	c 5	Decoding HOME/temp.out
4.47/4.90	c 5	OBJECTIVE _COST 9
4.47/4.90	o 9
4.47/4.90	v 9 9 4 1 9 9 8 9 3 9 8 7 3 9 9 9 4 6 2 4 9 2 1 8 5
4.47/4.92	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.47/4.94	c 5	OK
4.47/4.94	c 5	OBJECTIVE BOUND: 0 <= _COST <= 9
4.47/4.94	c 5	SEARCHING: _COST <= 4
4.47/4.95	c 5	============================[ Search Statistics ]==============================
4.47/4.96	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.47/4.96	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.47/4.96	c 5	===============================================================================
4.47/4.96	c 5	|     13681 |    1801    14231    45291 |     4743    13367     24 | 58.423 % |
4.47/4.97	c 5	|     13783 |    1801    14231    45291 |     5218     6786     24 | 64.812 % |
4.47/4.99	c 5	|     13933 |    1801    14231    45291 |     5739     6936     24 | 64.812 % |
4.73/5.02	c 5	|     14158 |    1801    14231    45291 |     6313     7161     24 | 64.812 % |
4.73/5.07	c 5	|     14496 |    1801    14231    45291 |     6945     7499     23 | 64.812 % |
4.83/5.13	c 5	|     15003 |    1801    14231    45291 |     7639     8006     23 | 64.812 % |
4.93/5.23	c 5	|     15764 |    1801    14231    45291 |     8403     8767     23 | 64.812 % |
5.03/5.39	c 5	|     16904 |    1801    14231    45291 |     9244     9907     23 | 64.812 % |
5.33/5.64	c 6	|     18612 |    1801    14231    45291 |    10168    11615     23 | 64.812 % |
5.72/6.05	c 6	|     21174 |    1801    14231    45291 |    11185     7094     21 | 64.812 % |
6.22/6.58	c 7	|     25018 |    1801    14231    45291 |    12303    10938     21 | 64.812 % |
7.21/7.51	c 8	|     30784 |    1801    14231    45291 |    13534     8399     24 | 64.812 % |
8.60/8.97	c 9	|     39433 |    1801    14231    45291 |    14887    17048     24 | 64.812 % |
11.17/11.50	c 12	|     52407 |    1801    14231    45291 |    16376    11107     22 | 64.812 % |
14.83/15.23	c 15	|     71868 |    1801    14231    45291 |    18014    20356     22 | 64.812 % |
20.68/21.17	c 21	|    101060 |    1801    14231    45291 |    19815    16506     25 | 64.812 % |
30.38/30.95	c 31	|    144849 |    1801    14231    45291 |    21797    12443     26 | 64.812 % |
45.34/46.09	c 46	|    210533 |    1801    14231    45291 |    23976    25539     24 | 64.812 % |
70.39/71.36	c 71	|    309059 |    1801    14231    45291 |    26374    19747     25 | 64.812 % |
108.44/109.71	c 110	|    456849 |    1801    14231    45291 |    29011    29356     28 | 64.812 % |
159.66/161.42	c 162	===============================================================================
159.66/161.42	c 162	restarts              : 40
159.66/161.42	c 162	conflicts             : 641932        (4086 /sec)
159.66/161.42	c 162	decisions             : 710151        (0.67 % random) (4520 /sec)
159.66/161.42	c 162	propagations          : 190011052      (1209375 /sec)
159.66/161.42	c 162	conflict literals     : 15990126       (28.29 % deleted)
159.66/161.42	c 162	Memory used           : 11.91 MB
159.66/161.42	c 162	CPU time              : 157.115 s
159.66/161.42	c 162	
159.66/161.42	c 162	SATISFIABLE
159.66/161.42	c 162	OK
159.66/161.42	c 162	FOUND: _COST <= 4
159.66/161.42	c 162	DECODING HOME/temp.out WITH HOME/temp.map
159.66/161.42	c 162	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
159.69/161.77	c 162	Decoding HOME/temp.out
159.77/161.86	c 162	OBJECTIVE _COST 4
159.77/161.86	o 4
159.77/161.86	v 1 9 5 4 6 9 2 7 6 0 6 3 6 0 4 8 1 7 2 1 6 3 0 9 6
159.77/161.89	c 162	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
159.87/161.91	c 162	OK
159.87/161.91	c 162	OBJECTIVE BOUND: 0 <= _COST <= 4
159.87/161.91	c 162	SEARCHING: _COST <= 2
159.87/161.91	c 162	============================[ Search Statistics ]==============================
159.87/161.91	c 162	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
159.87/161.91	c 162	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
159.87/161.91	c 162	===============================================================================
159.87/161.91	c 162	|    641932 |    1427     9466    32113 |     3155    21366     22 | 64.812 % |
159.87/161.97	c 162	|    642034 |    1427     9466    32113 |     3470     5444     19 | 72.119 % |
159.87/161.99	c 162	|    642184 |    1427     9466    32113 |     3817     5594     19 | 72.119 % |
159.97/162.02	c 162	|    642410 |    1427     9466    32113 |     4199     5820     19 | 72.119 % |
159.97/162.06	c 162	|    642748 |    1427     9466    32113 |     4619     6158     19 | 72.119 % |
160.07/162.12	c 162	|    643254 |    1427     9466    32113 |     5081     6664     19 | 72.119 % |
160.17/162.21	c 162	|    644013 |    1427     9466    32113 |     5589     7423     20 | 72.119 % |
160.27/162.37	c 162	|    645152 |    1427     9466    32113 |     6148     8562     20 | 72.119 % |
160.57/162.63	c 163	|    646860 |    1427     9466    32113 |     6763     5165     21 | 72.119 % |
160.87/162.98	c 163	|    649423 |    1427     9466    32113 |     7440     7728     22 | 72.119 % |
161.46/163.55	c 164	|    653268 |    1427     9466    32113 |     8184    11573     24 | 72.119 % |
162.35/164.40	c 164	|    659034 |    1427     9466    32113 |     9002    11129     24 | 72.119 % |
163.64/165.79	c 166	|    667683 |    1427     9466    32113 |     9902     6644     24 | 72.119 % |
165.82/167.94	c 168	|    680657 |    1427     9466    32113 |    10893    12488     27 | 72.119 % |
169.19/171.32	c 171	|    700118 |    1427     9466    32113 |    11982     8987     28 | 72.119 % |
174.14/176.36	c 176	|    729311 |    1427     9466    32113 |    13180    14044     24 | 72.119 % |
181.48/183.80	c 184	|    773101 |    1427     9466    32113 |    14498    14185     37 | 72.119 % |
193.57/195.96	c 196	|    838785 |    1427     9466    32113 |    15948    14013     36 | 72.119 % |
213.29/215.81	c 216	|    937311 |    1427     9466    32113 |    17543    10963     29 | 72.119 % |
244.21/247.01	c 247	|   1085100 |    1427     9466    32113 |    19297    16973     21 | 72.119 % |
246.19/249.06	c 249	===============================================================================
246.19/249.06	c 249	restarts              : 60
246.19/249.06	c 249	conflicts             : 1097172       (4506 /sec)
246.19/249.06	c 249	decisions             : 1217108       (0.67 % random) (4999 /sec)
246.19/249.06	c 249	propagations          : 300923060      (1235976 /sec)
246.19/249.06	c 249	conflict literals     : 29030070       (26.59 % deleted)
246.19/249.06	c 249	Memory used           : 12.47 MB
246.19/249.06	c 249	CPU time              : 243.47 s
246.19/249.06	c 249	
246.19/249.06	c 249	SATISFIABLE
246.19/249.06	c 249	OK
246.19/249.06	c 249	FOUND: _COST <= 2
246.19/249.06	c 249	DECODING HOME/temp.out WITH HOME/temp.map
246.19/249.06	c 249	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
246.25/249.15	c 249	Decoding HOME/temp.out
246.25/249.23	c 249	OBJECTIVE _COST 2
246.25/249.23	o 2
246.25/249.23	v 4 5 5 7 3 0 2 4 8 2 7 4 7 1 8 7 9 9 3 8 6 9 6 4 8
246.25/249.24	c 249	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
246.46/249.70	c 250	OK
246.46/249.70	c 250	OBJECTIVE BOUND: 0 <= _COST <= 2
246.46/249.70	c 250	SEARCHING: _COST <= 1
246.46/249.70	c 250	============================[ Search Statistics ]==============================
246.46/249.70	c 250	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
246.46/249.70	c 250	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
246.46/249.70	c 250	===============================================================================
246.46/249.70	c 250	|   1097172 |    1125     7129    26006 |     2376    17007     39 | 72.119 % |
246.46/249.74	c 250	|   1097272 |    1125     7129    26006 |     2613     4352     46 | 78.020 % |
246.46/249.76	c 250	|   1097422 |    1125     7129    26006 |     2875     4502     45 | 78.020 % |
246.46/249.79	c 250	|   1097647 |    1125     7129    26006 |     3162     4727     44 | 78.020 % |
246.56/249.82	c 250	|   1097985 |    1125     7129    26006 |     3479     5065     43 | 78.020 % |
246.56/249.88	c 250	|   1098492 |    1125     7129    26006 |     3827     5572     41 | 78.020 % |
246.65/249.96	c 250	|   1099253 |    1125     7129    26006 |     4209     6333     40 | 78.020 % |
246.75/250.09	c 250	|   1100393 |    1125     7129    26006 |     4630     7473     39 | 78.020 % |
247.05/250.31	c 250	|   1102101 |    1125     7129    26006 |     5093     4689     26 | 78.020 % |
247.25/250.58	c 251	|   1104664 |    1125     7129    26006 |     5603     7252     27 | 78.020 % |
247.75/251.04	c 251	|   1108509 |    1125     7129    26006 |     6163     6042     27 | 78.020 % |
248.45/251.72	c 252	|   1114275 |    1125     7129    26006 |     6779     6552     24 | 78.020 % |
249.45/252.77	c 253	|   1122925 |    1125     7129    26006 |     7457     9649     24 | 78.020 % |
251.15/254.40	c 255	|   1135900 |    1125     7129    26006 |     8203    10532     34 | 78.020 % |
253.75/257.08	c 257	|   1155361 |    1125     7129    26006 |     9024    10861     23 | 78.020 % |
257.75/261.04	c 261	|   1184553 |    1125     7129    26006 |     9926    13226     26 | 78.020 % |
263.74/267.06	c 267	|   1228343 |    1125     7129    26006 |    10919    13945     26 | 78.020 % |
273.34/276.61	c 277	|   1294028 |    1125     7129    26006 |    12011    10179     41 | 78.020 % |
287.73/291.08	c 291	|   1392555 |    1125     7129    26006 |    13212    10240     29 | 78.020 % |
310.43/313.78	c 314	|   1540344 |    1125     7129    26006 |    14533    16966     25 | 78.020 % |
345.31/348.70	c 349	|   1762028 |    1125     7129    26006 |    15986    10853     27 | 78.020 % |
358.00/361.31	c 361	===============================================================================
358.00/361.31	c 361	restarts              : 81
358.00/361.31	c 361	conflicts             : 1838562       (5179 /sec)
358.00/361.31	c 361	decisions             : 2051081       (0.71 % random) (5777 /sec)
358.00/361.31	c 361	propagations          : 474634636      (1336931 /sec)
358.00/361.31	c 361	conflict literals     : 49747986       (25.19 % deleted)
358.00/361.31	c 361	Memory used           : 13.29 MB
358.00/361.31	c 361	CPU time              : 355.018 s
358.00/361.31	c 361	
358.00/361.31	c 361	UNSATISFIABLE
358.00/361.31	c 361	OK
358.00/361.31	c 361	NOT FOUND: _COST <= 1
358.00/361.31	c 361	OK
358.00/361.31	c 361	OBJECTIVE _COST 2
358.00/361.31	s OPTIMUM FOUND
358.00/361.31	c 361	CPU 357.64 (0.06 0.03 357.58 0.34)
358.00/361.31	c 361	END Mon Jul 14 22:00:57 2008

Verifier Data (download as text)

OK	2	298
2 unsatisfied constraints, 298 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-1117675-1216065296/watcher-1117675-1216065296 -o /tmp/evaluation-result-1117675-1216065296/solver-1117675-1216065296 -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-1117675-1216065296.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.57 2.71 2.66 4/73 19325
/proc/meminfo: memFree=1780552/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=12272 CPUtime=0
/proc/19325/stat : 19325 (sugar++) R 19323 19325 18524 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 63227624 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 227607804517 0 0 4224 0 0 0 0 17 1 0 0
/proc/19325/statm: 3068 327 246 3 0 168 0

[startup+0.134518 s]
/proc/loadavg: 2.57 2.71 2.66 4/73 19325
/proc/meminfo: memFree=1780552/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16740 CPUtime=0.06
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 63227624 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201532 s]
/proc/loadavg: 2.57 2.71 2.66 4/73 19325
/proc/meminfo: memFree=1780552/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16740 CPUtime=0.06
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 63227624 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301546 s]
/proc/loadavg: 2.57 2.71 2.66 4/73 19325
/proc/meminfo: memFree=1780552/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16740 CPUtime=0.06
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 63227624 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701629 s]
/proc/loadavg: 2.57 2.71 2.66 4/73 19325
/proc/meminfo: memFree=1780552/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16740 CPUtime=0.52
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1296 4631 0 1 5 1 43 3 16 0 1 0 63227624 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 2.57 2.71 2.66 3/84 19347
/proc/meminfo: memFree=1769712/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16740 CPUtime=0.53
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1297 4631 0 1 5 2 43 3 15 0 1 0 63227624 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4185 1104 409 3 0 764 0
[pid=19338] ppid=19325 vsize=5356 CPUtime=0
/proc/19338/stat : 19338 (sh) S 19325 19325 18524 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63227685 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19338/statm: 1339 233 193 169 0 50 0
[pid=19339] ppid=19338 vsize=868488 CPUtime=0.86
/proc/19339/stat : 19339 (java) S 19338 19325 18524 0 -1 0 6649 0 1 0 82 4 0 0 18 0 9 0 63227685 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19339/statm: 217122 5861 2564 9 0 211669 0
[pid=19339/tid=19340] ppid=19338 vsize=868488 CPUtime=0.55
/proc/19339/task/19340/stat : 19340 (java) R 19338 19325 18524 0 -1 64 2730 0 1 0 53 2 0 0 22 0 9 0 63227686 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4126537555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19341] ppid=19338 vsize=868488 CPUtime=0.06
/proc/19339/task/19341/stat : 19341 (java) S 19338 19325 18524 0 -1 64 1745 0 0 0 6 0 0 0 16 0 9 0 63227687 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19342] ppid=19338 vsize=868488 CPUtime=0
/proc/19339/task/19342/stat : 19342 (java) S 19338 19325 18524 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63227687 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19343] ppid=19338 vsize=868488 CPUtime=0
/proc/19339/task/19343/stat : 19343 (java) S 19338 19325 18524 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63227687 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19344] ppid=19338 vsize=868488 CPUtime=0
/proc/19339/task/19344/stat : 19344 (java) S 19338 19325 18524 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 63227689 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19345] ppid=19338 vsize=868488 CPUtime=0.23
/proc/19339/task/19345/stat : 19345 (java) S 19338 19325 18524 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 63227689 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19346] ppid=19338 vsize=868488 CPUtime=0
/proc/19339/task/19346/stat : 19346 (java) S 19338 19325 18524 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 63227690 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19339/tid=19347] ppid=19338 vsize=868488 CPUtime=0
/proc/19339/task/19347/stat : 19347 (java) S 19338 19325 18524 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63227690 889331712 5861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890584

[startup+3.1021 s]
/proc/loadavg: 2.57 2.71 2.66 3/85 19368
/proc/meminfo: memFree=1763176/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.34
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1765 26750 0 6 6 3 204 21 15 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=7688 CPUtime=0.53
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 1873 0 0 0 52 1 0 0 18 0 1 0 63227795 7872512 1814 996147200 134512640 135134323 4294956192 18446744073709551615 134532149 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 1922 1814 80 151 0 1768 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 24560

[startup+6.30174 s]
/proc/loadavg: 2.53 2.70 2.66 3/75 19398
/proc/meminfo: memFree=1767608/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.54
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1836 30528 0 7 6 3 222 23 15 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=7820 CPUtime=3.48
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 1892 0 0 0 347 1 0 0 25 0 1 0 63227795 8007680 1831 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 1955 1831 80 151 0 1801 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 24692

[startup+12.703 s]
/proc/loadavg: 2.48 2.69 2.65 3/75 19398
/proc/meminfo: memFree=1767672/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.54
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1836 30528 0 7 6 3 222 23 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=7820 CPUtime=9.82
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 1919 0 0 0 981 1 0 0 25 0 1 0 63227795 8007680 1858 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 1955 1858 80 151 0 1801 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 24692

[startup+25.5015 s]
/proc/loadavg: 2.38 2.65 2.64 3/75 19398
/proc/meminfo: memFree=1766904/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.54
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1836 30528 0 7 6 3 222 23 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=8772 CPUtime=22.49
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 2151 0 0 0 2248 1 0 0 25 0 1 0 63227795 8982528 2090 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 2193 2090 80 151 0 2039 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 25644

[startup+51.1016 s]
/proc/loadavg: 2.25 2.60 2.62 3/75 19398
/proc/meminfo: memFree=1765944/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.54
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1836 30528 0 7 6 3 222 23 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=9768 CPUtime=47.84
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 2378 0 0 0 4783 1 0 0 25 0 1 0 63227795 10002432 2317 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 2442 2317 80 151 0 2288 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 26640

[startup+102.302 s]
/proc/loadavg: 2.10 2.50 2.59 3/82 19433
/proc/meminfo: memFree=1749128/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.54
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1836 30528 0 7 6 3 222 23 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=11104 CPUtime=98.57
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 2703 0 0 0 9855 2 0 0 25 0 1 0 63227795 11370496 2642 996147200 134512640 135134323 4294956192 18446744073709551615 134532286 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 2776 2642 80 151 0 2622 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 27976

[startup+162.302 s]
/proc/loadavg: 2.51 2.53 2.59 3/85 19436
/proc/meminfo: memFree=1694768/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.74
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1905 34307 0 8 6 3 239 26 15 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=12188 CPUtime=157.53
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 2954 0 0 0 15750 3 0 0 25 0 1 0 63227795 12480512 2891 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 3047 2891 80 151 0 2893 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 29060

[startup+222.307 s]
/proc/loadavg: 2.48 2.52 2.58 4/82 19443
/proc/meminfo: memFree=1695624/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.74
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1905 34307 0 8 6 3 239 26 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=12636 CPUtime=216.99
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3058 0 0 0 21695 4 0 0 25 0 1 0 63227795 12939264 2995 996147200 134512640 135134323 4294956192 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/19348/statm: 3159 2995 80 151 0 3005 0
Current children cumulated CPU time (s) 219.73
Current children cumulated vsize (KiB) 29508

[startup+282.302 s]
/proc/loadavg: 2.81 2.61 2.61 3/82 19453
/proc/meminfo: memFree=1695112/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=12900 CPUtime=276.09
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3126 0 0 0 27605 4 0 0 25 0 1 0 63227795 13209600 3061 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3225 3061 80 151 0 3071 0
Current children cumulated CPU time (s) 279.04
Current children cumulated vsize (KiB) 29772

[startup+342.301 s]
/proc/loadavg: 2.83 2.65 2.62 3/82 19453
/proc/meminfo: memFree=1694728/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13456 CPUtime=336.06
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3270 0 0 0 33601 5 0 0 25 0 1 0 63227795 13778944 3205 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3364 3205 80 151 0 3210 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 30328

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

[startup+345.602 s]
/proc/loadavg: 2.84 2.65 2.62 3/82 19453
/proc/meminfo: memFree=1694728/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13456 CPUtime=339.36
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3275 0 0 0 33931 5 0 0 25 0 1 0 63227795 13778944 3210 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3364 3210 80 151 0 3210 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 30328

[startup+352.001 s]
/proc/loadavg: 2.85 2.66 2.62 3/82 19453
/proc/meminfo: memFree=1694664/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=345.76
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3291 0 0 0 34571 5 0 0 25 0 1 0 63227795 13926400 3226 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3226 80 151 0 3246 0
Current children cumulated CPU time (s) 348.71
Current children cumulated vsize (KiB) 30472

[startup+355.202 s]
/proc/loadavg: 2.78 2.65 2.62 3/82 19453
/proc/meminfo: memFree=1694664/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=348.95
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3292 0 0 0 34890 5 0 0 25 0 1 0 63227795 13926400 3227 996147200 134512640 135134323 4294956192 18446744073709551615 134529158 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3227 80 151 0 3246 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 30472

[startup+358.402 s]
/proc/loadavg: 2.78 2.65 2.62 3/82 19453
/proc/meminfo: memFree=1694600/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=352.15
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3292 0 0 0 35210 5 0 0 25 0 1 0 63227795 13926400 3227 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3227 80 151 0 3246 0
Current children cumulated CPU time (s) 355.1
Current children cumulated vsize (KiB) 30472

[startup+360.002 s]
/proc/loadavg: 2.72 2.64 2.62 3/82 19453
/proc/meminfo: memFree=1694600/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=353.75
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3292 0 0 0 35370 5 0 0 25 0 1 0 63227795 13926400 3227 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3227 80 151 0 3246 0
Current children cumulated CPU time (s) 356.7
Current children cumulated vsize (KiB) 30472

[startup+360.802 s]
/proc/loadavg: 2.72 2.64 2.62 4/82 19453
/proc/meminfo: memFree=1694600/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=354.56
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3292 0 0 0 35451 5 0 0 25 0 1 0 63227795 13926400 3227 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3227 80 151 0 3246 0
Current children cumulated CPU time (s) 357.51
Current children cumulated vsize (KiB) 30472

[startup+361.202 s]
/proc/loadavg: 2.72 2.64 2.62 4/82 19453
/proc/meminfo: memFree=1694600/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=354.95
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3292 0 0 0 35490 5 0 0 25 0 1 0 63227795 13926400 3227 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3227 80 151 0 3246 0
Current children cumulated CPU time (s) 357.9
Current children cumulated vsize (KiB) 30472

[startup+361.302 s]
/proc/loadavg: 2.72 2.64 2.62 4/82 19453
/proc/meminfo: memFree=1694600/2055920 swapFree=4180776/4192956
[pid=19325] ppid=19323 vsize=16872 CPUtime=2.95
/proc/19325/stat : 19325 (sugar++) S 19323 19325 18524 0 -1 4194304 1975 38085 0 9 6 3 257 29 16 0 1 0 63227624 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19325/statm: 4218 1121 414 3 0 797 0
[pid=19348] ppid=19325 vsize=13600 CPUtime=355.05
/proc/19348/stat : 19348 (minisat-inc) R 19325 19325 18524 0 -1 4194304 3292 0 0 0 35500 5 0 0 25 0 1 0 63227795 13926400 3227 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19348/statm: 3400 3227 80 151 0 3246 0
Current children cumulated CPU time (s) 358
Current children cumulated vsize (KiB) 30472

Child status: 0
Real time (s): 361.318
CPU time (s): 358.044
CPU user time (s): 357.66
CPU system time (s): 0.383941
CPU usage (%): 99.0938
Max. virtual memory (cumulated for all children) (KiB): 890584

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

runsolver used 0.417936 second user time and 1.08483 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-14 21:54:56
IDJOB=1117675
IDBENCH=62149
IDSOLVER=367
FILE ID=node66/1117675-1216065296
PBS_JOBID= 7905001
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeLoose/normalized-vcsp-25-10-100-18-27_ext.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-1117675-1216065296/watcher-1117675-1216065296 -o /tmp/evaluation-result-1117675-1216065296/solver-1117675-1216065296 -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-1117675-1216065296.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ee317aa6b8449cea70ede2034a2a7ed6
RANDOM SEED=310153513

node66.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.259
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.259
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:       1781032 kB
Buffers:         57004 kB
Cached:         153612 kB
SwapCached:       6372 kB
Active:         148276 kB
Inactive:        74032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781032 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:           10092 kB
Writeback:           0 kB
Mapped:          18236 kB
Slab:            37764 kB
Committed_AS:   153748 kB
PageTables:       1848 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= 66420 MiB
End job on node66 at 2008-07-14 22:00:57