Trace number 1108219

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-incOPTIMUM1 107.458 108.769

General information on the benchmark

Namecsp/BH-4-4/
normalized-BlackHole-4-4-e-3_ext.xml
MD5SUMc9e14c4d2827f0a46f079b8e2d3e9047
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.59076
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints431
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension431
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.04/0.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.13	c 0	BEGIN Fri Jul 11 17:55:09 2008
0.04/0.13	c 0	PID 13116
0.04/0.13	c 0	HOST node13.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1108219-1215791708.xml TO HOME/temp.csp
0.04/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108219-1215791708.xml' 'HOME/temp.csp'
0.06/0.53	c 0	4 domains, 64 variables, 0 predicates, 8 relations, 431 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.44/0.65	c 0	Parsing HOME/temp.csp
0.44/0.77	c 0	parsed 507 expressions
0.44/0.78	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.79	c 0	MAX CSP: 431 constraints
0.44/0.79	c 0	Converting to clausal form CSP
0.44/0.82	c 0	converted 95 (10%) expressions
0.44/0.83	c 0	converted 189 (20%) expressions
0.44/0.85	c 0	converted 283 (30%) expressions
0.44/0.86	c 0	converted 377 (40%) expressions
0.44/0.87	c 0	converted 471 (50%) expressions
0.44/0.88	c 0	converted 565 (60%) expressions
0.44/0.89	c 0	converted 659 (70%) expressions
0.44/0.90	c 0	converted 753 (80%) expressions
0.44/0.92	c 0	converted 847 (90%) expressions
0.85/1.09	c 1	converted 941 (100%) expressions
0.85/1.09	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 647
0.85/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.09	c 1	Propagation in CSP
0.95/1.13	c 1	424 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.13	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.95/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.13	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.13	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.95/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.19	c 1	93 (10%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.95/1.19	c 1	186 (20%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.95/1.19	c 1	278 (30%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.95/1.19	c 1	371 (40%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.95/1.19	c 1	463 (50%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.95/1.20	c 1	556 (60%) CSP integer variables are encoded (1254 clauses, 15075 bytes)
1.04/1.20	c 1	649 (70%) CSP integer variables are encoded (1767 clauses, 21744 bytes)
1.04/1.20	c 1	741 (80%) CSP integer variables are encoded (2561 clauses, 32066 bytes)
1.04/1.20	c 1	834 (90%) CSP integer variables are encoded (3126 clauses, 39411 bytes)
1.04/1.21	c 1	926 (100%) CSP integer variables are encoded (6940 clauses, 88993 bytes)
1.04/1.25	c 1	130 (10%) CSP clauses are encoded (7734 clauses, 104385 bytes)
1.04/1.28	c 1	259 (20%) CSP clauses are encoded (8814 clauses, 127547 bytes)
1.15/1.30	c 1	388 (30%) CSP clauses are encoded (9960 clauses, 152420 bytes)
1.15/1.32	c 1	517 (40%) CSP clauses are encoded (11642 clauses, 182519 bytes)
1.15/1.35	c 1	646 (50%) CSP clauses are encoded (23387 clauses, 393579 bytes)
1.15/1.36	c 1	776 (60%) CSP clauses are encoded (27101 clauses, 458088 bytes)
1.24/1.42	c 1	905 (70%) CSP clauses are encoded (60566 clauses, 1069510 bytes)
1.24/1.43	c 1	1034 (80%) CSP clauses are encoded (64715 clauses, 1141761 bytes)
1.24/1.45	c 1	1163 (90%) CSP clauses are encoded (74496 clauses, 1317327 bytes)
1.55/1.77	c 1	1292 (100%) CSP clauses are encoded (255126 clauses, 4613709 bytes)
1.55/1.77	c 1	1292 CSP clauses encoded
1.55/1.78	c 1	Writing map file : HOME/temp.map
1.55/1.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.78	c 1	SAT : 7864 SAT variables, 255126 SAT clauses, 4613709 bytes
1.55/1.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.83	c 1	OBJECTIVE minimize _COST
1.63/1.83	c 1	SOLVING HOME/temp.cnf
1.63/1.83	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.63/1.83	c 1	This is MiniSat 2.0 beta incremental
1.63/1.83	c 1	WARNING: for repeatability, setting FPU to use double precision
1.63/1.83	c 1	============================[ Problem Statistics ]=============================
1.63/1.83	c 1	|                                                                             |
1.63/1.83	c 1	|  Number of variables:  7864                                                 |
1.63/1.83	c 1	|  Number of clauses:    255126                                               |
1.65/1.95	c 1	|  Parsing time:         0.10         s                                       |
1.65/1.95	c 1	OK
1.65/1.95	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.65/1.95	c 1	SEARCHING: _COST <= 216
1.65/1.95	c 1	============================[ Search Statistics ]==============================
1.65/1.95	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.95	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.95	c 1	===============================================================================
1.65/1.95	c 1	|         0 |    7864   255126   749517 |    85042        0    nan |  0.000 % |
1.65/1.98	c 1	===============================================================================
1.65/1.98	c 1	restarts              : 1
1.65/1.98	c 1	conflicts             : 92            (708 /sec)
1.65/1.98	c 1	decisions             : 221           (1.36 % random) (1700 /sec)
1.65/1.98	c 1	propagations          : 10973          (84421 /sec)
1.65/1.98	c 1	conflict literals     : 1420           (7.79 % deleted)
1.65/1.98	c 1	Memory used           : 12.50 MB
1.65/1.98	c 1	CPU time              : 0.12998 s
1.65/1.98	c 1	
1.65/1.98	c 1	SATISFIABLE
1.65/1.98	c 1	OK
1.65/1.98	c 1	FOUND: _COST <= 216
1.65/1.98	s SATISFIABLE
1.65/1.98	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.65/1.98	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.66/2.06	c 2	Decoding HOME/temp.out
1.90/2.16	c 2	OBJECTIVE _COST 18
1.90/2.16	o 18
1.90/2.16	v 0 0 3 8 13 0 9 14 1 14 15 2 7 13 3 12 15 0 13 14 1 6 14 2 3 15 3 10 13 2 11 14 3 14 14 2 15 15 3 2 13 2 7 15 3 5 13 0 8 8 2 4 6 8 2 4 6 7 6 7 6 7 6 8
1.90/2.17	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.90/2.20	c 2	OK
1.90/2.20	c 2	OBJECTIVE BOUND: 0 <= _COST <= 18
1.90/2.20	c 2	SEARCHING: _COST <= 9
2.00/2.20	c 2	============================[ Search Statistics ]==============================
2.00/2.21	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.21	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.21	c 2	===============================================================================
2.00/2.21	c 2	|        92 |    7864   255126   749517 |    85042       92     15 |  0.000 % |
2.00/2.21	c 2	===============================================================================
2.00/2.21	c 2	restarts              : 2
2.00/2.21	c 2	conflicts             : 116           (806 /sec)
2.00/2.21	c 2	decisions             : 336           (0.89 % random) (2334 /sec)
2.00/2.21	c 2	propagations          : 30060          (208782 /sec)
2.00/2.21	c 2	conflict literals     : 1712           (9.99 % deleted)
2.00/2.21	c 2	Memory used           : 12.50 MB
2.00/2.21	c 2	CPU time              : 0.143978 s
2.00/2.21	c 2	
2.00/2.21	c 2	SATISFIABLE
2.00/2.21	c 2	OK
2.00/2.21	c 2	FOUND: _COST <= 9
2.00/2.21	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.00/2.21	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.00/2.29	c 2	Decoding HOME/temp.out
2.00/2.38	c 2	OBJECTIVE _COST 9
2.00/2.39	o 9
2.00/2.39	v 0 0 0 3 13 3 6 14 2 9 15 1 4 13 0 12 15 3 14 14 2 11 14 3 7 15 3 12 13 0 13 14 3 2 14 2 15 15 3 10 13 3 8 15 0 5 13 1 8 1 7 5 3 1 7 6 8 8 1 7 6 8 8 2
2.00/2.39	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.43	c 2	OK
2.00/2.43	c 2	OBJECTIVE BOUND: 0 <= _COST <= 9
2.00/2.43	c 2	SEARCHING: _COST <= 4
2.00/2.43	c 2	============================[ Search Statistics ]==============================
2.00/2.44	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.44	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.44	c 2	===============================================================================
2.00/2.44	c 2	|       116 |    3292   255126   749517 |    85042      116     15 |  0.000 % |
2.00/2.44	c 2	|       216 |    3291   255126   749517 |    93546      216     14 | 63.912 % |
2.00/2.44	c 2	===============================================================================
2.00/2.44	c 2	restarts              : 4
2.00/2.44	c 2	conflicts             : 253           (1633 /sec)
2.00/2.44	c 2	decisions             : 780           (0.51 % random) (5033 /sec)
2.00/2.44	c 2	propagations          : 41327          (266667 /sec)
2.00/2.44	c 2	conflict literals     : 3645           (8.23 % deleted)
2.00/2.44	c 2	Memory used           : 12.50 MB
2.00/2.44	c 2	CPU time              : 0.154976 s
2.00/2.44	c 2	
2.00/2.44	c 2	SATISFIABLE
2.00/2.44	c 2	OK
2.00/2.44	c 2	FOUND: _COST <= 4
2.00/2.44	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.00/2.44	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.19/2.53	c 2	Decoding HOME/temp.out
2.19/2.62	c 2	OBJECTIVE _COST 4
2.19/2.62	o 4
2.19/2.63	v 0 0 0 14 13 3 4 14 0 7 15 3 10 13 2 13 15 3 2 14 2 11 14 3 6 15 2 3 13 3 14 14 2 5 14 1 12 15 0 9 13 1 8 15 0 15 13 3 8 1 8 1 7 6 7 6 7 6 7 5 3 2 3 1
2.19/2.63	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.67	c 2	OK
2.19/2.67	c 2	OBJECTIVE BOUND: 0 <= _COST <= 4
2.19/2.67	c 2	SEARCHING: _COST <= 2
2.19/2.67	c 2	============================[ Search Statistics ]==============================
2.19/2.68	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.19/2.68	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.19/2.68	c 2	===============================================================================
2.19/2.68	c 2	|       253 |    2838   255126   749517 |    85042      253     14 | 63.912 % |
2.19/2.68	c 2	|       354 |    2838   255126   749517 |    93546      354     18 | 70.308 % |
2.19/2.68	c 2	===============================================================================
2.19/2.68	c 2	restarts              : 6
2.19/2.68	c 2	conflicts             : 401           (2416 /sec)
2.19/2.68	c 2	decisions             : 1176          (0.51 % random) (7085 /sec)
2.19/2.68	c 2	propagations          : 55055          (331709 /sec)
2.19/2.68	c 2	conflict literals     : 6934           (5.29 % deleted)
2.19/2.68	c 2	Memory used           : 12.62 MB
2.19/2.68	c 2	CPU time              : 0.165974 s
2.19/2.68	c 2	
2.19/2.68	c 2	SATISFIABLE
2.19/2.68	c 2	OK
2.19/2.68	c 2	FOUND: _COST <= 2
2.19/2.68	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.19/2.68	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.38/2.76	c 2	Decoding HOME/temp.out
2.38/2.89	c 2	OBJECTIVE _COST 2
2.38/2.89	o 2
2.38/2.90	v 0 0 0 7 13 3 8 14 0 13 15 1 10 13 2 9 15 1 6 14 2 13 14 1 2 15 2 5 13 1 14 14 2 15 14 3 12 15 0 3 13 3 4 15 0 11 13 3 8 1 8 2 4 5 4 5 4 5 4 6 8 1 8 1
2.38/2.92	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.38/2.95	c 2	OK
2.38/2.95	c 2	OBJECTIVE BOUND: 0 <= _COST <= 2
2.38/2.95	c 2	SEARCHING: _COST <= 1
2.38/2.95	c 2	============================[ Search Statistics ]==============================
2.38/2.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.38/2.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.38/2.96	c 2	===============================================================================
2.38/2.96	c 2	|       401 |    2335   255126   749517 |    85042      401     17 | 70.308 % |
2.38/2.96	c 2	|       501 |    2335   255126   749517 |    93546      501     20 | 75.802 % |
2.38/2.96	c 2	|       652 |    2335   255126   749517 |   102900      652     20 | 75.802 % |
2.38/2.97	c 2	|       877 |    2335   255126   749517 |   113190      877     23 | 75.802 % |
2.38/2.99	c 2	|      1214 |    2335   255126   749517 |   124509     1214     24 | 75.802 % |
2.67/3.01	c 2	|      1720 |    2335   255126   749517 |   136960     1720     26 | 75.802 % |
2.67/3.06	c 3	|      2480 |    2335   255126   749517 |   150657     2480     35 | 75.802 % |
2.78/3.12	c 3	|      3619 |    2335   255126   749517 |   165722     3619     35 | 75.802 % |
2.88/3.25	c 3	|      5327 |    2335   255126   749517 |   182295     5327     39 | 75.802 % |
3.08/3.44	c 3	|      7889 |    2335   255126   749517 |   200524     7889     40 | 75.802 % |
3.37/3.75	c 3	|     11733 |    2335   255126   749517 |   220577    11733     44 | 75.802 % |
4.06/4.47	c 4	|     17500 |    2335   255126   749517 |   242634    17500     49 | 75.802 % |
5.15/5.52	c 5	|     26153 |    2335   255126   749517 |   266898    26153     48 | 75.802 % |
8.62/9.06	c 9	|     39128 |    1903     8009    25620 |   293588    39121     56 | 75.802 % |
15.35/15.88	c 15	|     58589 |    1903     8009    25620 |   322946    58582     57 | 75.802 % |
33.48/34.12	c 34	|     87781 |    1903     8009    25620 |   355241    87774     68 | 75.802 % |
75.87/76.99	c 76	|    131571 |    1903     8009    25620 |   390765   131564     77 | 75.802 % |
105.79/107.17	c 107	===============================================================================
105.79/107.17	c 107	restarts              : 23
105.79/107.17	c 107	conflicts             : 156760        (1518 /sec)
105.79/107.17	c 107	decisions             : 189399        (0.48 % random) (1834 /sec)
105.79/107.17	c 107	propagations          : 5053050        (48922 /sec)
105.79/107.17	c 107	conflict literals     : 12370292       (7.52 % deleted)
105.79/107.17	c 107	Memory used           : 65.34 MB
105.79/107.17	c 107	CPU time              : 103.287 s
105.79/107.17	c 107	
105.79/107.17	c 107	SATISFIABLE
105.79/107.17	c 107	OK
105.79/107.17	c 107	FOUND: _COST <= 1
105.79/107.17	c 107	DECODING HOME/temp.out WITH HOME/temp.map
105.79/107.17	c 107	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
105.86/107.26	c 107	Decoding HOME/temp.out
105.86/107.40	c 107	OBJECTIVE _COST 1
105.86/107.40	o 1
105.86/107.40	v 0 0 0 11 13 3 4 14 0 11 15 3 2 13 2 15 15 3 14 14 2 7 14 3 8 15 0 5 13 1 12 14 0 9 14 1 10 15 2 13 13 1 6 15 2 3 13 3 8 1 8 1 7 6 7 6 8 2 3 2 4 5 4 6
105.86/107.44	c 107	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
106.17/107.54	c 107	OK
106.17/107.54	c 107	OBJECTIVE BOUND: 0 <= _COST <= 1
106.17/107.54	c 107	SEARCHING: _COST <= 0
106.17/107.54	c 107	============================[ Search Statistics ]==============================
106.17/107.54	c 107	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
106.17/107.54	c 107	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
106.17/107.54	c 107	===============================================================================
106.17/107.54	c 107	|    156760 |    1445     5631    19805 |     1877   156735     79 | 75.802 % |
107.36/108.75	c 108	===============================================================================
107.36/108.75	c 108	restarts              : 24
107.36/108.75	c 108	conflicts             : 156761        (1499 /sec)
107.36/108.75	c 108	decisions             : 189399        (0.48 % random) (1811 /sec)
107.36/108.75	c 108	propagations          : 5054425        (48333 /sec)
107.36/108.75	c 108	conflict literals     : 12370293       (7.52 % deleted)
107.36/108.75	c 108	Memory used           : 65.34 MB
107.36/108.75	c 108	CPU time              : 104.574 s
107.36/108.75	c 108	
107.36/108.75	c 108	UNSATISFIABLE
107.36/108.75	c 108	OK
107.36/108.75	c 108	NOT FOUND: _COST <= 0
107.36/108.75	c 108	OK
107.36/108.75	c 108	OBJECTIVE _COST 1
107.36/108.75	s OPTIMUM FOUND
107.36/108.76	c 108	CPU 107.03 (0.06 0.02 106.97 0.38)
107.36/108.76	c 108	END Fri Jul 11 17:56:57 2008

Verifier Data (download as text)

OK	1	430
1 unsatisfied constraints, 430 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-1108219-1215791708/watcher-1108219-1215791708 -o /tmp/evaluation-result-1108219-1215791708/solver-1108219-1215791708 -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-1108219-1215791708.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.00 2.01 2.00 4/81 13116
/proc/meminfo: memFree=1406304/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=18572 CPUtime=0
/proc/13116/stat : 13116 (runsolver) R 13114 13116 12552 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 35873579 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13116/statm: 4643 292 257 25 0 2626 0

[startup+0.0751189 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 13116
/proc/meminfo: memFree=1406304/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=13336 CPUtime=0.03
/proc/13116/stat : 13116 (sugar++) D 13114 13116 12552 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 35873579 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13116/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101126 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 13116
/proc/meminfo: memFree=1406304/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=15948 CPUtime=0.04
/proc/13116/stat : 13116 (sugar++) R 13114 13116 12552 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 35873579 16330752 878 996147200 4194304 4206940 548682068528 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13116/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.301149 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 13116
/proc/meminfo: memFree=1406304/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16740 CPUtime=0.06
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35873579 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701206 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 13116
/proc/meminfo: memFree=1406304/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16740 CPUtime=0.44
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1296 4525 0 1 5 1 36 2 16 0 1 0 35873579 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50231 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 13138
/proc/meminfo: memFree=1392008/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16740 CPUtime=0.44
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1297 4525 0 1 5 1 36 2 15 0 1 0 35873579 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4185 1104 409 3 0 764 0
[pid=13129] ppid=13116 vsize=5356 CPUtime=0
/proc/13129/stat : 13129 (sh) S 13116 13116 12552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35873636 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13129/statm: 1339 233 193 169 0 50 0
[pid=13130] ppid=13129 vsize=868460 CPUtime=0.9
/proc/13130/stat : 13130 (java) S 13129 13116 12552 0 -1 0 6718 0 1 0 85 5 0 0 18 0 9 0 35873636 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13130/statm: 217115 5884 2563 9 0 211662 0
[pid=13130/tid=13131] ppid=13129 vsize=868460 CPUtime=0.55
/proc/13130/task/13131/stat : 13131 (java) R 13129 13116 12552 0 -1 64 2767 0 1 0 52 3 0 0 20 0 9 0 35873638 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4126560977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13132] ppid=13129 vsize=868460 CPUtime=0.08
/proc/13130/task/13132/stat : 13132 (java) S 13129 13116 12552 0 -1 64 1770 0 0 0 8 0 0 0 16 0 9 0 35873639 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13133] ppid=13129 vsize=868460 CPUtime=0
/proc/13130/task/13133/stat : 13133 (java) S 13129 13116 12552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35873639 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13134] ppid=13129 vsize=868460 CPUtime=0
/proc/13130/task/13134/stat : 13134 (java) S 13129 13116 12552 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35873639 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13135] ppid=13129 vsize=868460 CPUtime=0
/proc/13130/task/13135/stat : 13135 (java) S 13129 13116 12552 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 35873641 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13136] ppid=13129 vsize=868460 CPUtime=0.24
/proc/13130/task/13136/stat : 13136 (java) S 13129 13116 12552 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 35873641 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13137] ppid=13129 vsize=868460 CPUtime=0
/proc/13130/task/13137/stat : 13137 (java) S 13129 13116 12552 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35873641 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13130/tid=13138] ppid=13129 vsize=868460 CPUtime=0
/proc/13130/task/13138/stat : 13138 (java) S 13129 13116 12552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35873641 889303040 5884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 890556

