Trace number 1113705

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-incMSAT (TO)17 3600.08 3607.05

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-4-3.xml
MD5SUM099adc731e61bf51862e5dd47060b6c3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark1640.33
Satisfiable
(Un)Satisfiability was proved
Number of variables281
Number of constraints1046
Maximum constraint arity2
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1046
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.01/0.28	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.30	c 0	BEGIN Sat Jul 12 21:06:57 2008
0.06/0.30	c 0	PID 19898
0.06/0.31	c 0	HOST node51.alineos.net
0.06/0.31	c 0	CONVERTING HOME/instance-1113705-1215889616.xml TO HOME/temp.csp
0.06/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113705-1215889616.xml' 'HOME/temp.csp'
0.07/0.79	c 0	1 domains, 281 variables, 1 predicates, 0 relations, 1046 constraints
0.07/0.81	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	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.07/0.89	c 1	Parsing HOME/temp.csp
0.61/1.07	c 1	parsed 1329 expressions
0.61/1.07	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/1.09	c 1	MAX CSP: 1046 constraints
0.61/1.09	c 1	Converting to clausal form CSP
0.72/1.12	c 1	converted 238 (10%) expressions
0.72/1.17	c 1	converted 476 (20%) expressions
0.81/1.26	c 1	converted 714 (30%) expressions
0.81/1.29	c 1	converted 952 (40%) expressions
0.91/1.30	c 1	converted 1189 (50%) expressions
0.91/1.32	c 1	converted 1427 (60%) expressions
0.91/1.32	c 1	converted 1665 (70%) expressions
0.91/1.33	c 1	converted 1903 (80%) expressions
0.91/1.34	c 1	converted 2141 (90%) expressions
1.01/1.45	c 1	converted 2378 (100%) expressions
1.01/1.45	c 1	CSP : 2373 integers, 0 booleans, 3137 clauses, largest domain size 1570
1.01/1.45	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.45	c 1	Propagation in CSP
1.11/1.51	c 1	1042 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.52	c 1	CSP : 2373 integers, 0 booleans, 3137 clauses, largest domain size 1047
1.11/1.52	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.54	c 1	CSP : 2373 integers, 2092 booleans, 5229 clauses, largest domain size 1047
1.11/1.54	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.60	c 1	238 (10%) CSP integer variables are encoded (238 clauses, 2574 bytes)
1.20/1.60	c 1	475 (20%) CSP integer variables are encoded (281 clauses, 3047 bytes)
1.20/1.60	c 1	712 (30%) CSP integer variables are encoded (281 clauses, 3047 bytes)
1.20/1.60	c 1	950 (40%) CSP integer variables are encoded (281 clauses, 3047 bytes)
1.20/1.61	c 1	1187 (50%) CSP integer variables are encoded (281 clauses, 3047 bytes)
1.20/1.61	c 1	1424 (60%) CSP integer variables are encoded (1764 clauses, 22326 bytes)
1.20/1.62	c 1	1662 (70%) CSP integer variables are encoded (3529 clauses, 45271 bytes)
1.20/1.63	c 1	1899 (80%) CSP integer variables are encoded (15140 clauses, 210013 bytes)
1.20/1.63	c 1	2136 (90%) CSP integer variables are encoded (16870 clauses, 235963 bytes)
1.20/1.64	c 1	2373 (100%) CSP integer variables are encoded (19158 clauses, 270283 bytes)
1.20/1.66	c 1	523 (10%) CSP clauses are encoded (20379 clauses, 288186 bytes)
1.20/1.68	c 1	1046 (20%) CSP clauses are encoded (21600 clauses, 306621 bytes)
1.20/1.69	c 1	1569 (30%) CSP clauses are encoded (22819 clauses, 325692 bytes)
1.31/1.70	c 1	2092 (40%) CSP clauses are encoded (24040 clauses, 344877 bytes)
1.31/1.72	c 1	2615 (50%) CSP clauses are encoded (25261 clauses, 364062 bytes)
1.31/1.72	c 1	3138 (60%) CSP clauses are encoded (26480 clauses, 383222 bytes)
1.40/1.85	c 1	3661 (70%) CSP clauses are encoded (99081 clauses, 1702700 bytes)
3.51/3.91	c 4	4184 (80%) CSP clauses are encoded (1148892 clauses, 23164430 bytes)
3.60/4.05	c 4	4707 (90%) CSP clauses are encoded (1221493 clauses, 24696431 bytes)
4.00/4.44	c 4	5229 (100%) CSP clauses are encoded (1431879 clauses, 29180259 bytes)
4.00/4.44	c 4	5229 CSP clauses encoded
4.00/4.44	c 4	Writing map file : HOME/temp.map
4.00/4.47	c 4	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.00/4.47	c 4	SAT : 23623 SAT variables, 1431879 SAT clauses, 29180259 bytes
4.00/4.47	c 4	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.07/4.51	c 4	OBJECTIVE minimize _COST
4.07/4.51	c 4	SOLVING HOME/temp.cnf
4.07/4.51	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.07/4.53	c 4	This is MiniSat 2.0 beta incremental
4.07/4.53	c 4	WARNING: for repeatability, setting FPU to use double precision
4.07/4.53	c 4	============================[ Problem Statistics ]=============================
4.07/4.53	c 4	|                                                                             |
4.07/4.54	c 4	|  Number of variables:  23623                                                |
4.07/4.54	c 4	|  Number of clauses:    1431879                                              |
4.10/5.19	c 5	|  Parsing time:         0.57         s                                       |
4.10/5.22	c 5	OK
4.10/5.22	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.10/5.22	c 5	SEARCHING: _COST <= 523
4.10/5.22	c 5	============================[ Search Statistics ]==============================
4.10/5.22	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.10/5.22	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.10/5.22	c 5	===============================================================================
4.10/5.22	c 5	|         0 |   23623  1431879  4233495 |   477293        0    nan |  0.000 % |
4.10/5.36	c 5	|       102 |   23623  1431879  4233495 |   525022      102     58 |  0.001 % |
4.95/5.46	c 5	===============================================================================
4.95/5.46	c 5	restarts              : 2
4.95/5.46	c 5	conflicts             : 139           (168 /sec)
4.95/5.46	c 5	decisions             : 1440          (0.69 % random) (1741 /sec)
4.95/5.46	c 5	propagations          : 116105         (140414 /sec)
4.95/5.46	c 5	conflict literals     : 8866           (11.73 % deleted)
4.95/5.46	c 5	Memory used           : 59.68 MB
4.95/5.46	c 5	CPU time              : 0.826874 s
4.95/5.46	c 5	
4.95/5.46	c 5	SATISFIABLE
4.95/5.47	c 5	OK
4.95/5.47	c 5	FOUND: _COST <= 523
4.95/5.47	s SATISFIABLE
4.95/5.47	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.95/5.47	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.03/5.55	c 5	Decoding HOME/temp.out
5.03/5.71	c 5	OBJECTIVE _COST 435
5.03/5.71	o 435
5.03/5.72	v 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 0 2 2 2 2 2 2 2 1 2 0 2 2 2 0 0 2 2 0 2 1 2 0 1 1 2 0 1 1 2 1 2 0 2 1 2 2 0 2 2 1 2 2 2 2 2 1 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 0 2 2 2 2 2 1 2 2 2 2 2 0 2 2 2 0 1 2 2 2 1 1 2 1 2 0 0 2 2 0 0 1 2 2 0 1 0 2 2 2 2 2 2 2 1 2 1 2 0 0 1 2 2 2 2 2 2 2 0 2 0 1 1 0 2 1 2 2 2 2 2 2 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 2 1 0 1 1 2 2 2 2 0 1 2 2 2 2 2 2 0 1 2 2 1 2 1 0 2 2 2 0 1 2 2 1 0 0 0 2 2 2 0 2 2 0 2 2 2 0 2 2 0 2 2 2 1 0 1 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 1 0 1 1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 2
5.03/5.73	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.03/5.74	c 5	OK
5.03/5.74	c 5	OBJECTIVE BOUND: 0 <= _COST <= 435
5.03/5.74	c 5	SEARCHING: _COST <= 217
5.03/5.75	c 5	============================[ Search Statistics ]==============================
5.03/5.75	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.03/5.75	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.03/5.75	c 5	===============================================================================
5.03/5.75	c 5	|       139 |   23623  1431879  4233495 |   477293      139     64 |  0.001 % |
5.33/5.80	c 5	===============================================================================
5.33/5.80	c 5	restarts              : 3
5.33/5.80	c 5	conflicts             : 141           (158 /sec)
5.33/5.80	c 5	decisions             : 1994          (0.55 % random) (2241 /sec)
5.33/5.80	c 5	propagations          : 140103         (157443 /sec)
5.33/5.80	c 5	conflict literals     : 8884           (11.71 % deleted)
5.33/5.80	c 5	Memory used           : 59.93 MB
5.33/5.80	c 5	CPU time              : 0.889864 s
5.33/5.80	c 5	
5.33/5.80	c 5	SATISFIABLE
5.33/5.81	c 5	OK
5.33/5.81	c 5	FOUND: _COST <= 217
5.33/5.81	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.33/5.81	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.33/5.89	c 6	Decoding HOME/temp.out
5.34/6.04	c 6	OBJECTIVE _COST 217
5.34/6.04	o 217
5.34/6.05	v 0 0 1 0 0 0 2 2 1 1 2 0 2 1 2 2 0 2 2 1 1 2 0 0 2 1 0 1 0 0 1 1 2 2 2 2 2 2 1 2 2 2 1 2 2 0 0 1 0 0 0 0 0 0 2 1 1 2 1 1 1 2 2 0 1 1 0 2 1 2 1 2 2 2 2 1 1 2 1 1 1 1 1 0 2 1 0 0 0 2 2 2 1 2 2 2 2 1 1 2 0 1 0 1 0 0 0 1 0 2 0 1 0 0 0 0 2 0 2 2 2 0 2 0 2 0 2 2 0 2 2 2 2 2 1 1 0 1 0 1 2 0 0 0 0 0 2 2 2 0 0 2 2 2 1 1 0 0 0 0 0 0 0 0 0 0 0 2 1 1 1 1 1 1 1 1 2 1 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 2 1 0 0 0 2 2 2 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 2 0 0 2 0 0 2 0 2 2 2 0 0 0 0 0 0 0 0 2 0 2 2 0 0 2 0 0 2 2 2 2 2 0 0 0 0 0 0 0 0 2 0 2 2 1
5.34/6.05	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.34/6.08	c 6	OK
5.34/6.08	c 6	OBJECTIVE BOUND: 0 <= _COST <= 217
5.34/6.08	c 6	SEARCHING: _COST <= 108
5.34/6.09	c 6	============================[ Search Statistics ]==============================
5.34/6.09	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.34/6.09	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.34/6.09	c 6	===============================================================================
5.34/6.09	c 6	|       141 |   16814  1431879  4233495 |   477293      141     63 |  0.001 % |
5.61/6.13	c 6	|       241 |   16809  1431879  4233495 |   525022      241     66 | 40.465 % |
5.61/6.17	c 6	===============================================================================
5.61/6.17	c 6	restarts              : 5
5.61/6.17	c 6	conflicts             : 366           (367 /sec)
5.61/6.17	c 6	decisions             : 2976          (0.54 % random) (2982 /sec)
5.61/6.17	c 6	propagations          : 235371         (235879 /sec)
5.61/6.17	c 6	conflict literals     : 22290          (5.16 % deleted)
5.61/6.17	c 6	Memory used           : 59.93 MB
5.61/6.17	c 6	CPU time              : 0.997848 s
5.61/6.17	c 6	
5.61/6.17	c 6	SATISFIABLE
5.61/6.18	c 6	OK
5.61/6.18	c 6	FOUND: _COST <= 108
5.61/6.18	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.61/6.18	c 6	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.69/6.26	c 6	Decoding HOME/temp.out
5.69/6.41	c 6	OBJECTIVE _COST 108
5.69/6.41	o 108
5.69/6.42	v 1 0 1 0 2 2 0 0 2 1 1 1 2 1 0 2 2 0 0 2 2 0 1 0 1 0 1 0 1 1 1 1 1 1 2 1 2 2 2 1 0 2 2 0 1 0 1 0 1 0 1 1 1 1 1 2 1 2 1 0 1 2 0 0 1 2 0 2 2 2 0 2 2 2 0 2 2 0 0 2 0 0 1 2 0 0 2 2 0 2 2 2 2 2 2 2 2 2 2 0 1 0 1 0 1 0 1 1 1 1 1 2 1 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 2 1 2 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 2 2 0 2 2 1 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 2 0 2 0 0 0 0 2 2 2 0 2 2 2 2 2 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2
5.69/6.43	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.69/6.45	c 6	OK
5.69/6.45	c 6	OBJECTIVE BOUND: 0 <= _COST <= 108
5.69/6.45	c 6	SEARCHING: _COST <= 54
5.69/6.46	c 6	============================[ Search Statistics ]==============================
5.69/6.46	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.69/6.46	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.69/6.46	c 6	===============================================================================
5.69/6.46	c 6	|       366 |   14064  1431879  4233495 |   477293      366     61 | 40.465 % |
5.99/6.54	c 6	|       466 |   14064  1431879  4233495 |   525022      466     60 | 48.064 % |
5.99/6.57	c 6	===============================================================================
5.99/6.57	c 6	restarts              : 7
5.99/6.57	c 6	conflicts             : 502           (443 /sec)
5.99/6.57	c 6	decisions             : 3496          (0.46 % random) (3086 /sec)
5.99/6.57	c 6	propagations          : 387008         (341630 /sec)
5.99/6.57	c 6	conflict literals     : 29398          (9.82 % deleted)
5.99/6.57	c 6	Memory used           : 60.06 MB
5.99/6.57	c 6	CPU time              : 1.13283 s
5.99/6.57	c 6	
5.99/6.57	c 6	SATISFIABLE
5.99/6.58	c 6	OK
5.99/6.58	c 6	FOUND: _COST <= 54
5.99/6.58	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.99/6.58	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.07/6.66	c 6	Decoding HOME/temp.out
6.07/6.81	c 6	OBJECTIVE _COST 54
6.07/6.81	o 54
6.07/6.82	v 1 1 0 2 1 1 0 0 1 1 0 2 2 2 2 1 2 2 2 2 2 2 0 1 0 0 0 1 0 0 0 1 0 2 1 2 1 2 2 2 1 2 2 2 2 0 2 0 2 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 2 2 0 2 1 1 2 2 1 1 2 0 1 0 0 0 0 0 0 0 0 0 2 1 2 1 2 1 2 1 2 2 2 0 0 0 0 0 0 0 0 0 0 0 1 1 2 2 2 1 1 2 2 1 1 2 2 2 2 2 1 1 2 2 1 1 2 0 1 0 0 0 1 0 0 0 1 0 2 1 2 2 2 1 1 2 2 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 2 2 0 0 2 1 0 0 2 1 2 2 2 1 1 2 0 0 2 0 0 0 0 0 0 0 0 2 2 2 2 2 2 2 2 2 2 2 0 0 2 0 0 2 2 0 0 2 0 2 1 2 1 0 1 1 0 0 1 1 2 1 2 1 2 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2
6.07/6.83	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.07/6.85	c 6	OK
6.07/6.85	c 6	OBJECTIVE BOUND: 0 <= _COST <= 54
6.07/6.85	c 6	SEARCHING: _COST <= 27
6.07/6.86	c 6	============================[ Search Statistics ]==============================
6.07/6.86	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.07/6.86	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.07/6.86	c 6	===============================================================================
6.07/6.86	c 6	|       502 |   12269  1431879  4233495 |   477293      502     59 | 48.064 % |
6.37/6.93	c 7	|       602 |   12269  1431879  4233495 |   525022      602     55 | 53.816 % |
6.47/7.07	c 7	|       753 |   12269  1431879  4233495 |   577524      753     52 | 53.816 % |
6.57/7.13	c 7	|       979 |   12269  1431879  4233495 |   635276      979     55 | 53.816 % |
6.77/7.32	c 7	|      1316 |   12269  1431879  4233495 |   698804     1316     77 | 53.816 % |
7.18/7.79	c 7	|      1823 |   12269  1431879  4233495 |   768685     1823     73 | 53.816 % |
7.87/8.46	c 8	|      2584 |   12269  1431879  4233495 |   845553     2584     68 | 53.816 % |
8.28/8.86	c 8	|      3726 |   12269  1431879  4233495 |   930109     3726     74 | 53.816 % |
9.08/9.62	c 9	|      5434 |   12269  1431879  4233495 |  1023119     5434     82 | 53.816 % |
11.49/12.09	c 12	|      7997 |   12269  1431879  4233495 |  1125431     7997     77 | 53.816 % |
14.88/15.41	c 15	|     11841 |   10910   159739   454222 |  1237975    11822     77 | 53.816 % |
17.38/17.94	c 18	|     17607 |   10910   159739   454222 |  1361772    17588     84 | 53.816 % |
23.48/24.07	c 24	|     26256 |   10910   159739   454222 |  1497949    26237     81 | 53.816 % |
34.68/35.27	c 35	|     39231 |   10910   159739   454222 |  1647744    39212    107 | 53.816 % |
50.97/51.56	c 51	|     58692 |   10910   159739   454222 |  1812519    58673    102 | 53.816 % |
81.26/81.89	c 82	|     87884 |   10910   159739   454222 |  1993771    87865    100 | 53.816 % |
140.94/141.57	c 141	|    131673 |   10910   159739   454222 |  2193148   131654    118 | 53.816 % |
252.11/252.78	c 252	|    197358 |   10910   159739   454222 |  2412463   197339    101 | 53.816 % |
318.31/318.91	c 319	===============================================================================
318.31/318.91	c 319	restarts              : 25
318.31/318.91	c 319	conflicts             : 235233        (752 /sec)
318.31/318.91	c 319	decisions             : 261808        (0.60 % random) (837 /sec)
318.31/318.91	c 319	propagations          : 210815770      (673665 /sec)
318.31/318.91	c 319	conflict literals     : 23575736       (27.09 % deleted)
318.31/318.91	c 319	Memory used           : 131.38 MB
318.31/318.91	c 319	CPU time              : 312.938 s
318.31/318.91	c 319	
318.31/318.91	c 319	SATISFIABLE
318.31/318.92	c 319	OK
318.31/318.92	c 319	FOUND: _COST <= 27
318.31/318.92	c 319	DECODING HOME/temp.out WITH HOME/temp.map
318.31/318.92	c 319	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
318.32/319.00	c 319	Decoding HOME/temp.out
318.32/319.34	c 319	OBJECTIVE _COST 27
318.32/319.34	o 27
318.32/319.36	v 1 1 1 2 1 1 1 2 1 2 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 2 1 1 1 2 2 1 0 0 0 0 0 0 0 0 0 0 0 2 1 2 1 2 2 2 1 2 2 1 0 2 2 2 2 0 2 2 2 2 2 2 0 2 2 0 0 2 0 0 0 2 0 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 2 0 0 1 2 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 2 1 1 0 0 0 0 0 0 0 0 0 0 0 2 1 2 1 2 2 1 1 2 2 1 2 2 0 0 0 2 2 0 2 2 2 0 2 2 2 0 0 2 2 0 2 0 0 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 2 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 0 0 0 0 0 0 0 0 0 0 0 1 1 2 1 1 1 1 1 1 1 1 0 2
318.32/319.37	c 319	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
318.88/319.57	c 319	OK
318.88/319.57	c 319	OBJECTIVE BOUND: 0 <= _COST <= 27
318.88/319.57	c 319	SEARCHING: _COST <= 13
318.88/319.57	c 319	============================[ Search Statistics ]==============================
318.88/319.57	c 319	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
318.88/319.57	c 319	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
318.88/319.57	c 319	===============================================================================
318.88/319.57	c 319	|    235233 |    9734    91465   252901 |    30488   235209    100 | 53.816 % |
319.97/320.66	c 320	|    235333 |    9734    91465   252901 |    33537    16314     73 | 58.795 % |
320.07/320.73	c 320	|    235483 |    9734    91465   252901 |    36890    16464     73 | 58.795 % |
320.17/320.83	c 320	|    235708 |    9734    91465   252901 |    40579    16689     73 | 58.795 % |
320.27/320.95	c 321	|    236046 |    9734    91465   252901 |    44637    17027     73 | 58.795 % |
320.48/321.11	c 321	|    236552 |    9734    91465   252901 |    49101    17533     73 | 58.795 % |
320.77/321.40	c 321	|    237311 |    9734    91465   252901 |    54011    18292     75 | 58.795 % |
321.17/321.84	c 321	|    238450 |    9734    91465   252901 |    59413    19431     77 | 58.795 % |
322.37/323.06	c 323	|    240158 |    9734    91465   252901 |    65354    21139     80 | 58.795 % |
323.78/324.46	c 324	|    242720 |    9734    91465   252901 |    71889    23701     84 | 58.795 % |
327.37/328.02	c 328	|    246564 |    9734    91465   252901 |    79078    27545     88 | 58.795 % |
332.97/333.64	c 333	|    252330 |    9734    91465   252901 |    86986    33311     92 | 58.795 % |
339.67/340.38	c 340	|    260980 |    9734    91465   252901 |    95685    41961     87 | 58.795 % |
357.16/357.86	c 358	|    273954 |    9734    91465   252901 |   105253    54935     93 | 58.795 % |
389.15/389.85	c 389	|    293416 |    9734    91465   252901 |   115779    74397     99 | 58.795 % |
425.94/426.61	c 426	|    322609 |    9734    91465   252901 |   127357   103590     95 | 58.795 % |
493.02/493.74	c 493	|    366399 |    9734    91465   252901 |   140093    17221     63 | 58.795 % |
576.80/577.59	c 577	|    432083 |    9734    91465   252901 |   154102    82905     84 | 58.795 % |
747.95/748.77	c 748	|    530609 |    9734    91465   252901 |   169512    26046     79 | 58.795 % |
1022.87/1023.70	c 1023	|    678398 |    9734    91465   252901 |   186463   173835    133 | 58.795 % |
1451.07/1452.05	c 1452	|    900081 |    9734    91465   252901 |   205110    25177     87 | 58.795 % |
2077.30/2078.42	c 2078	|   1232606 |    9734    91465   252901 |   225621   155110     97 | 58.795 % |
3143.00/3147.82	c 3147	|   1731396 |    9734    91465   252901 |   248183   210633     54 | 58.795 % |
3600.00/3607.01	c ERROR INTERRUPTED
3600.00/3607.05	c 3607	CPU 3598.9 (0.07 0.03 3598.83 1.11)
3600.00/3607.05	c 3607	END Sat Jul 12 22:07:04 2008

