Trace number 1108123

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)1 3600.21 3604.2

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-5_ext.xml
MD5SUMc340ac6e88ac52be912690697697cb91
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1438.56
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.28	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.28	c 0	BEGIN Fri Jul 11 17:24:10 2008
0.00/0.28	c 0	PID 15891
0.00/0.28	c 0	HOST node25.alineos.net
0.00/0.28	c 0	CONVERTING HOME/instance-1108123-1215789849.xml TO HOME/temp.csp
0.00/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108123-1215789849.xml' 'HOME/temp.csp'
0.06/0.99	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.66/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.66/1.02	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/1.10	c 1	Parsing HOME/temp.csp
0.66/1.26	c 1	parsed 1385 expressions
0.66/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/1.29	c 1	MAX CSP: 1261 constraints
0.66/1.29	c 1	Converting to clausal form CSP
0.66/1.33	c 1	converted 265 (10%) expressions
0.66/1.37	c 1	converted 530 (20%) expressions
0.66/1.41	c 1	converted 795 (30%) expressions
0.66/1.44	c 1	converted 1060 (40%) expressions
0.66/1.53	c 1	converted 1325 (50%) expressions
0.66/1.60	c 1	converted 1590 (60%) expressions
0.66/1.64	c 1	converted 1855 (70%) expressions
0.66/1.66	c 1	converted 2120 (80%) expressions
0.66/1.68	c 1	converted 2385 (90%) expressions
0.66/1.91	c 2	converted 2649 (100%) expressions
0.66/1.91	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
0.66/1.91	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.66/1.91	c 2	Propagation in CSP
0.66/1.98	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.66/1.99	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
0.66/1.99	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.66/1.99	c 2	Simplifing CSP by introducing new Boolean variables
0.66/1.99	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
0.66/1.99	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.66/2.07	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.66/2.09	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.66/2.09	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.66/2.09	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.66/2.09	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.66/2.09	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/2.11	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.72/2.11	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.72/2.11	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.72/2.13	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.72/2.14	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.81/2.25	c 2	379 (10%) CSP clauses are encoded (29078 clauses, 452590 bytes)
1.90/2.34	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573606 bytes)
2.00/2.42	c 2	1135 (30%) CSP clauses are encoded (38828 clauses, 697876 bytes)
2.00/2.48	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911102 bytes)
2.21/2.65	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657314 bytes)
2.30/2.71	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159135 bytes)
2.70/3.18	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466177 bytes)
2.80/3.25	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134683 bytes)
4.40/4.87	c 4	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072224 bytes)
5.79/6.25	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084429 bytes)
5.79/6.25	c 6	3782 CSP clauses encoded
5.79/6.25	c 6	Writing map file : HOME/temp.map
5.79/6.28	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.79/6.28	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084429 bytes
5.79/6.28	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.88/6.36	c 6	OBJECTIVE minimize _COST
5.88/6.36	c 6	SOLVING HOME/temp.cnf
5.88/6.36	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.88/6.36	c 6	This is MiniSat 2.0 beta incremental
5.88/6.36	c 6	WARNING: for repeatability, setting FPU to use double precision
5.88/6.36	c 6	============================[ Problem Statistics ]=============================
5.88/6.36	c 6	|                                                                             |
5.88/6.36	c 6	|  Number of variables:  27692                                                |
5.88/6.36	c 6	|  Number of clauses:    2074093                                              |
6.74/7.30	c 7	|  Parsing time:         0.80         s                                       |
6.84/7.34	c 7	OK
6.84/7.34	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.84/7.34	c 7	SEARCHING: _COST <= 631
6.84/7.34	c 7	============================[ Search Statistics ]==============================
6.84/7.34	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.84/7.34	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.84/7.34	c 7	===============================================================================
6.84/7.34	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
7.02/7.55	c 7	===============================================================================
7.02/7.55	c 7	restarts              : 1
7.02/7.55	c 7	conflicts             : 42            (41 /sec)
7.02/7.55	c 7	decisions             : 170           (1.18 % random) (165 /sec)
7.02/7.55	c 7	propagations          : 30922          (30026 /sec)
7.02/7.55	c 7	conflict literals     : 809            (19.42 % deleted)
7.02/7.55	c 7	Memory used           : 87.29 MB
7.02/7.55	c 7	CPU time              : 1.02984 s
7.02/7.55	c 7	
7.02/7.55	c 7	SATISFIABLE
7.02/7.56	c 7	OK
7.02/7.56	c 7	FOUND: _COST <= 631
7.02/7.56	s SATISFIABLE
7.02/7.56	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.02/7.56	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.10/7.64	c 7	Decoding HOME/temp.out
7.19/7.79	c 7	OBJECTIVE _COST 358
7.19/7.79	o 358
7.19/7.79	v 0 0 4 17 27 3 26 26 5 17 26 5 6 25 6 6 27 6 23 25 6 27 25 6 19 27 5 20 25 6 12 27 5 13 25 6 6 25 6 18 27 6 27 27 6 22 26 0 21 26 0 20 27 6 19 26 5 24 27 6 25 27 0 21 26 0 26 26 5 24 26 0 27 27 6 13 25 6 25 26 6 14 27 0 14 9 13 12 12 14 14 14 14 12 13 12 14 14 14 14 14 14 13 12 14 14 14 14 12 14 14 14
7.29/7.80	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.29/7.83	c 7	OK
7.29/7.83	c 7	OBJECTIVE BOUND: 0 <= _COST <= 358
7.29/7.83	c 7	SEARCHING: _COST <= 179
7.29/7.84	c 7	============================[ Search Statistics ]==============================
7.29/7.84	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.29/7.84	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.29/7.84	c 7	===============================================================================
7.29/7.84	c 7	|        42 |   27692  2074093  6173015 |   691364       42     19 |  0.000 % |
7.38/7.95	c 8	===============================================================================
7.38/7.95	c 8	restarts              : 2
7.38/7.95	c 8	conflicts             : 96            (83 /sec)
7.38/7.95	c 8	decisions             : 1277          (0.94 % random) (1104 /sec)
7.38/7.95	c 8	propagations          : 86279          (74583 /sec)
7.38/7.95	c 8	conflict literals     : 1472           (16.46 % deleted)
7.38/7.95	c 8	Memory used           : 88.06 MB
7.38/7.95	c 8	CPU time              : 1.15682 s
7.38/7.95	c 8	
7.38/7.95	c 8	SATISFIABLE
7.38/7.96	c 8	OK
7.38/7.96	c 8	FOUND: _COST <= 179
7.38/7.96	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.38/7.96	c 8	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.44/8.03	c 8	Decoding HOME/temp.out
7.44/8.19	c 8	OBJECTIVE _COST 106
7.44/8.19	o 106
7.44/8.20	v 0 0 6 6 27 6 27 26 6 19 27 5 27 25 6 12 25 5 25 25 4 22 25 6 26 27 5 27 25 6 25 27 5 27 25 6 27 25 6 5 27 5 13 27 6 20 26 6 5 26 5 27 27 6 21 26 0 15 26 1 23 27 2 19 26 5 27 25 6 26 26 5 27 27 6 26 27 5 27 26 6 24 27 3 14 14 14 13 12 13 11 12 13 12 13 12 14 13 12 14 13 12 14 2 4 13 12 13 12 13 12 14
7.44/8.20	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.44/8.24	c 8	OK
7.44/8.24	c 8	OBJECTIVE BOUND: 0 <= _COST <= 106
7.44/8.24	c 8	SEARCHING: _COST <= 53
7.44/8.24	c 8	============================[ Search Statistics ]==============================
7.44/8.25	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.44/8.25	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.44/8.25	c 8	===============================================================================
7.44/8.25	c 8	|        96 |   17486  2074093  6173015 |   691364       96     15 |  0.000 % |
7.88/8.40	c 8	|       196 |   17486  2074093  6173015 |   760500      196     21 | 51.351 % |
7.88/8.43	c 8	===============================================================================
7.88/8.43	c 8	restarts              : 4
7.88/8.43	c 8	conflicts             : 240           (175 /sec)
7.88/8.43	c 8	decisions             : 1981          (0.81 % random) (1441 /sec)
7.88/8.43	c 8	propagations          : 317693         (231085 /sec)
7.88/8.43	c 8	conflict literals     : 4607           (21.18 % deleted)
7.88/8.43	c 8	Memory used           : 88.32 MB
7.88/8.43	c 8	CPU time              : 1.37479 s
7.88/8.43	c 8	
7.88/8.43	c 8	SATISFIABLE
7.88/8.44	c 8	OK
7.88/8.44	c 8	FOUND: _COST <= 53
7.88/8.44	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.88/8.44	c 8	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.92/8.54	c 8	Decoding HOME/temp.out
7.92/8.70	c 8	OBJECTIVE _COST 53
7.92/8.70	o 53
8.14/8.71	v 0 0 0 26 27 6 6 26 6 21 26 0 22 25 1 16 25 2 26 25 6 27 25 6 27 27 6 15 25 5 24 27 5 13 25 6 17 25 6 5 27 5 25 27 6 26 26 5 19 26 5 24 27 6 23 26 2 27 26 6 25 27 5 20 26 6 14 25 0 20 26 6 6 27 6 19 25 5 18 26 4 12 27 5 14 1 14 14 2 4 6 14 12 13 13 12 12 13 14 14 12 14 14 6 14 12 14 1 14 13 11 10
8.14/8.71	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.14/8.76	c 8	OK
8.14/8.76	c 8	OBJECTIVE BOUND: 0 <= _COST <= 53
8.14/8.76	c 8	SEARCHING: _COST <= 26
8.14/8.76	c 8	============================[ Search Statistics ]==============================
8.14/8.76	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.14/8.76	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.14/8.76	c 8	===============================================================================
8.14/8.76	c 8	|       240 |   13472  2074093  6173015 |   691364      240     19 | 51.351 % |
8.19/8.87	c 8	|       342 |   13471  2074093  6173015 |   760500      342     19 | 56.962 % |
8.19/8.89	c 9	===============================================================================
8.19/8.89	c 9	restarts              : 6
8.19/8.89	c 9	conflicts             : 380           (251 /sec)
8.19/8.89	c 9	decisions             : 2528          (0.83 % random) (1671 /sec)
8.19/8.89	c 9	propagations          : 479867         (317211 /sec)
8.19/8.89	c 9	conflict literals     : 7133           (22.40 % deleted)
8.19/8.89	c 9	Memory used           : 88.32 MB
8.19/8.89	c 9	CPU time              : 1.51277 s
8.19/8.89	c 9	
8.19/8.89	c 9	SATISFIABLE
8.28/8.90	c 9	OK
8.28/8.90	c 9	FOUND: _COST <= 26
8.28/8.90	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.28/8.90	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'
8.29/9.00	c 9	Decoding HOME/temp.out
8.29/9.15	c 9	OBJECTIVE _COST 26
8.29/9.15	o 26
8.29/9.15	v 0 0 3 16 27 2 24 26 6 18 26 5 24 25 6 12 25 5 5 25 5 25 25 6 27 27 6 13 25 6 6 27 6 27 25 6 19 25 5 4 27 4 10 27 3 25 26 4 17 26 3 23 27 2 3 26 3 11 26 4 26 27 5 20 26 6 21 25 0 24 26 6 14 27 0 22 25 1 19 26 5 18 27 4 14 7 14 13 12 13 12 12 14 14 14 14 13 11 9 8 9 7 6 8 10 12 14 1 14 2 4 11
8.29/9.16	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.54/9.20	c 9	OK
8.54/9.20	c 9	OBJECTIVE BOUND: 0 <= _COST <= 26
8.54/9.20	c 9	SEARCHING: _COST <= 13
8.54/9.21	c 9	============================[ Search Statistics ]==============================
8.54/9.21	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.54/9.21	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.54/9.21	c 9	===============================================================================
8.54/9.21	c 9	|       380 |   11918  2074093  6173015 |   691364      380     19 | 56.962 % |
8.54/9.23	c 9	|       480 |   11917  2074093  6173015 |   760500      480     19 | 62.072 % |
8.54/9.25	c 9	|       630 |   11917  2074093  6173015 |   836550      630     20 | 62.072 % |
8.54/9.28	c 9	===============================================================================
8.54/9.28	c 9	restarts              : 9
8.54/9.28	c 9	conflicts             : 763           (478 /sec)
8.54/9.28	c 9	decisions             : 3603          (0.67 % random) (2256 /sec)
8.54/9.28	c 9	propagations          : 544080         (340741 /sec)
8.54/9.28	c 9	conflict literals     : 16158          (14.47 % deleted)
8.54/9.28	c 9	Memory used           : 88.32 MB
8.54/9.28	c 9	CPU time              : 1.59676 s
8.54/9.28	c 9	
8.54/9.28	c 9	SATISFIABLE
8.54/9.28	c 9	OK
8.54/9.28	c 9	FOUND: _COST <= 13
8.54/9.28	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.54/9.28	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'
8.62/9.36	c 9	Decoding HOME/temp.out
8.62/9.52	c 9	OBJECTIVE _COST 13
8.62/9.52	o 13
8.62/9.52	v 0 0 6 22 27 6 5 26 5 11 26 4 26 25 5 27 25 6 7 25 0 6 25 6 12 27 5 24 25 6 16 27 6 19 25 5 13 25 6 14 27 0 22 27 1 9 26 2 8 26 1 2 27 2 17 26 3 23 26 2 15 27 1 21 26 0 20 25 6 25 26 5 18 27 4 10 25 3 4 26 4 3 27 3 14 14 13 11 10 12 14 1 13 12 14 14 12 14 2 4 5 4 6 7 5 3 1 13 11 9 8 9
8.62/9.53	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.62/9.55	c 9	OK
8.62/9.55	c 9	OBJECTIVE BOUND: 0 <= _COST <= 13
8.62/9.55	c 9	SEARCHING: _COST <= 6
8.62/9.55	c 9	============================[ Search Statistics ]==============================
8.62/9.55	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.62/9.55	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.62/9.55	c 9	===============================================================================
8.62/9.55	c 9	|       763 |   10503  2074093  6173015 |   691364      763     21 | 62.072 % |
8.62/9.57	c 9	|       863 |   10503  2074093  6173015 |   760500      863     21 | 66.792 % |
8.62/9.59	c 9	|      1014 |   10503  2074093  6173015 |   836550     1014     23 | 66.792 % |
8.92/9.62	c 9	===============================================================================
8.92/9.62	c 9	restarts              : 12
8.92/9.62	c 9	conflicts             : 1145          (685 /sec)
8.92/9.62	c 9	decisions             : 4623          (0.61 % random) (2765 /sec)
8.92/9.62	c 9	propagations          : 614849         (367789 /sec)
8.92/9.62	c 9	conflict literals     : 26254          (12.03 % deleted)
8.92/9.62	c 9	Memory used           : 88.32 MB
8.92/9.62	c 9	CPU time              : 1.67175 s
8.92/9.62	c 9	
8.92/9.62	c 9	SATISFIABLE
8.92/9.63	c 9	OK
8.92/9.63	c 9	FOUND: _COST <= 6
8.92/9.63	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.92/9.63	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'
8.94/9.70	c 9	Decoding HOME/temp.out
9.10/9.87	c 9	OBJECTIVE _COST 6
9.10/9.87	o 6
9.10/9.87	v 0 0 0 8 27 1 2 26 2 3 26 3 16 25 2 24 25 3 9 25 2 15 25 1 14 27 0 20 25 6 21 27 0 6 25 6 5 25 5 11 27 4 12 27 5 22 26 6 23 26 5 18 27 4 17 26 3 4 26 4 26 27 5 22 26 6 13 25 6 7 26 0 27 27 6 19 25 5 25 26 4 10 27 3 14 2 4 6 7 6 7 5 3 1 14 1 13 11 10 12 13 11 9 8 10 12 14 14 1 13 11 9
9.16/9.92	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.16/9.94	c 10	OK
9.16/9.94	c 10	OBJECTIVE BOUND: 0 <= _COST <= 6
9.16/9.94	c 10	SEARCHING: _COST <= 3
9.16/9.94	c 10	============================[ Search Statistics ]==============================
9.16/9.94	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.16/9.94	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.16/9.94	c 10	===============================================================================
9.16/9.94	c 10	|      1145 |    9196  2074093  6173015 |   691364     1145     23 | 66.792 % |
9.16/9.95	c 10	|      1246 |    9196  2074093  6173015 |   760500     1246     23 | 71.873 % |
9.16/9.97	c 10	|      1396 |    9196  2074093  6173015 |   836550     1396     24 | 71.873 % |
9.16/10.00	c 10	|      1621 |    9196  2074093  6173015 |   920205     1621     25 | 71.873 % |
9.25/10.03	c 10	|      1958 |    9196  2074093  6173015 |  1012226     1958     28 | 71.873 % |
9.25/10.08	c 10	|      2464 |    9196  2074093  6173015 |  1113449     2464     29 | 71.873 % |
9.36/10.15	c 10	|      3223 |    9196  2074093  6173015 |  1224794     3223     31 | 71.873 % |
9.46/10.27	c 10	|      4362 |    9196  2074093  6173015 |  1347273     4362     35 | 71.873 % |
9.65/10.43	c 10	|      6070 |    9196  2074093  6173015 |  1482000     6070     37 | 71.873 % |
9.85/10.69	c 10	|      8632 |    9196  2074093  6173015 |  1630200     8632     40 | 71.873 % |
10.35/11.17	c 11	|     12476 |    9196  2074093  6173015 |  1793221    12476     45 | 71.873 % |
11.24/12.02	c 12	|     18242 |    9196  2074093  6173015 |  1972543    18242     53 | 71.873 % |
11.44/12.27	c 12	===============================================================================
11.44/12.27	c 12	restarts              : 24
11.44/12.27	c 12	conflicts             : 19793         (4973 /sec)
11.44/12.27	c 12	decisions             : 33731         (0.30 % random) (8474 /sec)
11.44/12.27	c 12	propagations          : 2076702        (521733 /sec)
11.44/12.27	c 12	conflict literals     : 1048893        (6.30 % deleted)
11.44/12.27	c 12	Memory used           : 92.78 MB
11.44/12.27	c 12	CPU time              : 3.98039 s
11.44/12.27	c 12	
11.44/12.27	c 12	SATISFIABLE
11.44/12.28	c 12	OK
11.44/12.28	c 12	FOUND: _COST <= 3
11.44/12.28	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.44/12.28	c 12	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.51/12.36	c 12	Decoding HOME/temp.out
11.51/12.51	c 12	OBJECTIVE _COST 3
11.51/12.51	o 3
11.51/12.52	v 0 0 0 22 27 1 2 26 2 3 26 3 25 25 4 19 25 5 27 25 6 12 25 5 20 27 6 5 25 5 11 27 4 10 25 3 16 25 2 17 27 3 18 27 4 26 26 5 4 26 4 24 27 3 23 26 2 15 26 1 9 27 2 8 26 1 21 25 0 20 26 6 14 27 0 6 25 6 7 26 0 13 27 6 14 2 4 6 8 10 12 13 12 13 11 9 7 6 8 10 11 9 7 5 4 5 3 1 14 1 14 1
11.51/12.52	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.51/12.55	c 12	OK
11.51/12.55	c 12	OBJECTIVE BOUND: 0 <= _COST <= 3
11.51/12.55	c 12	SEARCHING: _COST <= 1
11.51/12.55	c 12	============================[ Search Statistics ]==============================
11.51/12.55	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.51/12.55	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.51/12.55	c 12	===============================================================================
11.51/12.55	c 12	|     19793 |    7789  2074093  6173015 |   691364    19793     53 | 71.873 % |
11.51/12.57	c 12	|     19893 |    7789  2074093  6173015 |   760500    19893     53 | 76.445 % |
11.51/12.59	c 12	|     20043 |    7789  2074093  6173015 |   836550    20043     53 | 76.445 % |
11.80/12.62	c 12	|     20270 |    7789  2074093  6173015 |   920205    20270     53 | 76.445 % |
11.80/12.67	c 12	|     20607 |    7789  2074093  6173015 |  1012226    20607     52 | 76.445 % |
11.90/12.74	c 12	|     21113 |    7789  2074093  6173015 |  1113449    21113     52 | 76.445 % |
12.00/12.87	c 12	|     21873 |    7789  2074093  6173015 |  1224794    21873     52 | 76.445 % |
12.20/13.06	c 13	|     23013 |    7789  2074093  6173015 |  1347273    23013     52 | 76.445 % |
12.50/13.34	c 13	|     24722 |    7789  2074093  6173015 |  1482000    24722     52 | 76.445 % |
13.00/13.80	c 13	|     27284 |    7789  2074093  6173015 |  1630200    27284     53 | 76.445 % |
13.40/14.30	c 14	|     31129 |    7789  2074093  6173015 |  1793221    31129     52 | 76.445 % |
14.68/15.58	c 15	|     36895 |    7789  2074093  6173015 |  1972543    36895     56 | 76.445 % |
17.08/17.95	c 18	|     45546 |    7789  2074093  6173015 |  2169797    45546     59 | 76.445 % |
21.36/22.24	c 22	|     58520 |    7789  2074093  6173015 |  2386777    58520     69 | 76.445 % |
28.92/29.88	c 29	|     77982 |    7789  2074093  6173015 |  2625454    77982     67 | 76.445 % |
46.43/47.46	c 47	|    107174 |    6523    34638   116899 |  2888000   107022     65 | 76.445 % |
81.76/82.96	c 83	|    150964 |    6523    34638   116899 |  3176800   150812     74 | 76.445 % |
152.78/154.33	c 154	|    216648 |    6523    34638   116899 |  3494480   216496     71 | 76.445 % |
306.41/308.78	c 308	|    315176 |    6523    34638   116899 |  3843928   315024     81 | 76.445 % |
692.91/695.68	c 695	|    462965 |    6523    34638   116899 |  4228321   462813     89 | 76.445 % |
1634.99/1638.16	c 1638	|    684649 |    6523    34638   116899 |  4651153   684497     91 | 76.445 % |
3352.81/3356.72	c 3356	|   1017174 |    6523    34638   116899 |  5116268  1017022    101 | 76.445 % |
3600.09/3604.11	c ERROR INTERRUPTED
3600.09/3604.20	c 3604	CPU 3598.05 (0.08 0.03 3597.97 2.1)
3600.09/3604.20	c 3604	END Fri Jul 11 18:24:14 2008

