Trace number 2067561

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+picosatSAT 10.0635 10.3191

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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:43:18 2009
0.00/0.08	c 0	PID 16600
0.06/0.08	c 0	HOST node38.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2067561-1247344997.xml TO HOME/temp.csp
0.06/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-2067561-1247344997.xml' 'HOME/temp.csp'
2.05/2.13	c 2	1 domains, 4644 variables, 11 predicates, 0 relations, 31428 constraints
2.05/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.18	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.09/2.26	c 2	Parsing HOME/temp.csp
2.09/2.42	c 2	parsed 10000 expressions
2.09/2.58	c 2	parsed 20000 expressions
2.09/2.75	c 2	parsed 30000 expressions
2.09/2.91	c 3	parsed 36084 expressions
2.09/2.92	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.92	c 3	Converting to clausal form CSP
2.09/3.00	c 3	converted 3609 (10%) expressions
3.08/3.28	c 3	converted 7217 (20%) expressions
3.17/3.39	c 3	converted 10826 (30%) expressions
3.37/3.51	c 3	converted 14434 (40%) expressions
3.47/3.62	c 3	converted 18042 (50%) expressions
3.57/3.73	c 3	converted 21651 (60%) expressions
3.77/3.99	c 4	converted 25259 (70%) expressions
3.87/4.09	c 4	converted 28868 (80%) expressions
4.07/4.21	c 4	converted 32476 (90%) expressions
4.36/4.57	c 4	converted 36084 (100%) expressions
4.36/4.58	c 4	CSP : 5850 integers, 0 booleans, 33840 clauses, largest domain size 11
4.36/4.58	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.36/4.58	c 4	Propagation in CSP
4.55/4.75	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.55/4.76	c 4	CSP : 5850 integers, 0 booleans, 33840 clauses, largest domain size 11
4.55/4.76	c 4	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.55/4.78	c 4	Simplifing CSP by introducing new Boolean variables
4.55/4.79	c 5	CSP : 5850 integers, 0 booleans, 33840 clauses, largest domain size 11
4.55/4.79	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.75/4.92	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.75/4.93	c 5	585 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.94	c 5	1170 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.95	c 5	1755 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.95	c 5	2340 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.95	c 5	2925 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.95	c 5	3510 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.95	c 5	4095 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.75/4.95	c 5	4680 (80%) CSP integer variables are encoded (54 clauses, 766 bytes)
4.75/4.96	c 5	5265 (90%) CSP integer variables are encoded (1022 clauses, 13350 bytes)
4.75/4.96	c 5	5850 (100%) CSP integer variables are encoded (3120 clauses, 40624 bytes)
4.86/5.04	c 5	3384 (10%) CSP clauses are encoded (6504 clauses, 92284 bytes)
4.86/5.07	c 5	6768 (20%) CSP clauses are encoded (9888 clauses, 146428 bytes)
4.96/5.10	c 5	10152 (30%) CSP clauses are encoded (13272 clauses, 200572 bytes)
4.96/5.14	c 5	13536 (40%) CSP clauses are encoded (16656 clauses, 254776 bytes)
4.96/5.17	c 5	16920 (50%) CSP clauses are encoded (20040 clauses, 315448 bytes)
5.06/5.20	c 5	20304 (60%) CSP clauses are encoded (23424 clauses, 376360 bytes)
5.06/5.24	c 5	23688 (70%) CSP clauses are encoded (26808 clauses, 437272 bytes)
5.06/5.27	c 5	27072 (80%) CSP clauses are encoded (30192 clauses, 498184 bytes)
5.16/5.31	c 5	30456 (90%) CSP clauses are encoded (36768 clauses, 590497 bytes)
8.13/8.33	c 8	33840 (100%) CSP clauses are encoded (121536 clauses, 2446591 bytes)
8.13/8.33	c 8	33840 CSP clauses encoded
8.13/8.33	c 8	Writing map file : HOME/temp.map
8.13/8.35	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.13/8.35	c 8	SAT : 8970 SAT variables, 121536 SAT clauses, 2446591 bytes
8.13/8.35	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.20/8.40	c 8	SOLVING HOME/temp.cnf
8.20/8.40	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.57/9.83	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.57/9.83	c 10	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'
9.61/9.91	c 10	Decoding HOME/temp.out
9.61/10.12	s SATISFIABLE
9.62/10.26	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 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 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 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 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 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 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 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 1 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 0 0 0 1 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 1 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 1 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 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 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 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 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 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 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 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 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 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 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 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 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 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 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 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 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 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 1 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 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 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 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 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 1 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 0 0 0 1 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 1 0 0 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 1 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 0 0 1 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 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 1 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 1 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 1 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 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 0 0 1 1 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 1 0 0 0 0 0 1 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 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 0 1 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 1 0 0 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 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 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 1 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 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 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 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 1 0 0 1 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 0 1 0 0 1 0 0 0 0 0 0 0 1 0 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 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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 0 0 0 1 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 1 0 0 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 0 1 0 0 0 0 0 1 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 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 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 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 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 0 1 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 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 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 0 0 0 1 0 0 0 1 0 0 0 0 0 1 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 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 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 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 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 1 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 0 1 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 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 0 0 0 0 1 0 0 0 0 0 1 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 0 0 1 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 0 1 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 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 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 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 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 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 0 0 0 1 0 0 0 0 1 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 1 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 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 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 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 1 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 1 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 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1
9.62/10.26	c 10	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.64/10.31	c 10	CPU 10.04 (0.07 0.04 8.94 0.99)
9.64/10.31	c 10	END Sat Jul 11 22:43:28 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-2067561-1247344997/watcher-2067561-1247344997 -o /tmp/evaluation-result-2067561-1247344997/solver-2067561-1247344997 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2067561-1247344997.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.17 2.04 2.01 4/83 16600
/proc/meminfo: memFree=986896/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=18576 CPUtime=0
/proc/16600/stat : 16600 (runsolver) R 16598 16600 15179 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 21563846 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16600/statm: 4644 284 249 26 0 2626 0