Verifier Data (download as text)

OK	17	1029
17 unsatisfied constraints, 1029 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-1113705-1215889616/watcher-1113705-1215889616 -o /tmp/evaluation-result-1113705-1215889616/solver-1113705-1215889616 -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-1113705-1215889616.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.40 2.35 2.61 4/81 19898
/proc/meminfo: memFree=1894672/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=18572 CPUtime=0
/proc/19898/stat : 19898 (runsolver) R 19896 19898 19601 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45660564 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19898/statm: 4643 292 257 25 0 2626 0

[startup+0.040504 s]
/proc/loadavg: 2.40 2.35 2.61 4/81 19898
/proc/meminfo: memFree=1894672/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=124 CPUtime=0
/proc/19898/stat : 19898 (sugar++) D 19896 19898 19601 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 45660564 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 235368674793 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/19898/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102508 s]
/proc/loadavg: 2.40 2.35 2.61 4/81 19898
/proc/meminfo: memFree=1894672/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=12272 CPUtime=0
/proc/19898/stat : 19898 (sugar++) D 19896 19898 19601 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 45660564 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/19898/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301527 s]
/proc/loadavg: 2.40 2.35 2.61 4/81 19898
/proc/meminfo: memFree=1894672/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16744 CPUtime=0.06
/proc/19898/stat : 19898 (sugar++) D 19896 19898 19601 0 -1 4194304 1129 0 0 0 5 1 0 0 18 0 1 0 45660564 17145856 1097 996147200 4194304 4206940 548682068528 18446744073709551615 235371462738 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19898/statm: 4186 1097 403 3 0 765 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16744