Verifier Data (download as text)

OK	1	1260
1 unsatisfied constraints, 1260 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-1108123-1215789849/watcher-1108123-1215789849 -o /tmp/evaluation-result-1108123-1215789849/solver-1108123-1215789849 -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-1108123-1215789849.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.50 2.54 2.58 4/80 15891
/proc/meminfo: memFree=1608944/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=12268 CPUtime=0
/proc/15891/stat : 15891 (sugar++) R 15889 15891 15365 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 35686868 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/15891/statm: 3067 316 241 3 0 167 0

[startup+0.0160511 s]
/proc/loadavg: 2.50 2.54 2.58 4/80 15891
/proc/meminfo: memFree=1608944/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=12268 CPUtime=0
/proc/15891/stat : 15891 (sugar++) R 15889 15891 15365 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 35686868 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 253316086761 0 0 4224 0 0 0 0 17 0 0 0
/proc/15891/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102857 s]
/proc/loadavg: 2.50 2.54 2.58 4/80 15891
/proc/meminfo: memFree=1608944/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=12272 CPUtime=0
/proc/15891/stat : 15891 (sugar++) R 15889 15891 15365 0 -1 4194304 409 0 0 0 0 0 0 0 22 0 1 0 35686868 12566528 377 996147200 4194304 4206940 548682068528 18446744073709551615 253320951000 0 0 4224 0 0 0 0 17 0 0 0
/proc/15891/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30114 s]
/proc/loadavg: 2.50 2.54 2.58 4/80 15891
/proc/meminfo: memFree=1608944/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=16740 CPUtime=0.06
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1219 128 0 0 5 1 0 0 22 0 1 0 35686868 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701214 s]
/proc/loadavg: 2.50 2.54 2.58 4/80 15891
/proc/meminfo: memFree=1608944/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=16740 CPUtime=0.06
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1219 128 0 0 5 1 0 0 22 0 1 0 35686868 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50135 s]
/proc/loadavg: 2.50 2.54 2.58 2/91 15903
/proc/meminfo: memFree=1597592/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=16740 CPUtime=0.66
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1296 4725 0 1 5 1 57 3 15 0 1 0 35686868 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15891/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 16740

