Trace number 1113591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM2 5.09522 5.94812

General information on the benchmark

Namecsp/graphColoring/sgb/games/
normalized-games120-8.xml
MD5SUM448cbf5b3d15646a7d0f38074fd4bf5c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark5.09522
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints638
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension638
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.01/0.07	c 0	BEGIN Sat Jul 12 20:35:06 2008
0.01/0.07	c 0	PID 20108
0.01/0.07	c 0	HOST node69.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-1113591-1215887706.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113591-1215887706.xml' 'HOME/temp.csp'
0.05/0.50	c 0	1 domains, 120 variables, 1 predicates, 0 relations, 638 constraints
0.05/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.54	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.39/0.61	c 0	Parsing HOME/temp.csp
0.39/0.75	c 0	parsed 760 expressions
0.39/0.76	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.77	c 0	MAX CSP: 638 constraints
0.39/0.77	c 0	Converting to clausal form CSP
0.40/0.80	c 1	converted 141 (10%) expressions
0.40/0.83	c 1	converted 281 (20%) expressions
0.40/0.86	c 1	converted 421 (30%) expressions
0.40/0.93	c 1	converted 561 (40%) expressions
0.40/0.94	c 1	converted 701 (50%) expressions
0.40/0.95	c 1	converted 841 (60%) expressions
0.40/0.96	c 1	converted 981 (70%) expressions
0.40/0.97	c 1	converted 1121 (80%) expressions
0.40/0.98	c 1	converted 1261 (90%) expressions
0.84/1.07	c 1	converted 1401 (100%) expressions
0.84/1.07	c 1	CSP : 1396 integers, 0 booleans, 1913 clauses, largest domain size 958
0.84/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.07	c 1	Propagation in CSP
0.95/1.11	c 1	631 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.11	c 1	CSP : 1396 integers, 0 booleans, 1913 clauses, largest domain size 639
0.95/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.12	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.13	c 1	CSP : 1396 integers, 1276 booleans, 3189 clauses, largest domain size 639
0.95/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.18	c 1	140 (10%) CSP integer variables are encoded (720 clauses, 7800 bytes)
0.95/1.18	c 1	280 (20%) CSP integer variables are encoded (720 clauses, 7800 bytes)
0.95/1.18	c 1	419 (30%) CSP integer variables are encoded (720 clauses, 7800 bytes)
0.95/1.18	c 1	559 (40%) CSP integer variables are encoded (720 clauses, 7800 bytes)
0.95/1.18	c 1	698 (50%) CSP integer variables are encoded (720 clauses, 7800 bytes)
0.95/1.19	c 1	838 (60%) CSP integer variables are encoded (1790 clauses, 21710 bytes)
0.95/1.19	c 1	978 (70%) CSP integer variables are encoded (2631 clauses, 32643 bytes)
0.95/1.20	c 1	1117 (80%) CSP integer variables are encoded (9005 clauses, 115715 bytes)
1.03/1.20	c 1	1257 (90%) CSP integer variables are encoded (9923 clauses, 129485 bytes)
1.03/1.20	c 1	1396 (100%) CSP integer variables are encoded (11188 clauses, 148460 bytes)
1.03/1.22	c 1	319 (10%) CSP clauses are encoded (12998 clauses, 177424 bytes)
1.03/1.23	c 1	638 (20%) CSP clauses are encoded (14808 clauses, 207797 bytes)
1.03/1.24	c 1	957 (30%) CSP clauses are encoded (16611 clauses, 238557 bytes)
1.03/1.25	c 1	1276 (40%) CSP clauses are encoded (18421 clauses, 269432 bytes)
1.03/1.26	c 1	1595 (50%) CSP clauses are encoded (20231 clauses, 300307 bytes)
1.03/1.27	c 1	1914 (60%) CSP clauses are encoded (22034 clauses, 331067 bytes)
1.14/1.32	c 1	2233 (70%) CSP clauses are encoded (49845 clauses, 832364 bytes)
1.83/2.01	c 2	2552 (80%) CSP clauses are encoded (444658 clauses, 8061676 bytes)
1.83/2.06	c 2	2871 (90%) CSP clauses are encoded (472469 clauses, 8641046 bytes)
1.93/2.20	c 2	3189 (100%) CSP clauses are encoded (551775 clauses, 10323148 bytes)
1.93/2.20	c 2	3189 CSP clauses encoded
1.93/2.20	c 2	Writing map file : HOME/temp.map
2.03/2.22	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.22	c 2	SAT : 13860 SAT variables, 551775 SAT clauses, 10323148 bytes
2.03/2.22	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.26	c 2	OBJECTIVE minimize _COST
2.03/2.26	c 2	SOLVING HOME/temp.cnf
2.03/2.26	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.03/2.26	c 2	This is MiniSat 2.0 beta incremental
2.03/2.26	c 2	WARNING: for repeatability, setting FPU to use double precision
2.03/2.26	c 2	============================[ Problem Statistics ]=============================
2.03/2.26	c 2	|                                                                             |
2.03/2.26	c 2	|  Number of variables:  13860                                                |
2.03/2.26	c 2	|  Number of clauses:    551775                                               |
2.06/2.51	c 2	|  Parsing time:         0.21         s                                       |
2.06/2.53	c 2	OK
2.06/2.53	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.06/2.53	c 2	SEARCHING: _COST <= 319
2.06/2.53	c 2	============================[ Search Statistics ]==============================
2.06/2.53	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.06/2.53	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.06/2.53	c 2	===============================================================================
2.06/2.53	c 2	|         0 |   13860   551775  1620011 |   183925        0    nan |  0.000 % |
2.06/2.57	c 2	===============================================================================
2.06/2.57	c 2	restarts              : 1
2.06/2.57	c 2	conflicts             : 0             (0 /sec)
2.06/2.58	c 2	decisions             : 878           (0.34 % random) (3264 /sec)
2.06/2.58	c 2	propagations          : 13860          (51532 /sec)
2.06/2.58	c 2	conflict literals     : 0              ( nan % deleted)
2.06/2.58	c 2	Memory used           : 25.07 MB
2.06/2.58	c 2	CPU time              : 0.268959 s
2.06/2.58	c 2	
2.06/2.58	c 2	SATISFIABLE
2.06/2.58	c 2	OK
2.06/2.58	c 2	FOUND: _COST <= 319
2.06/2.58	s SATISFIABLE
2.06/2.58	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.06/2.58	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.06/2.66	c 2	Decoding HOME/temp.out
2.06/2.78	c 3	OBJECTIVE _COST 230
2.06/2.78	o 230
2.06/2.79	v 2 2 2 0 1 4 5 2 1 0 0 1 1 2 3 1 2 3 2 4 1 4 3 3 2 2 4 3 3 4 3 4 4 3 5 5 4 5 5 4 5 5 6 6 5 6 5 6 6 5 6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
2.06/2.79	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.06/2.85	c 3	OK
2.06/2.85	c 3	OBJECTIVE BOUND: 0 <= _COST <= 230
2.06/2.85	c 3	SEARCHING: _COST <= 115
2.06/2.86	c 3	============================[ Search Statistics ]==============================
2.06/2.86	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.06/2.86	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.06/2.86	c 3	===============================================================================
2.06/2.86	c 3	|         0 |   13860   551775  1620011 |   183925        0    nan |  0.000 % |
2.06/2.88	c 3	===============================================================================
2.06/2.88	c 3	restarts              : 2
2.06/2.88	c 3	conflicts             : 1             (3 /sec)
2.06/2.88	c 3	decisions             : 1557          (0.51 % random) (5297 /sec)
2.06/2.88	c 3	propagations          : 27973          (95161 /sec)
2.06/2.88	c 3	conflict literals     : 4              (0.00 % deleted)
2.06/2.88	c 3	Memory used           : 25.20 MB
2.06/2.88	c 3	CPU time              : 0.293955 s
2.06/2.88	c 3	
2.06/2.88	c 3	SATISFIABLE
2.06/2.88	c 3	OK
2.06/2.88	c 3	FOUND: _COST <= 115
2.06/2.88	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.06/2.88	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.28/2.96	c 3	Decoding HOME/temp.out
2.28/3.19	c 3	OBJECTIVE _COST 115
2.28/3.19	o 115
2.28/3.20	v 4 1 2 1 6 3 6 6 6 0 2 6 0 1 6 3 2 3 0 0 1 0 1 2 2 0 0 1 3 3 0 2 1 1 3 3 0 2 1 0 4 3 4 4 1 2 1 4 4 3 4 4 4 5 6 3 5 3 2 5 5 6 6 4 4 3 6 4 5 5 5 5 5 6 5 5 6 6 6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 5 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
2.92/3.23	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.25	c 3	OK
2.92/3.25	c 3	OBJECTIVE BOUND: 0 <= _COST <= 115
2.92/3.25	c 3	SEARCHING: _COST <= 57
2.92/3.25	c 3	============================[ Search Statistics ]==============================
2.92/3.25	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.92/3.25	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.92/3.25	c 3	===============================================================================
2.92/3.25	c 3	|         1 |    9691   551775  1620011 |   183925        1      4 |  0.000 % |
2.92/3.27	c 3	===============================================================================
2.92/3.27	c 3	restarts              : 3
2.92/3.27	c 3	conflicts             : 14            (44 /sec)
2.92/3.27	c 3	decisions             : 1889          (0.58 % random) (5998 /sec)
2.92/3.27	c 3	propagations          : 38092          (120945 /sec)
2.92/3.27	c 3	conflict literals     : 138            (13.75 % deleted)
2.92/3.27	c 3	Memory used           : 25.33 MB
2.92/3.27	c 3	CPU time              : 0.314952 s
2.92/3.27	c 3	
2.92/3.27	c 3	SATISFIABLE
2.92/3.28	c 3	OK
2.92/3.28	c 3	FOUND: _COST <= 57
2.92/3.28	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.92/3.28	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.99/3.35	c 3	Decoding HOME/temp.out
2.99/3.48	c 3	OBJECTIVE _COST 57
2.99/3.48	o 57
2.99/3.49	v 2 6 7 6 3 3 3 7 3 1 0 2 6 1 4 6 5 5 6 1 4 4 3 5 5 4 4 1 4 1 4 0 0 7 4 2 5 2 2 6 2 0 0 5 1 0 2 0 5 0 5 0 1 7 3 2 0 0 1 4 3 3 2 0 0 2 0 5 1 1 6 0 2 3 2 1 2 1 2 5 3 4 6 1 4 7 5 3 7 1 2 7 3 6 6 4 6 3 5 4 6 7 6 5 6 6 7 7 6 7 7 7 7 7 7 7 7 7 7 7
2.99/3.49	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.54	c 3	OK
2.99/3.54	c 3	OBJECTIVE BOUND: 0 <= _COST <= 57
2.99/3.54	c 3	SEARCHING: _COST <= 28
2.99/3.54	c 3	============================[ Search Statistics ]==============================
2.99/3.54	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.99/3.54	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.99/3.54	c 3	===============================================================================
2.99/3.54	c 3	|        14 |    8292   551775  1620011 |   183925       14     10 |  0.000 % |
2.99/3.55	c 3	|       114 |    7401   551775  1620011 |   202317      114     18 | 47.187 % |
2.99/3.57	c 3	|       265 |    7399   551775  1620011 |   222549      265     14 | 47.187 % |
2.99/3.57	c 3	===============================================================================
2.99/3.57	c 3	restarts              : 6
2.99/3.57	c 3	conflicts             : 270           (752 /sec)
2.99/3.57	c 3	decisions             : 2976          (0.67 % random) (8291 /sec)
2.99/3.57	c 3	propagations          : 77356          (215509 /sec)
2.99/3.57	c 3	conflict literals     : 3829           (2.72 % deleted)
2.99/3.57	c 3	Memory used           : 25.33 MB
2.99/3.57	c 3	CPU time              : 0.358945 s
2.99/3.57	c 3	
2.99/3.57	c 3	SATISFIABLE
2.99/3.58	c 3	OK
2.99/3.58	c 3	FOUND: _COST <= 28
2.99/3.58	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.99/3.58	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.26/4.06	c 4	Decoding HOME/temp.out
3.26/4.29	c 4	OBJECTIVE _COST 28
3.26/4.29	o 28
3.56/4.30	v 5 7 5 6 6 0 5 2 0 7 2 1 5 6 3 4 5 3 2 4 3 5 4 5 6 1 7 2 3 6 4 5 6 7 5 3 4 3 2 1 4 7 7 7 5 4 5 7 1 2 7 6 1 1 3 3 2 7 1 7 5 7 3 4 6 7 3 0 7 6 6 2 0 6 7 5 4 6 1 1 0 2 7 5 3 7 1 6 3 7 5 3 2 6 2 4 6 0 0 4 1 0 4 5 6 5 7 7 4 0 2 0 0 3 6 2 3 4 3 7
3.56/4.31	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.56/4.35	c 4	OK
3.56/4.35	c 4	OBJECTIVE BOUND: 0 <= _COST <= 28
3.56/4.35	c 4	SEARCHING: _COST <= 14
3.56/4.35	c 4	============================[ Search Statistics ]==============================
3.56/4.35	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.56/4.35	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.56/4.35	c 4	===============================================================================
3.56/4.35	c 4	|       270 |    7320   551775  1620011 |   183925      270     14 | 47.187 % |
3.56/4.36	c 4	|       370 |    7320   551775  1620011 |   202317      370     14 | 52.872 % |
3.56/4.37	c 4	|       520 |    7319   551775  1620011 |   222549      520     15 | 52.872 % |
3.56/4.38	c 4	|       747 |    7319   551775  1620011 |   244804      747     15 | 52.872 % |
3.56/4.39	c 4	|      1084 |    7319   551775  1620011 |   269284     1084     15 | 52.872 % |
3.65/4.41	c 4	|      1591 |    7319   551775  1620011 |   296213     1591     15 | 52.872 % |
3.65/4.44	c 4	|      2350 |    7319   551775  1620011 |   325834     2350     15 | 52.872 % |
3.65/4.48	c 4	|      3489 |    7319   551775  1620011 |   358417     3489     16 | 52.872 % |
3.75/4.55	c 4	|      5198 |    7319   551775  1620011 |   394259     5198     17 | 52.872 % |
3.75/4.59	c 4	===============================================================================
3.75/4.59	c 4	restarts              : 15
3.75/4.59	c 4	conflicts             : 6182          (10153 /sec)
3.75/4.59	c 4	decisions             : 11531         (0.52 % random) (18937 /sec)
3.75/4.59	c 4	propagations          : 299294         (491527 /sec)
3.75/4.59	c 4	conflict literals     : 107464         (1.29 % deleted)
3.75/4.59	c 4	Memory used           : 25.99 MB
3.75/4.59	c 4	CPU time              : 0.608907 s
3.75/4.59	c 4	
3.75/4.59	c 4	SATISFIABLE
3.85/4.60	c 4	OK
3.85/4.60	c 4	FOUND: _COST <= 14
3.85/4.60	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.60	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.85/4.67	c 4	Decoding HOME/temp.out
3.85/4.81	c 5	OBJECTIVE _COST 14
3.85/4.81	o 14
3.85/4.82	v 7 7 2 6 1 1 7 3 7 4 2 2 5 6 6 4 3 5 5 6 5 3 3 5 4 3 2 2 6 6 1 7 0 2 7 1 1 5 7 6 4 0 6 5 3 2 3 7 4 2 4 5 0 3 3 4 0 4 2 7 7 7 0 2 0 0 4 3 4 0 6 5 2 4 6 7 2 4 6 2 7 5 7 1 5 4 0 7 5 3 1 4 7 5 4 5 4 2 1 1 6 1 6 7 7 6 3 7 6 2 0 5 1 0 5 3 6 6 1 3
3.85/4.82	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.85/4.86	c 5	OK
3.85/4.86	c 5	OBJECTIVE BOUND: 0 <= _COST <= 14
3.85/4.86	c 5	SEARCHING: _COST <= 7
3.85/4.86	c 5	============================[ Search Statistics ]==============================
3.85/4.86	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.85/4.86	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.85/4.86	c 5	===============================================================================
3.85/4.86	c 5	|      6182 |    6532   551775  1620011 |   183925     6182     17 | 52.872 % |
3.85/4.87	c 5	|      6285 |    6531   551775  1620011 |   202317     6285     18 | 57.843 % |
3.85/4.89	c 5	===============================================================================
3.85/4.89	c 5	restarts              : 17
3.85/4.89	c 5	conflicts             : 6345          (9900 /sec)
3.85/4.89	c 5	decisions             : 12037         (0.52 % random) (18781 /sec)
3.85/4.89	c 5	propagations          : 330264         (515311 /sec)
3.85/4.89	c 5	conflict literals     : 112178         (1.50 % deleted)
3.85/4.89	c 5	Memory used           : 25.99 MB
3.85/4.89	c 5	CPU time              : 0.640902 s
3.85/4.89	c 5	
3.85/4.89	c 5	SATISFIABLE
3.85/4.89	c 5	OK
3.85/4.89	c 5	FOUND: _COST <= 7
3.85/4.89	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.89	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.10/4.97	c 5	Decoding HOME/temp.out
4.10/5.21	c 5	OBJECTIVE _COST 7
4.10/5.21	o 7
4.10/5.21	v 4 5 5 5 6 1 5 2 4 7 2 7 5 6 1 6 1 7 4 6 3 3 2 2 6 2 1 7 3 6 7 1 6 0 5 0 2 3 4 2 4 0 0 6 7 4 2 6 2 0 1 5 0 7 3 5 1 6 0 7 7 7 1 6 5 3 4 4 2 5 6 3 4 1 5 7 4 5 6 1 0 6 1 0 0 5 0 2 3 7 2 3 3 5 4 6 1 3 4 1 3 3 4 7 1 5 3 6 6 4 6 7 7 5 7 7 6 2 5 4
4.10/5.25	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.10/5.26	c 5	OK
4.10/5.26	c 5	OBJECTIVE BOUND: 0 <= _COST <= 7
4.10/5.26	c 5	SEARCHING: _COST <= 3
4.10/5.26	c 5	============================[ Search Statistics ]==============================
4.10/5.26	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.10/5.26	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.10/5.26	c 5	===============================================================================
4.10/5.26	c 5	|      6345 |    5843   551775  1620011 |   183925     6345     18 | 57.843 % |
4.10/5.27	c 5	===============================================================================
4.10/5.27	c 5	restarts              : 18
4.10/5.27	c 5	conflicts             : 6394          (9763 /sec)
4.10/5.27	c 5	decisions             : 12329         (0.51 % random) (18826 /sec)
4.10/5.27	c 5	propagations          : 339806         (518867 /sec)
4.10/5.27	c 5	conflict literals     : 113101         (1.52 % deleted)
4.10/5.27	c 5	Memory used           : 25.99 MB
4.10/5.27	c 5	CPU time              : 0.6549 s
4.10/5.27	c 5	
4.10/5.27	c 5	SATISFIABLE
4.10/5.28	c 5	OK
4.10/5.28	c 5	FOUND: _COST <= 3
4.10/5.28	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.10/5.28	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.45/5.36	c 5	Decoding HOME/temp.out
4.56/5.47	c 5	OBJECTIVE _COST 3
4.56/5.47	o 3
4.56/5.48	v 5 6 7 6 3 4 2 4 6 5 3 7 0 6 4 3 3 0 4 3 4 3 1 0 5 6 6 7 3 7 4 1 5 1 2 2 0 2 5 4 2 0 0 6 7 1 5 7 3 1 0 6 1 2 1 5 6 0 3 7 5 2 4 4 2 5 4 6 7 7 6 7 7 6 0 4 1 3 6 1 3 0 1 2 4 5 5 3 4 6 2 3 3 4 7 0 3 7 7 2 5 5 5 3 1 7 2 5 2 3 5 6 7 3 6 1 6 3 2 6
4.56/5.48	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.56/5.49	c 5	OK
4.56/5.49	c 5	OBJECTIVE BOUND: 0 <= _COST <= 3
4.56/5.49	c 5	SEARCHING: _COST <= 1
4.56/5.49	c 5	============================[ Search Statistics ]==============================
4.56/5.50	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.56/5.50	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.56/5.50	c 5	===============================================================================
4.56/5.50	c 5	|      6394 |    5186   551775  1620011 |   183925     6394     18 | 57.843 % |
4.66/5.51	c 5	|      6494 |    5186   551775  1620011 |   202317     6494     18 | 68.161 % |
4.66/5.53	c 5	|      6644 |    5186   551775  1620011 |   222549     6644     18 | 68.161 % |
4.66/5.53	c 5	===============================================================================
4.66/5.53	c 5	restarts              : 21
4.66/5.53	c 5	conflicts             : 6656          (9524 /sec)
4.66/5.53	c 5	decisions             : 12763         (0.52 % random) (18262 /sec)
4.66/5.53	c 5	propagations          : 389604         (557459 /sec)
4.66/5.53	c 5	conflict literals     : 119551         (2.34 % deleted)
4.66/5.53	c 5	Memory used           : 25.99 MB
4.66/5.53	c 5	CPU time              : 0.698893 s
4.66/5.53	c 5	
4.66/5.53	c 5	UNSATISFIABLE
4.66/5.53	c 5	OK
4.66/5.53	c 5	NOT FOUND: _COST <= 1
4.66/5.53	c 5	OK
4.66/5.53	c 5	OBJECTIVE BOUND: 2 <= _COST <= 3
4.66/5.53	c 5	SEARCHING: _COST <= 2
4.66/5.53	c 5	============================[ Search Statistics ]==============================
4.66/5.53	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.66/5.53	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.66/5.53	c 5	===============================================================================
4.66/5.53	c 5	|      6656 |    5186   551775  1620011 |   183925     6655     18 | 68.161 % |
4.66/5.54	c 5	===============================================================================
4.66/5.54	c 5	restarts              : 22
4.66/5.54	c 5	conflicts             : 6729          (9492 /sec)
4.66/5.54	c 5	decisions             : 13162         (0.52 % random) (18567 /sec)
4.66/5.54	c 5	propagations          : 405569         (572117 /sec)
4.66/5.54	c 5	conflict literals     : 120454         (2.40 % deleted)
4.66/5.54	c 5	Memory used           : 25.99 MB
4.66/5.54	c 5	CPU time              : 0.708892 s
4.66/5.54	c 5	
4.66/5.54	c 5	SATISFIABLE
4.66/5.55	c 5	OK
4.66/5.55	c 5	FOUND: _COST <= 2
4.66/5.55	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.66/5.55	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.72/5.63	c 5	Decoding HOME/temp.out
4.72/5.86	c 6	OBJECTIVE _COST 2
4.72/5.86	o 2
4.72/5.87	v 3 2 3 6 2 6 5 1 0 7 0 7 1 7 2 5 1 5 4 4 4 0 1 1 6 3 0 2 2 5 2 6 4 0 2 4 4 5 3 2 4 4 0 5 6 7 3 5 2 7 6 5 6 6 3 7 6 6 6 2 3 2 4 0 7 0 5 5 7 1 2 6 7 3 1 4 4 4 5 6 4 1 0 4 7 3 5 1 7 7 2 7 6 7 3 0 3 7 1 4 4 6 6 0 1 1 5 0 1 7 6 5 1 7 5 3 5 2 5 3
4.72/5.87	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.72/5.92	c 6	OK
4.72/5.92	c 6	OBJECTIVE _COST 2
4.72/5.92	s OPTIMUM FOUND
4.72/5.93	c 6	CPU 4.63 (0.06 0.02 4.57 0.41)
4.72/5.93	c 6	END Sat Jul 12 20:35:12 2008

