Trace number 1109102

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)6 3600.09 3601.61

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-7.xml
MD5SUM9c9ce80da6f7c29f1350c703e3d2e3bb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints111
Maximum constraint arity51
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)alldifferent(14),element(49)

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.03	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 19:46:04 2008
0.00/0.04	c 0	PID 15467
0.00/0.04	c 0	HOST node49.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1109102-1215798364.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-1109102-1215798364.xml' 'HOME/temp.csp'
0.03/0.24	c 1	30 domains, 154 variables, 7 predicates, 0 relations, 111 constraints
0.03/0.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.31	c 1	Parsing HOME/temp.csp
0.30/0.39	c 1	parsed 302 expressions
0.30/0.39	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.40	c 1	MAX CSP: 111 constraints
0.30/0.40	c 1	Converting to clausal form CSP
0.30/0.41	c 1	converted 42 (10%) expressions
0.30/0.41	c 1	converted 84 (20%) expressions
0.30/0.42	c 1	converted 125 (30%) expressions
0.30/0.42	c 1	converted 167 (40%) expressions
0.30/0.43	c 1	converted 208 (50%) expressions
0.30/0.45	c 1	converted 250 (60%) expressions
0.30/0.47	c 1	converted 292 (70%) expressions
0.31/0.56	c 1	converted 333 (80%) expressions
0.31/0.63	c 1	converted 375 (90%) expressions
0.31/0.69	c 1	converted 416 (100%) expressions
0.31/0.69	c 1	CSP : 376 integers, 1384 booleans, 5558 clauses, largest domain size 167
0.31/0.69	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.69	c 1	Propagation in CSP
0.31/0.74	c 1	105 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.74	c 1	CSP : 376 integers, 1384 booleans, 5558 clauses, largest domain size 112
0.31/0.74	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.74	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.79	c 1	CSP : 376 integers, 1804 booleans, 5978 clauses, largest domain size 112
0.31/0.79	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.83	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.84	c 1	38 (10%) CSP integer variables are encoded (99 clauses, 991 bytes)
0.31/0.85	c 1	76 (20%) CSP integer variables are encoded (813 clauses, 8845 bytes)
0.31/0.85	c 1	113 (30%) CSP integer variables are encoded (1694 clauses, 20045 bytes)
0.31/0.85	c 1	151 (40%) CSP integer variables are encoded (2622 clauses, 32109 bytes)
0.31/0.85	c 1	188 (50%) CSP integer variables are encoded (2710 clauses, 33253 bytes)
0.31/0.85	c 1	226 (60%) CSP integer variables are encoded (2710 clauses, 33253 bytes)
0.31/0.85	c 1	264 (70%) CSP integer variables are encoded (2710 clauses, 33253 bytes)
0.31/0.85	c 1	301 (80%) CSP integer variables are encoded (2945 clauses, 36308 bytes)
0.31/0.85	c 1	339 (90%) CSP integer variables are encoded (3142 clauses, 38869 bytes)
0.31/0.85	c 1	376 (100%) CSP integer variables are encoded (3921 clauses, 48996 bytes)
0.31/0.90	c 1	598 (10%) CSP clauses are encoded (7803 clauses, 117526 bytes)
0.31/0.92	c 1	1196 (20%) CSP clauses are encoded (8894 clauses, 135624 bytes)
0.31/0.93	c 1	1794 (30%) CSP clauses are encoded (9492 clauses, 147055 bytes)
0.31/0.94	c 1	2392 (40%) CSP clauses are encoded (10090 clauses, 158620 bytes)
0.31/0.95	c 1	2989 (50%) CSP clauses are encoded (10687 clauses, 170408 bytes)
0.31/0.96	c 1	3587 (60%) CSP clauses are encoded (11285 clauses, 182221 bytes)
0.31/0.97	c 1	4185 (70%) CSP clauses are encoded (11883 clauses, 194022 bytes)
0.31/0.98	c 1	4783 (80%) CSP clauses are encoded (12481 clauses, 205870 bytes)
0.31/0.98	c 1	5381 (90%) CSP clauses are encoded (13079 clauses, 217799 bytes)
0.31/1.03	c 1	5978 (100%) CSP clauses are encoded (31223 clauses, 540507 bytes)
0.31/1.03	c 1	5978 CSP clauses encoded
0.31/1.03	c 1	Writing map file : HOME/temp.map
0.31/1.03	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/1.03	c 1	SAT : 6045 SAT variables, 31223 SAT clauses, 540507 bytes
0.31/1.03	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/1.07	c 1	OBJECTIVE minimize _COST
0.31/1.07	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.31/1.07	c 1	SEARCHING: _COST <= 56
0.31/1.07	c 1	SOLVING HOME/temp.cnf
0.31/1.07	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.31/1.08	c 1	This is MiniSat 2.0 beta
0.31/1.08	c 1	WARNING: for repeatability, setting FPU to use double precision
0.31/1.08	c 1	============================[ Problem Statistics ]=============================
0.31/1.08	c 1	|                                                                             |
0.31/1.08	c 1	|  Number of variables:  6045                                                 |
0.31/1.08	c 1	|  Number of clauses:    31224                                                |
0.31/1.09	c 1	|  Parsing time:         0.02         s                                       |
0.31/1.10	c 1	============================[ Search Statistics ]==============================
0.31/1.10	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.31/1.10	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.31/1.10	c 1	===============================================================================
0.31/1.10	c 1	|         0 |    5660    24622    71124 |     8207        0    nan |  0.000 % |
1.33/1.10	c 1	===============================================================================
1.33/1.10	c 1	restarts              : 1
1.33/1.10	c 1	conflicts             : 2              (95 /sec)
1.33/1.10	c 1	decisions             : 2167           (1.48 % random) (103210 /sec)
1.33/1.10	c 1	propagations          : 8656           (412269 /sec)
1.33/1.10	c 1	conflict literals     : 8              (0.00 % deleted)
1.33/1.10	c 1	Memory used           : 3.44 MB
1.33/1.10	c 1	CPU time              : 0.020996 s
1.33/1.10	c 1	
1.33/1.11	c 1	SATISFIABLE
1.33/1.11	c 1	FOUND: _COST <= 56
1.33/1.11	s SATISFIABLE
1.33/1.11	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.33/1.11	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.33/1.18	c 1	Decoding HOME/temp.out
1.36/1.23	c 2	OBJECTIVE _COST 56
1.36/1.23	o 56
1.36/1.24	v 1 4 4 2 3 7 2 3 2 1 1 4 7 6 2 5 3 1 1 1 6 5 3 2 4 7 7 6 2 1 2 7 5 7 1 5 1 2 7 7 6 5 6 6 6 6 6 5 7 43 37 1 18 1 11 1 30 1 10 1 35 1 37 1 24 2 43 9 2 29 2 15 2 4 2 7 2 41 2 17 3 5 3 43 17 3 49 3 8 3 8 3 41 3 12 4 3 4 2 4 43 25 4 49 4 49 4 41 4 49 5 22 5 49 5 49 5 43 33 5 49 5 36 5 47 6 43 6 2 6 49 6 49 6 43 41 6 49 6 49 7 41 7 49 7 41 7 6 7 33 7 43 49 7
1.36/1.24	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.36/1.27	c 2	OBJECTIVE BOUND: 0 <= _COST <= 56
1.36/1.27	c 2	SEARCHING: _COST <= 28
1.36/1.27	c 2	SOLVING HOME/temp.cnf
1.36/1.27	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.36/1.27	c 2	This is MiniSat 2.0 beta
1.36/1.27	c 2	WARNING: for repeatability, setting FPU to use double precision
1.36/1.27	c 2	============================[ Problem Statistics ]=============================
1.36/1.27	c 2	|                                                                             |
1.36/1.27	c 2	|  Number of variables:  6045                                                 |
1.36/1.27	c 2	|  Number of clauses:    31224                                                |
1.36/1.29	c 2	|  Parsing time:         0.01         s                                       |
1.36/1.29	c 2	============================[ Search Statistics ]==============================
1.36/1.29	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.29	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.29	c 2	===============================================================================
1.36/1.29	c 2	|         0 |    5436    20520    59462 |     6840        0    nan |  0.000 % |
1.36/1.30	c 2	===============================================================================
1.52/1.30	c 2	restarts              : 1
1.52/1.30	c 2	conflicts             : 6              (333 /sec)
1.52/1.30	c 2	decisions             : 1263           (1.58 % random) (70178 /sec)
1.52/1.30	c 2	propagations          : 7592           (421848 /sec)
1.52/1.30	c 2	conflict literals     : 125            (1.57 % deleted)
1.52/1.30	c 2	Memory used           : 3.44 MB
1.52/1.30	c 2	CPU time              : 0.017997 s
1.52/1.30	c 2	
1.52/1.30	c 2	SATISFIABLE
1.52/1.30	c 2	FOUND: _COST <= 28
1.52/1.30	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/1.30	c 2	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.52/1.37	c 2	Decoding HOME/temp.out
1.55/1.42	c 2	OBJECTIVE _COST 28
1.55/1.42	o 28
1.55/1.43	v 1 5 4 5 2 3 5 3 2 5 1 1 4 3 2 1 3 6 1 7 6 2 3 7 4 3 3 6 3 4 2 1 5 7 2 7 7 2 1 1 6 4 6 6 1 2 1 3 7 43 40 1 19 1 11 1 12 1 16 1 45 1 40 1 31 2 43 9 2 5 2 15 2 22 2 46 2 38 2 23 3 29 3 43 17 3 48 3 8 3 14 3 6 3 30 4 3 4 42 4 43 25 4 3 4 3 4 13 4 10 5 4 5 33 5 15 5 43 33 5 7 5 2 5 21 6 28 6 44 6 15 6 43 6 43 44 6 18 6 34 7 20 7 36 7 37 7 49 7 24 7 43 49 7
1.55/1.43	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.55/1.46	c 2	OBJECTIVE BOUND: 0 <= _COST <= 28
1.55/1.46	c 2	SEARCHING: _COST <= 14
1.55/1.46	c 2	SOLVING HOME/temp.cnf
1.55/1.46	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.55/1.47	c 2	This is MiniSat 2.0 beta
1.55/1.47	c 2	WARNING: for repeatability, setting FPU to use double precision
1.55/1.47	c 2	============================[ Problem Statistics ]=============================
1.55/1.47	c 2	|                                                                             |
1.55/1.47	c 2	|  Number of variables:  6045                                                 |
1.55/1.47	c 2	|  Number of clauses:    31224                                                |
1.55/1.48	c 2	|  Parsing time:         0.01         s                                       |
1.55/1.49	c 2	============================[ Search Statistics ]==============================
1.55/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.55/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.55/1.49	c 2	===============================================================================
1.55/1.49	c 2	|         0 |    5282    17265    50145 |     5755        0    nan |  0.000 % |
1.55/1.49	c 2	===============================================================================
1.55/1.49	c 2	restarts              : 1
1.55/1.49	c 2	conflicts             : 20             (909 /sec)
1.55/1.49	c 2	decisions             : 799            (0.88 % random) (36325 /sec)
1.55/1.49	c 2	propagations          : 18636          (847245 /sec)
1.55/1.49	c 2	conflict literals     : 834            (8.85 % deleted)
1.55/1.49	c 2	Memory used           : 3.44 MB
1.55/1.49	c 2	CPU time              : 0.021996 s
1.55/1.49	c 2	
1.55/1.49	c 2	SATISFIABLE
1.55/1.50	c 2	FOUND: _COST <= 14
1.55/1.50	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.55/1.50	c 2	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.75/1.57	c 2	Decoding HOME/temp.out
1.75/1.62	c 2	OBJECTIVE _COST 14
1.75/1.62	o 14
1.75/1.62	v 1 7 4 2 3 5 6 3 2 4 1 3 7 5 2 1 3 5 1 5 1 3 3 2 4 7 1 3 6 4 6 6 5 7 2 3 5 1 7 2 6 4 4 6 2 2 6 5 7 43 38 1 21 1 11 1 16 1 38 1 19 1 27 1 45 2 43 9 2 4 2 15 2 24 2 35 2 40 2 23 3 22 3 43 17 3 12 3 36 3 5 3 8 3 10 4 3 4 30 4 43 25 4 42 4 43 4 10 4 20 5 18 5 6 5 48 5 43 33 5 14 5 37 5 31 6 47 6 29 6 7 6 44 6 43 41 6 32 6 39 7 34 7 2 7 16 7 13 7 26 7 43 49 7
1.75/1.63	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.75/1.65	c 2	OBJECTIVE BOUND: 0 <= _COST <= 14
1.75/1.65	c 2	SEARCHING: _COST <= 7
1.75/1.65	c 2	SOLVING HOME/temp.cnf
1.75/1.65	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.75/1.65	c 2	This is MiniSat 2.0 beta
1.75/1.65	c 2	WARNING: for repeatability, setting FPU to use double precision
1.75/1.65	c 2	============================[ Problem Statistics ]=============================
1.75/1.65	c 2	|                                                                             |
1.75/1.65	c 2	|  Number of variables:  6045                                                 |
1.75/1.65	c 2	|  Number of clauses:    31224                                                |
1.75/1.67	c 2	|  Parsing time:         0.02         s                                       |
1.75/1.67	c 2	============================[ Search Statistics ]==============================
1.75/1.67	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/1.67	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/1.67	c 2	===============================================================================
1.75/1.67	c 2	|         0 |    5156    15221    44384 |     5073        0    nan |  0.000 % |
1.75/1.69	c 2	|       102 |    5156    15221    44384 |     5581      102     41 | 14.706 % |
1.91/1.72	c 2	|       254 |    5156    15221    44384 |     6139      254     38 | 14.706 % |
1.91/1.76	c 2	|       482 |    5156    15221    44384 |     6753      482     37 | 14.706 % |
1.91/1.83	c 2	|       820 |    5156    15221    44384 |     7428      820     39 | 14.706 % |
1.91/1.93	c 2	|      1327 |    5156    15221    44384 |     8171     1327     40 | 14.706 % |
1.91/2.07	c 2	|      2087 |    5156    15221    44384 |     8988     2087     41 | 14.706 % |
2.55/2.36	c 3	|      3226 |    5156    15221    44384 |     9887     3226     42 | 14.706 % |
2.95/2.77	c 3	|      4936 |    5156    15221    44384 |    10875     4936     44 | 14.706 % |
3.75/3.58	c 4	|      7499 |    5156    15221    44384 |    11963     7499     47 | 14.706 % |
5.04/4.85	c 5	|     11344 |    5156    15221    44384 |    13159    11344     47 | 14.706 % |
7.04/6.89	c 7	|     17110 |    5156    15221    44384 |    14475     9862     46 | 14.706 % |
10.54/10.32	c 11	|     25760 |    5156    15221    44384 |    15923    10197     46 | 14.706 % |
16.44/16.25	c 17	|     38734 |    5156    15221    44384 |    17515    14347     50 | 14.706 % |
25.23/25.08	c 25	|     58196 |    5156    15221    44384 |    19267    14727     49 | 14.706 % |
35.92/35.72	c 36	|     87388 |    5156    15221    44384 |    21193    13054     28 | 14.706 % |
43.62/43.41	c 44	===============================================================================
43.62/43.41	c 44	restarts              : 16
43.62/43.41	c 44	conflicts             : 107651         (2581 /sec)
43.62/43.41	c 44	decisions             : 120878         (1.29 % random) (2898 /sec)
43.62/43.41	c 44	propagations          : 90890445       (2178757 /sec)
43.62/43.41	c 44	conflict literals     : 4752842        (26.14 % deleted)
43.62/43.41	c 44	Memory used           : 8.48 MB
43.62/43.41	c 44	CPU time              : 41.7167 s
43.62/43.41	c 44	
43.62/43.41	c 44	SATISFIABLE
43.62/43.41	c 44	FOUND: _COST <= 7
43.62/43.41	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.62/43.41	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.62/43.49	c 44	Decoding HOME/temp.out
43.66/43.54	c 44	OBJECTIVE _COST 7
43.66/43.54	o 7
43.66/43.55	v 1 6 4 7 2 5 3 7 2 5 1 3 4 6 2 1 3 5 6 7 4 5 3 2 4 1 7 6 3 4 7 6 5 2 1 4 7 1 3 7 6 5 6 5 6 2 4 3 7 43 38 1 48 1 11 1 35 1 16 1 26 1 38 1 46 2 43 9 2 5 2 15 2 24 2 46 2 34 2 23 3 29 3 43 17 3 12 3 48 3 7 3 39 3 47 4 3 4 30 4 43 25 4 36 4 21 4 13 4 10 5 18 5 42 5 6 5 43 33 5 44 5 22 5 32 6 28 6 43 6 45 6 14 6 43 41 6 19 6 20 7 40 7 27 7 37 7 4 7 31 7 43 49 7
43.66/43.55	c 44	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.66/43.57	c 44	OBJECTIVE BOUND: 0 <= _COST <= 7
43.66/43.57	c 44	SEARCHING: _COST <= 3
43.66/43.57	c 44	SOLVING HOME/temp.cnf
43.66/43.57	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.66/43.58	c 44	This is MiniSat 2.0 beta
43.66/43.58	c 44	WARNING: for repeatability, setting FPU to use double precision
43.66/43.58	c 44	============================[ Problem Statistics ]=============================
43.66/43.58	c 44	|                                                                             |
43.66/43.58	c 44	|  Number of variables:  6045                                                 |
43.66/43.58	c 44	|  Number of clauses:    31224                                                |
43.66/43.59	c 44	|  Parsing time:         0.01         s                                       |
43.83/43.60	c 44	============================[ Search Statistics ]==============================
43.83/43.60	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.83/43.60	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.83/43.60	c 44	===============================================================================
43.83/43.60	c 44	|         0 |    5009    13733    40357 |     4577        0    nan |  0.000 % |
43.83/43.62	c 44	|       100 |    5009    13733    40357 |     5035      100     43 | 17.138 % |
43.83/43.65	c 44	|       250 |    5009    13733    40357 |     5538      250     41 | 17.138 % |
43.83/43.70	c 44	|       475 |    5009    13733    40357 |     6092      475     41 | 17.138 % |
43.83/43.77	c 44	|       813 |    5009    13733    40357 |     6702      813     41 | 17.138 % |
43.83/43.88	c 44	|      1320 |    5009    13733    40357 |     7372     1320     42 | 17.138 % |
44.24/44.05	c 44	|      2079 |    5009    13733    40357 |     8109     2079     44 | 17.138 % |
44.54/44.36	c 45	|      3219 |    5009    13733    40357 |     8920     3219     44 | 17.138 % |
45.04/44.84	c 45	|      4927 |    5009    13733    40357 |     9812     4927     45 | 17.138 % |
45.84/45.69	c 46	|      7489 |    5009    13733    40357 |    10793     7489     47 | 17.138 % |
47.33/47.12	c 47	|     11333 |    5009    13733    40357 |    11873    11333     48 | 17.138 % |
49.33/49.16	c 49	|     17099 |    5009    13733    40357 |    13060    10314     45 | 17.138 % |
53.13/52.91	c 53	|     25748 |    5009    13733    40357 |    14366    11656     48 | 17.138 % |
58.93/58.77	c 59	|     38722 |    5009    13733    40357 |    15803    16287     50 | 17.138 % |
69.72/69.55	c 70	|     58183 |    5009    13733    40357 |    17383     9376     49 | 17.138 % |
84.31/84.17	c 84	|     87377 |    5009    13733    40357 |    19122     9906     43 | 17.138 % |
106.60/106.49	c 107	|    131166 |    5009    13733    40357 |    21034    11668     42 | 17.138 % |
136.29/136.19	c 136	|    196850 |    5009    13733    40357 |    23137    21211     35 | 17.138 % |
178.07/177.90	c 178	|    295376 |    5009    13733    40357 |    25451    22047     31 | 17.138 % |
253.73/253.61	c 254	|    443165 |    5009    13733    40357 |    27996    22226     27 | 17.138 % |
371.69/371.65	c 372	|    664848 |    5009    13733    40357 |    30796    22725     30 | 17.138 % |
559.41/559.42	c 560	|    997373 |    5009    13733    40357 |    33875    15512     27 | 17.138 % |
806.79/806.97	c 807	|   1496162 |    5009    13733    40357 |    37263    33153     27 | 17.138 % |
1245.27/1245.61	c 1246	|   2244345 |    5008    13690    40226 |    40989    38000     27 | 17.155 % |
1962.79/1963.54	c 1964	|   3366619 |    5007    13663    40141 |    45088    24784     21 | 17.171 % |
2526.70/2527.76	c 2528	===============================================================================
2526.70/2527.76	c 2528	restarts              : 25
2526.70/2527.76	c 2528	conflicts             : 4339582        (1748 /sec)
2526.70/2527.76	c 2528	decisions             : 4819674        (1.48 % random) (1941 /sec)
2526.70/2527.76	c 2528	propagations          : 3207569290     (1291879 /sec)
2526.70/2527.76	c 2528	conflict literals     : 125835070      (35.94 % deleted)
2526.70/2527.76	c 2528	Memory used           : 17.73 MB
2526.70/2527.76	c 2528	CPU time              : 2482.87 s
2526.70/2527.76	c 2528	
2526.70/2527.76	c 2528	UNSATISFIABLE
2526.70/2527.76	c 2528	NOT FOUND: _COST <= 3
2526.70/2527.76	c 2528	OBJECTIVE BOUND: 4 <= _COST <= 7
2526.70/2527.76	c 2528	SEARCHING: _COST <= 5
2526.70/2527.76	c 2528	SOLVING HOME/temp.cnf
2526.70/2527.76	c 2528	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2526.70/2527.77	c 2528	This is MiniSat 2.0 beta
2526.70/2527.77	c 2528	WARNING: for repeatability, setting FPU to use double precision
2526.70/2527.77	c 2528	============================[ Problem Statistics ]=============================
2526.70/2527.77	c 2528	|                                                                             |
2526.70/2527.77	c 2528	|  Number of variables:  6045                                                 |
2526.70/2527.77	c 2528	|  Number of clauses:    31224                                                |
2526.70/2527.79	c 2528	|  Parsing time:         0.01         s                                       |
2526.70/2527.79	c 2528	============================[ Search Statistics ]==============================
2526.70/2527.79	c 2528	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2526.70/2527.79	c 2528	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2526.70/2527.79	c 2528	===============================================================================
2526.70/2527.79	c 2528	|         0 |    5090    14468    42321 |     4822        0    nan |  0.000 % |
2526.78/2527.81	c 2528	|       102 |    5090    14468    42321 |     5304      102     41 | 15.798 % |
2526.78/2527.84	c 2528	|       255 |    5090    14468    42321 |     5835      255     41 | 15.798 % |
2526.78/2527.89	c 2528	|       480 |    5090    14468    42321 |     6418      480     41 | 15.798 % |
2526.88/2527.95	c 2528	|       817 |    5090    14468    42321 |     7060      817     38 | 15.798 % |
2526.98/2528.05	c 2528	|      1323 |    5090    14468    42321 |     7766     1323     38 | 15.798 % |
2527.18/2528.21	c 2529	|      2083 |    5090    14468    42321 |     8543     2083     41 | 15.798 % |
2527.38/2528.49	c 2529	|      3223 |    5090    14468    42321 |     9398     3223     44 | 15.798 % |
2527.88/2528.91	c 2529	|      4931 |    5090    14468    42321 |    10337     4931     45 | 15.798 % |
2528.58/2529.63	c 2530	|      7493 |    5090    14468    42321 |    11371     7493     46 | 15.798 % |
2529.77/2530.88	c 2531	|     11337 |    5090    14468    42321 |    12508    11337     47 | 15.798 % |
2531.87/2532.98	c 2533	|     17109 |    5090    14468    42321 |    13759    10128     47 | 15.798 % |
2535.27/2536.37	c 2537	|     25761 |    5090    14468    42321 |    15135    10623     49 | 15.798 % |
2541.16/2542.22	c 2543	|     38735 |    5090    14468    42321 |    16649    14822     53 | 15.798 % |
2550.97/2552.05	c 2552	|     58196 |    5090    14468    42321 |    18314    15735     57 | 15.798 % |
2563.66/2564.70	c 2565	|     87388 |    5090    14468    42321 |    20145    15386     42 | 15.798 % |
2582.05/2583.19	c 2583	|    131177 |    5090    14468    42321 |    22160    16194     31 | 15.798 % |
2610.94/2612.06	c 2612	|    196861 |    5090    14468    42321 |    24376    22619     31 | 15.798 % |
2653.51/2654.60	c 2655	|    295387 |    5090    14468    42321 |    26813    18099     35 | 15.798 % |
2723.37/2724.54	c 2725	|    443176 |    5090    14468    42321 |    29494    22328     26 | 15.798 % |
2843.11/2844.36	c 2845	|    664859 |    5090    14468    42321 |    32444    15958     27 | 15.798 % |
3013.03/3014.36	c 3015	|    997386 |    5090    14468    42321 |    35688    17165     25 | 15.798 % |
3268.40/3269.84	c 3270	|   1496174 |    5090    14468    42321 |    39257    20388     24 | 15.798 % |
3600.05/3601.60	sh: line 1: 15549 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3601.61	c ERROR unknown output  in HOME/temp.out
3600.05/3601.61	c 3602	CPU 3599.74 (0.04 0.02 3599.7 0.31)
3600.05/3601.61	c 3602	END Fri Jul 11 20:46:06 2008

