Trace number 1110602

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)68 3600.16 3632.67

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-13-a3.xml
MD5SUM944163575f12720c687c0df864291e95
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints3159
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3159
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 04:37:17 2008
0.00/0.04	c 0	PID 16886
0.00/0.04	c 0	HOST node69.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1110602-1215830237.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-1110602-1215830237.xml' 'HOME/temp.csp'
0.03/0.56	c 0	2 domains, 91 variables, 3 predicates, 0 relations, 3159 constraints
0.03/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.60	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.68	c 0	Parsing HOME/temp.csp
0.91/1.03	c 1	parsed 3255 expressions
0.91/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.08	c 1	MAX CSP: 3159 constraints
0.91/1.08	c 1	Converting to clausal form CSP
1.11/1.25	c 1	converted 642 (10%) expressions
1.11/1.29	c 1	converted 1284 (20%) expressions
1.21/1.32	c 1	converted 1926 (30%) expressions
1.21/1.34	c 1	converted 2567 (40%) expressions
1.21/1.36	c 1	converted 3209 (50%) expressions
1.21/1.38	c 1	converted 3851 (60%) expressions
1.21/1.39	c 1	converted 4492 (70%) expressions
1.31/1.41	c 1	converted 5134 (80%) expressions
1.31/1.46	c 1	converted 5776 (90%) expressions
1.61/1.78	c 1	converted 6417 (100%) expressions
1.61/1.79	c 1	CSP : 6409 integers, 78 booleans, 9632 clauses, largest domain size 4739
1.61/1.79	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.79	c 1	Propagation in CSP
1.80/1.92	c 2	3152 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.80/1.92	c 2	CSP : 6409 integers, 78 booleans, 9632 clauses, largest domain size 3160
1.80/1.92	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.93	c 2	Simplifing CSP by introducing new Boolean variables
1.80/1.97	c 2	CSP : 6409 integers, 6084 booleans, 15638 clauses, largest domain size 3160
1.80/1.97	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.04	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.96/2.13	c 2	641 (10%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
1.96/2.13	c 2	1282 (20%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
1.96/2.15	c 2	1923 (30%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
1.96/2.15	c 2	2564 (40%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
1.96/2.15	c 2	3205 (50%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
1.96/2.16	c 2	3846 (60%) CSP integer variables are encoded (13738 clauses, 190456 bytes)
1.96/2.17	c 2	4487 (70%) CSP integer variables are encoded (19523 clauses, 277231 bytes)
1.96/2.18	c 2	5128 (80%) CSP integer variables are encoded (26592 clauses, 383266 bytes)
1.96/2.19	c 2	5769 (90%) CSP integer variables are encoded (32377 clauses, 470041 bytes)
2.05/2.24	c 2	6409 (100%) CSP integer variables are encoded (71611 clauses, 1058551 bytes)
2.24/2.43	c 2	1564 (10%) CSP clauses are encoded (147014 clauses, 2523392 bytes)
2.34/2.59	c 2	3128 (20%) CSP clauses are encoded (220545 clauses, 3982539 bytes)
2.54/2.75	c 2	4692 (30%) CSP clauses are encoded (294007 clauses, 5440317 bytes)
2.74/2.90	c 3	6256 (40%) CSP clauses are encoded (367538 clauses, 6899464 bytes)
2.84/3.05	c 3	7819 (50%) CSP clauses are encoded (440999 clauses, 8357222 bytes)
3.83/4.07	c 4	9383 (60%) CSP clauses are encoded (889234 clauses, 18469596 bytes)
5.02/5.30	c 5	10947 (70%) CSP clauses are encoded (1527788 clauses, 32095545 bytes)
8.70/8.99	c 9	12511 (80%) CSP clauses are encoded (3417240 clauses, 72595732 bytes)
9.97/10.23	c 10	14075 (90%) CSP clauses are encoded (4055700 clauses, 86219786 bytes)
27.31/27.94	c 28	15638 (100%) CSP clauses are encoded (13491652 clauses, 288527309 bytes)
27.31/27.94	c 28	15638 CSP clauses encoded
27.31/27.94	c 28	Writing map file : HOME/temp.map
27.31/27.99	c 28	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.31/27.99	c 28	SAT : 84104 SAT variables, 13491652 SAT clauses, 288527309 bytes
27.31/27.99	c 28	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.41/28.07	c 28	OBJECTIVE minimize _COST
27.41/28.07	c 28	OBJECTIVE BOUND: 0 <= _COST <= 
27.41/28.07	c 28	SEARCHING: _COST <= 1580
27.41/28.07	c 28	SOLVING HOME/temp.cnf
27.41/28.07	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.41/28.08	c 28	This is MiniSat 2.0 beta
27.41/28.08	c 28	WARNING: for repeatability, setting FPU to use double precision
27.41/28.08	c 28	============================[ Problem Statistics ]=============================
27.41/28.08	c 28	|                                                                             |
27.41/28.08	c 28	|  Number of variables:  84104                                                |
27.41/28.08	c 28	|  Number of clauses:    13491653                                             |
33.75/34.42	c 34	|  Parsing time:         5.54         s                                       |
53.15/53.83	c 54	============================[ Search Statistics ]==============================
53.15/53.83	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.15/53.83	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.15/53.83	c 54	===============================================================================
53.15/53.83	c 54	|         0 |   65156  8866672 26808647 |  2955557        0    nan |  0.000 % |
54.54/55.28	c 55	|       101 |   65156  8866672 26808647 |  3251113      101     31 | 22.529 % |
55.64/56.32	c 56	|       251 |   65156  8866672 26808647 |  3576224      251     26 | 22.529 % |
56.04/56.72	c 56	|       477 |   65156  8866672 26808647 |  3933846      477     21 | 22.529 % |
56.45/57.12	c 57	===============================================================================
56.45/57.12	c 57	restarts              : 4
56.45/57.12	c 57	conflicts             : 502            (18 /sec)
56.45/57.12	c 57	decisions             : 6000           (0.62 % random) (213 /sec)
56.45/57.12	c 57	propagations          : 929947         (32940 /sec)
56.45/57.12	c 57	conflict literals     : 10270          (12.28 % deleted)
56.45/57.12	c 57	Memory used           : 533.25 MB
56.45/57.12	c 57	CPU time              : 28.2317 s
56.45/57.12	c 57	
56.45/57.15	c 57	SATISFIABLE
56.55/57.23	c 57	FOUND: _COST <= 1580
56.55/57.23	s SATISFIABLE
56.55/57.23	c 57	DECODING HOME/temp.out WITH HOME/temp.map
56.55/57.23	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.60/57.35	c 57	Decoding HOME/temp.out
56.60/57.60	c 57	OBJECTIVE _COST 657
56.60/57.60	o 657
56.60/57.61	v 49 55 64 67 68 69 70 70 70 70 70 70 70 43 69 64 19 20 54 53 70 54 20 70 21 45 12 13 59 60 52 55 68 15 54 55 3 4 5 66 64 53 60 65 61 62 69 51 48 61 68 63 69 50 3 52 49 67 67 65 66 66 62 57 50 1 61 58 70 67 57 68 58 58 65 44 47 63 57 56 68 66 59 58 46 18 64 60 66 58 44
56.60/57.61	c 57	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
56.60/57.68	c 57	OBJECTIVE BOUND: 0 <= _COST <= 657
56.60/57.68	c 57	SEARCHING: _COST <= 328
56.60/57.68	c 57	SOLVING HOME/temp.cnf
56.60/57.68	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.60/57.68	c 57	This is MiniSat 2.0 beta
56.60/57.68	c 57	WARNING: for repeatability, setting FPU to use double precision
56.60/57.68	c 57	============================[ Problem Statistics ]=============================
56.60/57.68	c 57	|                                                                             |
56.60/57.68	c 57	|  Number of variables:  84104                                                |
56.60/57.68	c 57	|  Number of clauses:    13491653                                             |
63.97/64.86	c 65	|  Parsing time:         6.23         s                                       |
95.37/96.50	c 96	============================[ Search Statistics ]==============================
95.37/96.50	c 96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
95.37/96.50	c 96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
95.37/96.50	c 96	===============================================================================
95.37/96.50	c 96	|         0 |   47025  3241238  9985486 |  1080412        0    nan |  0.000 % |
96.56/97.73	c 97	|       101 |   47025  3241238  9985486 |  1188453      101     24 | 44.087 % |
97.15/98.35	c 98	|       251 |   47025  3241238  9985486 |  1307299      251     22 | 44.087 % |
97.35/98.53	c 98	===============================================================================
97.35/98.54	c 98	restarts              : 3
97.35/98.54	c 98	conflicts             : 403            (10 /sec)
97.35/98.54	c 98	decisions             : 3181           (0.79 % random) (80 /sec)
97.35/98.54	c 98	propagations          : 586001         (14800 /sec)
97.35/98.54	c 98	conflict literals     : 9425           (6.67 % deleted)
97.35/98.54	c 98	Memory used           : 542.75 MB
97.35/98.54	c 98	CPU time              : 39.595 s
97.35/98.54	c 98	
97.35/98.57	c 98	SATISFIABLE
97.45/98.66	c 98	FOUND: _COST <= 328
97.45/98.66	c 98	DECODING HOME/temp.out WITH HOME/temp.map
97.45/98.66	c 98	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
97.51/98.76	c 98	Decoding HOME/temp.out
97.81/99.01	c 99	OBJECTIVE _COST 328
97.81/99.01	o 328
97.81/99.02	v 5 64 20 65 67 67 69 68 69 70 70 70 70 69 57 60 40 62 62 63 64 66 64 41 65 42 4 43 61 69 4 5 6 6 70 70 45 47 69 66 67 52 65 61 67 59 48 2 51 3 68 67 69 68 66 44 45 56 2 54 68 52 61 57 63 2 46 60 50 66 64 47 1 55 1 63 59 68 54 61 65 55 56 60 58 59 55 58 53 49 53
97.81/99.02	c 99	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
97.81/99.05	c 99	OBJECTIVE BOUND: 0 <= _COST <= 328
97.81/99.05	c 99	SEARCHING: _COST <= 164
97.81/99.05	c 99	SOLVING HOME/temp.cnf
97.81/99.05	c 99	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
97.81/99.06	c 99	This is MiniSat 2.0 beta
97.81/99.06	c 99	WARNING: for repeatability, setting FPU to use double precision
97.81/99.06	c 99	============================[ Problem Statistics ]=============================
97.81/99.06	c 99	|                                                                             |
97.81/99.06	c 99	|  Number of variables:  84104                                                |
97.81/99.06	c 99	|  Number of clauses:    13491653                                             |
104.49/105.77	c 105	|  Parsing time:         5.86         s                                       |
133.79/135.10	c 135	============================[ Search Statistics ]==============================
133.79/135.10	c 135	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
133.79/135.10	c 135	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
133.79/135.10	c 135	===============================================================================
133.79/135.10	c 135	|         0 |   42751  2112004  6610442 |   704001        0    nan |  0.000 % |
134.89/136.16	c 136	|       101 |   42751  2112004  6610442 |   774401      101     16 | 49.169 % |
135.49/136.77	c 136	|       251 |   42751  2112004  6610442 |   851841      251     28 | 49.169 % |
135.79/137.01	c 137	===============================================================================
135.79/137.01	c 137	restarts              : 3
135.79/137.01	c 137	conflicts             : 343            (9 /sec)
135.79/137.01	c 137	decisions             : 2623           (0.84 % random) (71 /sec)
135.79/137.01	c 137	propagations          : 785722         (21179 /sec)
135.79/137.01	c 137	conflict literals     : 7878           (25.62 % deleted)
135.79/137.01	c 137	Memory used           : 537.52 MB
135.79/137.01	c 137	CPU time              : 37.0994 s
135.79/137.01	c 137	
135.79/137.05	c 137	SATISFIABLE
135.89/137.13	c 137	FOUND: _COST <= 164
135.89/137.13	c 137	DECODING HOME/temp.out WITH HOME/temp.map
135.89/137.13	c 137	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
135.93/137.20	c 137	Decoding HOME/temp.out
136.19/137.45	c 137	OBJECTIVE _COST 164
136.19/137.45	o 164
136.19/137.45	v 9 64 44 66 66 67 69 68 69 69 70 70 70 55 35 57 57 58 15 59 61 60 16 41 61 43 2 17 58 70 4 69 5 6 70 69 22 22 23 18 68 34 25 25 26 56 36 64 53 50 3 51 4 44 68 41 3 64 3 65 66 20 52 2 69 2 63 62 21 45 40 49 54 48 48 60 1 46 42 67 19 47 33 63 38 44 1 1 37 67 39
136.19/137.45	c 137	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
136.19/137.50	c 137	OBJECTIVE BOUND: 0 <= _COST <= 164
136.19/137.50	c 137	SEARCHING: _COST <= 82
136.19/137.50	c 137	SOLVING HOME/temp.cnf
136.19/137.50	c 137	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
136.25/137.50	c 137	This is MiniSat 2.0 beta
136.25/137.50	c 137	WARNING: for repeatability, setting FPU to use double precision
136.25/137.50	c 137	============================[ Problem Statistics ]=============================
136.25/137.50	c 137	|                                                                             |
136.25/137.51	c 137	|  Number of variables:  84104                                                |
136.25/137.51	c 137	|  Number of clauses:    13491653                                             |
143.37/144.72	c 144	|  Parsing time:         6.30         s                                       |
173.98/175.66	c 175	============================[ Search Statistics ]==============================
173.98/175.66	c 175	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
173.98/175.66	c 175	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
173.98/175.66	c 175	===============================================================================
173.98/175.66	c 175	|         0 |   39116  1506951  4806106 |   502317        0    nan |  0.000 % |
175.07/176.76	c 176	|       100 |   39116  1506951  4806106 |   552548      100     22 | 53.491 % |
175.96/177.61	c 177	|       250 |   39116  1506951  4806106 |   607803      250     20 | 53.491 % |
176.75/178.42	c 178	|       476 |   39116  1506951  4806106 |   668583      476     24 | 53.491 % |
178.04/179.78	c 179	|       814 |   39116  1506951  4806106 |   735442      814     24 | 53.491 % |
179.92/181.62	c 181	|      1320 |   39116  1506951  4806106 |   808986     1320     23 | 53.491 % |
180.91/182.63	c 182	===============================================================================
180.91/182.64	c 182	restarts              : 6
180.91/182.64	c 182	conflicts             : 1612           (37 /sec)
180.91/182.64	c 182	decisions             : 5373           (0.63 % random) (123 /sec)
180.91/182.64	c 182	propagations          : 4834042        (110242 /sec)
180.91/182.64	c 182	conflict literals     : 33753          (17.72 % deleted)
180.91/182.64	c 182	Memory used           : 540.84 MB
180.91/182.64	c 182	CPU time              : 43.8493 s
180.91/182.64	c 182	
180.91/182.67	c 182	SATISFIABLE
181.01/182.76	c 182	FOUND: _COST <= 82
181.01/182.76	c 182	DECODING HOME/temp.out WITH HOME/temp.map
181.01/182.76	c 182	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
181.08/182.89	c 183	Decoding HOME/temp.out
181.08/183.12	c 183	OBJECTIVE _COST 82
181.08/183.12	o 82
181.08/183.13	v 24 41 44 46 69 54 70 57 69 62 68 70 70 17 20 54 70 30 46 33 45 38 47 46 46 60 40 28 13 29 42 69 21 27 63 29 36 25 10 9 12 25 18 50 26 26 23 51 24 11 19 53 22 58 52 66 68 61 41 55 64 65 1 16 3 59 8 14 9 16 67 48 57 68 70 62 37 5 11 13 43 56 4 44 1 6 8 7 2 49 15
181.08/183.13	c 183	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
181.08/183.18	c 183	OBJECTIVE BOUND: 0 <= _COST <= 82
181.08/183.18	c 183	SEARCHING: _COST <= 41
181.08/183.18	c 183	SOLVING HOME/temp.cnf
181.08/183.18	c 183	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
181.08/183.19	c 183	This is MiniSat 2.0 beta
181.08/183.19	c 183	WARNING: for repeatability, setting FPU to use double precision
181.08/183.19	c 183	============================[ Problem Statistics ]=============================
181.08/183.19	c 183	|                                                                             |
181.08/183.19	c 183	|  Number of variables:  84104                                                |
181.08/183.19	c 183	|  Number of clauses:    13491653                                             |
188.63/190.51	c 190	|  Parsing time:         6.36         s                                       |
218.35/220.57	c 220	============================[ Search Statistics ]==============================
218.35/220.57	c 220	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
218.35/220.57	c 220	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
218.35/220.57	c 220	===============================================================================
218.35/220.57	c 220	|         0 |   35760  1190864  3867872 |   396954        0    nan |  0.000 % |
219.44/221.65	c 221	|       101 |   35760  1190864  3867872 |   436650      101     18 | 57.481 % |
219.84/222.06	c 222	|       251 |   35760  1190864  3867872 |   480315      251     30 | 57.481 % |
221.43/223.69	c 223	|       477 |   35760  1190864  3867872 |   528346      477     27 | 57.481 % |
222.42/224.67	c 224	|       814 |   35760  1190864  3867872 |   581181      814     24 | 57.481 % |
224.79/227.00	c 227	|      1321 |   35760  1190864  3867872 |   639299     1321     24 | 57.481 % |
228.85/231.13	c 231	|      2081 |   35760  1190864  3867872 |   703229     2081     24 | 57.481 % |
233.51/235.82	c 235	|      3220 |   35760  1190864  3867872 |   773552     3220     25 | 57.481 % |
242.43/244.87	c 245	|      4929 |   35760  1190864  3867872 |   850907     4929     25 | 57.481 % |
255.80/258.36	c 258	|      7492 |   35760  1190864  3867872 |   935998     7492     24 | 57.481 % |
271.45/274.12	c 274	|     11336 |   35760  1190864  3867872 |  1029598    11336     23 | 57.481 % |
292.95/295.90	c 296	|     17103 |   35760  1190864  3867872 |  1132557    17103     22 | 57.481 % |
324.74/327.98	c 328	|     25752 |   35760  1190864  3867872 |  1245813    25752     21 | 57.481 % |
364.06/367.67	c 367	|     38726 |   35760  1190864  3867872 |  1370395    38726     24 | 57.481 % |
454.49/459.06	c 459	|     58187 |   35760  1190864  3867872 |  1507434    58187     58 | 57.481 % |
527.50/532.70	c 532	|     87379 |   35760  1190864  3867872 |  1658178    87379     62 | 57.481 % |
615.87/621.94	c 622	|    131169 |   35760  1190864  3867872 |  1823995   131169     85 | 57.481 % |
963.88/973.28	c 973	|    196853 |   35760  1190864  3867872 |  2006395   196853     82 | 57.481 % |
1301.09/1313.65	c 1313	|    295379 |   35760  1190864  3867872 |  2207035   295379     94 | 57.481 % |
1701.00/1717.33	c 1717	|    443168 |   35760  1190864  3867872 |  2427738   443168    122 | 57.481 % |
3083.41/3112.08	c 3112	|    664851 |   35760  1190864  3867872 |  2670512   664851    104 | 57.481 % |
3600.00/3632.42	c ERROR INTERRUPTED
181.42/3632.52	c 3632	CPU 175.32 (0.05 0.02 175.27 6.07)
181.42/3632.52	c 3632	END Sat Jul 12 05:37:49 2008

Verifier Data (download as text)

OK	68	3091
68 unsatisfied constraints, 3091 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-1110602-1215830237/watcher-1110602-1215830237 -o /tmp/evaluation-result-1110602-1215830237/solver-1110602-1215830237 -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-1110602-1215830237.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.60 2.58 2.38 5/80 16886
/proc/meminfo: memFree=1614800/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=12268 CPUtime=0
/proc/16886/stat : 16886 (sugar) R 16884 16886 15045 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 39721576 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/16886/statm: 3067 316 241 3 0 167 0

[startup+0.084552 s]
/proc/loadavg: 2.60 2.58 2.38 5/80 16886
/proc/meminfo: memFree=1614800/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.03
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 898 127 0 0 2 1 0 0 20 0 1 0 39721576 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101552 s]
/proc/loadavg: 2.60 2.58 2.38 5/80 16886
/proc/meminfo: memFree=1614800/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.03
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 898 127 0 0 2 1 0 0 20 0 1 0 39721576 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30157 s]
/proc/loadavg: 2.60 2.58 2.38 5/80 16886
/proc/meminfo: memFree=1614800/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.03
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 898 127 0 0 2 1 0 0 20 0 1 0 39721576 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701596 s]
/proc/loadavg: 2.60 2.58 2.38 5/80 16886
/proc/meminfo: memFree=1614800/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.53
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 974 6649 0 1 2 1 46 4 16 0 1 0 39721576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16886/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 2.60 2.58 2.38 4/91 16908
/proc/meminfo: memFree=1606576/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.53
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 974 6649 0 1 2 1 46 4 15 0 1 0 39721576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16886/statm: 3400 797 370 3 0 500 0
[pid=16899] ppid=16886 vsize=5356 CPUtime=0
/proc/16899/stat : 16899 (sh) S 16886 16886 15045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 39721637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16899/statm: 1339 233 193 169 0 50 0
[pid=16900] ppid=16899 vsize=868400 CPUtime=0.88
/proc/16900/stat : 16900 (java) S 16899 16886 15045 0 -1 0 7185 0 1 0 85 3 0 0 18 0 9 0 39721637 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16900/statm: 217100 6425 2540 9 0 211675 0
[pid=16900/tid=16901] ppid=16899 vsize=868400 CPUtime=0.57
/proc/16900/task/16901/stat : 16901 (java) R 16899 16886 15045 0 -1 64 2659 0 1 0 56 1 0 0 21 0 9 0 39721638 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4126594486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16902] ppid=16899 vsize=868400 CPUtime=0.09
/proc/16900/task/16902/stat : 16902 (java) S 16899 16886 15045 0 -1 64 2370 0 0 0 9 0 0 0 16 0 9 0 39721639 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16903] ppid=16899 vsize=868400 CPUtime=0
/proc/16900/task/16903/stat : 16903 (java) S 16899 16886 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39721639 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16904] ppid=16899 vsize=868400 CPUtime=0
/proc/16900/task/16904/stat : 16904 (java) S 16899 16886 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39721639 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16905] ppid=16899 vsize=868400 CPUtime=0
/proc/16900/task/16905/stat : 16905 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39721641 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16906] ppid=16899 vsize=868400 CPUtime=0.18
/proc/16900/task/16906/stat : 16906 (java) S 16899 16886 15045 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 39721641 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16907] ppid=16899 vsize=868400 CPUtime=0
/proc/16900/task/16907/stat : 16907 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39721641 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16908] ppid=16899 vsize=868400 CPUtime=0
/proc/16900/task/16908/stat : 16908 (java) S 16899 16886 15045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39721641 889241600 6425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887356

