Trace number 1121988

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 11.6292 12.6666

General information on the benchmark

Namemaxcsp/pi/pi-30-10-25-t48/
normalized-pi-30-10-197-52-61.xml
MD5SUMd695accc84195a1a5c843d1f62fed708
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1.87871
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 15 17:23:31 2008
0.00/0.04	c 0	PID 32058
0.00/0.04	c 0	HOST node28.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1121988-1216135411.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1121988-1216135411.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 30 variables, 0 predicates, 109 relations, 109 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.61	c 1	Parsing HOME/temp.csp
0.30/0.75	c 1	parsed 249 expressions
0.30/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.75	c 1	MAX CSP: 109 constraints
0.30/0.75	c 1	Converting to clausal form CSP
0.30/0.78	c 1	converted 37 (10%) expressions
0.30/0.78	c 1	converted 73 (20%) expressions
0.30/0.79	c 1	converted 109 (30%) expressions
0.30/0.79	c 1	converted 145 (40%) expressions
0.30/0.81	c 1	converted 181 (50%) expressions
0.30/0.81	c 1	converted 217 (60%) expressions
0.30/0.82	c 1	converted 253 (70%) expressions
0.30/0.82	c 1	converted 289 (80%) expressions
0.30/0.83	c 1	converted 325 (90%) expressions
0.30/0.89	c 1	converted 361 (100%) expressions
0.30/0.89	c 1	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 164
0.30/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.90	c 1	Propagation in CSP
0.30/0.91	c 1	104 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.91	c 1	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.30/0.91	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.91	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.91	c 1	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.30/0.91	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.94	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.96	c 1	25 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.30/0.96	c 1	50 (20%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.30/0.96	c 1	75 (30%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.30/0.96	c 1	100 (40%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.30/0.97	c 1	124 (50%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.30/0.97	c 1	149 (60%) CSP integer variables are encoded (367 clauses, 3909 bytes)
0.30/0.97	c 1	174 (70%) CSP integer variables are encoded (472 clauses, 5064 bytes)
0.30/0.97	c 1	199 (80%) CSP integer variables are encoded (623 clauses, 6725 bytes)
0.30/0.97	c 1	224 (90%) CSP integer variables are encoded (1219 clauses, 14152 bytes)
0.30/0.98	c 1	248 (100%) CSP integer variables are encoded (1426 clauses, 16843 bytes)
0.75/1.03	c 1	33 (10%) CSP clauses are encoded (2220 clauses, 32449 bytes)
0.75/1.05	c 1	66 (20%) CSP clauses are encoded (3007 clauses, 48523 bytes)
0.75/1.06	c 1	98 (30%) CSP clauses are encoded (3785 clauses, 65882 bytes)
0.75/1.07	c 1	131 (40%) CSP clauses are encoded (4172 clauses, 73347 bytes)
0.75/1.08	c 1	163 (50%) CSP clauses are encoded (5074 clauses, 86401 bytes)
0.75/1.08	c 1	196 (60%) CSP clauses are encoded (5395 clauses, 90810 bytes)
0.75/1.09	c 1	229 (70%) CSP clauses are encoded (7740 clauses, 125879 bytes)
0.75/1.09	c 1	261 (80%) CSP clauses are encoded (9124 clauses, 145475 bytes)
0.85/1.11	c 1	294 (90%) CSP clauses are encoded (14941 clauses, 244409 bytes)
0.85/1.12	c 1	326 (100%) CSP clauses are encoded (21215 clauses, 357612 bytes)
0.85/1.12	c 1	326 CSP clauses encoded
0.85/1.12	c 1	Writing map file : HOME/temp.map
0.85/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.12	c 1	SAT : 1674 SAT variables, 21215 SAT clauses, 357612 bytes
0.85/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.16	c 1	OBJECTIVE minimize _COST
0.85/1.16	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.85/1.16	c 1	SEARCHING: _COST <= 55
0.85/1.16	c 1	SOLVING HOME/temp.cnf
0.85/1.16	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.85/1.17	c 1	This is MiniSat 2.0 beta
0.85/1.17	c 1	WARNING: for repeatability, setting FPU to use double precision
0.85/1.17	c 1	============================[ Problem Statistics ]=============================
0.85/1.17	c 1	|                                                                             |
0.85/1.17	c 1	|  Number of variables:  1674                                                 |
0.85/1.17	c 1	|  Number of clauses:    21216                                                |
0.85/1.18	c 1	|  Parsing time:         0.01         s                                       |
0.85/1.18	c 1	============================[ Search Statistics ]==============================
0.85/1.18	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.85/1.18	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.85/1.18	c 1	===============================================================================
0.85/1.18	c 1	|         0 |    1296    14824    45292 |     4941        0    nan |  0.000 % |
0.85/1.18	c 1	===============================================================================
0.85/1.18	c 1	restarts              : 1
0.85/1.18	c 1	conflicts             : 35             (2334 /sec)
0.85/1.18	c 1	decisions             : 84             (0.00 % random) (5601 /sec)
0.85/1.18	c 1	propagations          : 3082           (205508 /sec)
0.85/1.18	c 1	conflict literals     : 858            (8.53 % deleted)
0.85/1.18	c 1	Memory used           : 2.71 MB
0.85/1.18	c 1	CPU time              : 0.014997 s
0.85/1.18	c 1	
0.85/1.18	c 1	SATISFIABLE
0.85/1.18	c 1	FOUND: _COST <= 55
0.85/1.18	s SATISFIABLE
0.85/1.18	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.85/1.18	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.91/1.26	c 1	Decoding HOME/temp.out
0.91/1.30	c 1	OBJECTIVE _COST 31
0.91/1.30	o 31
0.91/1.30	v 10 10 9 9 6 9 3 10 9 5 10 8 8 5 3 7 2 10 2 3 5 2 6 7 3 10 8 8 10 10
0.91/1.31	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.36	c 1	OBJECTIVE BOUND: 0 <= _COST <= 31
0.91/1.36	c 1	SEARCHING: _COST <= 15
0.91/1.36	c 1	SOLVING HOME/temp.cnf
0.91/1.36	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.91/1.37	c 1	This is MiniSat 2.0 beta
0.91/1.37	c 1	WARNING: for repeatability, setting FPU to use double precision
0.91/1.37	c 1	============================[ Problem Statistics ]=============================
0.91/1.37	c 1	|                                                                             |
0.91/1.37	c 1	|  Number of variables:  1674                                                 |
0.91/1.37	c 1	|  Number of clauses:    21216                                                |
0.91/1.38	c 1	|  Parsing time:         0.01         s                                       |
0.91/1.38	c 1	============================[ Search Statistics ]==============================
0.91/1.38	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.91/1.38	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.91/1.38	c 1	===============================================================================
0.91/1.38	c 1	|         0 |     939     7982    25797 |     2660        0    nan |  0.000 % |
0.91/1.39	c 1	|       100 |     939     7982    25797 |     2926      100     21 | 43.907 % |
0.91/1.40	c 1	|       251 |     939     7982    25797 |     3219      251     22 | 43.907 % |
1.06/1.41	c 1	|       477 |     939     7982    25797 |     3541      477     22 | 43.907 % |
1.06/1.41	c 1	===============================================================================
1.06/1.41	c 1	restarts              : 4
1.06/1.41	c 1	conflicts             : 532            (12669 /sec)
1.06/1.41	c 1	decisions             : 749            (1.20 % random) (17836 /sec)
1.06/1.41	c 1	propagations          : 71905          (1712309 /sec)
1.06/1.41	c 1	conflict literals     : 11046          (25.23 % deleted)
1.06/1.41	c 1	Memory used           : 2.71 MB
1.06/1.41	c 1	CPU time              : 0.041993 s
1.06/1.41	c 1	
1.06/1.41	c 1	SATISFIABLE
1.06/1.41	c 1	FOUND: _COST <= 15
1.06/1.41	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.06/1.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.06/1.49	c 1	Decoding HOME/temp.out
1.11/1.54	c 1	OBJECTIVE _COST 15
1.11/1.54	o 15
1.11/1.54	v 4 10 4 9 10 4 1 1 10 4 6 9 8 5 10 2 10 5 9 3 10 10 1 9 8 9 7 4 6 6
1.11/1.54	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.57	c 2	OBJECTIVE BOUND: 0 <= _COST <= 15
1.11/1.57	c 2	SEARCHING: _COST <= 7
1.11/1.57	c 2	SOLVING HOME/temp.cnf
1.11/1.57	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.11/1.58	c 2	This is MiniSat 2.0 beta
1.11/1.58	c 2	WARNING: for repeatability, setting FPU to use double precision
1.11/1.58	c 2	============================[ Problem Statistics ]=============================
1.11/1.58	c 2	|                                                                             |
1.11/1.58	c 2	|  Number of variables:  1674                                                 |
1.11/1.58	c 2	|  Number of clauses:    21216                                                |
1.24/2.14	c 2	|  Parsing time:         0.02         s                                       |
1.24/2.14	c 2	============================[ Search Statistics ]==============================
1.24/2.14	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/2.14	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/2.14	c 2	===============================================================================
1.24/2.14	c 2	|         0 |     804     5775    19573 |     1925        0    nan |  0.000 % |
1.24/2.15	c 2	|       100 |     804     5775    19573 |     2117      100     26 | 51.971 % |
1.24/2.16	c 2	|       250 |     804     5775    19573 |     2329      250     20 | 51.972 % |
1.24/2.17	c 2	|       475 |     804     5775    19573 |     2562      475     22 | 51.972 % |
1.24/2.19	c 2	|       812 |     804     5775    19573 |     2818      812     19 | 51.972 % |
1.31/2.22	c 2	|      1318 |     804     5775    19573 |     3100     1318     18 | 51.972 % |
1.31/2.28	c 2	|      2077 |     804     5775    19573 |     3410     2077     18 | 51.972 % |
1.40/2.36	c 2	|      3216 |     804     5775    19573 |     3751     3216     18 | 51.972 % |
1.50/2.49	c 2	|      4924 |     804     5775    19573 |     4126     4924     19 | 51.972 % |
1.80/2.72	c 3	|      7486 |     804     5775    19573 |     4539     4869     17 | 51.972 % |
2.10/3.05	c 3	|     11330 |     804     5775    19573 |     4992     3109     16 | 51.972 % |
2.70/3.60	c 4	|     17096 |     804     5775    19573 |     5492     5865     15 | 51.972 % |
3.51/4.41	c 4	|     25745 |     804     5775    19573 |     6041     4592     17 | 51.972 % |
4.70/5.67	c 6	|     38719 |     804     5775    19573 |     6645     6862     21 | 51.972 % |
5.10/6.04	c 6	===============================================================================
5.10/6.04	c 6	restarts              : 14
5.10/6.04	c 6	conflicts             : 42594          (10867 /sec)
5.10/6.04	c 6	decisions             : 46826          (1.04 % random) (11947 /sec)
5.10/6.04	c 6	propagations          : 6470631        (1650922 /sec)
5.10/6.04	c 6	conflict literals     : 793558         (34.26 % deleted)
5.10/6.04	c 6	Memory used           : 3.49 MB
5.10/6.04	c 6	CPU time              : 3.9194 s
5.10/6.04	c 6	
5.10/6.04	c 6	SATISFIABLE
5.10/6.04	c 6	FOUND: _COST <= 7
5.10/6.04	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.10/6.04	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.17/6.12	c 6	Decoding HOME/temp.out
5.17/6.16	c 6	OBJECTIVE _COST 7
5.17/6.16	o 7
5.17/6.16	v 10 10 8 10 10 10 8 1 6 2 8 9 4 6 2 2 10 5 4 6 10 3 4 6 6 1 8 5 5 10
5.17/6.17	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.17/6.22	c 6	OBJECTIVE BOUND: 0 <= _COST <= 7
5.17/6.22	c 6	SEARCHING: _COST <= 3
5.17/6.22	c 6	SOLVING HOME/temp.cnf
5.17/6.22	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.17/6.27	c 6	This is MiniSat 2.0 beta
5.17/6.27	c 6	WARNING: for repeatability, setting FPU to use double precision
5.17/6.27	c 6	============================[ Problem Statistics ]=============================
5.17/6.27	c 6	|                                                                             |
5.17/6.27	c 6	|  Number of variables:  1674                                                 |
5.17/6.27	c 6	|  Number of clauses:    21216                                                |
5.17/6.28	c 6	|  Parsing time:         0.01         s                                       |
5.17/6.28	c 6	============================[ Search Statistics ]==============================
5.17/6.28	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.17/6.28	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.17/6.28	c 6	===============================================================================
5.17/6.28	c 6	|         0 |     661     4327    15654 |     1442        0    nan |  0.000 % |
5.17/6.29	c 6	|       100 |     661     4327    15654 |     1586      100     28 | 60.514 % |
5.17/6.30	c 6	|       250 |     661     4327    15654 |     1745      250     18 | 60.514 % |
5.32/6.31	c 6	|       475 |     661     4327    15654 |     1919      475     16 | 60.514 % |
5.32/6.33	c 6	|       813 |     661     4327    15654 |     2111      813     14 | 60.514 % |
5.32/6.35	c 6	|      1319 |     661     4327    15654 |     2322     1319     14 | 60.514 % |
5.32/6.40	c 6	|      2078 |     661     4327    15654 |     2555     2078     14 | 60.514 % |
5.32/6.48	c 6	|      3217 |     661     4327    15654 |     2810     3217     16 | 60.514 % |
5.64/6.62	c 7	|      4925 |     661     4327    15654 |     3091     2982     18 | 60.514 % |
5.83/6.84	c 7	|      7488 |     661     4327    15654 |     3400     3434     15 | 60.514 % |
6.13/7.14	c 7	|     11332 |     661     4327    15654 |     3741     2774     18 | 60.514 % |
6.51/7.59	c 8	|     17098 |     661     4327    15654 |     4115     3613     22 | 60.514 % |
7.20/8.27	c 8	|     25747 |     661     4327    15654 |     4526     4348     20 | 60.514 % |
8.29/9.33	c 9	|     38722 |     660     4312    15600 |     4979     1815     24 | 60.574 % |
8.39/9.49	c 9	===============================================================================
8.39/9.49	c 9	restarts              : 14
8.39/9.49	c 9	conflicts             : 40904          (12901 /sec)
8.39/9.49	c 9	decisions             : 44926          (1.11 % random) (14170 /sec)
8.39/9.49	c 9	propagations          : 5886865        (1856752 /sec)
8.39/9.49	c 9	conflict literals     : 805416         (32.58 % deleted)
8.39/9.49	c 9	Memory used           : 3.23 MB
8.39/9.49	c 9	CPU time              : 3.17052 s
8.39/9.49	c 9	
8.39/9.49	c 9	SATISFIABLE
8.39/9.50	c 9	FOUND: _COST <= 3
8.39/9.50	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.39/9.50	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.50/9.57	c 10	Decoding HOME/temp.out
8.50/9.61	c 10	OBJECTIVE _COST 3
8.50/9.61	o 3
8.50/9.62	v 1 7 9 4 3 10 1 1 5 5 6 4 1 8 5 9 8 1 1 10 6 5 2 4 4 6 9 4 7 8
8.50/9.62	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.50/9.65	c 10	OBJECTIVE BOUND: 0 <= _COST <= 3
8.50/9.65	c 10	SEARCHING: _COST <= 1
8.50/9.65	c 10	SOLVING HOME/temp.cnf
8.50/9.65	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.50/9.65	c 10	This is MiniSat 2.0 beta
8.50/9.65	c 10	WARNING: for repeatability, setting FPU to use double precision
8.50/9.65	c 10	============================[ Problem Statistics ]=============================
8.50/9.65	c 10	|                                                                             |
8.50/9.65	c 10	|  Number of variables:  1674                                                 |
8.50/9.65	c 10	|  Number of clauses:    21216                                                |
8.50/9.67	c 10	|  Parsing time:         0.01         s                                       |
8.50/9.67	c 10	============================[ Search Statistics ]==============================
8.50/9.67	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.50/9.67	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.50/9.67	c 10	===============================================================================
8.50/9.67	c 10	|         0 |     488     3293    13069 |     1097        0    nan |  0.000 % |
8.50/9.67	c 10	|       100 |     488     3293    13069 |     1207      100     23 | 70.848 % |
8.50/9.68	c 10	|       250 |     488     3293    13069 |     1328      250     25 | 70.856 % |
8.50/9.69	c 10	|       475 |     488     3293    13069 |     1460      475     21 | 70.849 % |
8.63/9.71	c 10	|       812 |     488     3293    13069 |     1607      812     19 | 70.849 % |
8.63/9.74	c 10	|      1318 |     487     3275    13001 |     1767      869     21 | 70.908 % |
8.63/9.80	c 10	|      2077 |     486     3259    12944 |     1944     1111     20 | 70.968 % |
8.77/9.87	c 10	|      3216 |     484     3204    12704 |     2139     1749     20 | 71.087 % |
8.87/9.91	c 10	===============================================================================
8.87/9.91	c 10	restarts              : 8
8.87/9.91	c 10	conflicts             : 3911           (15045 /sec)
8.87/9.91	c 10	decisions             : 4517           (1.31 % random) (17376 /sec)
8.87/9.91	c 10	propagations          : 459795         (1768714 /sec)
8.87/9.91	c 10	conflict literals     : 72056          (26.61 % deleted)
8.87/9.91	c 10	Memory used           : 2.71 MB
8.87/9.91	c 10	CPU time              : 0.25996 s
8.87/9.91	c 10	
8.87/9.92	c 10	UNSATISFIABLE
8.87/9.92	c 10	NOT FOUND: _COST <= 1
8.87/9.92	c 10	OBJECTIVE BOUND: 2 <= _COST <= 3
8.87/9.92	c 10	SEARCHING: _COST <= 2
8.87/9.92	c 10	SOLVING HOME/temp.cnf
8.87/9.92	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.87/9.92	c 10	This is MiniSat 2.0 beta
8.87/9.92	c 10	WARNING: for repeatability, setting FPU to use double precision
8.87/9.92	c 10	============================[ Problem Statistics ]=============================
8.87/9.92	c 10	|                                                                             |
8.87/9.92	c 10	|  Number of variables:  1674                                                 |
8.87/9.92	c 10	|  Number of clauses:    21216                                                |
8.87/9.93	c 10	|  Parsing time:         0.01         s                                       |
8.87/9.94	c 10	============================[ Search Statistics ]==============================
8.87/9.94	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.87/9.94	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.87/9.94	c 10	===============================================================================
8.87/9.94	c 10	|         0 |     597     3877    14495 |     1292        0    nan |  0.000 % |
8.87/9.94	c 10	|       100 |     597     3877    14495 |     1421      100     28 | 64.337 % |
8.87/9.95	c 10	|       250 |     597     3877    14495 |     1563      250     19 | 64.337 % |
8.87/9.96	c 10	|       475 |     597     3877    14495 |     1720      475     17 | 64.337 % |
8.87/9.98	c 10	|       813 |     597     3877    14495 |     1892      813     16 | 64.337 % |
8.90/10.01	c 10	|      1319 |     597     3877    14495 |     2081     1319     17 | 64.337 % |
8.90/10.06	c 10	|      2078 |     597     3877    14495 |     2289     2078     16 | 64.337 % |
8.90/10.14	c 10	|      3217 |     597     3877    14495 |     2518     3217     15 | 64.339 % |
8.90/10.26	c 10	|      4926 |     596     3858    14426 |     2770     2627     21 | 64.397 % |
8.90/10.48	c 10	|      7488 |     596     3858    14426 |     3047     3200     20 | 64.397 % |
8.90/10.79	c 11	|     11333 |     596     3858    14426 |     3351     2879     20 | 64.397 % |
10.16/11.24	c 11	|     17099 |     596     3858    14426 |     3687     4154     18 | 64.397 % |
10.86/11.94	c 12	|     25749 |     596     3858    14426 |     4055     2897     20 | 64.397 % |
11.46/12.50	c 12	===============================================================================
11.46/12.50	c 12	restarts              : 13
11.46/12.50	c 12	conflicts             : 32571          (12680 /sec)
11.46/12.50	c 12	decisions             : 36280          (1.18 % random) (14124 /sec)
11.46/12.50	c 12	propagations          : 4649117        (1809975 /sec)
11.46/12.50	c 12	conflict literals     : 674321         (27.98 % deleted)
11.46/12.50	c 12	Memory used           : 3.11 MB
11.46/12.50	c 12	CPU time              : 2.56861 s
11.46/12.50	c 12	
11.46/12.50	c 12	SATISFIABLE
11.46/12.50	c 12	FOUND: _COST <= 2
11.46/12.50	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.46/12.50	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.46/12.58	c 13	Decoding HOME/temp.out
11.47/12.63	c 13	OBJECTIVE _COST 2
11.47/12.63	o 2
11.47/12.63	v 1 7 9 4 8 10 1 1 5 5 6 4 1 8 5 4 8 1 4 10 6 5 2 4 4 6 9 4 7 8
11.47/12.63	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.47/12.66	c 13	OBJECTIVE _COST 2
11.47/12.66	s OPTIMUM FOUND
11.47/12.66	c 13	CPU 11.35 (0.04 0.01 11.31 0.25)
11.47/12.66	c 13	END Tue Jul 15 17:23:44 2008

Verifier Data (download as text)

OK	2	107
2 unsatisfied constraints, 107 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-1121988-1216135411/watcher-1121988-1216135411 -o /tmp/evaluation-result-1121988-1216135411/solver-1121988-1216135411 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1121988-1216135411.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: 3.24 3.38 3.28 5/80 32058
/proc/meminfo: memFree=1590844/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=12268 CPUtime=0
/proc/32058/stat : 32058 (sugar) R 32056 32058 31433 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 70243275 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/32058/statm: 3067 316 241 3 0 167 0

[startup+0.055247 s]
/proc/loadavg: 3.24 3.38 3.28 5/80 32058
/proc/meminfo: memFree=1590844/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=0.03
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 70243275 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32058/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100929 s]
/proc/loadavg: 3.24 3.38 3.28 5/80 32058
/proc/meminfo: memFree=1590844/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=0.03
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 70243275 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32058/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30195 s]
/proc/loadavg: 3.24 3.38 3.28 5/80 32058
/proc/meminfo: memFree=1590844/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=0.03
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 70243275 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32058/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701992 s]
/proc/loadavg: 3.24 3.38 3.28 5/80 32058
/proc/meminfo: memFree=1590844/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=0.3
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 974 4345 0 1 3 0 24 3 16 0 1 0 70243275 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50109 s]
/proc/loadavg: 3.30 3.39 3.28 4/91 32080
/proc/meminfo: memFree=1580708/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=1.11
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1238 15206 0 3 3 1 95 12 16 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13600

