Trace number 1125835

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 4.18536 5.12778

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog01cc_ext.xml
MD5SUM15f7e9fe5a76bc84b2994c9cb874c87a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints544
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension544
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.05/0.25	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.25	c 0	BEGIN Wed Jul 16 04:14:50 2008
0.05/0.25	c 0	PID 390
0.05/0.25	c 0	HOST node18.alineos.net
0.05/0.25	c 0	CONVERTING HOME/instance-1125835-1216174489.xml TO HOME/temp.csp
0.05/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125835-1216174489.xml' 'HOME/temp.csp'
0.07/0.69	c 0	4 domains, 72 variables, 0 predicates, 24 relations, 544 constraints
0.07/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.38/0.86	c 0	Parsing HOME/temp.csp
0.38/1.02	c 0	parsed 644 expressions
0.38/1.08	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/1.10	c 0	MAX CSP: 544 constraints
0.38/1.10	c 0	Converting to clausal form CSP
0.69/1.13	c 0	converted 120 (10%) expressions
0.69/1.14	c 0	converted 239 (20%) expressions
0.69/1.15	c 0	converted 358 (30%) expressions
0.69/1.16	c 0	converted 477 (40%) expressions
0.69/1.17	c 0	converted 596 (50%) expressions
0.69/1.19	c 0	converted 715 (60%) expressions
0.69/1.20	c 0	converted 834 (70%) expressions
0.79/1.23	c 1	converted 953 (80%) expressions
0.79/1.24	c 1	converted 1072 (90%) expressions
0.98/1.48	c 1	converted 1191 (100%) expressions
0.98/1.48	c 1	CSP : 1160 integers, 0 booleans, 1631 clauses, largest domain size 817
0.98/1.48	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.48	c 1	Propagation in CSP
1.08/1.52	c 1	542 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.08/1.52	c 1	CSP : 1160 integers, 0 booleans, 1631 clauses, largest domain size 545
1.08/1.52	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.08/1.53	c 1	CSP : 1160 integers, 0 booleans, 1631 clauses, largest domain size 545
1.08/1.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.56	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.08/1.57	c 1	116 (10%) CSP integer variables are encoded (53 clauses, 547 bytes)
1.08/1.57	c 1	232 (20%) CSP integer variables are encoded (53 clauses, 547 bytes)
1.08/1.57	c 1	348 (30%) CSP integer variables are encoded (53 clauses, 547 bytes)
1.08/1.58	c 1	464 (40%) CSP integer variables are encoded (53 clauses, 547 bytes)
1.08/1.58	c 1	580 (50%) CSP integer variables are encoded (53 clauses, 547 bytes)
1.08/1.59	c 1	696 (60%) CSP integer variables are encoded (4645 clauses, 59582 bytes)
1.08/1.59	c 1	812 (70%) CSP integer variables are encoded (5729 clauses, 73674 bytes)
1.08/1.59	c 1	928 (80%) CSP integer variables are encoded (7038 clauses, 90691 bytes)
1.08/1.60	c 1	1044 (90%) CSP integer variables are encoded (7782 clauses, 100363 bytes)
1.18/1.60	c 1	1160 (100%) CSP integer variables are encoded (8824 clauses, 113909 bytes)
1.18/1.62	c 1	164 (10%) CSP clauses are encoded (8988 clauses, 116391 bytes)
1.18/1.65	c 1	327 (20%) CSP clauses are encoded (9151 clauses, 118940 bytes)
1.18/1.66	c 1	490 (30%) CSP clauses are encoded (9314 clauses, 121570 bytes)
1.39/1.85	c 1	653 (40%) CSP clauses are encoded (53565 clauses, 898127 bytes)
1.58/2.05	c 1	816 (50%) CSP clauses are encoded (167438 clauses, 2986296 bytes)
1.58/2.07	c 1	979 (60%) CSP clauses are encoded (173036 clauses, 3084402 bytes)
1.88/2.32	c 2	1142 (70%) CSP clauses are encoded (319000 clauses, 5770884 bytes)
1.88/2.34	c 2	1305 (80%) CSP clauses are encoded (325421 clauses, 5883692 bytes)
1.88/2.37	c 2	1468 (90%) CSP clauses are encoded (340664 clauses, 6158653 bytes)
1.98/2.47	c 2	1631 (100%) CSP clauses are encoded (396830 clauses, 7184864 bytes)
1.98/2.47	c 2	1631 CSP clauses encoded
1.98/2.47	c 2	Writing map file : HOME/temp.map
1.98/2.49	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.49	c 2	SAT : 9983 SAT variables, 396830 SAT clauses, 7184864 bytes
1.98/2.49	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.51	c 2	OBJECTIVE minimize _COST
2.07/2.51	c 2	SOLVING HOME/temp.cnf
2.07/2.51	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.07/2.52	c 2	This is MiniSat 2.0 beta incremental
2.07/2.52	c 2	WARNING: for repeatability, setting FPU to use double precision
2.07/2.52	c 2	============================[ Problem Statistics ]=============================
2.07/2.52	c 2	|                                                                             |
2.07/2.52	c 2	|  Number of variables:  9983                                                 |
2.07/2.52	c 2	|  Number of clauses:    396830                                               |
2.09/2.69	c 2	|  Parsing time:         0.15         s                                       |
2.09/2.70	c 2	OK
2.09/2.70	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.09/2.70	c 2	SEARCHING: _COST <= 272
2.09/2.70	c 2	============================[ Search Statistics ]==============================
2.09/2.70	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.70	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.70	c 2	===============================================================================
2.09/2.70	c 2	|         0 |    9983   396830  1163853 |   132276        0    nan |  0.000 % |
2.09/2.73	c 2	===============================================================================
2.09/2.73	c 2	restarts              : 1
2.09/2.73	c 2	conflicts             : 1             (5 /sec)
2.09/2.73	c 2	decisions             : 47            (0.00 % random) (246 /sec)
2.09/2.73	c 2	propagations          : 16190          (84778 /sec)
2.09/2.73	c 2	conflict literals     : 3              (40.00 % deleted)
2.09/2.73	c 2	Memory used           : 18.32 MB
2.09/2.73	c 2	CPU time              : 0.19097 s
2.09/2.73	c 2	
2.09/2.73	c 2	SATISFIABLE
2.09/2.74	c 2	OK
2.09/2.74	c 2	FOUND: _COST <= 272
2.09/2.74	s SATISFIABLE
2.09/2.74	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.09/2.74	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.09/2.83	c 2	Decoding HOME/temp.out
2.09/2.95	c 2	OBJECTIVE _COST 272
2.09/2.95	o 272
2.09/2.95	v 1 2 0 1 0 0 1 0 0 1 0 1 0 3 0 1 1 0 0 0 0 0 0 0 2 0 2 1 1 1 1 1 0 0 0 1 2 0 0 1 3 3 1 1 1 1 0 0 2 2 2 0 1 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
2.09/2.95	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.97	c 2	OK
2.09/2.97	c 2	OBJECTIVE BOUND: 0 <= _COST <= 272
2.09/2.97	c 2	SEARCHING: _COST <= 136
2.09/2.97	c 2	============================[ Search Statistics ]==============================
2.09/2.97	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.97	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.97	c 2	===============================================================================
2.09/2.97	c 2	|         1 |    9983   396830  1163853 |   132276        1      3 |  0.000 % |
2.29/3.00	c 2	===============================================================================
2.29/3.00	c 2	restarts              : 2
2.29/3.00	c 2	conflicts             : 2             (9 /sec)
2.29/3.00	c 2	decisions             : 178           (1.12 % random) (828 /sec)
2.29/3.00	c 2	propagations          : 26230          (122019 /sec)
2.29/3.00	c 2	conflict literals     : 8              (20.00 % deleted)
2.29/3.00	c 2	Memory used           : 18.58 MB
2.29/3.00	c 2	CPU time              : 0.214967 s
2.29/3.00	c 2	
2.29/3.00	c 2	SATISFIABLE
2.29/3.00	c 2	OK
2.29/3.00	c 2	FOUND: _COST <= 136
2.29/3.00	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.29/3.00	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.29/3.08	c 2	Decoding HOME/temp.out
2.29/3.24	c 3	OBJECTIVE _COST 135
2.29/3.24	o 135
2.29/3.24	v 1 2 0 1 0 0 0 1 0 1 0 1 1 3 0 1 1 0 0 0 2 0 0 0 2 1 1 0 1 1 1 0 0 0 0 3 0 0 0 1 3 3 1 1 1 0 0 0 1 2 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 -1
2.29/3.25	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.29/3.26	c 3	OK
2.29/3.26	c 3	OBJECTIVE BOUND: 0 <= _COST <= 135
2.29/3.26	c 3	SEARCHING: _COST <= 67
2.29/3.27	c 3	============================[ Search Statistics ]==============================
2.29/3.28	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/3.28	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/3.28	c 3	===============================================================================
2.29/3.28	c 3	|         2 |    7263   396830  1163853 |   132276        2      4 |  0.000 % |
2.29/3.29	c 3	===============================================================================
2.29/3.29	c 3	restarts              : 3
2.29/3.29	c 3	conflicts             : 8             (33 /sec)
2.29/3.29	c 3	decisions             : 272           (0.74 % random) (1129 /sec)
2.29/3.29	c 3	propagations          : 39527          (164038 /sec)
2.29/3.29	c 3	conflict literals     : 70             (20.45 % deleted)
2.29/3.29	c 3	Memory used           : 18.71 MB
2.29/3.29	c 3	CPU time              : 0.240963 s
2.29/3.29	c 3	
2.29/3.29	c 3	SATISFIABLE
2.29/3.29	c 3	OK
2.29/3.29	c 3	FOUND: _COST <= 67
2.29/3.29	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.29/3.29	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.81/3.37	c 3	Decoding HOME/temp.out
2.90/3.48	c 3	OBJECTIVE _COST 67
2.90/3.48	o 67
2.90/3.48	v 1 2 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 2 3 1 1 1 1 0 0 0 0 3 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
2.90/3.49	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.98/3.55	c 3	OK
2.98/3.55	c 3	OBJECTIVE BOUND: 0 <= _COST <= 67
2.98/3.55	c 3	SEARCHING: _COST <= 33
2.98/3.55	c 3	============================[ Search Statistics ]==============================
2.98/3.55	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.98/3.55	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.98/3.55	c 3	===============================================================================
2.98/3.55	c 3	|         8 |    5753   396830  1163853 |   132276        8      9 |  0.000 % |
2.98/3.55	c 3	===============================================================================
2.98/3.56	c 3	restarts              : 4
2.98/3.56	c 3	conflicts             : 8             (31 /sec)
2.98/3.56	c 3	decisions             : 331           (0.60 % random) (1298 /sec)
2.98/3.56	c 3	propagations          : 45280          (177596 /sec)
2.98/3.56	c 3	conflict literals     : 70             (20.45 % deleted)
2.98/3.56	c 3	Memory used           : 18.84 MB
2.98/3.56	c 3	CPU time              : 0.254961 s
2.98/3.56	c 3	
2.98/3.56	c 3	SATISFIABLE
2.98/3.56	c 3	OK
2.98/3.56	c 3	FOUND: _COST <= 33
2.98/3.56	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.98/3.56	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.01/3.64	c 3	Decoding HOME/temp.out
3.01/3.76	c 3	OBJECTIVE _COST 33
3.01/3.76	o 33
3.01/3.76	v 1 2 0 0 1 0 3 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 0 3 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 1 1 1 1 0 -1
3.01/3.76	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.82	c 3	OK
3.01/3.82	c 3	OBJECTIVE BOUND: 0 <= _COST <= 33
3.01/3.82	c 3	SEARCHING: _COST <= 16
3.01/3.82	c 3	============================[ Search Statistics ]==============================
3.01/3.83	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.01/3.83	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.01/3.83	c 3	===============================================================================
3.01/3.83	c 3	|         8 |    4794   396830  1163853 |   132276        8      9 |  0.000 % |
3.01/3.83	c 3	===============================================================================
3.01/3.83	c 3	restarts              : 5
3.01/3.83	c 3	conflicts             : 9             (34 /sec)
3.01/3.83	c 3	decisions             : 355           (0.56 % random) (1335 /sec)
3.01/3.83	c 3	propagations          : 50876          (191293 /sec)
3.01/3.83	c 3	conflict literals     : 77             (22.22 % deleted)
3.01/3.83	c 3	Memory used           : 18.84 MB
3.01/3.83	c 3	CPU time              : 0.265959 s
3.01/3.83	c 3	
3.01/3.83	c 3	SATISFIABLE
3.01/3.83	c 3	OK
3.01/3.83	c 3	FOUND: _COST <= 16
3.01/3.83	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.01/3.83	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.24/3.91	c 3	Decoding HOME/temp.out
3.24/4.01	c 3	OBJECTIVE _COST 16
3.24/4.01	o 16
3.24/4.01	v 1 2 0 0 1 0 1 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 1 1 1 1 0 -1
3.24/4.01	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.24/4.06	c 3	OK
3.24/4.06	c 3	OBJECTIVE BOUND: 0 <= _COST <= 16
3.24/4.06	c 3	SEARCHING: _COST <= 8
3.24/4.06	c 3	============================[ Search Statistics ]==============================
3.24/4.06	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.24/4.06	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.24/4.06	c 3	===============================================================================
3.24/4.06	c 3	|         9 |    4065   396830  1163853 |   132276        9      9 |  0.000 % |
3.24/4.07	c 3	===============================================================================
3.24/4.07	c 3	restarts              : 6
3.24/4.07	c 3	conflicts             : 23            (82 /sec)
3.24/4.07	c 3	decisions             : 393           (0.51 % random) (1404 /sec)
3.24/4.07	c 3	propagations          : 68383          (244263 /sec)
3.24/4.07	c 3	conflict literals     : 142            (31.73 % deleted)
3.24/4.07	c 3	Memory used           : 18.84 MB
3.24/4.07	c 3	CPU time              : 0.279957 s
3.24/4.07	c 3	
3.24/4.07	c 3	SATISFIABLE
3.24/4.08	c 3	OK
3.24/4.08	c 3	FOUND: _COST <= 8
3.24/4.08	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.24/4.08	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.45/4.16	c 3	Decoding HOME/temp.out
3.45/4.26	c 4	OBJECTIVE _COST 8
3.45/4.26	o 8
3.45/4.26	v 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 1 1 1 1 0 -1
3.45/4.27	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.45/4.32	c 4	OK
3.45/4.32	c 4	OBJECTIVE BOUND: 0 <= _COST <= 8
3.45/4.32	c 4	SEARCHING: _COST <= 4
3.45/4.32	c 4	============================[ Search Statistics ]==============================
3.45/4.32	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.45/4.32	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.45/4.32	c 4	===============================================================================
3.45/4.32	c 4	|        23 |    3422   396830  1163853 |   132276       23      6 |  0.000 % |
3.45/4.33	c 4	===============================================================================
3.45/4.33	c 4	restarts              : 7
3.45/4.33	c 4	conflicts             : 42            (144 /sec)
3.45/4.33	c 4	decisions             : 421           (0.71 % random) (1442 /sec)
3.45/4.33	c 4	propagations          : 86551          (296453 /sec)
3.45/4.33	c 4	conflict literals     : 213            (40.17 % deleted)
3.45/4.33	c 4	Memory used           : 18.84 MB
3.45/4.33	c 4	CPU time              : 0.291955 s
3.45/4.33	c 4	
3.45/4.33	c 4	SATISFIABLE
3.45/4.34	c 4	OK
3.45/4.34	c 4	FOUND: _COST <= 4
3.45/4.34	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.45/4.34	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.64/4.47	c 4	Decoding HOME/temp.out
3.73/4.59	c 4	OBJECTIVE _COST 4
3.73/4.59	o 4
3.82/4.60	v 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
3.82/4.60	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.82/4.70	c 4	OK
3.82/4.70	c 4	OBJECTIVE BOUND: 0 <= _COST <= 4
3.82/4.70	c 4	SEARCHING: _COST <= 2
3.82/4.70	c 4	============================[ Search Statistics ]==============================
3.82/4.70	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/4.70	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/4.70	c 4	===============================================================================
3.82/4.70	c 4	|        42 |    2823   396830  1163853 |   132276       42      5 |  0.000 % |
3.85/4.70	c 4	===============================================================================
3.85/4.70	c 4	restarts              : 8
3.85/4.70	c 4	conflicts             : 46            (154 /sec)
3.85/4.70	c 4	decisions             : 424           (0.71 % random) (1423 /sec)
3.85/4.70	c 4	propagations          : 92369          (310011 /sec)
3.85/4.70	c 4	conflict literals     : 223            (40.21 % deleted)
3.85/4.70	c 4	Memory used           : 18.84 MB
3.85/4.70	c 4	CPU time              : 0.297954 s
3.85/4.70	c 4	
3.85/4.70	c 4	UNSATISFIABLE
3.85/4.70	c 4	OK
3.85/4.70	c 4	NOT FOUND: _COST <= 2
3.85/4.70	c 4	OK
3.85/4.70	c 4	OBJECTIVE BOUND: 3 <= _COST <= 4
3.85/4.70	c 4	SEARCHING: _COST <= 3
3.85/4.70	c 4	============================[ Search Statistics ]==============================
3.85/4.70	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.85/4.70	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.85/4.70	c 4	===============================================================================
3.85/4.70	c 4	|        46 |    2823   396830  1163853 |   132276       45      5 |  0.000 % |
3.85/4.70	c 4	===============================================================================
3.85/4.70	c 4	restarts              : 9
3.85/4.70	c 4	conflicts             : 50            (166 /sec)
3.85/4.70	c 4	decisions             : 437           (0.69 % random) (1447 /sec)
3.85/4.70	c 4	propagations          : 98640          (326672 /sec)
3.85/4.70	c 4	conflict literals     : 234            (40.15 % deleted)
3.85/4.70	c 4	Memory used           : 18.84 MB
3.85/4.70	c 4	CPU time              : 0.301954 s
3.85/4.70	c 4	
3.85/4.70	c 4	SATISFIABLE
3.85/4.71	c 4	OK
3.85/4.71	c 4	FOUND: _COST <= 3
3.85/4.71	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.71	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.86/4.87	c 4	Decoding HOME/temp.out
3.86/5.04	c 4	OBJECTIVE _COST 3
3.86/5.04	o 3
3.86/5.04	v 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 -1
3.86/5.08	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.86/5.11	c 4	OK
3.86/5.11	c 4	OBJECTIVE _COST 3
3.86/5.11	s OPTIMUM FOUND
3.86/5.12	c 4	CPU 3.73 (0.06 0.04 3.67 0.39)
3.86/5.12	c 4	END Wed Jul 16 04:14:54 2008