[startup+3.10179 s]
/proc/loadavg: 2.60 2.58 2.38 4/91 16908
/proc/meminfo: memFree=1590640/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.53
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 974 6649 0 1 2 1 46 4 15 0 1 0 39721576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16886/statm: 3400 797 370 3 0 500 0
[pid=16899] ppid=16886 vsize=5356 CPUtime=0
/proc/16899/stat : 16899 (sh) S 16886 16886 15045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 39721637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16899/statm: 1339 233 193 169 0 50 0
[pid=16900] ppid=16899 vsize=868512 CPUtime=2.41
/proc/16900/stat : 16900 (java) S 16899 16886 15045 0 -1 0 9113 0 1 0 231 10 0 0 18 0 9 0 39721637 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16900/statm: 217128 8021 2565 9 0 211675 0
[pid=16900/tid=16901] ppid=16899 vsize=868512 CPUtime=1.76
/proc/16900/task/16901/stat : 16901 (java) R 16899 16886 15045 0 -1 64 3019 0 1 0 170 6 0 0 25 0 9 0 39721638 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16902] ppid=16899 vsize=868512 CPUtime=0.34
/proc/16900/task/16902/stat : 16902 (java) S 16899 16886 15045 0 -1 64 3881 0 0 0 32 2 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16903] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16903/stat : 16903 (java) S 16899 16886 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16904] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16904/stat : 16904 (java) S 16899 16886 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16905] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16905/stat : 16905 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16906] ppid=16899 vsize=868512 CPUtime=0.28
/proc/16900/task/16906/stat : 16906 (java) S 16899 16886 15045 0 -1 64 1521 0 0 0 27 1 0 0 16 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16907] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16907/stat : 16907 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16908] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16908/stat : 16908 (java) S 16899 16886 15045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 887468

