Trace number 2087296

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 179.533 181.376

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-8.xml
MD5SUM6d260f3f138d26601b40438bc6e36354
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 benchmark0.992848
Satisfiable
(Un)Satisfiability was proved
Number of variables2808
Number of constraints13716
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13716
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 10:03:20 2009
0.00/0.07	c 0	PID 25548
0.00/0.08	c 0	HOST node4.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087296-1247385799.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-2087296-1247385799.xml' 'HOME/temp.csp'
1.06/1.14	c 1	1 domains, 2808 variables, 4 predicates, 0 relations, 13716 constraints
1.06/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	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'
1.11/1.27	c 1	Parsing HOME/temp.csp
1.11/1.44	c 1	parsed 10000 expressions
1.11/1.55	c 1	parsed 16529 expressions
1.11/1.55	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.55	c 1	Converting to clausal form CSP
1.11/1.61	c 1	converted 1653 (10%) expressions
1.11/1.72	c 1	converted 3306 (20%) expressions
1.11/1.87	c 1	converted 4959 (30%) expressions
1.11/1.98	c 2	converted 6612 (40%) expressions
1.11/2.04	c 2	converted 8265 (50%) expressions
1.11/2.09	c 2	converted 9918 (60%) expressions
1.11/2.15	c 2	converted 11571 (70%) expressions
2.09/2.21	c 2	converted 13224 (80%) expressions
2.09/2.27	c 2	converted 14877 (90%) expressions
2.39/2.51	c 2	converted 16529 (100%) expressions
2.39/2.52	c 2	CSP : 3096 integers, 0 booleans, 14484 clauses, largest domain size 9
2.39/2.52	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.52	c 2	Propagation in CSP
2.59/2.74	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.74	c 2	CSP : 3096 integers, 0 booleans, 14484 clauses, largest domain size 9
2.59/2.74	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.75	c 2	Simplifing CSP by introducing new Boolean variables
2.59/2.77	c 2	CSP : 3096 integers, 0 booleans, 14484 clauses, largest domain size 9
2.59/2.77	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.68/2.83	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.68/2.85	c 2	310 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.86	c 2	620 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.87	c 2	929 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.87	c 2	1239 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.88	c 2	1548 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.88	c 2	1858 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.89	c 2	2168 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.89	c 2	2477 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.89	c 2	2787 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.78/2.90	c 2	3096 (100%) CSP integer variables are encoded (1296 clauses, 16912 bytes)
2.78/2.98	c 3	1449 (10%) CSP clauses are encoded (2745 clauses, 38584 bytes)
2.87/3.02	c 3	2897 (20%) CSP clauses are encoded (4193 clauses, 61191 bytes)
2.87/3.06	c 3	4346 (30%) CSP clauses are encoded (5642 clauses, 84609 bytes)
2.87/3.09	c 3	5794 (40%) CSP clauses are encoded (7090 clauses, 108024 bytes)
2.98/3.12	c 3	7242 (50%) CSP clauses are encoded (8538 clauses, 131467 bytes)
2.98/3.16	c 3	8691 (60%) CSP clauses are encoded (9987 clauses, 154963 bytes)
2.98/3.18	c 3	10139 (70%) CSP clauses are encoded (11435 clauses, 178503 bytes)
3.07/3.21	c 3	11588 (80%) CSP clauses are encoded (12884 clauses, 202155 bytes)
3.07/3.24	c 3	13036 (90%) CSP clauses are encoded (14332 clauses, 226140 bytes)
6.54/6.72	c 6	14484 (100%) CSP clauses are encoded (125820 clauses, 2857852 bytes)
6.54/6.72	c 6	14484 CSP clauses encoded
6.54/6.72	c 6	Writing map file : HOME/temp.map
6.54/6.74	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.54/6.74	c 6	SAT : 4392 SAT variables, 125820 SAT clauses, 2857852 bytes
6.54/6.74	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.54/6.78	c 6	SOLVING HOME/temp.cnf
6.54/6.78	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.54/6.78	c 6	This is MiniSat 2.0 beta
6.54/6.78	c 6	WARNING: for repeatability, setting FPU to use double precision
6.54/6.78	c 6	============================[ Problem Statistics ]=============================
6.54/6.78	c 6	|                                                                             |
6.54/6.78	c 6	|  Number of variables:  4392                                                 |
6.54/6.78	c 6	|  Number of clauses:    125820                                               |
6.62/6.86	c 6	|  Parsing time:         0.07         s                                       |
6.62/6.87	c 6	============================[ Search Statistics ]==============================
6.62/6.87	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.62/6.87	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.62/6.87	c 6	===============================================================================
6.62/6.87	c 6	|         0 |    4392   125820   556056 |    41940        0    nan |  0.000 % |
6.62/6.88	c 6	|       100 |    4392   125820   556056 |    46134      100     32 |  0.000 % |
6.62/6.90	c 6	|       250 |    4392   125820   556056 |    50747      250     41 |  0.000 % |
6.62/6.91	c 6	|       475 |    4392   125820   556056 |    55822      475     35 |  0.000 % |
6.62/6.93	c 6	|       812 |    4392   125820   556056 |    61404      812     32 |  0.000 % |
6.62/6.95	c 7	|      1318 |    4392   125820   556056 |    67544     1318     31 |  0.000 % |
6.62/6.99	c 7	|      2077 |    4392   125820   556056 |    74299     2077     33 |  0.000 % |
6.62/7.04	c 7	|      3216 |    4392   125820   556056 |    81729     3216     35 |  0.000 % |
6.62/7.11	c 7	|      4925 |    4392   125820   556056 |    89902     4925     35 |  0.000 % |
6.62/7.24	c 7	|      7488 |    4392   125820   556056 |    98892     7488     36 |  0.000 % |
6.62/7.50	c 7	|     11332 |    4392   125820   556056 |   108781    11332     40 |  0.000 % |
7.81/8.04	c 8	|     17098 |    4392   125820   556056 |   119659    17098     43 |  0.000 % |
8.71/8.95	c 9	|     25748 |    4392   125820   556056 |   131625    25748     46 |  0.000 % |
11.28/11.51	c 11	|     38723 |    4392   125820   556056 |   144788    38723     49 |  0.000 % |
16.43/16.79	c 16	|     58184 |    4392   125820   556056 |   159267    58184     50 |  0.000 % |
29.02/29.47	c 29	|     87376 |    4392   125820   556056 |   175193    87376     50 |  0.000 % |
49.51/50.10	c 50	|    131165 |    4392   125820   556056 |   192713   131165     52 |  0.000 % |
108.56/109.71	c 109	|    196849 |    4392   125820   556056 |   211984    22463     62 |  0.000 % |
131.84/133.25	c 133	|    295375 |    4392   125820   556056 |   233182   120989     49 |  0.000 % |
178.98/180.82	c 180	===============================================================================
178.98/180.82	c 180	restarts              : 19
178.98/180.82	c 180	conflicts             : 425012         (2467 /sec)
178.98/180.82	c 180	decisions             : 443052         (1.69 % random) (2572 /sec)
178.98/180.82	c 180	propagations          : 11624166       (67480 /sec)
178.98/180.82	c 180	conflict literals     : 20900647       (5.51 % deleted)
178.98/180.82	c 180	Memory used           : 69.88 MB
178.98/180.82	c 180	CPU time              : 172.26 s
178.98/180.82	c 180	
178.98/180.82	c 180	SATISFIABLE
178.98/180.84	c 180	DECODING HOME/temp.out WITH HOME/temp.map
178.98/180.84	c 180	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'
179.03/180.92	c 180	Decoding HOME/temp.out
179.03/181.21	s SATISFIABLE
179.05/181.31	v 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 1 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 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 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 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 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 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 1 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 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 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 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 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 1 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 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 1 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 0 0 1 0 0 0 0 1 0 0 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 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 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 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 1 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 1 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 1 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 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 1 0 0 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 1 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 0 0 0 1 0 0 0 0 1 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 0 0 1 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 0 0 1 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 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 0 1 0 0 1 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 1 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 1 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 1 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 1 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 1 0 0 0 0 0 1 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 1 0 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 1 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 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 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 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 1 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 1 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 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 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 0 0 0 1 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 1 0 0 0 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 1 0 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 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 1 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 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 1 0 0 0 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 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 0 0 1 1 0 0 0 0 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 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 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 1 0 1 0 0 0 0 0 0 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 0 1 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 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 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 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 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 0 1 0 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 0 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 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 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 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 1 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 1 0 0 0 1 0 0 0 0 0 0 0 1 0 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 0 1 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 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 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 1 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1
179.05/181.32	c 181	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
179.05/181.37	c 181	CPU 179.51 (0.08 0.03 179.01 0.39)
179.05/181.37	c 181	END Sun Jul 12 10:06:21 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-2087296-1247385799/watcher-2087296-1247385799 -o /tmp/evaluation-result-2087296-1247385799/solver-2087296-1247385799 -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-2087296-1247385799.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.07 2.03 2.00 4/81 25548
/proc/meminfo: memFree=1711312/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=12272 CPUtime=0
/proc/25548/stat : 25548 (sugar) R 25546 25548 24810 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 25647460 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 259922115582 0 0 4224 0 0 0 0 17 1 0 0
/proc/25548/statm: 3068 327 246 3 0 168 0