Verifier Data (download as text)

OK	6	105
6 unsatisfied constraints, 105 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-1109102-1215798364/watcher-1109102-1215798364 -o /tmp/evaluation-result-1109102-1215798364/solver-1109102-1215798364 -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-1109102-1215798364.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.01 1.05 1.11 3/64 15467
/proc/meminfo: memFree=1963272/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=12272 CPUtime=0
/proc/15467/stat : 15467 (sugar) R 15465 15467 13631 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 36532116 12566528 346 996147200 4194304 4206940 548682068592 18446744073709551615 224627430113 0 0 4224 0 0 0 0 17 0 0 0
/proc/15467/statm: 3068 347 257 3 0 168 0

[startup+0.101103 s]
/proc/loadavg: 1.01 1.05 1.11 3/64 15467
/proc/meminfo: memFree=1963272/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=0.03
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 36532116 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201119 s]
/proc/loadavg: 1.01 1.05 1.11 3/64 15467
/proc/meminfo: memFree=1963272/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=0.03
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 36532116 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301131 s]
/proc/loadavg: 1.01 1.05 1.11 3/64 15467
/proc/meminfo: memFree=1963272/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=0.3
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 957 4476 0 1 2 1 25 2 17 0 1 0 36532116 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+0.701191 s]
/proc/loadavg: 1.01 1.05 1.11 3/64 15467
/proc/meminfo: memFree=1963272/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=0.31
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 974 4476 0 1 3 1 25 2 16 0 1 0 36532116 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 1.01 1.05 1.11 3/67 15491
/proc/meminfo: memFree=1958384/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=1.75
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1334 22465 0 4 3 2 156 14 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 13600

