Trace number 1109786

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+minisatMSAT (TO)16 3600.09 3632.43

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-17-3.xml
MD5SUM10e52fb937aba3eef4652d1b52d5e1e7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables136
Number of constraints680
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension680
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 23:07:53 2008
0.00/0.04	c 0	PID 13700
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109786-1215810473.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109786-1215810473.xml' 'HOME/temp.csp'
0.04/0.42	c 1	1 domains, 136 variables, 1 predicates, 0 relations, 680 constraints
0.04/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.55	c 1	Parsing HOME/temp.csp
0.41/0.70	c 1	parsed 818 expressions
0.41/0.70	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.71	c 1	MAX CSP: 680 constraints
0.41/0.71	c 1	Converting to clausal form CSP
0.41/0.75	c 1	converted 151 (10%) expressions
0.41/0.82	c 1	converted 301 (20%) expressions
0.41/0.91	c 1	converted 451 (30%) expressions
0.41/0.93	c 1	converted 601 (40%) expressions
0.41/0.94	c 1	converted 751 (50%) expressions
0.41/0.95	c 1	converted 901 (60%) expressions
0.41/0.96	c 1	converted 1051 (70%) expressions
0.41/0.97	c 1	converted 1201 (80%) expressions
0.41/0.98	c 1	converted 1351 (90%) expressions
0.91/1.07	c 1	converted 1501 (100%) expressions
0.91/1.08	c 1	CSP : 1496 integers, 0 booleans, 2039 clauses, largest domain size 1021
0.91/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.08	c 1	Propagation in CSP
1.02/1.13	c 1	676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.13	c 1	CSP : 1496 integers, 0 booleans, 2039 clauses, largest domain size 681
1.02/1.13	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.16	c 1	CSP : 1496 integers, 4080 booleans, 6119 clauses, largest domain size 681
1.02/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.22	c 1	150 (10%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.11/1.22	c 1	300 (20%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.11/1.22	c 1	449 (30%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.11/1.23	c 1	599 (40%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.11/1.23	c 1	748 (50%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.11/1.24	c 2	898 (60%) CSP integer variables are encoded (4490 clauses, 57961 bytes)
1.11/1.24	c 2	1048 (70%) CSP integer variables are encoded (7273 clauses, 94140 bytes)
1.11/1.25	c 2	1197 (80%) CSP integer variables are encoded (8941 clauses, 116041 bytes)
1.11/1.25	c 2	1347 (90%) CSP integer variables are encoded (9992 clauses, 131806 bytes)
1.11/1.25	c 2	1496 (100%) CSP integer variables are encoded (11357 clauses, 152281 bytes)
1.11/1.28	c 2	612 (10%) CSP clauses are encoded (13019 clauses, 177437 bytes)
1.21/1.30	c 2	1224 (20%) CSP clauses are encoded (14681 clauses, 203257 bytes)
1.21/1.32	c 2	1836 (30%) CSP clauses are encoded (16341 clauses, 229185 bytes)
1.21/1.33	c 2	2448 (40%) CSP clauses are encoded (18003 clauses, 255360 bytes)
1.21/1.33	c 2	3060 (50%) CSP clauses are encoded (19663 clauses, 282627 bytes)
1.21/1.34	c 2	3672 (60%) CSP clauses are encoded (21325 clauses, 309993 bytes)
1.21/1.35	c 2	4284 (70%) CSP clauses are encoded (22985 clauses, 337357 bytes)
1.31/1.49	c 2	4896 (80%) CSP clauses are encoded (62091 clauses, 1014059 bytes)
2.10/2.25	c 3	5508 (90%) CSP clauses are encoded (504215 clauses, 9139192 bytes)
2.30/2.47	c 3	6119 (100%) CSP clauses are encoded (624719 clauses, 11688780 bytes)
2.30/2.47	c 3	6119 CSP clauses encoded
2.30/2.47	c 3	Writing map file : HOME/temp.map
2.30/2.49	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.49	c 3	SAT : 16933 SAT variables, 624719 SAT clauses, 11688780 bytes
2.30/2.49	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.52	c 3	OBJECTIVE minimize _COST
2.39/2.52	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.39/2.52	c 3	SEARCHING: _COST <= 340
2.39/2.52	c 3	SOLVING HOME/temp.cnf
2.39/2.52	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.39/2.52	c 3	This is MiniSat 2.0 beta
2.39/2.52	c 3	WARNING: for repeatability, setting FPU to use double precision
2.39/2.52	c 3	============================[ Problem Statistics ]=============================
2.39/2.52	c 3	|                                                                             |
2.39/2.52	c 3	|  Number of variables:  16933                                                |
2.39/2.52	c 3	|  Number of clauses:    624720                                               |
2.41/2.84	c 3	|  Parsing time:         0.26         s                                       |
2.41/3.05	c 3	============================[ Search Statistics ]==============================
2.41/3.05	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/3.05	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/3.05	c 3	===============================================================================
2.41/3.05	c 3	|         0 |   13533   403115  1179286 |   134371        0    nan |  0.000 % |
2.41/3.11	c 3	|       100 |   13533   403115  1179286 |   147808      100      7 | 20.079 % |
2.41/3.14	c 3	|       250 |   13533   403115  1179286 |   162589      250      7 | 20.079 % |
2.41/3.17	c 3	===============================================================================
2.41/3.17	c 3	restarts              : 3
2.41/3.17	c 3	conflicts             : 268            (454 /sec)
2.41/3.17	c 3	decisions             : 19653          (0.43 % random) (33259 /sec)
2.41/3.17	c 3	propagations          : 108482         (183585 /sec)
2.41/3.17	c 3	conflict literals     : 1903           (1.09 % deleted)
2.41/3.17	c 3	Memory used           : 26.57 MB
2.41/3.17	c 3	CPU time              : 0.59091 s
2.41/3.17	c 3	
2.41/3.17	c 3	SATISFIABLE
2.41/3.18	c 3	FOUND: _COST <= 340
2.41/3.18	s SATISFIABLE
2.41/3.18	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.41/3.18	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.06/3.26	c 4	Decoding HOME/temp.out
3.16/3.39	c 4	OBJECTIVE _COST 293
3.16/3.39	o 293
3.25/3.40	v 2 0 1 2 2 1 1 1 2 2 2 2 0 2 0 2 1 2 2 2 2 2 2 1 2 1 0 2 2 2 2 2 2 2 2 0 1 2 2 2 2 2 0 1 2 2 2 2 2 2 2 2 2 0 2 2 2 2 1 2 2 2 1 2 1 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 0 2 2 2 2 1 0 2 2 1 2 2 2 0 2 1 1 0 2 1 2 2 2 1 2 2 2 1 2 2 2 2 2 2 2 2 2 2 1 1 0 0 2 0 1 1 1 2 2 2 2 2 2
3.25/3.40	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.25/3.45	c 4	OBJECTIVE BOUND: 0 <= _COST <= 293
3.25/3.45	c 4	SEARCHING: _COST <= 146
3.25/3.45	c 4	SOLVING HOME/temp.cnf
3.25/3.45	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.25/3.45	c 4	This is MiniSat 2.0 beta
3.25/3.45	c 4	WARNING: for repeatability, setting FPU to use double precision
3.25/3.46	c 4	============================[ Problem Statistics ]=============================
3.25/3.46	c 4	|                                                                             |
3.25/3.46	c 4	|  Number of variables:  16933                                                |
3.25/3.46	c 4	|  Number of clauses:    624720                                               |
3.29/3.78	c 4	|  Parsing time:         0.29         s                                       |
3.29/4.08	c 4	============================[ Search Statistics ]==============================
3.29/4.08	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/4.08	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/4.08	c 4	===============================================================================
3.29/4.08	c 4	|         0 |   11327   234962   681251 |    78320        0    nan |  0.000 % |
3.29/4.12	c 4	|       101 |   11327   234962   681251 |    86152      101      7 | 33.107 % |
3.29/4.15	c 4	|       251 |   11327   234962   681251 |    94768      251      7 | 33.107 % |
3.29/4.22	c 4	|       476 |   11327   234962   681251 |   104244      476      7 | 33.107 % |
4.12/4.35	c 5	|       813 |   11327   234962   681251 |   114669      813      7 | 33.107 % |
4.22/4.49	c 5	|      1320 |   11327   234962   681251 |   126136     1320      7 | 33.107 % |
4.31/4.53	c 5	===============================================================================
4.31/4.53	c 5	restarts              : 6
4.31/4.53	c 5	conflicts             : 1481           (1444 /sec)
4.31/4.53	c 5	decisions             : 102297         (0.56 % random) (99720 /sec)
4.31/4.53	c 5	propagations          : 753472         (734490 /sec)
4.31/4.53	c 5	conflict literals     : 10923          (1.69 % deleted)
4.31/4.53	c 5	Memory used           : 26.96 MB
4.31/4.53	c 5	CPU time              : 1.02584 s
4.31/4.53	c 5	
4.31/4.53	c 5	SATISFIABLE
4.31/4.54	c 5	FOUND: _COST <= 146
4.31/4.54	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.31/4.54	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.36/4.62	c 5	Decoding HOME/temp.out
4.36/4.75	c 5	OBJECTIVE _COST 146
4.36/4.75	o 146
4.36/4.75	v 0 1 2 1 1 0 2 1 0 2 2 1 0 0 0 1 2 0 1 2 2 0 2 1 2 1 2 2 1 2 2 2 2 2 0 1 0 1 2 1 2 1 2 2 2 1 2 1 2 0 2 0 0 1 1 2 2 1 2 0 2 2 2 1 0 2 2 0 2 2 1 2 2 2 2 2 2 2 0 0 0 2 1 1 0 1 0 2 2 2 2 2 2 0 1 2 0 2 1 2 0 1 0 2 2 2 1 0 1 2 1 2 2 2 2 1 2 2 2 0 2 1 2 2 0 2 2 2 1 2 2 1 2 2 1 1
4.36/4.76	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.36/4.81	c 5	OBJECTIVE BOUND: 0 <= _COST <= 146
4.36/4.81	c 5	SEARCHING: _COST <= 73
4.36/4.81	c 5	SOLVING HOME/temp.cnf
4.36/4.81	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.36/4.81	c 5	This is MiniSat 2.0 beta
4.36/4.81	c 5	WARNING: for repeatability, setting FPU to use double precision
4.36/4.81	c 5	============================[ Problem Statistics ]=============================
4.36/4.81	c 5	|                                                                             |
4.36/4.81	c 5	|  Number of variables:  16933                                                |
4.36/4.81	c 5	|  Number of clauses:    624720                                               |
4.57/5.15	c 5	|  Parsing time:         0.29         s                                       |
5.14/5.47	c 6	============================[ Search Statistics ]==============================
5.14/5.47	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.14/5.47	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.14/5.47	c 6	===============================================================================
5.14/5.47	c 6	|         0 |   10221   139159   397087 |    46386        0    nan |  0.000 % |
5.24/5.51	c 6	|       100 |   10221   139159   397087 |    51024      100      7 | 39.639 % |
5.24/5.53	c 6	|       250 |   10221   139159   397087 |    56127      250      8 | 39.639 % |
5.24/5.57	c 6	|       475 |   10221   139159   397087 |    61740      475      7 | 39.639 % |
5.33/5.61	c 6	|       812 |   10221   139159   397087 |    67914      812      9 | 39.639 % |
5.33/5.66	c 6	|      1318 |   10221   139159   397087 |    74705     1318      9 | 39.639 % |
5.43/5.74	c 6	|      2077 |   10221   139159   397087 |    82176     2077     11 | 39.639 % |
5.53/5.84	c 6	===============================================================================
5.53/5.84	c 6	restarts              : 7
5.53/5.84	c 6	conflicts             : 2922           (3032 /sec)
5.53/5.84	c 6	decisions             : 98878          (0.52 % random) (102586 /sec)
5.53/5.84	c 6	propagations          : 668313         (693376 /sec)
5.53/5.84	c 6	conflict literals     : 31893          (2.73 % deleted)
5.53/5.84	c 6	Memory used           : 27.11 MB
5.53/5.84	c 6	CPU time              : 0.963853 s
5.53/5.84	c 6	
5.53/5.84	c 6	SATISFIABLE
5.53/5.85	c 6	FOUND: _COST <= 73
5.53/5.85	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.53/5.85	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.59/5.93	c 6	Decoding HOME/temp.out
5.59/6.06	c 6	OBJECTIVE _COST 73
5.59/6.06	o 73
5.59/6.07	v 0 0 1 2 2 1 2 2 1 0 1 1 1 0 0 0 2 2 2 0 2 1 2 1 2 2 0 2 1 1 2 1 0 0 1 1 2 2 1 2 0 2 2 2 2 0 1 2 2 2 2 0 2 0 2 2 2 2 1 1 1 0 2 1 1 2 0 2 0 1 2 0 1 0 0 0 2 1 1 2 2 0 1 2 0 2 0 2 1 1 0 1 2 2 2 1 1 2 2 2 1 0 1 2 2 0 2 2 1 2 0 2 0 2 1 2 2 0 1 1 2 0 2 1 2 0 0 1 0 1 0 2 1 2 2 1
5.59/6.07	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.59/6.12	c 6	OBJECTIVE BOUND: 0 <= _COST <= 73
5.59/6.12	c 6	SEARCHING: _COST <= 36
5.59/6.12	c 6	SOLVING HOME/temp.cnf
5.59/6.12	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.59/6.12	c 6	This is MiniSat 2.0 beta
5.59/6.12	c 6	WARNING: for repeatability, setting FPU to use double precision
5.59/6.12	c 6	============================[ Problem Statistics ]=============================
5.59/6.12	c 6	|                                                                             |
5.59/6.12	c 6	|  Number of variables:  16933                                                |
5.59/6.12	c 6	|  Number of clauses:    624720                                               |
5.81/6.46	c 7	|  Parsing time:         0.29         s                                       |
6.37/6.78	c 7	============================[ Search Statistics ]==============================
6.37/6.78	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.37/6.78	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.37/6.78	c 7	===============================================================================
6.37/6.78	c 7	|         0 |    9346    82281   229041 |    27427        0    nan |  0.000 % |
6.47/6.81	c 7	|       100 |    9346    82281   229041 |    30169      100      8 | 44.806 % |
6.47/6.83	c 7	|       250 |    9346    82281   229041 |    33186      250      7 | 44.806 % |
6.47/6.86	c 7	|       475 |    9346    82281   229041 |    36505      475      7 | 44.806 % |
6.47/6.89	c 7	|       812 |    9346    82281   229041 |    40155      812      9 | 44.806 % |
6.57/6.93	c 7	|      1318 |    9346    82281   229041 |    44171     1318      9 | 44.806 % |
6.67/7.00	c 7	|      2077 |    9346    82281   229041 |    48588     2077      9 | 44.806 % |
6.76/7.12	c 7	|      3216 |    9346    82281   229041 |    53447     3216     13 | 44.806 % |
6.96/7.32	c 8	|      4925 |    9346    82281   229041 |    58792     4925     23 | 44.806 % |
7.26/7.66	c 8	|      7487 |    9346    82281   229041 |    64671     7487     35 | 44.806 % |
7.95/8.34	c 9	|     11333 |    9346    82281   229041 |    71138    11333     50 | 44.806 % |
9.24/9.66	c 10	|     17100 |    9346    82281   229041 |    78252    17100     67 | 44.806 % |
9.34/9.75	c 10	===============================================================================
9.34/9.75	c 10	restarts              : 12
9.34/9.75	c 10	conflicts             : 17630          (4968 /sec)
9.34/9.75	c 10	decisions             : 144012         (0.61 % random) (40584 /sec)
9.34/9.75	c 10	propagations          : 3989443        (1124274 /sec)
9.34/9.75	c 10	conflict literals     : 1155081        (7.56 % deleted)
9.34/9.75	c 10	Memory used           : 27.22 MB
9.34/9.75	c 10	CPU time              : 3.54846 s
9.34/9.75	c 10	
9.34/9.76	c 10	SATISFIABLE
9.34/9.76	c 10	FOUND: _COST <= 36
9.34/9.76	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.34/9.76	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.43/9.85	c 10	Decoding HOME/temp.out
9.53/9.98	c 10	OBJECTIVE _COST 36
9.53/9.98	o 36
9.53/9.98	v 2 0 0 2 1 0 2 2 1 1 1 2 1 2 1 0 0 2 1 2 1 1 1 0 2 2 0 2 1 1 2 1 0 0 1 2 2 1 2 2 1 2 1 1 2 0 1 2 0 1 0 1 0 0 1 0 2 2 2 2 2 0 1 1 2 1 1 2 0 0 1 1 2 2 2 0 2 2 1 0 2 0 2 2 1 1 2 1 0 0 2 0 1 2 1 2 1 2 2 0 0 0 1 1 0 0 2 1 2 2 1 2 2 0 1 0 0 2 1 0 1 2 0 1 2 0 0 2 2 0 1 2 1 2 2 1
9.53/9.99	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.61/10.03	c 10	OBJECTIVE BOUND: 0 <= _COST <= 36
9.61/10.03	c 10	SEARCHING: _COST <= 18
9.61/10.03	c 10	SOLVING HOME/temp.cnf
9.61/10.03	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.61/10.04	c 10	This is MiniSat 2.0 beta
9.61/10.04	c 10	WARNING: for repeatability, setting FPU to use double precision
9.61/10.04	c 10	============================[ Problem Statistics ]=============================
9.61/10.04	c 10	|                                                                             |
9.61/10.04	c 10	|  Number of variables:  16933                                                |
9.61/10.04	c 10	|  Number of clauses:    624720                                               |
9.63/10.38	c 11	|  Parsing time:         0.31         s                                       |
9.63/10.69	c 11	============================[ Search Statistics ]==============================
9.63/10.69	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.63/10.69	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.63/10.69	c 11	===============================================================================
9.63/10.69	c 11	|         0 |    8597    51966   140325 |    17322        0    nan |  0.000 % |
9.63/10.73	c 11	|       100 |    8597    51966   140325 |    19054      100      8 | 49.229 % |
9.63/10.74	c 11	|       251 |    8597    51966   140325 |    20959      251      7 | 49.229 % |
9.63/10.77	c 11	|       477 |    8597    51966   140325 |    23055      477      7 | 49.229 % |
9.63/10.80	c 11	|       814 |    8597    51966   140325 |    25361      814      7 | 49.229 % |
9.63/10.84	c 11	|      1320 |    8597    51966   140325 |    27897     1320      8 | 49.229 % |
10.47/10.95	c 11	|      2079 |    8597    51966   140325 |    30686     2079     15 | 49.229 % |
10.58/11.07	c 11	|      3221 |    8597    51966   140325 |    33755     3221     14 | 49.229 % |
10.77/11.23	c 11	|      4930 |    8597    51966   140325 |    37131     4930     17 | 49.229 % |
11.07/11.56	c 12	|      7493 |    8597    51966   140325 |    40844     7493     30 | 49.229 % |
12.06/12.50	c 13	|     11337 |    8597    51966   140325 |    44928    11337     54 | 49.229 % |
13.54/14.03	c 14	|     17105 |    8597    51966   140325 |    49421    17105     68 | 49.229 % |
16.42/16.93	c 17	|     25754 |    8597    51966   140325 |    54363    25754     80 | 49.229 % |
22.57/23.19	c 23	|     38728 |    8597    51966   140325 |    59800    38728     94 | 49.229 % |
35.83/36.56	c 37	|     58192 |    8597    51966   140325 |    65780    58192    101 | 49.229 % |
60.30/61.28	c 62	|     87384 |    8597    51966   140325 |    72358    23641    134 | 49.229 % |
95.07/96.31	c 97	|    131173 |    8597    51966   140325 |    79594    67430    138 | 49.229 % |
162.12/164.01	c 164	|    196858 |    8597    51966   140325 |    87553    56712    121 | 49.229 % |
258.32/261.13	c 261	|    295384 |    8597    51966   140325 |    96308    70244    186 | 49.229 % |
416.72/421.00	c 421	|    443173 |    8597    51966   140325 |   105939    37389     95 | 49.229 % |
431.98/436.48	c 437	===============================================================================
431.98/436.48	c 437	restarts              : 20
431.98/436.48	c 437	conflicts             : 466023         (1104 /sec)
431.98/436.48	c 437	decisions             : 856097         (0.79 % random) (2027 /sec)
431.98/436.48	c 437	propagations          : 200499760      (474829 /sec)
431.98/436.48	c 437	conflict literals     : 62155964       (14.84 % deleted)
431.98/436.48	c 437	Memory used           : 87.32 MB
431.98/436.48	c 437	CPU time              : 422.257 s
431.98/436.48	c 437	
431.98/436.49	c 437	SATISFIABLE
432.07/436.51	c 437	FOUND: _COST <= 18
432.07/436.51	c 437	DECODING HOME/temp.out WITH HOME/temp.map
432.07/436.51	c 437	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
432.07/436.59	c 437	Decoding HOME/temp.out
432.36/436.87	c 437	OBJECTIVE _COST 18
432.36/436.87	o 18
432.36/436.88	v 2 1 1 1 1 0 2 0 2 2 0 2 0 0 1 1 1 2 1 2 1 1 2 1 0 0 0 0 1 2 0 2 0 2 2 2 2 2 0 0 1 0 1 0 1 2 0 0 0 1 1 2 2 2 1 2 0 0 2 2 0 2 2 1 1 0 1 0 2 0 1 1 0 1 0 2 0 0 1 0 2 2 1 0 0 2 2 2 2 2 1 1 0 0 0 1 0 2 1 1 0 1 1 2 2 2 0 0 1 2 0 0 2 1 1 2 1 2 1 2 2 1 2 1 1 1 1 0 2 2 1 1 2 0 2 2
432.46/436.91	c 437	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
432.46/436.92	c 437	OBJECTIVE BOUND: 0 <= _COST <= 18
432.46/436.92	c 437	SEARCHING: _COST <= 9
432.46/436.92	c 437	SOLVING HOME/temp.cnf
432.46/436.92	c 437	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
432.46/436.92	c 437	This is MiniSat 2.0 beta
432.46/436.92	c 437	WARNING: for repeatability, setting FPU to use double precision
432.46/436.92	c 437	============================[ Problem Statistics ]=============================
432.46/436.92	c 437	|                                                                             |
432.46/436.93	c 437	|  Number of variables:  16933                                                |
432.46/436.93	c 437	|  Number of clauses:    624720                                               |
432.49/437.27	c 438	|  Parsing time:         0.30         s                                       |
432.49/437.58	c 438	============================[ Search Statistics ]==============================
432.49/437.58	c 438	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
432.49/437.58	c 438	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
432.49/437.58	c 438	===============================================================================
432.49/437.58	c 438	|         0 |    7891    35379    92673 |    11793        0    nan |  0.000 % |
432.49/437.61	c 438	|       100 |    7891    35379    92673 |    12972      100      7 | 53.399 % |
432.49/437.63	c 438	|       250 |    7891    35379    92673 |    14269      250      7 | 53.399 % |
432.49/437.65	c 438	|       476 |    7891    35379    92673 |    15696      476      7 | 53.399 % |
432.49/437.67	c 438	|       813 |    7891    35379    92673 |    17266      813      9 | 53.399 % |
433.25/437.71	c 438	|      1319 |    7891    35379    92673 |    18992     1319     10 | 53.399 % |
433.25/437.78	c 438	|      2079 |    7891    35379    92673 |    20892     2079     10 | 53.399 % |
433.35/437.87	c 438	|      3218 |    7891    35379    92673 |    22981     3218     18 | 53.399 % |
433.55/438.06	c 438	|      4927 |    7891    35379    92673 |    25279     4927     21 | 53.399 % |
433.94/438.41	c 439	|      7490 |    7891    35379    92673 |    27807     7490     32 | 53.399 % |
434.74/439.23	c 439	|     11334 |    7891    35379    92673 |    30588    11334     52 | 53.399 % |
436.12/440.63	c 441	|     17100 |    7891    35379    92673 |    33646    17100     67 | 53.399 % |
439.39/443.97	c 444	|     25751 |    7891    35379    92673 |    37011    25751     80 | 53.399 % |
447.01/451.65	c 452	|     38725 |    7891    35379    92673 |    40712    38725     95 | 53.399 % |
459.40/464.10	c 464	|     58186 |    7891    35379    92673 |    44783    18728    108 | 53.399 % |
476.53/481.48	c 482	|     87379 |    7891    35379    92673 |    49262    47921    124 | 53.399 % |
507.04/512.29	c 513	|    131169 |    7891    35379    92673 |    54188    43104    128 | 53.399 % |
563.40/569.19	c 569	|    196853 |    7891    35379    92673 |    59607    56999    150 | 53.399 % |
637.40/643.82	c 644	|    295380 |    7891    35379    92673 |    65568    40439    132 | 53.399 % |
789.76/797.64	c 798	|    443169 |    7891    35379    92673 |    72124    67945    138 | 53.399 % |
1011.46/1021.43	c 1022	|    664852 |    7891    35379    92673 |    79337    25117     89 | 53.399 % |
1402.95/1416.67	c 1417	|    997377 |    7891    35379    92673 |    87271    67463    150 | 53.399 % |
2025.96/2045.51	c 2046	|   1496167 |    7891    35379    92673 |    95998    81369    137 | 53.399 % |
2906.61/2934.59	c 2935	|   2244349 |    7891    35379    92673 |   105598    19891    106 | 53.399 % |
3600.09/3632.41	c ERROR INTERRUPTED
3600.09/3632.43	c 3633	CPU 431.79 (0.05 0.01 431.74 0.69)
3600.09/3632.43	c 3633	END Sat Jul 12 00:08:26 2008

Verifier Data (download as text)

OK	16	664
16 unsatisfied constraints, 664 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-1109786-1215810473/watcher-1109786-1215810473 -o /tmp/evaluation-result-1109786-1215810473/solver-1109786-1215810473 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109786-1215810473.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.00 2.00 1.93 4/81 13700
/proc/meminfo: memFree=1807184/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=12268 CPUtime=0
/proc/13700/stat : 13700 (sugar) R 13698 13700 13421 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37750219 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13700/statm: 3067 316 241 3 0 167 0

[startup+0.069364 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 13700
/proc/meminfo: memFree=1807184/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13600 CPUtime=0.04
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37750219 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102366 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 13700
/proc/meminfo: memFree=1807184/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13600 CPUtime=0.04
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37750219 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301394 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 13700
/proc/meminfo: memFree=1807184/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13600 CPUtime=0.04
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37750219 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70149 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 13700
/proc/meminfo: memFree=1807184/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13600 CPUtime=0.41
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 974 4702 0 1 3 1 34 3 15 0 1 0 37750219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.00 2.00 1.93 5/92 13722
/proc/meminfo: memFree=1792824/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13600 CPUtime=0.41
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 974 4702 0 1 3 1 34 3 15 0 1 0 37750219 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3400 797 370 3 0 500 0
[pid=13713] ppid=13700 vsize=5356 CPUtime=0
/proc/13713/stat : 13713 (sh) S 13700 13700 13421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37750267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13713/statm: 1339 233 193 169 0 50 0
[pid=13714] ppid=13713 vsize=868496 CPUtime=0.99
/proc/13714/stat : 13714 (java) S 13713 13700 13421 0 -1 0 7047 0 1 0 95 4 0 0 18 0 9 0 37750267 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13714/statm: 217124 6237 2562 9 0 211671 0
[pid=13714/tid=13715] ppid=13713 vsize=868496 CPUtime=0.63
/proc/13714/task/13715/stat : 13715 (java) R 13713 13700 13421 0 -1 64 2756 0 1 0 61 2 0 0 20 0 9 0 37750268 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13716] ppid=13713 vsize=868496 CPUtime=0.08
/proc/13714/task/13716/stat : 13716 (java) R 13713 13700 13421 0 -1 64 2115 0 0 0 8 0 0 0 16 0 9 0 37750269 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13717] ppid=13713 vsize=868496 CPUtime=0
/proc/13714/task/13717/stat : 13717 (java) S 13713 13700 13421 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37750269 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13718] ppid=13713 vsize=868496 CPUtime=0
/proc/13714/task/13718/stat : 13718 (java) S 13713 13700 13421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37750269 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13719] ppid=13713 vsize=868496 CPUtime=0
/proc/13714/task/13719/stat : 13719 (java) S 13713 13700 13421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37750271 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13720] ppid=13713 vsize=868496 CPUtime=0.24
/proc/13714/task/13720/stat : 13720 (java) S 13713 13700 13421 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 37750271 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13721] ppid=13713 vsize=868496 CPUtime=0
/proc/13714/task/13721/stat : 13721 (java) S 13713 13700 13421 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37750271 889339904 6237 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13714/tid=13722] ppid=13713 vsize=868496 CPUtime=0
/proc/13714/task/13722/stat : 13722 (java) S 13713 13700 13421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37750271 889339904 6237 996147200 134512640 134550740 4294955936 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) 887452

