Trace number 1115139

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+minisat-incOPTIMUM2 5.70513 6.12855

General information on the benchmark

Namecsp/composed-75-1-80/
normalized-composed-75-1-80-8_ext.xml
MD5SUMc948ce3ae2ec01bb0392253eb0ab6bfe
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark0.114982
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sun Jul 13 04:16:36 2008
0.00/0.08	c 0	PID 20439
0.06/0.08	c 0	HOST node10.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1115139-1215915396.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115139-1215915396.xml' 'HOME/temp.csp'
0.06/0.74	c 0	1 domains, 83 variables, 0 predicates, 702 relations, 702 constraints
0.06/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.70/0.84	c 1	Parsing HOME/temp.csp
0.92/1.06	c 1	parsed 1488 expressions
0.92/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.07	c 1	MAX CSP: 702 constraints
0.92/1.07	c 1	Converting to clausal form CSP
1.02/1.11	c 1	converted 220 (10%) expressions
1.02/1.11	c 1	converted 439 (20%) expressions
1.02/1.11	c 1	converted 658 (30%) expressions
1.02/1.13	c 1	converted 878 (40%) expressions
1.02/1.16	c 1	converted 1097 (50%) expressions
1.02/1.17	c 1	converted 1316 (60%) expressions
1.02/1.19	c 1	converted 1536 (70%) expressions
1.11/1.21	c 1	converted 1755 (80%) expressions
1.11/1.29	c 1	converted 1974 (90%) expressions
1.31/1.47	c 1	converted 2193 (100%) expressions
1.31/1.47	c 1	CSP : 1487 integers, 0 booleans, 2105 clauses, largest domain size 1054
1.31/1.47	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Propagation in CSP
1.42/1.51	c 1	695 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.51	c 1	CSP : 1487 integers, 0 booleans, 2105 clauses, largest domain size 703
1.42/1.51	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.52	c 1	CSP : 1487 integers, 0 booleans, 2105 clauses, largest domain size 703
1.42/1.52	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.56	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.58	c 1	149 (10%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.42/1.58	c 1	298 (20%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.42/1.58	c 1	447 (30%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.42/1.58	c 1	595 (40%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.42/1.58	c 1	744 (50%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.42/1.59	c 1	893 (60%) CSP integer variables are encoded (1912 clauses, 23400 bytes)
1.42/1.59	c 1	1041 (70%) CSP integer variables are encoded (2839 clauses, 35451 bytes)
1.42/1.60	c 1	1190 (80%) CSP integer variables are encoded (9866 clauses, 128807 bytes)
1.51/1.60	c 1	1339 (90%) CSP integer variables are encoded (10880 clauses, 144017 bytes)
1.51/1.60	c 1	1487 (100%) CSP integer variables are encoded (12284 clauses, 165077 bytes)
1.51/1.67	c 1	211 (10%) CSP clauses are encoded (14675 clauses, 215937 bytes)
1.51/1.69	c 1	421 (20%) CSP clauses are encoded (17026 clauses, 271880 bytes)
1.61/1.72	c 1	632 (30%) CSP clauses are encoded (19333 clauses, 327124 bytes)
1.61/1.74	c 1	842 (40%) CSP clauses are encoded (23411 clauses, 402821 bytes)
1.70/1.81	c 2	1053 (50%) CSP clauses are encoded (53760 clauses, 953485 bytes)
1.70/1.83	c 2	1263 (60%) CSP clauses are encoded (62848 clauses, 1114419 bytes)
2.60/2.74	c 2	1474 (70%) CSP clauses are encoded (531231 clauses, 9937455 bytes)
2.60/2.77	c 2	1684 (80%) CSP clauses are encoded (541725 clauses, 10153228 bytes)
2.69/2.82	c 3	1895 (90%) CSP clauses are encoded (566920 clauses, 10683444 bytes)
2.78/3.00	c 3	2105 (100%) CSP clauses are encoded (659546 clauses, 12654682 bytes)
2.78/3.00	c 3	2105 CSP clauses encoded
2.78/3.00	c 3	Writing map file : HOME/temp.map
2.88/3.01	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.01	c 3	SAT : 13771 SAT variables, 659546 SAT clauses, 12654682 bytes
2.88/3.01	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.07	c 3	OBJECTIVE minimize _COST
2.88/3.07	c 3	SOLVING HOME/temp.cnf
2.88/3.07	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.88/3.07	c 3	This is MiniSat 2.0 beta incremental
2.88/3.07	c 3	WARNING: for repeatability, setting FPU to use double precision
2.88/3.07	c 3	============================[ Problem Statistics ]=============================
2.88/3.07	c 3	|                                                                             |
2.88/3.07	c 3	|  Number of variables:  13771                                                |
2.88/3.07	c 3	|  Number of clauses:    659546                                               |
3.16/3.38	c 3	|  Parsing time:         0.27         s                                       |
3.26/3.40	c 3	OK
3.26/3.40	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.26/3.40	c 3	SEARCHING: _COST <= 351
3.26/3.40	c 3	============================[ Search Statistics ]==============================
3.26/3.40	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.40	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.40	c 3	===============================================================================
3.26/3.40	c 3	|         0 |   13771   659546  1954626 |   219848        0    nan |  0.000 % |
3.26/3.46	c 3	===============================================================================
3.26/3.46	c 3	restarts              : 1
3.26/3.46	c 3	conflicts             : 0             (0 /sec)
3.26/3.46	c 3	decisions             : 82            (0.00 % random) (241 /sec)
3.26/3.46	c 3	propagations          : 13771          (40390 /sec)
3.26/3.46	c 3	conflict literals     : 0              ( nan % deleted)
3.26/3.46	c 3	Memory used           : 28.43 MB
3.26/3.46	c 3	CPU time              : 0.340948 s
3.26/3.46	c 3	
3.26/3.46	c 3	SATISFIABLE
3.26/3.46	c 3	OK
3.26/3.46	c 3	FOUND: _COST <= 351
3.26/3.46	s SATISFIABLE
3.26/3.46	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.26/3.46	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.32/3.54	c 3	Decoding HOME/temp.out
3.32/3.67	c 3	OBJECTIVE _COST 351
3.32/3.67	o 351
3.32/3.67	v 8 5 8 9 8 8 8 4 4 9 8 8 8 8 8 7 9 8 6 7 9 8 9 6 9 9 8 9 5 9 9 9 9 7 9 9 8 8 7 9 4 7 9 9 9 8 9 8 9 9 9 9 8 9 5 9 8 9 8 9 9 9 9 9 8 9 9 9 9 9 9 9 9 9 9 3 1 6 6 5 9 6 9
3.32/3.68	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.32/3.73	c 3	OK
3.32/3.73	c 3	OBJECTIVE BOUND: 0 <= _COST <= 351
3.32/3.73	c 3	SEARCHING: _COST <= 175
3.32/3.74	c 3	============================[ Search Statistics ]==============================
3.32/3.74	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.32/3.74	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.32/3.74	c 3	===============================================================================
3.32/3.74	c 3	|         0 |   13771   659546  1954626 |   219848        0    nan |  0.000 % |
3.32/3.76	c 3	===============================================================================
3.32/3.76	c 3	restarts              : 2
3.32/3.76	c 3	conflicts             : 9             (24 /sec)
3.32/3.76	c 3	decisions             : 175           (1.14 % random) (462 /sec)
3.32/3.76	c 3	propagations          : 27799          (73360 /sec)
3.32/3.76	c 3	conflict literals     : 85             (9.57 % deleted)
3.32/3.76	c 3	Memory used           : 28.82 MB
3.32/3.76	c 3	CPU time              : 0.378942 s
3.32/3.76	c 3	
3.32/3.76	c 3	SATISFIABLE
3.32/3.77	c 3	OK
3.32/3.77	c 3	FOUND: _COST <= 175
3.32/3.77	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.32/3.77	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.57/3.85	c 4	Decoding HOME/temp.out
3.57/3.98	c 4	OBJECTIVE _COST 175
3.57/3.98	o 175
3.57/3.98	v 9 6 9 9 7 7 9 7 9 9 2 9 8 4 4 3 9 3 0 7 7 2 1 0 9 9 8 9 5 9 9 8 0 7 8 9 9 5 7 5 3 3 7 9 9 4 7 5 6 5 8 9 8 7 7 9 9 9 9 9 9 8 9 9 7 9 9 9 8 9 9 9 9 9 8 4 9 7 3 5 6 5 8
3.57/3.99	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.57/4.03	c 4	OK
3.57/4.03	c 4	OBJECTIVE BOUND: 0 <= _COST <= 175
3.57/4.03	c 4	SEARCHING: _COST <= 87
3.57/4.04	c 4	============================[ Search Statistics ]==============================
3.57/4.04	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.57/4.04	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.57/4.04	c 4	===============================================================================
3.57/4.04	c 4	|         9 |   10261   659546  1954626 |   219848        9      9 |  0.000 % |
3.57/4.07	c 4	===============================================================================
3.57/4.07	c 4	restarts              : 3
3.57/4.07	c 4	conflicts             : 15            (36 /sec)
3.57/4.07	c 4	decisions             : 584           (0.86 % random) (1401 /sec)
3.57/4.07	c 4	propagations          : 42867          (102814 /sec)
3.57/4.07	c 4	conflict literals     : 176            (6.88 % deleted)
3.57/4.07	c 4	Memory used           : 29.21 MB
3.57/4.07	c 4	CPU time              : 0.416936 s
3.57/4.07	c 4	
3.57/4.07	c 4	SATISFIABLE
3.57/4.08	c 4	OK
3.57/4.08	c 4	FOUND: _COST <= 87
3.57/4.08	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.57/4.08	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.82/4.16	c 4	Decoding HOME/temp.out
3.82/4.28	c 4	OBJECTIVE _COST 87
3.82/4.28	o 87
3.82/4.29	v 7 9 8 9 9 8 9 5 9 8 7 9 0 8 1 4 9 4 7 7 8 8 9 5 8 9 9 9 5 5 5 9 9 7 0 8 3 8 9 8 7 0 5 5 8 8 8 5 9 9 2 9 8 8 9 9 5 1 7 6 8 1 7 0 4 9 7 8 8 9 9 9 9 6 5 9 9 8 9 9 8 9 9
3.82/4.29	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.01/4.34	c 4	OK
4.01/4.34	c 4	OBJECTIVE BOUND: 0 <= _COST <= 87
4.01/4.34	c 4	SEARCHING: _COST <= 43
4.01/4.35	c 4	============================[ Search Statistics ]==============================
4.01/4.35	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.01/4.35	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.01/4.35	c 4	===============================================================================
4.01/4.35	c 4	|        15 |    8323   659546  1954626 |   219848       15     12 |  0.000 % |
4.01/4.36	c 4	===============================================================================
4.01/4.36	c 4	restarts              : 4
4.01/4.36	c 4	conflicts             : 23            (52 /sec)
4.01/4.36	c 4	decisions             : 710           (0.85 % random) (1614 /sec)
4.01/4.36	c 4	propagations          : 56101          (127522 /sec)
4.01/4.36	c 4	conflict literals     : 441            (7.93 % deleted)
4.01/4.36	c 4	Memory used           : 29.21 MB
4.01/4.36	c 4	CPU time              : 0.439933 s
4.01/4.36	c 4	
4.01/4.36	c 4	SATISFIABLE
4.01/4.37	c 4	OK
4.01/4.37	c 4	FOUND: _COST <= 43
4.01/4.37	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.01/4.37	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.06/4.45	c 4	Decoding HOME/temp.out
4.06/4.57	c 4	OBJECTIVE _COST 43
4.06/4.57	o 43
4.06/4.58	v 8 8 3 7 9 7 0 9 9 9 9 9 8 9 8 7 8 8 9 5 6 4 9 8 5 2 9 0 4 9 5 9 9 7 1 7 7 1 1 5 0 4 7 7 4 9 8 8 6 8 5 6 9 9 8 9 0 5 2 9 8 7 9 8 5 9 9 9 8 5 7 9 7 5 8 9 9 6 1 9 8 9 9
4.06/4.58	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.06/4.64	c 4	OK
4.06/4.64	c 4	OBJECTIVE BOUND: 0 <= _COST <= 43
4.06/4.64	c 4	SEARCHING: _COST <= 21
4.06/4.64	c 4	============================[ Search Statistics ]==============================
4.06/4.64	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.06/4.64	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.06/4.64	c 4	===============================================================================
4.06/4.64	c 4	|        23 |    7085   659546  1954626 |   219848       23     19 |  0.000 % |
4.06/4.65	c 4	===============================================================================
4.06/4.65	c 4	restarts              : 5
4.06/4.65	c 4	conflicts             : 37            (80 /sec)
4.06/4.65	c 4	decisions             : 822           (0.97 % random) (1768 /sec)
4.06/4.65	c 4	propagations          : 77884          (167518 /sec)
4.06/4.65	c 4	conflict literals     : 643            (12.64 % deleted)
4.06/4.65	c 4	Memory used           : 29.21 MB
4.06/4.65	c 4	CPU time              : 0.464929 s
4.06/4.65	c 4	
4.06/4.65	c 4	SATISFIABLE
4.06/4.66	c 4	OK
4.06/4.66	c 4	FOUND: _COST <= 21
4.06/4.66	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.06/4.66	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.30/4.74	c 4	Decoding HOME/temp.out
4.30/4.98	c 5	OBJECTIVE _COST 21
4.30/4.98	o 21
4.30/4.98	v 1 9 7 9 9 8 9 7 9 1 6 9 4 0 1 8 9 3 6 3 5 4 9 9 3 1 7 0 7 9 9 9 0 7 9 6 9 1 7 9 9 8 9 6 4 9 9 4 6 9 7 9 7 6 8 9 5 5 4 9 8 9 6 9 6 9 9 9 5 3 7 9 6 4 8 9 9 7 6 6 9 9 9
4.30/5.01	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.30/5.03	c 5	OK
4.30/5.03	c 5	OBJECTIVE BOUND: 0 <= _COST <= 21
4.30/5.03	c 5	SEARCHING: _COST <= 10
4.30/5.04	c 5	============================[ Search Statistics ]==============================
4.30/5.04	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.30/5.04	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.30/5.04	c 5	===============================================================================
4.30/5.04	c 5	|        37 |    6147   659546  1954626 |   219848       37     17 |  0.000 % |
4.30/5.04	c 5	===============================================================================
4.30/5.04	c 5	restarts              : 6
4.30/5.04	c 5	conflicts             : 45            (94 /sec)
4.30/5.04	c 5	decisions             : 926           (0.86 % random) (1933 /sec)
4.30/5.04	c 5	propagations          : 89251          (186356 /sec)
4.30/5.04	c 5	conflict literals     : 713            (15.12 % deleted)
4.30/5.04	c 5	Memory used           : 29.21 MB
4.30/5.04	c 5	CPU time              : 0.478927 s
4.30/5.04	c 5	
4.30/5.04	c 5	SATISFIABLE
4.30/5.04	c 5	OK
4.30/5.04	c 5	FOUND: _COST <= 10
4.30/5.04	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.30/5.04	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.68/5.12	c 5	Decoding HOME/temp.out
4.68/5.36	c 5	OBJECTIVE _COST 10
4.68/5.36	o 10
4.68/5.36	v 1 8 3 7 9 8 8 9 6 1 4 9 8 1 1 6 2 8 1 6 4 0 9 1 5 2 7 0 5 4 9 9 4 7 9 8 8 8 6 8 9 9 9 3 5 9 9 8 8 9 9 9 4 9 6 9 0 9 4 9 9 8 5 9 4 9 8 9 8 3 0 9 4 6 9 9 9 5 5 3 9 5 4
4.68/5.39	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.01/5.41	c 5	OK
5.01/5.41	c 5	OBJECTIVE BOUND: 0 <= _COST <= 10
5.01/5.41	c 5	SEARCHING: _COST <= 5
5.01/5.41	c 5	============================[ Search Statistics ]==============================
5.01/5.42	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.01/5.42	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.01/5.42	c 5	===============================================================================
5.01/5.42	c 5	|        45 |    5325   659546  1954626 |   219848       45     16 |  0.000 % |
5.01/5.42	c 5	===============================================================================
5.01/5.42	c 5	restarts              : 7
5.01/5.42	c 5	conflicts             : 58            (118 /sec)
5.01/5.42	c 5	decisions             : 1026          (0.78 % random) (2090 /sec)
5.01/5.42	c 5	propagations          : 102098         (207971 /sec)
5.01/5.42	c 5	conflict literals     : 820            (15.38 % deleted)
5.01/5.42	c 5	Memory used           : 29.21 MB
5.01/5.42	c 5	CPU time              : 0.490925 s
5.01/5.42	c 5	
5.01/5.42	c 5	SATISFIABLE
5.01/5.42	c 5	OK
5.01/5.42	c 5	FOUND: _COST <= 5
5.01/5.42	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.01/5.42	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.01/5.50	c 5	Decoding HOME/temp.out
5.04/5.63	c 5	OBJECTIVE _COST 5
5.04/5.63	o 5
5.04/5.63	v 7 6 4 7 9 8 0 5 2 5 2 9 9 1 8 6 9 6 7 6 5 3 9 1 5 4 3 9 8 9 9 9 4 7 9 8 9 8 7 9 2 9 4 0 5 8 9 9 6 9 5 9 7 0 8 4 5 9 7 9 8 9 1 9 4 7 6 8 2 9 9 9 5 6 5 9 9 6 5 9 8 5 6
5.04/5.63	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.04/5.69	c 5	OK
5.04/5.69	c 5	OBJECTIVE BOUND: 0 <= _COST <= 5
5.04/5.69	c 5	SEARCHING: _COST <= 2
5.26/5.70	c 5	============================[ Search Statistics ]==============================
5.26/5.70	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.26/5.70	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.26/5.70	c 5	===============================================================================
5.26/5.70	c 5	|        58 |    4526   659546  1954626 |   219848       58     14 |  0.000 % |
5.26/5.70	c 5	===============================================================================
5.26/5.70	c 5	restarts              : 8
5.26/5.70	c 5	conflicts             : 107           (210 /sec)
5.26/5.70	c 5	decisions             : 1151          (0.78 % random) (2257 /sec)
5.26/5.70	c 5	propagations          : 138486         (271583 /sec)
5.26/5.70	c 5	conflict literals     : 1240           (23.88 % deleted)
5.26/5.70	c 5	Memory used           : 29.21 MB
5.26/5.70	c 5	CPU time              : 0.509922 s
5.26/5.70	c 5	
5.26/5.70	c 5	SATISFIABLE
5.26/5.71	c 5	OK
5.26/5.71	c 5	FOUND: _COST <= 2
5.26/5.71	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.26/5.71	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.26/5.79	c 6	Decoding HOME/temp.out
5.28/6.03	c 6	OBJECTIVE _COST 2
5.28/6.03	o 2
5.28/6.03	v 8 8 4 8 6 9 3 9 4 9 3 9 9 4 3 5 5 8 6 7 7 2 9 8 9 2 3 6 5 1 9 9 7 5 7 8 9 6 7 2 0 8 5 7 2 9 1 9 3 0 8 8 9 9 0 9 8 9 7 9 8 6 1 7 7 4 9 1 0 9 2 9 7 1 5 1 9 7 5 5 6 5 8
5.28/6.07	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.28/6.08	c 6	OK
5.28/6.08	c 6	OBJECTIVE BOUND: 0 <= _COST <= 2
5.28/6.08	c 6	SEARCHING: _COST <= 1
5.28/6.09	c 6	============================[ Search Statistics ]==============================
5.65/6.10	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.65/6.10	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.65/6.10	c 6	===============================================================================
5.65/6.10	c 6	|       107 |    3814   659546  1954626 |   219848      107     12 |  0.000 % |
5.65/6.10	c 6	|       207 |    3814   659546  1954626 |   241833      207     11 | 79.283 % |
5.65/6.11	c 6	===============================================================================
5.65/6.11	c 6	restarts              : 10
5.65/6.11	c 6	conflicts             : 287           (530 /sec)
5.65/6.11	c 6	decisions             : 1335          (0.75 % random) (2463 /sec)
5.65/6.11	c 6	propagations          : 227103         (419073 /sec)
5.65/6.11	c 6	conflict literals     : 2967           (28.42 % deleted)
5.65/6.11	c 6	Memory used           : 29.21 MB
5.65/6.11	c 6	CPU time              : 0.541917 s
5.65/6.11	c 6	
5.65/6.11	c 6	UNSATISFIABLE
5.65/6.11	c 6	OK
5.65/6.11	c 6	NOT FOUND: _COST <= 1
5.65/6.11	c 6	OK
5.65/6.11	c 6	OBJECTIVE _COST 2
5.65/6.11	s OPTIMUM FOUND
5.65/6.11	c 6	CPU 5.16 (0.06 0.03 5.1 0.48)
5.65/6.12	c 6	END Sun Jul 13 04:16:42 2008

Verifier Data (download as text)

OK	2	700
2 unsatisfied constraints, 700 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-1115139-1215915396/watcher-1115139-1215915396 -o /tmp/evaluation-result-1115139-1215915396/solver-1115139-1215915396 -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-1115139-1215915396.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.69 4/74 20439
/proc/meminfo: memFree=1798936/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=12268 CPUtime=0
/proc/20439/stat : 20439 (sugar++) R 20437 20439 18645 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 48242465 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20439/statm: 3067 316 241 3 0 167 0

[startup+0.0820981 s]
/proc/loadavg: 1.92 1.95 1.69 4/74 20439
/proc/meminfo: memFree=1798936/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16740 CPUtime=0.06
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 48242465 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10109 s]
/proc/loadavg: 1.92 1.95 1.69 4/74 20439
/proc/meminfo: memFree=1798936/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16740 CPUtime=0.06
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 48242465 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301108 s]
/proc/loadavg: 1.92 1.95 1.69 4/74 20439
/proc/meminfo: memFree=1798936/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16740 CPUtime=0.06
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 48242465 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701169 s]
/proc/loadavg: 1.92 1.95 1.69 4/74 20439
/proc/meminfo: memFree=1798936/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16740 CPUtime=0.06
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 48242465 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50228 s]
/proc/loadavg: 1.92 1.95 1.69 3/85 20461
/proc/meminfo: memFree=1789504/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16740 CPUtime=0.7
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1297 4832 0 1 5 1 60 4 15 0 1 0 48242465 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4185 1104 409 3 0 764 0
[pid=20452] ppid=20439 vsize=5356 CPUtime=0
/proc/20452/stat : 20452 (sh) S 20439 20439 18645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48242542 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20452/statm: 1339 233 193 169 0 50 0
[pid=20453] ppid=20452 vsize=868256 CPUtime=0.72
/proc/20453/stat : 20453 (java) S 20452 20439 18645 0 -1 0 7135 0 1 0 68 4 0 0 18 0 9 0 48242542 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20453/statm: 217064 6369 2540 9 0 211639 0
[pid=20453/tid=20454] ppid=20452 vsize=868256 CPUtime=0.38
/proc/20453/task/20454/stat : 20454 (java) R 20452 20439 18645 0 -1 64 2645 0 1 0 37 1 0 0 19 0 9 0 48242543 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4126617424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20455] ppid=20452 vsize=868256 CPUtime=0.09
/proc/20453/task/20455/stat : 20455 (java) S 20452 20439 18645 0 -1 64 2305 0 0 0 9 0 0 0 16 0 9 0 48242544 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20456] ppid=20452 vsize=868256 CPUtime=0
/proc/20453/task/20456/stat : 20456 (java) S 20452 20439 18645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48242544 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20457] ppid=20452 vsize=868256 CPUtime=0
/proc/20453/task/20457/stat : 20457 (java) S 20452 20439 18645 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 48242544 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20458] ppid=20452 vsize=868256 CPUtime=0
/proc/20453/task/20458/stat : 20458 (java) S 20452 20439 18645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48242546 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20459] ppid=20452 vsize=868256 CPUtime=0.21
/proc/20453/task/20459/stat : 20459 (java) S 20452 20439 18645 0 -1 64 1492 0 0 0 21 0 0 0 16 0 9 0 48242546 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20460] ppid=20452 vsize=868256 CPUtime=0
/proc/20453/task/20460/stat : 20460 (java) S 20452 20439 18645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 48242546 889094144 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20453/tid=20461] ppid=20452 vsize=868256 CPUtime=0
/proc/20453/task/20461/stat : 20461 (java) S 20452 20439 18645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48242546 889094144 6369 996147200 134512640 134550740 4294955920 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) 890352

