Trace number 1091798

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 41.3837 41.8948

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-14-26-13-7-6_glb.xml
MD5SUMe1820e75e057750598ad92ad496dc379
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.222
Satisfiable
(Un)Satisfiability was proved
Number of variables2730
Number of constraints2497
Maximum constraint arity26
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2366
Global constraints used (with number of constraints)weightedsum(131)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 15:00:05 2008
0.00/0.05	c 0	PID 20326
0.03/0.05	c 0	HOST node78.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1091798-1215262805.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091798-1215262805.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 2730 variables, 1 predicates, 0 relations, 2497 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	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'
0.65/0.81	c 1	Parsing HOME/temp.csp
1.10/1.21	c 1	parsed 5229 expressions
1.10/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.21	c 1	Converting to clausal form CSP
1.10/1.25	c 1	converted 523 (10%) expressions
1.10/1.26	c 1	converted 1046 (20%) expressions
1.10/1.27	c 1	converted 1569 (30%) expressions
1.10/1.27	c 1	converted 2092 (40%) expressions
1.10/1.27	c 1	converted 2615 (50%) expressions
1.49/1.64	c 1	converted 3138 (60%) expressions
1.69/1.80	c 2	converted 3661 (70%) expressions
1.79/2.00	c 2	converted 4184 (80%) expressions
2.10/2.23	c 2	converted 4707 (90%) expressions
2.59/2.72	c 3	converted 5229 (100%) expressions
2.59/2.73	c 3	CSP : 13126 integers, 4732 booleans, 35250 clauses, largest domain size 14
2.59/2.73	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.73	c 3	Propagation in CSP
2.89/3.08	c 3	1456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.09	c 3	CSP : 13126 integers, 4732 booleans, 35250 clauses, largest domain size 14
2.89/3.09	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.99/3.10	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.13	c 3	CSP : 13126 integers, 4732 booleans, 35250 clauses, largest domain size 14
2.99/3.13	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.19/3.32	c 3	1313 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.19/3.33	c 3	2626 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.19/3.33	c 3	3938 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.19/3.33	c 3	5251 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.19/3.33	c 3	6563 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.19/3.34	c 3	7876 (60%) CSP integer variables are encoded (966 clauses, 12622 bytes)
3.19/3.35	c 3	9189 (70%) CSP integer variables are encoded (4704 clauses, 67025 bytes)
3.19/3.35	c 3	10501 (80%) CSP integer variables are encoded (8314 clauses, 121175 bytes)
3.19/3.36	c 3	11814 (90%) CSP integer variables are encoded (11919 clauses, 175250 bytes)
3.19/3.37	c 3	13126 (100%) CSP integer variables are encoded (15540 clauses, 229565 bytes)
3.28/3.45	c 3	3525 (10%) CSP clauses are encoded (19065 clauses, 279548 bytes)
3.28/3.48	c 3	7050 (20%) CSP clauses are encoded (22590 clauses, 330257 bytes)
3.38/3.50	c 3	10575 (30%) CSP clauses are encoded (26115 clauses, 381656 bytes)
3.38/3.53	c 3	14100 (40%) CSP clauses are encoded (29640 clauses, 434179 bytes)
3.38/3.55	c 3	17625 (50%) CSP clauses are encoded (33165 clauses, 487053 bytes)
3.38/3.58	c 3	21150 (60%) CSP clauses are encoded (36690 clauses, 539929 bytes)
3.47/3.62	c 3	24675 (70%) CSP clauses are encoded (46131 clauses, 682966 bytes)
3.57/3.71	c 4	28200 (80%) CSP clauses are encoded (80036 clauses, 1291023 bytes)
3.57/3.80	c 4	31725 (90%) CSP clauses are encoded (112849 clauses, 1895972 bytes)
3.67/3.89	c 4	35250 (100%) CSP clauses are encoded (145672 clauses, 2502357 bytes)
3.67/3.89	c 4	35250 CSP clauses encoded
3.67/3.89	c 4	Writing map file : HOME/temp.map
3.77/3.95	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.77/3.95	c 4	SAT : 33398 SAT variables, 145672 SAT clauses, 2502357 bytes
3.77/3.95	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.77/3.98	c 4	SOLVING HOME/temp.cnf
3.77/3.98	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.77/3.99	c 4	This is MiniSat 2.0 beta
3.77/3.99	c 4	WARNING: for repeatability, setting FPU to use double precision
3.77/3.99	c 4	============================[ Problem Statistics ]=============================
3.77/3.99	c 4	|                                                                             |
3.77/3.99	c 4	|  Number of variables:  33398                                                |
3.77/3.99	c 4	|  Number of clauses:    145672                                               |
3.85/4.08	c 4	|  Parsing time:         0.08         s                                       |
3.85/4.09	c 4	============================[ Search Statistics ]==============================
3.85/4.09	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.85/4.09	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.85/4.09	c 4	===============================================================================
3.85/4.09	c 4	|         0 |   33398   145672   361778 |    48557        0    nan |  0.000 % |
3.85/4.10	c 4	|       100 |   33398   145672   361778 |    53413      100     13 |  0.000 % |
3.85/4.12	c 4	|       250 |   33398   145672   361778 |    58754      250     14 |  0.000 % |
3.85/4.18	c 4	|       476 |   33398   145672   361778 |    64629      476     18 |  0.000 % |
3.85/4.28	c 4	|       813 |   33398   145672   361778 |    71092      813     18 |  0.000 % |
4.24/4.40	c 4	|      1319 |   33398   145672   361778 |    78202     1319     20 |  0.000 % |
4.43/4.69	c 5	|      2078 |   33398   145672   361778 |    86022     2078     21 |  0.000 % |
4.93/5.12	c 5	|      3217 |   33398   145672   361778 |    94624     3217     19 |  0.000 % |
5.62/5.82	c 6	|      4925 |   33398   145672   361778 |   104086     4925     21 |  0.000 % |
6.32/6.55	c 6	|      7488 |   33398   145672   361778 |   114495     7488     22 |  0.000 % |
7.42/7.69	c 8	|     11332 |   33398   145672   361778 |   125945    11332     23 |  0.000 % |
9.29/9.58	c 9	|     17098 |   33398   145672   361778 |   138539    17098     23 |  0.000 % |
12.86/13.19	c 13	|     25747 |   33398   145672   361778 |   152393    25747     25 |  0.000 % |
17.32/17.69	c 18	|     38721 |   33398   145672   361778 |   167633    38721     30 |  0.000 % |
27.22/27.61	c 27	|     58182 |   33398   145672   361778 |   184396    58182     35 |  0.000 % |
40.89/41.44	c 41	===============================================================================
40.89/41.44	c 41	restarts              : 15
40.89/41.44	c 41	conflicts             : 86133          (2326 /sec)
40.89/41.44	c 41	decisions             : 227591         (1.37 % random) (6147 /sec)
40.89/41.44	c 41	propagations          : 66769896       (1803404 /sec)
40.89/41.44	c 41	conflict literals     : 3302274        (9.09 % deleted)
40.89/41.44	c 41	Memory used           : 26.41 MB
40.89/41.44	c 41	CPU time              : 37.0244 s
40.89/41.44	c 41	
40.89/41.46	c 41	SATISFIABLE
40.89/41.46	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.89/41.46	c 41	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.97/41.55	c 41	Decoding HOME/temp.out
41.19/41.76	s SATISFIABLE
41.29/41.86	v 1 1 1 1 1 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 0 0 1 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 1 1 1 0 1 0 1 1 1 1 0 0 0 1 0 0 0 1 1 0 0 1 1 1 0 0 0 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 1 1 1 0 0 0 1 0 0 1 0 1 1 0 1 1 0 1 0 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 0 1 0 1 1 0 0 0 1 1 0 1 1 0 1 0 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 0 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 0 1 1 1 0 1 0 1 1 1 0 0 1 1 1 0 1 0 0 1 0 0 0 0 0 1 1 1 0 1 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 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 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 1 1 1 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 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 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 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 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 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 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 1 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 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 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 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 1 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 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 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1
41.29/41.87	c 42	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.29/41.89	c 42	CPU 41.06 (0.05 0.02 41.01 0.29)
41.29/41.89	c 42	END Sat Jul  5 15:00:47 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-1091798-1215262805/watcher-1091798-1215262805 -o /tmp/evaluation-result-1091798-1215262805/solver-1091798-1215262805 -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-1091798-1215262805.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.90 2.01 1.99 4/81 20326
/proc/meminfo: memFree=1696824/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=12268 CPUtime=0
/proc/20326/stat : 20326 (sugar) R 20324 20326 20289 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 250375496 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20326/statm: 3067 316 241 3 0 167 0

