Trace number 2066978

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 20.6349 20.9436

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-bench1-pi.xml
MD5SUM45c78eb9f5944bde7be954840e209a01
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.906861
Satisfiable
(Un)Satisfiability was proved
Number of variables4676
Number of constraints398
Maximum constraint arity80
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension398
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:22:05 2009
0.00/0.08	c 0	PID 17387
0.00/0.08	c 0	HOST node35.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066978-1247343725.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-2066978-1247343725.xml' 'HOME/temp.csp'
0.07/0.58	c 1	1 domains, 4676 variables, 54 predicates, 0 relations, 398 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.69	c 1	Parsing HOME/temp.csp
0.57/0.83	c 1	parsed 5129 expressions
0.57/0.83	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.83	c 1	Converting to clausal form CSP
0.57/0.87	c 1	converted 513 (10%) expressions
0.57/0.87	c 1	converted 1026 (20%) expressions
0.57/0.89	c 1	converted 1539 (30%) expressions
0.57/0.89	c 1	converted 2052 (40%) expressions
0.57/0.89	c 1	converted 2565 (50%) expressions
0.57/0.89	c 1	converted 3078 (60%) expressions
0.57/0.89	c 1	converted 3591 (70%) expressions
0.57/0.90	c 1	converted 4104 (80%) expressions
0.57/0.90	c 1	converted 4617 (90%) expressions
1.32/1.48	c 2	converted 5129 (100%) expressions
1.32/1.48	c 2	CSP : 6296 integers, 0 booleans, 3638 clauses, largest domain size 28
1.32/1.48	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.48	c 2	Propagation in CSP
1.42/1.57	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.57	c 2	CSP : 6296 integers, 0 booleans, 3638 clauses, largest domain size 28
1.42/1.57	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.58	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.58	c 2	CSP : 6296 integers, 0 booleans, 3638 clauses, largest domain size 28
1.42/1.58	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.64	c 2	630 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.65	c 2	1260 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.66	c 2	1889 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.66	c 2	2519 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.66	c 2	3148 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.66	c 2	3778 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.66	c 2	4408 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.67	c 2	5037 (80%) CSP integer variables are encoded (1608 clauses, 20968 bytes)
1.52/1.68	c 2	5667 (90%) CSP integer variables are encoded (6082 clauses, 82173 bytes)
1.52/1.69	c 2	6296 (100%) CSP integer variables are encoded (11547 clauses, 164148 bytes)
1.92/2.08	c 2	364 (10%) CSP clauses are encoded (17783 clauses, 292183 bytes)
2.02/2.20	c 2	728 (20%) CSP clauses are encoded (34803 clauses, 688903 bytes)
2.42/2.55	c 3	1092 (30%) CSP clauses are encoded (73711 clauses, 1696151 bytes)
3.80/3.95	c 4	1456 (40%) CSP clauses are encoded (169707 clauses, 4493415 bytes)
8.74/8.99	c 9	1819 (50%) CSP clauses are encoded (388862 clauses, 11601244 bytes)
9.15/9.37	c 9	2183 (60%) CSP clauses are encoded (417070 clauses, 12397424 bytes)
9.24/9.49	c 10	2547 (70%) CSP clauses are encoded (438696 clauses, 12906698 bytes)
9.45/9.69	c 10	2911 (80%) CSP clauses are encoded (468696 clauses, 13658259 bytes)
9.93/10.16	c 10	3275 (90%) CSP clauses are encoded (518036 clauses, 15011380 bytes)
11.32/11.58	c 12	3638 (100%) CSP clauses are encoded (612259 clauses, 17874157 bytes)
11.32/11.58	c 12	3638 CSP clauses encoded
11.32/11.58	c 12	Writing map file : HOME/temp.map
11.42/11.61	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.42/11.61	c 12	SAT : 17843 SAT variables, 612259 SAT clauses, 17874157 bytes
11.42/11.61	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.42/11.66	c 12	SOLVING HOME/temp.cnf
11.42/11.66	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
20.09/20.45	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.09/20.45	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.16/20.53	c 21	Decoding HOME/temp.out
20.16/20.76	s SATISFIABLE
20.48/20.90	v 1 0 1 1 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 0 0 0 0 1 0 1 0 1 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 1 1 1 1 0 1 0 0 1 0 1 1 1 0 0 1 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 1 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 1 0 1 1 1 0 1 1 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 1 1 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 1 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 0 0 1 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 1 0 1 0 0 1 1 1 1 1 0 1 1 0 0 0 0 1 0 0 1 1 0 1 1 1 0 0 1 0 1 1 0 0 0 0 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 0 1 0 1 0 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 1 0 1 1 1 1 0 0 0 1 0 0 1 0 1 1 1 0 0 1 1 0 1 1 0 1 0 0 0 0 1 0 1 1 0 1 1 1 0 1 0 0 0 1 0 0 0 1 1 0 1 1 1 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 1 1 0 1 1 0 0 1 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 1 0 1 1 1 1 1 1 0 0 0 0 1 0 1 0 1 0 0 1 1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 1 1 0 0 1 1 1 0 0 0 0 0 1 1 1 0 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 0 0 1 0 0 0 1 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 1 1 1 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 1 1 1 0 0 0 1 1 1 1 1 1 0 0 1 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 1 1 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 0 0 1 0 0 0 1 0 1 1 0 0 1 0 1 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 0 1 0 1 0 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 1 1 1 0 0 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 1 1 1 0 0 0 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 1 0 0 1 0 1 0 1 1 0 0 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 0 1 0 0 1 1 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 1 1 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 0 1 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 1 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 1 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 1 1 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 1 1 1 1 0 0 1 1 1 0 0 1 1 0 1 0 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 0 0 1 0 1 0 0 1 1 1 1 0 0 0 1 1 0 1 1 1 0 1 1 0 0 0 1 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 1 1 0 0 1 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 1 1 0 1 0 0 0 0 1 1 0 1 0 0 1 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 1 1 1 1 0 0 0 0 0 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 1 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1 0 0 0 0 1 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 1 1 0 1 0 1 0 0 0 1 1 1 0 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 0 1 0 1 1 1 1 0 1 1 1 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 0 1 1 0 1 1 1 1 0 0 1 0 1 1 1 1 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 0 0 1 0 1 1 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0 0 1 0 1 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 0 0 0 0 1 0 1 1 1 1 0 0 0 1 0 1 1 1 1 1 0 1 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 1 1 1 1 1 0 0 0 1 0 1 1 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 1 1 0 1 1 1 1 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 0 1 1 1 0 0 0 1 0 1 0 0 1 1 0 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 1 1 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 0 1 1 1 1 1 1 0 1 0 0 1 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 1 0 0 0 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 1 0 0 1 0 1 1 1 1 1 1 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 0 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 0 0 0 1 1 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 1 1 0 0 1 0 0 0 1 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 0 1 1 1 0 1 1 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 1 1 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 1 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 0 1 0 1 0 0 1 1 0 1 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0 1 0 0 0 0 1 0 1 1 1 0 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 0 1 1 1 1 1 1 0 1 0 0 1 0 1 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 1 0 1 1 0 0 0 1 0 1 1 1 0 1 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 1 1 0 1 1 1 0 0 1 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1 0 0 0 1 0 0 1 1 1 0 1 0 1 1 1 1 0 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 0 0 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 0 0 0 0 0 1 1 0 1 1 1 1 0 0 0 1 1 1 0 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 0 0 1 1 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 1 1 0 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
20.59/20.91	c 21	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.59/20.94	c 21	CPU 20.61 (0.07 0.05 15.57 4.92)
20.59/20.94	c 21	END Sat Jul 11 22:22:26 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-2066978-1247343725/watcher-2066978-1247343725 -o /tmp/evaluation-result-2066978-1247343725/solver-2066978-1247343725 -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-2066978-1247343725.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: 1.92 1.93 1.97 4/81 17387
/proc/meminfo: memFree=1853496/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=4708 CPUtime=0
/proc/17387/stat : 17387 (sugar) R 17385 17387 15661 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 21438905 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 266131798060 0 0 4096 0 0 0 0 17 1 0 0
/proc/17387/statm: 1177 40 31 3 0 8 0

