Trace number 1108067

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-incMSAT (TO)3 3600.22 3604.71

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-9_ext.xml
MD5SUMfe46c9484baa424d4d7f5f72464070e9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1585.31
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 17:13:46 2008
0.00/0.08	c 0	PID 14888
0.06/0.08	c 0	HOST node22.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1108067-1215789226.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108067-1215789226.xml' 'HOME/temp.csp'
0.07/0.45	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.59	c 0	Parsing HOME/temp.csp
0.43/0.75	c 0	parsed 1385 expressions
0.43/0.76	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.78	c 0	MAX CSP: 1261 constraints
0.43/0.78	c 0	Converting to clausal form CSP
0.43/0.82	c 0	converted 265 (10%) expressions
0.43/0.87	c 1	converted 530 (20%) expressions
0.43/0.90	c 1	converted 795 (30%) expressions
0.43/0.93	c 1	converted 1060 (40%) expressions
0.90/1.03	c 1	converted 1325 (50%) expressions
0.90/1.09	c 1	converted 1590 (60%) expressions
1.01/1.13	c 1	converted 1855 (70%) expressions
1.01/1.15	c 1	converted 2120 (80%) expressions
1.01/1.18	c 1	converted 2385 (90%) expressions
1.29/1.41	c 1	converted 2649 (100%) expressions
1.29/1.41	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.29/1.41	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.41	c 1	Propagation in CSP
1.29/1.48	c 1	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.49	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.29/1.49	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.29/1.49	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.29/1.49	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.57	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.60	c 1	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.49/1.60	c 1	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.49/1.60	c 1	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.49/1.60	c 1	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.49/1.60	c 1	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.49/1.61	c 1	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.49/1.61	c 1	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.49/1.62	c 1	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.49/1.63	c 1	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.49/1.64	c 1	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.59/1.75	c 1	379 (10%) CSP clauses are encoded (29078 clauses, 452575 bytes)
1.69/1.84	c 1	757 (20%) CSP clauses are encoded (33962 clauses, 574058 bytes)
1.79/1.93	c 2	1135 (30%) CSP clauses are encoded (38876 clauses, 698953 bytes)
1.79/1.99	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911033 bytes)
1.99/2.17	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657245 bytes)
2.08/2.23	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159066 bytes)
2.57/2.73	c 2	2648 (70%) CSP clauses are encoded (452679 clauses, 8466108 bytes)
2.57/2.79	c 2	3026 (80%) CSP clauses are encoded (484665 clauses, 9134614 bytes)
4.26/4.47	c 4	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072155 bytes)
5.65/5.88	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084360 bytes)
5.65/5.88	c 6	3782 CSP clauses encoded
5.65/5.88	c 6	Writing map file : HOME/temp.map
5.75/5.91	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.91	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084360 bytes
5.75/5.91	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.94	c 6	OBJECTIVE minimize _COST
5.75/5.94	c 6	SOLVING HOME/temp.cnf
5.75/5.94	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.75/5.94	c 6	This is MiniSat 2.0 beta incremental
5.75/5.94	c 6	WARNING: for repeatability, setting FPU to use double precision
5.75/5.94	c 6	============================[ Problem Statistics ]=============================
5.75/5.94	c 6	|                                                                             |
5.75/5.94	c 6	|  Number of variables:  27692                                                |
5.75/5.94	c 6	|  Number of clauses:    2074093                                              |
6.63/6.88	c 7	|  Parsing time:         0.82         s                                       |
6.73/6.92	c 7	OK
6.73/6.92	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.73/6.92	c 7	SEARCHING: _COST <= 631
6.73/6.92	c 7	============================[ Search Statistics ]==============================
6.73/6.92	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.73/6.92	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.73/6.92	c 7	===============================================================================
6.73/6.92	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
6.93/7.12	c 7	===============================================================================
6.93/7.12	c 7	restarts              : 1
6.93/7.12	c 7	conflicts             : 13            (12 /sec)
6.93/7.12	c 7	decisions             : 180           (0.56 % random) (172 /sec)
6.93/7.12	c 7	propagations          : 29566          (28324 /sec)
6.93/7.12	c 7	conflict literals     : 171            (25.65 % deleted)
6.93/7.12	c 7	Memory used           : 87.30 MB
6.93/7.12	c 7	CPU time              : 1.04384 s
6.93/7.12	c 7	
6.93/7.12	c 7	SATISFIABLE
6.93/7.13	c 7	OK
6.93/7.13	c 7	FOUND: _COST <= 631
6.93/7.13	s SATISFIABLE
6.93/7.13	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.93/7.13	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'
6.96/7.21	c 7	Decoding HOME/temp.out
6.96/7.38	c 7	OBJECTIVE _COST 358
6.96/7.38	o 358
6.96/7.39	v 0 0 6 5 27 5 27 27 6 27 26 5 20 27 6 20 27 6 22 26 6 26 27 5 6 26 6 23 27 0 24 27 6 19 27 5 25 27 6 26 27 5 26 27 5 19 25 5 25 25 4 24 27 6 21 26 0 12 26 5 6 27 6 13 27 6 13 26 6 14 25 0 13 27 6 20 26 6 27 25 6 7 27 0 14 14 12 14 12 14 14 14 12 14 12 13 12 13 13 13 11 14 14 14 12 14 14 14 12 14 14 14
6.96/7.39	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.96/7.41	c 7	OK
6.96/7.41	c 7	OBJECTIVE BOUND: 0 <= _COST <= 358
6.96/7.41	c 7	SEARCHING: _COST <= 179
7.21/8.93	c 9	============================[ Search Statistics ]==============================
7.21/8.95	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.21/8.95	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.21/8.95	c 9	===============================================================================
7.21/8.95	c 9	|        13 |   27692  2074093  6173015 |   691364       13     13 |  0.000 % |
7.28/9.09	c 9	===============================================================================
7.28/9.09	c 9	restarts              : 2
7.28/9.09	c 9	conflicts             : 37            (30 /sec)
7.28/9.09	c 9	decisions             : 1701          (1.06 % random) (1391 /sec)
7.28/9.09	c 9	propagations          : 91678          (74973 /sec)
7.28/9.09	c 9	conflict literals     : 381            (18.76 % deleted)
7.28/9.09	c 9	Memory used           : 88.07 MB
7.28/9.09	c 9	CPU time              : 1.22281 s
7.28/9.09	c 9	
7.28/9.09	c 9	SATISFIABLE
7.38/9.10	c 9	OK
7.38/9.10	c 9	FOUND: _COST <= 179
7.38/9.10	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.38/9.10	c 9	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.38/9.18	c 9	Decoding HOME/temp.out
7.38/9.53	c 9	OBJECTIVE _COST 117
7.38/9.53	o 117
7.38/9.54	v 0 0 0 13 26 6 5 27 5 26 26 5 27 25 6 22 27 5 6 26 6 12 25 5 19 26 6 14 26 0 25 26 6 5 27 5 21 27 0 23 27 6 12 25 5 22 25 6 25 25 6 18 27 0 23 26 6 24 26 5 20 26 6 19 27 5 27 27 6 23 25 5 27 27 4 24 25 3 26 25 5 23 27 6 14 1 13 13 12 13 12 13 12 14 1 13 14 1 13 12 14 14 1 13 12 13 12 13 11 9 13 12
7.38/9.54	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.83/9.61	c 9	OK
7.83/9.61	c 9	OBJECTIVE BOUND: 0 <= _COST <= 117
7.83/9.61	c 9	SEARCHING: _COST <= 58
7.83/9.61	c 9	============================[ Search Statistics ]==============================
7.83/9.61	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.83/9.61	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.83/9.61	c 9	===============================================================================
7.83/9.61	c 9	|        37 |   17486  2074093  6173015 |   691364       37     10 |  0.000 % |
7.92/9.72	c 9	===============================================================================
7.92/9.72	c 9	restarts              : 3
7.92/9.72	c 9	conflicts             : 96            (71 /sec)
7.92/9.72	c 9	decisions             : 2101          (0.95 % random) (1552 /sec)
7.92/9.72	c 9	propagations          : 214197         (158220 /sec)
7.92/9.72	c 9	conflict literals     : 1798           (23.39 % deleted)
7.92/9.72	c 9	Memory used           : 88.33 MB
7.92/9.72	c 9	CPU time              : 1.35379 s
7.92/9.72	c 9	
7.92/9.72	c 9	SATISFIABLE
7.92/9.73	c 9	OK
7.92/9.73	c 9	FOUND: _COST <= 58
7.92/9.73	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.92/9.73	c 9	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.99/9.82	c 9	Decoding HOME/temp.out
8.19/10.09	c 10	OBJECTIVE _COST 58
8.19/10.09	o 58
8.19/10.09	v 0 0 0 22 26 6 17 27 6 17 26 6 6 25 6 21 27 0 22 26 6 17 25 6 13 26 6 12 25 5 25 26 6 5 27 5 27 27 6 23 27 6 27 25 5 25 25 6 26 25 5 18 27 4 23 26 5 24 26 6 27 26 6 19 27 5 11 26 4 23 25 5 20 27 6 26 25 5 13 25 6 23 27 5 14 1 14 14 14 14 1 14 14 13 12 13 12 12 14 12 13 11 10 12 14 13 11 10 12 14 12 13
8.19/10.10	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.29/10.12	c 10	OK
8.29/10.12	c 10	OBJECTIVE BOUND: 0 <= _COST <= 58
8.29/10.12	c 10	SEARCHING: _COST <= 29
8.29/10.12	c 10	============================[ Search Statistics ]==============================
8.29/10.12	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.29/10.12	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.29/10.12	c 10	===============================================================================
8.29/10.12	c 10	|        96 |   13714  2074093  6173015 |   691364       96     19 |  0.000 % |
8.29/10.15	c 10	===============================================================================
8.29/10.15	c 10	restarts              : 4
8.29/10.15	c 10	conflicts             : 130           (93 /sec)
8.29/10.15	c 10	decisions             : 2506          (0.84 % random) (1799 /sec)
8.29/10.15	c 10	propagations          : 235791         (169294 /sec)
8.29/10.15	c 10	conflict literals     : 2271           (21.15 % deleted)
8.29/10.15	c 10	Memory used           : 88.33 MB
8.29/10.15	c 10	CPU time              : 1.39279 s
8.29/10.15	c 10	
8.29/10.15	c 10	SATISFIABLE
8.29/10.16	c 10	OK
8.29/10.16	c 10	FOUND: _COST <= 29
8.29/10.16	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.29/10.16	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.35/10.24	c 10	Decoding HOME/temp.out
8.35/10.40	c 10	OBJECTIVE _COST 29
8.35/10.40	o 29
8.35/10.40	v 0 0 0 24 26 6 21 27 0 23 26 1 23 25 2 10 27 3 22 26 4 4 25 4 19 26 5 18 25 4 26 26 5 16 27 5 25 27 6 6 27 6 27 25 6 13 25 6 27 25 5 20 27 6 5 26 5 11 26 4 24 26 3 4 27 4 12 26 5 6 25 6 20 27 6 27 25 6 14 25 0 17 27 3 14 1 14 2 4 6 8 10 10 11 10 12 12 12 12 12 13 12 13 11 9 8 10 12 14 14 14 2
8.35/10.41	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.35/10.43	c 10	OK
8.35/10.43	c 10	OBJECTIVE BOUND: 0 <= _COST <= 29
8.35/10.43	c 10	SEARCHING: _COST <= 14
8.35/10.43	c 10	============================[ Search Statistics ]==============================
8.35/10.43	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.35/10.43	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.35/10.43	c 10	===============================================================================
8.35/10.43	c 10	|       130 |   12103  2074093  6173015 |   691364      130     17 |  0.000 % |
8.35/10.45	c 10	|       230 |   12094  2074093  6173015 |   760500      230     17 | 61.336 % |
8.35/10.47	c 10	|       383 |   12094  2074093  6173015 |   836550      383     18 | 61.336 % |
8.35/10.50	c 10	===============================================================================
8.66/10.50	c 10	restarts              : 7
8.66/10.50	c 10	conflicts             : 492           (333 /sec)
8.66/10.50	c 10	decisions             : 3612          (0.61 % random) (2446 /sec)
8.66/10.50	c 10	propagations          : 297730         (201608 /sec)
8.66/10.50	c 10	conflict literals     : 9805           (10.90 % deleted)
8.66/10.50	c 10	Memory used           : 88.33 MB
8.66/10.50	c 10	CPU time              : 1.47677 s
8.66/10.50	c 10	
8.66/10.50	c 10	SATISFIABLE
8.66/10.51	c 10	OK
8.66/10.51	c 10	FOUND: _COST <= 14
8.66/10.51	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.66/10.51	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.66/10.59	c 10	Decoding HOME/temp.out
8.68/10.74	c 10	OBJECTIVE _COST 14
8.68/10.74	o 14
8.68/10.75	v 0 0 0 27 26 6 21 27 0 20 26 6 26 25 5 6 27 6 22 26 6 5 25 5 18 26 4 10 25 3 23 26 2 17 27 3 11 27 4 19 27 5 25 25 4 24 25 3 14 25 4 12 27 5 26 26 6 24 26 6 13 26 6 7 27 0 8 26 1 16 25 2 3 27 3 9 25 2 15 25 1 2 27 2 14 1 14 1 13 12 14 13 11 9 7 6 8 10 11 9 8 10 12 12 14 14 2 4 6 7 5 4
8.68/10.75	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.68/10.77	c 10	OK
8.68/10.77	c 10	OBJECTIVE BOUND: 0 <= _COST <= 14
8.68/10.77	c 10	SEARCHING: _COST <= 7
8.68/10.78	c 10	============================[ Search Statistics ]==============================
8.68/10.78	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.68/10.78	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.68/10.78	c 10	===============================================================================
8.68/10.78	c 10	|       492 |   10707  2074093  6173015 |   691364      492     20 | 61.336 % |
8.68/10.79	c 10	|       592 |   10707  2074093  6173015 |   760500      592     21 | 66.319 % |
8.95/10.81	c 10	===============================================================================
8.95/10.81	c 10	restarts              : 9
8.95/10.81	c 10	conflicts             : 652           (429 /sec)
8.95/10.81	c 10	decisions             : 4137          (0.53 % random) (2722 /sec)
8.95/10.81	c 10	propagations          : 328854         (216384 /sec)
8.95/10.81	c 10	conflict literals     : 13573          (9.75 % deleted)
8.95/10.81	c 10	Memory used           : 88.33 MB
8.95/10.81	c 10	CPU time              : 1.51977 s
8.95/10.81	c 10	
8.95/10.81	c 10	SATISFIABLE
8.95/10.82	c 10	OK
8.95/10.82	c 10	FOUND: _COST <= 7
8.95/10.82	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.95/10.82	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.00/10.92	c 11	Decoding HOME/temp.out
9.30/11.26	c 11	OBJECTIVE _COST 7
9.30/11.26	o 7
9.30/11.27	v 0 0 0 8 26 1 9 27 2 10 26 3 16 25 2 17 27 3 23 26 2 24 25 3 25 26 4 26 25 5 4 26 4 19 27 5 18 27 4 27 27 5 13 25 6 23 25 5 20 25 6 12 27 5 11 26 4 5 26 5 6 26 6 21 27 0 15 26 1 2 25 2 22 27 1 7 25 0 27 25 6 14 27 0 14 2 4 6 7 6 7 6 8 10 11 10 11 10 12 13 12 13 11 10 12 14 2 4 5 3 1 14
9.30/11.27	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.37/11.32	c 11	OK
9.37/11.32	c 11	OBJECTIVE BOUND: 0 <= _COST <= 7
9.37/11.32	c 11	SEARCHING: _COST <= 3
9.37/11.33	c 11	============================[ Search Statistics ]==============================
9.37/11.34	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.37/11.34	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.37/11.34	c 11	===============================================================================
9.37/11.34	c 11	|       652 |    9327  2074093  6173015 |   691364      652     21 | 66.319 % |
9.37/11.34	c 11	|       752 |    9327  2074093  6173015 |   760500      752     20 | 70.941 % |
9.37/11.35	c 11	|       902 |    9327  2074093  6173015 |   836550      902     22 | 70.941 % |
9.37/11.38	c 11	|      1128 |    9327  2074093  6173015 |   920205     1128     24 | 70.941 % |
9.47/11.42	c 11	|      1466 |    9327  2074093  6173015 |  1012226     1466     29 | 70.941 % |
9.47/11.47	c 11	|      1972 |    9327  2074093  6173015 |  1113449     1972     31 | 70.941 % |
9.56/11.53	c 11	|      2732 |    9327  2074093  6173015 |  1224794     2732     31 | 70.941 % |
9.66/11.67	c 11	|      3872 |    9327  2074093  6173015 |  1347273     3872     43 | 70.941 % |
9.87/11.84	c 11	|      5581 |    9327  2074093  6173015 |  1482000     5581     46 | 70.941 % |
10.17/12.19	c 12	|      8144 |    9327  2074093  6173015 |  1630200     8144     51 | 70.941 % |
10.76/12.73	c 12	|     11990 |    9327  2074093  6173015 |  1793221    11990     56 | 70.941 % |
11.65/13.66	c 13	|     17756 |    9327  2074093  6173015 |  1972543    17756     63 | 70.941 % |
11.65/13.69	c 13	===============================================================================
11.65/13.69	c 13	restarts              : 21
11.65/13.69	c 13	conflicts             : 17843         (4621 /sec)
11.65/13.69	c 13	decisions             : 30894         (0.29 % random) (8001 /sec)
11.65/13.69	c 13	propagations          : 1728627        (447667 /sec)
11.65/13.69	c 13	conflict literals     : 1117822        (6.38 % deleted)
11.65/13.69	c 13	Memory used           : 93.00 MB
11.65/13.69	c 13	CPU time              : 3.86141 s
11.65/13.69	c 13	
11.65/13.69	c 13	SATISFIABLE
11.74/13.70	c 13	OK
11.74/13.70	c 13	FOUND: _COST <= 3
11.74/13.70	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.74/13.70	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.75/13.81	c 13	Decoding HOME/temp.out
11.75/13.97	c 14	OBJECTIVE _COST 3
11.75/13.97	o 3
11.75/13.97	v 0 0 0 20 26 6 17 27 5 18 26 4 3 25 3 23 27 2 10 26 3 9 25 2 15 26 1 16 25 2 8 26 1 14 27 0 13 27 6 21 27 0 22 25 1 2 25 2 24 25 3 25 27 4 26 26 5 6 26 6 7 26 0 17 27 6 12 26 5 27 25 6 19 27 5 11 25 4 5 25 5 4 27 4 14 1 13 11 9 7 6 7 5 4 5 3 1 14 2 4 6 8 10 12 14 1 13 12 13 11 10 11
11.75/13.98	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.75/14.00	c 14	OK
11.75/14.00	c 14	OBJECTIVE BOUND: 0 <= _COST <= 3
11.75/14.00	c 14	SEARCHING: _COST <= 1
12.00/14.00	c 14	============================[ Search Statistics ]==============================
12.00/14.01	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.00/14.01	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.00/14.01	c 14	===============================================================================
12.00/14.01	c 14	|     17843 |    8047  2074093  6173015 |   691364    17843     63 | 70.941 % |
12.00/14.02	c 14	|     17943 |    8047  2074093  6173015 |   760500    17943     62 | 76.445 % |
12.00/14.05	c 14	|     18095 |    8047  2074093  6173015 |   836550    18095     62 | 76.445 % |
12.00/14.09	c 14	|     18320 |    8047  2074093  6173015 |   920205    18320     62 | 76.445 % |
12.10/14.13	c 14	|     18657 |    8047  2074093  6173015 |  1012226    18657     61 | 76.445 % |
12.20/14.21	c 14	|     19163 |    8047  2074093  6173015 |  1113449    19163     60 | 76.445 % |
12.30/14.32	c 14	|     19923 |    8047  2074093  6173015 |  1224794    19923     60 | 76.445 % |
12.49/14.51	c 14	|     21063 |    8047  2074093  6173015 |  1347273    21063     60 | 76.445 % |
12.69/14.78	c 14	|     22773 |    8047  2074093  6173015 |  1482000    22773     58 | 76.445 % |
13.28/15.35	c 15	|     25336 |    8047  2074093  6173015 |  1630200    25336     58 | 76.445 % |
14.08/16.18	c 16	|     29180 |    8047  2074093  6173015 |  1793221    29180     57 | 76.445 % |
15.56/17.62	c 17	|     34946 |    8047  2074093  6173015 |  1972543    34946     62 | 76.445 % |
18.04/20.15	c 20	|     43595 |    8047  2074093  6173015 |  2169797    43595     68 | 76.445 % |
22.59/24.77	c 24	|     56570 |    8047  2074093  6173015 |  2386777    56570     75 | 76.445 % |
31.82/34.09	c 34	|     76031 |    8047  2074093  6173015 |  2625454    76031     75 | 76.445 % |
51.43/53.89	c 54	|    105224 |    6523    34638   116899 |  2888000   105175     77 | 76.445 % |
82.53/85.26	c 85	|    149013 |    6523    34638   116899 |  3176800   148964     84 | 76.445 % |
151.45/154.73	c 154	|    214697 |    6523    34638   116899 |  3494480   214648     89 | 76.445 % |
292.10/295.43	c 295	|    313224 |    6523    34638   116899 |  3843928   313175     92 | 76.445 % |
713.94/717.44	c 717	|    461013 |    6523    34638   116899 |  4228321   460964     92 | 76.445 % |
1615.91/1619.73	c 1619	|    682696 |    6523    34638   116899 |  4651153   682647     92 | 76.445 % |
3154.85/3159.21	c 3159	|   1015222 |    6523    34638   116899 |  5116268  1015173    103 | 76.445 % |
3600.09/3604.61	c ERROR INTERRUPTED
3600.09/3604.70	c 3604	CPU 3598.14 (0.07 0.03 3598.07 2.01)
3600.09/3604.70	c 3604	END Fri Jul 11 18:13:50 2008