[startup+6.30204 s]
/proc/loadavg: 2.63 2.59 2.39 3/91 16908
/proc/meminfo: memFree=1556912/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.53
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 974 6649 0 1 2 1 46 4 16 0 1 0 39721576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16886/statm: 3400 797 370 3 0 500 0
[pid=16899] ppid=16886 vsize=5356 CPUtime=0
/proc/16899/stat : 16899 (sh) S 16886 16886 15045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 39721637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16899/statm: 1339 233 193 169 0 50 0
[pid=16900] ppid=16899 vsize=868512 CPUtime=5.58
/proc/16900/stat : 16900 (java) S 16899 16886 15045 0 -1 0 10080 0 1 0 521 37 0 0 18 0 9 0 39721637 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16900/statm: 217128 8021 2565 9 0 211675 0
[pid=16900/tid=16901] ppid=16899 vsize=868512 CPUtime=4.67
/proc/16900/task/16901/stat : 16901 (java) R 16899 16886 15045 0 -1 64 3986 0 1 0 441 26 0 0 25 0 9 0 39721638 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4126478665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16902] ppid=16899 vsize=868512 CPUtime=0.61
/proc/16900/task/16902/stat : 16902 (java) S 16899 16886 15045 0 -1 64 3881 0 0 0 52 9 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16903] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16903/stat : 16903 (java) S 16899 16886 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16904] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16904/stat : 16904 (java) S 16899 16886 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16905] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16905/stat : 16905 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16906] ppid=16899 vsize=868512 CPUtime=0.28
/proc/16900/task/16906/stat : 16906 (java) S 16899 16886 15045 0 -1 64 1521 0 0 0 27 1 0 0 16 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16907] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16907/stat : 16907 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16908] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16908/stat : 16908 (java) S 16899 16886 15045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887468