[startup+3.10152 s]
/proc/loadavg: 1.01 1.05 1.11 2/67 15527
/proc/meminfo: memFree=1958000/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=1.91
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1407 26271 0 5 3 2 170 16 15 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15526] ppid=15467 vsize=5356 CPUtime=0
/proc/15526/stat : 15526 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36532282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15526/statm: 1339 232 193 169 0 50 0
[pid=15527] ppid=15526 vsize=4440 CPUtime=1.44
/proc/15527/stat : 15527 (minisat) R 15526 15467 13631 0 -1 4194304 896 0 0 0 144 0 0 0 25 0 1 0 36532282 4546560 882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15527/statm: 1110 882 76 150 0 957 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 23396

[startup+6.30197 s]
/proc/loadavg: 1.01 1.05 1.11 2/67 15527
/proc/meminfo: memFree=1955568/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=1.91
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1407 26271 0 5 3 2 170 16 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15526] ppid=15467 vsize=5356 CPUtime=0
/proc/15526/stat : 15526 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36532282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15526/statm: 1339 232 193 169 0 50 0
[pid=15527] ppid=15526 vsize=6424 CPUtime=4.63
/proc/15527/stat : 15527 (minisat) R 15526 15467 13631 0 -1 4194304 1383 0 0 0 463 0 0 0 25 0 1 0 36532282 6578176 1369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15527/statm: 1606 1369 76 150 0 1453 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 25380

