Trace number 1114174

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)26 3600.03 3631.22

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub4.xml
MD5SUMbb06c4786729b9bb95e26e13ba659421
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints23
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints499
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension499
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 23:20:06 2008
0.00/0.04	c 0	PID 18633
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1114174-1215897606.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114174-1215897606.xml' 'HOME/temp.csp'
0.03/0.53	c 1	2 domains, 44 variables, 2 predicates, 0 relations, 499 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.52/0.65	c 1	Parsing HOME/temp.csp
0.52/0.79	c 1	parsed 547 expressions
0.52/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.87	c 1	MAX CSP: 499 constraints
0.52/0.87	c 1	Converting to clausal form CSP
0.93/1.06	c 1	converted 105 (10%) expressions
1.03/1.14	c 1	converted 210 (20%) expressions
1.12/1.22	c 1	converted 315 (30%) expressions
1.12/1.29	c 1	converted 420 (40%) expressions
1.32/1.42	c 1	converted 525 (50%) expressions
1.32/1.49	c 2	converted 630 (60%) expressions
1.42/1.56	c 2	converted 735 (70%) expressions
1.52/1.63	c 2	converted 840 (80%) expressions
1.52/1.68	c 2	converted 945 (90%) expressions
1.72/1.81	c 2	converted 1049 (100%) expressions
1.72/1.81	c 2	CSP : 1042 integers, 22 booleans, 1562 clauses, largest domain size 749
1.72/1.81	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.81	c 2	Propagation in CSP
1.72/1.86	c 2	492 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.86	c 2	CSP : 1042 integers, 22 booleans, 1562 clauses, largest domain size 500
1.72/1.86	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.86	c 2	Simplifing CSP by introducing new Boolean variables
1.72/1.87	c 2	CSP : 1042 integers, 1020 booleans, 2560 clauses, largest domain size 500
1.72/1.87	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.96	c 2	105 (10%) CSP integer variables are encoded (1768 clauses, 20887 bytes)
1.82/1.97	c 2	209 (20%) CSP integer variables are encoded (1768 clauses, 20887 bytes)
1.82/1.97	c 2	313 (30%) CSP integer variables are encoded (1768 clauses, 20887 bytes)
1.82/1.97	c 2	417 (40%) CSP integer variables are encoded (1768 clauses, 20887 bytes)
1.82/1.97	c 2	521 (50%) CSP integer variables are encoded (1768 clauses, 20887 bytes)
1.82/1.97	c 2	626 (60%) CSP integer variables are encoded (2637 clauses, 32184 bytes)
1.82/1.97	c 2	730 (70%) CSP integer variables are encoded (3329 clauses, 41180 bytes)
1.82/1.98	c 2	834 (80%) CSP integer variables are encoded (4162 clauses, 52009 bytes)
1.82/1.98	c 2	938 (90%) CSP integer variables are encoded (4818 clauses, 60537 bytes)
1.82/1.98	c 2	1042 (100%) CSP integer variables are encoded (9248 clauses, 118708 bytes)
1.92/2.04	c 2	256 (10%) CSP clauses are encoded (14591 clauses, 211087 bytes)
1.92/2.09	c 2	512 (20%) CSP clauses are encoded (20404 clauses, 317203 bytes)
2.01/2.14	c 2	768 (30%) CSP clauses are encoded (25852 clauses, 417593 bytes)
2.01/2.18	c 2	1024 (40%) CSP clauses are encoded (31727 clauses, 525811 bytes)
2.11/2.23	c 2	1280 (50%) CSP clauses are encoded (37036 clauses, 625385 bytes)
2.11/2.27	c 2	1536 (60%) CSP clauses are encoded (42552 clauses, 733998 bytes)
2.11/2.29	c 2	1792 (70%) CSP clauses are encoded (49426 clauses, 854935 bytes)
2.21/2.33	c 2	2048 (80%) CSP clauses are encoded (66706 clauses, 1164908 bytes)
2.31/2.42	c 2	2304 (90%) CSP clauses are encoded (116156 clauses, 2067081 bytes)
2.71/2.86	c 3	2560 (100%) CSP clauses are encoded (369015 clauses, 6762335 bytes)
2.71/2.86	c 3	2560 CSP clauses encoded
2.71/2.86	c 3	Writing map file : HOME/temp.map
2.71/2.87	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.87	c 3	SAT : 11310 SAT variables, 369015 SAT clauses, 6762335 bytes
2.71/2.87	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.93	c 3	OBJECTIVE minimize _COST
2.78/2.93	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.78/2.93	c 3	SEARCHING: _COST <= 250
2.78/2.93	c 3	SOLVING HOME/temp.cnf
2.78/2.93	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.78/2.93	c 3	This is MiniSat 2.0 beta
2.78/2.93	c 3	WARNING: for repeatability, setting FPU to use double precision
2.78/2.93	c 3	============================[ Problem Statistics ]=============================
2.78/2.93	c 3	|                                                                             |
2.78/2.93	c 3	|  Number of variables:  11310                                                |
2.78/2.93	c 3	|  Number of clauses:    369016                                               |
2.80/3.11	c 3	|  Parsing time:         0.15         s                                       |
3.05/3.21	c 3	============================[ Search Statistics ]==============================
3.05/3.21	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.05/3.21	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.05/3.21	c 3	===============================================================================
3.05/3.21	c 3	|         0 |    9069   249049   726912 |    83016        0    nan |  0.000 % |
3.15/3.34	c 3	|       100 |    9069   249049   726912 |    91317      100     46 | 19.814 % |
3.15/3.39	c 3	|       250 |    9069   249049   726912 |   100449      250     44 | 19.814 % |
3.25/3.46	c 4	===============================================================================
3.25/3.46	c 4	restarts              : 3
3.25/3.46	c 4	conflicts             : 340            (688 /sec)
3.25/3.46	c 4	decisions             : 1600           (0.62 % random) (3239 /sec)
3.25/3.46	c 4	propagations          : 297197         (601706 /sec)
3.25/3.46	c 4	conflict literals     : 14998          (22.52 % deleted)
3.25/3.46	c 4	Memory used           : 16.91 MB
3.25/3.46	c 4	CPU time              : 0.493924 s
3.25/3.46	c 4	
3.25/3.46	c 4	SATISFIABLE
3.25/3.47	c 4	FOUND: _COST <= 250
3.25/3.47	s SATISFIABLE
3.25/3.47	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.25/3.47	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.34/3.55	c 4	Decoding HOME/temp.out
3.34/3.78	c 4	OBJECTIVE _COST 250
3.34/3.78	o 250
3.34/3.79	v 722 792 792 792 16 526 792 498 792 652 324 484 100 792 470 540 666 680 792 792 380 470 708 792 778 778 442 666 282 44 30 792 296 366 254 442 428 792 16 792 380 142 778 540
3.34/3.79	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.34/3.82	c 4	OBJECTIVE BOUND: 0 <= _COST <= 250
3.34/3.82	c 4	SEARCHING: _COST <= 125
3.34/3.82	c 4	SOLVING HOME/temp.cnf
3.34/3.82	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.34/3.83	c 4	This is MiniSat 2.0 beta
3.34/3.83	c 4	WARNING: for repeatability, setting FPU to use double precision
3.34/3.83	c 4	============================[ Problem Statistics ]=============================
3.34/3.83	c 4	|                                                                             |
3.34/3.83	c 4	|  Number of variables:  11310                                                |
3.34/3.83	c 4	|  Number of clauses:    369016                                               |
3.66/4.01	c 4	|  Parsing time:         0.16         s                                       |
3.66/4.14	c 4	============================[ Search Statistics ]==============================
3.66/4.14	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.66/4.14	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.66/4.14	c 4	===============================================================================
3.66/4.14	c 4	|         0 |    7819   175424   509662 |    58474        0    nan |  0.000 % |
3.66/4.28	c 4	|       100 |    7819   175424   509662 |    64322      100     61 | 30.866 % |
4.12/4.31	c 4	===============================================================================
4.12/4.31	c 4	restarts              : 2
4.12/4.31	c 4	conflicts             : 144            (320 /sec)
4.12/4.31	c 4	decisions             : 668            (1.20 % random) (1485 /sec)
4.12/4.31	c 4	propagations          : 199537         (443484 /sec)
4.12/4.31	c 4	conflict literals     : 7392           (35.03 % deleted)
4.12/4.31	c 4	Memory used           : 17.04 MB
4.12/4.31	c 4	CPU time              : 0.449931 s
4.12/4.31	c 4	
4.12/4.31	c 4	SATISFIABLE
4.12/4.31	c 4	FOUND: _COST <= 125
4.12/4.31	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.12/4.31	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.14/4.42	c 4	Decoding HOME/temp.out
4.14/4.66	c 5	OBJECTIVE _COST 125
4.14/4.66	o 125
4.14/4.66	v 792 792 792 792 100 338 100 338 666 526 792 694 142 380 442 680 58 540 554 792 708 680 512 100 540 778 778 44 338 44 114 352 128 366 128 366 30 456 16 722 778 142 526 708
4.14/4.66	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.14/4.71	c 5	OBJECTIVE BOUND: 0 <= _COST <= 125
4.14/4.71	c 5	SEARCHING: _COST <= 62
4.14/4.71	c 5	SOLVING HOME/temp.cnf
4.14/4.71	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.14/4.71	c 5	This is MiniSat 2.0 beta
4.14/4.71	c 5	WARNING: for repeatability, setting FPU to use double precision
4.14/4.71	c 5	============================[ Problem Statistics ]=============================
4.14/4.71	c 5	|                                                                             |
4.14/4.71	c 5	|  Number of variables:  11310                                                |
4.14/4.71	c 5	|  Number of clauses:    369016                                               |
4.46/4.91	c 5	|  Parsing time:         0.17         s                                       |
4.46/5.04	c 5	============================[ Search Statistics ]==============================
4.46/5.04	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.46/5.04	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.46/5.04	c 5	===============================================================================
4.46/5.04	c 5	|         0 |    6997   115946   333631 |    38648        0    nan |  0.000 % |
4.46/5.15	c 5	|       100 |    6997   115946   333631 |    42513      100     40 | 38.134 % |
4.46/5.20	c 5	|       250 |    6997   115946   333631 |    46764      250     35 | 38.134 % |
4.46/5.28	c 5	|       476 |    6997   115946   333631 |    51441      476     33 | 38.134 % |
5.13/5.41	c 5	|       813 |    6997   115946   333631 |    56585      813     33 | 38.134 % |
5.23/5.56	c 6	|      1319 |    6997   115946   333631 |    62244     1319     32 | 38.134 % |
5.52/5.87	c 6	|      2079 |    6997   115946   333631 |    68468     2079     35 | 38.134 % |
6.02/6.34	c 6	|      3218 |    6997   115946   333631 |    75315     3218     38 | 38.134 % |
6.71/7.01	c 7	|      4928 |    6997   115946   333631 |    82846     4928     36 | 38.134 % |
7.81/8.19	c 8	|      7491 |    6997   115946   333631 |    91131     7491     37 | 38.134 % |
9.61/9.96	c 10	|     11335 |    6997   115946   333631 |   100244    11335     39 | 38.134 % |
12.98/13.32	c 13	|     17104 |    6997   115946   333631 |   110269    17104     40 | 38.134 % |
18.26/18.66	c 19	|     25753 |    6997   115946   333631 |   121296    25753     47 | 38.134 % |
18.36/18.74	c 19	===============================================================================
18.36/18.74	c 19	restarts              : 13
18.36/18.74	c 19	conflicts             : 25853          (1857 /sec)
18.36/18.74	c 19	decisions             : 33308          (1.04 % random) (2392 /sec)
18.36/18.74	c 19	propagations          : 17766909       (1276186 /sec)
18.36/18.74	c 19	conflict literals     : 1208823        (25.28 % deleted)
18.36/18.74	c 19	Memory used           : 17.30 MB
18.36/18.74	c 19	CPU time              : 13.9219 s
18.36/18.74	c 19	
18.36/18.75	c 19	SATISFIABLE
18.36/18.75	c 19	FOUND: _COST <= 62
18.36/18.75	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.36/18.75	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.43/18.83	c 19	Decoding HOME/temp.out
18.43/18.95	c 19	OBJECTIVE _COST 62
18.43/18.95	o 62
18.43/18.95	v 792 526 792 792 72 310 114 352 666 456 86 282 58 296 428 666 652 456 554 792 442 680 442 792 540 778 366 142 268 30 58 296 44 282 16 792 142 380 722 526 366 128 778 540
18.43/18.96	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.43/18.97	c 19	OBJECTIVE BOUND: 0 <= _COST <= 62
18.43/18.97	c 19	SEARCHING: _COST <= 31
18.43/18.97	c 19	SOLVING HOME/temp.cnf
18.43/18.97	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.43/18.97	c 19	This is MiniSat 2.0 beta
18.43/18.97	c 19	WARNING: for repeatability, setting FPU to use double precision
18.43/18.97	c 19	============================[ Problem Statistics ]=============================
18.43/18.97	c 19	|                                                                             |
18.43/18.97	c 19	|  Number of variables:  11310                                                |
18.43/18.97	c 19	|  Number of clauses:    369016                                               |
18.63/19.16	c 19	|  Parsing time:         0.17         s                                       |
18.63/19.30	c 19	============================[ Search Statistics ]==============================
18.63/19.30	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.63/19.30	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.63/19.30	c 19	===============================================================================
18.63/19.30	c 19	|         0 |    6374    80783   229980 |    26927        0    nan |  0.000 % |
18.63/19.41	c 19	|       100 |    6374    80783   229980 |    29620      100     28 | 43.643 % |
18.63/19.45	c 20	|       250 |    6374    80783   229980 |    32582      250     26 | 43.643 % |
18.63/19.53	c 20	|       476 |    6374    80783   229980 |    35840      476     25 | 43.643 % |
19.35/19.70	c 20	|       813 |    6374    80783   229980 |    39424      813     26 | 43.643 % |
19.54/19.92	c 20	|      1319 |    6374    80783   229980 |    43367     1319     25 | 43.643 % |
19.74/20.11	c 20	|      2078 |    6374    80783   229980 |    47704     2078     27 | 43.643 % |
20.14/20.59	c 21	|      3217 |    6374    80783   229980 |    52474     3217     26 | 43.643 % |
20.94/21.31	c 21	|      4925 |    6374    80783   229980 |    57721     4925     30 | 43.643 % |
22.03/22.41	c 22	|      7488 |    6374    80783   229980 |    63494     7488     29 | 43.643 % |
23.33/23.78	c 24	|     11336 |    6374    80783   229980 |    69843    11336     33 | 43.643 % |
26.31/26.70	c 27	|     17105 |    6374    80783   229980 |    76827    17105     31 | 43.643 % |
31.49/31.94	c 32	|     25755 |    6374    80783   229980 |    84510    25755     33 | 43.643 % |
41.54/42.01	c 42	|     38730 |    6374    80783   229980 |    92961    38730     33 | 43.643 % |
57.45/58.06	c 58	|     58191 |    6374    80783   229980 |   102257    58191     40 | 43.643 % |
86.92/87.63	c 88	|     87383 |    6374    80783   229980 |   112483    87383     37 | 43.643 % |
137.67/138.64	c 139	|    131172 |    6374    80783   229980 |   123731    27959     29 | 43.643 % |
206.93/208.29	c 208	|    196858 |    6374    80783   229980 |   136105    93645     38 | 43.643 % |
240.07/241.55	c 242	===============================================================================
240.07/241.55	c 242	restarts              : 18
240.07/241.55	c 242	conflicts             : 222911         (1007 /sec)
240.07/241.55	c 242	decisions             : 263611         (1.12 % random) (1191 /sec)
240.07/241.55	c 242	propagations          : 152679367      (689561 /sec)
240.07/241.55	c 242	conflict literals     : 8501526        (33.59 % deleted)
240.07/241.55	c 242	Memory used           : 35.16 MB
240.07/241.55	c 242	CPU time              : 221.415 s
240.07/241.55	c 242	
240.07/241.55	c 242	SATISFIABLE
240.07/241.56	c 242	FOUND: _COST <= 31
240.07/241.56	c 242	DECODING HOME/temp.out WITH HOME/temp.map
240.07/241.56	c 242	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
240.15/241.65	c 242	Decoding HOME/temp.out
240.46/241.92	c 242	OBJECTIVE _COST 31
240.46/241.92	o 31
240.46/241.93	v 792 554 792 554 86 324 16 254 708 470 44 282 58 296 394 156 722 484 554 792 470 708 470 708 540 778 380 142 268 30 30 268 44 282 44 282 142 380 792 554 366 128 778 540
240.46/241.96	c 242	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
240.46/241.99	c 242	OBJECTIVE BOUND: 0 <= _COST <= 31
240.46/241.99	c 242	SEARCHING: _COST <= 15
240.46/241.99	c 242	SOLVING HOME/temp.cnf
240.46/241.99	c 242	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
240.46/241.99	c 242	This is MiniSat 2.0 beta
240.46/241.99	c 242	WARNING: for repeatability, setting FPU to use double precision
240.46/241.99	c 242	============================[ Problem Statistics ]=============================
240.46/241.99	c 242	|                                                                             |
240.46/241.99	c 242	|  Number of variables:  11310                                                |
240.46/241.99	c 242	|  Number of clauses:    369016                                               |
240.54/242.19	c 242	|  Parsing time:         0.18         s                                       |
240.54/242.32	c 242	============================[ Search Statistics ]==============================
240.54/242.32	c 242	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
240.54/242.32	c 242	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
240.54/242.32	c 242	===============================================================================
240.54/242.32	c 242	|         0 |    5795    60366   170450 |    20122        0    nan |  0.000 % |
240.54/242.42	c 242	|       100 |    5795    60366   170450 |    22134      100     20 | 48.762 % |
240.54/242.48	c 243	|       252 |    5795    60366   170450 |    24347      252     20 | 48.762 % |
240.54/242.56	c 243	|       477 |    5795    60366   170450 |    26782      477     19 | 48.762 % |
240.54/242.72	c 243	|       814 |    5795    60366   170450 |    29460      814     21 | 48.762 % |
240.54/242.92	c 243	|      1320 |    5795    60366   170450 |    32406     1320     19 | 48.762 % |
241.73/243.23	c 243	|      2083 |    5795    60366   170450 |    35647     2083     21 | 48.762 % |
242.13/243.65	c 244	|      3223 |    5795    60366   170450 |    39212     3223     24 | 48.762 % |
242.83/244.33	c 244	|      4932 |    5795    60366   170450 |    43133     4932     22 | 48.762 % |
243.92/245.46	c 246	|      7494 |    5795    60366   170450 |    47446     7494     26 | 48.762 % |
245.61/247.19	c 247	|     11339 |    5795    60366   170450 |    52191    11339     26 | 48.762 % |
249.00/250.59	c 251	|     17105 |    5795    60366   170450 |    57410    17105     24 | 48.762 % |
254.17/255.71	c 256	|     25754 |    5795    60366   170450 |    63151    25754     25 | 48.762 % |
262.83/264.42	c 264	|     38728 |    5795    60366   170450 |    69466    38728     26 | 48.762 % |
280.95/282.63	c 283	|     58189 |    5795    60366   170450 |    76413    58189     26 | 48.762 % |
314.68/316.59	c 317	|     87381 |    5789    60344   170396 |    84054    20854     23 | 48.815 % |
351.30/353.37	c 353	|    131172 |    5789    60344   170396 |    92460    64645     25 | 48.815 % |
418.18/420.55	c 421	|    196856 |    5789    60344   170396 |   101706    49325     27 | 48.815 % |
524.16/527.00	c 527	|    295383 |    5767    60171   169932 |   111876    38180     24 | 49.010 % |
688.06/691.72	c 692	|    443172 |    5726    58991   166467 |   123064    34010     19 | 49.372 % |
698.96/702.75	c 703	===============================================================================
698.96/702.75	c 703	restarts              : 20
698.96/702.75	c 703	conflicts             : 455864         (994 /sec)
698.96/702.75	c 703	decisions             : 550351         (1.23 % random) (1201 /sec)
698.96/702.75	c 703	propagations          : 318985307      (695839 /sec)
698.96/702.75	c 703	conflict literals     : 12586339       (38.42 % deleted)
698.96/702.75	c 703	Memory used           : 29.86 MB
698.96/702.75	c 703	CPU time              : 458.418 s
698.96/702.75	c 703	
698.96/702.75	c 703	UNSATISFIABLE
698.96/702.76	c 703	NOT FOUND: _COST <= 15
698.96/702.76	c 703	OBJECTIVE BOUND: 16 <= _COST <= 31
698.96/702.76	c 703	SEARCHING: _COST <= 23
698.96/702.76	c 703	SOLVING HOME/temp.cnf
698.96/702.76	c 703	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
698.96/702.76	c 703	This is MiniSat 2.0 beta
698.96/702.76	c 703	WARNING: for repeatability, setting FPU to use double precision
698.96/702.76	c 703	============================[ Problem Statistics ]=============================
698.96/702.76	c 703	|                                                                             |
698.96/702.77	c 703	|  Number of variables:  11310                                                |
698.96/702.77	c 703	|  Number of clauses:    369016                                               |
699.16/702.97	c 703	|  Parsing time:         0.17         s                                       |
699.36/703.10	c 703	============================[ Search Statistics ]==============================
699.36/703.10	c 703	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
699.36/703.10	c 703	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
699.36/703.10	c 703	===============================================================================
699.36/703.10	c 703	|         0 |    6094    69883   198112 |    23294        0    nan |  0.000 % |
699.36/703.19	c 703	|       101 |    6094    69883   198112 |    25623      101     25 | 46.118 % |
699.46/703.24	c 703	|       252 |    6094    69883   198112 |    28186      252     21 | 46.118 % |
699.56/703.33	c 703	|       477 |    6094    69883   198112 |    31004      477     24 | 46.119 % |
699.66/703.46	c 704	|       815 |    6094    69883   198112 |    34105      815     24 | 46.119 % |
699.85/703.68	c 704	|      1325 |    6094    69883   198112 |    37515     1325     22 | 46.119 % |
700.15/703.92	c 704	|      2084 |    6094    69883   198112 |    41267     2084     26 | 46.119 % |
700.55/704.33	c 704	|      3224 |    6094    69883   198112 |    45394     3224     26 | 46.119 % |
701.14/704.92	c 705	|      4932 |    6094    69883   198112 |    49933     4932     28 | 46.118 % |
702.13/705.95	c 706	|      7494 |    6094    69883   198112 |    54926     7494     29 | 46.118 % |
703.72/707.53	c 708	|     11339 |    6094    69883   198112 |    60419    11339     32 | 46.118 % |
706.39/710.25	c 710	|     17106 |    6094    69883   198112 |    66461    17106     30 | 46.119 % |
710.85/714.74	c 715	|     25756 |    6094    69883   198112 |    73107    25756     33 | 46.119 % |
720.96/724.97	c 725	|     38731 |    6094    69883   198112 |    80418    38731     30 | 46.119 % |
737.30/741.41	c 741	|     58192 |    6094    69883   198112 |    88460    58192     32 | 46.119 % |
771.97/776.46	c 777	|     87385 |    6094    69883   198112 |    97306    87385     29 | 46.119 % |
817.63/822.57	c 823	|    131174 |    6094    69883   198112 |   107036    40428     44 | 46.119 % |
895.21/900.86	c 901	|    196859 |    6094    69883   198112 |   117740   106113     34 | 46.119 % |
1022.80/1029.68	c 1030	|    295385 |    6094    69883   198112 |   129514    95564     43 | 46.119 % |
1228.75/1237.58	c 1238	|    443175 |    6094    69883   198112 |   142466   123380     34 | 46.118 % |
1506.93/1518.39	c 1518	|    664858 |    6094    69883   198112 |   156712    81917     40 | 46.119 % |
1980.25/1996.10	c 1996	|    997383 |    6094    69883   198112 |   172383   125504     36 | 46.118 % |
2827.03/2850.97	c 2851	|   1496171 |    6094    69883   198112 |   189622   143250     56 | 46.118 % |
3600.03/3631.22	c ERROR INTERRUPTED
3600.03/3631.22	c 3631	CPU 698.54 (0.04 0.01 698.5 0.49)
3600.03/3631.22	c 3631	END Sun Jul 13 00:20:37 2008