[startup+0.085381 s]
/proc/loadavg: 1.92 1.93 1.97 4/81 17387
/proc/meminfo: memFree=1853496/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.07
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1209 128 0 0 5 2 0 0 18 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101849 s]
/proc/loadavg: 1.92 1.93 1.97 4/81 17387
/proc/meminfo: memFree=1853496/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.07
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301319 s]
/proc/loadavg: 1.92 1.93 1.97 4/81 17387
/proc/meminfo: memFree=1853496/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.07
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701359 s]
/proc/loadavg: 1.92 1.93 1.97 4/81 17387
/proc/meminfo: memFree=1853496/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.57
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1309 5384 0 1 5 2 46 4 15 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 1.92 1.93 1.97 3/92 17409
/proc/meminfo: memFree=1841312/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.57
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1310 5384 0 1 5 2 46 4 15 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
[pid=17400] ppid=17387 vsize=5356 CPUtime=0
/proc/17400/stat : 17400 (sh) S 17387 17387 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21438966 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17400/statm: 1339 233 193 169 0 50 0
[pid=17401] ppid=17400 vsize=868584 CPUtime=0.85
/proc/17401/stat : 17401 (java) S 17400 17387 15661 0 -1 0 7456 0 1 0 81 4 0 0 18 0 9 0 21438967 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17401/statm: 217146 6669 2566 9 0 211651 0
[pid=17401/tid=17402] ppid=17400 vsize=868584 CPUtime=0.54
/proc/17401/task/17402/stat : 17402 (java) R 17400 17387 15661 0 -1 64 2697 0 1 0 53 1 0 0 24 0 9 0 21438968 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4126553435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17403] ppid=17400 vsize=868584 CPUtime=0.1
/proc/17401/task/17403/stat : 17403 (java) S 17400 17387 15661 0 -1 64 2559 0 0 0 10 0 0 0 16 0 9 0 21438969 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17404] ppid=17400 vsize=868584 CPUtime=0
/proc/17401/task/17404/stat : 17404 (java) S 17400 17387 15661 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21438969 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17405] ppid=17400 vsize=868584 CPUtime=0
/proc/17401/task/17405/stat : 17405 (java) S 17400 17387 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21438969 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17406] ppid=17400 vsize=868584 CPUtime=0
/proc/17401/task/17406/stat : 17406 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21438971 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17407] ppid=17400 vsize=868584 CPUtime=0.18
/proc/17401/task/17407/stat : 17407 (java) S 17400 17387 15661 0 -1 64 1501 0 0 0 18 0 0 0 16 0 9 0 21438971 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17408] ppid=17400 vsize=868584 CPUtime=0
/proc/17401/task/17408/stat : 17408 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21438971 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17409] ppid=17400 vsize=868584 CPUtime=0
/proc/17401/task/17409/stat : 17409 (java) R 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21438971 889430016 6669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890808