[startup+0.131723 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 25548
/proc/meminfo: memFree=1711312/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=0.06
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202729 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 25548
/proc/meminfo: memFree=1711312/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=0.06
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302738 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 25548
/proc/meminfo: memFree=1711312/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=0.06
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702786 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 25548
/proc/meminfo: memFree=1711312/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=0.06
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 25560
/proc/meminfo: memFree=1680120/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=1.11
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1309 11097 0 1 5 1 99 6 15 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10301 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 25570
/proc/meminfo: memFree=1686200/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=1.11
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1310 11097 0 1 5 1 99 6 15 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
[pid=25561] ppid=25548 vsize=5356 CPUtime=0
/proc/25561/stat : 25561 (sh) S 25548 25548 24810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25647580 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25561/statm: 1339 233 193 169 0 50 0
[pid=25562] ppid=25561 vsize=868704 CPUtime=1.87
/proc/25562/stat : 25562 (java) S 25561 25548 24810 0 -1 0 9585 0 1 0 180 7 0 0 18 0 9 0 25647580 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25562/statm: 217176 8484 2592 9 0 211653 0
[pid=25562/tid=25563] ppid=25561 vsize=868704 CPUtime=1.27
/proc/25562/task/25563/stat : 25563 (java) R 25561 25548 24810 0 -1 64 2779 0 1 0 125 2 0 0 25 0 9 0 25647581 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4126561648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25564] ppid=25561 vsize=868704 CPUtime=0.33
/proc/25562/task/25564/stat : 25564 (java) S 25561 25548 24810 0 -1 64 4579 0 0 0 31 2 0 0 16 0 9 0 25647582 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25565] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25565/stat : 25565 (java) S 25561 25548 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25647582 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25566] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25566/stat : 25566 (java) S 25561 25548 24810 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25647582 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25567] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25567/stat : 25567 (java) S 25561 25548 24810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25647584 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25568] ppid=25561 vsize=868704 CPUtime=0.23
/proc/25562/task/25568/stat : 25568 (java) S 25561 25548 24810 0 -1 64 1524 0 0 0 22 1 0 0 16 0 9 0 25647584 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25569] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25569/stat : 25569 (java) S 25561 25548 24810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25647584 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25570] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25570/stat : 25570 (java) S 25561 25548 24810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25647584 889552896 8484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890928

