Trace number 1112256

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+minisatOPTIMUM1 44.7072 45.3765

General information on the benchmark

Namecsp/knights/
normalized-knights-12-9.xml
MD5SUM88a8a34b19289d35e9ed9938496c3815
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark44.7012
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 14:06:08 2008
0.00/0.04	c 0	PID 16932
0.03/0.05	c 0	HOST node1.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112256-1215864368.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112256-1215864368.xml' 'HOME/temp.csp'
0.03/0.20	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.03/0.20	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.28	c 0	Parsing HOME/temp.csp
0.17/0.32	c 0	parsed 48 expressions
0.17/0.33	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.33	c 0	MAX CSP: 36 constraints
0.17/0.33	c 0	Converting to clausal form CSP
0.17/0.35	c 0	converted 9 (10%) expressions
0.17/0.37	c 0	converted 18 (20%) expressions
0.17/0.37	c 0	converted 27 (30%) expressions
0.17/0.38	c 0	converted 35 (40%) expressions
0.17/0.39	c 0	converted 44 (50%) expressions
0.17/0.39	c 0	converted 53 (60%) expressions
0.17/0.40	c 0	converted 61 (70%) expressions
0.17/0.40	c 0	converted 70 (80%) expressions
0.17/0.41	c 0	converted 79 (90%) expressions
0.17/0.43	c 0	converted 87 (100%) expressions
0.17/0.43	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 144
0.17/0.43	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.43	c 0	Propagation in CSP
0.17/0.45	c 0	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.17/0.45	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 144
0.17/0.45	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.45	c 0	Simplifing CSP by introducing new Boolean variables
0.17/0.46	c 0	CSP : 117 integers, 153 booleans, 386 clauses, largest domain size 144
0.17/0.46	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.48	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.17/0.50	c 0	12 (10%) CSP integer variables are encoded (1298 clauses, 14739 bytes)
0.17/0.50	c 0	24 (20%) CSP integer variables are encoded (1358 clauses, 15519 bytes)
0.17/0.50	c 0	36 (30%) CSP integer variables are encoded (1438 clauses, 16559 bytes)
0.17/0.50	c 0	47 (40%) CSP integer variables are encoded (1478 clauses, 17079 bytes)
0.17/0.50	c 0	59 (50%) CSP integer variables are encoded (1518 clauses, 17599 bytes)
0.17/0.50	c 0	71 (60%) CSP integer variables are encoded (1588 clauses, 18509 bytes)
0.17/0.50	c 0	82 (70%) CSP integer variables are encoded (1673 clauses, 19614 bytes)
0.17/0.50	c 0	94 (80%) CSP integer variables are encoded (1826 clauses, 21603 bytes)
0.17/0.50	c 0	106 (90%) CSP integer variables are encoded (1888 clauses, 22409 bytes)
0.17/0.50	c 0	117 (100%) CSP integer variables are encoded (1937 clauses, 23046 bytes)
0.17/0.52	c 0	39 (10%) CSP clauses are encoded (4122 clauses, 59393 bytes)
0.17/0.53	c 0	78 (20%) CSP clauses are encoded (6307 clauses, 97034 bytes)
0.17/0.53	c 0	116 (30%) CSP clauses are encoded (8070 clauses, 128073 bytes)
0.17/0.54	c 0	155 (40%) CSP clauses are encoded (10116 clauses, 163742 bytes)
0.17/0.54	c 0	193 (50%) CSP clauses are encoded (12018 clauses, 197115 bytes)
0.17/0.55	c 0	232 (60%) CSP clauses are encoded (13921 clauses, 230792 bytes)
0.17/0.55	c 0	271 (70%) CSP clauses are encoded (15829 clauses, 264756 bytes)
0.17/0.56	c 0	309 (80%) CSP clauses are encoded (16408 clauses, 276053 bytes)
0.17/0.56	c 0	348 (90%) CSP clauses are encoded (17519 clauses, 294687 bytes)
0.17/0.56	c 0	386 (100%) CSP clauses are encoded (18672 clauses, 314555 bytes)
0.17/0.56	c 0	386 CSP clauses encoded
0.17/0.56	c 0	Writing map file : HOME/temp.map
0.17/0.57	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.17/0.57	c 0	SAT : 2207 SAT variables, 18672 SAT clauses, 314555 bytes
0.17/0.57	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.17/0.58	c 0	OBJECTIVE minimize _COST
0.17/0.58	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.17/0.58	c 0	SEARCHING: _COST <= 18
0.17/0.58	c 0	SOLVING HOME/temp.cnf
0.17/0.58	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.17/0.58	c 0	This is MiniSat 2.0 beta
0.17/0.58	c 0	WARNING: for repeatability, setting FPU to use double precision
0.17/0.58	c 0	============================[ Problem Statistics ]=============================
0.17/0.58	c 0	|                                                                             |
0.17/0.58	c 0	|  Number of variables:  2207                                                 |
0.17/0.58	c 0	|  Number of clauses:    18673                                                |
0.17/0.59	c 0	|  Parsing time:         0.01         s                                       |
0.17/0.59	c 0	============================[ Search Statistics ]==============================
0.17/0.59	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.17/0.59	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.17/0.59	c 0	===============================================================================
0.17/0.59	c 0	|         0 |    2099    17783    50751 |     5927        0    nan |  0.000 % |
0.17/0.59	c 0	===============================================================================
0.17/0.59	c 0	restarts              : 1
0.17/0.59	c 0	conflicts             : 7              (700 /sec)
0.17/0.59	c 0	decisions             : 364            (1.10 % random) (36407 /sec)
0.17/0.59	c 0	propagations          : 4010           (401080 /sec)
0.17/0.59	c 0	conflict literals     : 35             (0.00 % deleted)
0.17/0.59	c 0	Memory used           : 2.75 MB
0.17/0.59	c 0	CPU time              : 0.009998 s
0.17/0.59	c 0	
0.17/0.59	c 0	SATISFIABLE
0.17/0.59	c 0	FOUND: _COST <= 18
0.17/0.59	s SATISFIABLE
0.17/0.59	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.17/0.59	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.55/0.68	c 1	Decoding HOME/temp.out
0.55/0.71	c 1	OBJECTIVE _COST 18
0.55/0.71	o 18
0.55/0.72	v 141 127 143 142 119 143 143 129 131
0.55/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.76	c 1	OBJECTIVE BOUND: 0 <= _COST <= 18
0.55/0.76	c 1	SEARCHING: _COST <= 9
0.55/0.76	c 1	SOLVING HOME/temp.cnf
0.55/0.76	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.55/0.77	c 1	This is MiniSat 2.0 beta
0.55/0.77	c 1	WARNING: for repeatability, setting FPU to use double precision
0.55/0.77	c 1	============================[ Problem Statistics ]=============================
0.55/0.77	c 1	|                                                                             |
0.55/0.77	c 1	|  Number of variables:  2207                                                 |
0.55/0.77	c 1	|  Number of clauses:    18673                                                |
0.55/0.78	c 1	|  Parsing time:         0.01         s                                       |
0.55/0.78	c 1	============================[ Search Statistics ]==============================
0.55/0.78	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.55/0.78	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.55/0.78	c 1	===============================================================================
0.55/0.78	c 1	|         0 |    2036    17243    49311 |     5747        0    nan |  0.000 % |
0.55/0.78	c 1	===============================================================================
0.55/0.78	c 1	restarts              : 1
0.55/0.78	c 1	conflicts             : 6              (500 /sec)
0.55/0.78	c 1	decisions             : 150            (0.67 % random) (12502 /sec)
0.55/0.78	c 1	propagations          : 3227           (268961 /sec)
0.55/0.78	c 1	conflict literals     : 37             (0.00 % deleted)
0.55/0.78	c 1	Memory used           : 2.75 MB
0.55/0.78	c 1	CPU time              : 0.011998 s
0.55/0.78	c 1	
0.55/0.78	c 1	SATISFIABLE
0.55/0.78	c 1	FOUND: _COST <= 9
0.55/0.78	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.55/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.69/0.86	c 1	Decoding HOME/temp.out
0.69/0.90	c 1	OBJECTIVE _COST 9
0.69/0.90	o 9
0.69/0.90	v 113 127 117 142 128 119 143 118 138
0.69/0.90	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/0.94	c 1	OBJECTIVE BOUND: 0 <= _COST <= 9
0.69/0.94	c 1	SEARCHING: _COST <= 4
0.69/0.94	c 1	SOLVING HOME/temp.cnf
0.69/0.94	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.69/0.95	c 1	This is MiniSat 2.0 beta
0.69/0.95	c 1	WARNING: for repeatability, setting FPU to use double precision
0.69/0.95	c 1	============================[ Problem Statistics ]=============================
0.69/0.95	c 1	|                                                                             |
0.69/0.95	c 1	|  Number of variables:  2207                                                 |
0.69/0.95	c 1	|  Number of clauses:    18673                                                |
0.69/0.96	c 1	|  Parsing time:         0.01         s                                       |
0.69/0.96	c 1	============================[ Search Statistics ]==============================
0.69/0.96	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.96	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.96	c 1	===============================================================================
0.69/0.96	c 1	|         0 |    1982    16750    47989 |     5583        0    nan |  0.000 % |
0.69/0.96	c 1	===============================================================================
0.69/0.96	c 1	restarts              : 1
0.69/0.96	c 1	conflicts             : 12             (923 /sec)
0.69/0.96	c 1	decisions             : 144            (0.00 % random) (11079 /sec)
0.69/0.96	c 1	propagations          : 5632           (433297 /sec)
0.69/0.96	c 1	conflict literals     : 85             (7.61 % deleted)
0.69/0.96	c 1	Memory used           : 2.75 MB
0.69/0.96	c 1	CPU time              : 0.012998 s
0.69/0.96	c 1	
0.69/0.96	c 1	SATISFIABLE
0.69/0.96	c 1	FOUND: _COST <= 4
0.69/0.96	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.69/0.96	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.85/1.05	c 1	Decoding HOME/temp.out
0.85/1.08	c 1	OBJECTIVE _COST 4
0.85/1.08	o 4
0.85/1.08	v 129 143 118 141 131 106 142 119 139
0.85/1.09	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 4
0.95/1.14	c 1	SEARCHING: _COST <= 2
0.95/1.14	c 1	SOLVING HOME/temp.cnf
0.95/1.14	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.95/1.14	c 1	This is MiniSat 2.0 beta
0.95/1.14	c 1	WARNING: for repeatability, setting FPU to use double precision
0.95/1.14	c 1	============================[ Problem Statistics ]=============================
0.95/1.14	c 1	|                                                                             |
0.95/1.14	c 1	|  Number of variables:  2207                                                 |
0.95/1.14	c 1	|  Number of clauses:    18673                                                |
0.95/1.15	c 1	|  Parsing time:         0.01         s                                       |
0.95/1.15	c 1	============================[ Search Statistics ]==============================
0.95/1.15	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.95/1.15	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.95/1.15	c 1	===============================================================================
0.95/1.15	c 1	|         0 |    1944    16485    47306 |     5495        0    nan |  0.000 % |
0.95/1.16	c 1	===============================================================================
0.95/1.16	c 1	restarts              : 1
0.95/1.16	c 1	conflicts             : 8              (727 /sec)
0.95/1.16	c 1	decisions             : 85             (0.00 % random) (7729 /sec)
0.95/1.16	c 1	propagations          : 3845           (349609 /sec)
0.95/1.16	c 1	conflict literals     : 52             (11.86 % deleted)
0.95/1.16	c 1	Memory used           : 2.75 MB
0.95/1.16	c 1	CPU time              : 0.010998 s
0.95/1.16	c 1	
0.95/1.16	c 1	SATISFIABLE
0.95/1.16	c 1	FOUND: _COST <= 2
0.95/1.16	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.95/1.16	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.98/1.24	c 1	Decoding HOME/temp.out
0.98/1.27	c 1	OBJECTIVE _COST 2
0.98/1.27	o 2
0.98/1.27	v 126 140 130 116 106 131 117 119 136
0.98/1.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.32	c 1	OBJECTIVE BOUND: 0 <= _COST <= 2
0.98/1.32	c 1	SEARCHING: _COST <= 1
0.98/1.32	c 1	SOLVING HOME/temp.cnf
0.98/1.32	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.98/1.32	c 1	This is MiniSat 2.0 beta
0.98/1.32	c 1	WARNING: for repeatability, setting FPU to use double precision
0.98/1.32	c 1	============================[ Problem Statistics ]=============================
0.98/1.32	c 1	|                                                                             |
0.98/1.32	c 1	|  Number of variables:  2207                                                 |
0.98/1.32	c 1	|  Number of clauses:    18673                                                |
0.98/1.33	c 1	|  Parsing time:         0.01         s                                       |
0.98/1.34	c 1	============================[ Search Statistics ]==============================
0.98/1.34	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.98/1.34	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.98/1.34	c 1	===============================================================================
0.98/1.34	c 1	|         0 |    1908    16296    46846 |     5432        0    nan |  0.000 % |
0.98/1.34	c 1	===============================================================================
0.98/1.34	c 1	restarts              : 1
0.98/1.34	c 1	conflicts             : 4              (333 /sec)
0.98/1.34	c 1	decisions             : 81             (0.00 % random) (6751 /sec)
0.98/1.34	c 1	propagations          : 3076           (256376 /sec)
0.98/1.34	c 1	conflict literals     : 21             (8.70 % deleted)
0.98/1.34	c 1	Memory used           : 2.75 MB
0.98/1.34	c 1	CPU time              : 0.011998 s
0.98/1.34	c 1	
0.98/1.34	c 1	SATISFIABLE
0.98/1.34	c 1	FOUND: _COST <= 1
0.98/1.34	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.98/1.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.11/1.42	c 1	Decoding HOME/temp.out
1.11/1.45	c 1	OBJECTIVE _COST 1
1.11/1.46	o 1
1.11/1.46	v 105 130 116 141 127 117 142 128 119
1.11/1.46	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.50	c 1	OBJECTIVE BOUND: 0 <= _COST <= 1
1.11/1.50	c 1	SEARCHING: _COST <= 0
1.11/1.50	c 1	SOLVING HOME/temp.cnf
1.11/1.50	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.11/1.51	c 1	This is MiniSat 2.0 beta
1.11/1.51	c 1	WARNING: for repeatability, setting FPU to use double precision
1.11/1.51	c 1	============================[ Problem Statistics ]=============================
1.11/1.51	c 1	|                                                                             |
1.11/1.51	c 1	|  Number of variables:  2207                                                 |
1.11/1.51	c 1	|  Number of clauses:    18673                                                |
1.11/1.52	c 1	|  Parsing time:         0.01         s                                       |
1.11/1.52	c 1	============================[ Search Statistics ]==============================
1.11/1.52	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.11/1.52	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.11/1.52	c 1	===============================================================================
1.11/1.52	c 1	|         0 |    1827    16146    46476 |     5382        0    nan |  0.000 % |
1.11/1.53	c 1	|       100 |    1827    16146    46476 |     5920      100     12 | 17.218 % |
1.11/1.55	c 1	|       251 |    1827    16146    46476 |     6512      251     13 | 17.218 % |
1.11/1.56	c 1	|       476 |    1827    16146    46476 |     7163      476     13 | 17.218 % |
1.24/1.60	c 1	|       814 |    1827    16146    46476 |     7879      814     13 | 17.218 % |
1.24/1.63	c 1	|      1320 |    1827    16146    46476 |     8667     1320     14 | 17.218 % |
1.24/1.67	c 1	|      2081 |    1827    16146    46476 |     9534     2081     13 | 17.218 % |
1.24/1.83	c 2	|      3220 |    1827    16146    46476 |    10487     3220     14 | 17.218 % |
1.24/1.94	c 2	|      4928 |    1827    16146    46476 |    11536     4928     14 | 17.218 % |
1.91/2.24	c 2	|      7492 |    1827    16146    46476 |    12690     7492     14 | 17.218 % |
2.31/2.60	c 2	|     11336 |    1827    16146    46476 |    13959    11336     14 | 17.218 % |
2.70/3.09	c 3	|     17102 |    1827    16146    46476 |    15355     9605     14 | 17.218 % |
3.69/4.06	c 4	|     25752 |    1827    16146    46476 |    16891    10232     13 | 17.218 % |
5.08/5.45	c 5	|     38726 |    1827    16146    46476 |    18580    14505     13 | 17.218 % |
7.06/7.47	c 7	|     58187 |    1827    16146    46476 |    20438    14898     13 | 17.218 % |
10.83/11.26	c 11	|     87381 |    1827    16146    46476 |    22481    12064     13 | 17.218 % |
16.77/17.24	c 17	|    131170 |    1827    16146    46476 |    24730    21293     13 | 17.218 % |
24.69/25.27	c 25	|    196854 |    1827    16146    46476 |    27203    21088     13 | 17.218 % |
36.97/37.65	c 37	|    295380 |    1824    16094    46282 |    29923    18177     12 | 17.354 % |
44.60/45.37	c 45	===============================================================================
44.60/45.37	c 45	restarts              : 19
44.60/45.37	c 45	conflicts             : 356589         (8212 /sec)
44.60/45.37	c 45	decisions             : 417898         (0.79 % random) (9623 /sec)
44.60/45.37	c 45	propagations          : 64768869       (1491497 /sec)
44.60/45.37	c 45	conflict literals     : 4674080        (22.71 % deleted)
44.60/45.37	c 45	Memory used           : 6.01 MB
44.60/45.37	c 45	CPU time              : 43.4254 s
44.60/45.37	c 45	
44.60/45.37	c 45	UNSATISFIABLE
44.60/45.37	c 45	NOT FOUND: _COST <= 0
44.60/45.37	c 45	OBJECTIVE _COST 1
44.60/45.37	s OPTIMUM FOUND
44.60/45.37	c 45	CPU 44.43 (0.03 0.02 44.4 0.23)
44.60/45.37	c 45	END Sat Jul 12 14:06:53 2008