Verifier Data (download as text)

OK	3	1258
3 unsatisfied constraints, 1258 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-1108067-1215789226/watcher-1108067-1215789226 -o /tmp/evaluation-result-1108067-1215789226/solver-1108067-1215789226 -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-1108067-1215789226.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 2.00 4/73 14888
/proc/meminfo: memFree=1815900/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=12268 CPUtime=0
/proc/14888/stat : 14888 (sugar++) R 14886 14888 14325 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35625066 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 272467982949 0 0 4224 0 0 0 0 17 1 0 0
/proc/14888/statm: 3067 316 241 3 0 167 0

[startup+0.0812949 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14888
/proc/meminfo: memFree=1815900/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16740 CPUtime=0.06
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 35625066 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100997 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14888
/proc/meminfo: memFree=1815900/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16740 CPUtime=0.07
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35625066 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301943 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14888
/proc/meminfo: memFree=1815900/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16740 CPUtime=0.07
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35625066 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701971 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14888
/proc/meminfo: memFree=1815900/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16740 CPUtime=0.43
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1296 4723 0 1 5 2 33 3 16 0 1 0 35625066 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+1.50203 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14910
/proc/meminfo: memFree=1799172/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16740 CPUtime=0.43
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1297 4723 0 1 5 2 33 3 15 0 1 0 35625066 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4185 1104 409 3 0 764 0
[pid=14901] ppid=14888 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14888 14888 14325 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35625117 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14901/statm: 1339 233 193 169 0 50 0
[pid=14902] ppid=14901 vsize=868352 CPUtime=0.96
/proc/14902/stat : 14902 (java) S 14901 14888 14325 0 -1 0 8428 0 1 0 92 4 0 0 18 0 9 0 35625117 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14902/statm: 217088 7670 2540 9 0 211663 0
[pid=14902/tid=14903] ppid=14901 vsize=868352 CPUtime=0.48
/proc/14902/task/14903/stat : 14903 (java) R 14901 14888 14325 0 -1 64 2661 0 1 0 47 1 0 0 20 0 9 0 35625118 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14904] ppid=14901 vsize=868352 CPUtime=0.24
/proc/14902/task/14904/stat : 14904 (java) R 14901 14888 14325 0 -1 64 3619 0 0 0 23 1 0 0 16 0 9 0 35625120 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 102469660 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14905] ppid=14901 vsize=868352 CPUtime=0
/proc/14902/task/14905/stat : 14905 (java) S 14901 14888 14325 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35625120 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14906] ppid=14901 vsize=868352 CPUtime=0
/proc/14902/task/14906/stat : 14906 (java) S 14901 14888 14325 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35625120 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14907] ppid=14901 vsize=868352 CPUtime=0
/proc/14902/task/14907/stat : 14907 (java) S 14901 14888 14325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35625122 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14908] ppid=14901 vsize=868352 CPUtime=0.21
/proc/14902/task/14908/stat : 14908 (java) S 14901 14888 14325 0 -1 64 1456 0 0 0 21 0 0 0 16 0 9 0 35625122 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14909] ppid=14901 vsize=868352 CPUtime=0
/proc/14902/task/14909/stat : 14909 (java) S 14901 14888 14325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35625122 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14910] ppid=14901 vsize=868352 CPUtime=0
/proc/14902/task/14910/stat : 14910 (java) S 14901 14888 14325 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35625122 889192448 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890448

