Trace number 2067606

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 29.9204 30.3547

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-3-13-19.xml
MD5SUM6cbcc6edcedb57b7f84e6e64526ef8de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2484
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30522
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30522
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:45:42 2009
0.00/0.08	c 0	PID 14697
0.00/0.08	c 0	HOST node24.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2067606-1247345142.xml TO HOME/temp.csp
0.00/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-2067606-1247345142.xml' 'HOME/temp.csp'
2.15/2.21	c 2	1 domains, 4608 variables, 8 predicates, 0 relations, 30522 constraints
2.15/2.24	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.15/2.24	c 2	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'
2.18/2.32	c 3	Parsing HOME/temp.csp
2.18/2.48	c 3	parsed 10000 expressions
2.18/2.63	c 3	parsed 20000 expressions
2.18/2.80	c 3	parsed 30000 expressions
2.18/2.95	c 3	parsed 35139 expressions
2.18/2.96	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.96	c 3	Converting to clausal form CSP
2.18/3.01	c 3	converted 3514 (10%) expressions
3.12/3.28	c 3	converted 7028 (20%) expressions
3.21/3.40	c 4	converted 10542 (30%) expressions
3.41/3.51	c 4	converted 14056 (40%) expressions
3.50/3.62	c 4	converted 17570 (50%) expressions
3.60/3.72	c 4	converted 21084 (60%) expressions
3.70/3.83	c 4	converted 24598 (70%) expressions
3.90/4.08	c 4	converted 28112 (80%) expressions
4.00/4.18	c 4	converted 31626 (90%) expressions
4.40/4.53	c 5	converted 35139 (100%) expressions
4.40/4.53	c 5	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
4.40/4.53	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.40/4.54	c 5	Propagation in CSP
4.59/4.71	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.59/4.71	c 5	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
4.59/4.71	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.73	c 5	Simplifing CSP by introducing new Boolean variables
4.59/4.75	c 5	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
4.59/4.75	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.87	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.69/4.88	c 5	571 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.69/4.89	c 5	1142 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.69/4.89	c 5	1712 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.69/4.89	c 5	2283 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.69/4.90	c 5	2853 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.69/4.90	c 5	3424 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.78/4.90	c 5	3995 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.78/4.90	c 5	4565 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.78/4.91	c 5	5136 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
4.78/4.91	c 5	5706 (100%) CSP integer variables are encoded (2898 clauses, 37738 bytes)
4.78/4.99	c 5	3272 (10%) CSP clauses are encoded (6170 clauses, 87606 bytes)
4.90/5.02	c 5	6544 (20%) CSP clauses are encoded (9442 clauses, 139958 bytes)
4.90/5.05	c 5	9816 (30%) CSP clauses are encoded (12714 clauses, 192310 bytes)
4.90/5.08	c 5	13088 (40%) CSP clauses are encoded (15986 clauses, 244662 bytes)
5.00/5.11	c 5	16359 (50%) CSP clauses are encoded (19257 clauses, 302464 bytes)
5.00/5.14	c 5	19631 (60%) CSP clauses are encoded (22529 clauses, 361360 bytes)
5.00/5.17	c 5	22903 (70%) CSP clauses are encoded (25801 clauses, 420256 bytes)
5.10/5.20	c 5	26175 (80%) CSP clauses are encoded (29073 clauses, 479152 bytes)
5.10/5.24	c 5	29447 (90%) CSP clauses are encoded (34011 clauses, 553216 bytes)
8.06/8.26	c 8	32718 (100%) CSP clauses are encoded (120462 clauses, 2448992 bytes)
8.06/8.26	c 8	32718 CSP clauses encoded
8.06/8.27	c 8	Writing map file : HOME/temp.map
8.06/8.29	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.06/8.29	c 8	SAT : 8604 SAT variables, 120462 SAT clauses, 2448992 bytes
8.06/8.29	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.15/8.35	c 9	SOLVING HOME/temp.cnf
8.15/8.35	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/8.35	c 9	This is MiniSat 2.0 beta
8.15/8.35	c 9	WARNING: for repeatability, setting FPU to use double precision
8.15/8.35	c 9	============================[ Problem Statistics ]=============================
8.15/8.35	c 9	|                                                                             |
8.15/8.35	c 9	|  Number of variables:  8604                                                 |
8.15/8.35	c 9	|  Number of clauses:    120462                                               |
8.16/8.42	c 9	|  Parsing time:         0.06         s                                       |
8.16/8.42	c 9	============================[ Search Statistics ]==============================
8.16/8.42	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.16/8.42	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.16/8.42	c 9	===============================================================================
8.16/8.42	c 9	|         0 |    8604   120462   434538 |    40154        0    nan |  0.000 % |
8.16/8.43	c 9	|       100 |    8604   120462   434538 |    44169      100     24 |  0.000 % |
8.16/8.45	c 9	|       250 |    8604   120462   434538 |    48586      250     31 |  0.000 % |
8.16/8.48	c 9	|       475 |    8604   120462   434538 |    53444      475     30 |  0.000 % |
8.16/8.52	c 9	|       812 |    8604   120462   434538 |    58789      812     39 |  0.000 % |
8.16/8.57	c 9	|      1318 |    8604   120462   434538 |    64668     1318     42 |  0.000 % |
8.16/8.64	c 9	|      2078 |    8604   120462   434538 |    71135     2078     52 |  0.000 % |
8.16/8.76	c 9	|      3217 |    8604   120462   434538 |    78248     3217     58 |  0.000 % |
8.70/8.93	c 9	|      4925 |    8604   120462   434538 |    86073     4925     63 |  0.000 % |
8.99/9.24	c 9	|      7487 |    8604   120462   434538 |    94681     7487     71 |  0.000 % |
9.39/9.68	c 10	|     11331 |    8604   120462   434538 |   104149    11331     77 |  0.000 % |
10.08/10.33	c 11	|     17098 |    8604   120462   434538 |   114564    17098     75 |  0.000 % |
11.37/11.63	c 12	|     25747 |    8604   120462   434538 |   126020    25747     77 |  0.000 % |
13.24/13.54	c 14	|     38721 |    8604   120462   434538 |   138622    38721     78 |  0.000 % |
20.28/20.60	c 21	|     58182 |    8604   120462   434538 |   152484    58182     86 |  0.000 % |
29.10/29.56	c 30	|     87374 |    8604   120462   434538 |   167733    87374     81 |  0.000 % |
29.40/29.85	c 30	===============================================================================
29.40/29.85	c 30	restarts              : 16
29.40/29.85	c 30	conflicts             : 89081          (4197 /sec)
29.40/29.85	c 30	decisions             : 103110         (1.39 % random) (4858 /sec)
29.40/29.85	c 30	propagations          : 11002137       (518363 /sec)
29.40/29.85	c 30	conflict literals     : 7163882        (6.39 % deleted)
29.40/29.85	c 30	Memory used           : 39.27 MB
29.40/29.85	c 30	CPU time              : 21.2248 s
29.40/29.85	c 30	
29.40/29.86	c 30	SATISFIABLE
29.40/29.87	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.40/29.87	c 30	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'
29.47/29.95	c 30	Decoding HOME/temp.out
29.47/30.16	s SATISFIABLE
29.48/30.29	v 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 1 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 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 1 0 0 1 0 0 0 0 0 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 0 0 0 1 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 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 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 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 0 0 0 1 0 0 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 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 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 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 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 1 0 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 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 0 1 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 0 0 1 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 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 1 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 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 1 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 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 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 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 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 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 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 0 1 0 0 0 1 0 0 0 0 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 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 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 1 0 1 0 0 0 0 0 0 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 1 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 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 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 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 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 1 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 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 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 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 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 1 1 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 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 1 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 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 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 1 0 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 1 0 0 1 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 1 0 1 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 0 0 0 0 1
29.48/30.30	c 30	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.50/30.35	c 31	CPU 29.89 (0.07 0.04 29.4 0.38)
29.50/30.35	c 31	END Sat Jul 11 22:46:13 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-2067606-1247345142/watcher-2067606-1247345142 -o /tmp/evaluation-result-2067606-1247345142/solver-2067606-1247345142 -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-2067606-1247345142.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 2.00 2.00 4/74 14697
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=18576 CPUtime=0
/proc/14697/stat : 14697 (runsolver) R 14695 14697 13511 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21581044 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14697/statm: 4644 284 249 26 0 2626 0