Verifier Data (download as text)

OK	1	35
1 unsatisfied constraints, 35 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-1112256-1215864368/watcher-1112256-1215864368 -o /tmp/evaluation-result-1112256-1215864368/solver-1112256-1215864368 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112256-1215864368.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.44 2.13 2.03 4/81 16932
/proc/meminfo: memFree=1855952/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=18572 CPUtime=0
/proc/16932/stat : 16932 (runsolver) R 16930 16932 16502 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43140275 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16932/statm: 4643 292 257 25 0 2626 0

[startup+0.0502049 s]
/proc/loadavg: 2.44 2.13 2.03 4/81 16932
/proc/meminfo: memFree=1855952/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=0.03
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 43140275 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10147 s]
/proc/loadavg: 2.44 2.13 2.03 4/81 16932
/proc/meminfo: memFree=1855952/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=0.03
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 43140275 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302501 s]
/proc/loadavg: 2.44 2.13 2.03 4/81 16932
/proc/meminfo: memFree=1855952/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=0.17
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 974 3998 0 1 2 1 12 2 16 0 1 0 43140275 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13600

[startup+0.701543 s]
/proc/loadavg: 2.44 2.13 2.03 4/81 16932
/proc/meminfo: memFree=1855952/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=0.55
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1118 10005 0 2 3 1 45 6 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50163 s]
/proc/loadavg: 2.44 2.13 2.03 3/88 16986
/proc/meminfo: memFree=1851096/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.11
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1567 27623 0 6 3 1 89 18 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13600