Verifier Data (download as text)

OK	2	636
2 unsatisfied constraints, 636 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-1113591-1215887706/watcher-1113591-1215887706 -o /tmp/evaluation-result-1113591-1215887706/solver-1113591-1215887706 -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-1113591-1215887706.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.47 2.59 2.41 4/80 20108
/proc/meminfo: memFree=1854928/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=12268 CPUtime=0
/proc/20108/stat : 20108 (sugar++) R 20106 20108 20071 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 45468481 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/20108/statm: 3067 316 241 3 0 167 0

[startup+0.0328631 s]
/proc/loadavg: 2.47 2.59 2.41 4/80 20108
/proc/meminfo: memFree=1854928/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=13072 CPUtime=0.01
/proc/20108/stat : 20108 (sugar++) R 20106 20108 20071 0 -1 4194304 644 0 0 0 1 0 0 0 22 0 1 0 45468481 13385728 612 996147200 4194304 4206940 548682068528 18446744073709551615 237961096582 0 0 4224 0 0 0 0 17 0 0 0
/proc/20108/statm: 3268 612 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.102852 s]
/proc/loadavg: 2.47 2.59 2.41 4/80 20108
/proc/meminfo: memFree=1854928/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16740 CPUtime=0.05
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1219 128 0 0 4 1 0 0 23 0 1 0 45468481 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20108/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.302869 s]
/proc/loadavg: 2.47 2.59 2.41 4/80 20108
/proc/meminfo: memFree=1854928/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16740 CPUtime=0.05
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1219 128 0 0 4 1 0 0 23 0 1 0 45468481 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20108/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701899 s]
/proc/loadavg: 2.47 2.59 2.41 4/80 20108
/proc/meminfo: memFree=1854928/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16740 CPUtime=0.39
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1296 4551 0 1 4 2 30 3 16 0 1 0 45468481 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20108/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50196 s]
/proc/loadavg: 2.47 2.59 2.41 4/91 20130
/proc/meminfo: memFree=1840632/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16740 CPUtime=0.4
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1297 4551 0 1 5 2 30 3 15 0 1 0 45468481 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20108/statm: 4185 1104 409 3 0 764 0
[pid=20121] ppid=20108 vsize=5356 CPUtime=0
/proc/20121/stat : 20121 (sh) S 20108 20108 20071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45468535 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20121/statm: 1339 233 193 169 0 50 0
[pid=20122] ppid=20121 vsize=868488 CPUtime=0.93
/proc/20122/stat : 20122 (java) S 20121 20108 20071 0 -1 0 6602 0 1 0 89 4 0 0 20 0 9 0 45468535 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20122/statm: 217122 5772 2562 9 0 211669 0
[pid=20122/tid=20123] ppid=20121 vsize=868488 CPUtime=0.63
/proc/20122/task/20123/stat : 20123 (java) R 20121 20108 20071 0 -1 64 2774 0 1 0 61 2 0 0 25 0 9 0 45468536 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4126948869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20124] ppid=20121 vsize=868488 CPUtime=0.06
/proc/20122/task/20124/stat : 20124 (java) S 20121 20108 20071 0 -1 64 1653 0 0 0 6 0 0 0 16 0 9 0 45468537 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20125] ppid=20121 vsize=868488 CPUtime=0
/proc/20122/task/20125/stat : 20125 (java) S 20121 20108 20071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45468538 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20126] ppid=20121 vsize=868488 CPUtime=0
/proc/20122/task/20126/stat : 20126 (java) S 20121 20108 20071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45468538 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20127] ppid=20121 vsize=868488 CPUtime=0
/proc/20122/task/20127/stat : 20127 (java) S 20121 20108 20071 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45468539 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20128] ppid=20121 vsize=868488 CPUtime=0.21
/proc/20122/task/20128/stat : 20128 (java) S 20121 20108 20071 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 45468539 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20129] ppid=20121 vsize=868488 CPUtime=0
/proc/20122/task/20129/stat : 20129 (java) S 20121 20108 20071 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45468539 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20122/tid=20130] ppid=20121 vsize=868488 CPUtime=0
/proc/20122/task/20130/stat : 20130 (java) S 20121 20108 20071 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45468539 889331712 5772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890584

