Trace number 2086416

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.14.6+minisatSAT 20.6089 20.9648

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-19-19-9-9-4_glb.xml
MD5SUM456a0382e65dc0e314fde1d66e75729c
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables3610
Number of constraints3458
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3249
Global constraints used (with number of constraints)weightedsum(209)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 09:26:34 2009
0.04/0.08	c 0	PID 27657
0.04/0.08	c 0	HOST node13.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2086416-1247383594.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086416-1247383594.xml' 'HOME/temp.csp'
0.07/0.84	c 1	1 domains, 3610 variables, 1 predicates, 0 relations, 3458 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.96	c 1	Parsing HOME/temp.csp
1.01/1.12	c 1	parsed 7070 expressions
1.01/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Converting to clausal form CSP
1.01/1.16	c 1	converted 707 (10%) expressions
1.01/1.17	c 1	converted 1414 (20%) expressions
1.01/1.18	c 1	converted 2121 (30%) expressions
1.01/1.18	c 1	converted 2828 (40%) expressions
1.01/1.18	c 1	converted 3535 (50%) expressions
1.51/1.62	c 2	converted 4242 (60%) expressions
1.71/1.87	c 2	converted 4949 (70%) expressions
2.01/2.13	c 2	converted 5656 (80%) expressions
2.19/2.31	c 3	converted 6363 (90%) expressions
2.69/2.84	c 3	converted 7070 (100%) expressions
2.69/2.84	c 3	CSP : 11362 integers, 6498 booleans, 35416 clauses, largest domain size 8
2.69/2.84	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.69/2.84	c 3	Propagation in CSP
2.80/2.95	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.95	c 3	CSP : 11362 integers, 6498 booleans, 35416 clauses, largest domain size 8
2.80/2.96	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.80/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.99	c 3	CSP : 11362 integers, 6498 booleans, 35416 clauses, largest domain size 8
2.80/2.99	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.00/3.14	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.17	c 3	1137 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.18	c 3	2273 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.18	c 3	3409 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.18	c 3	4545 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.18	c 3	5681 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.19	c 3	6818 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.19	c 3	7954 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.19	c 3	9090 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.20	c 3	10226 (90%) CSP integer variables are encoded (630 clauses, 9514 bytes)
3.09/3.21	c 3	11362 (100%) CSP integer variables are encoded (5491 clauses, 82429 bytes)
3.09/3.28	c 4	3542 (10%) CSP clauses are encoded (9033 clauses, 132451 bytes)
3.09/3.30	c 4	7084 (20%) CSP clauses are encoded (12575 clauses, 183333 bytes)
3.19/3.33	c 4	10625 (30%) CSP clauses are encoded (16116 clauses, 234852 bytes)
3.19/3.35	c 4	14167 (40%) CSP clauses are encoded (19658 clauses, 286510 bytes)
3.19/3.38	c 4	17708 (50%) CSP clauses are encoded (23199 clauses, 339001 bytes)
3.29/3.40	c 4	21250 (60%) CSP clauses are encoded (26741 clauses, 392127 bytes)
3.29/3.43	c 4	24792 (70%) CSP clauses are encoded (30283 clauses, 445258 bytes)
3.29/3.45	c 4	28333 (80%) CSP clauses are encoded (33824 clauses, 498377 bytes)
3.29/3.47	c 4	31875 (90%) CSP clauses are encoded (37366 clauses, 551501 bytes)
4.77/4.93	c 5	35416 (100%) CSP clauses are encoded (237576 clauses, 5573485 bytes)
4.77/4.93	c 5	35416 CSP clauses encoded
4.77/4.93	c 5	Writing map file : HOME/temp.map
4.77/4.96	c 5	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.77/4.96	c 5	SAT : 23351 SAT variables, 237576 SAT clauses, 5573485 bytes
4.77/4.96	c 5	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.84/5.02	c 5	SOLVING HOME/temp.cnf
4.84/5.02	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.84/5.03	c 5	This is MiniSat 2.0 beta
4.84/5.03	c 5	WARNING: for repeatability, setting FPU to use double precision
4.84/5.03	c 5	============================[ Problem Statistics ]=============================
4.84/5.03	c 5	|                                                                             |
4.84/5.03	c 5	|  Number of variables:  23351                                                |
4.84/5.03	c 5	|  Number of clauses:    237576                                               |
4.86/5.17	c 5	|  Parsing time:         0.13         s                                       |
4.86/5.18	c 5	============================[ Search Statistics ]==============================
4.86/5.18	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.86/5.19	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.86/5.19	c 5	===============================================================================
4.86/5.19	c 5	|         0 |   23351   237576   942115 |    79192        0    nan |  0.000 % |
4.86/5.19	c 5	|       100 |   23351   237576   942115 |    87111      100     12 |  0.000 % |
4.86/5.22	c 5	|       250 |   23351   237576   942115 |    95822      250     15 |  0.000 % |
4.86/5.26	c 6	|       475 |   23351   237576   942115 |   105404      475     20 |  0.000 % |
4.86/5.32	c 6	|       812 |   23351   237576   942115 |   115945      812     19 |  0.000 % |
5.22/5.41	c 6	|      1319 |   23351   237576   942115 |   127539     1319     18 |  0.000 % |
5.31/5.51	c 6	|      2079 |   23351   237576   942115 |   140293     2079     19 |  0.000 % |
5.51/5.71	c 6	|      3218 |   23351   237576   942115 |   154322     3218     21 |  0.000 % |
5.80/6.06	c 6	|      4926 |   23351   237576   942115 |   169755     4926     25 |  0.000 % |
6.41/6.65	c 7	|      7488 |   23351   237576   942115 |   186730     7488     27 |  0.000 % |
7.30/7.53	c 8	|     11332 |   23351   237576   942115 |   205403    11332     27 |  0.000 % |
8.78/9.03	c 9	|     17098 |   23351   237576   942115 |   225944    17098     34 |  0.000 % |
11.16/11.43	c 12	|     25747 |   23351   237576   942115 |   248538    25747     34 |  0.000 % |
14.72/15.04	c 15	|     38722 |   23351   237576   942115 |   273392    38722     34 |  0.000 % |
20.08/20.46	c 21	===============================================================================
20.08/20.46	c 21	restarts              : 14
20.08/20.46	c 21	conflicts             : 56228          (3688 /sec)
20.08/20.46	c 21	decisions             : 122302         (1.56 % random) (8022 /sec)
20.08/20.46	c 21	propagations          : 20873314       (1369130 /sec)
20.08/20.46	c 21	conflict literals     : 2122001        (7.01 % deleted)
20.08/20.46	c 21	Memory used           : 25.62 MB
20.08/20.46	c 21	CPU time              : 15.2457 s
20.08/20.46	c 21	
20.08/20.47	c 21	SATISFIABLE
20.08/20.48	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.08/20.48	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.16/20.56	c 21	Decoding HOME/temp.out
20.16/20.77	s SATISFIABLE
20.46/20.90	v 1 1 1 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 0 1 0 1 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 1 1 1 1 0 0 0 0 1 1 0 1 0 1 1 0 0 1 0 1 0 0 0 1 1 0 1 0 0 0 1 1 1 0 1 0 1 1 1 0 0 1 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 1 1 1 1 0 1 0 0 0 1 0 1 1 0 1 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 1 0 0 1 1 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 0 1 1 1 0 0 1 0 1 0 0 1 0 1 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 0 0 1 1 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 1 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 1 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 1 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 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 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 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 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 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 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 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 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 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 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 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 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 1 0 0 0 0 1 1 1 0 1 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 1 0 0 0 1 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 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 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 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 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 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 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 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 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 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 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 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 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 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 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 1 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 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 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 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 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 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 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 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 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 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 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 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 0 0 0 0 1 0 1 0 0 1 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 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 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 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 1 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 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 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 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 1 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 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 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 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 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 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 0 1 0 0 0 1 0 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 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0
20.55/20.91	c 21	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.55/20.96	c 21	CPU 20.57 (0.07 0.03 20.19 0.28)
20.55/20.96	c 21	END Sun Jul 12 09:26:55 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086416-1247383594/watcher-2086416-1247383594 -o /tmp/evaluation-result-2086416-1247383594/solver-2086416-1247383594 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086416-1247383594.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 4/74 27657
/proc/meminfo: memFree=1890384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=18576 CPUtime=0
/proc/27657/stat : 27657 (runsolver) R 27655 27657 26783 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25426333 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27657/statm: 4644 284 249 26 0 2626 0