[startup+0.08216 s]
/proc/loadavg: 2.17 2.04 2.01 4/83 16600
/proc/meminfo: memFree=986896/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16740 CPUtime=0.06
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21563846 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.107084 s]
/proc/loadavg: 2.17 2.04 2.01 4/83 16600
/proc/meminfo: memFree=986896/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=0.07
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301508 s]
/proc/loadavg: 2.17 2.04 2.01 4/83 16600
/proc/meminfo: memFree=986896/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=0.07
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70156 s]
/proc/loadavg: 2.17 2.04 2.01 4/83 16600
/proc/meminfo: memFree=986896/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=0.07
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 2.17 2.04 2.01 4/94 16612
/proc/meminfo: memFree=948664/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=0.07
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
[pid=16603] ppid=16600 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16600 16600 15179 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21563854 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 233 193 169 0 50 0
[pid=16604] ppid=16603 vsize=866780 CPUtime=1.39
/proc/16604/stat : 16604 (java) S 16603 16600 15179 0 -1 0 18621 0 1 0 130 9 0 0 22 0 9 0 21563854 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16604/statm: 216695 15687 2556 9 0 211207 0
[pid=16604/tid=16605] ppid=16603 vsize=866780 CPUtime=0.66
/proc/16604/task/16605/stat : 16605 (java) R 16603 16600 15179 0 -1 64 3104 0 1 0 64 2 0 0 25 0 9 0 21563855 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16606] ppid=16603 vsize=866780 CPUtime=0.59
/proc/16604/task/16606/stat : 16606 (java) R 16603 16600 15179 0 -1 64 14303 0 0 0 54 5 0 0 16 0 9 0 21563856 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 104189905 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16607] ppid=16603 vsize=866780 CPUtime=0
/proc/16604/task/16607/stat : 16607 (java) S 16603 16600 15179 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21563857 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16608] ppid=16603 vsize=866780 CPUtime=0
/proc/16604/task/16608/stat : 16608 (java) S 16603 16600 15179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 21563857 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16609] ppid=16603 vsize=866780 CPUtime=0
/proc/16604/task/16609/stat : 16609 (java) S 16603 16600 15179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21563859 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16610] ppid=16603 vsize=866780 CPUtime=0.12
/proc/16604/task/16610/stat : 16610 (java) S 16603 16600 15179 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 21563859 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16611] ppid=16603 vsize=866780 CPUtime=0
/proc/16604/task/16611/stat : 16611 (java) S 16603 16600 15179 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21563859 887582720 15687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16604/tid=16612] ppid=16603 vsize=866780 CPUtime=0
/proc/16604/task/16612/stat : 16612 (java) S 16603 16600 15179 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21563859 887582720 15687 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) 889004

[startup+3.10182 s]
/proc/loadavg: 2.17 2.04 2.01 3/94 16612
/proc/meminfo: memFree=927800/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=2.09
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1309 19943 0 1 5 2 190 12 16 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30218 s]
/proc/loadavg: 2.16 2.04 2.01 3/94 16622
/proc/meminfo: memFree=937400/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=2.1
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1310 19943 0 1 6 2 190 12 15 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
[pid=16613] ppid=16600 vsize=5356 CPUtime=0
/proc/16613/stat : 16613 (sh) S 16600 16600 15179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21564064 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16613/statm: 1339 233 193 169 0 50 0
[pid=16614] ppid=16613 vsize=868748 CPUtime=4.04
/proc/16614/stat : 16614 (java) S 16613 16600 15179 0 -1 0 15053 0 1 0 394 10 0 0 19 0 9 0 21564065 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16614/statm: 217187 13424 2590 9 0 211664 0
[pid=16614/tid=16615] ppid=16613 vsize=868748 CPUtime=2.99
/proc/16614/task/16615/stat : 16615 (java) R 16613 16600 15179 0 -1 64 3034 0 1 0 295 4 0 0 25 0 9 0 21564066 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4127023133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16616] ppid=16613 vsize=868748 CPUtime=0.79
/proc/16614/task/16616/stat : 16616 (java) S 16613 16600 15179 0 -1 64 9785 0 0 0 74 5 0 0 16 0 9 0 21564067 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16617/stat : 16617 (java) S 16613 16600 15179 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21564067 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16618] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16618/stat : 16618 (java) S 16613 16600 15179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21564067 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16619] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16619/stat : 16619 (java) S 16613 16600 15179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16620] ppid=16613 vsize=868748 CPUtime=0.23
/proc/16614/task/16620/stat : 16620 (java) S 16613 16600 15179 0 -1 64 1532 0 0 0 23 0 0 0 15 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16621] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16613 16600 15179 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16613 16600 15179 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21564069 889597952 13424 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) 890972

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

