Trace number 1092182

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 42.3356 42.614

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-16-24-9-6-3_glb.xml
MD5SUMd8964aa23b53ca448f385c0392ae4569
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.398939
Satisfiable
(Un)Satisfiability was proved
Number of variables3264
Number of constraints3040
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2880
Global constraints used (with number of constraints)weightedsum(160)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul  5 15:25:35 2008
0.01/0.04	c 0	PID 8489
0.01/0.04	c 0	HOST node83.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1092182-1215264334.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092182-1215264334.xml' 'HOME/temp.csp'
0.03/0.65	c 0	1 domains, 3264 variables, 1 predicates, 0 relations, 3040 constraints
0.03/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.66	c 0	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.62/0.74	c 0	Parsing HOME/temp.csp
1.04/1.14	c 1	parsed 6306 expressions
1.04/1.14	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.14	c 1	Converting to clausal form CSP
1.04/1.17	c 1	converted 631 (10%) expressions
1.04/1.18	c 1	converted 1262 (20%) expressions
1.04/1.19	c 1	converted 1892 (30%) expressions
1.04/1.19	c 1	converted 2523 (40%) expressions
1.04/1.19	c 1	converted 3153 (50%) expressions
1.43/1.54	c 1	converted 3784 (60%) expressions
1.62/1.76	c 1	converted 4415 (70%) expressions
1.82/1.91	c 1	converted 5045 (80%) expressions
2.03/2.13	c 2	converted 5676 (90%) expressions
2.62/2.76	c 2	converted 6306 (100%) expressions
2.62/2.76	c 2	CSP : 15680 integers, 5760 booleans, 42432 clauses, largest domain size 13
2.62/2.76	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.76	c 2	Propagation in CSP
2.82/2.97	c 2	3792 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.98	c 2	CSP : 15680 integers, 5760 booleans, 42432 clauses, largest domain size 13
2.82/2.98	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.99	c 3	Simplifing CSP by introducing new Boolean variables
2.92/3.02	c 3	CSP : 15680 integers, 5760 booleans, 42432 clauses, largest domain size 13
2.92/3.02	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.16	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.02/3.20	c 3	1568 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.20	c 3	3136 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.21	c 3	4704 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.21	c 3	6272 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.21	c 3	7840 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.22	c 3	9408 (60%) CSP integer variables are encoded (872 clauses, 11791 bytes)
3.11/3.22	c 3	10976 (70%) CSP integer variables are encoded (4884 clauses, 71971 bytes)
3.11/3.23	c 3	12544 (80%) CSP integer variables are encoded (8506 clauses, 126301 bytes)
3.11/3.24	c 3	14112 (90%) CSP integer variables are encoded (12146 clauses, 180901 bytes)
3.11/3.24	c 3	15680 (100%) CSP integer variables are encoded (15792 clauses, 235591 bytes)
3.21/3.32	c 3	4244 (10%) CSP clauses are encoded (20036 clauses, 295839 bytes)
3.21/3.34	c 3	8487 (20%) CSP clauses are encoded (24279 clauses, 357166 bytes)
3.21/3.37	c 3	12730 (30%) CSP clauses are encoded (28522 clauses, 419055 bytes)
3.31/3.40	c 3	16973 (40%) CSP clauses are encoded (32765 clauses, 482474 bytes)
3.31/3.43	c 3	21216 (50%) CSP clauses are encoded (37008 clauses, 546117 bytes)
3.31/3.45	c 3	25460 (60%) CSP clauses are encoded (41252 clauses, 609781 bytes)
3.31/3.49	c 3	29703 (70%) CSP clauses are encoded (51048 clauses, 763944 bytes)
3.41/3.58	c 3	33946 (80%) CSP clauses are encoded (85970 clauses, 1390340 bytes)
3.51/3.67	c 3	38189 (90%) CSP clauses are encoded (118185 clauses, 1974743 bytes)
3.60/3.75	c 3	42432 (100%) CSP clauses are encoded (150400 clauses, 2559178 bytes)
3.60/3.75	c 3	42432 CSP clauses encoded
3.60/3.75	c 3	Writing map file : HOME/temp.map
3.71/3.81	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.81	c 3	SAT : 37232 SAT variables, 150400 SAT clauses, 2559178 bytes
3.71/3.81	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.87	c 3	SOLVING HOME/temp.cnf
3.71/3.87	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.71/3.87	c 3	This is MiniSat 2.0 beta
3.71/3.87	c 3	WARNING: for repeatability, setting FPU to use double precision
3.71/3.87	c 3	============================[ Problem Statistics ]=============================
3.71/3.87	c 3	|                                                                             |
3.71/3.87	c 3	|  Number of variables:  37232                                                |
3.71/3.87	c 3	|  Number of clauses:    150400                                               |
3.75/3.96	c 3	|  Parsing time:         0.07         s                                       |
3.75/3.96	c 3	============================[ Search Statistics ]==============================
3.75/3.96	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.75/3.96	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.75/3.96	c 3	===============================================================================
3.75/3.96	c 3	|         0 |   37232   150400   369584 |    50133        0    nan |  0.000 % |
3.75/3.97	c 3	|       101 |   37232   150400   369584 |    55146      101     13 |  0.000 % |
3.75/4.02	c 4	|       251 |   37232   150400   369584 |    60661      251     14 |  0.000 % |
3.75/4.09	c 4	|       476 |   37232   150400   369584 |    66727      476     16 |  0.000 % |
3.75/4.24	c 4	|       813 |   37232   150400   369584 |    73400      813     14 |  0.000 % |
4.26/4.44	c 4	|      1319 |   37232   150400   369584 |    80740     1319     14 |  0.000 % |
4.56/4.71	c 4	|      2078 |   37232   150400   369584 |    88814     2078     14 |  0.000 % |
4.96/5.17	c 5	|      3219 |   37232   150400   369584 |    97695     3219     14 |  0.000 % |
5.45/5.66	c 5	|      4927 |   37232   150400   369584 |   107465     4927     18 |  0.000 % |
6.35/6.58	c 6	|      7489 |   37232   150400   369584 |   118211     7489     19 |  0.000 % |
8.05/8.28	c 8	|     11333 |   37232   150400   369584 |   130032    11333     21 |  0.000 % |
9.94/10.14	c 10	|     17099 |   37232   150400   369584 |   143036    17099     25 |  0.000 % |
13.82/14.06	c 14	|     25748 |   37232   150400   369584 |   157339    25748     28 |  0.000 % |
21.19/21.46	c 21	|     38723 |   37232   150400   369584 |   173073    38723     30 |  0.000 % |
32.94/33.21	c 33	|     58184 |   37232   150400   369584 |   190381    58184     35 |  0.000 % |
41.80/42.17	c 42	===============================================================================
41.80/42.17	c 42	restarts              : 15
41.80/42.17	c 42	conflicts             : 72814          (1913 /sec)
41.80/42.17	c 42	decisions             : 221402         (1.38 % random) (5815 /sec)
41.80/42.17	c 42	propagations          : 74970266       (1969211 /sec)
41.80/42.17	c 42	conflict literals     : 2831907        (10.04 % deleted)
41.80/42.17	c 42	Memory used           : 24.39 MB
41.80/42.17	c 42	CPU time              : 38.0712 s
41.80/42.17	c 42	
41.80/42.19	c 42	SATISFIABLE
41.80/42.19	c 42	DECODING HOME/temp.out WITH HOME/temp.map
41.80/42.19	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.91/42.27	c 42	Decoding HOME/temp.out
41.91/42.49	s SATISFIABLE
41.92/42.59	v 0 1 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 1 1 0 1 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 1 0 0 0 0 1 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 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 1 0 0 1 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 1 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 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 1 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 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 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 1 0 1 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 1 0 0 0 0 0 0 0 0 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 1 0 0 1 1 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 1 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 1 0 0 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 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 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 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 1 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 1 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 1 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 1 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 1 0 1 0 0 0 0 0 1 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 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 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 1 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 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 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 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 0 1 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 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 0 1 1 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 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 1 0 0 1 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 1 0 1 0 0 0 0 0 0 0 1 0 1 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 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 0 1 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 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 1 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 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 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 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 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 1 0 0 0 0 0 0 0 0 1 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 1 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 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 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0
41.92/42.59	c 42	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.94/42.61	c 42	CPU 42.03 (0.05 0.02 41.98 0.27)
41.94/42.61	c 42	END Sat Jul  5 15:26:17 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-1092182-1215264334/watcher-1092182-1215264334 -o /tmp/evaluation-result-1092182-1215264334/solver-1092182-1215264334 -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-1092182-1215264334.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: 2.06 2.01 2.00 4/73 8489
/proc/meminfo: memFree=1758056/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=12272 CPUtime=0
/proc/8489/stat : 8489 (sugar) R 8487 8489 7426 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 682163029 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 230286746719 0 0 4224 0 0 0 0 17 0 0 0
/proc/8489/statm: 3068 364 274 3 0 168 0