[startup+0.702566 s]
/proc/loadavg: 2.40 2.35 2.61 4/81 19898
/proc/meminfo: memFree=1894672/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16740 CPUtime=0.07
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 45660564 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19898/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50264 s]
/proc/loadavg: 2.40 2.35 2.61 4/92 19920
/proc/meminfo: memFree=1884720/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16740 CPUtime=0.44
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1297 4795 0 1 5 2 33 4 15 0 1 0 45660564 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4185 1104 409 3 0 764 0
[pid=19911] ppid=19898 vsize=5356 CPUtime=0
/proc/19911/stat : 19911 (sh) S 19898 19898 19601 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45660645 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19911/statm: 1339 233 193 169 0 50 0
[pid=19912] ppid=19911 vsize=868272 CPUtime=0.67
/proc/19912/stat : 19912 (java) S 19911 19898 19601 0 -1 0 5595 0 1 0 64 3 0 0 18 0 9 0 45660646 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217068 5019 1732 9 0 211643 0
[pid=19912/tid=19913] ppid=19911 vsize=868272 CPUtime=0.41
/proc/19912/task/19913/stat : 19913 (java) R 19911 19898 19601 0 -1 64 2651 0 1 0 40 1 0 0 19 0 9 0 45660647 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19914] ppid=19911 vsize=868272 CPUtime=0.04
/proc/19912/task/19914/stat : 19914 (java) S 19911 19898 19601 0 -1 64 800 0 0 0 4 0 0 0 16 0 9 0 45660648 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19911 vsize=868272 CPUtime=0
/proc/19912/task/19915/stat : 19915 (java) S 19911 19898 19601 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 45660648 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19911 vsize=868272 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19911 19898 19601 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 45660648 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19911 vsize=868272 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19911 19898 19601 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45660650 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19911 vsize=868272 CPUtime=0.2
/proc/19912/task/19918/stat : 19918 (java) S 19911 19898 19601 0 -1 64 1452 0 0 0 19 1 0 0 16 0 9 0 45660650 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19911 vsize=868272 CPUtime=0
/proc/19912/task/19919/stat : 19919 (java) S 19911 19898 19601 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45660650 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19911 vsize=868272 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19911 19898 19601 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45660650 889110528 5019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 890368