[startup+12.7028 s]
/proc/loadavg: 2.66 2.59 2.39 3/91 16908
/proc/meminfo: memFree=1484272/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.53
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 974 6649 0 1 2 1 46 4 16 0 1 0 39721576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16886/statm: 3400 797 370 3 0 500 0
[pid=16899] ppid=16886 vsize=5356 CPUtime=0
/proc/16899/stat : 16899 (sh) S 16886 16886 15045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 39721637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16899/statm: 1339 233 193 169 0 50 0
[pid=16900] ppid=16899 vsize=868512 CPUtime=11.78
/proc/16900/stat : 16900 (java) S 16899 16886 15045 0 -1 0 11987 0 1 0 1090 88 0 0 18 0 9 0 39721637 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16900/statm: 217128 8021 2565 9 0 211675 0
[pid=16900/tid=16901] ppid=16899 vsize=868512 CPUtime=10.4
/proc/16900/task/16901/stat : 16901 (java) R 16899 16886 15045 0 -1 64 5893 0 1 0 973 67 0 0 25 0 9 0 39721638 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4127039010 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16900/tid=16902] ppid=16899 vsize=868512 CPUtime=1.07
/proc/16900/task/16902/stat : 16902 (java) R 16899 16886 15045 0 -1 64 3881 0 0 0 88 19 0 0 15 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16900/tid=16903] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16903/stat : 16903 (java) S 16899 16886 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16904] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16904/stat : 16904 (java) S 16899 16886 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16905] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16905/stat : 16905 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16906] ppid=16899 vsize=868512 CPUtime=0.28
/proc/16900/task/16906/stat : 16906 (java) S 16899 16886 15045 0 -1 64 1521 0 0 0 27 1 0 0 16 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16907] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16907/stat : 16907 (java) S 16899 16886 15045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16908] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16908/stat : 16908 (java) S 16899 16886 15045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39721641 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887468

