Trace number 2067562

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.1209 20.6321

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-3-13-25-26.xml
MD5SUM7672cbc92c95110a92bce4d4d3f0bc43
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.0635
Satisfiable
(Un)Satisfiability was proved
Number of variables4644
Number of constraints31428
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31428
Global constraints used (with number of constraints)

Solver Data

0.05/0.28	c 0	Sugar v1-14-6 + HOME/minisat
0.09/0.30	c 0	BEGIN Sat Jul 11 22:43:18 2009
0.09/0.30	c 0	PID 15355
0.09/0.31	c 0	HOST node32.alineos.net
0.09/0.31	c 0	CONVERTING HOME/instance-2067562-1247344998.xml TO HOME/temp.csp
0.09/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067562-1247344998.xml' 'HOME/temp.csp'
1.95/2.44	c 3	1 domains, 4644 variables, 11 predicates, 0 relations, 31428 constraints
1.95/2.47	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.95/2.47	c 3	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.02/2.54	c 3	Parsing HOME/temp.csp
2.02/2.71	c 3	parsed 10000 expressions
2.02/2.86	c 3	parsed 20000 expressions
2.02/3.02	c 3	parsed 30000 expressions
2.02/3.17	c 3	parsed 36084 expressions
2.02/3.18	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/3.18	c 3	Converting to clausal form CSP
2.74/3.25	c 3	converted 3609 (10%) expressions
3.03/3.52	c 4	converted 7217 (20%) expressions
3.13/3.63	c 4	converted 10826 (30%) expressions
3.22/3.74	c 4	converted 14434 (40%) expressions
3.33/3.84	c 4	converted 18042 (50%) expressions
3.42/3.94	c 4	converted 21651 (60%) expressions
3.62/4.20	c 4	converted 25259 (70%) expressions
3.73/4.30	c 4	converted 28868 (80%) expressions
3.83/4.40	c 5	converted 32476 (90%) expressions
4.22/4.75	c 5	converted 36084 (100%) expressions
4.22/4.75	c 5	CSP : 5850 integers, 0 booleans, 33840 clauses, largest domain size 11
4.22/4.75	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.22/4.75	c 5	Propagation in CSP
4.42/4.92	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.42/4.92	c 5	CSP : 5850 integers, 0 booleans, 33840 clauses, largest domain size 11
4.42/4.92	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.42/4.94	c 5	Simplifing CSP by introducing new Boolean variables
4.42/4.96	c 5	CSP : 5850 integers, 0 booleans, 33840 clauses, largest domain size 11
4.42/4.96	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.52/5.09	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.52/5.10	c 5	585 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.10	c 5	1170 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.11	c 5	1755 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.11	c 5	2340 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.11	c 5	2925 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.11	c 5	3510 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.11	c 5	4095 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.62/5.12	c 5	4680 (80%) CSP integer variables are encoded (54 clauses, 766 bytes)
4.62/5.12	c 5	5265 (90%) CSP integer variables are encoded (1022 clauses, 13350 bytes)
4.62/5.12	c 5	5850 (100%) CSP integer variables are encoded (3120 clauses, 40624 bytes)
4.62/5.20	c 5	3384 (10%) CSP clauses are encoded (6504 clauses, 92284 bytes)
4.72/5.23	c 5	6768 (20%) CSP clauses are encoded (9888 clauses, 146428 bytes)
4.72/5.26	c 5	10152 (30%) CSP clauses are encoded (13272 clauses, 200572 bytes)
4.72/5.29	c 5	13536 (40%) CSP clauses are encoded (16656 clauses, 254776 bytes)
4.81/5.32	c 5	16920 (50%) CSP clauses are encoded (20040 clauses, 315448 bytes)
4.81/5.35	c 5	20304 (60%) CSP clauses are encoded (23424 clauses, 376360 bytes)
4.81/5.38	c 6	23688 (70%) CSP clauses are encoded (26808 clauses, 437272 bytes)
4.92/5.41	c 6	27072 (80%) CSP clauses are encoded (30192 clauses, 498184 bytes)
4.92/5.45	c 6	30456 (90%) CSP clauses are encoded (36768 clauses, 590497 bytes)
7.72/8.22	c 8	33840 (100%) CSP clauses are encoded (121536 clauses, 2446591 bytes)
7.72/8.22	c 8	33840 CSP clauses encoded
7.72/8.22	c 8	Writing map file : HOME/temp.map
7.72/8.24	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.72/8.24	c 8	SAT : 8970 SAT variables, 121536 SAT clauses, 2446591 bytes
7.72/8.24	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.72/8.27	c 8	SOLVING HOME/temp.cnf
7.72/8.27	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.72/8.27	c 8	This is MiniSat 2.0 beta
7.72/8.27	c 8	WARNING: for repeatability, setting FPU to use double precision
7.72/8.27	c 8	============================[ Problem Statistics ]=============================
7.72/8.27	c 8	|                                                                             |
7.72/8.27	c 8	|  Number of variables:  8970                                                 |
7.72/8.27	c 8	|  Number of clauses:    121536                                               |
7.79/8.34	c 8	|  Parsing time:         0.06         s                                       |
7.79/8.35	c 8	============================[ Search Statistics ]==============================
7.79/8.35	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.79/8.35	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.79/8.35	c 8	===============================================================================
7.79/8.35	c 8	|         0 |    8970   121536   432732 |    40512        0    nan |  0.000 % |
7.79/8.36	c 8	|       102 |    8970   121536   432732 |    44563      102     24 |  0.000 % |
7.79/8.37	c 8	|       253 |    8970   121536   432732 |    49019      253     34 |  0.000 % |
7.79/8.40	c 9	|       480 |    8970   121536   432732 |    53921      480     38 |  0.000 % |
7.79/8.43	c 9	|       817 |    8970   121536   432732 |    59313      817     43 |  0.000 % |
7.79/8.47	c 9	|      1323 |    8970   121536   432732 |    65244     1323     48 |  0.000 % |
7.79/8.53	c 9	|      2084 |    8970   121536   432732 |    71769     2084     47 |  0.000 % |
7.79/8.66	c 9	|      3224 |    8970   121536   432732 |    78946     3224     62 |  0.000 % |
8.30/8.86	c 9	|      4933 |    8970   121536   432732 |    86841     4933     73 |  0.000 % |
8.60/9.14	c 9	|      7495 |    8970   121536   432732 |    95525     7495     74 |  0.000 % |
9.00/9.53	c 10	|     11339 |    8970   121536   432732 |   105077    11339     74 |  0.000 % |
9.50/10.08	c 10	|     17106 |    8970   121536   432732 |   115585    17106     67 |  0.000 % |
11.21/11.78	c 12	|     25755 |    8970   121536   432732 |   127144    25755     79 |  0.000 % |
14.30/14.81	c 15	|     38729 |    8970   121536   432732 |   139858    38729     87 |  0.000 % |
19.09/19.61	c 20	|     58190 |    8970   121536   432732 |   153844    58190     75 |  0.000 % |
19.49/20.03	c 20	===============================================================================
19.49/20.03	c 20	restarts              : 15
19.49/20.03	c 20	conflicts             : 61230          (5231 /sec)
19.49/20.03	c 20	decisions             : 73199          (1.34 % random) (6253 /sec)
19.49/20.03	c 20	propagations          : 7794773        (665866 /sec)
19.49/20.03	c 20	conflict literals     : 4629134        (7.51 % deleted)
19.49/20.04	c 20	Memory used           : 28.33 MB
19.49/20.04	c 20	CPU time              : 11.7062 s
19.49/20.04	c 20	
19.49/20.04	c 20	SATISFIABLE
19.49/20.04	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.49/20.04	c 20	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'
19.55/20.12	c 20	Decoding HOME/temp.out
19.55/20.44	s SATISFIABLE
19.55/20.58	v 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 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 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 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 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 1 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 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 1 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 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 0 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 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 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 0 0 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 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 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 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 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 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 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 1 0 0 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 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 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 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 0 0 0 1 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 0 0 1 0 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 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 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 0 1 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 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 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 0 0 1 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 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 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 0 0 0 1 0 1 0 0 0 0 0 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 0 1 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 1 0 0 0 0 0 0 0 0 0 1 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 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 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 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 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 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 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 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 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 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 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 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 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 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 1 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 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 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 1 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 0 1 0 0 0 1 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 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 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 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 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 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 0 0 0 1 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 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 1 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 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 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 1 0 0 0 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0
19.55/20.59	c 21	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.58/20.63	c 21	CPU 20.1 (0.08 0.05 19.56 0.41)
19.58/20.63	c 21	END Sat Jul 11 22:43:39 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-2067562-1247344998/watcher-2067562-1247344998 -o /tmp/evaluation-result-2067562-1247344998/solver-2067562-1247344998 -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-2067562-1247344998.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: 4.82 4.07 2.98 4/70 15355
/proc/meminfo: memFree=1937456/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=18576 CPUtime=0
/proc/15355/stat : 15355 (runsolver) D 15353 15355 13268 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21566302 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15355/statm: 4644 284 249 26 0 2626 0