[startup+0.057453 s]
/proc/loadavg: 2.00 1.99 1.99 4/74 27657
/proc/meminfo: memFree=1890384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=14908 CPUtime=0.04
/proc/27657/stat : 27657 (sugar) R 27655 27657 26783 0 -1 4194304 884 0 0 0 3 1 0 0 18 0 1 0 25426333 15265792 852 996147200 4194304 4206940 548682068608 18446744073709551615 269774788784 0 0 4224 0 0 0 0 17 1 0 0
/proc/27657/statm: 3727 852 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.101461 s]
/proc/loadavg: 2.00 1.99 1.99 4/74 27657
/proc/meminfo: memFree=1890384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=0.07
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25426333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301486 s]
/proc/loadavg: 2.00 1.99 1.99 4/74 27657
/proc/meminfo: memFree=1890384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=0.07
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25426333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701539 s]
/proc/loadavg: 2.00 1.99 1.99 4/74 27657
/proc/meminfo: memFree=1890384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=0.07
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25426333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 2.00 1.99 1.99 3/85 27679
/proc/meminfo: memFree=1882104/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=0.82
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1309 7436 0 1 5 2 70 5 15 0 1 0 25426333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1111 409 3 0 796 0
[pid=27670] ppid=27657 vsize=5356 CPUtime=0
/proc/27670/stat : 27670 (sh) S 27657 27657 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25426421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27670/statm: 1339 233 193 169 0 50 0
[pid=27671] ppid=27670 vsize=868592 CPUtime=0.59
/proc/27671/stat : 27671 (java) S 27670 27657 26783 0 -1 0 7156 0 1 0 55 4 0 0 18 0 9 0 25426422 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27671/statm: 217148 6412 2566 9 0 211653 0
[pid=27671/tid=27672] ppid=27670 vsize=868592 CPUtime=0.32
/proc/27671/task/27672/stat : 27672 (java) R 27670 27657 26783 0 -1 64 2665 0 1 0 31 1 0 0 21 0 9 0 25426423 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4126514820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27673] ppid=27670 vsize=868592 CPUtime=0.08
/proc/27671/task/27673/stat : 27673 (java) S 27670 27657 26783 0 -1 64 2311 0 0 0 7 1 0 0 16 0 9 0 25426424 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27674] ppid=27670 vsize=868592 CPUtime=0
/proc/27671/task/27674/stat : 27674 (java) S 27670 27657 26783 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25426424 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27675] ppid=27670 vsize=868592 CPUtime=0
/proc/27671/task/27675/stat : 27675 (java) S 27670 27657 26783 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25426424 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27676] ppid=27670 vsize=868592 CPUtime=0
/proc/27671/task/27676/stat : 27676 (java) S 27670 27657 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25426426 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27677] ppid=27670 vsize=868592 CPUtime=0.16
/proc/27671/task/27677/stat : 27677 (java) S 27670 27657 26783 0 -1 64 1482 0 0 0 15 1 0 0 16 0 9 0 25426426 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27678] ppid=27670 vsize=868592 CPUtime=0
/proc/27671/task/27678/stat : 27678 (java) S 27670 27657 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25426426 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27679] ppid=27670 vsize=868592 CPUtime=0
/proc/27671/task/27679/stat : 27679 (java) S 27670 27657 26783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25426426 889438208 6412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890816

