Trace number 1114811

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-incOPTIMUM1 9.96948 10.2416

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-6_ext.xml
MD5SUMd75f282008622a5248c9f974d30ca5e0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark9.96948
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
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 Sun Jul 13 02:21:04 2008
0.00/0.08	c 0	PID 17410
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1114811-1215908463.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-1114811-1215908463.xml' 'HOME/temp.csp'
0.07/0.62	c 0	1 domains, 30 variables, 0 predicates, 223 relations, 223 constraints
0.07/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	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.60/0.74	c 0	Parsing HOME/temp.csp
0.60/0.94	c 0	parsed 477 expressions
0.60/0.94	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.94	c 0	MAX CSP: 223 constraints
0.60/0.94	c 0	Converting to clausal form CSP
0.60/0.97	c 0	converted 71 (10%) expressions
0.60/0.97	c 0	converted 141 (20%) expressions
0.60/0.97	c 0	converted 211 (30%) expressions
0.60/0.99	c 0	converted 282 (40%) expressions
0.91/1.02	c 1	converted 352 (50%) expressions
0.91/1.02	c 1	converted 422 (60%) expressions
0.91/1.04	c 1	converted 493 (70%) expressions
0.91/1.04	c 1	converted 563 (80%) expressions
0.91/1.06	c 1	converted 633 (90%) expressions
1.11/1.21	c 1	converted 703 (100%) expressions
1.11/1.21	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 335
1.11/1.21	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.21	c 1	Propagation in CSP
1.11/1.23	c 1	216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.23	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 224
1.11/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.24	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 224
1.11/1.24	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.29	c 1	48 (10%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.11/1.29	c 1	96 (20%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.11/1.29	c 1	143 (30%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.11/1.29	c 1	191 (40%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.11/1.29	c 1	238 (50%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.11/1.30	c 1	286 (60%) CSP integer variables are encoded (729 clauses, 7904 bytes)
1.21/1.30	c 1	334 (70%) CSP integer variables are encoded (954 clauses, 10829 bytes)
1.21/1.30	c 1	381 (80%) CSP integer variables are encoded (1315 clauses, 15522 bytes)
1.21/1.30	c 1	429 (90%) CSP integer variables are encoded (1561 clauses, 18720 bytes)
1.21/1.30	c 1	476 (100%) CSP integer variables are encoded (3264 clauses, 40859 bytes)
1.21/1.36	c 1	67 (10%) CSP clauses are encoded (5994 clauses, 98736 bytes)
1.21/1.39	c 1	134 (20%) CSP clauses are encoded (8631 clauses, 158574 bytes)
1.30/1.41	c 1	201 (30%) CSP clauses are encoded (11333 clauses, 221643 bytes)
1.30/1.42	c 1	268 (40%) CSP clauses are encoded (12674 clauses, 249001 bytes)
1.30/1.43	c 1	334 (50%) CSP clauses are encoded (16010 clauses, 304683 bytes)
1.30/1.44	c 1	401 (60%) CSP clauses are encoded (17123 clauses, 323392 bytes)
1.30/1.46	c 1	468 (70%) CSP clauses are encoded (26384 clauses, 491081 bytes)
1.30/1.46	c 1	535 (80%) CSP clauses are encoded (27601 clauses, 511608 bytes)
1.30/1.47	c 1	602 (90%) CSP clauses are encoded (30386 clauses, 560669 bytes)
1.40/1.56	c 1	668 (100%) CSP clauses are encoded (80069 clauses, 1458340 bytes)
1.40/1.56	c 1	668 CSP clauses encoded
1.40/1.56	c 1	Writing map file : HOME/temp.map
1.40/1.57	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.57	c 1	SAT : 3740 SAT variables, 80069 SAT clauses, 1458340 bytes
1.40/1.57	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.61	c 1	OBJECTIVE minimize _COST
1.48/1.61	c 1	SOLVING HOME/temp.cnf
1.48/1.61	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.48/1.61	c 1	This is MiniSat 2.0 beta incremental
1.48/1.61	c 1	WARNING: for repeatability, setting FPU to use double precision
1.48/1.61	c 1	============================[ Problem Statistics ]=============================
1.48/1.61	c 1	|                                                                             |
1.48/1.61	c 1	|  Number of variables:  3740                                                 |
1.48/1.61	c 1	|  Number of clauses:    80069                                                |
1.48/1.65	c 1	|  Parsing time:         0.03         s                                       |
1.48/1.65	c 1	OK
1.48/1.65	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.48/1.65	c 1	SEARCHING: _COST <= 112
1.48/1.65	c 1	============================[ Search Statistics ]==============================
1.48/1.65	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.65	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.65	c 1	===============================================================================
1.48/1.65	c 1	|         0 |    3740    80069   245743 |    26689        0    nan |  0.000 % |
1.48/1.67	c 1	|       102 |    3740    80069   245743 |    29358      102     40 |  0.006 % |
1.48/1.67	c 1	===============================================================================
1.48/1.67	c 1	restarts              : 2
1.48/1.67	c 1	conflicts             : 104           (1825 /sec)
1.48/1.67	c 1	decisions             : 292           (1.37 % random) (5124 /sec)
1.48/1.67	c 1	propagations          : 14626          (256637 /sec)
1.48/1.67	c 1	conflict literals     : 4074           (8.35 % deleted)
1.48/1.67	c 1	Memory used           : 5.38 MB
1.48/1.67	c 1	CPU time              : 0.056991 s
1.48/1.67	c 1	
1.48/1.67	c 1	SATISFIABLE
1.48/1.68	c 1	OK
1.48/1.68	c 1	FOUND: _COST <= 112
1.48/1.68	s SATISFIABLE
1.48/1.68	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.68	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.50/1.76	c 1	Decoding HOME/temp.out
1.50/1.82	c 1	OBJECTIVE _COST 112
1.50/1.82	o 112
1.50/1.82	v 14 14 1 14 13 13 11 9 1 14 13 14 13 13 14 14 14 14 14 14 0 4 13 14 14 11 14 14 14 14
1.50/1.82	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.84	c 1	OK
1.50/1.84	c 1	OBJECTIVE BOUND: 0 <= _COST <= 112
1.50/1.84	c 1	SEARCHING: _COST <= 56
1.50/1.84	c 1	============================[ Search Statistics ]==============================
1.50/1.85	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.85	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.85	c 1	===============================================================================
1.50/1.85	c 1	|       104 |    3740    80069   245743 |    26689      104     39 |  0.006 % |
1.50/1.86	c 1	|       204 |    3740    80069   245743 |    29358      204     39 | 23.747 % |
1.50/1.86	c 1	===============================================================================
1.50/1.86	c 1	restarts              : 4
1.50/1.86	c 1	conflicts             : 217           (2782 /sec)
1.50/1.86	c 1	decisions             : 582           (1.03 % random) (7463 /sec)
1.50/1.86	c 1	propagations          : 49735          (637726 /sec)
1.50/1.86	c 1	conflict literals     : 8300           (20.01 % deleted)
1.50/1.86	c 1	Memory used           : 5.38 MB
1.50/1.86	c 1	CPU time              : 0.077988 s
1.50/1.86	c 1	
1.50/1.86	c 1	SATISFIABLE
1.50/1.86	c 1	OK
1.50/1.86	c 1	FOUND: _COST <= 56
1.50/1.86	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.50/1.86	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.64/1.94	c 1	Decoding HOME/temp.out
1.64/2.00	c 1	OBJECTIVE _COST 56
1.64/2.00	o 56
1.64/2.01	v 14 14 14 1 14 4 14 10 13 1 6 10 8 14 14 2 14 13 2 14 13 6 9 14 6 7 14 14 14 14
1.64/2.01	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.64/2.02	c 2	OK
1.64/2.02	c 2	OBJECTIVE BOUND: 0 <= _COST <= 56
1.64/2.02	c 2	SEARCHING: _COST <= 28
1.64/2.03	c 2	============================[ Search Statistics ]==============================
1.64/2.03	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/2.03	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/2.03	c 2	===============================================================================
1.64/2.03	c 2	|       217 |    2852    80069   245743 |    26689      217     38 | 23.747 % |
1.64/2.04	c 2	|       317 |    2852    80069   245743 |    29358      317     33 | 37.222 % |
1.64/2.04	c 2	===============================================================================
1.64/2.04	c 2	restarts              : 6
1.64/2.04	c 2	conflicts             : 349           (3456 /sec)
1.64/2.04	c 2	decisions             : 811           (0.86 % random) (8031 /sec)
1.64/2.04	c 2	propagations          : 92196          (912976 /sec)
1.64/2.04	c 2	conflict literals     : 11288          (22.47 % deleted)
1.64/2.04	c 2	Memory used           : 5.38 MB
1.64/2.04	c 2	CPU time              : 0.100984 s
1.64/2.04	c 2	
1.64/2.04	c 2	SATISFIABLE
1.64/2.04	c 2	OK
1.64/2.04	c 2	FOUND: _COST <= 28
1.64/2.04	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.64/2.04	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.93/2.13	c 2	Decoding HOME/temp.out
1.93/2.19	c 2	OBJECTIVE _COST 28
1.93/2.19	o 28
1.93/2.19	v 14 14 14 1 14 10 4 14 13 1 6 1 8 3 8 2 14 14 2 14 13 6 4 14 14 0 14 14 4 7
1.93/2.20	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.21	c 2	OK
2.02/2.21	c 2	OBJECTIVE BOUND: 0 <= _COST <= 28
2.02/2.21	c 2	SEARCHING: _COST <= 14
2.02/2.22	c 2	============================[ Search Statistics ]==============================
2.02/2.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.23	c 2	===============================================================================
2.02/2.23	c 2	|       349 |    2348    80069   245743 |    26689      349     32 | 37.222 % |
2.02/2.23	c 2	|       449 |    2348    80069   245743 |    29358      449     29 | 46.205 % |
2.02/2.25	c 2	|       600 |    2348    80069   245743 |    32294      600     28 | 46.205 % |
2.02/2.28	c 2	|       825 |    2348    80069   245743 |    35523      825     26 | 46.205 % |
2.12/2.33	c 2	|      1162 |    2012    27313    92464 |    39076     1138     24 | 46.205 % |
2.12/2.36	c 2	===============================================================================
2.12/2.36	c 2	restarts              : 11
2.12/2.36	c 2	conflicts             : 1316          (5329 /sec)
2.12/2.36	c 2	decisions             : 2005          (0.60 % random) (8119 /sec)
2.12/2.36	c 2	propagations          : 389323         (1576449 /sec)
2.12/2.36	c 2	conflict literals     : 32852          (32.90 % deleted)
2.12/2.36	c 2	Memory used           : 5.50 MB
2.12/2.36	c 2	CPU time              : 0.246962 s
2.12/2.36	c 2	
2.12/2.36	c 2	SATISFIABLE
2.12/2.36	c 2	OK
2.12/2.36	c 2	FOUND: _COST <= 14
2.12/2.36	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.12/2.36	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.18/2.44	c 2	Decoding HOME/temp.out
2.18/2.50	c 2	OBJECTIVE _COST 14
2.18/2.50	o 14
2.18/2.51	v 12 6 12 10 13 8 8 9 13 12 8 14 6 10 14 8 14 14 7 14 12 4 13 3 3 7 14 12 14 11
2.18/2.51	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.18/2.53	c 2	OK
2.18/2.53	c 2	OBJECTIVE BOUND: 0 <= _COST <= 14
2.18/2.53	c 2	SEARCHING: _COST <= 7
2.18/2.53	c 2	============================[ Search Statistics ]==============================
2.18/2.54	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.54	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.54	c 2	===============================================================================
2.18/2.54	c 2	|      1316 |    1746    19802    70715 |     6600     1247     24 | 46.205 % |
2.18/2.55	c 2	|      1417 |    1746    19802    70715 |     7260     1348     24 | 53.317 % |
2.18/2.56	c 2	|      1567 |    1746    19802    70715 |     7986     1498     23 | 53.317 % |
2.18/2.58	c 2	|      1792 |    1746    19802    70715 |     8785     1723     24 | 53.317 % |
2.41/2.62	c 2	|      2130 |    1746    19802    70715 |     9664     2061     24 | 53.317 % |
2.41/2.69	c 2	|      2636 |    1746    19802    70715 |    10630     2567     23 | 53.317 % |
2.51/2.79	c 2	|      3397 |    1746    19802    70715 |    11693     3328     23 | 53.317 % |
2.71/2.93	c 2	|      4537 |    1746    19802    70715 |    12862     4468     23 | 53.317 % |
2.91/3.18	c 3	|      6246 |    1746    19802    70715 |    14149     6177     23 | 53.317 % |
3.01/3.23	c 3	===============================================================================
3.01/3.23	c 3	restarts              : 20
3.01/3.23	c 3	conflicts             : 6514          (6836 /sec)
3.01/3.23	c 3	decisions             : 7764          (0.64 % random) (8148 /sec)
3.01/3.23	c 3	propagations          : 1934978        (2030716 /sec)
3.01/3.23	c 3	conflict literals     : 152983         (35.12 % deleted)
3.01/3.23	c 3	Memory used           : 5.50 MB
3.01/3.23	c 3	CPU time              : 0.952855 s
3.01/3.23	c 3	
3.01/3.23	c 3	SATISFIABLE
3.01/3.24	c 3	OK
3.01/3.24	c 3	FOUND: _COST <= 7
3.01/3.24	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.01/3.24	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'
3.05/3.31	c 3	Decoding HOME/temp.out
3.05/3.38	c 3	OBJECTIVE _COST 7
3.05/3.38	o 7
3.05/3.38	v 4 14 12 14 13 5 11 9 14 11 0 14 2 6 4 5 14 14 14 14 0 12 4 10 14 6 8 5 13 1
3.05/3.39	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.06/3.42	c 3	OK
3.06/3.42	c 3	OBJECTIVE BOUND: 0 <= _COST <= 7
3.06/3.42	c 3	SEARCHING: _COST <= 3
3.06/3.43	c 3	============================[ Search Statistics ]==============================
3.06/3.44	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.06/3.44	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.06/3.44	c 3	===============================================================================
3.06/3.44	c 3	|      6514 |    1508    15462    58402 |     5154     6332     23 | 53.317 % |
3.06/3.44	c 3	|      6616 |    1508    15462    58402 |     5669     6434     23 | 59.681 % |
3.06/3.45	c 3	|      6767 |    1508    15462    58402 |     6236     6585     23 | 59.681 % |
3.06/3.48	c 3	|      6993 |    1508    15462    58402 |     6859     6811     23 | 59.681 % |
3.29/3.53	c 3	|      7330 |    1508    15462    58402 |     7545     7148     24 | 59.681 % |
3.39/3.60	c 3	|      7837 |    1508    15462    58402 |     8300     7655     24 | 59.681 % |
3.49/3.71	c 3	|      8596 |    1508    15462    58402 |     9130     8414     24 | 59.681 % |
3.59/3.87	c 3	|      9737 |    1508    15462    58402 |    10043     9555     24 | 59.681 % |
3.89/4.14	c 4	|     11445 |    1508    15462    58402 |    11048    11263     25 | 59.681 % |
4.29/4.55	c 4	|     14007 |    1508    15462    58402 |    12152    13825     26 | 59.681 % |
4.98/5.22	c 5	|     17853 |    1508    15462    58402 |    13368    10192     27 | 59.681 % |
6.07/6.30	c 6	|     23619 |    1508    15462    58402 |    14704    15958     27 | 59.681 % |
6.37/6.63	c 6	===============================================================================
6.37/6.63	c 6	restarts              : 32
6.37/6.63	c 6	conflicts             : 25286         (6125 /sec)
6.37/6.63	c 6	decisions             : 28590         (0.65 % random) (6925 /sec)
6.37/6.63	c 6	propagations          : 6673871        (1616587 /sec)
6.37/6.63	c 6	conflict literals     : 677285         (31.84 % deleted)
6.37/6.63	c 6	Memory used           : 6.45 MB
6.37/6.63	c 6	CPU time              : 4.12837 s
6.37/6.63	c 6	
6.37/6.63	c 6	SATISFIABLE
6.37/6.63	c 6	OK
6.37/6.63	c 6	FOUND: _COST <= 3
6.37/6.63	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.37/6.63	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.40/6.71	c 6	Decoding HOME/temp.out
6.40/6.78	c 6	OBJECTIVE _COST 3
6.40/6.78	o 3
6.40/6.78	v 11 14 14 7 9 14 5 3 4 7 0 1 6 6 8 5 13 14 8 14 10 14 8 7 10 0 8 6 13 4
6.40/6.78	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.55/6.80	c 6	OK
6.55/6.80	c 6	OBJECTIVE BOUND: 0 <= _COST <= 3
6.55/6.80	c 6	SEARCHING: _COST <= 1
6.55/6.80	c 6	============================[ Search Statistics ]==============================
6.55/6.81	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.55/6.81	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.55/6.81	c 6	===============================================================================
6.55/6.81	c 6	|     25286 |    1217    12406    50103 |     4135     8940     27 | 59.681 % |
6.55/6.82	c 6	|     25386 |    1217    12406    50103 |     4548     4570     26 | 67.462 % |
6.55/6.84	c 6	|     25536 |    1217    12406    50103 |     5003     4720     26 | 67.462 % |
6.55/6.86	c 6	|     25761 |    1217    12406    50103 |     5504     4945     27 | 67.462 % |
6.55/6.89	c 6	===============================================================================
6.55/6.89	c 6	restarts              : 36
6.55/6.89	c 6	conflicts             : 26007         (6155 /sec)
6.55/6.89	c 6	decisions             : 29495         (0.66 % random) (6980 /sec)
6.55/6.89	c 6	propagations          : 6756991        (1599153 /sec)
6.55/6.89	c 6	conflict literals     : 701467         (31.45 % deleted)
6.55/6.89	c 6	Memory used           : 6.45 MB
6.55/6.89	c 6	CPU time              : 4.22536 s
6.55/6.89	c 6	
6.55/6.89	c 6	SATISFIABLE
6.55/6.89	c 6	OK
6.55/6.89	c 6	FOUND: _COST <= 1
6.55/6.89	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.55/6.89	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.64/6.97	c 6	Decoding HOME/temp.out
6.64/7.03	c 7	OBJECTIVE _COST 1
6.64/7.03	o 1
6.64/7.04	v 11 14 14 6 9 5 5 2 6 7 0 1 9 6 8 5 9 11 8 14 10 14 8 10 5 4 8 6 13 4
6.64/7.04	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.64/7.05	c 7	OK
6.64/7.05	c 7	OBJECTIVE BOUND: 0 <= _COST <= 1
6.64/7.05	c 7	SEARCHING: _COST <= 0
6.64/7.07	c 7	============================[ Search Statistics ]==============================
6.64/7.07	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.64/7.07	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.64/7.07	c 7	===============================================================================
6.64/7.07	c 7	|     26007 |    1217    12406    50103 |     4135     5191     27 | 67.462 % |
6.64/7.07	c 7	|     26107 |    1217    12406    50103 |     4548     5291     28 | 76.848 % |
6.64/7.08	c 7	|     26258 |    1217    12406    50103 |     5003     5442     28 | 76.848 % |
6.84/7.11	c 7	|     26484 |    1217    12406    50103 |     5504     5668     29 | 76.848 % |
6.84/7.15	c 7	|     26821 |    1217    12406    50103 |     6054     6005     30 | 76.848 % |
6.94/7.21	c 7	|     27327 |    1217    12406    50103 |     6659     6511     32 | 76.848 % |
7.04/7.31	c 7	|     28087 |    1217    12406    50103 |     7325     7271     35 | 76.848 % |
7.14/7.46	c 7	|     29227 |    1217    12406    50103 |     8058     8411     37 | 76.848 % |
7.34/7.70	c 7	|     30935 |     866    10286    44794 |     8864     9564     39 | 76.848 % |
7.83/8.10	c 8	|     33498 |     866    10286    44794 |     9750    12127     41 | 76.848 % |
8.33/8.66	c 8	|     37344 |     866    10286    44794 |    10725     9408     44 | 76.848 % |
9.31/9.62	c 9	|     43112 |     866    10286    44794 |    11798     8125     42 | 76.848 % |
9.90/10.23	c 10	===============================================================================
9.90/10.23	c 10	restarts              : 48
9.90/10.23	c 10	conflicts             : 46792         (6346 /sec)
9.90/10.23	c 10	decisions             : 53923         (0.74 % random) (7313 /sec)
9.90/10.23	c 10	propagations          : 8302167        (1125889 /sec)
9.90/10.23	c 10	conflict literals     : 1681744        (23.71 % deleted)
9.90/10.23	c 10	Memory used           : 6.96 MB
9.90/10.23	c 10	CPU time              : 7.37388 s
9.90/10.23	c 10	
9.90/10.23	c 10	UNSATISFIABLE
9.90/10.23	c 10	OK
9.90/10.23	c 10	NOT FOUND: _COST <= 0
9.90/10.23	c 10	OK
9.90/10.23	c 10	OBJECTIVE _COST 1
9.90/10.23	s OPTIMUM FOUND
9.90/10.24	c 10	CPU 9.61 (0.06 0.03 9.55 0.31)
9.90/10.24	c 10	END Sun Jul 13 02:21:14 2008

Verifier Data (download as text)

OK	1	222
1 unsatisfied constraints, 222 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-1114811-1215908463/watcher-1114811-1215908463 -o /tmp/evaluation-result-1114811-1215908463/solver-1114811-1215908463 -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-1114811-1215908463.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.27 4/73 17410
/proc/meminfo: memFree=1906604/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=12268 CPUtime=0
/proc/17410/stat : 17410 (sugar++) R 17408 17410 16939 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 47549569 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268591741950 0 0 4224 0 0 0 0 17 1 0 0
/proc/17410/statm: 3067 316 241 3 0 167 0

[startup+0.095276 s]
/proc/loadavg: 1.92 2.04 2.27 4/73 17410
/proc/meminfo: memFree=1906604/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16740 CPUtime=0.07
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 47549569 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101515 s]
/proc/loadavg: 1.92 2.04 2.27 4/73 17410
/proc/meminfo: memFree=1906604/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16740 CPUtime=0.07
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 47549569 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301294 s]
/proc/loadavg: 1.92 2.04 2.27 4/73 17410
/proc/meminfo: memFree=1906604/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16740 CPUtime=0.07
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 47549569 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701347 s]
/proc/loadavg: 1.92 2.04 2.27 4/73 17410
/proc/meminfo: memFree=1906604/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16740 CPUtime=0.6
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1279 4625 0 1 5 2 50 3 16 0 1 0 47549569 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16740

[startup+1.50244 s]
/proc/loadavg: 1.92 2.04 2.27 4/84 17432
/proc/meminfo: memFree=1895700/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16740 CPUtime=0.6
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1297 4625 0 1 5 2 50 3 15 0 1 0 47549569 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4185 1104 409 3 0 764 0
[pid=17423] ppid=17410 vsize=5356 CPUtime=0
/proc/17423/stat : 17423 (sh) S 17410 17410 16939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47549636 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17423/statm: 1339 233 193 169 0 50 0
[pid=17424] ppid=17423 vsize=868500 CPUtime=0.8
/proc/17424/stat : 17424 (java) S 17423 17410 16939 0 -1 0 7053 0 1 0 75 5 0 0 18 0 9 0 47549636 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17424/statm: 217125 6254 2564 9 0 211672 0
[pid=17424/tid=17425] ppid=17423 vsize=868500 CPUtime=0.46
/proc/17424/task/17425/stat : 17425 (java) R 17423 17410 16939 0 -1 64 2743 0 1 0 44 2 0 0 19 0 9 0 47549637 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4126870146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17426] ppid=17423 vsize=868500 CPUtime=0.09
/proc/17424/task/17426/stat : 17426 (java) S 17423 17410 16939 0 -1 64 2139 0 0 0 9 0 0 0 16 0 9 0 47549638 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17427] ppid=17423 vsize=868500 CPUtime=0
/proc/17424/task/17427/stat : 17427 (java) S 17423 17410 16939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47549639 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17428] ppid=17423 vsize=868500 CPUtime=0
/proc/17424/task/17428/stat : 17428 (java) S 17423 17410 16939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47549639 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17429] ppid=17423 vsize=868500 CPUtime=0
/proc/17424/task/17429/stat : 17429 (java) S 17423 17410 16939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47549641 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17430] ppid=17423 vsize=868500 CPUtime=0.22
/proc/17424/task/17430/stat : 17430 (java) S 17423 17410 16939 0 -1 64 1477 0 0 0 21 1 0 0 16 0 9 0 47549641 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17431] ppid=17423 vsize=868500 CPUtime=0
/proc/17424/task/17431/stat : 17431 (java) S 17423 17410 16939 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 47549641 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17424/tid=17432] ppid=17423 vsize=868500 CPUtime=0
/proc/17424/task/17432/stat : 17432 (java) R 17423 17410 16939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47549641 889344000 6254 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890596