[startup+25.5018 s]
/proc/loadavg: 2.67 2.60 2.39 3/91 16908
/proc/meminfo: memFree=1327792/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13600 CPUtime=0.53
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 974 6649 0 1 2 1 46 4 16 0 1 0 39721576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16886/statm: 3400 797 370 3 0 500 0
[pid=16899] ppid=16886 vsize=5356 CPUtime=0
/proc/16899/stat : 16899 (sh) S 16886 16886 15045 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 39721637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16899/statm: 1339 233 193 169 0 50 0
[pid=16900] ppid=16899 vsize=868512 CPUtime=24.42
/proc/16900/stat : 16900 (java) S 16899 16886 15045 0 -1 0 15978 0 1 0 2248 194 0 0 18 0 9 0 39721637 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16900/statm: 217128 8021 2565 9 0 211675 0
[pid=16900/tid=16901] ppid=16899 vsize=868512 CPUtime=22.1
/proc/16900/task/16901/stat : 16901 (java) R 16899 16886 15045 0 -1 64 9884 0 1 0 2057 153 0 0 25 0 9 0 39721638 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4127036592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16902] ppid=16899 vsize=868512 CPUtime=2.02
/proc/16900/task/16902/stat : 16902 (java) S 16899 16886 15045 0 -1 64 3881 0 0 0 163 39 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16903] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16903/stat : 16903 (java) S 16899 16886 15045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16900/tid=16904] ppid=16899 vsize=868512 CPUtime=0
/proc/16900/task/16904/stat : 16904 (java) S 16899 16886 15045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39721639 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=573536 CPUtime=3012.25
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 138716 0 0 0 301101 124 0 0 25 0 1 0 39739895 587300864 138702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16958/statm: 143384 138702 76 150 0 143231 0
Current children cumulated CPU time (s) 3193.66
Current children cumulated vsize (KiB) 592888