[startup+0.028245 s]
/proc/loadavg: 4.82 4.07 2.98 4/70 15355
/proc/meminfo: memFree=1937456/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=2504 CPUtime=0
/proc/15355/stat : 15355 (sugar) D 15353 15355 13268 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 21566302 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 268211126992 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15355/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101262 s]
/proc/loadavg: 4.82 4.07 2.98 4/70 15355
/proc/meminfo: memFree=1937456/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=12412 CPUtime=0
/proc/15355/stat : 15355 (sugar) R 15353 15355 13268 0 -1 4194304 449 0 4 0 0 0 0 0 18 0 1 0 21566302 12709888 421 996147200 4194304 4206940 548682068608 18446744073709551615 268233683571 0 0 4224 0 0 0 0 17 0 0 0
/proc/15355/statm: 3103 421 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.30128 s]
/proc/loadavg: 4.82 4.07 2.98 4/70 15355
/proc/meminfo: memFree=1937456/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16744 CPUtime=0.09
/proc/15355/stat : 15355 (sugar) D 15353 15355 13268 0 -1 4194304 1131 0 6 0 6 3 0 0 18 0 1 0 21566302 17145856 1105 996147200 4194304 4206940 548682068608 18446744073709551615 268213911634 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15355/statm: 4185 1105 404 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16744

