Trace number 1114819

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 29.3805 29.8065

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-19_ext.xml
MD5SUM893ec0d8b9b6ef3270f5a29b61e39a4e
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 benchmark15.9356
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.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Sun Jul 13 02:21:54 2008
0.04/0.14	c 0	PID 19403
0.04/0.15	c 0	HOST node19.alineos.net
0.04/0.15	c 0	CONVERTING HOME/instance-1114819-1215908514.xml TO HOME/temp.csp
0.04/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114819-1215908514.xml' 'HOME/temp.csp'
0.06/0.68	c 1	1 domains, 30 variables, 0 predicates, 223 relations, 223 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.59/0.80	c 1	Parsing HOME/temp.csp
0.59/0.99	c 1	parsed 477 expressions
0.86/1.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.86/1.01	c 1	MAX CSP: 223 constraints
0.86/1.01	c 1	Converting to clausal form CSP
0.86/1.04	c 1	converted 71 (10%) expressions
0.86/1.04	c 1	converted 141 (20%) expressions
0.86/1.04	c 1	converted 211 (30%) expressions
0.86/1.06	c 1	converted 282 (40%) expressions
0.86/1.08	c 1	converted 352 (50%) expressions
0.86/1.08	c 1	converted 422 (60%) expressions
0.86/1.10	c 1	converted 493 (70%) expressions
0.96/1.10	c 1	converted 563 (80%) expressions
0.96/1.12	c 1	converted 633 (90%) expressions
1.06/1.26	c 1	converted 703 (100%) expressions
1.06/1.27	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 335
1.06/1.27	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.27	c 1	Propagation in CSP
1.06/1.29	c 1	216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.06/1.29	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 224
1.06/1.29	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.06/1.29	c 1	CSP : 476 integers, 0 booleans, 668 clauses, largest domain size 224
1.06/1.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.34	c 1	48 (10%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.15/1.34	c 1	96 (20%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.15/1.34	c 1	143 (30%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.15/1.34	c 1	191 (40%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.15/1.34	c 1	238 (50%) CSP integer variables are encoded (390 clauses, 4154 bytes)
1.15/1.35	c 1	286 (60%) CSP integer variables are encoded (729 clauses, 7904 bytes)
1.15/1.35	c 1	334 (70%) CSP integer variables are encoded (954 clauses, 10829 bytes)
1.15/1.35	c 1	381 (80%) CSP integer variables are encoded (1315 clauses, 15522 bytes)
1.15/1.35	c 1	429 (90%) CSP integer variables are encoded (1561 clauses, 18720 bytes)
1.15/1.35	c 1	476 (100%) CSP integer variables are encoded (3264 clauses, 40859 bytes)
1.25/1.42	c 1	67 (10%) CSP clauses are encoded (6029 clauses, 98716 bytes)
1.25/1.44	c 1	134 (20%) CSP clauses are encoded (8754 clauses, 160076 bytes)
1.25/1.46	c 1	201 (30%) CSP clauses are encoded (11460 clauses, 223663 bytes)
1.25/1.47	c 1	268 (40%) CSP clauses are encoded (12737 clauses, 249589 bytes)
1.25/1.48	c 1	334 (50%) CSP clauses are encoded (16073 clauses, 305271 bytes)
1.25/1.49	c 1	401 (60%) CSP clauses are encoded (17186 clauses, 323980 bytes)
1.36/1.51	c 1	468 (70%) CSP clauses are encoded (26447 clauses, 491669 bytes)
1.36/1.51	c 1	535 (80%) CSP clauses are encoded (27664 clauses, 512196 bytes)
1.36/1.52	c 1	602 (90%) CSP clauses are encoded (30449 clauses, 561257 bytes)
1.46/1.61	c 1	668 (100%) CSP clauses are encoded (80132 clauses, 1458928 bytes)
1.46/1.61	c 1	668 CSP clauses encoded
1.46/1.61	c 1	Writing map file : HOME/temp.map
1.46/1.62	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.46/1.62	c 1	SAT : 3740 SAT variables, 80132 SAT clauses, 1458928 bytes
1.46/1.62	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.46/1.67	c 2	OBJECTIVE minimize _COST
1.46/1.67	c 2	SOLVING HOME/temp.cnf
1.46/1.67	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.46/1.67	c 2	This is MiniSat 2.0 beta incremental
1.46/1.67	c 2	WARNING: for repeatability, setting FPU to use double precision
1.46/1.67	c 2	============================[ Problem Statistics ]=============================
1.46/1.67	c 2	|                                                                             |
1.46/1.68	c 2	|  Number of variables:  3740                                                 |
1.46/1.68	c 2	|  Number of clauses:    80132                                                |
1.48/1.71	c 2	|  Parsing time:         0.03         s                                       |
1.48/1.72	c 2	OK
1.48/1.72	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.48/1.72	c 2	SEARCHING: _COST <= 112
1.48/1.72	c 2	============================[ Search Statistics ]==============================
1.48/1.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.72	c 2	===============================================================================
1.48/1.72	c 2	|         0 |    3740    80132   246152 |    26710        0    nan |  0.000 % |
1.48/1.73	c 2	|       100 |    3740    80132   246152 |    29381      100     33 |  0.006 % |
1.48/1.74	c 2	===============================================================================
1.48/1.74	c 2	restarts              : 2
1.48/1.74	c 2	conflicts             : 103           (1944 /sec)
1.48/1.74	c 2	decisions             : 303           (1.32 % random) (5718 /sec)
1.48/1.74	c 2	propagations          : 14332          (270461 /sec)
1.48/1.74	c 2	conflict literals     : 3348           (10.86 % deleted)
1.48/1.74	c 2	Memory used           : 5.38 MB
1.48/1.74	c 2	CPU time              : 0.052991 s
1.48/1.74	c 2	
1.48/1.74	c 2	SATISFIABLE
1.48/1.74	c 2	OK
1.48/1.74	c 2	FOUND: _COST <= 112
1.48/1.74	s SATISFIABLE
1.48/1.74	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.74	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.48/1.82	c 2	Decoding HOME/temp.out
1.48/1.88	c 2	OBJECTIVE _COST 112
1.48/1.88	o 112
1.48/1.88	v 12 0 14 14 14 14 13 14 14 14 2 13 14 4 14 14 14 5 0 13 14 6 14 14 3 14 9 14 14 14
1.48/1.89	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.90	c 2	OK
1.48/1.90	c 2	OBJECTIVE BOUND: 0 <= _COST <= 112
1.48/1.90	c 2	SEARCHING: _COST <= 56
1.48/1.91	c 2	============================[ Search Statistics ]==============================
1.48/1.92	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.92	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.92	c 2	===============================================================================
1.48/1.92	c 2	|       103 |    3740    80132   246152 |    26710      103     33 |  0.006 % |
1.48/1.92	c 2	|       204 |    3740    80132   246152 |    29381      204     34 | 23.747 % |
1.48/1.92	c 2	===============================================================================
1.48/1.92	c 2	restarts              : 4
1.48/1.92	c 2	conflicts             : 206           (2822 /sec)
1.48/1.92	c 2	decisions             : 593           (0.67 % random) (8125 /sec)
1.48/1.92	c 2	propagations          : 51878          (710774 /sec)
1.48/1.92	c 2	conflict literals     : 6888           (23.21 % deleted)
1.48/1.92	c 2	Memory used           : 5.38 MB
1.48/1.92	c 2	CPU time              : 0.072988 s
1.48/1.92	c 2	
1.48/1.92	c 2	SATISFIABLE
1.48/1.92	c 2	OK
1.48/1.92	c 2	FOUND: _COST <= 56
1.48/1.92	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.92	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.63/2.00	c 2	Decoding HOME/temp.out
1.63/2.07	c 2	OBJECTIVE _COST 56
1.63/2.07	o 56
1.63/2.07	v 14 0 6 10 14 14 10 14 14 14 13 2 2 0 14 14 7 8 13 0 14 11 10 14 7 12 9 14 14 14
1.63/2.07	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.86/2.13	c 2	OK
1.86/2.13	c 2	OBJECTIVE BOUND: 0 <= _COST <= 56
1.86/2.13	c 2	SEARCHING: _COST <= 28
1.86/2.13	c 2	============================[ Search Statistics ]==============================
1.86/2.13	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/2.13	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/2.13	c 2	===============================================================================
1.86/2.13	c 2	|       206 |    2852    80132   246152 |    26710      206     33 | 23.747 % |
1.86/2.13	c 2	===============================================================================
1.86/2.13	c 2	restarts              : 5
1.86/2.13	c 2	conflicts             : 216           (2735 /sec)
1.86/2.13	c 2	decisions             : 673           (0.59 % random) (8520 /sec)
1.86/2.13	c 2	propagations          : 56735          (718283 /sec)
1.86/2.13	c 2	conflict literals     : 7036           (23.29 % deleted)
1.86/2.13	c 2	Memory used           : 5.38 MB
1.86/2.13	c 2	CPU time              : 0.078987 s
1.86/2.13	c 2	
1.86/2.13	c 2	SATISFIABLE
1.86/2.13	c 2	OK
1.86/2.13	c 2	FOUND: _COST <= 28
1.86/2.13	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.86/2.13	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.88/2.21	c 2	Decoding HOME/temp.out
1.88/2.27	c 2	OBJECTIVE _COST 28
1.88/2.27	o 28
1.88/2.27	v 13 3 11 3 4 14 10 14 11 14 12 0 6 10 3 14 6 9 6 7 14 14 11 14 6 2 9 14 14 14
1.88/2.28	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.88/2.29	c 2	OK
1.88/2.29	c 2	OBJECTIVE BOUND: 0 <= _COST <= 28
1.88/2.29	c 2	SEARCHING: _COST <= 14
1.88/2.29	c 2	============================[ Search Statistics ]==============================
2.04/2.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.04/2.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.04/2.30	c 2	===============================================================================
2.04/2.30	c 2	|       216 |    2348    80132   246152 |    26710      216     33 | 23.747 % |
2.04/2.31	c 2	|       317 |    2348    80132   246152 |    29381      317     28 | 46.205 % |
2.04/2.33	c 2	|       467 |    2348    80132   246152 |    32319      467     27 | 46.205 % |
2.04/2.36	c 2	|       692 |    2348    80132   246152 |    35551      692     25 | 46.205 % |
2.14/2.41	c 2	|      1029 |    2348    80132   246152 |    39107     1029     25 | 46.205 % |
2.14/2.49	c 2	|      1535 |    2012    27376    92873 |    43017     1526     24 | 46.205 % |
2.24/2.59	c 2	|      2294 |    2012    27376    92873 |    47319     2285     24 | 46.205 % |
2.44/2.75	c 3	|      3433 |    2012    27376    92873 |    52051     3424     25 | 46.205 % |
2.64/2.97	c 3	===============================================================================
2.64/2.97	c 3	restarts              : 13
2.64/2.97	c 3	conflicts             : 5030          (6672 /sec)
2.64/2.97	c 3	decisions             : 6284          (0.46 % random) (8335 /sec)
2.64/2.97	c 3	propagations          : 1324996        (1757557 /sec)
2.64/2.97	c 3	conflict literals     : 140808         (36.25 % deleted)
2.64/2.97	c 3	Memory used           : 5.50 MB
2.64/2.97	c 3	CPU time              : 0.753885 s
2.64/2.97	c 3	
2.64/2.97	c 3	SATISFIABLE
2.64/2.97	c 3	OK
2.64/2.97	c 3	FOUND: _COST <= 14
2.64/2.97	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.64/2.97	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.72/3.05	c 3	Decoding HOME/temp.out
2.72/3.11	c 3	OBJECTIVE _COST 14
2.72/3.11	o 14
2.72/3.11	v 14 0 14 4 14 14 12 14 9 14 12 6 3 4 1 1 1 5 6 7 14 13 11 14 12 13 9 5 1 6
2.72/3.12	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.72/3.13	c 3	OK
2.72/3.13	c 3	OBJECTIVE BOUND: 0 <= _COST <= 14
2.72/3.13	c 3	SEARCHING: _COST <= 7
2.72/3.13	c 3	============================[ Search Statistics ]==============================
2.72/3.14	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.72/3.14	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.72/3.14	c 3	===============================================================================
2.72/3.15	c 3	|      5030 |    1746    19865    71124 |     6621     4996     28 | 46.205 % |
2.72/3.15	c 3	|      5130 |    1746    19865    71124 |     7283     5096     28 | 53.317 % |
2.72/3.17	c 3	|      5280 |    1746    19865    71124 |     8012     5246     28 | 53.317 % |
2.93/3.21	c 3	|      5506 |    1746    19865    71124 |     8813     5472     27 | 53.317 % |
2.93/3.25	c 3	|      5843 |    1746    19865    71124 |     9694     5809     27 | 53.317 % |
3.03/3.33	c 3	|      6349 |    1746    19865    71124 |    10664     6315     28 | 53.317 % |
3.12/3.44	c 3	|      7109 |    1746    19865    71124 |    11730     7075     28 | 53.317 % |
3.22/3.59	c 3	|      8250 |    1746    19865    71124 |    12903     8216     28 | 53.317 % |
3.62/3.91	c 4	|      9958 |    1746    19865    71124 |    14194     9924     29 | 53.317 % |
4.02/4.37	c 4	|     12520 |    1746    19865    71124 |    15613    12486     30 | 53.317 % |
4.91/5.20	c 5	|     16364 |    1746    19865    71124 |    17174    16330     31 | 53.317 % |
6.00/6.32	c 6	|     22130 |    1746    19865    71124 |    18892    12184     31 | 53.317 % |
7.20/7.53	c 7	===============================================================================
7.20/7.53	c 7	restarts              : 25
7.20/7.53	c 7	conflicts             : 28321         (5530 /sec)
7.20/7.53	c 7	decisions             : 32168         (0.57 % random) (6281 /sec)
7.20/7.53	c 7	propagations          : 7557292        (1475682 /sec)
7.20/7.53	c 7	conflict literals     : 864842         (32.63 % deleted)
7.20/7.53	c 7	Memory used           : 7.12 MB
7.20/7.53	c 7	CPU time              : 5.12122 s
7.20/7.53	c 7	
7.20/7.53	c 7	SATISFIABLE
7.20/7.53	c 7	OK
7.20/7.53	c 7	FOUND: _COST <= 7
7.20/7.53	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.20/7.53	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.28/7.61	c 7	Decoding HOME/temp.out
7.28/7.67	c 8	OBJECTIVE _COST 7
7.28/7.67	o 7
7.28/7.68	v 7 9 14 12 6 14 5 14 4 10 12 9 8 13 0 14 8 10 6 2 13 11 10 14 8 5 14 12 7 11
7.28/7.68	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.28/7.70	c 8	OK
7.28/7.70	c 8	OBJECTIVE BOUND: 0 <= _COST <= 7
7.28/7.70	c 8	SEARCHING: _COST <= 3
7.28/7.70	c 8	============================[ Search Statistics ]==============================
7.38/7.71	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.38/7.71	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.38/7.71	c 8	===============================================================================
7.38/7.71	c 8	|     28321 |    1508    15525    58811 |     5175    18375     30 | 53.317 % |
7.38/7.75	c 8	|     28422 |    1508    15525    58811 |     5692     4695     27 | 59.681 % |
7.38/7.77	c 8	|     28572 |    1508    15525    58811 |     6261     4845     26 | 59.681 % |
7.48/7.81	c 8	|     28798 |    1508    15525    58811 |     6887     5071     26 | 59.681 % |
7.48/7.85	c 8	|     29135 |    1508    15525    58811 |     7576     5408     26 | 59.681 % |
7.58/7.91	c 8	|     29641 |    1508    15525    58811 |     8334     5914     26 | 59.681 % |
7.68/8.01	c 8	|     30401 |    1508    15525    58811 |     9167     6674     26 | 59.681 % |
7.78/8.16	c 8	|     31540 |    1508    15525    58811 |    10084     7813     26 | 59.681 % |
8.07/8.41	c 8	|     33248 |    1508    15525    58811 |    11093     9521     26 | 59.681 % |
8.47/8.83	c 9	|     35812 |    1508    15525    58811 |    12202    12085     27 | 59.681 % |
9.17/9.54	c 9	|     39657 |    1508    15525    58811 |    13422     8315     28 | 59.681 % |
10.16/10.59	c 10	|     45425 |    1508    15525    58811 |    14764    14083     31 | 59.681 % |
11.95/12.32	c 12	|     54074 |    1508    15525    58811 |    16241    13976     31 | 59.681 % |
14.44/14.88	c 15	|     67049 |    1508    15525    58811 |    17865    17450     29 | 59.681 % |
18.62/19.02	c 19	|     86510 |    1508    15525    58811 |    19652    16160     28 | 59.681 % |
20.61/21.03	c 21	===============================================================================
20.61/21.03	c 21	restarts              : 40
20.61/21.03	c 21	conflicts             : 95693         (5202 /sec)
20.61/21.03	c 21	decisions             : 106542        (0.66 % random) (5792 /sec)
20.61/21.03	c 21	propagations          : 24729705       (1344429 /sec)
20.61/21.04	c 21	conflict literals     : 2966377        (30.29 % deleted)
20.61/21.04	c 21	Memory used           : 7.89 MB
20.61/21.04	c 21	CPU time              : 18.3942 s
20.61/21.04	c 21	
20.61/21.04	c 21	SATISFIABLE
20.61/21.04	c 21	OK
20.61/21.04	c 21	FOUND: _COST <= 3
20.61/21.04	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.61/21.04	c 21	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.65/21.12	c 21	Decoding HOME/temp.out
20.65/21.18	c 21	OBJECTIVE _COST 3
20.65/21.18	o 3
20.65/21.18	v 12 8 2 13 13 14 1 6 4 0 4 2 5 12 0 0 13 9 6 12 13 1 10 2 4 7 6 11 5 1
20.65/21.19	c 21	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
20.65/21.21	c 21	OK
20.65/21.21	c 21	OBJECTIVE BOUND: 0 <= _COST <= 3
20.65/21.21	c 21	SEARCHING: _COST <= 1
20.65/21.21	c 21	============================[ Search Statistics ]==============================
20.65/21.21	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.65/21.21	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.65/21.21	c 21	===============================================================================
20.65/21.21	c 21	|     95693 |    1217    12469    50512 |     4156    13992     33 | 59.681 % |
20.65/21.24	c 21	|     95794 |    1217    12469    50512 |     4571     3554     35 | 67.462 % |
20.65/21.27	c 21	|     95944 |    1217    12469    50512 |     5029     3704     34 | 67.462 % |
20.65/21.29	c 21	|     96170 |    1217    12469    50512 |     5532     3930     34 | 67.462 % |
20.90/21.34	c 21	|     96507 |    1217    12469    50512 |     6085     4267     35 | 67.462 % |
21.00/21.41	c 21	|     97013 |    1217    12469    50512 |     6693     4773     34 | 67.462 % |
21.10/21.52	c 21	|     97774 |    1217    12469    50512 |     7363     5534     34 | 67.462 % |
21.20/21.67	c 22	|     98913 |    1217    12469    50512 |     8099     6673     35 | 67.462 % |
21.50/21.92	c 22	|    100621 |    1217    12469    50512 |     8909     8381     35 | 67.462 % |
21.50/22.00	c 22	===============================================================================
21.50/22.00	c 22	restarts              : 49
21.50/22.00	c 22	conflicts             : 101092        (5270 /sec)
21.50/22.00	c 22	decisions             : 112747        (0.66 % random) (5877 /sec)
21.50/22.00	c 22	propagations          : 25774582       (1343610 /sec)
21.50/22.00	c 22	conflict literals     : 3151405        (29.81 % deleted)
21.50/22.00	c 22	Memory used           : 7.89 MB
21.50/22.00	c 22	CPU time              : 19.1831 s
21.50/22.00	c 22	
21.50/22.00	c 22	SATISFIABLE
21.50/22.00	c 22	OK
21.50/22.00	c 22	FOUND: _COST <= 1
21.50/22.00	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.50/22.00	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.61/22.08	c 22	Decoding HOME/temp.out
21.61/22.13	c 22	OBJECTIVE _COST 1
21.61/22.13	o 1
21.61/22.14	v 0 11 0 9 14 6 6 0 12 5 7 6 5 3 14 8 4 6 14 9 3 3 2 11 2 0 8 11 13 2
21.61/22.14	c 22	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
21.61/22.16	c 22	OK
21.61/22.16	c 22	OBJECTIVE BOUND: 0 <= _COST <= 1
21.61/22.16	c 22	SEARCHING: _COST <= 0
21.61/22.16	c 22	============================[ Search Statistics ]==============================
21.61/22.16	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.61/22.16	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.61/22.16	c 22	===============================================================================
21.61/22.16	c 22	|    101092 |     866    10349    45203 |     3449     8302     33 | 67.462 % |
21.61/22.18	c 22	|    101194 |     866    10349    45203 |     3794     4253     32 | 76.848 % |
21.79/22.20	c 22	|    101344 |     866    10349    45203 |     4174     4403     32 | 76.848 % |
21.79/22.22	c 22	|    101569 |     866    10349    45203 |     4591     4628     33 | 76.848 % |
21.79/22.26	c 22	|    101906 |     866    10349    45203 |     5050     4965     33 | 76.848 % |
21.89/22.32	c 22	|    102415 |     866    10349    45203 |     5555     5474     34 | 76.848 % |
21.99/22.40	c 22	|    103174 |     866    10349    45203 |     6111     6233     35 | 76.848 % |
22.09/22.53	c 22	|    104314 |     866    10349    45203 |     6722     7373     35 | 76.848 % |
22.29/22.74	c 23	|    106022 |     866    10349    45203 |     7394     9081     35 | 76.848 % |
22.59/23.08	c 23	|    108584 |     866    10349    45203 |     8134     6235     34 | 76.848 % |
23.09/23.58	c 23	|    112430 |     866    10349    45203 |     8947    10081     33 | 76.848 % |
23.88/24.36	c 24	|    118197 |     866    10349    45203 |     9842     9662     35 | 76.848 % |
25.08/25.56	c 25	|    126847 |     866    10349    45203 |    10826    11687     37 | 76.848 % |
26.87/27.36	c 27	|    139823 |     866    10349    45203 |    11909    10429     35 | 76.848 % |
29.26/29.80	c 30	===============================================================================
29.36/29.80	c 30	restarts              : 63
29.36/29.80	c 30	conflicts             : 155352        (5799 /sec)
29.36/29.80	c 30	decisions             : 177388        (0.74 % random) (6621 /sec)
29.36/29.80	c 30	propagations          : 29840599       (1113832 /sec)
29.36/29.80	c 30	conflict literals     : 5149396        (28.38 % deleted)
29.36/29.80	c 30	Memory used           : 7.89 MB
29.36/29.80	c 30	CPU time              : 26.7909 s
29.36/29.80	c 30	
29.36/29.80	c 30	UNSATISFIABLE
29.36/29.80	c 30	OK
29.36/29.80	c 30	NOT FOUND: _COST <= 0
29.36/29.80	c 30	OK
29.36/29.80	c 30	OBJECTIVE _COST 1
29.36/29.80	s OPTIMUM FOUND
29.36/29.80	c 30	CPU 29.04 (0.07 0.03 28.97 0.29)
29.36/29.80	c 30	END Sun Jul 13 02:22:24 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-1114819-1215908514/watcher-1114819-1215908514 -o /tmp/evaluation-result-1114819-1215908514/solver-1114819-1215908514 -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-1114819-1215908514.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.26 2.51 2.66 4/81 19403
/proc/meminfo: memFree=1924560/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=12268 CPUtime=0
/proc/19403/stat : 19403 (sugar++) R 19401 19403 18726 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 47553619 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 255236733541 0 0 4224 0 0 0 0 17 1 0 0
/proc/19403/statm: 3067 316 241 3 0 167 0

[startup+0.0891791 s]
/proc/loadavg: 2.26 2.51 2.66 4/81 19403
/proc/meminfo: memFree=1924560/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=13468 CPUtime=0.03
/proc/19403/stat : 19403 (sugar++) D 19401 19403 18726 0 -1 4194304 756 0 0 0 2 1 0 0 18 0 1 0 47553619 13791232 724 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19403/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101177 s]
/proc/loadavg: 2.26 2.51 2.66 4/81 19403
/proc/meminfo: memFree=1924560/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=13468 CPUtime=0.04
/proc/19403/stat : 19403 (sugar++) D 19401 19403 18726 0 -1 4194304 770 0 0 0 3 1 0 0 18 0 1 0 47553619 13791232 738 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19403/statm: 3367 738 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.301223 s]
/proc/loadavg: 2.26 2.51 2.66 4/81 19403
/proc/meminfo: memFree=1924560/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16740 CPUtime=0.06
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 47553619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19403/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701295 s]
/proc/loadavg: 2.26 2.51 2.66 4/81 19403
/proc/meminfo: memFree=1924560/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16740 CPUtime=0.06
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 47553619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19403/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50244 s]
/proc/loadavg: 2.26 2.51 2.66 3/92 19425
/proc/meminfo: memFree=1913976/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16740 CPUtime=0.61
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1297 4624 0 1 6 2 50 3 15 0 1 0 47553619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19403/statm: 4185 1104 409 3 0 764 0
[pid=19416] ppid=19403 vsize=5356 CPUtime=0
/proc/19416/stat : 19416 (sh) S 19403 19403 18726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47553692 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19416/statm: 1339 233 193 169 0 50 0
[pid=19417] ppid=19416 vsize=868476 CPUtime=0.75
/proc/19417/stat : 19417 (java) S 19416 19403 18726 0 -1 0 7031 0 1 0 70 5 0 0 18 0 9 0 47553692 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19417/statm: 217119 6243 2564 9 0 211666 0
[pid=19417/tid=19418] ppid=19416 vsize=868476 CPUtime=0.43
/proc/19417/task/19418/stat : 19418 (java) R 19416 19403 18726 0 -1 64 2730 0 1 0 41 2 0 0 19 0 9 0 47553693 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4126566610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19419] ppid=19416 vsize=868476 CPUtime=0.08
/proc/19417/task/19419/stat : 19419 (java) S 19416 19403 18726 0 -1 64 2139 0 0 0 8 0 0 0 16 0 9 0 47553694 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19420] ppid=19416 vsize=868476 CPUtime=0
/proc/19417/task/19420/stat : 19420 (java) S 19416 19403 18726 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 47553694 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19421] ppid=19416 vsize=868476 CPUtime=0
/proc/19417/task/19421/stat : 19421 (java) S 19416 19403 18726 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47553694 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19422] ppid=19416 vsize=868476 CPUtime=0
/proc/19417/task/19422/stat : 19422 (java) S 19416 19403 18726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47553696 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19423] ppid=19416 vsize=868476 CPUtime=0.2
/proc/19417/task/19423/stat : 19423 (java) S 19416 19403 18726 0 -1 64 1469 0 0 0 19 1 0 0 16 0 9 0 47553696 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19424] ppid=19416 vsize=868476 CPUtime=0
/proc/19417/task/19424/stat : 19424 (java) S 19416 19403 18726 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 47553696 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19417/tid=19425] ppid=19416 vsize=868476 CPUtime=0
/proc/19417/task/19425/stat : 19425 (java) S 19416 19403 18726 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 47553696 889319424 6243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 890572

