Trace number 1125435

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+minisat-incOPTIMUM 477.085 480.412

General information on the benchmark

Namemaxcsp/celar/subs6/
normalized-scenw-6-sub3_ext.xml
MD5SUM1216176e93aff5a96b5556446541d686
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark0.565913
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints421
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension421
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 03:09:38 2008
0.00/0.08	c 0	PID 825
0.00/0.08	c 0	HOST node47.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1125435-1216170577.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125435-1216170577.xml' 'HOME/temp.csp'
0.06/0.77	c 0	2 domains, 18 variables, 0 predicates, 137 relations, 421 constraints
0.06/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.74/0.90	c 0	Parsing HOME/temp.csp
1.29/1.50	c 1	parsed 578 expressions
1.39/1.50	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/1.51	c 1	MAX CSP: 421 constraints
1.39/1.51	c 1	Converting to clausal form CSP
1.39/1.54	c 1	converted 101 (10%) expressions
1.50/1.60	c 1	converted 201 (20%) expressions
1.60/1.74	c 1	converted 301 (30%) expressions
1.69/1.80	c 1	converted 401 (40%) expressions
1.69/1.85	c 1	converted 501 (50%) expressions
1.79/1.92	c 1	converted 602 (60%) expressions
1.79/1.99	c 1	converted 702 (70%) expressions
2.00/2.20	c 2	converted 802 (80%) expressions
2.10/2.25	c 2	converted 902 (90%) expressions
2.29/2.50	c 2	converted 1002 (100%) expressions
2.29/2.50	c 2	CSP : 860 integers, 0 booleans, 1262 clauses, largest domain size 632
2.29/2.50	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.50	c 2	Propagation in CSP
2.38/2.53	c 2	416 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.53	c 2	CSP : 860 integers, 0 booleans, 1262 clauses, largest domain size 422
2.38/2.53	c 2	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.54	c 2	Simplifing CSP by introducing new Boolean variables
2.38/2.54	c 2	CSP : 860 integers, 0 booleans, 1262 clauses, largest domain size 422
2.38/2.54	c 2	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.69	c 2	86 (10%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.48/2.69	c 2	172 (20%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.48/2.70	c 2	258 (30%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.48/2.70	c 2	344 (40%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.58/2.70	c 2	430 (50%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.58/2.70	c 2	516 (60%) CSP integer variables are encoded (1481 clauses, 17627 bytes)
2.58/2.70	c 2	602 (70%) CSP integer variables are encoded (2038 clauses, 24868 bytes)
2.58/2.70	c 2	688 (80%) CSP integer variables are encoded (2734 clauses, 33916 bytes)
2.58/2.71	c 2	774 (90%) CSP integer variables are encoded (5997 clauses, 76335 bytes)
2.58/2.71	c 2	860 (100%) CSP integer variables are encoded (6970 clauses, 88984 bytes)
2.68/2.88	c 2	127 (10%) CSP clauses are encoded (12318 clauses, 200730 bytes)
2.88/3.01	c 2	253 (20%) CSP clauses are encoded (17545 clauses, 320542 bytes)
2.98/3.14	c 3	379 (30%) CSP clauses are encoded (22883 clauses, 447841 bytes)
2.98/3.19	c 3	505 (40%) CSP clauses are encoded (25921 clauses, 511531 bytes)
3.08/3.22	c 3	631 (50%) CSP clauses are encoded (37241 clauses, 714972 bytes)
3.08/3.23	c 3	758 (60%) CSP clauses are encoded (40810 clauses, 777031 bytes)
3.08/3.29	c 3	884 (70%) CSP clauses are encoded (72658 clauses, 1358854 bytes)
3.18/3.34	c 3	1010 (80%) CSP clauses are encoded (101976 clauses, 1874221 bytes)
3.27/3.46	c 3	1136 (90%) CSP clauses are encoded (168840 clauses, 3098085 bytes)
3.46/3.62	c 3	1262 (100%) CSP clauses are encoded (258472 clauses, 4743773 bytes)
3.46/3.62	c 3	1262 CSP clauses encoded
3.46/3.62	c 3	Writing map file : HOME/temp.map
3.46/3.63	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.63	c 3	SAT : 7830 SAT variables, 258472 SAT clauses, 4743773 bytes
3.46/3.63	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.69	c 3	OBJECTIVE minimize _COST
3.46/3.69	c 3	SOLVING HOME/temp.cnf
3.46/3.69	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.46/3.69	c 3	This is MiniSat 2.0 beta incremental
3.46/3.69	c 3	WARNING: for repeatability, setting FPU to use double precision
3.46/3.69	c 3	============================[ Problem Statistics ]=============================
3.46/3.70	c 3	|                                                                             |
3.46/3.70	c 3	|  Number of variables:  7830                                                 |
3.46/3.70	c 3	|  Number of clauses:    258472                                               |
3.53/3.82	c 3	|  Parsing time:         0.11         s                                       |
3.53/3.82	c 3	OK
3.53/3.82	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.53/3.82	c 3	SEARCHING: _COST <= 211
3.53/3.82	c 3	============================[ Search Statistics ]==============================
3.53/3.82	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.53/3.82	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.53/3.82	c 3	===============================================================================
3.53/3.82	c 3	|         0 |    7830   258472   782428 |    86157        0    nan |  0.000 % |
3.54/3.90	c 3	===============================================================================
3.54/3.90	c 3	restarts              : 1
3.54/3.90	c 3	conflicts             : 44            (235 /sec)
3.54/3.90	c 3	decisions             : 581           (1.03 % random) (3107 /sec)
3.54/3.90	c 3	propagations          : 39717          (212423 /sec)
3.54/3.90	c 3	conflict literals     : 762            (11.40 % deleted)
3.54/3.90	c 3	Memory used           : 13.07 MB
3.54/3.90	c 3	CPU time              : 0.186971 s
3.54/3.90	c 3	
3.54/3.90	c 3	SATISFIABLE
3.54/3.90	c 3	OK
3.54/3.90	c 3	FOUND: _COST <= 211
3.54/3.90	s SATISFIABLE
3.54/3.90	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.54/3.90	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.54/3.98	c 3	Decoding HOME/temp.out
3.54/4.11	c 4	OBJECTIVE _COST 211
3.54/4.11	o 211
3.54/4.11	v 43 43 33 38 43 43 42 43 9 43 17 35 35 35 0 43 37 11
3.54/4.12	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.54/4.17	c 4	OK
3.54/4.17	c 4	OBJECTIVE BOUND: 0 <= _COST <= 211
3.54/4.17	c 4	SEARCHING: _COST <= 105
3.54/4.17	c 4	============================[ Search Statistics ]==============================
3.54/4.18	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.54/4.18	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.54/4.18	c 4	===============================================================================
3.54/4.18	c 4	|        44 |    7820   258472   782428 |    86157       43     18 |  0.000 % |
3.78/4.26	c 4	|       146 |    7820   258472   782428 |    94773      145     17 | 24.267 % |
4.10/4.32	c 4	|       297 |    7820   258472   782428 |   104250      296     17 | 24.267 % |
4.10/4.34	c 4	===============================================================================
4.10/4.34	c 4	restarts              : 4
4.10/4.34	c 4	conflicts             : 421           (1179 /sec)
4.10/4.34	c 4	decisions             : 1533          (0.85 % random) (4295 /sec)
4.10/4.34	c 4	propagations          : 218033         (610831 /sec)
4.10/4.34	c 4	conflict literals     : 7283           (26.15 % deleted)
4.10/4.34	c 4	Memory used           : 13.07 MB
4.10/4.34	c 4	CPU time              : 0.356945 s
4.10/4.34	c 4	
4.10/4.34	c 4	SATISFIABLE
4.10/4.35	c 4	OK
4.10/4.35	c 4	FOUND: _COST <= 105
4.10/4.35	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.10/4.35	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.14/4.43	c 4	Decoding HOME/temp.out
4.14/4.52	c 4	OBJECTIVE _COST 85
4.14/4.52	o 85
4.14/4.52	v 43 43 7 4 38 2 5 25 38 30 25 35 35 0 2 2 10 43
4.14/4.52	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.14/4.56	c 4	OK
4.14/4.56	c 4	OBJECTIVE BOUND: 0 <= _COST <= 85
4.14/4.56	c 4	SEARCHING: _COST <= 42
4.14/4.57	c 4	============================[ Search Statistics ]==============================
4.14/4.58	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.14/4.58	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.14/4.58	c 4	===============================================================================
4.14/4.58	c 4	|       421 |    5930   258472   782428 |    86157      420     17 | 24.267 % |
4.35/4.62	c 4	|       522 |    5930   258472   782428 |    94773      521     17 | 41.150 % |
4.35/4.69	c 4	|       674 |    5930   258472   782428 |   104250      673     16 | 41.150 % |
4.54/4.82	c 4	|       899 |    5930   258472   782428 |   114675      898     16 | 41.150 % |
4.64/4.97	c 4	|      1237 |    5930   258472   782428 |   126142     1236     16 | 41.150 % |
4.84/5.19	c 5	|      1744 |    5930   258472   782428 |   138757     1743     16 | 41.150 % |
5.24/5.50	c 5	|      2505 |    4608   101716   321497 |   152632     2496     16 | 41.150 % |
5.53/5.84	c 5	|      3647 |    4608   101716   321497 |   167896     3638     16 | 41.150 % |
6.03/6.39	c 6	|      5356 |    4608   101716   321497 |   184685     5347     16 | 41.150 % |
7.02/7.31	c 7	|      7918 |    4608   101716   321497 |   203154     7909     16 | 41.150 % |
8.61/8.97	c 8	|     11763 |    4608   101716   321497 |   223469    11754     16 | 41.150 % |
10.98/11.36	c 11	|     17529 |    4608   101716   321497 |   245816    17520     17 | 41.150 % |
16.14/16.52	c 16	|     26178 |    4608   101716   321497 |   270398    26169     18 | 41.150 % |
23.47/23.94	c 23	|     39152 |    4608   101716   321497 |   297438    39143     19 | 41.150 % |
35.56/36.12	c 36	|     58613 |    4608   101716   321497 |   327182    58604     20 | 41.150 % |
49.82/50.58	c 50	===============================================================================
49.82/50.58	c 50	restarts              : 19
49.82/50.58	c 50	conflicts             : 77855         (1696 /sec)
49.82/50.58	c 50	decisions             : 102026        (0.86 % random) (2222 /sec)
49.82/50.58	c 50	propagations          : 39193898       (853581 /sec)
49.82/50.58	c 50	conflict literals     : 1589530        (35.89 % deleted)
49.82/50.58	c 50	Memory used           : 18.43 MB
49.82/50.58	c 50	CPU time              : 45.917 s
49.82/50.58	c 50	
49.82/50.58	c 50	SATISFIABLE
49.82/50.59	c 50	OK
49.82/50.59	c 50	FOUND: _COST <= 42
49.82/50.59	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.82/50.59	c 50	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.91/50.67	c 50	Decoding HOME/temp.out
49.91/50.76	c 50	OBJECTIVE _COST 42
49.91/50.76	o 42
49.91/50.76	v 43 43 2 2 38 0 1 43 38 26 26 35 16 1 0 0 9 43
49.91/50.76	c 50	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
49.91/50.84	c 50	OK
49.91/50.84	c 50	OBJECTIVE BOUND: 0 <= _COST <= 42
49.91/50.84	c 50	SEARCHING: _COST <= 21
49.91/50.84	c 50	============================[ Search Statistics ]==============================
49.91/50.84	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.91/50.84	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.91/50.84	c 50	===============================================================================
49.91/50.84	c 50	|     77855 |    3971    65487   214678 |    21829    77838     20 | 41.150 % |
50.39/51.17	c 51	|     77956 |    3971    65487   214678 |    24011    13325     23 | 49.286 % |
50.49/51.23	c 51	|     78106 |    3971    65487   214678 |    26413    13475     23 | 49.286 % |
50.59/51.34	c 51	|     78331 |    3971    65487   214678 |    29054    13700     23 | 49.286 % |
50.69/51.47	c 51	|     78670 |    3971    65487   214678 |    31959    14039     22 | 49.286 % |
50.88/51.66	c 51	|     79176 |    3971    65487   214678 |    35155    14545     22 | 49.286 % |
51.18/51.94	c 51	|     79938 |    3971    65487   214678 |    38671    15307     21 | 49.286 % |
51.67/52.42	c 52	|     81079 |    3971    65487   214678 |    42538    16448     21 | 49.286 % |
52.36/53.14	c 53	|     82787 |    3971    65487   214678 |    46792    18156     20 | 49.286 % |
53.45/54.22	c 54	|     85349 |    3971    65487   214678 |    51471    20718     19 | 49.286 % |
55.24/56.03	c 56	|     89193 |    3971    65487   214678 |    56618    24562     18 | 49.286 % |
57.81/58.64	c 58	|     94959 |    3971    65487   214678 |    62280    30328     18 | 49.286 % |
61.18/62.07	c 62	|    103608 |    3971    65487   214678 |    68508    38977     18 | 49.286 % |
68.02/68.98	c 68	|    116582 |    3971    65487   214678 |    75359    51951     18 | 49.286 % |
80.69/81.74	c 81	|    136044 |    3971    65487   214678 |    82895    71413     19 | 49.286 % |
99.92/101.14	c 101	|    165238 |    3971    65487   214678 |    91185    29423     20 | 49.286 % |
130.81/132.33	c 132	|    209029 |    3971    65487   214678 |   100303    73214     19 | 49.286 % |
132.70/134.26	c 134	===============================================================================
132.70/134.26	c 134	restarts              : 36
132.70/134.26	c 134	conflicts             : 210752        (1639 /sec)
132.70/134.26	c 134	decisions             : 269268        (0.96 % random) (2094 /sec)
132.70/134.26	c 134	propagations          : 106178006      (825752 /sec)
132.70/134.26	c 134	conflict literals     : 4100560        (32.87 % deleted)
132.70/134.26	c 134	Memory used           : 19.45 MB
132.70/134.26	c 134	CPU time              : 128.583 s
132.70/134.26	c 134	
132.70/134.26	c 134	UNSATISFIABLE
132.70/134.26	c 134	OK
132.70/134.26	c 134	NOT FOUND: _COST <= 21
132.70/134.26	c 134	OK
132.70/134.26	c 134	OBJECTIVE BOUND: 22 <= _COST <= 42
132.70/134.26	c 134	SEARCHING: _COST <= 32
132.70/134.26	c 134	============================[ Search Statistics ]==============================
132.70/134.26	c 134	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
132.70/134.26	c 134	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
132.70/134.26	c 134	===============================================================================
132.70/134.26	c 134	|    210752 |    3889    64857   213030 |    21619    56535     19 | 49.286 % |
133.00/134.53	c 134	|    210854 |    3889    64857   213030 |    23780    13354     15 | 50.332 % |
133.10/134.60	c 134	|    211004 |    3889    64857   213030 |    26158    13504     15 | 50.332 % |
133.10/134.69	c 134	|    211229 |    3889    64857   213030 |    28774    13729     15 | 50.332 % |
133.30/134.83	c 134	|    211566 |    3889    64857   213030 |    31652    14066     15 | 50.332 % |
133.50/135.04	c 135	|    212073 |    3889    64857   213030 |    34817    14573     15 | 50.332 % |
133.80/135.39	c 135	|    212833 |    3889    64857   213030 |    38299    15333     15 | 50.332 % |
134.39/135.93	c 135	|    213973 |    3889    64857   213030 |    42129    16473     15 | 50.332 % |
135.18/136.73	c 136	|    215681 |    3889    64857   213030 |    46342    18181     16 | 50.332 % |
136.37/137.95	c 137	|    218243 |    3889    64857   213030 |    50976    20743     16 | 50.332 % |
138.16/139.77	c 139	|    222088 |    3889    64857   213030 |    56074    24588     16 | 50.332 % |
140.93/142.51	c 142	|    227857 |    3889    64857   213030 |    61681    30357     16 | 50.332 % |
145.39/147.02	c 147	|    236506 |    3889    64857   213030 |    67849    39006     17 | 50.332 % |
154.01/155.79	c 155	|    249481 |    3889    64857   213030 |    74634    51981     18 | 50.332 % |
168.37/170.24	c 170	|    268944 |    3889    64857   213030 |    82098    71444     18 | 50.332 % |
186.51/188.56	c 188	|    298137 |    3889    64857   213030 |    90307    27760     20 | 50.332 % |
214.61/216.60	c 216	|    341926 |    3889    64857   213030 |    99338    71549     20 | 50.332 % |
221.90/223.92	c 223	===============================================================================
221.90/223.92	c 223	restarts              : 53
221.90/223.92	c 223	conflicts             : 353614        (1624 /sec)
221.90/223.92	c 223	decisions             : 450148        (0.99 % random) (2067 /sec)
221.90/223.92	c 223	propagations          : 182892690      (839971 /sec)
221.90/223.92	c 223	conflict literals     : 6947894        (34.14 % deleted)
221.90/223.92	c 223	Memory used           : 20.46 MB
221.90/223.92	c 223	CPU time              : 217.737 s
221.90/223.92	c 223	
221.90/223.92	c 223	SATISFIABLE
221.90/223.93	c 223	OK
221.90/223.93	c 223	FOUND: _COST <= 32
221.90/223.93	c 223	DECODING HOME/temp.out WITH HOME/temp.map
221.90/223.93	c 223	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
221.93/224.16	c 224	Decoding HOME/temp.out
221.93/224.27	c 224	OBJECTIVE _COST 32
221.93/224.27	o 32
221.93/224.27	v 0 0 41 41 8 43 42 22 5 18 18 11 21 42 43 43 37 0
221.93/224.27	c 224	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
222.13/224.69	c 224	OK
222.13/224.69	c 224	OBJECTIVE BOUND: 22 <= _COST <= 32
222.13/224.69	c 224	SEARCHING: _COST <= 27
222.13/224.69	c 224	============================[ Search Statistics ]==============================
222.13/224.69	c 224	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
222.13/224.69	c 224	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
222.13/224.69	c 224	===============================================================================
222.13/224.69	c 224	|    353614 |    3689    55512   185585 |    18504    83237     21 | 50.332 % |
222.55/225.14	c 225	|    353716 |    3689    55512   185585 |    20354    14199     21 | 52.887 % |
222.65/225.22	c 225	|    353866 |    3689    55512   185585 |    22389    14349     21 | 52.887 % |
222.75/225.30	c 225	|    354091 |    3689    55512   185585 |    24628    14574     21 | 52.887 % |
222.86/225.44	c 225	|    354429 |    3689    55512   185585 |    27091    14912     21 | 52.887 % |
223.05/225.67	c 225	|    354936 |    3689    55512   185585 |    29800    15419     21 | 52.887 % |
223.45/226.00	c 225	|    355695 |    3689    55512   185585 |    32780    16178     20 | 52.887 % |
223.75/226.39	c 226	|    356836 |    3689    55512   185585 |    36059    17319     20 | 52.887 % |
224.45/227.09	c 227	|    358544 |    3689    55512   185585 |    39664    19027     19 | 52.887 % |
225.55/228.19	c 228	|    361106 |    3689    55512   185585 |    43631    21589     19 | 52.887 % |
226.85/229.41	c 229	|    364951 |    3689    55512   185585 |    47994    25434     18 | 52.887 % |
229.05/231.66	c 231	|    370717 |    3689    55512   185585 |    52794    31200     19 | 52.887 % |
233.85/236.49	c 236	|    379370 |    3689    55512   185585 |    58073    39853     18 | 52.887 % |
241.95/244.53	c 244	|    392344 |    3689    55512   185585 |    63880    52827     18 | 52.887 % |
252.65/255.26	c 255	|    411806 |    3689    55512   185585 |    70268    17463     23 | 52.887 % |
266.64/269.26	c 269	|    440998 |    3689    55512   185585 |    77295    46655     20 | 52.887 % |
294.33/296.92	c 296	|    484788 |    3689    55512   185585 |    85025    20747     25 | 52.887 % |
333.32/335.97	c 335	|    550475 |    3689    55512   185585 |    93527    86434     21 | 52.887 % |
345.31/347.97	c 347	===============================================================================
345.31/347.98	c 347	restarts              : 71
345.31/347.98	c 347	conflicts             : 564277        (1655 /sec)
345.31/347.98	c 347	decisions             : 717152        (1.03 % random) (2103 /sec)
345.31/347.98	c 347	propagations          : 295022011      (865185 /sec)
345.31/347.98	c 347	conflict literals     : 11092046       (33.61 % deleted)
345.31/347.98	c 347	Memory used           : 22.81 MB
345.31/347.98	c 347	CPU time              : 340.993 s
345.31/347.98	c 347	
345.31/347.98	c 347	SATISFIABLE
345.31/347.98	c 347	OK
345.31/347.98	c 347	FOUND: _COST <= 27
345.31/347.98	c 347	DECODING HOME/temp.out WITH HOME/temp.map
345.31/347.98	c 347	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
345.39/348.42	c 348	Decoding HOME/temp.out
345.39/348.53	c 348	OBJECTIVE _COST 27
345.39/348.53	o 27
345.39/348.53	v 43 43 5 5 37 2 4 25 38 26 26 26 17 4 2 2 9 43
345.39/348.54	c 348	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
345.39/348.56	c 348	OK
345.39/348.56	c 348	OBJECTIVE BOUND: 22 <= _COST <= 27
345.39/348.56	c 348	SEARCHING: _COST <= 24
345.39/348.56	c 348	============================[ Search Statistics ]==============================
345.39/348.56	c 348	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
345.39/348.56	c 348	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
345.39/348.56	c 348	===============================================================================
345.39/348.56	c 348	|    564277 |    3587    51194   172932 |    17064    17316     19 | 52.887 % |
345.64/348.62	c 348	|    564379 |    3587    51194   172932 |    18771    17418     18 | 54.189 % |
345.64/348.70	c 348	|    564530 |    3587    51194   172932 |    20648    17569     18 | 54.189 % |
345.83/348.81	c 348	|    564756 |    3587    51194   172932 |    22713    17795     18 | 54.189 % |
345.93/348.97	c 348	|    565093 |    3587    51194   172932 |    24984    18132     18 | 54.189 % |
346.23/349.22	c 349	|    565599 |    3587    51194   172932 |    27482    18638     18 | 54.189 % |
346.63/349.61	c 349	|    566359 |    3587    51194   172932 |    30231    19398     18 | 54.189 % |
347.12/350.13	c 350	|    567498 |    3587    51194   172932 |    33254    20537     18 | 54.189 % |
347.92/350.90	c 350	|    569206 |    3587    51194   172932 |    36579    22245     18 | 54.189 % |
348.91/352.00	c 351	|    571768 |    3587    51194   172932 |    40237    24807     18 | 54.189 % |
350.69/353.71	c 353	|    575614 |    3587    51194   172932 |    44261    28653     18 | 54.189 % |
352.47/355.50	c 355	===============================================================================
352.47/355.50	c 355	restarts              : 82
352.47/355.50	c 355	conflicts             : 579273        (1665 /sec)
352.47/355.50	c 355	decisions             : 735804        (1.04 % random) (2115 /sec)
352.47/355.51	c 355	propagations          : 302765540      (870306 /sec)
352.47/355.51	c 355	conflict literals     : 11359968       (33.64 % deleted)
352.47/355.51	c 355	Memory used           : 22.81 MB
352.47/355.51	c 355	CPU time              : 347.884 s
352.47/355.51	c 355	
352.47/355.51	c 355	SATISFIABLE
352.47/355.51	c 355	OK
352.47/355.51	c 355	FOUND: _COST <= 24
352.47/355.51	c 355	DECODING HOME/temp.out WITH HOME/temp.map
352.47/355.51	c 355	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
352.47/355.59	c 355	Decoding HOME/temp.out
352.48/355.72	c 355	OBJECTIVE _COST 24
352.48/355.72	o 24
352.48/355.72	v 43 43 5 5 37 2 1 21 38 26 26 26 17 1 2 2 9 43
352.48/355.74	c 355	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
352.74/356.05	c 356	OK
352.74/356.05	c 356	OBJECTIVE BOUND: 22 <= _COST <= 24
352.74/356.05	c 356	SEARCHING: _COST <= 23
352.74/356.05	c 356	============================[ Search Statistics ]==============================
352.74/356.05	c 356	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
352.74/356.05	c 356	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
352.74/356.05	c 356	===============================================================================
352.74/356.05	c 356	|    579273 |    3487    47659   162624 |    15886    32128     18 | 54.189 % |
352.79/356.14	c 356	|    579373 |    3487    47659   162624 |    17474    14319     17 | 55.466 % |
352.89/356.21	c 356	|    579524 |    3487    47659   162624 |    19222    14470     17 | 55.466 % |
353.00/356.32	c 356	|    579753 |    3487    47659   162624 |    21144    14699     17 | 55.466 % |
353.10/356.45	c 356	|    580092 |    3487    47659   162624 |    23259    15038     17 | 55.466 % |
353.30/356.66	c 356	|    580598 |    3487    47659   162624 |    25585    15544     17 | 55.466 % |
353.60/356.93	c 356	|    581358 |    3487    47659   162624 |    28143    16304     17 | 55.466 % |
354.00/357.37	c 357	|    582498 |    3487    47659   162624 |    30957    17444     17 | 55.466 % |
354.80/358.10	c 358	|    584206 |    3487    47659   162624 |    34053    19152     16 | 55.466 % |
355.79/359.19	c 359	|    586768 |    3487    47659   162624 |    37459    21714     16 | 55.466 % |
357.50/360.87	c 360	|    590613 |    3487    47659   162624 |    41205    25559     16 | 55.466 % |
359.49/362.88	c 362	|    596379 |    3487    47659   162624 |    45325    31325     17 | 55.466 % |
363.69/367.00	c 366	|    605029 |    3487    47659   162624 |    49858    39975     17 | 55.466 % |
371.38/374.71	c 374	|    618003 |    3487    47659   162624 |    54843    52949     18 | 55.466 % |
380.39/383.73	c 383	|    637467 |    3487    47659   162624 |    60328    29738     19 | 55.466 % |
397.09/400.48	c 400	|    666660 |    3487    47659   162624 |    66361    58931     20 | 55.466 % |
419.07/422.47	c 422	|    710449 |    3487    47659   162624 |    72997    45613     19 | 55.466 % |
454.65/458.08	c 458	|    776138 |    3487    47659   162624 |    80296    48645     18 | 55.466 % |
477.05/480.40	c 480	===============================================================================
477.05/480.40	c 480	restarts              : 100
477.05/480.40	c 480	conflicts             : 807692        (1711 /sec)
477.05/480.40	c 480	decisions             : 1022408       (1.06 % random) (2165 /sec)
477.05/480.40	c 480	propagations          : 417028673      (883191 /sec)
477.05/480.40	c 480	conflict literals     : 15849747       (33.16 % deleted)
477.05/480.40	c 480	Memory used           : 23.11 MB
477.05/480.40	c 480	CPU time              : 472.184 s
477.05/480.40	c 480	
477.05/480.40	c 480	UNSATISFIABLE
477.05/480.40	c 480	OK
477.05/480.40	c 480	NOT FOUND: _COST <= 23
477.05/480.40	c 480	OK
477.05/480.40	c 480	OBJECTIVE _COST 24
477.05/480.40	s OPTIMUM FOUND
477.05/480.41	c 480	CPU 476.63 (0.08 0.02 476.55 0.41)
477.05/480.41	c 480	END Wed Jul 16 03:17:38 2008

Verifier Data (download as text)

OK	24	397
24 unsatisfied constraints, 397 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-1125435-1216170577/watcher-1125435-1216170577 -o /tmp/evaluation-result-1125435-1216170577/solver-1125435-1216170577 -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-1125435-1216170577.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: 1.92 1.98 1.99 4/81 825
/proc/meminfo: memFree=1622808/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=12268 CPUtime=0
/proc/825/stat : 825 (sugar++) R 823 825 32688 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73756886 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/825/statm: 3067 316 241 3 0 167 0

[startup+0.0936341 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 825
/proc/meminfo: memFree=1622808/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16740 CPUtime=0.06
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73756886 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102638 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 825
/proc/meminfo: memFree=1622808/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16740 CPUtime=0.06
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73756886 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302657 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 825
/proc/meminfo: memFree=1622808/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16740 CPUtime=0.06
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73756886 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701707 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 825
/proc/meminfo: memFree=1622808/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16740 CPUtime=0.06
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73756886 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50179 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 847
/proc/meminfo: memFree=1613824/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16740 CPUtime=0.74
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1296 4924 0 1 5 1 64 4 15 0 1 0 73756886 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4185 1104 409 3 0 764 0
[pid=838] ppid=825 vsize=5356 CPUtime=0
/proc/838/stat : 838 (sh) S 825 825 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73756968 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/838/statm: 1339 233 193 169 0 50 0
[pid=839] ppid=838 vsize=864044 CPUtime=0.65
/proc/839/stat : 839 (java) S 838 825 32688 0 -1 0 6643 0 1 0 62 3 0 0 18 0 9 0 73756968 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/839/statm: 216011 5930 2532 9 0 210593 0
[pid=839/tid=840] ppid=838 vsize=864044 CPUtime=0.39
/proc/839/task/840/stat : 840 (java) R 838 825 32688 0 -1 64 2469 0 1 0 38 1 0 0 18 0 9 0 73756969 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 10519332 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=841] ppid=838 vsize=864044 CPUtime=0.17
/proc/839/task/841/stat : 841 (java) S 838 825 32688 0 -1 64 3145 0 0 0 16 1 0 0 16 0 9 0 73756970 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=842] ppid=838 vsize=864044 CPUtime=0
/proc/839/task/842/stat : 842 (java) S 838 825 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73756971 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=843] ppid=838 vsize=864044 CPUtime=0
/proc/839/task/843/stat : 843 (java) S 838 825 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73756971 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=844] ppid=838 vsize=864044 CPUtime=0
/proc/839/task/844/stat : 844 (java) S 838 825 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73756973 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=845] ppid=838 vsize=864044 CPUtime=0.07
/proc/839/task/845/stat : 845 (java) S 838 825 32688 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 73756973 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=846] ppid=838 vsize=864044 CPUtime=0
/proc/839/task/846/stat : 846 (java) S 838 825 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73756973 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=847] ppid=838 vsize=864044 CPUtime=0
/proc/839/task/847/stat : 847 (java) S 838 825 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73756973 884781056 5930 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886140