[startup+3282.3 s]
/proc/loadavg: 2.32 2.45 2.53 4/83 17040
/proc/meminfo: memFree=755120/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=581264 CPUtime=3071.76
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 140307 0 0 0 307049 127 0 0 25 0 1 0 39739895 595214336 140293 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 145316 140293 76 150 0 145163 0
Current children cumulated CPU time (s) 3253.17
Current children cumulated vsize (KiB) 600616

[startup+3342.3 s]
/proc/loadavg: 2.25 2.40 2.50 3/83 17040
/proc/meminfo: memFree=732016/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=594784 CPUtime=3131.2
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 143713 0 0 0 312989 131 0 0 25 0 1 0 39739895 609058816 143699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 148696 143699 76 150 0 148543 0
Current children cumulated CPU time (s) 3312.61
Current children cumulated vsize (KiB) 614136

[startup+3402.31 s]
/proc/loadavg: 2.41 2.41 2.50 3/83 17040
/proc/meminfo: memFree=706800/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=619532 CPUtime=3190.64
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 149919 0 0 0 318927 137 0 0 25 0 1 0 39739895 634400768 149905 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 154883 149905 76 150 0 154730 0
Current children cumulated CPU time (s) 3372.05
Current children cumulated vsize (KiB) 638884

[startup+3462.3 s]
/proc/loadavg: 2.51 2.44 2.50 3/83 17040
/proc/meminfo: memFree=687856/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=638500 CPUtime=3250.08
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 154670 0 0 0 324867 141 0 0 25 0 1 0 39739895 653824000 154656 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 159625 154656 76 150 0 159472 0
Current children cumulated CPU time (s) 3431.49
Current children cumulated vsize (KiB) 657852