[startup+3.10275 s]
/proc/loadavg: 2.26 2.51 2.66 2/93 19446
/proc/meminfo: memFree=1909296/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=1.96
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1743 23257 0 5 6 2 171 17 15 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=5632 CPUtime=0.76
/proc/19426/stat : 19426 (minisat-inc) S 19403 19403 18726 0 -1 4194304 1365 0 0 0 75 1 0 0 21 0 1 0 47553786 5767168 1306 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 1408 1306 79 151 0 1254 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 22504

[startup+6.30135 s]
/proc/loadavg: 2.24 2.50 2.66 3/83 19466
/proc/meminfo: memFree=1913280/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.1
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1762 27012 0 6 6 2 183 19 15 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=7284 CPUtime=3.9
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1762 0 0 0 389 1 0 0 25 0 1 0 47553786 7458816 1703 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/19426/statm: 1821 1703 79 151 0 1667 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 24156

[startup+12.7026 s]
/proc/loadavg: 2.22 2.49 2.65 3/83 19476
/proc/meminfo: memFree=1912704/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.24
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1831 30767 0 7 6 2 194 22 16 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=7284 CPUtime=10.11
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1771 0 0 0 1010 1 0 0 25 0 1 0 47553786 7458816 1710 996147200 134512640 135134323 4294956192 18446744073709551615 134529634 0 0 4096 3 0 0 0 17 1 0 0
/proc/19426/statm: 1821 1710 79 151 0 1667 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 24156