[startup+3.10182 s]
/proc/loadavg: 2.40 2.13 2.03 4/84 17016
/proc/meminfo: memFree=1851576/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 15 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=4032 CPUtime=1.56
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 739 0 0 0 156 0 0 0 25 0 1 0 43140426 4128768 725 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1008 725 75 150 0 855 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 22988

[startup+6.3012 s]
/proc/loadavg: 2.40 2.13 2.03 3/84 17016
/proc/meminfo: memFree=1850424/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=4588 CPUtime=4.73
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 862 0 0 0 473 0 0 0 25 0 1 0 43140426 4698112 848 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1147 848 75 150 0 994 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 23544

[startup+12.7019 s]
/proc/loadavg: 2.34 2.12 2.03 3/84 17016
/proc/meminfo: memFree=1849784/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=5024 CPUtime=11.08
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 979 0 0 0 1107 1 0 0 25 0 1 0 43140426 5144576 965 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1256 965 75 150 0 1103 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 23980

[startup+25.5024 s]
/proc/loadavg: 2.29 2.12 2.03 3/84 17016
/proc/meminfo: memFree=1849592/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=5556 CPUtime=23.75
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1107 0 0 0 2374 1 0 0 25 0 1 0 43140426 5689344 1093 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1389 1093 75 150 0 1236 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 24512

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