[startup+3.10263 s]
/proc/loadavg: 1.92 1.93 1.97 3/92 17409
/proc/meminfo: memFree=1832800/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.57
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1310 5384 0 1 5 2 46 4 15 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
[pid=17400] ppid=17387 vsize=5356 CPUtime=0
/proc/17400/stat : 17400 (sh) S 17387 17387 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21438966 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17400/statm: 1339 233 193 169 0 50 0
[pid=17401] ppid=17400 vsize=868696 CPUtime=2.44
/proc/17401/stat : 17401 (java) S 17400 17387 15661 0 -1 0 7679 0 1 0 237 7 0 0 18 0 9 0 21438967 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17401/statm: 217174 6735 2590 9 0 211651 0
[pid=17401/tid=17402] ppid=17400 vsize=868696 CPUtime=1.98
/proc/17401/task/17402/stat : 17402 (java) R 17400 17387 15661 0 -1 64 2896 0 1 0 195 3 0 0 25 0 9 0 21438968 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4126997139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17403] ppid=17400 vsize=868696 CPUtime=0.2
/proc/17401/task/17403/stat : 17403 (java) S 17400 17387 15661 0 -1 64 2560 0 0 0 19 1 0 0 16 0 9 0 21438969 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17404] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17404/stat : 17404 (java) S 17400 17387 15661 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21438969 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17405] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17405/stat : 17405 (java) S 17400 17387 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21438969 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17406] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17406/stat : 17406 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21438971 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17407] ppid=17400 vsize=868696 CPUtime=0.22
/proc/17401/task/17407/stat : 17407 (java) S 17400 17387 15661 0 -1 64 1524 0 0 0 21 1 0 0 16 0 9 0 21438971 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17408] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17408/stat : 17408 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21438971 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17409] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17409/stat : 17409 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21438971 889544704 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890920