[startup+0.0521851 s]
/proc/loadavg: 1.90 2.01 1.99 4/81 20326
/proc/meminfo: memFree=1696824/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=0.03
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 250375496 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101576 s]
/proc/loadavg: 1.90 2.01 1.99 4/81 20326
/proc/meminfo: memFree=1696824/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=0.03
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 250375496 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302597 s]
/proc/loadavg: 1.90 2.01 1.99 4/81 20326
/proc/meminfo: memFree=1696824/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=0.03
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 250375496 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70264 s]
/proc/loadavg: 1.90 2.01 1.99 4/81 20326
/proc/meminfo: memFree=1696824/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=0.03
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 250375496 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.90 2.01 1.99 4/92 20348
/proc/meminfo: memFree=1689248/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=0.65
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 974 6865 0 1 3 0 58 4 15 0 1 0 250375496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 797 370 3 0 500 0
[pid=20339] ppid=20326 vsize=5356 CPUtime=0
/proc/20339/stat : 20339 (sh) S 20326 20326 20289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 250375569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20339/statm: 1339 233 193 169 0 50 0
[pid=20340] ppid=20339 vsize=868392 CPUtime=0.74
/proc/20340/stat : 20340 (java) S 20339 20326 20289 0 -1 0 5592 0 1 0 71 3 0 0 18 0 9 0 250375569 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20340/statm: 217098 4985 1731 9 0 211673 0
[pid=20340/tid=20341] ppid=20339 vsize=868392 CPUtime=0.48
/proc/20340/task/20341/stat : 20341 (java) R 20339 20326 20289 0 -1 64 2662 0 1 0 47 1 0 0 21 0 9 0 250375570 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4126867900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20342] ppid=20339 vsize=868392 CPUtime=0.04
/proc/20340/task/20342/stat : 20342 (java) S 20339 20326 20289 0 -1 64 764 0 0 0 4 0 0 0 16 0 9 0 250375571 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20343] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20343/stat : 20343 (java) S 20339 20326 20289 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 250375571 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20344] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20344/stat : 20344 (java) S 20339 20326 20289 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 250375571 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20345] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20345/stat : 20345 (java) S 20339 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 250375573 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20346] ppid=20339 vsize=868392 CPUtime=0.2
/proc/20340/task/20346/stat : 20346 (java) S 20339 20326 20289 0 -1 64 1475 0 0 0 19 1 0 0 16 0 9 0 250375573 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20347] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20347/stat : 20347 (java) S 20339 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250375573 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20348] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20348/stat : 20348 (java) S 20339 20326 20289 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 250375573 889233408 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887348