[startup+3.10213 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14910
/proc/meminfo: memFree=1789508/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16740 CPUtime=0.43
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1297 4723 0 1 5 2 33 3 15 0 1 0 35625066 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4185 1104 409 3 0 764 0
[pid=14901] ppid=14888 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14888 14888 14325 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35625117 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14901/statm: 1339 233 193 169 0 50 0
[pid=14902] ppid=14901 vsize=868464 CPUtime=2.54
/proc/14902/stat : 14902 (java) S 14901 14888 14325 0 -1 0 8860 0 1 0 244 10 0 0 18 0 9 0 35625117 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14902/statm: 217116 7775 2565 9 0 211663 0
[pid=14902/tid=14903] ppid=14901 vsize=868464 CPUtime=1.84
/proc/14902/task/14903/stat : 14903 (java) R 14901 14888 14325 0 -1 64 3037 0 1 0 178 6 0 0 25 0 9 0 35625118 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14904] ppid=14901 vsize=868464 CPUtime=0.4
/proc/14902/task/14904/stat : 14904 (java) S 14901 14888 14325 0 -1 64 3640 0 0 0 38 2 0 0 16 0 9 0 35625120 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14905] ppid=14901 vsize=868464 CPUtime=0
/proc/14902/task/14905/stat : 14905 (java) S 14901 14888 14325 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35625120 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14906] ppid=14901 vsize=868464 CPUtime=0
/proc/14902/task/14906/stat : 14906 (java) S 14901 14888 14325 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35625120 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14907] ppid=14901 vsize=868464 CPUtime=0
/proc/14902/task/14907/stat : 14907 (java) S 14901 14888 14325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35625122 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14908] ppid=14901 vsize=868464 CPUtime=0.27
/proc/14902/task/14908/stat : 14908 (java) S 14901 14888 14325 0 -1 64 1491 0 0 0 27 0 0 0 16 0 9 0 35625122 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14909] ppid=14901 vsize=868464 CPUtime=0
/proc/14902/task/14909/stat : 14909 (java) S 14901 14888 14325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35625122 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14902/tid=14910] ppid=14901 vsize=868464 CPUtime=0
/proc/14902/task/14910/stat : 14910 (java) S 14901 14888 14325 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35625122 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890560