[startup+3.10109 s]
/proc/loadavg: 2.47 2.59 2.41 4/91 20130
/proc/meminfo: memFree=1829624/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16872 CPUtime=2.28
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1616 15595 0 3 5 2 205 16 16 0 1 0 45468481 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20108/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 16872

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

[startup+4.70141 s]
/proc/loadavg: 2.35 2.56 2.40 5/92 20171
/proc/meminfo: memFree=1811504/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16872 CPUtime=3.2
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1824 27255 0 6 6 2 288 24 15 0 1 0 45468481 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20108/statm: 4218 1131 414 3 0 797 0
[pid=20131] ppid=20108 vsize=26608 CPUtime=0.65
/proc/20131/stat : 20131 (minisat-inc) S 20108 20108 20071 0 -1 4194304 6404 0 0 0 61 4 0 0 19 0 1 0 45468708 27246592 6343 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/20131/statm: 6652 6343 80 151 0 6498 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 43480

[startup+5.50748 s]
/proc/loadavg: 2.35 2.56 2.40 5/92 20201
/proc/meminfo: memFree=1811184/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16872 CPUtime=3.96
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 1979 38912 0 9 6 2 357 31 16 0 1 0 45468481 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20108/statm: 4218 1131 414 3 0 797 0
[pid=20131] ppid=20108 vsize=26608 CPUtime=0.7
/proc/20131/stat : 20131 (minisat-inc) R 20108 20108 20071 0 -1 4194304 6421 0 0 0 66 4 0 0 17 0 1 0 45468708 27246592 6356 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/20131/statm: 6652 6356 80 151 0 6498 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 43480