Verifier Data (download as text)

OK	3	541
3 unsatisfied constraints, 541 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-1125835-1216174489/watcher-1125835-1216174489 -o /tmp/evaluation-result-1125835-1216174489/solver-1125835-1216174489 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125835-1216174489.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.99 3.19 3.19 5/80 390
/proc/meminfo: memFree=1800472/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=18572 CPUtime=0
/proc/390/stat : 390 (runsolver) R 388 390 31353 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 74151240 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/390/statm: 4643 292 257 25 0 2626 0

[startup+0.100348 s]
/proc/loadavg: 2.99 3.19 3.19 5/80 390
/proc/meminfo: memFree=1800472/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=13336 CPUtime=0.03
/proc/390/stat : 390 (sugar++) R 388 390 31353 0 -1 4194304 729 0 0 0 2 1 0 0 18 0 1 0 74151240 13656064 697 996147200 4194304 4206940 548682068528 18446744073709551615 227848655585 0 0 4224 0 0 0 0 17 1 0 0
/proc/390/statm: 3334 698 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.202357 s]
/proc/loadavg: 2.99 3.19 3.19 5/80 390
/proc/meminfo: memFree=1800472/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=14908 CPUtime=0.05
/proc/390/stat : 390 (sugar++) D 388 390 31353 0 -1 4194304 904 0 0 0 3 2 0 0 18 0 1 0 74151240 15265792 872 996147200 4194304 4206940 548682068528 18446744073709551615 227848976997 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/390/statm: 3727 872 378 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14908