[startup+6.30231 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 25570
/proc/meminfo: memFree=1681528/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=1.11
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1310 11097 0 1 5 1 99 6 15 0 1 0 25647460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1111 409 3 0 796 0
[pid=25561] ppid=25548 vsize=5356 CPUtime=0
/proc/25561/stat : 25561 (sh) S 25548 25548 24810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25647580 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25561/statm: 1339 233 193 169 0 50 0
[pid=25562] ppid=25561 vsize=868704 CPUtime=5.03
/proc/25562/stat : 25562 (java) S 25561 25548 24810 0 -1 0 10010 0 1 0 491 12 0 0 18 0 9 0 25647580 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25562/statm: 217176 8495 2592 9 0 211653 0
[pid=25562/tid=25563] ppid=25561 vsize=868704 CPUtime=4.29
/proc/25562/task/25563/stat : 25563 (java) R 25561 25548 24810 0 -1 64 3194 0 1 0 424 5 0 0 25 0 9 0 25647581 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4126554988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25564] ppid=25561 vsize=868704 CPUtime=0.46
/proc/25562/task/25564/stat : 25564 (java) S 25561 25548 24810 0 -1 64 4579 0 0 0 42 4 0 0 16 0 9 0 25647582 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25565] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25565/stat : 25565 (java) S 25561 25548 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25647582 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25566] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25566/stat : 25566 (java) S 25561 25548 24810 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25647582 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25567] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25567/stat : 25567 (java) S 25561 25548 24810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25647584 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25568] ppid=25561 vsize=868704 CPUtime=0.24
/proc/25562/task/25568/stat : 25568 (java) S 25561 25548 24810 0 -1 64 1534 0 0 0 23 1 0 0 15 0 9 0 25647584 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25569] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25569/stat : 25569 (java) S 25561 25548 24810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25647584 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25562/tid=25570] ppid=25561 vsize=868704 CPUtime=0
/proc/25562/task/25570/stat : 25570 (java) S 25561 25548 24810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25647584 889552896 8495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890928