[startup+3.10162 s]
/proc/loadavg: 2.62 2.56 2.59 5/91 15913
/proc/meminfo: memFree=1584792/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=16740 CPUtime=0.66
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1297 4725 0 1 5 1 57 3 15 0 1 0 35686868 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15891/statm: 4185 1104 409 3 0 764 0
[pid=15904] ppid=15891 vsize=5356 CPUtime=0
/proc/15904/stat : 15904 (sh) S 15891 15891 15365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35686971 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15904/statm: 1339 233 193 169 0 50 0
[pid=15905] ppid=15904 vsize=868464 CPUtime=2.04
/proc/15905/stat : 15905 (java) S 15904 15891 15365 0 -1 0 8784 0 1 0 193 11 0 0 18 0 9 0 35686971 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15905/statm: 217116 7776 2565 9 0 211663 0
[pid=15905/tid=15906] ppid=15904 vsize=868464 CPUtime=1.36
/proc/15905/task/15906/stat : 15906 (java) R 15904 15891 15365 0 -1 64 2960 0 1 0 130 6 0 0 25 0 9 0 35686972 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4126979376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15907] ppid=15904 vsize=868464 CPUtime=0.37
/proc/15905/task/15907/stat : 15907 (java) S 15904 15891 15365 0 -1 64 3640 0 0 0 35 2 0 0 16 0 9 0 35686973 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15908] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15904 15891 15365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35686974 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15909] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15904 15891 15365 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35686974 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15910] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15904 15891 15365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35686976 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15911] ppid=15904 vsize=868464 CPUtime=0.27
/proc/15905/task/15911/stat : 15911 (java) S 15904 15891 15365 0 -1 64 1491 0 0 0 26 1 0 0 16 0 9 0 35686976 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15912] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15904 15891 15365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35686976 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15913] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15904 15891 15365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35686976 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 890560

