Trace number 1093388

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 28.0857 28.454

General information on the benchmark

Namecsp/bibd12-13/
normalized-bibd-12-88-22-3-4_glb.xml
MD5SUM83e7dace3e98d97ebd040351147b0e7a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0565
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints5974
Maximum constraint arity88
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5808
Global constraints used (with number of constraints)weightedsum(166)

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  5 15:45:32 2008
0.00/0.04	c 0	PID 15465
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1093388-1215265532.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1093388-1215265532.xml' 'HOME/temp.csp'
0.96/1.09	c 1	1 domains, 6864 variables, 1 predicates, 0 relations, 5974 constraints
0.96/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.10	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.05/1.18	c 1	Parsing HOME/temp.csp
1.05/1.50	c 2	parsed 10000 expressions
1.05/1.67	c 2	parsed 12840 expressions
1.05/1.67	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.67	c 2	Converting to clausal form CSP
1.05/1.71	c 2	converted 1284 (10%) expressions
1.05/1.72	c 2	converted 2568 (20%) expressions
1.05/1.73	c 2	converted 3852 (30%) expressions
1.05/1.73	c 2	converted 5136 (40%) expressions
1.05/1.73	c 2	converted 6420 (50%) expressions
2.13/2.24	c 2	converted 7704 (60%) expressions
2.52/2.64	c 3	converted 8988 (70%) expressions
2.93/3.09	c 3	converted 10272 (80%) expressions
3.31/3.42	c 4	converted 11556 (90%) expressions
4.69/4.89	c 5	converted 12840 (100%) expressions
4.69/4.90	c 5	CSP : 33656 integers, 11616 booleans, 88764 clauses, largest domain size 45
4.79/4.90	c 5	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.79/4.90	c 5	Propagation in CSP
5.29/5.44	c 6	16368 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.29/5.45	c 6	CSP : 33656 integers, 11616 booleans, 88764 clauses, largest domain size 45
5.29/5.45	c 6	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.29/5.48	c 6	Simplifing CSP by introducing new Boolean variables
5.38/5.52	c 6	CSP : 33656 integers, 11616 booleans, 88764 clauses, largest domain size 45
5.38/5.52	c 6	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.95	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.78/5.99	c 6	3366 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.78/6.00	c 6	6732 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.00	c 6	10097 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.00	c 6	13463 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.01	c 6	16828 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.02	c 6	20194 (60%) CSP integer variables are encoded (3252 clauses, 48844 bytes)
5.88/6.04	c 6	23560 (70%) CSP integer variables are encoded (16569 clauses, 248599 bytes)
5.88/6.06	c 6	26925 (80%) CSP integer variables are encoded (27765 clauses, 416539 bytes)
5.88/6.08	c 6	30291 (90%) CSP integer variables are encoded (38922 clauses, 583894 bytes)
5.88/6.10	c 6	33656 (100%) CSP integer variables are encoded (50216 clauses, 753304 bytes)
6.07/6.21	c 6	8877 (10%) CSP clauses are encoded (59093 clauses, 882663 bytes)
6.07/6.27	c 6	17753 (20%) CSP clauses are encoded (67969 clauses, 1016931 bytes)
6.18/6.33	c 6	26630 (30%) CSP clauses are encoded (76846 clauses, 1157450 bytes)
6.18/6.39	c 7	35506 (40%) CSP clauses are encoded (85722 clauses, 1297914 bytes)
6.28/6.45	c 7	44382 (50%) CSP clauses are encoded (94598 clauses, 1438573 bytes)
6.38/6.52	c 7	53259 (60%) CSP clauses are encoded (103475 clauses, 1579330 bytes)
6.47/6.64	c 7	62135 (70%) CSP clauses are encoded (137161 clauses, 2166905 bytes)
6.87/7.04	c 7	71012 (80%) CSP clauses are encoded (316424 clauses, 5702318 bytes)
7.17/7.39	c 8	79888 (90%) CSP clauses are encoded (469706 clauses, 8712924 bytes)
7.56/7.76	c 8	88764 (100%) CSP clauses are encoded (623464 clauses, 11733252 bytes)
7.56/7.76	c 8	88764 CSP clauses encoded
7.56/7.76	c 8	Writing map file : HOME/temp.map
7.65/7.82	c 8	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.65/7.82	c 8	SAT : 95488 SAT variables, 623464 SAT clauses, 11733252 bytes
7.65/7.82	c 8	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.65/7.87	c 8	SOLVING HOME/temp.cnf
7.65/7.87	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.65/7.88	c 8	This is MiniSat 2.0 beta
7.65/7.88	c 8	WARNING: for repeatability, setting FPU to use double precision
7.65/7.88	c 8	============================[ Problem Statistics ]=============================
7.65/7.88	c 8	|                                                                             |
7.65/7.88	c 8	|  Number of variables:  95488                                                |
7.65/7.88	c 8	|  Number of clauses:    623464                                               |
7.72/8.23	c 8	|  Parsing time:         0.30         s                                       |
7.72/8.25	c 8	============================[ Search Statistics ]==============================
7.72/8.25	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.72/8.25	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.72/8.25	c 8	===============================================================================
7.72/8.25	c 8	|         0 |   95488   623464  1646624 |   207821        0    nan |  0.000 % |
7.72/8.30	c 8	|       103 |   95488   623464  1646624 |   228603      103     30 |  0.000 % |
7.72/8.57	c 9	|       253 |   95488   623464  1646624 |   251463      253     22 |  0.000 % |
8.62/8.87	c 9	|       478 |   95488   623464  1646624 |   276610      478     18 |  0.000 % |
9.22/9.45	c 10	|       816 |   95488   623464  1646624 |   304271      816     16 |  0.000 % |
9.90/10.14	c 10	|      1322 |   95488   623464  1646624 |   334698     1322     15 |  0.000 % |
11.39/11.67	c 12	|      2082 |   95488   623464  1646624 |   368168     2082     23 |  0.000 % |
11.98/12.26	c 12	|      3222 |   95488   623464  1646624 |   404984     3222     30 |  0.000 % |
14.46/14.79	c 15	|      4930 |   95488   623464  1646624 |   445483     4930     32 |  0.000 % |
16.74/17.08	c 17	|      7493 |   95488   623464  1646624 |   490031     7493     53 |  0.000 % |
19.81/20.13	c 20	|     11338 |   95488   623464  1646624 |   539035    11338     55 |  0.000 % |
27.44/27.81	c 28	===============================================================================
27.44/27.81	c 28	restarts              : 11
27.44/27.82	c 28	conflicts             : 14609          (742 /sec)
27.44/27.82	c 28	decisions             : 142416         (1.01 % random) (7238 /sec)
27.44/27.82	c 28	propagations          : 32247420       (1638838 /sec)
27.44/27.82	c 28	conflict literals     : 705469         (8.89 % deleted)
27.44/27.82	c 28	Memory used           : 37.93 MB
27.44/27.82	c 28	CPU time              : 19.677 s
27.44/27.82	c 28	
27.44/27.85	c 28	SATISFIABLE
27.44/27.86	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.44/27.86	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.50/27.94	c 28	Decoding HOME/temp.out
27.50/28.23	s SATISFIABLE
27.56/28.41	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
27.56/28.41	c 29	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.56/28.45	c 29	CPU 27.58 (0.06 0.04 27.52 0.43)
27.56/28.45	c 29	END Sat Jul  5 15:46:01 2008