[startup+3.10278 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 13722
/proc/meminfo: memFree=1782392/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=2.41
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1074 12375 0 2 4 1 219 17 15 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 13732

[startup+6.30121 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13748
/proc/meminfo: memFree=1766200/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=5.81
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1425 44989 0 5 4 1 536 40 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 13732

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1766136/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13771] ppid=13700 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37751223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=27780 CPUtime=2.61
/proc/13772/stat : 13772 (minisat) R 13771 13700 13421 0 -1 4194304 6768 0 0 0 259 2 0 0 25 0 1 0 37751223 28446720 6754 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6945 6754 76 150 0 6792 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 46868

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1762424/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13771] ppid=13700 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37751223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=31852 CPUtime=15.3
/proc/13772/stat : 13772 (minisat) R 13771 13700 13421 0 -1 4194304 7764 0 0 0 1527 3 0 0 25 0 1 0 37751223 32616448 7750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 7963 7750 76 150 0 7810 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 50940

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1745528/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13771] ppid=13700 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37751223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=48736 CPUtime=40.65
/proc/13772/stat : 13772 (minisat) R 13771 13700 13421 0 -1 4194304 11992 0 0 0 4059 6 0 0 25 0 1 0 37751223 49905664 11978 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 12184 11978 76 150 0 12031 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 67824

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1737016/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13771] ppid=13700 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37751223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=56828 CPUtime=91.37
/proc/13772/stat : 13772 (minisat) R 13771 13700 13421 0 -1 4194304 14020 0 0 0 9129 8 0 0 25 0 1 0 37751223 58191872 14006 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 14207 14006 76 150 0 14054 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 75916

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1727736/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13771] ppid=13700 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37751223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=66136 CPUtime=150.8
/proc/13772/stat : 13772 (minisat) R 13771 13700 13421 0 -1 4194304 16308 0 0 0 15070 10 0 0 25 0 1 0 37751223 67723264 16294 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 16534 16294 76 150 0 16381 0
Current children cumulated CPU time (s) 160.44
Current children cumulated vsize (KiB) 85224

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1717432/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13771] ppid=13700 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37751223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=76316 CPUtime=210.24
/proc/13772/stat : 13772 (minisat) R 13771 13700 13421 0 -1 4194304 18871 0 0 0 21011 13 0 0 25 0 1 0 37751223 78147584 18857 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 19079 18857 76 150 0 18926 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 95404

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 13772
/proc/meminfo: memFree=1712952/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=9.64
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1540 55953 0 6 5 1 910 48 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=98904 CPUtime=2640.35
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 24367 0 0 0 264012 23 0 0 25 0 1 0 37793912 101277696 24353 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/13784/statm: 24726 24353 76 150 0 24573 0
Current children cumulated CPU time (s) 3072.84
Current children cumulated vsize (KiB) 117992

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 13786
/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=98904 CPUtime=2699.79
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 24367 0 0 0 269956 23 0 0 25 0 1 0 37793912 101277696 24353 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 1 0 0
/proc/13784/statm: 24726 24353 76 150 0 24573 0
Current children cumulated CPU time (s) 3132.28
Current children cumulated vsize (KiB) 117992

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 13792
/proc/meminfo: memFree=1685688/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=106408 CPUtime=2759.21
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26247 0 0 0 275896 25 0 0 25 0 1 0 37793912 108961792 26233 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13784/statm: 26602 26233 76 150 0 26449 0
Current children cumulated CPU time (s) 3191.7
Current children cumulated vsize (KiB) 125496

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 13792
/proc/meminfo: memFree=1685624/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=106408 CPUtime=2818.65
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26247 0 0 0 281840 25 0 0 25 0 1 0 37793912 108961792 26233 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/13784/statm: 26602 26233 76 150 0 26449 0
Current children cumulated CPU time (s) 3251.14
Current children cumulated vsize (KiB) 125496

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 13792
/proc/meminfo: memFree=1684728/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=107596 CPUtime=2878.08
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26537 0 0 0 287782 26 0 0 25 0 1 0 37793912 110178304 26523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13784/statm: 26899 26523 76 150 0 26746 0
Current children cumulated CPU time (s) 3310.57
Current children cumulated vsize (KiB) 126684