[startup+12.7019 s]
/proc/loadavg: 1.01 1.04 1.11 2/67 15527
/proc/meminfo: memFree=1954568/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=1.91
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1407 26271 0 5 3 2 170 16 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15526] ppid=15467 vsize=5356 CPUtime=0
/proc/15526/stat : 15526 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36532282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15526/statm: 1339 232 193 169 0 50 0
[pid=15527] ppid=15526 vsize=7228 CPUtime=11.03
/proc/15527/stat : 15527 (minisat) R 15526 15467 13631 0 -1 4194304 1572 0 0 0 1103 0 0 0 25 0 1 0 36532282 7401472 1558 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15527/statm: 1807 1558 76 150 0 1654 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 26184

[startup+25.5017 s]
/proc/loadavg: 1.00 1.04 1.11 2/67 15527
/proc/meminfo: memFree=1953560/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=1.91
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1407 26271 0 5 3 2 170 16 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15526] ppid=15467 vsize=5356 CPUtime=0
/proc/15526/stat : 15526 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36532282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15526/statm: 1339 232 193 169 0 50 0
[pid=15527] ppid=15526 vsize=8680 CPUtime=23.82
/proc/15527/stat : 15527 (minisat) R 15526 15467 13631 0 -1 4194304 1938 0 0 0 2381 1 0 0 25 0 1 0 36532282 8888320 1924 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15527/statm: 2170 1924 76 150 0 2017 0
Current children cumulated CPU time (s) 25.73
Current children cumulated vsize (KiB) 27636