[startup+6.30216 s]
/proc/loadavg: 2.62 2.56 2.59 4/91 15913
/proc/meminfo: memFree=1551128/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=16740 CPUtime=0.67
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1297 4725 0 1 6 1 57 3 16 0 1 0 35686868 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15891/statm: 4185 1104 409 3 0 764 0
[pid=15904] ppid=15891 vsize=5356 CPUtime=0
/proc/15904/stat : 15904 (sh) S 15891 15891 15365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35686971 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15904/statm: 1339 233 193 169 0 50 0
[pid=15905] ppid=15904 vsize=868464 CPUtime=5.21
/proc/15905/stat : 15905 (java) S 15904 15891 15365 0 -1 0 9665 0 1 0 483 38 0 0 18 0 9 0 35686971 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15905/statm: 217116 7788 2568 9 0 211663 0
[pid=15905/tid=15906] ppid=15904 vsize=868464 CPUtime=4.3
/proc/15905/task/15906/stat : 15906 (java) S 15904 15891 15365 0 -1 64 3836 0 1 0 401 29 0 0 25 0 9 0 35686972 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15907] ppid=15904 vsize=868464 CPUtime=0.59
/proc/15905/task/15907/stat : 15907 (java) S 15904 15891 15365 0 -1 64 3640 0 0 0 53 6 0 0 16 0 9 0 35686973 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15908] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15904 15891 15365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35686974 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15909] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15904 15891 15365 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35686974 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15910] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15904 15891 15365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35686976 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15911] ppid=15904 vsize=868464 CPUtime=0.28
/proc/15905/task/15911/stat : 15911 (java) S 15904 15891 15365 0 -1 64 1496 0 0 0 27 1 0 0 16 0 9 0 35686976 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15912] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15904 15891 15365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35686976 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15913] ppid=15904 vsize=868464 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15904 15891 15365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35686976 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 890560