[startup+0.020045 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8489
/proc/meminfo: memFree=1758056/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=12808 CPUtime=0.01
/proc/8489/stat : 8489 (sugar) R 8487 8489 7426 0 -1 4194304 560 0 0 0 1 0 0 0 18 0 1 0 682163029 13115392 528 996147200 4194304 4206940 548682068608 18446744073709551615 230286626331 0 0 4224 0 0 0 0 17 0 0 0
/proc/8489/statm: 3202 529 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.102061 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8489
/proc/meminfo: memFree=1758056/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=0.03
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 682163029 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302095 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8489
/proc/meminfo: memFree=1758056/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=0.03
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 682163029 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701177 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8489
/proc/meminfo: memFree=1758056/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=0.62
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 956 7176 0 1 3 0 55 4 17 0 1 0 682163029 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8489/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50133 s]
/proc/loadavg: 2.06 2.01 2.00 4/84 8511
/proc/meminfo: memFree=1749840/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=0.62
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 974 7176 0 1 3 0 55 4 15 0 1 0 682163029 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 797 370 3 0 500 0
[pid=8502] ppid=8489 vsize=5356 CPUtime=0
/proc/8502/stat : 8502 (sh) S 8489 8489 7426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 682163096 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8502/statm: 1339 233 193 169 0 50 0
[pid=8503] ppid=8502 vsize=868384 CPUtime=0.81
/proc/8503/stat : 8503 (java) S 8502 8489 7426 0 -1 0 7156 0 1 0 78 3 0 0 18 0 9 0 682163096 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8503/statm: 217096 6367 2540 9 0 211671 0
[pid=8503/tid=8504] ppid=8502 vsize=868384 CPUtime=0.52
/proc/8503/task/8504/stat : 8504 (java) R 8502 8489 7426 0 -1 64 2676 0 1 0 51 1 0 0 18 0 9 0 682163097 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4125924747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8505] ppid=8502 vsize=868384 CPUtime=0.08
/proc/8503/task/8505/stat : 8505 (java) S 8502 8489 7426 0 -1 64 2311 0 0 0 8 0 0 0 16 0 9 0 682163098 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8506] ppid=8502 vsize=868384 CPUtime=0
/proc/8503/task/8506/stat : 8506 (java) S 8502 8489 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 682163098 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8507] ppid=8502 vsize=868384 CPUtime=0
/proc/8503/task/8507/stat : 8507 (java) S 8502 8489 7426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682163098 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8508] ppid=8502 vsize=868384 CPUtime=0
/proc/8503/task/8508/stat : 8508 (java) S 8502 8489 7426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 682163100 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8509] ppid=8502 vsize=868384 CPUtime=0.18
/proc/8503/task/8509/stat : 8509 (java) S 8502 8489 7426 0 -1 64 1477 0 0 0 17 1 0 0 16 0 9 0 682163100 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8510] ppid=8502 vsize=868384 CPUtime=0
/proc/8503/task/8510/stat : 8510 (java) S 8502 8489 7426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 682163100 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8511] ppid=8502 vsize=868384 CPUtime=0
/proc/8503/task/8511/stat : 8511 (java) S 8502 8489 7426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682163100 889225216 6367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887340