[startup+51.1013 s]
/proc/loadavg: 1.00 1.04 1.10 2/67 15539
/proc/meminfo: memFree=1955928/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=43.83
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1522 32317 0 6 3 2 4357 21 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15538] ppid=15467 vsize=5356 CPUtime=0
/proc/15538/stat : 15538 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36536474 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15538/statm: 1339 232 193 169 0 50 0
[pid=15539] ppid=15538 vsize=6552 CPUtime=7.5
/proc/15539/stat : 15539 (minisat) R 15538 15467 13631 0 -1 4194304 1419 0 0 0 750 0 0 0 25 0 1 0 36536474 6709248 1405 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/15539/statm: 1638 1405 76 150 0 1485 0
Current children cumulated CPU time (s) 51.33
Current children cumulated vsize (KiB) 25508

[startup+102.302 s]
/proc/loadavg: 1.00 1.03 1.09 2/67 15539
/proc/meminfo: memFree=1952416/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=43.83
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1522 32317 0 6 3 2 4357 21 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15538] ppid=15467 vsize=5356 CPUtime=0
/proc/15538/stat : 15538 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36536474 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15538/statm: 1339 232 193 169 0 50 0
[pid=15539] ppid=15538 vsize=9784 CPUtime=58.68
/proc/15539/stat : 15539 (minisat) R 15538 15467 13631 0 -1 4194304 2217 0 0 0 5867 1 0 0 25 0 1 0 36536474 10018816 2203 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15539/statm: 2446 2203 76 150 0 2293 0
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (KiB) 28740

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.09 2/67 15539
/proc/meminfo: memFree=1952160/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=43.83
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1522 32317 0 6 3 2 4357 21 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15538] ppid=15467 vsize=5356 CPUtime=0
/proc/15538/stat : 15538 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36536474 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15538/statm: 1339 232 193 169 0 50 0
[pid=15539] ppid=15538 vsize=10048 CPUtime=118.64
/proc/15539/stat : 15539 (minisat) R 15538 15467 13631 0 -1 4194304 2271 0 0 0 11863 1 0 0 25 0 1 0 36536474 10289152 2257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15539/statm: 2512 2257 76 150 0 2359 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 29004