[startup+3522.3 s]
/proc/loadavg: 2.52 2.46 2.51 4/83 17040
/proc/meminfo: memFree=667760/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=658224 CPUtime=3309.51
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 159631 0 0 0 330805 146 0 0 25 0 1 0 39739895 674021376 159617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 164556 159617 76 150 0 164403 0
Current children cumulated CPU time (s) 3490.92
Current children cumulated vsize (KiB) 677576

[startup+3582.3 s]
/proc/loadavg: 2.48 2.45 2.50 3/83 17040
/proc/meminfo: memFree=648880/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=677124 CPUtime=3368.95
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 164353 0 0 0 336744 151 0 0 25 0 1 0 39739895 693374976 164339 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 169281 164339 76 150 0 169128 0
Current children cumulated CPU time (s) 3550.36
Current children cumulated vsize (KiB) 696476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 2.34 2.41 2.48 4/83 17040
/proc/meminfo: memFree=635440/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=690312 CPUtime=3418.59
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 167664 0 0 0 341705 154 0 0 25 0 1 0 39739895 706879488 167650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 172578 167650 76 150 0 172425 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 709664

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

[startup+3632.4 s]
/proc/loadavg: 2.34 2.41 2.48 4/83 17040
/proc/meminfo: memFree=635440/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.41
/proc/16886/stat : 16886 (sugar) S 16884 16886 15045 0 -1 4194304 1609 574056 0 6 5 2 17527 607 16 0 1 0 39721576 14331904 893 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16886/statm: 3499 893 374 3 0 599 0
[pid=16957] ppid=16886 vsize=5356 CPUtime=0
/proc/16957/stat : 16957 (sh) S 16886 16886 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39739895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16957/statm: 1339 232 193 169 0 50 0
[pid=16958] ppid=16957 vsize=690312 CPUtime=3418.59
/proc/16958/stat : 16958 (minisat) R 16957 16886 15045 0 -1 4194304 167664 0 0 0 341705 154 0 0 25 0 1 0 39739895 706879488 167650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16958/statm: 172578 167650 76 150 0 172425 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 709664