[startup+3.10249 s]
/proc/loadavg: 1.92 1.95 1.69 3/85 20461
/proc/meminfo: memFree=1776512/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16872 CPUtime=2.94
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1472 12794 0 2 6 2 267 19 16 0 1 0 48242465 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4218 1130 413 3 0 797 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 16872

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

[startup+4.70171 s]
/proc/loadavg: 1.93 1.95 1.69 2/86 20492
/proc/meminfo: memFree=1747896/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16872 CPUtime=3.8
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1811 28316 0 6 6 2 341 31 15 0 1 0 48242465 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4218 1133 414 3 0 797 0
[pid=20462] ppid=20439 vsize=29904 CPUtime=0.5
/proc/20462/stat : 20462 (minisat-inc) S 20439 20439 18645 0 -1 4194304 7356 0 0 0 46 4 0 0 16 0 1 0 48242772 30621696 7295 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20462/statm: 7476 7295 78 151 0 7322 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 46776

[startup+5.50781 s]
/proc/loadavg: 1.93 1.95 1.69 4/84 20522
/proc/meminfo: memFree=1747784/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16872 CPUtime=4.5
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 1970 36098 0 8 6 2 406 36 16 0 1 0 48242465 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4218 1133 414 3 0 797 0
[pid=20462] ppid=20439 vsize=29904 CPUtime=0.54
/proc/20462/stat : 20462 (minisat-inc) S 20439 20439 18645 0 -1 4194304 7361 0 0 0 49 5 0 0 16 0 1 0 48242772 30621696 7296 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20462/statm: 7476 7296 78 151 0 7322 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 46776