[startup+3.10296 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 847
/proc/meminfo: memFree=1589824/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16740 CPUtime=0.75
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1297 4924 0 1 6 1 64 4 15 0 1 0 73756886 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4185 1104 409 3 0 764 0
[pid=838] ppid=825 vsize=5356 CPUtime=0
/proc/838/stat : 838 (sh) S 825 825 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73756968 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/838/statm: 1339 233 193 169 0 50 0
[pid=839] ppid=838 vsize=868508 CPUtime=2.23
/proc/839/stat : 839 (java) S 838 825 32688 0 -1 0 13421 0 1 0 216 7 0 0 18 0 9 0 73756968 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/839/statm: 217127 12596 2565 9 0 211674 0
[pid=839/tid=840] ppid=838 vsize=868508 CPUtime=1.18
/proc/839/task/840/stat : 840 (java) R 838 825 32688 0 -1 64 3037 0 1 0 116 2 0 0 20 0 9 0 73756969 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 102064689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=841] ppid=838 vsize=868508 CPUtime=0.78
/proc/839/task/841/stat : 841 (java) S 838 825 32688 0 -1 64 8225 0 0 0 75 3 0 0 16 0 9 0 73756970 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=842] ppid=838 vsize=868508 CPUtime=0
/proc/839/task/842/stat : 842 (java) S 838 825 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73756971 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=843] ppid=838 vsize=868508 CPUtime=0
/proc/839/task/843/stat : 843 (java) S 838 825 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73756971 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=844] ppid=838 vsize=868508 CPUtime=0
/proc/839/task/844/stat : 844 (java) S 838 825 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73756973 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=845] ppid=838 vsize=868508 CPUtime=0.25
/proc/839/task/845/stat : 845 (java) S 838 825 32688 0 -1 64 1463 0 0 0 24 1 0 0 16 0 9 0 73756973 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=846] ppid=838 vsize=868508 CPUtime=0
/proc/839/task/846/stat : 846 (java) S 838 825 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73756973 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=839/tid=847] ppid=838 vsize=868508 CPUtime=0
/proc/839/task/847/stat : 847 (java) S 838 825 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73756973 889352192 12596 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890604