[startup+0.701327 s]
/proc/loadavg: 4.82 4.07 2.98 4/70 15355
/proc/meminfo: memFree=1937456/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=0.09
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1221 128 6 0 6 3 0 0 18 0 1 0 21566302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 4.59 4.04 2.97 3/84 15373
/proc/meminfo: memFree=1895168/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=0.09
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1221 128 6 0 6 3 0 0 18 0 1 0 21566302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1111 409 3 0 796 0
[pid=15364] ppid=15355 vsize=5356 CPUtime=0
/proc/15364/stat : 15364 (sh) S 15355 15355 13268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566333 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15364/statm: 1339 233 193 169 0 50 0
[pid=15365] ppid=15364 vsize=865708 CPUtime=0.98
/proc/15365/stat : 15365 (java) S 15364 15355 13268 0 -1 0 13187 0 51 0 87 11 0 0 18 0 9 0 21566334 886484992 10757 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15365/statm: 216427 10757 2556 9 0 210939 0
[pid=15365/tid=15366] ppid=15364 vsize=865708 CPUtime=0.48
/proc/15365/task/15366/stat : 15366 (java) R 15364 15355 13268 0 -1 64 2863 0 27 0 44 4 0 0 24 0 9 0 21566342 886484992 10757 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15367] ppid=15364 vsize=865708 CPUtime=0.34
/proc/15365/task/15367/stat : 15367 (java) S 15364 15355 13268 0 -1 64 9129 0 0 0 31 3 0 0 17 0 9 0 21566351 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15368] ppid=15364 vsize=865708 CPUtime=0
/proc/15365/task/15368/stat : 15368 (java) S 15364 15355 13268 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21566351 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15369] ppid=15364 vsize=865708 CPUtime=0
/proc/15365/task/15369/stat : 15369 (java) S 15364 15355 13268 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21566351 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15370] ppid=15364 vsize=865708 CPUtime=0
/proc/15365/task/15370/stat : 15370 (java) S 15364 15355 13268 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 21566353 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15371] ppid=15364 vsize=865708 CPUtime=0.11
/proc/15365/task/15371/stat : 15371 (java) R 15364 15355 13268 0 -1 64 515 0 0 0 10 1 0 0 16 0 9 0 21566353 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15372] ppid=15364 vsize=865708 CPUtime=0
/proc/15365/task/15372/stat : 15372 (java) S 15364 15355 13268 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 21566353 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15365/tid=15373] ppid=15364 vsize=865708 CPUtime=0
/proc/15365/task/15373/stat : 15373 (java) S 15364 15355 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21566353 886484992 10758 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 887932