[startup+3.10263 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 8511
/proc/meminfo: memFree=1730000/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=0.62
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 974 7176 0 1 3 0 55 4 15 0 1 0 682163029 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 797 370 3 0 500 0
[pid=8502] ppid=8489 vsize=5356 CPUtime=0
/proc/8502/stat : 8502 (sh) S 8489 8489 7426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 682163096 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8502/statm: 1339 233 193 169 0 50 0
[pid=8503] ppid=8502 vsize=868888 CPUtime=2.4
/proc/8503/stat : 8503 (java) S 8502 8489 7426 0 -1 0 13025 0 1 0 233 7 0 0 18 0 9 0 682163096 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8503/statm: 217222 11944 2541 9 0 211797 0
[pid=8503/tid=8504] ppid=8502 vsize=868888 CPUtime=1.48
/proc/8503/task/8504/stat : 8504 (java) R 8502 8489 7426 0 -1 64 3004 0 1 0 146 2 0 0 25 0 9 0 682163097 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8505] ppid=8502 vsize=868888 CPUtime=0.66
/proc/8503/task/8505/stat : 8505 (java) R 8502 8489 7426 0 -1 64 7816 0 0 0 63 3 0 0 16 0 9 0 682163098 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8506] ppid=8502 vsize=868888 CPUtime=0
/proc/8503/task/8506/stat : 8506 (java) S 8502 8489 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 682163098 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8507] ppid=8502 vsize=868888 CPUtime=0
/proc/8503/task/8507/stat : 8507 (java) S 8502 8489 7426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682163098 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8508] ppid=8502 vsize=868888 CPUtime=0
/proc/8503/task/8508/stat : 8508 (java) S 8502 8489 7426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 682163100 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8509] ppid=8502 vsize=868888 CPUtime=0.24
/proc/8503/task/8509/stat : 8509 (java) S 8502 8489 7426 0 -1 64 1513 0 0 0 23 1 0 0 15 0 9 0 682163100 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8510] ppid=8502 vsize=868888 CPUtime=0
/proc/8503/task/8510/stat : 8510 (java) S 8502 8489 7426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 682163100 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8503/tid=8511] ppid=8502 vsize=868888 CPUtime=0
/proc/8503/task/8511/stat : 8511 (java) S 8502 8489 7426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682163100 889741312 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887844