[startup+3402.31 s]
/proc/loadavg: 1.93 1.98 1.97 3/83 13830
/proc/meminfo: memFree=1710152/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=108124 CPUtime=2937.59
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26666 0 0 0 293733 26 0 0 25 0 1 0 37793912 110718976 26652 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13784/statm: 27031 26652 76 150 0 26878 0
Current children cumulated CPU time (s) 3370.08
Current children cumulated vsize (KiB) 127212

[startup+3462.3 s]
/proc/loadavg: 2.31 2.06 2.00 3/83 13830
/proc/meminfo: memFree=1627912/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=108124 CPUtime=2997.57
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26666 0 0 0 299730 27 0 0 25 0 1 0 37793912 110718976 26652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13784/statm: 27031 26652 76 150 0 26878 0
Current children cumulated CPU time (s) 3430.06
Current children cumulated vsize (KiB) 127212

[startup+3522.3 s]
/proc/loadavg: 2.39 2.13 2.02 3/83 13830
/proc/meminfo: memFree=1622544/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=108124 CPUtime=3057.54
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26666 0 0 0 305727 27 0 0 25 0 1 0 37793912 110718976 26652 996147200 134512640 135127466 4294956256 18446744073709551615 134527709 0 0 4096 3 0 0 0 17 0 0 0
/proc/13784/statm: 27031 26652 76 150 0 26878 0
Current children cumulated CPU time (s) 3490.03
Current children cumulated vsize (KiB) 127212