[startup+3.1016 s]
/proc/loadavg: 4.59 4.04 2.97 3/84 15373
/proc/meminfo: memFree=1827136/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=2.02
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1303 19917 6 51 6 3 177 16 16 0 1 0 21566302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30297 s]
/proc/loadavg: 4.59 4.04 2.97 3/84 15383
/proc/meminfo: memFree=1819456/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=2.02
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1304 19917 6 51 6 3 177 16 15 0 1 0 21566302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1111 409 3 0 796 0
[pid=15374] ppid=15355 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15355 15355 13268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21566549 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15374/statm: 1339 233 193 169 0 50 0
[pid=15375] ppid=15374 vsize=868752 CPUtime=3.8
/proc/15375/stat : 15375 (java) S 15374 15355 13268 0 -1 0 15050 0 5 0 368 12 0 0 18 0 9 0 21566549 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15375/statm: 217188 13426 2590 9 0 211665 0
[pid=15375/tid=15376] ppid=15374 vsize=868752 CPUtime=2.77
/proc/15375/task/15376/stat : 15376 (java) R 15374 15355 13268 0 -1 64 3026 0 5 0 273 4 0 0 25 0 9 0 21566550 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4126991842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15377] ppid=15374 vsize=868752 CPUtime=0.78
/proc/15375/task/15377/stat : 15377 (java) S 15374 15355 13268 0 -1 64 9785 0 0 0 72 6 0 0 16 0 9 0 21566551 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15378] ppid=15374 vsize=868752 CPUtime=0
/proc/15375/task/15378/stat : 15378 (java) S 15374 15355 13268 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 21566551 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15379] ppid=15374 vsize=868752 CPUtime=0
/proc/15375/task/15379/stat : 15379 (java) S 15374 15355 13268 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21566551 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15380] ppid=15374 vsize=868752 CPUtime=0
/proc/15375/task/15380/stat : 15380 (java) S 15374 15355 13268 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 21566553 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15381] ppid=15374 vsize=868752 CPUtime=0.22
/proc/15375/task/15381/stat : 15381 (java) S 15374 15355 13268 0 -1 64 1537 0 0 0 22 0 0 0 15 0 9 0 21566553 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15382] ppid=15374 vsize=868752 CPUtime=0
/proc/15375/task/15382/stat : 15382 (java) S 15374 15355 13268 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 21566553 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15375/tid=15383] ppid=15374 vsize=868752 CPUtime=0
/proc/15375/task/15383/stat : 15383 (java) S 15374 15355 13268 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21566553 889602048 13426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 890976

[startup+12.7017 s]
/proc/loadavg: 4.19 3.97 2.96 3/76 15385
/proc/meminfo: memFree=1844160/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=7.79
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1370 35311 6 56 7 3 738 31 16 0 1 0 21566302 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1113 409 3 0 796 0
[pid=15384] ppid=15355 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15355 15355 13268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21567129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=19232 CPUtime=4.41
/proc/15385/stat : 15385 (minisat) R 15384 15355 13268 0 -1 4194304 4700 0 0 0 439 2 0 0 25 0 1 0 21567129 19693568 4686 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/15385/statm: 4808 4686 76 150 0 4655 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 41456

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