[startup+6.30298 s]
/proc/loadavg: 1.93 1.93 1.97 3/92 17409
/proc/meminfo: memFree=1826272/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=0.57
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1310 5384 0 1 5 2 46 4 16 0 1 0 21438905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1111 409 3 0 796 0
[pid=17400] ppid=17387 vsize=5356 CPUtime=0
/proc/17400/stat : 17400 (sh) S 17387 17387 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21438966 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17400/statm: 1339 233 193 169 0 50 0
[pid=17401] ppid=17400 vsize=868696 CPUtime=5.61
/proc/17401/stat : 17401 (java) S 17400 17387 15661 0 -1 0 7947 0 1 0 548 13 0 0 18 0 9 0 21438967 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17401/statm: 217174 6752 2590 9 0 211651 0
[pid=17401/tid=17402] ppid=17400 vsize=868696 CPUtime=5.07
/proc/17401/task/17402/stat : 17402 (java) R 17400 17387 15661 0 -1 64 3147 0 1 0 500 7 0 0 25 0 9 0 21438968 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4127007968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17403] ppid=17400 vsize=868696 CPUtime=0.27
/proc/17401/task/17403/stat : 17403 (java) S 17400 17387 15661 0 -1 64 2560 0 0 0 24 3 0 0 16 0 9 0 21438969 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17404] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17404/stat : 17404 (java) S 17400 17387 15661 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21438969 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17405] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17405/stat : 17405 (java) S 17400 17387 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21438969 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17406] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17406/stat : 17406 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21438971 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17407] ppid=17400 vsize=868696 CPUtime=0.24
/proc/17401/task/17407/stat : 17407 (java) S 17400 17387 15661 0 -1 64 1541 0 0 0 23 1 0 0 16 0 9 0 21438971 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17408] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17408/stat : 17408 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21438971 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17401/tid=17409] ppid=17400 vsize=868696 CPUtime=0
/proc/17401/task/17409/stat : 17409 (java) S 17400 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21438971 889544704 6752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890920

[startup+12.7017 s]
/proc/loadavg: 2.01 1.95 1.98 3/84 17411
/proc/meminfo: memFree=1829664/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=11.45
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1365 14092 0 2 6 2 1109 28 16 0 1 0 21438905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1113 409 3 0 796 0
[pid=17410] ppid=17387 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17387 17387 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21440072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 232 193 169 0 50 0
[pid=17411] ppid=17410 vsize=6028 CPUtime=1.01
/proc/17411/stat : 17411 (picosat) R 17410 17387 15661 0 -1 4194304 1162 0 0 0 50 51 0 0 25 0 1 0 21440072 6172672 1148 996147200 134512640 134931368 4294956256 18446744073709551615 134560018 0 0 4096 0 0 0 0 17 1 0 0
/proc/17411/statm: 1507 1148 40 102 0 1402 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28252

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

[startup+15.901 s]
/proc/loadavg: 2.09 1.97 1.98 3/84 17411
/proc/meminfo: memFree=1820192/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=11.45
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1365 14092 0 2 6 2 1109 28 16 0 1 0 21438905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1113 409 3 0 796 0
[pid=17410] ppid=17387 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17387 17387 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21440072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 232 193 169 0 50 0
[pid=17411] ppid=17410 vsize=15748 CPUtime=4.17
/proc/17411/stat : 17411 (picosat) R 17410 17387 15661 0 -1 4194304 3424 0 0 0 194 223 0 0 25 0 1 0 21440072 16125952 3410 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17411/statm: 3937 3410 40 102 0 3832 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 37972