[startup+222.306 s]
/proc/loadavg: 1.00 1.02 1.08 2/67 15539
/proc/meminfo: memFree=1951968/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=43.83
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1522 32317 0 6 3 2 4357 21 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15538] ppid=15467 vsize=5356 CPUtime=0
/proc/15538/stat : 15538 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36536474 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15538/statm: 1339 232 193 169 0 50 0
[pid=15539] ppid=15538 vsize=10324 CPUtime=178.62
/proc/15539/stat : 15539 (minisat) R 15538 15467 13631 0 -1 4194304 2330 0 0 0 17861 1 0 0 25 0 1 0 36536474 10571776 2316 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/15539/statm: 2581 2316 76 150 0 2428 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 29280

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.07 2/67 15539
/proc/meminfo: memFree=1951520/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=43.83
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1522 32317 0 6 3 2 4357 21 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15538] ppid=15467 vsize=5356 CPUtime=0
/proc/15538/stat : 15538 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36536474 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15538/statm: 1339 232 193 169 0 50 0
[pid=15539] ppid=15538 vsize=10752 CPUtime=238.59
/proc/15539/stat : 15539 (minisat) R 15538 15467 13631 0 -1 4194304 2432 0 0 0 23858 1 0 0 25 0 1 0 36536474 11010048 2418 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/15539/statm: 2688 2418 76 150 0 2535 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 29708


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