[startup+12.7019 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25572
/proc/meminfo: memFree=1686328/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=19596 CPUtime=5.84
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 4763 0 0 0 582 2 0 0 25 0 1 0 25648139 20066304 4749 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 4899 4749 76 150 0 4746 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 41820

[startup+25.5022 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 25572
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=28820 CPUtime=18.53
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 7032 0 0 0 1848 5 0 0 25 0 1 0 25648139 29511680 7018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 7205 7018 76 150 0 7052 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 51044

[startup+51.1026 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 25572
/proc/meminfo: memFree=1662520/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=43376 CPUtime=43.88
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 10627 0 0 0 4381 7 0 0 25 0 1 0 25648139 44417024 10613 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 10844 10613 76 150 0 10691 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 65600

[startup+102.303 s]
/proc/loadavg: 2.18 2.06 2.01 3/84 25572
/proc/meminfo: memFree=1647352/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=58468 CPUtime=94.61
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 14343 0 0 0 9451 10 0 0 25 0 1 0 25648139 59871232 14329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 14617 14329 76 150 0 14464 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 80692

[startup+162.302 s]
/proc/loadavg: 2.26 2.11 2.03 3/84 25572
/proc/meminfo: memFree=1643064/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=62880 CPUtime=154.04
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 15441 0 0 0 15393 11 0 0 25 0 1 0 25648139 64389120 15427 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 15720 15427 76 150 0 15567 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 85104

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

[startup+166.402 s]
/proc/loadavg: 2.24 2.10 2.03 3/84 25572
/proc/meminfo: memFree=1639992/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=66364 CPUtime=158.1
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 16209 0 0 0 15798 12 0 0 25 0 1 0 25648139 67956736 16195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 16591 16195 76 150 0 16438 0
Current children cumulated CPU time (s) 164.72
Current children cumulated vsize (KiB) 88588

[startup+172.806 s]
/proc/loadavg: 2.22 2.10 2.03 3/84 25572
/proc/meminfo: memFree=1636216/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=69876 CPUtime=164.45
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 17104 0 0 0 16432 13 0 0 25 0 1 0 25648139 71553024 17090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 17469 17090 76 150 0 17316 0
Current children cumulated CPU time (s) 171.07
Current children cumulated vsize (KiB) 92100

[startup+176.002 s]
/proc/loadavg: 2.20 2.10 2.02 3/84 25572
/proc/meminfo: memFree=1635128/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=71108 CPUtime=167.62
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 17386 0 0 0 16749 13 0 0 25 0 1 0 25648139 72814592 17372 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 17777 17372 76 150 0 17624 0
Current children cumulated CPU time (s) 174.24
Current children cumulated vsize (KiB) 93332

[startup+179.203 s]
/proc/loadavg: 2.20 2.10 2.02 3/84 25572
/proc/meminfo: memFree=1634616/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=71556 CPUtime=170.79
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 17498 0 0 0 17066 13 0 0 25 0 1 0 25648139 73273344 17484 996147200 134512640 135127466 4294956256 18446744073709551615 134527170 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 17889 17484 76 150 0 17736 0
Current children cumulated CPU time (s) 177.41
Current children cumulated vsize (KiB) 93780

[startup+180.003 s]
/proc/loadavg: 2.20 2.10 2.02 3/84 25572
/proc/meminfo: memFree=1634552/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=71556 CPUtime=171.57
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 17498 0 0 0 17144 13 0 0 25 0 1 0 25648139 73273344 17484 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 17889 17484 76 150 0 17736 0
Current children cumulated CPU time (s) 178.19
Current children cumulated vsize (KiB) 93780

[startup+180.801 s]
/proc/loadavg: 2.18 2.10 2.02 3/84 25572
/proc/meminfo: memFree=1634552/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=6.62
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1376 21469 0 2 6 2 633 21 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
[pid=25571] ppid=25548 vsize=5356 CPUtime=0
/proc/25571/stat : 25571 (sh) S 25548 25548 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25648138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25571/statm: 1339 232 193 169 0 50 0
[pid=25572] ppid=25571 vsize=71556 CPUtime=172.36
/proc/25572/stat : 25572 (minisat) R 25571 25548 24810 0 -1 4194304 17498 0 0 0 17223 13 0 0 25 0 1 0 25648139 73273344 17484 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/25572/statm: 17889 17484 76 150 0 17736 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 93780

[startup+181.201 s]
/proc/loadavg: 2.18 2.10 2.02 3/84 25572
/proc/meminfo: memFree=1634552/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=179.03
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1448 39262 0 2 6 2 17859 36 16 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 16868

[startup+181.301 s]
/proc/loadavg: 2.18 2.10 2.02 3/84 25572
/proc/meminfo: memFree=1634552/2055920 swapFree=4192812/4192956
[pid=25548] ppid=25546 vsize=16868 CPUtime=179.05
/proc/25548/stat : 25548 (sugar) S 25546 25548 24810 0 -1 4194304 1449 39262 0 2 7 3 17859 36 15 0 1 0 25647460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25548/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 181.376
CPU time (s): 179.533
CPU user time (s): 179.1
CPU system time (s): 0.432934
CPU usage (%): 98.9838
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.1
system time used= 0.432934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44905
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= 11102
involuntary context switches= 18170

runsolver used 0.25896 second user time and 0.579911 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 10:03:20
IDJOB=2087296
IDBENCH=58712
IDSOLVER=739
FILE ID=node4/2087296-1247385799
PBS_JOBID= 9507253
Free space on /tmp= 66236 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-8.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-2087296-1247385799/watcher-2087296-1247385799 -o /tmp/evaluation-result-2087296-1247385799/solver-2087296-1247385799 -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-2087296-1247385799.xml

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

MD5SUM BENCH= 6d260f3f138d26601b40438bc6e36354
RANDOM SEED=1492004449

node4.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.213
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.213
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:       1711792 kB
Buffers:         13712 kB
Cached:         105356 kB
SwapCached:          0 kB
Active:         260896 kB
Inactive:        34480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:         196688 kB
Slab:            33504 kB
Committed_AS:   400920 kB
PageTables:       2260 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= 66236 MiB
End job on node4 at 2009-07-12 10:06:21