[startup+7.90236 s]
/proc/loadavg: 2.16 2.04 2.01 3/94 16622
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=2.1
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1310 19943 0 1 6 2 190 12 15 0 1 0 21563846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1111 409 3 0 796 0
[pid=16613] ppid=16600 vsize=5356 CPUtime=0
/proc/16613/stat : 16613 (sh) S 16600 16600 15179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21564064 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16613/statm: 1339 233 193 169 0 50 0
[pid=16614] ppid=16613 vsize=868748 CPUtime=5.62
/proc/16614/stat : 16614 (java) S 16613 16600 15179 0 -1 0 15080 0 1 0 551 11 0 0 19 0 9 0 21564065 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16614/statm: 217187 13424 2590 9 0 211664 0
[pid=16614/tid=16615] ppid=16613 vsize=868748 CPUtime=4.55
/proc/16614/task/16615/stat : 16615 (java) R 16613 16600 15179 0 -1 64 3061 0 1 0 451 4 0 0 25 0 9 0 21564066 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4126551049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16616] ppid=16613 vsize=868748 CPUtime=0.8
/proc/16614/task/16616/stat : 16616 (java) S 16613 16600 15179 0 -1 64 9785 0 0 0 75 5 0 0 16 0 9 0 21564067 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16617/stat : 16617 (java) S 16613 16600 15179 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21564067 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16618] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16618/stat : 16618 (java) S 16613 16600 15179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21564067 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16619] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16619/stat : 16619 (java) S 16613 16600 15179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16620] ppid=16613 vsize=868748 CPUtime=0.23
/proc/16614/task/16620/stat : 16620 (java) S 16613 16600 15179 0 -1 64 1532 0 0 0 23 0 0 0 15 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16621] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16613 16600 15179 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16613 vsize=868748 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16613 16600 15179 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21564069 889597952 13424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 890972

[startup+9.50253 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 16624
/proc/meminfo: memFree=977336/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=8.2
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1365 35339 0 2 6 2 787 25 16 0 1 0 21563846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1113 409 3 0 796 0
[pid=16623] ppid=16600 vsize=5356 CPUtime=0
/proc/16623/stat : 16623 (sh) S 16600 16600 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21564686 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16623/statm: 1339 232 193 169 0 50 0
[pid=16624] ppid=16623 vsize=5220 CPUtime=1.07
/proc/16624/stat : 16624 (picosat) R 16623 16600 15179 0 -1 4194304 1086 0 0 0 49 58 0 0 25 0 1 0 21564687 5345280 1072 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16624/statm: 1305 1072 40 102 0 1200 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 27444

[startup+9.90758 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 16624
/proc/meminfo: memFree=974264/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=9.61
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1428 36924 0 2 6 2 860 93 17 0 1 0 21563846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 16868

[startup+10.3026 s]
/proc/loadavg: 2.16 2.04 2.01 3/86 16624
/proc/meminfo: memFree=974264/2055920 swapFree=4192812/4192956
[pid=16600] ppid=16598 vsize=16868 CPUtime=9.64
/proc/16600/stat : 16600 (sugar) S 16598 16600 15179 0 -1 4194304 1455 36924 0 2 7 4 860 93 15 0 1 0 21563846 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16600/statm: 4217 1118 409 3 0 796 0
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 10.3191
CPU time (s): 10.0635
CPU user time (s): 9.01863
CPU system time (s): 1.04484
CPU usage (%): 97.5231
Max. virtual memory (cumulated for all children) (KiB): 891616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.01863
system time used= 1.04484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42649
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= 9045
involuntary context switches= 9104

runsolver used 0.019996 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-11 22:43:18
IDJOB=2067561
IDBENCH=54672
IDSOLVER=738
FILE ID=node38/2067561-1247344997
PBS_JOBID= 9506718
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067561-1247344997/watcher-2067561-1247344997 -o /tmp/evaluation-result-2067561-1247344997/solver-2067561-1247344997 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2067561-1247344997.xml

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

MD5SUM BENCH= 7672cbc92c95110a92bce4d4d3f0bc43
RANDOM SEED=2080506985

node38.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.229
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.229
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:        987376 kB
Buffers:         62580 kB
Cached:         829032 kB
SwapCached:        140 kB
Active:         270428 kB
Inactive:       744800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        987376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6380 kB
Writeback:           0 kB
Mapped:         139192 kB
Slab:            38228 kB
Committed_AS:   867528 kB
PageTables:       2080 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= 66392 MiB
End job on node38 at 2009-07-11 22:43:28