[startup+3.10178 s]
/proc/loadavg: 2.36 2.35 2.60 3/92 19920
/proc/meminfo: memFree=1873136/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16740 CPUtime=0.44
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1297 4795 0 1 5 2 33 4 15 0 1 0 45660564 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4185 1104 409 3 0 764 0
[pid=19911] ppid=19898 vsize=5356 CPUtime=0
/proc/19911/stat : 19911 (sh) S 19898 19898 19601 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45660645 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19911/statm: 1339 233 193 169 0 50 0
[pid=19912] ppid=19911 vsize=868500 CPUtime=2.27
/proc/19912/stat : 19912 (java) S 19911 19898 19601 0 -1 0 7284 0 1 0 213 14 0 0 18 0 9 0 45660646 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217125 6119 2562 9 0 211672 0
[pid=19912/tid=19913] ppid=19911 vsize=868500 CPUtime=1.81
/proc/19912/task/19913/stat : 19913 (java) R 19911 19898 19601 0 -1 64 3116 0 1 0 172 9 0 0 25 0 9 0 45660647 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19914] ppid=19911 vsize=868500 CPUtime=0.18
/proc/19912/task/19914/stat : 19914 (java) R 19911 19898 19601 0 -1 64 1994 0 0 0 16 2 0 0 15 0 9 0 45660648 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19911 vsize=868500 CPUtime=0
/proc/19912/task/19915/stat : 19915 (java) S 19911 19898 19601 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45660648 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19911 vsize=868500 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19911 19898 19601 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45660648 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19911 vsize=868500 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19911 19898 19601 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45660650 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19911 vsize=868500 CPUtime=0.25
/proc/19912/task/19918/stat : 19918 (java) S 19911 19898 19601 0 -1 64 1480 0 0 0 24 1 0 0 16 0 9 0 45660650 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19911 vsize=868500 CPUtime=0
/proc/19912/task/19919/stat : 19919 (java) S 19911 19898 19601 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45660650 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19911 vsize=868500 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19911 19898 19601 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45660650 889344000 6119 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 890596