[startup+19.1014 s]
/proc/loadavg: 2.09 1.97 1.98 3/84 17411
/proc/meminfo: memFree=1810784/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=11.45
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1365 14092 0 2 6 2 1109 28 16 0 1 0 21438905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1113 409 3 0 796 0
[pid=17410] ppid=17387 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17387 17387 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21440072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 232 193 169 0 50 0
[pid=17411] ppid=17410 vsize=24196 CPUtime=7.34
/proc/17411/stat : 17411 (picosat) R 17410 17387 15661 0 -1 4194304 5739 0 0 0 339 395 0 0 25 0 1 0 21440072 24776704 5725 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17411/statm: 6049 5725 40 102 0 5944 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 46420

[startup+19.9015 s]
/proc/loadavg: 2.08 1.97 1.98 3/84 17411
/proc/meminfo: memFree=1807584/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=11.45
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1365 14092 0 2 6 2 1109 28 16 0 1 0 21438905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1113 409 3 0 796 0
[pid=17410] ppid=17387 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17387 17387 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21440072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 232 193 169 0 50 0
[pid=17411] ppid=17410 vsize=28356 CPUtime=8.13
/proc/17411/stat : 17411 (picosat) R 17410 17387 15661 0 -1 4194304 6315 0 0 0 376 437 0 0 25 0 1 0 21440072 29036544 6301 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17411/statm: 7089 6301 40 102 0 6984 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 50580

[startup+20.7016 s]
/proc/loadavg: 2.08 1.97 1.98 3/84 17411
/proc/meminfo: memFree=1807584/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=20.16
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1446 21101 0 2 6 2 1520 488 16 0 1 0 21438905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 16868

[startup+20.9076 s]
/proc/loadavg: 2.08 1.97 1.98 3/92 17421
/proc/meminfo: memFree=1825696/2055920 swapFree=4192812/4192956
[pid=17387] ppid=17385 vsize=16868 CPUtime=20.2
/proc/17387/stat : 17387 (sugar) S 17385 17387 15661 0 -1 4194304 1455 21101 0 2 7 5 1520 488 15 0 1 0 21438905 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17387/statm: 4217 1118 409 3 0 796 0
[pid=17412] ppid=17387 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17387 17387 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440950 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=864124 CPUtime=0.39
/proc/17413/stat : 17413 (java) S 17412 17387 15661 0 -1 0 3410 0 1 0 36 3 0 0 18 0 9 0 21440951 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 216031 2873 1292 9 0 210543 0
[pid=17413/tid=17414] ppid=17412 vsize=864124 CPUtime=0.25
/proc/17413/task/17414/stat : 17414 (java) R 17412 17387 15661 0 -1 64 2066 0 1 0 23 2 0 0 18 0 9 0 21440952 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4159512519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=864124 CPUtime=0.01
/proc/17413/task/17415/stat : 17415 (java) S 17412 17387 15661 0 -1 64 286 0 0 0 1 0 0 0 16 0 9 0 21440953 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=864124 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17387 15661 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 21440953 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=864124 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17387 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21440953 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=864124 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21440955 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=864124 CPUtime=0.11
/proc/17413/task/17419/stat : 17419 (java) S 17412 17387 15661 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 21440955 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=864124 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17387 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21440956 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=864124 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17387 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440956 884862976 2873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 20.9436
CPU time (s): 20.6349
CPU user time (s): 15.6526
CPU system time (s): 4.98224
CPU usage (%): 98.5256
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6526
system time used= 4.98224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26847
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= 15441
involuntary context switches= 15883

runsolver used 0.028995 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 22:22:05
IDJOB=2066978
IDBENCH=54592
IDSOLVER=738
FILE ID=node35/2066978-1247343725
PBS_JOBID= 9506681
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-bench1-pi.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-2066978-1247343725/watcher-2066978-1247343725 -o /tmp/evaluation-result-2066978-1247343725/solver-2066978-1247343725 -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-2066978-1247343725.xml

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

MD5SUM BENCH= 45c78eb9f5944bde7be954840e209a01
RANDOM SEED=1070908310

node35.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:       1853976 kB
Buffers:         22388 kB
Cached:          91104 kB
SwapCached:          0 kB
Active:         117744 kB
Inactive:        35968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          60708 kB
Slab:            33272 kB
Committed_AS:   231772 kB
PageTables:       1900 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= 66248 MiB
End job on node35 at 2009-07-11 22:22:26