[startup+6.30235 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14910
/proc/meminfo: memFree=1753860/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=16872 CPUtime=5.79
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1489 14677 0 2 6 2 530 41 16 0 1 0 35625066 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4218 1147 413 3 0 797 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 16872

[startup+12.7018 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 14971
/proc/meminfo: memFree=1680076/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=7.75
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1928 38311 0 8 7 3 706 59 15 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=93112 CPUtime=3.01
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 22880 0 0 0 288 13 0 0 25 0 1 0 35625660 95346688 22817 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/14911/statm: 23278 22817 79 151 0 23124 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 110116

[startup+25.5016 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 14981
/proc/meminfo: memFree=1662732/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=109388 CPUtime=15.39
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 26952 0 0 0 1523 16 0 0 25 0 1 0 35625660 112013312 26887 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/14911/statm: 27347 26887 79 151 0 27193 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 126392

[startup+51.1014 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 14981
/proc/meminfo: memFree=1656524/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=115628 CPUtime=40.75
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 28458 0 0 0 4057 18 0 0 25 0 1 0 35625660 118403072 28393 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/14911/statm: 28907 28393 79 151 0 28753 0
Current children cumulated CPU time (s) 48.75
Current children cumulated vsize (KiB) 132632

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 14981
/proc/meminfo: memFree=1656140/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=115896 CPUtime=91.47
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 28524 0 0 0 9129 18 0 0 25 0 1 0 35625660 118677504 28459 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14911/statm: 28974 28459 79 151 0 28820 0
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (KiB) 132900

[startup+162.302 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 15017
/proc/meminfo: memFree=1626580/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=127004 CPUtime=151.05
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 31256 0 0 0 15082 23 0 0 25 0 1 0 35625660 130052096 31191 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 31751 31191 79 151 0 31597 0
Current children cumulated CPU time (s) 159.05
Current children cumulated vsize (KiB) 144008

[startup+222.302 s]
/proc/loadavg: 2.37 2.09 2.03 3/82 15017
/proc/meminfo: memFree=1557012/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=144272 CPUtime=211.03
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 35609 0 0 0 21074 29 0 0 25 0 1 0 35625660 147734528 35544 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 36068 35544 79 151 0 35914 0
Current children cumulated CPU time (s) 219.03
Current children cumulated vsize (KiB) 161276

[startup+282.301 s]

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

[pid=14911] ppid=14888 vsize=465224 CPUtime=2850.06
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 115240 0 0 0 284889 117 0 0 25 0 1 0 35625660 476389376 115175 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 116306 115175 79 151 0 116152 0
Current children cumulated CPU time (s) 2858.06
Current children cumulated vsize (KiB) 482228

[startup+2922.3 s]
/proc/loadavg: 2.73 2.72 2.60 3/82 15025
/proc/meminfo: memFree=1230028/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=470304 CPUtime=2910.03
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 116530 0 0 0 290885 118 0 0 25 0 1 0 35625660 481591296 116465 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 117576 116465 79 151 0 117422 0
Current children cumulated CPU time (s) 2918.03
Current children cumulated vsize (KiB) 487308

[startup+2982.3 s]
/proc/loadavg: 2.68 2.71 2.60 3/82 15025
/proc/meminfo: memFree=1225484/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=474628 CPUtime=2970.01
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 117632 0 0 0 296882 119 0 0 25 0 1 0 35625660 486019072 117567 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 118657 117567 79 151 0 118503 0
Current children cumulated CPU time (s) 2978.01
Current children cumulated vsize (KiB) 491632

[startup+3042.3 s]
/proc/loadavg: 2.56 2.66 2.59 4/82 15025
/proc/meminfo: memFree=1220364/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=479836 CPUtime=3030
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 118939 0 0 0 302879 121 0 0 25 0 1 0 35625660 491352064 118874 996147200 134512640 135134323 4294956192 18446744073709551615 134528295 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 119959 118874 79 151 0 119805 0
Current children cumulated CPU time (s) 3038
Current children cumulated vsize (KiB) 496840

[startup+3102.3 s]
/proc/loadavg: 2.61 2.65 2.59 3/82 15025
/proc/meminfo: memFree=1214988/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=485140 CPUtime=3089.98
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 120270 0 0 0 308875 123 0 0 25 0 1 0 35625660 496783360 120205 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 121285 120205 79 151 0 121131 0
Current children cumulated CPU time (s) 3097.98
Current children cumulated vsize (KiB) 502144

[startup+3162.3 s]
/proc/loadavg: 2.55 2.63 2.58 3/82 15025
/proc/meminfo: memFree=1208532/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=491588 CPUtime=3149.95
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 121865 0 0 0 314871 124 0 0 25 0 1 0 35625660 503386112 121800 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 122897 121800 79 151 0 122743 0
Current children cumulated CPU time (s) 3157.95
Current children cumulated vsize (KiB) 508592

[startup+3222.3 s]
/proc/loadavg: 2.74 2.67 2.60 3/82 15025
/proc/meminfo: memFree=1205780/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=494380 CPUtime=3209.93
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 122554 0 0 0 320867 126 0 0 25 0 1 0 35625660 506245120 122489 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 123595 122489 79 151 0 123441 0
Current children cumulated CPU time (s) 3217.93
Current children cumulated vsize (KiB) 511384

[startup+3282.3 s]
/proc/loadavg: 2.86 2.71 2.61 3/82 15025
/proc/meminfo: memFree=1202772/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=497492 CPUtime=3269.91
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 123283 0 0 0 326864 127 0 0 25 0 1 0 35625660 509431808 123218 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 124373 123218 79 151 0 124219 0
Current children cumulated CPU time (s) 3277.91
Current children cumulated vsize (KiB) 514496

[startup+3342.3 s]
/proc/loadavg: 2.77 2.70 2.62 3/82 15025
/proc/meminfo: memFree=1199508/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=500708 CPUtime=3329.89
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 124118 0 0 0 332861 128 0 0 25 0 1 0 35625660 512724992 124053 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 125177 124053 79 151 0 125023 0
Current children cumulated CPU time (s) 3337.89
Current children cumulated vsize (KiB) 517712

[startup+3402.31 s]
/proc/loadavg: 2.73 2.70 2.62 3/82 15025
/proc/meminfo: memFree=1195732/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=506452 CPUtime=3389.87
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 125050 0 0 0 338858 129 0 0 25 0 1 0 35625660 518606848 124985 996147200 134512640 135134323 4294956192 18446744073709551615 134532037 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 126613 124985 79 151 0 126459 0
Current children cumulated CPU time (s) 3397.87
Current children cumulated vsize (KiB) 523456

[startup+3462.3 s]
/proc/loadavg: 2.90 2.76 2.64 3/82 15025
/proc/meminfo: memFree=1192212/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=510092 CPUtime=3449.84
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 125879 0 0 0 344854 130 0 0 25 0 1 0 35625660 522334208 125814 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 127523 125814 79 151 0 127369 0
Current children cumulated CPU time (s) 3457.84
Current children cumulated vsize (KiB) 527096

[startup+3522.3 s]
/proc/loadavg: 2.87 2.77 2.65 3/82 15025
/proc/meminfo: memFree=1189332/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=512868 CPUtime=3509.83
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 126595 0 0 0 350852 131 0 0 25 0 1 0 35625660 525176832 126530 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 128217 126530 79 151 0 128063 0
Current children cumulated CPU time (s) 3517.83
Current children cumulated vsize (KiB) 529872

[startup+3582.3 s]
/proc/loadavg: 2.90 2.79 2.66 3/82 15025
/proc/meminfo: memFree=1186836/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=515120 CPUtime=3569.8
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 127211 0 0 0 356849 131 0 0 25 0 1 0 35625660 527482880 127146 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 128780 127146 79 151 0 128626 0
Current children cumulated CPU time (s) 3577.8
Current children cumulated vsize (KiB) 532124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.6 s]
/proc/loadavg: 2.86 2.79 2.66 4/82 15025
/proc/meminfo: memFree=1185812/2055920 swapFree=4192812/4192956
[pid=14888] ppid=14886 vsize=17004 CPUtime=8
/proc/14888/stat : 14888 (sugar++) S 14886 14888 14325 0 -1 4194304 1997 42248 0 9 7 3 728 62 16 0 1 0 35625066 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14888/statm: 4251 1150 414 3 0 830 0
[pid=14911] ppid=14888 vsize=516176 CPUtime=3592.09
/proc/14911/stat : 14911 (minisat-inc) R 14888 14888 14325 0 -1 4194304 127459 0 0 0 359078 131 0 0 25 0 1 0 35625660 528564224 127394 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14911/statm: 129044 127394 79 151 0 128890 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 533180

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

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

Child status: 0
Real time (s): 3604.71
CPU time (s): 3600.22
CPU user time (s): 3598.14
CPU system time (s): 2.07668
CPU usage (%): 99.8755
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 2.07668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171783
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= 12685
involuntary context switches= 57164

runsolver used 4.99624 second user time and 11.1603 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-11 17:13:46
IDJOB=1108067
IDBENCH=60673
IDSOLVER=367
FILE ID=node22/1108067-1215789226
PBS_JOBID= 7903150
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-9_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-1108067-1215789226/watcher-1108067-1215789226 -o /tmp/evaluation-result-1108067-1215789226/solver-1108067-1215789226 -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-1108067-1215789226.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe46c9484baa424d4d7f5f72464070e9
RANDOM SEED=1092853887

node22.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.253
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.253
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:       1816380 kB
Buffers:         41688 kB
Cached:         132256 kB
SwapCached:          0 kB
Active:         137804 kB
Inactive:        55688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816380 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:          30540 kB
Slab:            31480 kB
Committed_AS:   117512 kB
PageTables:       1716 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= 66460 MiB
End job on node22 at 2008-07-11 18:13:52