[startup+6.30131 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 868
/proc/meminfo: memFree=1601352/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=3.95
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1624 26445 0 4 6 2 366 21 15 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=13640 CPUtime=2.08
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 3299 0 0 0 207 1 0 0 25 0 1 0 73757255 13967360 3244 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/848/statm: 3410 3244 79 151 0 3256 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 30512

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 868
/proc/meminfo: memFree=1601224/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=3.95
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1624 26445 0 4 6 2 366 21 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=13788 CPUtime=8.42
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 3337 0 0 0 840 2 0 0 25 0 1 0 73757255 14118912 3282 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/848/statm: 3447 3282 79 151 0 3293 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 30660

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 868
/proc/meminfo: memFree=1601032/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=3.95
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1624 26445 0 4 6 2 366 21 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=14456 CPUtime=21.1
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 3484 0 0 0 2108 2 0 0 25 0 1 0 73757255 14802944 3429 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 1 0 0
/proc/848/statm: 3614 3429 79 151 0 3460 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 31328

[startup+51.1021 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 868
/proc/meminfo: memFree=1596552/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.14
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1693 30311 0 5 7 2 381 24 15 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=18864 CPUtime=46.25
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 4590 0 0 0 4621 4 0 0 25 0 1 0 73757255 19316736 4533 996147200 134512640 135134323 4294956192 18446744073709551615 134525509 0 0 4096 3 0 0 0 17 1 0 0
/proc/848/statm: 4716 4533 79 151 0 4562 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 35736

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 878
/proc/meminfo: memFree=1595720/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.14
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1693 30311 0 5 7 2 381 24 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=19572 CPUtime=96.97
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 4768 0 0 0 9693 4 0 0 25 0 1 0 73757255 20041728 4711 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/848/statm: 4893 4711 79 151 0 4739 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 36444

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 878
/proc/meminfo: memFree=1595336/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.14
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1696 30311 0 5 7 2 381 24 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=19908 CPUtime=156.4
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 4858 0 0 0 15635 5 0 0 25 0 1 0 73757255 20385792 4799 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/848/statm: 4977 4799 79 151 0 4823 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 36780

[startup+222.303 s]
/proc/loadavg: 2.07 2.00 2.00 4/82 916
/proc/meminfo: memFree=1539664/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.14
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1696 30311 0 5 7 2 381 24 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=20680 CPUtime=216.16
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5028 0 0 0 21611 5 0 0 25 0 1 0 73757255 21176320 4969 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5170 4969 79 151 0 5016 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 37552

[startup+282.302 s]
/proc/loadavg: 2.51 2.13 2.04 3/82 926
/proc/meminfo: memFree=1520464/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.33
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1763 34182 0 6 7 2 398 26 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=21080 CPUtime=275.4
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5123 0 0 0 27534 6 0 0 25 0 1 0 73757255 21585920 5062 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5270 5062 79 151 0 5116 0
Current children cumulated CPU time (s) 279.73
Current children cumulated vsize (KiB) 37952

[startup+342.303 s]
/proc/loadavg: 2.41 2.18 2.06 3/82 926
/proc/meminfo: memFree=1518480/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.33
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1763 34182 0 6 7 2 398 26 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=22676 CPUtime=335.39
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5461 0 0 0 33532 7 0 0 25 0 1 0 73757255 23220224 5400 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5669 5400 79 151 0 5515 0
Current children cumulated CPU time (s) 339.72
Current children cumulated vsize (KiB) 39548

[startup+402.302 s]
/proc/loadavg: 2.66 2.28 2.10 3/82 946
/proc/meminfo: memFree=1517392/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23516 CPUtime=394.19
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5697 0 0 0 39411 8 0 0 25 0 1 0 73757255 24080384 5632 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5879 5632 79 151 0 5725 0
Current children cumulated CPU time (s) 398.98
Current children cumulated vsize (KiB) 40388

[startup+462.303 s]
/proc/loadavg: 2.78 2.38 2.15 3/82 946
/proc/meminfo: memFree=1517328/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=454.16
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5723 0 0 0 45408 8 0 0 25 0 1 0 73757255 24227840 5658 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5658 79 151 0 5761 0
Current children cumulated CPU time (s) 458.95
Current children cumulated vsize (KiB) 40532

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

[startup+473.502 s]
/proc/loadavg: 2.82 2.40 2.16 3/82 946
/proc/meminfo: memFree=1517328/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=465.36
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5725 0 0 0 46528 8 0 0 25 0 1 0 73757255 24227840 5660 996147200 134512640 135134323 4294956192 18446744073709551615 134532208 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5660 79 151 0 5761 0
Current children cumulated CPU time (s) 470.15
Current children cumulated vsize (KiB) 40532

[startup+476.701 s]
/proc/loadavg: 2.83 2.41 2.16 3/82 946
/proc/meminfo: memFree=1517264/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=468.56
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5729 0 0 0 46848 8 0 0 25 0 1 0 73757255 24227840 5664 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5664 79 151 0 5761 0
Current children cumulated CPU time (s) 473.35
Current children cumulated vsize (KiB) 40532

[startup+478.302 s]
/proc/loadavg: 2.83 2.41 2.16 3/82 946
/proc/meminfo: memFree=1517264/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=470.16
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5729 0 0 0 47008 8 0 0 25 0 1 0 73757255 24227840 5664 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5664 79 151 0 5761 0
Current children cumulated CPU time (s) 474.95
Current children cumulated vsize (KiB) 40532

[startup+479.102 s]
/proc/loadavg: 2.83 2.41 2.16 3/82 946
/proc/meminfo: memFree=1517264/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=470.96
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5729 0 0 0 47088 8 0 0 25 0 1 0 73757255 24227840 5664 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5664 79 151 0 5761 0
Current children cumulated CPU time (s) 475.75
Current children cumulated vsize (KiB) 40532

[startup+479.901 s]
/proc/loadavg: 2.84 2.42 2.16 3/82 946
/proc/meminfo: memFree=1517264/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=471.76
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5729 0 0 0 47168 8 0 0 25 0 1 0 73757255 24227840 5664 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5664 79 151 0 5761 0
Current children cumulated CPU time (s) 476.55
Current children cumulated vsize (KiB) 40532

[startup+480.301 s]
/proc/loadavg: 2.84 2.42 2.16 3/82 946
/proc/meminfo: memFree=1517264/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=472.16
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5729 0 0 0 47208 8 0 0 25 0 1 0 73757255 24227840 5664 996147200 134512640 135134323 4294956192 18446744073709551615 134524675 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5664 79 151 0 5761 0
Current children cumulated CPU time (s) 476.95
Current children cumulated vsize (KiB) 40532

[startup+480.401 s]
/proc/loadavg: 2.84 2.42 2.16 3/82 946
/proc/meminfo: memFree=1517264/2055920 swapFree=4181100/4192956
[pid=825] ppid=823 vsize=16872 CPUtime=4.79
/proc/825/stat : 825 (sugar++) S 823 825 32688 0 -1 4194304 1899 41920 0 8 8 2 437 32 16 0 1 0 73756886 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/825/statm: 4218 1124 414 3 0 797 0
[pid=848] ppid=825 vsize=23660 CPUtime=472.26
/proc/848/stat : 848 (minisat-inc) R 825 825 32688 0 -1 4194304 5729 0 0 0 47218 8 0 0 25 0 1 0 73757255 24227840 5664 996147200 134512640 135134323 4294956192 18446744073709551615 134532751 0 0 4096 3 0 0 0 17 0 0 0
/proc/848/statm: 5915 5664 79 151 0 5761 0
Current children cumulated CPU time (s) 477.05
Current children cumulated vsize (KiB) 40532

Child status: 0
Real time (s): 480.412
CPU time (s): 477.085
CPU user time (s): 476.643
CPU system time (s): 0.442932
CPU usage (%): 99.3075
Max. virtual memory (cumulated for all children) (KiB): 890604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.643
system time used= 0.442932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49630
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4104
involuntary context switches= 14049

runsolver used 0.600908 second user time and 1.51677 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-16 03:09:37
IDJOB=1125435
IDBENCH=63119
IDSOLVER=367
FILE ID=node47/1125435-1216170577
PBS_JOBID= 7905760
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/subs6/normalized-scenw-6-sub3_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-1125435-1216170577/watcher-1125435-1216170577 -o /tmp/evaluation-result-1125435-1216170577/solver-1125435-1216170577 -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-1125435-1216170577.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1216176e93aff5a96b5556446541d686
RANDOM SEED=1605169155

node47.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.232
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.232
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:       1623288 kB
Buffers:         83028 kB
Cached:         258332 kB
SwapCached:       6256 kB
Active:         207036 kB
Inactive:       153960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623288 kB
SwapTotal:     4192956 kB
SwapFree:      4181100 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          35336 kB
Slab:            56584 kB
Committed_AS:   408848 kB
PageTables:       1996 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= 66556 MiB
End job on node47 at 2008-07-16 03:17:38