[startup+3.10128 s]
/proc/loadavg: 3.30 3.39 3.28 5/83 32106
/proc/meminfo: memFree=1587300/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=1.23
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1290 18937 0 4 3 1 105 14 15 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
[pid=32105] ppid=32058 vsize=5356 CPUtime=0
/proc/32105/stat : 32105 (sh) S 32058 32058 31433 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 70243433 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32105/statm: 1339 232 193 169 0 50 0
[pid=32106] ppid=32105 vsize=3040 CPUtime=0.97
/proc/32106/stat : 32106 (minisat) R 32105 32058 31433 0 -1 4194304 508 0 0 0 97 0 0 0 25 0 1 0 70243433 3112960 494 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/32106/statm: 760 494 75 150 0 607 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 21996

[startup+6.30164 s]
/proc/loadavg: 3.30 3.39 3.28 4/83 32106
/proc/meminfo: memFree=1586276/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=5.32
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1404 23601 0 5 3 1 509 19 16 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 13600

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

[startup+9.50201 s]
/proc/loadavg: 3.20 3.37 3.28 4/83 32118
/proc/meminfo: memFree=1586468/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=8.5
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1446 24455 0 5 3 1 826 20 15 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 13600

[startup+11.1012 s]
/proc/loadavg: 3.18 3.36 3.27 3/83 32132
/proc/meminfo: memFree=1586788/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=8.9
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1571 28917 0 6 4 1 862 23 15 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
[pid=32131] ppid=32058 vsize=5356 CPUtime=0
/proc/32131/stat : 32131 (sh) S 32058 32058 31433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70244267 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32131/statm: 1339 232 193 169 0 50 0
[pid=32132] ppid=32131 vsize=3048 CPUtime=1.16
/proc/32132/stat : 32132 (minisat) R 32131 32058 31433 0 -1 4194304 495 0 0 0 116 0 0 0 25 0 1 0 70244268 3121152 481 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32132/statm: 762 481 75 150 0 609 0
Current children cumulated CPU time (s) 10.06
Current children cumulated vsize (KiB) 22004