[startup+6.30122 s]
/proc/loadavg: 2.14 2.03 2.01 3/76 8513
/proc/meminfo: memFree=1742928/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 15 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=11416 CPUtime=2.4
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 2639 0 0 0 239 1 0 0 25 0 1 0 682163416 11689984 2625 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 2854 2625 76 150 0 2701 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30372

[startup+12.7014 s]
/proc/loadavg: 2.26 2.06 2.02 3/76 8513
/proc/meminfo: memFree=1739992/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 16 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=14312 CPUtime=8.77
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 3349 0 0 0 875 2 0 0 25 0 1 0 682163416 14655488 3335 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 3578 3335 76 150 0 3425 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 33268

[startup+25.5028 s]
/proc/loadavg: 2.22 2.06 2.02 3/76 8513
/proc/meminfo: memFree=1736088/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 16 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=18120 CPUtime=21.52
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 4304 0 0 0 2149 3 0 0 25 0 1 0 682163416 18554880 4290 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 4530 4290 76 150 0 4377 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 37076

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

[startup+31.907 s]
/proc/loadavg: 2.19 2.06 2.02 3/76 8513
/proc/meminfo: memFree=1733592/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 16 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=20628 CPUtime=27.9
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 4926 0 0 0 2786 4 0 0 25 0 1 0 682163416 21123072 4912 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 5157 4912 76 150 0 5004 0
Current children cumulated CPU time (s) 31.65
Current children cumulated vsize (KiB) 39584