[startup+3.10286 s]
/proc/loadavg: 2.00 1.99 1.99 3/85 27679
/proc/meminfo: memFree=1861112/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=0.82
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1310 7436 0 1 5 2 70 5 15 0 1 0 25426333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1111 409 3 0 796 0
[pid=27670] ppid=27657 vsize=5356 CPUtime=0
/proc/27670/stat : 27670 (sh) S 27657 27657 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25426421 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27670/statm: 1339 233 193 169 0 50 0
[pid=27671] ppid=27670 vsize=869096 CPUtime=2.18
/proc/27671/stat : 27671 (java) S 27670 27657 26783 0 -1 0 12505 0 1 0 209 9 0 0 18 0 9 0 25426422 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27671/statm: 217274 11272 2566 9 0 211779 0
[pid=27671/tid=27672] ppid=27670 vsize=869096 CPUtime=1.25
/proc/27671/task/27672/stat : 27672 (java) R 27670 27657 26783 0 -1 64 2992 0 1 0 123 2 0 0 25 0 9 0 25426423 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27673] ppid=27670 vsize=869096 CPUtime=0.68
/proc/27671/task/27673/stat : 27673 (java) R 27670 27657 26783 0 -1 64 7294 0 0 0 63 5 0 0 16 0 9 0 25426424 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27674] ppid=27670 vsize=869096 CPUtime=0
/proc/27671/task/27674/stat : 27674 (java) S 27670 27657 26783 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25426424 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27675] ppid=27670 vsize=869096 CPUtime=0
/proc/27671/task/27675/stat : 27675 (java) S 27670 27657 26783 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25426424 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27676] ppid=27670 vsize=869096 CPUtime=0
/proc/27671/task/27676/stat : 27676 (java) S 27670 27657 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25426426 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27677] ppid=27670 vsize=869096 CPUtime=0.23
/proc/27671/task/27677/stat : 27677 (java) S 27670 27657 26783 0 -1 64 1521 0 0 0 22 1 0 0 16 0 9 0 25426426 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27678] ppid=27670 vsize=869096 CPUtime=0
/proc/27671/task/27678/stat : 27678 (java) S 27670 27657 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25426426 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27671/tid=27679] ppid=27670 vsize=869096 CPUtime=0
/proc/27671/task/27679/stat : 27679 (java) S 27670 27657 26783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25426426 889954304 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891320