[startup+5.90287 s]
/proc/loadavg: 1.93 1.95 1.69 4/84 20522
/proc/meminfo: memFree=1747784/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16872 CPUtime=4.72
/proc/20439/stat : 20439 (sugar++) S 20437 20439 18645 0 -1 4194304 2040 39977 0 9 6 3 424 39 15 0 1 0 48242465 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20439/statm: 4218 1133 414 3 0 797 0
[pid=20462] ppid=20439 vsize=29904 CPUtime=0.56
/proc/20462/stat : 20462 (minisat-inc) S 20439 20439 18645 0 -1 4194304 7363 0 0 0 51 5 0 0 16 0 1 0 48242772 30621696 7296 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20462/statm: 7476 7296 78 151 0 7322 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 46776

[startup+6.1029 s]
/proc/loadavg: 1.93 1.95 1.69 4/84 20522
/proc/meminfo: memFree=1747784/2055920 swapFree=4192812/4192956
[pid=20439] ppid=20437 vsize=16872 CPUtime=5.07
/proc/20439/stat : 20439 (sugar++) R 20437 20439 18645 0 -1 4194304 2058 43868 0 10 6 3 456 42 16 0 1 0 48242465 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 214928764882 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20439/statm: 4218 1133 414 3 0 797 0
[pid=20462] ppid=20439 vsize=29904 CPUtime=0.58
/proc/20462/stat : 20462 (minisat-inc) R 20439 20439 18645 0 -1 4194304 7364 0 0 0 53 5 0 0 16 0 1 0 48242772 30621696 7297 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/20462/statm: 7476 7297 79 151 0 7322 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 46776

Child status: 0
Real time (s): 6.12855
CPU time (s): 5.70513
CPU user time (s): 5.17721
CPU system time (s): 0.527919
CPU usage (%): 93.091
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.17721
system time used= 0.527919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53372
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7308
involuntary context switches= 7032

runsolver used 0.013997 second user time and 0.033994 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-13 04:16:36
IDJOB=1115139
IDBENCH=61821
IDSOLVER=367
FILE ID=node10/1115139-1215915396
PBS_JOBID= 7903685
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/composed-75-1-80/normalized-composed-75-1-80-8_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-1115139-1215915396/watcher-1115139-1215915396 -o /tmp/evaluation-result-1115139-1215915396/solver-1115139-1215915396 -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-1115139-1215915396.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c948ce3ae2ec01bb0392253eb0ab6bfe
RANDOM SEED=254650387

node10.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.236
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.236
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:       1799416 kB
Buffers:         36364 kB
Cached:         118472 kB
SwapCached:          0 kB
Active:         122504 kB
Inactive:        82844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             988 kB
Writeback:           0 kB
Mapped:          61556 kB
Slab:            36292 kB
Committed_AS:   287432 kB
PageTables:       1920 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= 66496 MiB
End job on node10 at 2008-07-13 04:16:42