[startup+25.5019 s]
/proc/loadavg: 2.17 2.47 2.64 3/83 19496
/proc/meminfo: memFree=1912128/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.55
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1972 38279 0 9 7 3 218 27 15 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=8080 CPUtime=22.53
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1967 0 0 0 2251 2 0 0 25 0 1 0 47553786 8273920 1902 996147200 134512640 135134323 4294956192 18446744073709551615 134528236 0 0 4096 3 0 0 0 17 0 0 0
/proc/19426/statm: 2020 1902 79 151 0 1866 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 24952

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

[startup+27.1012 s]
/proc/loadavg: 2.17 2.47 2.64 3/83 19496
/proc/meminfo: memFree=1912128/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.55
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1972 38279 0 9 7 3 218 27 16 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=8080 CPUtime=24.12
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1967 0 0 0 2410 2 0 0 25 0 1 0 47553786 8273920 1902 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/19426/statm: 2020 1902 79 151 0 1866 0
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (KiB) 24952

[startup+28.7026 s]
/proc/loadavg: 2.17 2.47 2.64 3/83 19496
/proc/meminfo: memFree=1912128/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.55
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1972 38279 0 9 7 3 218 27 16 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=8080 CPUtime=25.71
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1967 0 0 0 2569 2 0 0 25 0 1 0 47553786 8273920 1902 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/19426/statm: 2020 1902 79 151 0 1866 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 24952