Verifier Data (download as text)

OK	26	473
26 unsatisfied constraints, 473 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-1114174-1215897606/watcher-1114174-1215897606 -o /tmp/evaluation-result-1114174-1215897606/solver-1114174-1215897606 -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-1114174-1215897606.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.05 2.10 4/82 18633
/proc/meminfo: memFree=1368336/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=12268 CPUtime=0
/proc/18633/stat : 18633 (sugar) R 18631 18633 18596 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 46462235 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 268222643198 0 0 4224 0 0 0 0 17 1 0 0
/proc/18633/statm: 3067 316 241 3 0 167 0

[startup+0.0658329 s]
/proc/loadavg: 1.92 2.05 2.10 4/82 18633
/proc/meminfo: memFree=1368336/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13600 CPUtime=0.03
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46462235 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102835 s]
/proc/loadavg: 1.92 2.05 2.10 4/82 18633
/proc/meminfo: memFree=1368336/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13600 CPUtime=0.03
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46462235 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301853 s]
/proc/loadavg: 1.92 2.05 2.10 4/82 18633
/proc/meminfo: memFree=1368336/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13600 CPUtime=0.03
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46462235 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702903 s]
/proc/loadavg: 1.92 2.05 2.10 4/82 18633
/proc/meminfo: memFree=1368336/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13600 CPUtime=0.52
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 974 4533 0 1 3 1 45 3 16 0 1 0 46462235 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 2.01 2.07 2.10 4/93 18655
/proc/meminfo: memFree=1359864/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13600 CPUtime=0.52
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 974 4533 0 1 3 1 45 3 15 0 1 0 46462235 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3400 797 370 3 0 500 0
[pid=18646] ppid=18633 vsize=5356 CPUtime=0
/proc/18646/stat : 18646 (sh) S 18633 18633 18596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46462293 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18646/statm: 1339 233 193 169 0 50 0
[pid=18647] ppid=18646 vsize=868396 CPUtime=0.9
/proc/18647/stat : 18647 (java) S 18646 18633 18596 0 -1 0 5010 0 1 0 87 3 0 0 18 0 9 0 46462293 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18647/statm: 217099 4420 1729 9 0 211674 0
[pid=18647/tid=18648] ppid=18646 vsize=868396 CPUtime=0.7
/proc/18647/task/18648/stat : 18648 (java) R 18646 18633 18596 0 -1 64 2655 0 1 0 69 1 0 0 23 0 9 0 46462294 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4126533428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18649] ppid=18646 vsize=868396 CPUtime=0.02
/proc/18647/task/18649/stat : 18649 (java) S 18646 18633 18596 0 -1 64 225 0 0 0 2 0 0 0 16 0 9 0 46462295 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18650] ppid=18646 vsize=868396 CPUtime=0
/proc/18647/task/18650/stat : 18650 (java) S 18646 18633 18596 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 46462295 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18651] ppid=18646 vsize=868396 CPUtime=0
/proc/18647/task/18651/stat : 18651 (java) S 18646 18633 18596 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 46462295 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18652] ppid=18646 vsize=868396 CPUtime=0
/proc/18647/task/18652/stat : 18652 (java) S 18646 18633 18596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46462297 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18653] ppid=18646 vsize=868396 CPUtime=0.16
/proc/18647/task/18653/stat : 18653 (java) S 18646 18633 18596 0 -1 64 1439 0 0 0 15 1 0 0 16 0 9 0 46462297 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18654] ppid=18646 vsize=868396 CPUtime=0
/proc/18647/task/18654/stat : 18654 (java) S 18646 18633 18596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46462297 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18647/tid=18655] ppid=18646 vsize=868396 CPUtime=0
/proc/18647/task/18655/stat : 18655 (java) S 18646 18633 18596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46462297 889237504 4420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887352