Verifier Data (download as text)

OK

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-1093388-1215265532/watcher-1093388-1215265532 -o /tmp/evaluation-result-1093388-1215265532/solver-1093388-1215265532 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1093388-1215265532.xml 

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


[startup+0 s]
/proc/loadavg: 1.93 2.06 2.01 4/80 15465
/proc/meminfo: memFree=1698096/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=12000 CPUtime=0
/proc/15465/stat : 15465 (sugar) R 15463 15465 15401 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 2005524962 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 236455595971 0 0 4224 0 0 0 0 17 1 0 0
/proc/15465/statm: 3000 178 139 3 0 100 0

[startup+0.0571739 s]
/proc/loadavg: 1.93 2.06 2.01 4/80 15465
/proc/meminfo: memFree=1698096/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=0.03
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005524962 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101681 s]
/proc/loadavg: 1.93 2.06 2.01 4/80 15465
/proc/meminfo: memFree=1698096/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=0.03
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005524962 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302715 s]
/proc/loadavg: 1.93 2.06 2.01 4/80 15465
/proc/meminfo: memFree=1698096/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=0.03
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005524962 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7018 s]
/proc/loadavg: 1.93 2.06 2.01 4/80 15465
/proc/meminfo: memFree=1698096/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=0.03
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005524962 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 1.93 2.06 2.01 3/91 15477
/proc/meminfo: memFree=1676184/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=1.05
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 973 8824 0 1 3 0 97 5 16 0 1 0 2005524962 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+3.10227 s]
/proc/loadavg: 1.93 2.06 2.01 3/91 15487
/proc/meminfo: memFree=1676696/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=1.05
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 974 8824 0 1 3 0 97 5 15 0 1 0 2005524962 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 797 370 3 0 500 0
[pid=15478] ppid=15465 vsize=5356 CPUtime=0
/proc/15478/stat : 15478 (sh) S 15465 15465 15401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005525072 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15478/statm: 1339 233 193 169 0 50 0
[pid=15479] ppid=15478 vsize=868392 CPUtime=1.97
/proc/15479/stat : 15479 (java) S 15478 15465 15401 0 -1 0 11909 0 1 0 190 7 0 0 18 0 9 0 2005525072 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15479/statm: 217098 10899 2540 9 0 211673 0
[pid=15479/tid=15480] ppid=15478 vsize=868392 CPUtime=1.14
/proc/15479/task/15480/stat : 15480 (java) R 15478 15465 15401 0 -1 64 2921 0 1 0 113 1 0 0 25 0 9 0 2005525073 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4126857066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15481] ppid=15478 vsize=868392 CPUtime=0.59
/proc/15479/task/15481/stat : 15481 (java) S 15478 15465 15401 0 -1 64 6816 0 0 0 56 3 0 0 16 0 9 0 2005525074 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15482] ppid=15478 vsize=868392 CPUtime=0
/proc/15479/task/15482/stat : 15482 (java) S 15478 15465 15401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005525074 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15483] ppid=15478 vsize=868392 CPUtime=0
/proc/15479/task/15483/stat : 15483 (java) S 15478 15465 15401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2005525075 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15484] ppid=15478 vsize=868392 CPUtime=0
/proc/15479/task/15484/stat : 15484 (java) S 15478 15465 15401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005525076 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15485] ppid=15478 vsize=868392 CPUtime=0.2
/proc/15479/task/15485/stat : 15485 (java) S 15478 15465 15401 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 2005525076 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15486] ppid=15478 vsize=868392 CPUtime=0
/proc/15479/task/15486/stat : 15486 (java) S 15478 15465 15401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005525077 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15487] ppid=15478 vsize=868392 CPUtime=0
/proc/15479/task/15487/stat : 15487 (java) S 15478 15465 15401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005525077 889233408 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887348