[startup+6.30107 s]
/proc/loadavg: 2.36 2.35 2.60 3/83 19921
/proc/meminfo: memFree=1800632/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=4.59
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1698 20689 4 5 6 2 414 37 15 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=61368 CPUtime=1.1
/proc/19921/stat : 19921 (minisat-inc) S 19898 19898 19601 0 -1 4194304 15119 0 0 0 100 10 0 0 16 0 1 0 45661018 62840832 15062 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19921/statm: 15342 15062 80 151 0 15188 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 78240

[startup+12.7016 s]
/proc/loadavg: 2.33 2.34 2.60 3/83 19961
/proc/meminfo: memFree=1798144/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.1
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1787 28560 4 7 7 3 456 44 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=64016 CPUtime=7.08
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 15771 0 0 0 697 11 0 0 25 0 1 0 45661018 65552384 15712 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 16004 15712 80 151 0 15850 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 80888

[startup+25.5018 s]
/proc/loadavg: 2.26 2.32 2.59 3/83 19961
/proc/meminfo: memFree=1798592/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.1
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1787 28560 4 7 7 3 456 44 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=64192 CPUtime=19.88
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 15799 0 0 0 1977 11 0 0 25 0 1 0 45661018 65732608 15740 996147200 134512640 135134323 4294956192 18446744073709551615 134523966 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 16048 15740 80 151 0 15894 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 81064