[startup+38.3019 s]
/proc/loadavg: 2.22 2.11 2.03 3/84 17016
/proc/meminfo: memFree=1849208/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=6148 CPUtime=36.43
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1232 0 0 0 3642 1 0 0 25 0 1 0 43140426 6295552 1218 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1537 1218 75 150 0 1384 0
Current children cumulated CPU time (s) 37.67
Current children cumulated vsize (KiB) 25104

[startup+41.5023 s]
/proc/loadavg: 2.22 2.11 2.03 3/84 17016
/proc/meminfo: memFree=1849016/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=6148 CPUtime=39.6
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1249 0 0 0 3959 1 0 0 25 0 1 0 43140426 6295552 1235 996147200 134512640 135127466 4294956256 18446744073709551615 134523400 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1537 1235 75 150 0 1384 0
Current children cumulated CPU time (s) 40.84
Current children cumulated vsize (KiB) 25104

[startup+43.1025 s]
/proc/loadavg: 2.20 2.11 2.03 3/84 17016
/proc/meminfo: memFree=1849016/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=6148 CPUtime=41.18
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1249 0 0 0 4117 1 0 0 25 0 1 0 43140426 6295552 1235 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1537 1235 75 150 0 1384 0
Current children cumulated CPU time (s) 42.42
Current children cumulated vsize (KiB) 25104