[startup+29.5017 s]
/proc/loadavg: 2.17 2.47 2.64 3/83 19496
/proc/meminfo: memFree=1912128/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.55
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1972 38279 0 9 7 3 218 27 16 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=8080 CPUtime=26.51
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1967 0 0 0 2649 2 0 0 25 0 1 0 47553786 8273920 1902 996147200 134512640 135134323 4294956192 18446744073709551615 134528348 0 0 4096 3 0 0 0 17 0 0 0
/proc/19426/statm: 2020 1902 79 151 0 1866 0
Current children cumulated CPU time (s) 29.06
Current children cumulated vsize (KiB) 24952

[startup+29.7067 s]
/proc/loadavg: 2.16 2.46 2.64 3/83 19496
/proc/meminfo: memFree=1912064/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.55
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1972 38279 0 9 7 3 218 27 16 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=8080 CPUtime=26.71
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1967 0 0 0 2669 2 0 0 25 0 1 0 47553786 8273920 1902 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19426/statm: 2020 1902 79 151 0 1866 0
Current children cumulated CPU time (s) 29.26
Current children cumulated vsize (KiB) 24952

[startup+29.8018 s]
/proc/loadavg: 2.16 2.46 2.64 3/83 19496
/proc/meminfo: memFree=1912064/2055920 swapFree=4180996/4192956
[pid=19403] ppid=19401 vsize=16872 CPUtime=2.55
/proc/19403/stat : 19403 (sugar++) S 19401 19403 18726 0 -1 4194304 1972 38279 0 9 7 3 218 27 16 0 1 0 47553619 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19403/statm: 4218 1119 414 3 0 797 0
[pid=19426] ppid=19403 vsize=8080 CPUtime=26.81
/proc/19426/stat : 19426 (minisat-inc) R 19403 19403 18726 0 -1 4194304 1967 0 0 0 2679 2 0 0 25 0 1 0 47553786 8273920 1902 996147200 134512640 135134323 4294956192 18446744073709551615 134725278 0 0 4096 3 0 0 0 17 0 0 0
/proc/19426/statm: 2020 1902 79 151 0 1866 0
Current children cumulated CPU time (s) 29.36
Current children cumulated vsize (KiB) 24952

Child status: 0
Real time (s): 29.8065
CPU time (s): 29.3805
CPU user time (s): 29.0516
CPU system time (s): 0.328949
CPU usage (%): 98.5709
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0516
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42298
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= 3371
involuntary context switches= 3529

runsolver used 0.044993 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-13 02:21:54
IDJOB=1114819
IDBENCH=61781
IDSOLVER=367
FILE ID=node19/1114819-1215908514
PBS_JOBID= 7903688
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 893ec0d8b9b6ef3270f5a29b61e39a4e
RANDOM SEED=571076262

node19.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.279
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.279
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:       1925040 kB
Buffers:         11692 kB
Cached:          49728 kB
SwapCached:       5492 kB
Active:          52820 kB
Inactive:        30024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1925040 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:             964 kB
Writeback:           0 kB
Mapped:          37684 kB
Slab:            32964 kB
Committed_AS:   264284 kB
PageTables:       2112 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= 66560 MiB
End job on node19 at 2008-07-13 02:22:24