[startup+51.1011 s]
/proc/loadavg: 2.17 2.30 2.57 3/83 19961
/proc/meminfo: memFree=1798528/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.1
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1787 28560 4 7 7 3 456 44 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=64328 CPUtime=45.47
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 15868 0 0 0 4536 11 0 0 25 0 1 0 45661018 65871872 15801 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 16082 15801 80 151 0 15928 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 81200

[startup+102.307 s]
/proc/loadavg: 2.07 2.24 2.54 3/83 19961
/proc/meminfo: memFree=1781952/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.1
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1787 28560 4 7 7 3 456 44 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=80664 CPUtime=96.66
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 19892 0 0 0 9651 15 0 0 25 0 1 0 45661018 82599936 19825 996147200 134512640 135134323 4294956192 18446744073709551615 134528725 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 20166 19825 80 151 0 20012 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 97536

[startup+162.301 s]
/proc/loadavg: 2.02 2.20 2.50 3/83 19961
/proc/meminfo: memFree=1759488/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.1
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1787 28560 4 7 7 3 456 44 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=103172 CPUtime=156.63
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 25514 0 0 0 15644 19 0 0 25 0 1 0 45661018 105648128 25447 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 25793 25447 80 151 0 25639 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 120044

[startup+222.302 s]
/proc/loadavg: 2.01 2.16 2.47 3/83 19961
/proc/meminfo: memFree=1746944/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.1
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1787 28560 4 7 7 3 456 44 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=113816 CPUtime=216.62
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 28203 0 0 0 21640 22 0 0 25 0 1 0 45661018 116547584 28136 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 28454 28136 80 151 0 28300 0
Current children cumulated CPU time (s) 221.72

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