[startup+38.3012 s]
/proc/loadavg: 2.17 2.05 2.01 3/76 8513
/proc/meminfo: memFree=1731608/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 16 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=22992 CPUtime=34.27
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 5509 0 0 0 3422 5 0 0 25 0 1 0 682163416 23543808 5495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 5748 5495 76 150 0 5595 0
Current children cumulated CPU time (s) 38.02
Current children cumulated vsize (KiB) 41948

[startup+39.9025 s]
/proc/loadavg: 2.17 2.05 2.01 3/76 8513
/proc/meminfo: memFree=1730584/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 16 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=23784 CPUtime=35.87
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 5717 0 0 0 3581 6 0 0 25 0 1 0 682163416 24354816 5703 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 5946 5703 76 150 0 5793 0
Current children cumulated CPU time (s) 39.62
Current children cumulated vsize (KiB) 42740

[startup+41.5018 s]
/proc/loadavg: 2.17 2.05 2.01 3/76 8513
/proc/meminfo: memFree=1730008/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=3.75
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1033 20647 0 2 4 0 356 15 16 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
[pid=8512] ppid=8489 vsize=5356 CPUtime=0
/proc/8512/stat : 8512 (sh) S 8489 8489 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682163416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8512/statm: 1339 232 193 169 0 50 0
[pid=8513] ppid=8512 vsize=24840 CPUtime=37.46
/proc/8513/stat : 8513 (minisat) R 8512 8489 7426 0 -1 4194304 5960 0 0 0 3740 6 0 0 25 0 1 0 682163416 25436160 5946 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/8513/statm: 6210 5946 76 150 0 6057 0
Current children cumulated CPU time (s) 41.21
Current children cumulated vsize (KiB) 43796

[startup+42.3019 s]
/proc/loadavg: 2.16 2.05 2.01 3/76 8513
/proc/meminfo: memFree=1729368/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=41.91
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1090 26967 0 2 4 0 4164 23 15 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.91
Current children cumulated vsize (KiB) 13600

[startup+42.5019 s]
/proc/loadavg: 2.16 2.05 2.01 3/76 8513
/proc/meminfo: memFree=1729368/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=41.92
/proc/8489/stat : 8489 (sugar) R 8487 8489 7426 0 -1 4194304 1090 26967 0 2 4 1 4164 23 15 0 1 0 682163029 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8489/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.92
Current children cumulated vsize (KiB) 13600

[startup+42.6019 s]
/proc/loadavg: 2.16 2.05 2.01 3/76 8513
/proc/meminfo: memFree=1729368/2055924 swapFree=4177320/4192956
[pid=8489] ppid=8487 vsize=13600 CPUtime=41.94
/proc/8489/stat : 8489 (sugar) S 8487 8489 7426 0 -1 4194304 1092 26967 0 2 5 2 4164 23 15 0 1 0 682163029 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8489/statm: 3400 800 370 3 0 500 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 42.614
CPU time (s): 42.3356
CPU user time (s): 42.0346
CPU system time (s): 0.300954
CPU usage (%): 99.3467
Max. virtual memory (cumulated for all children) (KiB): 887844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0346
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32194
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= 7301
involuntary context switches= 7581

runsolver used 0.037994 second user time and 0.143978 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 15:25:34
IDJOB=1092182
IDBENCH=58601
IDSOLVER=346
FILE ID=node83/1092182-1215264334
PBS_JOBID= 7882111
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-16-24-9-6-3_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-1092182-1215264334/watcher-1092182-1215264334 -o /tmp/evaluation-result-1092182-1215264334/solver-1092182-1215264334 -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-1092182-1215264334.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d8964aa23b53ca448f385c0392ae4569
RANDOM SEED=830667845

node83.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1758536 kB
Buffers:         29068 kB
Cached:         205344 kB
SwapCached:       9708 kB
Active:         150956 kB
Inactive:       100936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1758536 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:          24512 kB
Slab:            30976 kB
Committed_AS:  1140400 kB
PageTables:       1728 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= 66496 MiB
End job on node83 at 2008-07-05 15:26:17