[startup+0.301366 s]
/proc/loadavg: 2.99 3.19 3.19 5/80 390
/proc/meminfo: memFree=1800472/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16740 CPUtime=0.07
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 74151240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/390/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701399 s]
/proc/loadavg: 2.99 3.19 3.19 5/80 390
/proc/meminfo: memFree=1800472/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16740 CPUtime=0.07
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 1236 128 0 0 5 2 0 0 16 0 1 0 74151240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50248 s]
/proc/loadavg: 2.99 3.19 3.19 4/91 412
/proc/meminfo: memFree=1790968/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16740 CPUtime=0.38
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 1297 4533 0 1 5 2 28 3 15 0 1 0 74151240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4185 1104 409 3 0 764 0
[pid=403] ppid=390 vsize=5356 CPUtime=0
/proc/403/stat : 403 (sh) S 390 390 31353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74151312 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/403/statm: 1339 233 193 169 0 50 0
[pid=404] ppid=403 vsize=868368 CPUtime=0.7
/proc/404/stat : 404 (java) S 403 390 31353 0 -1 0 5206 0 1 0 67 3 0 0 18 0 9 0 74151314 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/404/statm: 217092 4634 1730 9 0 211667 0
[pid=404/tid=405] ppid=403 vsize=868368 CPUtime=0.47
/proc/404/task/405/stat : 405 (java) R 403 390 31353 0 -1 64 2635 0 1 0 46 1 0 0 19 0 9 0 74151320 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4125978344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=406] ppid=403 vsize=868368 CPUtime=0.01
/proc/404/task/406/stat : 406 (java) S 403 390 31353 0 -1 64 421 0 0 0 1 0 0 0 16 0 9 0 74151321 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=407] ppid=403 vsize=868368 CPUtime=0
/proc/404/task/407/stat : 407 (java) S 403 390 31353 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 74151321 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=408] ppid=403 vsize=868368 CPUtime=0
/proc/404/task/408/stat : 408 (java) S 403 390 31353 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 74151321 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=409] ppid=403 vsize=868368 CPUtime=0
/proc/404/task/409/stat : 409 (java) S 403 390 31353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74151323 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=410] ppid=403 vsize=868368 CPUtime=0.18
/proc/404/task/410/stat : 410 (java) R 403 390 31353 0 -1 64 1459 0 0 0 18 0 0 0 17 0 9 0 74151323 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=411] ppid=403 vsize=868368 CPUtime=0
/proc/404/task/411/stat : 411 (java) S 403 390 31353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74151323 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=404/tid=412] ppid=403 vsize=868368 CPUtime=0
/proc/404/task/412/stat : 412 (java) S 403 390 31353 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74151323 889208832 4634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 890464