[startup+44.7017 s]
/proc/loadavg: 2.20 2.11 2.03 3/84 17016
/proc/meminfo: memFree=1849016/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=6148 CPUtime=42.76
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1249 0 0 0 4275 1 0 0 25 0 1 0 43140426 6295552 1235 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1537 1235 75 150 0 1384 0
Current children cumulated CPU time (s) 44
Current children cumulated vsize (KiB) 25104

[startup+45.1067 s]
/proc/loadavg: 2.20 2.11 2.03 3/84 17016
/proc/meminfo: memFree=1849016/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=6148 CPUtime=43.16
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1249 0 0 0 4315 1 0 0 25 0 1 0 43140426 6295552 1235 996147200 134512640 135127466 4294956256 18446744073709551615 134697309 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1537 1235 75 150 0 1384 0
Current children cumulated CPU time (s) 44.4
Current children cumulated vsize (KiB) 25104

[startup+45.3018 s]
/proc/loadavg: 2.20 2.11 2.03 3/84 17016
/proc/meminfo: memFree=1849016/2055920 swapFree=4180652/4192956
[pid=16932] ppid=16930 vsize=13600 CPUtime=1.24
/proc/16932/stat : 16932 (sugar) S 16930 16932 16502 0 -1 4194304 1618 31316 0 7 3 2 98 21 16 0 1 0 43140275 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16932/statm: 3400 803 374 3 0 500 0
[pid=17015] ppid=16932 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16932 16932 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43140426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=6148 CPUtime=43.36
/proc/17016/stat : 17016 (minisat) R 17015 16932 16502 0 -1 4194304 1249 0 0 0 4335 1 0 0 25 0 1 0 43140426 6295552 1235 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/17016/statm: 1537 1235 75 150 0 1384 0
Current children cumulated CPU time (s) 44.6
Current children cumulated vsize (KiB) 25104

Child status: 0
Real time (s): 45.3765
CPU time (s): 44.7072
CPU user time (s): 44.4492
CPU system time (s): 0.25796
CPU usage (%): 98.5251
Max. virtual memory (cumulated for all children) (KiB): 883024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.4492
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34549
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1707
involuntary context switches= 3311

runsolver used 0.051992 second user time and 0.174973 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-12 14:06:08
IDJOB=1112256
IDBENCH=61387
IDSOLVER=368
FILE ID=node1/1112256-1215864368
PBS_JOBID= 7903481
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-12-9.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112256-1215864368/watcher-1112256-1215864368 -o /tmp/evaluation-result-1112256-1215864368/solver-1112256-1215864368 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112256-1215864368.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 88a8a34b19289d35e9ed9938496c3815
RANDOM SEED=1558818518

node1.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.244
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.244
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:       1856432 kB
Buffers:         41352 kB
Cached:          87368 kB
SwapCached:       6396 kB
Active:          86244 kB
Inactive:        68340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856432 kB
SwapTotal:     4192956 kB
SwapFree:      4180652 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          41616 kB
Slab:            29892 kB
Committed_AS:   181388 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= 66520 MiB
End job on node1 at 2008-07-12 14:06:53