[startup+3.1029 s]
/proc/loadavg: 1.90 2.01 1.99 3/92 20348
/proc/meminfo: memFree=1671968/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=0.66
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 974 6865 0 1 3 1 58 4 15 0 1 0 250375496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 797 370 3 0 500 0
[pid=20339] ppid=20326 vsize=5356 CPUtime=0
/proc/20339/stat : 20339 (sh) S 20326 20326 20289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 250375569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20339/statm: 1339 233 193 169 0 50 0
[pid=20340] ppid=20339 vsize=868392 CPUtime=2.33
/proc/20340/stat : 20340 (java) S 20339 20326 20289 0 -1 0 11741 0 1 0 225 8 0 0 18 0 9 0 250375569 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20340/statm: 217098 10757 2541 9 0 211673 0
[pid=20340/tid=20341] ppid=20339 vsize=868392 CPUtime=1.41
/proc/20340/task/20341/stat : 20341 (java) R 20339 20326 20289 0 -1 64 2984 0 1 0 140 1 0 0 25 0 9 0 250375570 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4126566568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20342] ppid=20339 vsize=868392 CPUtime=0.63
/proc/20340/task/20342/stat : 20342 (java) S 20339 20326 20289 0 -1 64 6552 0 0 0 59 4 0 0 16 0 9 0 250375571 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20343] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20343/stat : 20343 (java) S 20339 20326 20289 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250375571 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20344] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20344/stat : 20344 (java) S 20339 20326 20289 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250375571 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20345] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20345/stat : 20345 (java) S 20339 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 250375573 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20346] ppid=20339 vsize=868392 CPUtime=0.26
/proc/20340/task/20346/stat : 20346 (java) S 20339 20326 20289 0 -1 64 1513 0 0 0 25 1 0 0 15 0 9 0 250375573 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20347] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20347/stat : 20347 (java) S 20339 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250375573 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20340/tid=20348] ppid=20339 vsize=868392 CPUtime=0
/proc/20340/task/20348/stat : 20348 (java) S 20339 20326 20289 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 250375573 889233408 10757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887348