[startup+3.10182 s]
/proc/loadavg: 2.99 3.19 3.19 3/91 412
/proc/meminfo: memFree=1779512/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16872 CPUtime=2.29
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 1615 15442 0 4 5 3 203 18 16 0 1 0 74151240 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 16872

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

[startup+3.20183 s]
/proc/loadavg: 2.99 3.19 3.19 3/91 412
/proc/meminfo: memFree=1779512/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16872 CPUtime=2.29
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 1615 15442 0 4 5 3 203 18 16 0 1 0 74151240 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 16872

[startup+4.00172 s]
/proc/loadavg: 3.07 3.20 3.19 4/84 435
/proc/meminfo: memFree=1770800/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16872 CPUtime=2.96
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 1825 26986 0 7 6 4 261 25 15 0 1 0 74151240 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/390/statm: 4218 1129 414 3 0 797 0
[pid=413] ppid=390 vsize=19288 CPUtime=0.28
/proc/413/stat : 413 (minisat-inc) S 390 390 31353 0 -1 4194304 4679 0 0 0 26 2 0 0 16 0 1 0 74151492 19750912 4618 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/413/statm: 4822 4618 78 151 0 4668 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 36160

[startup+4.8018 s]
/proc/loadavg: 3.07 3.20 3.19 3/84 475
/proc/meminfo: memFree=1770608/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16872 CPUtime=3.54
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 2017 38601 0 10 6 4 311 33 16 0 1 0 74151240 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4218 1129 414 3 0 797 0
[pid=413] ppid=390 vsize=19288 CPUtime=0.32
/proc/413/stat : 413 (minisat-inc) S 390 390 31353 0 -1 4194304 4687 0 0 0 30 2 0 0 17 0 1 0 74151492 19750912 4618 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/413/statm: 4822 4618 78 151 0 4668 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 36160