[startup+6.30128 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 27681
/proc/meminfo: memFree=1867000/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=4.86
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1376 20433 0 2 6 2 459 19 15 0 1 0 25426333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1113 409 3 0 796 0
[pid=27680] ppid=27657 vsize=5356 CPUtime=0
/proc/27680/stat : 27680 (sh) S 27657 27657 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25426835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27680/statm: 1339 232 193 169 0 50 0
[pid=27681] ppid=27680 vsize=16020 CPUtime=1.25
/proc/27681/stat : 27681 (minisat) R 27680 27657 26783 0 -1 4194304 3780 0 0 0 123 2 0 0 25 0 1 0 25426836 16404480 3766 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27681/statm: 4005 3766 76 150 0 3852 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 38244

[startup+12.7021 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 27681
/proc/meminfo: memFree=1861440/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=4.86
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1376 20433 0 2 6 2 459 19 16 0 1 0 25426333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1113 409 3 0 796 0
[pid=27680] ppid=27657 vsize=5356 CPUtime=0
/proc/27680/stat : 27680 (sh) S 27657 27657 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25426835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27680/statm: 1339 232 193 169 0 50 0
[pid=27681] ppid=27680 vsize=20932 CPUtime=7.59
/proc/27681/stat : 27681 (minisat) R 27680 27657 26783 0 -1 4194304 5017 0 0 0 756 3 0 0 25 0 1 0 25426836 21434368 5003 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/27681/statm: 5233 5003 76 150 0 5080 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 43156

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

[startup+15.9015 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 27681
/proc/meminfo: memFree=1859520/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=4.86
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1376 20433 0 2 6 2 459 19 16 0 1 0 25426333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1113 409 3 0 796 0
[pid=27680] ppid=27657 vsize=5356 CPUtime=0
/proc/27680/stat : 27680 (sh) S 27657 27657 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25426835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27680/statm: 1339 232 193 169 0 50 0
[pid=27681] ppid=27680 vsize=22992 CPUtime=10.75
/proc/27681/stat : 27681 (minisat) R 27680 27657 26783 0 -1 4194304 5514 0 0 0 1072 3 0 0 25 0 1 0 25426836 23543808 5500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27681/statm: 5748 5500 76 150 0 5595 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 45216

[startup+19.103 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 27681
/proc/meminfo: memFree=1857216/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=4.86
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1376 20433 0 2 6 2 459 19 16 0 1 0 25426333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1113 409 3 0 796 0
[pid=27680] ppid=27657 vsize=5356 CPUtime=0
/proc/27680/stat : 27680 (sh) S 27657 27657 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25426835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27680/statm: 1339 232 193 169 0 50 0
[pid=27681] ppid=27680 vsize=25308 CPUtime=13.93
/proc/27681/stat : 27681 (minisat) R 27680 27657 26783 0 -1 4194304 6109 0 0 0 1389 4 0 0 25 0 1 0 25426836 25915392 6095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27681/statm: 6327 6095 76 150 0 6174 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 47532

[startup+19.9021 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 27681
/proc/meminfo: memFree=1856384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=4.86
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1376 20433 0 2 6 2 459 19 16 0 1 0 25426333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1113 409 3 0 796 0
[pid=27680] ppid=27657 vsize=5356 CPUtime=0
/proc/27680/stat : 27680 (sh) S 27657 27657 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25426835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27680/statm: 1339 232 193 169 0 50 0
[pid=27681] ppid=27680 vsize=25836 CPUtime=14.72
/proc/27681/stat : 27681 (minisat) R 27680 27657 26783 0 -1 4194304 6232 0 0 0 1468 4 0 0 25 0 1 0 25426836 26456064 6218 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27681/statm: 6459 6218 76 150 0 6306 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 48060

[startup+20.7022 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 27681
/proc/meminfo: memFree=1856384/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=20.16
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1448 27077 0 2 6 2 1984 24 16 0 1 0 25426333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 16868

[startup+20.9072 s]
/proc/loadavg: 2.00 1.99 1.99 3/85 27691
/proc/meminfo: memFree=1874560/2055920 swapFree=4192812/4192956
[pid=27657] ppid=27655 vsize=16868 CPUtime=20.18
/proc/27657/stat : 27657 (sugar) S 27655 27657 26783 0 -1 4194304 1455 27077 0 2 7 3 1984 24 15 0 1 0 25426333 17272832 1117 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27657/statm: 4217 1117 409 3 0 796 0
[pid=27682] ppid=27657 vsize=5356 CPUtime=0
/proc/27682/stat : 27682 (sh) S 27657 27657 26783 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 25428381 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27682/statm: 1339 233 193 169 0 50 0
[pid=27683] ppid=27682 vsize=864124 CPUtime=0.37
/proc/27683/stat : 27683 (java) S 27682 27657 26783 0 -1 0 3717 0 1 0 34 3 0 0 18 0 9 0 25428381 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27683/statm: 216031 3182 1617 9 0 210543 0
[pid=27683/tid=27684] ppid=27682 vsize=864124 CPUtime=0.24
/proc/27683/task/27684/stat : 27684 (java) R 27682 27657 26783 0 -1 64 2429 0 1 0 22 2 0 0 21 0 9 0 25428382 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4159512523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27685] ppid=27682 vsize=864124 CPUtime=0.01
/proc/27683/task/27685/stat : 27685 (java) S 27682 27657 26783 0 -1 64 230 0 0 0 1 0 0 0 16 0 9 0 25428384 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27686] ppid=27682 vsize=864124 CPUtime=0
/proc/27683/task/27686/stat : 27686 (java) S 27682 27657 26783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25428384 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27687] ppid=27682 vsize=864124 CPUtime=0
/proc/27683/task/27687/stat : 27687 (java) S 27682 27657 26783 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25428384 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27688] ppid=27682 vsize=864124 CPUtime=0
/proc/27683/task/27688/stat : 27688 (java) S 27682 27657 26783 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25428386 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27689] ppid=27682 vsize=864124 CPUtime=0.11
/proc/27683/task/27689/stat : 27689 (java) S 27682 27657 26783 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 25428386 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27690] ppid=27682 vsize=864124 CPUtime=0
/proc/27683/task/27690/stat : 27690 (java) S 27682 27657 26783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25428386 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27683/tid=27691] ppid=27682 vsize=864124 CPUtime=0
/proc/27683/task/27691/stat : 27691 (java) S 27682 27657 26783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25428386 884862976 3182 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.55
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 20.9648
CPU time (s): 20.6089
CPU user time (s): 20.2749
CPU system time (s): 0.333949
CPU usage (%): 98.302
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2749
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32765
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= 8148
involuntary context switches= 8403

runsolver used 0.033994 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 09:26:34
IDJOB=2086416
IDBENCH=58590
IDSOLVER=739
FILE ID=node13/2086416-1247383594
PBS_JOBID= 9507185
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-19-19-9-9-4_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086416-1247383594/watcher-2086416-1247383594 -o /tmp/evaluation-result-2086416-1247383594/solver-2086416-1247383594 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086416-1247383594.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 456a0382e65dc0e314fde1d66e75729c
RANDOM SEED=1165680417

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
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.241
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:       1890864 kB
Buffers:         10188 kB
Cached:          68624 kB
SwapCached:          0 kB
Active:          85460 kB
Inactive:        29188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          46992 kB
Slab:            35596 kB
Committed_AS:   200692 kB
PageTables:       1948 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= 66296 MiB
End job on node13 at 2009-07-12 09:26:55