[startup+6.30123 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1682016/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 15 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=11352 CPUtime=2.27
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 2562 0 0 0 226 1 0 0 25 0 1 0 250375895 11624448 2548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 2838 2548 76 150 0 2685 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30308

[startup+12.7019 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1679008/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=13980 CPUtime=8.61
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 3226 0 0 0 859 2 0 0 25 0 1 0 250375895 14315520 3212 996147200 134512640 135127466 4294956256 18446744073709551615 134521797 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 3495 3212 76 150 0 3342 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 32936

[startup+25.5022 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1672864/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=20296 CPUtime=21.28
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 4790 0 0 0 2124 4 0 0 25 0 1 0 250375895 20783104 4776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 5074 4776 76 150 0 4921 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 39252

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

[startup+31.9069 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1670304/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=22924 CPUtime=27.64
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 5438 0 0 0 2759 5 0 0 25 0 1 0 250375895 23474176 5424 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 5731 5424 76 150 0 5578 0
Current children cumulated CPU time (s) 31.49
Current children cumulated vsize (KiB) 41880

[startup+38.3016 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1667936/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=25564 CPUtime=33.97
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 6109 0 0 0 3391 6 0 0 25 0 1 0 250375895 26177536 6095 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 6391 6095 76 150 0 6238 0
Current children cumulated CPU time (s) 37.82
Current children cumulated vsize (KiB) 44520

[startup+39.9018 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1666912/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=26224 CPUtime=35.54
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 6288 0 0 0 3548 6 0 0 25 0 1 0 250375895 26853376 6274 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 6556 6274 76 150 0 6403 0
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (KiB) 45180

[startup+40.7068 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1666400/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=3.85
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1033 19261 0 2 4 1 364 16 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20349] ppid=20326 vsize=5356 CPUtime=0
/proc/20349/stat : 20349 (sh) S 20326 20326 20289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 250375894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20349/statm: 1339 232 193 169 0 50 0
[pid=20350] ppid=20349 vsize=26620 CPUtime=36.34
/proc/20350/stat : 20350 (minisat) R 20349 20326 20289 0 -1 4194304 6384 0 0 0 3628 6 0 0 25 0 1 0 250375895 27258880 6370 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/20350/statm: 6655 6370 76 150 0 6502 0
Current children cumulated CPU time (s) 40.19
Current children cumulated vsize (KiB) 45576

[startup+41.5029 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 20350
/proc/meminfo: memFree=1666400/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=40.97
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1071 26032 0 2 4 1 4068 24 17 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 40.97
Current children cumulated vsize (KiB) 13600

[startup+41.7019 s]
/proc/loadavg: 1.99 2.02 2.00 3/92 20360
/proc/meminfo: memFree=1685600/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=40.97
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1090 26032 0 2 4 1 4068 24 16 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20351] ppid=20326 vsize=5356 CPUtime=0
/proc/20351/stat : 20351 (sh) S 20326 20326 20289 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 250379642 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20351/statm: 1339 233 193 169 0 50 0
[pid=20352] ppid=20351 vsize=864012 CPUtime=0.22
/proc/20352/stat : 20352 (java) S 20351 20326 20289 0 -1 0 3572 0 1 0 20 2 0 0 18 0 9 0 250379643 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20352/statm: 216003 3047 1652 9 0 210585 0
[pid=20352/tid=20353] ppid=20351 vsize=864012 CPUtime=0.13
/proc/20352/task/20353/stat : 20353 (java) R 20351 20326 20289 0 -1 64 2436 0 1 0 12 1 0 0 20 0 9 0 250379644 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4125925088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20354] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20354/stat : 20354 (java) S 20351 20326 20289 0 -1 64 122 0 0 0 0 0 0 0 16 0 9 0 250379645 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20355] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20355/stat : 20355 (java) S 20351 20326 20289 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 250379645 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20356] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20356/stat : 20356 (java) S 20351 20326 20289 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 250379645 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20357] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20357/stat : 20357 (java) S 20351 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 250379647 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20358] ppid=20351 vsize=864012 CPUtime=0.06
/proc/20352/task/20358/stat : 20358 (java) S 20351 20326 20289 0 -1 64 322 0 0 0 6 0 0 0 17 0 9 0 250379647 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20359] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20359/stat : 20359 (java) S 20351 20326 20289 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 250379647 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20360] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20360/stat : 20360 (java) S 20351 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 250379647 884748288 3047 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.19
Current children cumulated vsize (KiB) 882968