[startup+3.10152 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 13149
/proc/meminfo: memFree=1381376/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 15 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=13320 CPUtime=0.33
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 3246 0 0 0 31 2 0 0 17 0 1 0 35873763 13639680 3187 996147200 134512640 135134323 4294956192 18446744073709551615 134528318 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 3330 3187 79 151 0 3176 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 30192

[startup+6.30195 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13179
/proc/meminfo: memFree=1380368/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=18976 CPUtime=3.49
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 4640 0 0 0 347 2 0 0 25 0 1 0 35873763 19431424 4581 996147200 134512640 135134323 4294956192 18446744073709551615 134528225 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 4744 4581 79 151 0 4590 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 35848

[startup+12.7028 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13179
/proc/meminfo: memFree=1379472/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=20192 CPUtime=9.83
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 4931 0 0 0 980 3 0 0 25 0 1 0 35873763 20676608 4872 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 5048 4872 79 151 0 4894 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 37064

[startup+25.5015 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13179
/proc/meminfo: memFree=1370704/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=28904 CPUtime=22.51
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 7096 0 0 0 2246 5 0 0 25 0 1 0 35873763 29597696 7037 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 7226 7037 79 151 0 7072 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 45776

[startup+51.1018 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13179
/proc/meminfo: memFree=1356880/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=43048 CPUtime=47.87
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 10563 0 0 0 4780 7 0 0 25 0 1 0 35873763 44081152 10504 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 10762 10504 79 151 0 10608 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 59920

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13179
/proc/meminfo: memFree=1336016/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=64196 CPUtime=98.59
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 15697 0 0 0 9847 12 0 0 25 0 1 0 35873763 65736704 15621 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 16049 15621 79 151 0 15895 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 81068

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

[startup+105.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13179
/proc/meminfo: memFree=1334928/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=65372 CPUtime=101.75
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 15962 0 0 0 10163 12 0 0 25 0 1 0 35873763 66940928 15886 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 16343 15886 79 151 0 16189 0
Current children cumulated CPU time (s) 104.2
Current children cumulated vsize (KiB) 82244

[startup+107.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13179
/proc/meminfo: memFree=1334224/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.45
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1762 27114 0 6 6 2 216 21 16 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=66708 CPUtime=103.34
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 16267 0 0 0 10321 13 0 0 25 0 1 0 35873763 68308992 16183 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 16677 16183 79 151 0 16523 0
Current children cumulated CPU time (s) 105.79
Current children cumulated vsize (KiB) 83580

[startup+107.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13189
/proc/meminfo: memFree=1333200/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.71
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1832 30994 0 7 6 2 240 23 15 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=66900 CPUtime=103.85
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 16321 0 0 0 10372 13 0 0 25 0 1 0 35873763 68505600 16235 996147200 134512640 135134323 4294956192 18446744073709551615 134524818 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 16725 16235 79 151 0 16571 0
Current children cumulated CPU time (s) 106.56
Current children cumulated vsize (KiB) 83772

[startup+108.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13189
/proc/meminfo: memFree=1333200/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.71
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1832 30994 0 7 6 2 240 23 15 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=66900 CPUtime=104.25
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 16321 0 0 0 10412 13 0 0 25 0 1 0 35873763 68505600 16235 996147200 134512640 135134323 4294956192 18446744073709551615 134524716 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 16725 16235 79 151 0 16571 0
Current children cumulated CPU time (s) 106.96
Current children cumulated vsize (KiB) 83772

[startup+108.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13189
/proc/meminfo: memFree=1333200/2055920 swapFree=4192956/4192956
[pid=13116] ppid=13114 vsize=16872 CPUtime=2.71
/proc/13116/stat : 13116 (sugar++) S 13114 13116 12552 0 -1 4194304 1832 30994 0 7 6 2 240 23 15 0 1 0 35873579 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13116/statm: 4218 1124 414 3 0 797 0
[pid=13139] ppid=13116 vsize=66900 CPUtime=104.65
/proc/13139/stat : 13139 (minisat-inc) R 13116 13116 12552 0 -1 4194304 16321 0 0 0 10452 13 0 0 25 0 1 0 35873763 68505600 16235 996147200 134512640 135134323 4294956192 18446744073709551615 134524721 0 0 4096 3 0 0 0 17 1 0 0
/proc/13139/statm: 16725 16235 79 151 0 16571 0
Current children cumulated CPU time (s) 107.36
Current children cumulated vsize (KiB) 83772

Child status: 0
Real time (s): 108.769
CPU time (s): 107.458
CPU user time (s): 107.044
CPU system time (s): 0.413937
CPU usage (%): 98.7946
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.044
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49228
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= 3939
involuntary context switches= 7911

runsolver used 0.186971 second user time and 0.321951 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-11 17:55:08
IDJOB=1108219
IDBENCH=60692
IDSOLVER=367
FILE ID=node13/1108219-1215791708
PBS_JOBID= 7903169
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-4/normalized-BlackHole-4-4-e-3_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108219-1215791708/watcher-1108219-1215791708 -o /tmp/evaluation-result-1108219-1215791708/solver-1108219-1215791708 -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-1108219-1215791708.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9e14c4d2827f0a46f079b8e2d3e9047
RANDOM SEED=359428417

node13.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.234
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.234
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:       1406784 kB
Buffers:         52828 kB
Cached:         499468 kB
SwapCached:          0 kB
Active:         397684 kB
Inactive:       184752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:          50276 kB
Slab:            51740 kB
Committed_AS:   138072 kB
PageTables:       2028 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= 66524 MiB
End job on node13 at 2008-07-11 17:56:57