[startup+3.10163 s]
/proc/loadavg: 1.92 2.04 2.27 5/85 17463
/proc/meminfo: memFree=1893388/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.09
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1762 27023 0 6 5 2 180 22 15 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=5632 CPUtime=0.82
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1360 0 0 0 82 0 0 0 20 0 1 0 47549731 5767168 1301 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1408 1301 79 151 0 1254 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 22504

[startup+6.302 s]
/proc/loadavg: 1.93 2.04 2.26 3/75 17483
/proc/meminfo: memFree=1896348/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.27
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1831 30725 0 7 6 3 194 24 15 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=6332 CPUtime=3.8
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1533 0 0 0 380 0 0 0 25 0 1 0 47549731 6483968 1472 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1583 1472 79 151 0 1429 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 23204

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

[startup+7.90119 s]
/proc/loadavg: 1.93 2.04 2.26 3/75 17503
/proc/meminfo: memFree=1895580/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.56
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1972 38236 0 9 6 3 217 30 15 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=6596 CPUtime=5.07
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1599 0 0 0 506 1 0 0 23 0 1 0 47549731 6754304 1534 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1649 1534 79 151 0 1495 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 23468

[startup+9.50138 s]
/proc/loadavg: 1.93 2.04 2.26 3/75 17503
/proc/meminfo: memFree=1895772/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.56
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1972 38236 0 9 6 3 217 30 15 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=7124 CPUtime=6.65
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1730 0 0 0 664 1 0 0 25 0 1 0 47549731 7294976 1665 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1781 1665 79 151 0 1627 0
Current children cumulated CPU time (s) 9.21
Current children cumulated vsize (KiB) 23996