[startup+5.90251 s]
/proc/loadavg: 2.35 2.56 2.40 5/92 20201
/proc/meminfo: memFree=1811184/2055920 swapFree=4180336/4192956
[pid=20108] ppid=20106 vsize=16872 CPUtime=3.96
/proc/20108/stat : 20108 (sugar++) S 20106 20108 20071 0 -1 4194304 2034 38912 0 9 6 2 357 31 15 0 1 0 45468481 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20108/statm: 4218 1131 414 3 0 797 0
[pid=20131] ppid=20108 vsize=26608 CPUtime=0.76
/proc/20131/stat : 20131 (minisat-inc) S 20108 20108 20071 0 -1 4194304 6435 0 0 0 71 5 0 0 17 0 1 0 45468708 27246592 6366 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20131/statm: 6652 6366 80 151 0 6498 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 43480

Child status: 0
Real time (s): 5.94812
CPU time (s): 5.09522
CPU user time (s): 4.64129
CPU system time (s): 0.45393
CPU usage (%): 85.6611
Max. virtual memory (cumulated for all children) (KiB): 890584

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

runsolver used 0.014997 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 20:35:06
IDJOB=1113591
IDBENCH=61608
IDSOLVER=367
FILE ID=node69/1113591-1215887706
PBS_JOBID= 7903659
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/sgb/games/normalized-games120-8.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-1113591-1215887706/watcher-1113591-1215887706 -o /tmp/evaluation-result-1113591-1215887706/solver-1113591-1215887706 -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-1113591-1215887706.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 448cbf5b3d15646a7d0f38074fd4bf5c
RANDOM SEED=2123784930

node69.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.233
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.233
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:       1855664 kB
Buffers:         14152 kB
Cached:          49028 kB
SwapCached:       6724 kB
Active:         121248 kB
Inactive:        30048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855664 kB
SwapTotal:     4192956 kB
SwapFree:      4180336 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:         104076 kB
Slab:            33932 kB
Committed_AS:  1043620 kB
PageTables:       2112 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= 66476 MiB
End job on node69 at 2008-07-12 20:35:12