[startup+41.808 s]
/proc/loadavg: 1.99 2.02 2.00 3/92 20360
/proc/meminfo: memFree=1685600/2055912 swapFree=4178564/4192956
[pid=20326] ppid=20324 vsize=13600 CPUtime=40.97
/proc/20326/stat : 20326 (sugar) S 20324 20326 20289 0 -1 4194304 1090 26032 0 2 4 1 4068 24 15 0 1 0 250375496 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20326/statm: 3400 799 370 3 0 500 0
[pid=20351] ppid=20326 vsize=5356 CPUtime=0
/proc/20351/stat : 20351 (sh) S 20326 20326 20289 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 250379642 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20351/statm: 1339 233 193 169 0 50 0
[pid=20352] ppid=20351 vsize=864012 CPUtime=0.32
/proc/20352/stat : 20352 (java) S 20351 20326 20289 0 -1 0 3658 0 1 0 29 3 0 0 18 0 9 0 250379643 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20352/statm: 216003 3130 1671 9 0 210585 0
[pid=20352/tid=20353] ppid=20351 vsize=864012 CPUtime=0.2
/proc/20352/task/20353/stat : 20353 (java) R 20351 20326 20289 0 -1 64 2472 0 1 0 19 1 0 0 20 0 9 0 250379644 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20354] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20354/stat : 20354 (java) S 20351 20326 20289 0 -1 64 157 0 0 0 0 0 0 0 16 0 9 0 250379645 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20355] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20355/stat : 20355 (java) S 20351 20326 20289 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 250379645 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20356] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20356/stat : 20356 (java) S 20351 20326 20289 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 250379645 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20357] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20357/stat : 20357 (java) S 20351 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 250379647 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20358] ppid=20351 vsize=864012 CPUtime=0.08
/proc/20352/task/20358/stat : 20358 (java) S 20351 20326 20289 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 250379647 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20359] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20359/stat : 20359 (java) S 20351 20326 20289 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 250379647 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20352/tid=20360] ppid=20351 vsize=864012 CPUtime=0
/proc/20352/task/20360/stat : 20360 (java) S 20351 20326 20289 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250379647 884748288 3130 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.29
Current children cumulated vsize (KiB) 882968

Child status: 0
Real time (s): 41.8948
CPU time (s): 41.3837
CPU user time (s): 41.0678
CPU system time (s): 0.315951
CPU usage (%): 98.78
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0678
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31226
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= 6859
involuntary context switches= 7598

runsolver used 0.056991 second user time and 0.163975 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 15:00:05
IDJOB=1091798
IDBENCH=58577
IDSOLVER=346
FILE ID=node78/1091798-1215262805
PBS_JOBID= 7882167
Free space on /tmp= 126632 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-14-26-13-7-6_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-1091798-1215262805/watcher-1091798-1215262805 -o /tmp/evaluation-result-1091798-1215262805/solver-1091798-1215262805 -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-1091798-1215262805.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e1820e75e057750598ad92ad496dc379
RANDOM SEED=1393821812

node78.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.247
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.247
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:      2055912 kB
MemFree:       1697304 kB
Buffers:         29776 kB
Cached:         175992 kB
SwapCached:       7072 kB
Active:         239208 kB
Inactive:        58472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1697304 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:         106808 kB
Slab:            46224 kB
Committed_AS:  1510168 kB
PageTables:       1768 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= 126632 MiB
End job on node78 at 2008-07-05 15:00:47