[startup+11.9013 s]
/proc/loadavg: 3.18 3.36 3.27 3/83 32132
/proc/meminfo: memFree=1586788/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=8.9
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1571 28917 0 6 4 1 862 23 15 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
[pid=32131] ppid=32058 vsize=5356 CPUtime=0
/proc/32131/stat : 32131 (sh) S 32058 32058 31433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70244267 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32131/statm: 1339 232 193 169 0 50 0
[pid=32132] ppid=32131 vsize=3048 CPUtime=1.96
/proc/32132/stat : 32132 (minisat) R 32131 32058 31433 0 -1 4194304 522 0 0 0 196 0 0 0 25 0 1 0 70244268 3121152 508 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/32132/statm: 762 508 75 150 0 609 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 22004

[startup+12.3013 s]
/proc/loadavg: 3.18 3.36 3.27 3/83 32132
/proc/meminfo: memFree=1586660/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=8.9
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1571 28917 0 6 4 1 862 23 15 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
[pid=32131] ppid=32058 vsize=5356 CPUtime=0
/proc/32131/stat : 32131 (sh) S 32058 32058 31433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70244267 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32131/statm: 1339 232 193 169 0 50 0
[pid=32132] ppid=32131 vsize=3180 CPUtime=2.36
/proc/32132/stat : 32132 (minisat) R 32131 32058 31433 0 -1 4194304 535 0 0 0 236 0 0 0 25 0 1 0 70244268 3256320 521 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 1 0 0
/proc/32132/statm: 795 521 75 150 0 642 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 22136