[startup+9.90642 s]
/proc/loadavg: 1.93 2.03 2.26 3/75 17503
/proc/meminfo: memFree=1895452/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.56
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1972 38236 0 9 6 3 217 30 16 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=7124 CPUtime=7.05
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1730 0 0 0 704 1 0 0 25 0 1 0 47549731 7294976 1665 996147200 134512640 135134323 4294956192 18446744073709551615 134529132 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1781 1665 79 151 0 1627 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 23996

[startup+10.1014 s]
/proc/loadavg: 1.93 2.03 2.26 3/75 17503
/proc/meminfo: memFree=1895452/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.56
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1972 38236 0 9 6 3 217 30 16 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=7124 CPUtime=7.24
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1730 0 0 0 723 1 0 0 25 0 1 0 47549731 7294976 1665 996147200 134512640 135134323 4294956192 18446744073709551615 134532037 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1781 1665 79 151 0 1627 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 23996

[startup+10.2015 s]
/proc/loadavg: 1.93 2.03 2.26 3/75 17503
/proc/meminfo: memFree=1895452/2055924 swapFree=4181092/4192956
[pid=17410] ppid=17408 vsize=16872 CPUtime=2.56
/proc/17410/stat : 17410 (sugar++) S 17408 17410 16939 0 -1 4194304 1972 38236 0 9 6 3 217 30 16 0 1 0 47549569 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17410/statm: 4218 1119 414 3 0 797 0
[pid=17433] ppid=17410 vsize=7124 CPUtime=7.34
/proc/17433/stat : 17433 (minisat-inc) R 17410 17410 16939 0 -1 4194304 1730 0 0 0 733 1 0 0 25 0 1 0 47549731 7294976 1665 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/17433/statm: 1781 1665 79 151 0 1627 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 23996