[startup+15.9021 s]
/proc/loadavg: 4.19 3.97 2.96 3/76 15385
/proc/meminfo: memFree=1838016/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=7.79
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1370 35311 6 56 7 3 738 31 16 0 1 0 21566302 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1113 409 3 0 796 0
[pid=15384] ppid=15355 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15355 15355 13268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21567129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24592 CPUtime=7.6
/proc/15385/stat : 15385 (minisat) R 15384 15355 13268 0 -1 4194304 6022 0 0 0 757 3 0 0 25 0 1 0 21567129 25182208 6008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15385/statm: 6148 6008 76 150 0 5995 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 46816

[startup+19.1014 s]
/proc/loadavg: 4.02 3.94 2.95 3/76 15385
/proc/meminfo: memFree=1834880/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=7.79
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1370 35311 6 56 7 3 738 31 16 0 1 0 21566302 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1113 409 3 0 796 0
[pid=15384] ppid=15355 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15355 15355 13268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21567129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=27268 CPUtime=10.8
/proc/15385/stat : 15385 (minisat) R 15384 15355 13268 0 -1 4194304 6717 0 0 0 1076 4 0 0 25 0 1 0 21567129 27922432 6703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15385/statm: 6817 6703 76 150 0 6664 0
Current children cumulated CPU time (s) 18.59
Current children cumulated vsize (KiB) 49492

[startup+19.9015 s]
/proc/loadavg: 4.02 3.94 2.95 3/76 15385
/proc/meminfo: memFree=1834176/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=7.79
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1370 35311 6 56 7 3 738 31 16 0 1 0 21566302 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15355/statm: 4217 1113 409 3 0 796 0
[pid=15384] ppid=15355 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15355 15355 13268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21567129 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=28456 CPUtime=11.6
/proc/15385/stat : 15385 (minisat) R 15384 15355 13268 0 -1 4194304 7006 0 0 0 1156 4 0 0 25 0 1 0 21567129 29138944 6992 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/15385/statm: 7114 6992 76 150 0 6961 0
Current children cumulated CPU time (s) 19.39
Current children cumulated vsize (KiB) 50680

[startup+20.3015 s]
/proc/loadavg: 4.02 3.94 2.95 3/76 15385
/proc/meminfo: memFree=1834176/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=19.55
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1442 42727 6 56 7 3 1909 36 16 0 1 0 21566302 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15355/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 16868

[startup+20.5016 s]
/proc/loadavg: 4.02 3.94 2.95 3/76 15385
/proc/meminfo: memFree=1834176/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=19.55
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1443 42727 6 56 7 3 1909 36 15 0 1 0 21566302 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15355/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 16868

[startup+20.6016 s]
/proc/loadavg: 4.02 3.94 2.95 3/76 15385
/proc/meminfo: memFree=1834176/2055920 swapFree=4192812/4192956
[pid=15355] ppid=15353 vsize=16868 CPUtime=19.58
/proc/15355/stat : 15355 (sugar) S 15353 15355 13268 0 -1 4194304 1450 42727 6 56 8 5 1909 36 15 0 1 0 21566302 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15355/statm: 4217 1118 409 3 0 796 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 20.6321
CPU time (s): 20.1209
CPU user time (s): 19.646
CPU system time (s): 0.474927
CPU usage (%): 97.5226
Max. virtual memory (cumulated for all children) (KiB): 891368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.646
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48447
page faults= 63
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9206
involuntary context switches= 8979

runsolver used 0.029995 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-11 22:43:18
IDJOB=2067562
IDBENCH=54672
IDSOLVER=739
FILE ID=node32/2067562-1247344998
PBS_JOBID= 9506678
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 7672cbc92c95110a92bce4d4d3f0bc43
RANDOM SEED=1404855469

node32.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.236
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.236
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:       1938320 kB
Buffers:          7568 kB
Cached:          37992 kB
SwapCached:          0 kB
Active:          52032 kB
Inactive:        13920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9340 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            37000 kB
Committed_AS:   138572 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node32 at 2009-07-11 22:43:39