[startup+0.105823 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14697
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=0.07
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201841 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14697
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=0.07
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302853 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14697
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=0.07
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701931 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14697
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=0.07
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 14709
/proc/meminfo: memFree=1440120/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=0.07
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
[pid=14700] ppid=14697 vsize=5356 CPUtime=0
/proc/14700/stat : 14700 (sh) S 14697 14697 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21581053 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14700/statm: 1339 233 193 169 0 50 0
[pid=14701] ppid=14700 vsize=864772 CPUtime=1.39
/proc/14701/stat : 14701 (java) S 14700 14697 13511 0 -1 0 15886 0 1 0 130 9 0 0 18 0 9 0 21581053 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 216193 13919 2556 9 0 210705 0
[pid=14701/tid=14702] ppid=14700 vsize=864772 CPUtime=0.79
/proc/14701/task/14702/stat : 14702 (java) R 14700 14697 13511 0 -1 64 3071 0 1 0 76 3 0 0 24 0 9 0 21581054 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4126700972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14703] ppid=14700 vsize=864772 CPUtime=0.45
/proc/14701/task/14703/stat : 14703 (java) S 14700 14697 13511 0 -1 64 11595 0 0 0 41 4 0 0 16 0 9 0 21581055 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14704] ppid=14700 vsize=864772 CPUtime=0
/proc/14701/task/14704/stat : 14704 (java) S 14700 14697 13511 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21581055 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14705] ppid=14700 vsize=864772 CPUtime=0
/proc/14701/task/14705/stat : 14705 (java) S 14700 14697 13511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21581055 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14706] ppid=14700 vsize=864772 CPUtime=0
/proc/14701/task/14706/stat : 14706 (java) S 14700 14697 13511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21581058 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14707] ppid=14700 vsize=864772 CPUtime=0.11
/proc/14701/task/14707/stat : 14707 (java) S 14700 14697 13511 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 21581058 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14708] ppid=14700 vsize=864772 CPUtime=0
/proc/14701/task/14708/stat : 14708 (java) S 14700 14697 13511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21581058 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14709] ppid=14700 vsize=864772 CPUtime=0
/proc/14701/task/14709/stat : 14709 (java) S 14700 14697 13511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21581058 885526528 13919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10137 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 14709
/proc/meminfo: memFree=1418360/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=2.18
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1309 19048 0 1 5 2 199 12 15 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30296 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 14719
/proc/meminfo: memFree=1427704/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=2.19
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1310 19048 0 1 6 2 199 12 15 0 1 0 21581044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1111 409 3 0 796 0
[pid=14710] ppid=14697 vsize=5356 CPUtime=0
/proc/14710/stat : 14710 (sh) S 14697 14697 13511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21581269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 1339 233 193 169 0 50 0
[pid=14711] ppid=14710 vsize=868736 CPUtime=4
/proc/14711/stat : 14711 (java) S 14710 14697 13511 0 -1 0 14776 0 1 0 390 10 0 0 18 0 9 0 21581269 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14711/statm: 217184 13143 2590 9 0 211661 0
[pid=14711/tid=14712] ppid=14710 vsize=868736 CPUtime=2.98
/proc/14711/task/14712/stat : 14712 (java) R 14710 14697 13511 0 -1 64 3032 0 1 0 295 3 0 0 25 0 9 0 21581270 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4126551029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14713] ppid=14710 vsize=868736 CPUtime=0.75
/proc/14711/task/14713/stat : 14713 (java) S 14710 14697 13511 0 -1 64 9505 0 0 0 71 4 0 0 16 0 9 0 21581271 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14714] ppid=14710 vsize=868736 CPUtime=0
/proc/14711/task/14714/stat : 14714 (java) S 14710 14697 13511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21581271 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14715] ppid=14710 vsize=868736 CPUtime=0
/proc/14711/task/14715/stat : 14715 (java) S 14710 14697 13511 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21581271 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14716] ppid=14710 vsize=868736 CPUtime=0
/proc/14711/task/14716/stat : 14716 (java) S 14710 14697 13511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21581273 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14717] ppid=14710 vsize=868736 CPUtime=0.24
/proc/14711/task/14717/stat : 14717 (java) S 14710 14697 13511 0 -1 64 1537 0 0 0 23 1 0 0 15 0 9 0 21581273 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14718] ppid=14710 vsize=868736 CPUtime=0
/proc/14711/task/14718/stat : 14718 (java) S 14710 14697 13511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21581273 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14711/tid=14719] ppid=14710 vsize=868736 CPUtime=0
/proc/14711/task/14719/stat : 14719 (java) S 14710 14697 13511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21581273 889585664 13143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890960

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 14721
/proc/meminfo: memFree=1450872/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=8.16
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1376 34167 0 2 6 2 784 24 16 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
[pid=14720] ppid=14697 vsize=5356 CPUtime=0
/proc/14720/stat : 14720 (sh) S 14697 14697 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21581879 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14720/statm: 1339 232 193 169 0 50 0
[pid=14721] ppid=14720 vsize=19616 CPUtime=4.29
/proc/14721/stat : 14721 (minisat) R 14720 14697 13511 0 -1 4194304 4794 0 0 0 426 3 0 0 25 0 1 0 21581880 20086784 4780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14721/statm: 4904 4780 76 150 0 4751 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 41840