[startup+12.7012 s]
/proc/loadavg: 2.60 2.56 2.59 4/82 15974
/proc/meminfo: memFree=1469536/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.62
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 7 3 690 62 15 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=95132 CPUtime=4.28
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 23382 0 0 0 413 15 0 0 18 0 1 0 35687504 97415168 23317 996147200 134512640 135134323 4294956192 18446744073709551615 134530405 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 23783 23317 80 151 0 23629 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 112136

[startup+25.5014 s]
/proc/loadavg: 2.66 2.58 2.59 3/82 15984
/proc/meminfo: memFree=1453984/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=110680 CPUtime=17.01
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 27227 0 0 0 1684 17 0 0 25 0 1 0 35687504 113336320 27162 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 27670 27162 80 151 0 27516 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 127684

[startup+51.1018 s]
/proc/loadavg: 2.57 2.56 2.58 3/82 15984
/proc/meminfo: memFree=1450784/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=113632 CPUtime=42.48
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 27985 0 0 0 4229 19 0 0 25 0 1 0 35687504 116359168 27920 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 28408 27920 80 151 0 28254 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 130636

[startup+102.306 s]
/proc/loadavg: 2.64 2.58 2.59 3/82 15984
/proc/meminfo: memFree=1450528/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=113900 CPUtime=93.43
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 28044 0 0 0 9324 19 0 0 25 0 1 0 35687504 116633600 27979 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 28475 27979 80 151 0 28321 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 130904