[startup+3.10118 s]
/proc/loadavg: 2.01 2.07 2.10 3/93 18655
/proc/meminfo: memFree=1352824/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=2.8
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1065 11571 0 2 3 1 263 13 16 0 1 0 46462235 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13732

[startup+6.30154 s]
/proc/loadavg: 2.01 2.07 2.10 3/85 18681
/proc/meminfo: memFree=1342264/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=4.46
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1297 28292 0 4 4 1 418 23 15 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18680] ppid=18633 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46462706 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=17584 CPUtime=1.56
/proc/18681/stat : 18681 (minisat) R 18680 18633 18596 0 -1 4194304 4203 0 0 0 154 2 0 0 25 0 1 0 46462706 18006016 4189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18681/statm: 4396 4189 76 150 0 4243 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 36672

[startup+12.7013 s]
/proc/loadavg: 2.00 2.06 2.10 3/85 18681
/proc/meminfo: memFree=1342264/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=4.46
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1297 28292 0 4 4 1 418 23 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18680] ppid=18633 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46462706 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=17716 CPUtime=7.93
/proc/18681/stat : 18681 (minisat) R 18680 18633 18596 0 -1 4194304 4220 0 0 0 791 2 0 0 25 0 1 0 46462706 18141184 4206 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18681/statm: 4429 4206 76 150 0 4276 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 36804