# WARNING:
# current cumulated CPU time (181.42 s) is less than in the last sample (3600 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3418.58 s) to the 'lost time'.

[startup+3632.52 s]
/proc/loadavg: 2.34 2.41 2.48 4/83 17040
/proc/meminfo: memFree=635440/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.42
/proc/16886/stat : 16886 (sugar) R 16884 16886 15045 0 -1 4194304 1642 574333 0 6 5 3 17527 607 16 0 1 0 39721576 14331904 894 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16886/statm: 3499 894 375 3 0 599 0
Current children cumulated CPU time (s) 181.42
Current children cumulated vsize (KiB) 13996

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

[startup+3632.6 s]
/proc/loadavg: 2.34 2.41 2.48 4/83 17040
/proc/meminfo: memFree=635440/2055920 swapFree=4180240/4192956
[pid=16886] ppid=16884 vsize=13996 CPUtime=181.49
/proc/16886/stat : 16886 (sugar) R 16884 16886 15045 0 -1 4194304 1642 574333 0 6 5 10 17527 607 16 0 1 0 39721576 14331904 894 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16886/statm: 3499 894 375 3 0 599 0
Current children cumulated CPU time (s) 181.49
Current children cumulated vsize (KiB) 13996

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3418.58
#  lost CPU user time (s): 3417.05
#  lost CPU system time (s): 1.53

Real time (s): 3632.67
CPU time (s): 3600.16
CPU user time (s): 3592.38
CPU system time (s): 7.77805
CPU usage (%): 99.105
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.33
system time used= 6.24805
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 576006
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= 60093
involuntary context switches= 64175

runsolver used 5.99809 second user time and 10.5034 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 04:37:17
IDJOB=1110602
IDBENCH=61127
IDSOLVER=368
FILE ID=node69/1110602-1215830237
PBS_JOBID= 7903310
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-13-a3.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-1110602-1215830237/watcher-1110602-1215830237 -o /tmp/evaluation-result-1110602-1215830237/solver-1110602-1215830237 -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-1110602-1215830237.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 944163575f12720c687c0df864291e95
RANDOM SEED=420132098

node69.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.233
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.233
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:       1615536 kB
Buffers:         56296 kB
Cached:         230640 kB
SwapCached:       7572 kB
Active:         208468 kB
Inactive:       167680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615536 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         104476 kB
Slab:            49280 kB
Committed_AS:   985692 kB
PageTables:       2196 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= 66476 MiB
End job on node69 at 2008-07-12 05:37:51