[pid=19921] ppid=19898 vsize=157276 CPUtime=2853.34
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39080 0 0 0 285275 59 0 0 25 0 1 0 45661018 161050624 38935 996147200 134512640 135134323 4294956192 18446744073709551615 134532004 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38935 80 151 0 39165 0
Current children cumulated CPU time (s) 2858.88
Current children cumulated vsize (KiB) 174148

[startup+2922.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20064
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=2913.05
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39080 0 0 0 291246 59 0 0 25 0 1 0 45661018 161050624 38935 996147200 134512640 135134323 4294956192 18446744073709551615 134531862 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38935 80 151 0 39165 0
Current children cumulated CPU time (s) 2918.59
Current children cumulated vsize (KiB) 174148

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20064
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=2972.76
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39080 0 0 0 297217 59 0 0 25 0 1 0 45661018 161050624 38935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38935 80 151 0 39165 0
Current children cumulated CPU time (s) 2978.3
Current children cumulated vsize (KiB) 174148

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20064
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3032.47
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39080 0 0 0 303188 59 0 0 25 0 1 0 45661018 161050624 38935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38935 80 151 0 39165 0
Current children cumulated CPU time (s) 3038.01
Current children cumulated vsize (KiB) 174148

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20064
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3092.18
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39080 0 0 0 309159 59 0 0 25 0 1 0 45661018 161050624 38935 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38935 80 151 0 39165 0
Current children cumulated CPU time (s) 3097.72
Current children cumulated vsize (KiB) 174148

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20064
/proc/meminfo: memFree=1740736/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3151.89
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39080 0 0 0 315130 59 0 0 25 0 1 0 45661018 161050624 38935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38935 80 151 0 39165 0
Current children cumulated CPU time (s) 3157.43
Current children cumulated vsize (KiB) 174148

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20064
/proc/meminfo: memFree=1740672/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3211.61
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39085 0 0 0 321101 60 0 0 25 0 1 0 45661018 161050624 38940 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38940 80 151 0 39165 0
Current children cumulated CPU time (s) 3217.15
Current children cumulated vsize (KiB) 174148

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20070
/proc/meminfo: memFree=1739904/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3271.32
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 327072 60 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3276.86
Current children cumulated vsize (KiB) 174148

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20070
/proc/meminfo: memFree=1739904/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3331.03
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 333043 60 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3336.57
Current children cumulated vsize (KiB) 174148

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20070
/proc/meminfo: memFree=1739904/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3390.74
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 339014 60 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3396.28
Current children cumulated vsize (KiB) 174148

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20070
/proc/meminfo: memFree=1739712/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3450.45
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 344985 60 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3455.99
Current children cumulated vsize (KiB) 174148

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20070
/proc/meminfo: memFree=1739712/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3510.16
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 350956 60 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3515.7
Current children cumulated vsize (KiB) 174148

[startup+3582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20070
/proc/meminfo: memFree=1739648/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3569.88
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 356927 61 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3575.42
Current children cumulated vsize (KiB) 174148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20070
/proc/meminfo: memFree=1739648/2055920 swapFree=4192812/4192956
[pid=19898] ppid=19896 vsize=16872 CPUtime=5.54
/proc/19898/stat : 19898 (sugar++) S 19896 19898 19601 0 -1 4194304 1857 32501 4 8 7 3 497 47 16 0 1 0 45660564 17276928 1146 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 4218 1146 414 3 0 797 0
[pid=19921] ppid=19898 vsize=157276 CPUtime=3594.46
/proc/19921/stat : 19921 (minisat-inc) R 19898 19898 19601 0 -1 4194304 39102 0 0 0 359385 61 0 0 25 0 1 0 45661018 161050624 38957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19921/statm: 39319 38957 80 151 0 39165 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 174148

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

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

Child status: 0
Real time (s): 3607.05
CPU time (s): 3600.08
CPU user time (s): 3598.91
CPU system time (s): 1.16682
CPU usage (%): 99.8067
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.91
system time used= 1.16682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73539
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11071
involuntary context switches= 48097

runsolver used 3.36749 second user time and 9.78951 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-12 21:06:57
IDJOB=1113705
IDBENCH=61627
IDSOLVER=367
FILE ID=node51/1113705-1215889616
PBS_JOBID= 7903669
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-4-3.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-1113705-1215889616/watcher-1113705-1215889616 -o /tmp/evaluation-result-1113705-1215889616/solver-1113705-1215889616 -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-1113705-1215889616.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 099adc731e61bf51862e5dd47060b6c3
RANDOM SEED=520045544

node51.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	: 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.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:       1895280 kB
Buffers:          2776 kB
Cached:          31904 kB
SwapCached:          0 kB
Active:         105988 kB
Inactive:         3360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:          94896 kB
Slab:            36388 kB
Committed_AS:   310652 kB
PageTables:       1964 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= 66560 MiB
End job on node51 at 2008-07-12 22:07:06