[startup+6.30189 s]
/proc/loadavg: 1.93 2.06 2.01 3/91 15487
/proc/meminfo: memFree=1627736/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=1.05
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 974 8824 0 1 3 0 97 5 15 0 1 0 2005524962 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 797 370 3 0 500 0
[pid=15478] ppid=15465 vsize=5356 CPUtime=0
/proc/15478/stat : 15478 (sh) S 15465 15465 15401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005525072 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15478/statm: 1339 233 193 169 0 50 0
[pid=15479] ppid=15478 vsize=868504 CPUtime=5.13
/proc/15479/stat : 15479 (java) S 15478 15465 15401 0 -1 0 26456 0 1 0 497 16 0 0 18 0 9 0 2005525072 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15479/statm: 217126 19574 2565 9 0 211673 0
[pid=15479/tid=15480] ppid=15478 vsize=868504 CPUtime=3.16
/proc/15479/task/15480/stat : 15480 (java) R 15478 15465 15401 0 -1 64 3475 0 1 0 313 3 0 0 25 0 9 0 2005525073 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4127135336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15481] ppid=15478 vsize=868504 CPUtime=1.66
/proc/15479/task/15481/stat : 15481 (java) S 15478 15465 15401 0 -1 64 20761 0 0 0 155 11 0 0 16 0 9 0 2005525074 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15482] ppid=15478 vsize=868504 CPUtime=0
/proc/15479/task/15482/stat : 15482 (java) S 15478 15465 15401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005525074 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15483] ppid=15478 vsize=868504 CPUtime=0
/proc/15479/task/15483/stat : 15483 (java) S 15478 15465 15401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2005525075 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15484] ppid=15478 vsize=868504 CPUtime=0
/proc/15479/task/15484/stat : 15484 (java) S 15478 15465 15401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005525076 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15485] ppid=15478 vsize=868504 CPUtime=0.29
/proc/15479/task/15485/stat : 15485 (java) S 15478 15465 15401 0 -1 64 1524 0 0 0 28 1 0 0 16 0 9 0 2005525076 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15486] ppid=15478 vsize=868504 CPUtime=0
/proc/15479/task/15486/stat : 15486 (java) S 15478 15465 15401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005525077 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15479/tid=15487] ppid=15478 vsize=868504 CPUtime=0
/proc/15479/task/15487/stat : 15487 (java) S 15478 15465 15401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005525077 889348096 19574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887460