[startup+5.00181 s]
/proc/loadavg: 3.07 3.20 3.19 3/84 475
/proc/meminfo: memFree=1770608/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16872 CPUtime=3.54
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 2036 38601 0 10 6 4 311 33 15 0 1 0 74151240 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4218 1129 414 3 0 797 0
[pid=413] ppid=390 vsize=19288 CPUtime=0.32
/proc/413/stat : 413 (minisat-inc) S 390 390 31353 0 -1 4194304 4687 0 0 0 30 2 0 0 17 0 1 0 74151492 19750912 4618 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/413/statm: 4822 4618 78 151 0 4668 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 36160

[startup+5.10182 s]
/proc/loadavg: 3.07 3.20 3.19 3/84 475
/proc/meminfo: memFree=1770608/2055920 swapFree=4181236/4192956
[pid=390] ppid=388 vsize=16872 CPUtime=3.54
/proc/390/stat : 390 (sugar++) S 388 390 31353 0 -1 4194304 2038 38601 0 10 6 4 311 33 15 0 1 0 74151240 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/390/statm: 4218 1129 414 3 0 797 0
[pid=413] ppid=390 vsize=19288 CPUtime=0.32
/proc/413/stat : 413 (minisat-inc) S 390 390 31353 0 -1 4194304 4687 0 0 0 30 2 0 0 17 0 1 0 74151492 19750912 4618 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/413/statm: 4822 4618 78 151 0 4668 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 36160

Child status: 0
Real time (s): 5.12778
CPU time (s): 4.18536
CPU user time (s): 3.74243
CPU system time (s): 0.442932
CPU usage (%): 81.6213
Max. virtual memory (cumulated for all children) (KiB): 890576

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

runsolver used 0.008998 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-16 04:14:49
IDJOB=1125835
IDBENCH=64169
IDSOLVER=367
FILE ID=node18/1125835-1216174489
PBS_JOBID= 7905759
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog01cc_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125835-1216174489/watcher-1125835-1216174489 -o /tmp/evaluation-result-1125835-1216174489/solver-1125835-1216174489 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125835-1216174489.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 15f7e9fe5a76bc84b2994c9cb874c87a
RANDOM SEED=1582708267

node18.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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1800952 kB
Buffers:          8564 kB
Cached:          71460 kB
SwapCached:       5384 kB
Active:         154820 kB
Inactive:        36944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800952 kB
SwapTotal:     4192956 kB
SwapFree:      4181236 kB
Dirty:            1004 kB
Writeback:           0 kB
Mapped:         128192 kB
Slab:            48320 kB
Committed_AS:  1138624 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node18 at 2008-07-16 04:14:54