[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=13952 CPUtime=574.23
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3211 0 0 0 57421 2 0 0 25 0 1 0 36784894 14286848 3197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3488 3197 76 150 0 3335 0
Current children cumulated CPU time (s) 3100.99
Current children cumulated vsize (KiB) 32908

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1945888/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=14096 CPUtime=634.2
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3259 0 0 0 63418 2 0 0 25 0 1 0 36784894 14434304 3245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3524 3245 76 150 0 3371 0
Current children cumulated CPU time (s) 3160.96
Current children cumulated vsize (KiB) 33052

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1945696/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=14384 CPUtime=694.17
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3305 0 0 0 69415 2 0 0 25 0 1 0 36784894 14729216 3291 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3596 3291 76 150 0 3443 0
Current children cumulated CPU time (s) 3220.93
Current children cumulated vsize (KiB) 33340

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1945568/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=14384 CPUtime=754.14
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3336 0 0 0 75412 2 0 0 25 0 1 0 36784894 14729216 3322 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3596 3322 76 150 0 3443 0
Current children cumulated CPU time (s) 3280.9
Current children cumulated vsize (KiB) 33340

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1944928/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=15156 CPUtime=814.12
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3492 0 0 0 81409 3 0 0 25 0 1 0 36784894 15519744 3478 996147200 134512640 135127466 4294956256 18446744073709551615 134527248 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3789 3478 76 150 0 3636 0
Current children cumulated CPU time (s) 3340.88
Current children cumulated vsize (KiB) 34112

[startup+3402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1944672/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=15424 CPUtime=874.09
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3544 0 0 0 87406 3 0 0 25 0 1 0 36784894 15794176 3530 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3856 3530 76 150 0 3703 0
Current children cumulated CPU time (s) 3400.85
Current children cumulated vsize (KiB) 34380

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1944224/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=15712 CPUtime=934.06
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3626 0 0 0 93403 3 0 0 25 0 1 0 36784894 16089088 3612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 3928 3612 76 150 0 3775 0
Current children cumulated CPU time (s) 3460.82
Current children cumulated vsize (KiB) 34668

[startup+3522.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1943648/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=16348 CPUtime=994.04
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3768 0 0 0 99401 3 0 0 25 0 1 0 36784894 16740352 3754 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 4087 3754 76 150 0 3934 0
Current children cumulated CPU time (s) 3520.8
Current children cumulated vsize (KiB) 35304

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15549
/proc/meminfo: memFree=1943072/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=16760 CPUtime=1053.99
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3894 0 0 0 105396 3 0 0 25 0 1 0 36784894 17162240 3880 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 4190 3880 76 150 0 4037 0
Current children cumulated CPU time (s) 3580.75
Current children cumulated vsize (KiB) 35716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.6 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 15549
/proc/meminfo: memFree=1943008/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=16920 CPUtime=1073.29
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3904 0 0 0 107326 3 0 0 25 0 1 0 36784894 17326080 3890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 4230 3890 76 150 0 4077 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 35876

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

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

[startup+3601.6 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 15549
/proc/meminfo: memFree=1943008/2055920 swapFree=4180084/4192956
[pid=15467] ppid=15465 vsize=13600 CPUtime=2526.76
/proc/15467/stat : 15467 (sugar) S 15465 15467 13631 0 -1 4194304 1576 36809 0 6 4 2 252644 26 16 0 1 0 36532116 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15467/statm: 3400 806 374 3 0 500 0
[pid=15548] ppid=15467 vsize=5356 CPUtime=0
/proc/15548/stat : 15548 (sh) S 15467 15467 13631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36784893 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15548/statm: 1339 232 193 169 0 50 0
[pid=15549] ppid=15548 vsize=16920 CPUtime=1073.29
/proc/15549/stat : 15549 (minisat) R 15548 15467 13631 0 -1 4194304 3904 0 0 0 107326 3 0 0 25 0 1 0 36784894 17326080 3890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15549/statm: 4230 3890 76 150 0 4077 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 35876

Child status: 0
Real time (s): 3601.61
CPU time (s): 3600.09
CPU user time (s): 3599.75
CPU system time (s): 0.340948
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 37108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.75
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42646
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2153
involuntary context switches= 13433

runsolver used 3.3205 second user time and 9.79551 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-11 19:46:04
IDJOB=1109102
IDBENCH=60913
IDSOLVER=368
FILE ID=node49/1109102-1215798364
PBS_JOBID= 7903200
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-7.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-1109102-1215798364/watcher-1109102-1215798364 -o /tmp/evaluation-result-1109102-1215798364/solver-1109102-1215798364 -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-1109102-1215798364.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9c9ce80da6f7c29f1350c703e3d2e3bb
RANDOM SEED=989986885

node49.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.239
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.239
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:       1963816 kB
Buffers:          6864 kB
Cached:          35356 kB
SwapCached:       5992 kB
Active:          44732 kB
Inactive:         5736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1963816 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            27560 kB
Committed_AS:   162668 kB
PageTables:       1384 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 node49 at 2008-07-11 20:46:06