[startup+25.5027 s]
/proc/loadavg: 2.00 2.06 2.10 3/85 18693
/proc/meminfo: memFree=1342392/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=18.63
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1409 36732 0 5 4 1 1829 29 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18692] ppid=18633 vsize=5356 CPUtime=0
/proc/18692/stat : 18692 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46464132 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18692/statm: 1339 232 193 169 0 50 0
[pid=18693] ppid=18692 vsize=17704 CPUtime=6.49
/proc/18693/stat : 18693 (minisat) R 18692 18633 18596 0 -1 4194304 4234 0 0 0 647 2 0 0 25 0 1 0 46464132 18128896 4220 996147200 134512640 135127466 4294956256 18446744073709551615 134522621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18693/statm: 4426 4220 75 150 0 4273 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 36792

[startup+51.1026 s]
/proc/loadavg: 2.00 2.05 2.09 3/85 18693
/proc/meminfo: memFree=1340024/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=18.63
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1409 36732 0 5 4 1 1829 29 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18692] ppid=18633 vsize=5356 CPUtime=0
/proc/18692/stat : 18692 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46464132 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18692/statm: 1339 232 193 169 0 50 0
[pid=18693] ppid=18692 vsize=20324 CPUtime=31.96
/proc/18693/stat : 18693 (minisat) R 18692 18633 18596 0 -1 4194304 4877 0 0 0 3193 3 0 0 25 0 1 0 46464132 20811776 4863 996147200 134512640 135127466 4294956256 18446744073709551615 134529001 0 0 4096 3 0 0 0 17 1 0 0
/proc/18693/statm: 5081 4863 75 150 0 4928 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 39412