[startup+162.302 s]
/proc/loadavg: 2.65 2.60 2.59 3/82 15984
/proc/meminfo: memFree=1450080/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=114304 CPUtime=153.11
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 28093 0 0 0 15292 19 0 0 25 0 1 0 35687504 117047296 28028 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 28576 28028 80 151 0 28422 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 131308

[startup+222.302 s]
/proc/loadavg: 2.63 2.61 2.59 3/82 15984
/proc/meminfo: memFree=1434528/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=130064 CPUtime=212.8
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 32055 0 0 0 21258 22 0 0 25 0 1 0 35687504 133185536 31990 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 32516 31990 80 151 0 32362 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 147068

[startup+282.301 s]

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

[pid=15914] ppid=15891 vsize=445820 CPUtime=2910.96
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 110473 0 0 0 290973 123 0 0 25 0 1 0 35687504 456519680 110408 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 111455 110408 80 151 0 111301 0
Current children cumulated CPU time (s) 2918.59
Current children cumulated vsize (KiB) 462824

[startup+2982.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/75 16155
/proc/meminfo: memFree=723672/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=451044 CPUtime=2970.94
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 111785 0 0 0 296969 125 0 0 25 0 1 0 35687504 461869056 111720 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 112761 111720 80 151 0 112607 0
Current children cumulated CPU time (s) 2978.57
Current children cumulated vsize (KiB) 468048

[startup+3042.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/75 16155
/proc/meminfo: memFree=714904/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=456248 CPUtime=3030.92
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 113086 0 0 0 302965 127 0 0 25 0 1 0 35687504 467197952 113021 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 114062 113021 80 151 0 113908 0
Current children cumulated CPU time (s) 3038.55
Current children cumulated vsize (KiB) 473252

[startup+3102.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/75 16155
/proc/meminfo: memFree=705496/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=461536 CPUtime=3090.88
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 114406 0 0 0 308960 128 0 0 25 0 1 0 35687504 472612864 114341 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 115384 114341 80 151 0 115230 0
Current children cumulated CPU time (s) 3098.51
Current children cumulated vsize (KiB) 478540

[startup+3162.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/75 16155
/proc/meminfo: memFree=696024/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=466896 CPUtime=3150.85
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 115754 0 0 0 314955 130 0 0 25 0 1 0 35687504 478101504 115689 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 116724 115689 80 151 0 116570 0
Current children cumulated CPU time (s) 3158.48
Current children cumulated vsize (KiB) 483900

[startup+3222.3 s]
/proc/loadavg: 2.49 2.18 2.05 3/75 16155
/proc/meminfo: memFree=686680/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=472036 CPUtime=3210.84
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 117051 0 0 0 320951 133 0 0 25 0 1 0 35687504 483364864 116986 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 118009 116986 80 151 0 117855 0
Current children cumulated CPU time (s) 3218.47
Current children cumulated vsize (KiB) 489040

[startup+3282.3 s]
/proc/loadavg: 2.18 2.15 2.05 3/75 16157
/proc/meminfo: memFree=677912/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=477448 CPUtime=3270.81
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 118403 0 0 0 326946 135 0 0 25 0 1 0 35687504 488906752 118338 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 119362 118338 80 151 0 119208 0
Current children cumulated CPU time (s) 3278.44
Current children cumulated vsize (KiB) 494452

[startup+3342.3 s]
/proc/loadavg: 2.06 2.12 2.04 3/75 16157
/proc/meminfo: memFree=669528/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=482212 CPUtime=3330.77
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 119626 0 0 0 332941 136 0 0 25 0 1 0 35687504 493785088 119561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 120553 119561 80 151 0 120399 0
Current children cumulated CPU time (s) 3338.4
Current children cumulated vsize (KiB) 499216

[startup+3402.31 s]
/proc/loadavg: 2.02 2.09 2.03 3/75 16157
/proc/meminfo: memFree=661976/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=486760 CPUtime=3390.76
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 120703 0 0 0 338938 138 0 0 25 0 1 0 35687504 498442240 120638 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 121690 120638 80 151 0 121536 0
Current children cumulated CPU time (s) 3398.39
Current children cumulated vsize (KiB) 503764

[startup+3462.3 s]
/proc/loadavg: 2.01 2.07 2.03 3/75 16157
/proc/meminfo: memFree=655960/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=489864 CPUtime=3450.72
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 121430 0 0 0 344934 138 0 0 25 0 1 0 35687504 501620736 121365 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 122466 121365 80 151 0 122312 0
Current children cumulated CPU time (s) 3458.35
Current children cumulated vsize (KiB) 506868

[startup+3522.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/75 16157
/proc/meminfo: memFree=650072/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=492372 CPUtime=3510.7
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 122107 0 0 0 350931 139 0 0 25 0 1 0 35687504 504188928 122042 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 123093 122042 80 151 0 122939 0
Current children cumulated CPU time (s) 3518.33
Current children cumulated vsize (KiB) 509376

[startup+3582.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 16157
/proc/meminfo: memFree=644760/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=495144 CPUtime=3570.67
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 122799 0 0 0 356927 140 0 0 25 0 1 0 35687504 507027456 122734 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 123786 122734 80 151 0 123632 0
Current children cumulated CPU time (s) 3578.3
Current children cumulated vsize (KiB) 512148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.1 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 16157
/proc/meminfo: memFree=642648/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=495960 CPUtime=3592.46
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 123021 0 0 0 359106 140 0 0 25 0 1 0 35687504 507863040 122956 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 123990 122956 80 151 0 123836 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 512964

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

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

[startup+3604.1 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 16157
/proc/meminfo: memFree=642648/2055920 swapFree=4179684/4192956
[pid=15891] ppid=15889 vsize=17004 CPUtime=7.63
/proc/15891/stat : 15891 (sugar++) S 15889 15891 15365 0 -1 4194304 1998 42243 0 9 8 3 690 62 16 0 1 0 35686868 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15891/statm: 4251 1150 414 3 0 830 0
[pid=15914] ppid=15891 vsize=495960 CPUtime=3592.46
/proc/15914/stat : 15914 (minisat-inc) R 15891 15891 15365 0 -1 4194304 123021 0 0 0 359106 140 0 0 25 0 1 0 35687504 507863040 122956 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15914/statm: 123990 122956 80 151 0 123836 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 512964

Child status: 0
Real time (s): 3604.2
CPU time (s): 3600.21
CPU user time (s): 3598.06
CPU system time (s): 2.15767
CPU usage (%): 99.8893
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.06
system time used= 2.15767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167341
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= 12856
involuntary context switches= 38484

runsolver used 4.49732 second user time and 11.8912 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-11 17:24:10
IDJOB=1108123
IDBENCH=60680
IDSOLVER=367
FILE ID=node25/1108123-1215789849
PBS_JOBID= 7903145
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c340ac6e88ac52be912690697697cb91
RANDOM SEED=1873592733

node25.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.265
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.265
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:       1609680 kB
Buffers:         28584 kB
Cached:         291084 kB
SwapCached:       8228 kB
Active:         178896 kB
Inactive:       228664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609680 kB
SwapTotal:     4192956 kB
SwapFree:      4179684 kB
Dirty:             932 kB
Writeback:           0 kB
Mapped:         101724 kB
Slab:            23688 kB
Committed_AS:   953964 kB
PageTables:       2156 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= 66488 MiB
End job on node25 at 2008-07-11 18:24:16