[startup+25.5025 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1432952/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=8.16
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1376 34167 0 2 6 2 784 24 16 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
[pid=14720] ppid=14697 vsize=5356 CPUtime=0
/proc/14720/stat : 14720 (sh) S 14697 14697 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21581879 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14720/statm: 1339 232 193 169 0 50 0
[pid=14721] ppid=14720 vsize=36476 CPUtime=16.97
/proc/14721/stat : 14721 (minisat) R 14720 14697 13511 0 -1 4194304 8998 0 0 0 1691 6 0 0 25 0 1 0 21581880 37351424 8984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14721/statm: 9119 8984 76 150 0 8966 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 58700

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

[startup+25.6025 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1432952/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=8.16
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1376 34167 0 2 6 2 784 24 16 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
[pid=14720] ppid=14697 vsize=5356 CPUtime=0
/proc/14720/stat : 14720 (sh) S 14697 14697 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21581879 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14720/statm: 1339 232 193 169 0 50 0
[pid=14721] ppid=14720 vsize=36608 CPUtime=17.07
/proc/14721/stat : 14721 (minisat) R 14720 14697 13511 0 -1 4194304 9018 0 0 0 1701 6 0 0 25 0 1 0 21581880 37486592 9004 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/14721/statm: 9152 9004 76 150 0 8999 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 58832

[startup+28.8011 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1430456/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=8.16
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1376 34167 0 2 6 2 784 24 16 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
[pid=14720] ppid=14697 vsize=5356 CPUtime=0
/proc/14720/stat : 14720 (sh) S 14697 14697 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21581879 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14720/statm: 1339 232 193 169 0 50 0
[pid=14721] ppid=14720 vsize=39012 CPUtime=20.25
/proc/14721/stat : 14721 (minisat) R 14720 14697 13511 0 -1 4194304 9622 0 0 0 2018 7 0 0 25 0 1 0 21581880 39948288 9608 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/14721/statm: 9753 9608 76 150 0 9600 0
Current children cumulated CPU time (s) 28.41
Current children cumulated vsize (KiB) 61236

[startup+29.6013 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1430456/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=8.16
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1376 34167 0 2 6 2 784 24 16 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
[pid=14720] ppid=14697 vsize=5356 CPUtime=0
/proc/14720/stat : 14720 (sh) S 14697 14697 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21581879 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14720/statm: 1339 232 193 169 0 50 0
[pid=14721] ppid=14720 vsize=39676 CPUtime=21.04
/proc/14721/stat : 14721 (minisat) R 14720 14697 13511 0 -1 4194304 9792 0 0 0 2097 7 0 0 25 0 1 0 21581880 40628224 9778 996147200 134512640 135127466 4294956256 18446744073709551615 134527996 0 0 4096 3 0 0 0 17 1 0 0
/proc/14721/statm: 9919 9778 76 150 0 9766 0
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (KiB) 61900

[startup+30.0013 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1429496/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=29.47
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1448 44392 0 2 6 2 2907 32 16 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 29.47
Current children cumulated vsize (KiB) 16868

[startup+30.2014 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1429496/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=29.48
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1449 44392 0 2 6 3 2907 32 15 0 1 0 21581044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (KiB) 16868

[startup+30.3014 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 14721
/proc/meminfo: memFree=1429496/2055920 swapFree=4192956/4192956
[pid=14697] ppid=14695 vsize=16868 CPUtime=29.5
/proc/14697/stat : 14697 (sugar) S 14695 14697 13511 0 -1 4194304 1456 44392 0 2 7 4 2907 32 15 0 1 0 21581044 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14697/statm: 4217 1118 409 3 0 796 0
Current children cumulated CPU time (s) 29.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 30.3547
CPU time (s): 29.9204
CPU user time (s): 29.4825
CPU system time (s): 0.437933
CPU usage (%): 98.5696
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4825
system time used= 0.437933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50115
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= 8828
involuntary context switches= 9285

runsolver used 0.040993 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 22:45:42
IDJOB=2067606
IDBENCH=54676
IDSOLVER=739
FILE ID=node24/2067606-1247345142
PBS_JOBID= 9506669
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-3-13-19.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-2067606-1247345142/watcher-2067606-1247345142 -o /tmp/evaluation-result-2067606-1247345142/solver-2067606-1247345142 -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-2067606-1247345142.xml

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

MD5SUM BENCH= 6cbcc6edcedb57b7f84e6e64526ef8de
RANDOM SEED=299534822

node24.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.287
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.287
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:       1476272 kB
Buffers:         62592 kB
Cached:         439248 kB
SwapCached:          0 kB
Active:         107688 kB
Inactive:       416104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5964 kB
Writeback:           0 kB
Mapped:          32692 kB
Slab:            41144 kB
Committed_AS:   217624 kB
PageTables:       1812 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= 66456 MiB
End job on node24 at 2009-07-11 22:46:13