Child status: 0
Real time (s): 10.2416
CPU time (s): 9.96948
CPU user time (s): 9.61754
CPU system time (s): 0.351946
CPU usage (%): 97.3435
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.61754
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42018
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= 3302
involuntary context switches= 3211

runsolver used 0.018997 second user time and 0.045993 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-13 02:21:03
IDJOB=1114811
IDBENCH=61780
IDSOLVER=367
FILE ID=node6/1114811-1215908463
PBS_JOBID= 7903704
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-30-15/normalized-rand-2-30-15-306-230-6_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-1114811-1215908463/watcher-1114811-1215908463 -o /tmp/evaluation-result-1114811-1215908463/solver-1114811-1215908463 -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-1114811-1215908463.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d75f282008622a5248c9f974d30ca5e0
RANDOM SEED=1482769892

node6.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.232
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.232
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:      2055924 kB
MemFree:       1907148 kB
Buffers:         27012 kB
Cached:          67908 kB
SwapCached:       5380 kB
Active:          65064 kB
Inactive:        42392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1907148 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:             964 kB
Writeback:           0 kB
Mapped:          19800 kB
Slab:            26520 kB
Committed_AS:   215956 kB
PageTables:       1932 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= 66480 MiB
End job on node6 at 2008-07-13 02:21:14