[startup+102.306 s]
/proc/loadavg: 2.00 2.04 2.09 3/85 18693
/proc/meminfo: memFree=1331320/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=18.63
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1409 36732 0 5 4 1 1829 29 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18692] ppid=18633 vsize=5356 CPUtime=0
/proc/18692/stat : 18692 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46464132 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18692/statm: 1339 232 193 169 0 50 0
[pid=18693] ppid=18692 vsize=28976 CPUtime=82.92
/proc/18693/stat : 18693 (minisat) R 18692 18633 18596 0 -1 4194304 7013 0 0 0 8286 6 0 0 25 0 1 0 46464132 29671424 6999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18693/statm: 7244 6999 75 150 0 7091 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 48064

[startup+162.302 s]
/proc/loadavg: 2.00 2.03 2.08 3/85 18693
/proc/meminfo: memFree=1328184/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=18.63
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1409 36732 0 5 4 1 1829 29 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18692] ppid=18633 vsize=5356 CPUtime=0
/proc/18692/stat : 18692 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46464132 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18692/statm: 1339 232 193 169 0 50 0
[pid=18693] ppid=18692 vsize=31772 CPUtime=142.62
/proc/18693/stat : 18693 (minisat) R 18692 18633 18596 0 -1 4194304 7731 0 0 0 14256 6 0 0 25 0 1 0 46464132 32534528 7717 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18693/statm: 7943 7717 75 150 0 7790 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 50860

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.07 3/85 18693
/proc/meminfo: memFree=1327160/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=18.63
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1409 36732 0 5 4 1 1829 29 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18692] ppid=18633 vsize=5356 CPUtime=0
/proc/18692/stat : 18692 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46464132 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18692/statm: 1339 232 193 169 0 50 0
[pid=18693] ppid=18692 vsize=32908 CPUtime=202.34
/proc/18693/stat : 18693 (minisat) R 18692 18633 18596 0 -1 4194304 8000 0 0 0 20227 7 0 0 25 0 1 0 46464132 33697792 7986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18693/statm: 8227 7986 75 150 0 8074 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 51996

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