[startup+3582.3 s]
/proc/loadavg: 2.53 2.22 2.06 4/83 13830
/proc/meminfo: memFree=1622288/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=108124 CPUtime=3117.51
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 26670 0 0 0 311724 27 0 0 25 0 1 0 37793912 110718976 26656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13784/statm: 27031 26656 76 150 0 26878 0
Current children cumulated CPU time (s) 3550
Current children cumulated vsize (KiB) 127212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 2.46 2.25 2.07 3/83 13830
/proc/meminfo: memFree=1618320/2055920 swapFree=4192812/4192956
[pid=13700] ppid=13698 vsize=13732 CPUtime=432.49
/proc/13700/stat : 13700 (sugar) S 13698 13700 13421 0 -1 4194304 1655 82291 0 7 5 1 43174 69 16 0 1 0 37750219 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13700/statm: 3433 822 374 3 0 533 0
[pid=13783] ppid=13700 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13700 13700 13421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37793912 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=112248 CPUtime=3167.6
/proc/13784/stat : 13784 (minisat) R 13783 13700 13421 0 -1 4194304 27685 0 0 0 316731 29 0 0 25 0 1 0 37793912 114941952 27671 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13784/statm: 28062 27671 76 150 0 27909 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 131336

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13700 and gives
#  childrusage.ru_utime.tv_sec=431
#  childrusage.ru_utime.tv_usec=801356
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=719890
# CPU time returned by wait4() is 432.521
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3632.43
CPU time (s): 3600.09
CPU user time (s): 3599.1
CPU system time (s): 0.99
CPU usage (%): 99.1096
Max. virtual memory (cumulated for all children) (KiB): 887452

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

runsolver used 4.14937 second user time and 12.3991 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-11 23:07:53
IDJOB=1109786
IDBENCH=61013
IDSOLVER=368
FILE ID=node10/1109786-1215810473
PBS_JOBID= 7903295
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-17-3.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109786-1215810473/watcher-1109786-1215810473 -o /tmp/evaluation-result-1109786-1215810473/solver-1109786-1215810473 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109786-1215810473.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10e52fb937aba3eef4652d1b52d5e1e7
RANDOM SEED=885092471

node10.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.236
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.236
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:       1807664 kB
Buffers:         22884 kB
Cached:          60620 kB
SwapCached:          0 kB
Active:         160572 kB
Inactive:        34072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         131304 kB
Slab:            38844 kB
Committed_AS:   272644 kB
PageTables:       2000 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= 66508 MiB
End job on node10 at 2008-07-12 00:08:28