[startup+12.5014 s]
/proc/loadavg: 3.18 3.36 3.27 3/83 32132
/proc/meminfo: memFree=1586660/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=8.9
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1571 28917 0 6 4 1 862 23 15 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
[pid=32131] ppid=32058 vsize=5356 CPUtime=0
/proc/32131/stat : 32131 (sh) S 32058 32058 31433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70244267 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32131/statm: 1339 232 193 169 0 50 0
[pid=32132] ppid=32131 vsize=3180 CPUtime=2.56
/proc/32132/stat : 32132 (minisat) R 32131 32058 31433 0 -1 4194304 538 0 0 0 256 0 0 0 25 0 1 0 70244268 3256320 524 996147200 134512640 135127466 4294956256 18446744073709551615 134527091 0 0 4096 3 0 0 0 17 1 0 0
/proc/32132/statm: 795 524 75 150 0 642 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 22136

[startup+12.6161 s]
/proc/loadavg: 3.18 3.36 3.27 3/83 32132
/proc/meminfo: memFree=1586660/2055920 swapFree=4180132/4192956
[pid=32058] ppid=32056 vsize=13600 CPUtime=11.47
/proc/32058/stat : 32058 (sugar) S 32056 32058 31433 0 -1 4194304 1632 29750 0 6 4 1 1119 23 16 0 1 0 70243275 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32058/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 12.6666
CPU time (s): 11.6292
CPU user time (s): 11.3563
CPU system time (s): 0.272958
CPU usage (%): 91.8099
Max. virtual memory (cumulated for all children) (KiB): 883248

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

runsolver used 0.014997 second user time and 0.057991 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-15 17:23:31
IDJOB=1121988
IDBENCH=62688
IDSOLVER=368
FILE ID=node28/1121988-1216135411
PBS_JOBID= 7905448
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/pi/pi-30-10-25-t48/normalized-pi-30-10-197-52-61.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1121988-1216135411/watcher-1121988-1216135411 -o /tmp/evaluation-result-1121988-1216135411/solver-1121988-1216135411 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1121988-1216135411.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d695accc84195a1a5c843d1f62fed708
RANDOM SEED=577034622

node28.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.223
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	: 5931.00
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.223
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:       1591580 kB
Buffers:         86568 kB
Cached:         218048 kB
SwapCached:       6144 kB
Active:         270320 kB
Inactive:       121648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591580 kB
SwapTotal:     4192956 kB
SwapFree:      4180132 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:         100540 kB
Slab:            57172 kB
Committed_AS:  1138784 kB
PageTables:       2128 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node28 at 2008-07-15 17:23:44