[startup+12.7011 s]
/proc/loadavg: 1.94 2.05 2.01 3/83 15489
/proc/meminfo: memFree=1650520/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=7.72
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 1033 35672 0 2 4 0 738 30 15 0 1 0 2005524962 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 799 370 3 0 500 0
[pid=15488] ppid=15465 vsize=5356 CPUtime=0
/proc/15488/stat : 15488 (sh) S 15465 15465 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005525750 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15488/statm: 1339 232 193 169 0 50 0
[pid=15489] ppid=15488 vsize=35424 CPUtime=4.76
/proc/15489/stat : 15489 (minisat) R 15488 15465 15401 0 -1 4194304 8353 0 0 0 471 5 0 0 25 0 1 0 2005525750 36274176 8339 996147200 134512640 135127466 4294956256 18446744073709551615 134530595 0 0 4096 3 0 0 0 17 1 0 0
/proc/15489/statm: 8856 8339 76 150 0 8703 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 54380

[startup+25.5026 s]
/proc/loadavg: 1.95 2.05 2.01 3/83 15489
/proc/meminfo: memFree=1647384/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=7.72
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 1033 35672 0 2 4 0 738 30 16 0 1 0 2005524962 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 799 370 3 0 500 0
[pid=15488] ppid=15465 vsize=5356 CPUtime=0
/proc/15488/stat : 15488 (sh) S 15465 15465 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005525750 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15488/statm: 1339 232 193 169 0 50 0
[pid=15489] ppid=15488 vsize=38328 CPUtime=17.44
/proc/15489/stat : 15489 (minisat) R 15488 15465 15401 0 -1 4194304 9105 0 0 0 1738 6 0 0 25 0 1 0 2005525750 39247872 9091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15489/statm: 9582 9091 76 150 0 9429 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 57284

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

[startup+27.102 s]
/proc/loadavg: 1.95 2.05 2.01 3/83 15489
/proc/meminfo: memFree=1647384/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=7.72
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 1033 35672 0 2 4 0 738 30 16 0 1 0 2005524962 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 799 370 3 0 500 0
[pid=15488] ppid=15465 vsize=5356 CPUtime=0
/proc/15488/stat : 15488 (sh) S 15465 15465 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005525750 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15488/statm: 1339 232 193 169 0 50 0
[pid=15489] ppid=15488 vsize=38460 CPUtime=19.03
/proc/15489/stat : 15489 (minisat) R 15488 15465 15401 0 -1 4194304 9117 0 0 0 1897 6 0 0 25 0 1 0 2005525750 39383040 9103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15489/statm: 9615 9103 76 150 0 9462 0
Current children cumulated CPU time (s) 26.75
Current children cumulated vsize (KiB) 57416

[startup+27.9011 s]
/proc/loadavg: 1.95 2.05 2.01 3/83 15489
/proc/meminfo: memFree=1647384/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=27.5
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 1071 45127 0 2 4 0 2709 37 17 0 1 0 2005524962 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 27.5
Current children cumulated vsize (KiB) 13600

[startup+28.3012 s]
/proc/loadavg: 1.95 2.05 2.01 3/83 15489
/proc/meminfo: memFree=1647384/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=27.53
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 1090 45127 0 2 5 2 2709 37 15 0 1 0 2005524962 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 27.53
Current children cumulated vsize (KiB) 13600

[startup+28.4012 s]
/proc/loadavg: 1.95 2.05 2.01 3/83 15489
/proc/meminfo: memFree=1647384/2055920 swapFree=4179416/4192956
[pid=15465] ppid=15463 vsize=13600 CPUtime=27.56
/proc/15465/stat : 15465 (sugar) S 15463 15465 15401 0 -1 4194304 1093 45127 0 2 6 4 2709 37 15 0 1 0 2005524962 13926400 802 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15465/statm: 3400 802 370 3 0 500 0
Current children cumulated CPU time (s) 27.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 28.454
CPU time (s): 28.0857
CPU user time (s): 27.5938
CPU system time (s): 0.491925
CPU usage (%): 98.7058
Max. virtual memory (cumulated for all children) (KiB): 898600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5938
system time used= 0.491925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50526
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12123
involuntary context switches= 12546

runsolver used 0.042993 second user time and 0.114982 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 15:45:32
IDJOB=1093388
IDBENCH=58702
IDSOLVER=346
FILE ID=node62/1093388-1215265532
PBS_JOBID= 7882184
Free space on /tmp= 65256 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd12-13/normalized-bibd-12-88-22-3-4_glb.xml
COMMAND LINE= DIR/sugar -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-1093388-1215265532/watcher-1093388-1215265532 -o /tmp/evaluation-result-1093388-1215265532/solver-1093388-1215265532 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1093388-1215265532.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83e7dace3e98d97ebd040351147b0e7a
RANDOM SEED=854268492

node62.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.259
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.259
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:       1698640 kB
Buffers:         24488 kB
Cached:         185952 kB
SwapCached:       7024 kB
Active:         224992 kB
Inactive:        76312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698640 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:         106856 kB
Slab:            40816 kB
Committed_AS:  4884676 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-05 15:46:01