/proc/meminfo: memFree=1805696/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66412 CPUtime=2377.04
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16247 0 0 0 237687 17 0 0 25 0 1 0 46532511 68005888 16206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16603 16206 75 150 0 16450 0
Current children cumulated CPU time (s) 3076.08
Current children cumulated vsize (KiB) 85500

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18754
/proc/meminfo: memFree=1805696/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66412 CPUtime=2436.47
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16247 0 0 0 243630 17 0 0 25 0 1 0 46532511 68005888 16206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16603 16206 75 150 0 16450 0
Current children cumulated CPU time (s) 3135.51
Current children cumulated vsize (KiB) 85500

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18754
/proc/meminfo: memFree=1805696/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66412 CPUtime=2495.91
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16258 0 0 0 249574 17 0 0 25 0 1 0 46532511 68005888 16217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16603 16217 75 150 0 16450 0
Current children cumulated CPU time (s) 3194.95
Current children cumulated vsize (KiB) 85500

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18754
/proc/meminfo: memFree=1805632/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66532 CPUtime=2555.36
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16265 0 0 0 255518 18 0 0 25 0 1 0 46532511 68128768 16224 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16633 16224 75 150 0 16480 0
Current children cumulated CPU time (s) 3254.4
Current children cumulated vsize (KiB) 85620

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 18754
/proc/meminfo: memFree=1805568/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66532 CPUtime=2614.8
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16265 0 0 0 261462 18 0 0 25 0 1 0 46532511 68128768 16224 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16633 16224 75 150 0 16480 0
Current children cumulated CPU time (s) 3313.84
Current children cumulated vsize (KiB) 85620

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18754
/proc/meminfo: memFree=1805504/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66532 CPUtime=2674.24
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16265 0 0 0 267406 18 0 0 25 0 1 0 46532511 68128768 16224 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16633 16224 75 150 0 16480 0
Current children cumulated CPU time (s) 3373.28
Current children cumulated vsize (KiB) 85620

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18754
/proc/meminfo: memFree=1805376/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66532 CPUtime=2733.67
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16270 0 0 0 273349 18 0 0 25 0 1 0 46532511 68128768 16229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16633 16229 75 150 0 16480 0
Current children cumulated CPU time (s) 3432.71
Current children cumulated vsize (KiB) 85620

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18756
/proc/meminfo: memFree=1805184/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66768 CPUtime=2793.11
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16293 0 0 0 279293 18 0 0 25 0 1 0 46532511 68370432 16252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16692 16252 75 150 0 16539 0
Current children cumulated CPU time (s) 3492.15
Current children cumulated vsize (KiB) 85856

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18756
/proc/meminfo: memFree=1805120/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66768 CPUtime=2852.54
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16293 0 0 0 285236 18 0 0 25 0 1 0 46532511 68370432 16252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16692 16252 75 150 0 16539 0
Current children cumulated CPU time (s) 3551.58
Current children cumulated vsize (KiB) 85856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18756
/proc/meminfo: memFree=1804992/2055920 swapFree=4180184/4192956
[pid=18633] ppid=18631 vsize=13732 CPUtime=699.04
/proc/18633/stat : 18633 (sugar) S 18631 18633 18596 0 -1 4194304 1576 57421 0 6 4 1 69850 49 16 0 1 0 46462235 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18633/statm: 3433 816 374 3 0 533 0
[pid=18747] ppid=18633 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18633 18633 18596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46532511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=66932 CPUtime=2900.99
/proc/18748/stat : 18748 (minisat) R 18747 18633 18596 0 -1 4194304 16324 0 0 0 290081 18 0 0 25 0 1 0 46532511 68538368 16283 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18748/statm: 16733 16283 75 150 0 16580 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 86020

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18633 and gives
#  childrusage.ru_utime.tv_sec=698
#  childrusage.ru_utime.tv_usec=546804
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=515921
# CPU time returned by wait4() is 699.063
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3631.22
CPU time (s): 3600.03
CPU user time (s): 3599.35
CPU system time (s): 0.68
CPU usage (%): 99.141
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 698.547
system time used= 0.515921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59339
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= 4248
involuntary context switches= 24070

runsolver used 4.6003 second user time and 11.9332 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 23:20:06
IDJOB=1114174
IDBENCH=61700
IDSOLVER=368
FILE ID=node32/1114174-1215897606
PBS_JOBID= 7903724
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/subs/normalized-scen06-sub4.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-1114174-1215897606/watcher-1114174-1215897606 -o /tmp/evaluation-result-1114174-1215897606/solver-1114174-1215897606 -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-1114174-1215897606.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb06c4786729b9bb95e26e13ba659421
RANDOM SEED=665608354

node32.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.243
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.243
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:       1368888 kB
Buffers:         20948 kB
Cached:         137492 kB
SwapCached:       6052 kB
Active:         581452 kB
Inactive:        53000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1368888 kB
SwapTotal:     4192956 kB
SwapFree:      4180184 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:         491684 kB
Slab:            36704 kB
Committed_AS:  1044724 kB
PageTables:       2876 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= 66444 MiB
End job on node32 at 2008-07-13 00:20:39