Trace number 1049349

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.13+picosatSAT 16.0556 16.3081

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 benchmark16.0556
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 02:26:53 2008
0.00/0.04	c 0	PID 2863
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1049349-1215044812.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1049349-1215044812.xml' 'HOME/temp.csp'
2.15/2.28	c 2	1 domains, 4644 variables, 11 predicates, 0 relations, 31428 constraints
2.23/2.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.30	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.23/2.39	c 2	Parsing HOME/temp.csp
2.24/2.74	c 2	parsed 10000 expressions
2.24/3.07	c 3	parsed 20000 expressions
3.20/3.31	c 3	parsed 30000 expressions
3.40/3.58	c 3	parsed 36084 expressions
3.40/3.59	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.40/3.59	c 3	Converting to clausal form CSP
3.50/3.64	c 3	converted 3609 (10%) expressions
3.71/3.89	c 4	converted 7217 (20%) expressions
3.91/4.00	c 4	converted 10826 (30%) expressions
4.00/4.11	c 4	converted 14434 (40%) expressions
4.20/4.34	c 4	converted 18042 (50%) expressions
4.30/4.44	c 4	converted 21651 (60%) expressions
4.40/4.55	c 4	converted 25259 (70%) expressions
4.50/4.65	c 4	converted 28868 (80%) expressions
4.59/4.75	c 4	converted 32476 (90%) expressions
5.30/5.47	c 5	converted 36084 (100%) expressions
5.30/5.47	c 5	CSP : 10224 integers, 0 booleans, 42588 clauses, largest domain size 53
5.30/5.47	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.47	c 5	Propagation in CSP
5.68/5.81	c 6	16762 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.68/5.82	c 6	CSP : 10224 integers, 0 booleans, 42588 clauses, largest domain size 11
5.68/5.82	c 6	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.68/5.84	c 6	Simplifing CSP by introducing new Boolean variables
5.68/5.86	c 6	CSP : 10224 integers, 0 booleans, 42588 clauses, largest domain size 11
5.68/5.86	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.88/6.01	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.88/6.02	c 6	1023 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.03	c 6	2045 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.03	c 6	3068 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.04	c 6	4090 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.88/6.05	c 6	5112 (50%) CSP integer variables are encoded (521 clauses, 6837 bytes)
5.88/6.05	c 6	6135 (60%) CSP integer variables are encoded (1689 clauses, 22021 bytes)
5.88/6.06	c 6	7157 (70%) CSP integer variables are encoded (2846 clauses, 37062 bytes)
5.88/6.06	c 6	8180 (80%) CSP integer variables are encoded (4004 clauses, 54432 bytes)
5.88/6.07	c 6	9202 (90%) CSP integer variables are encoded (7872 clauses, 112452 bytes)
5.88/6.07	c 6	10224 (100%) CSP integer variables are encoded (13434 clauses, 195882 bytes)
5.97/6.16	c 6	4259 (10%) CSP clauses are encoded (17693 clauses, 261542 bytes)
6.07/6.20	c 6	8518 (20%) CSP clauses are encoded (21952 clauses, 329686 bytes)
6.07/6.24	c 6	12777 (30%) CSP clauses are encoded (26211 clauses, 397830 bytes)
6.07/6.29	c 6	17036 (40%) CSP clauses are encoded (30470 clauses, 472794 bytes)
6.17/6.33	c 6	21294 (50%) CSP clauses are encoded (34728 clauses, 549438 bytes)
6.17/6.38	c 6	25553 (60%) CSP clauses are encoded (38987 clauses, 626100 bytes)
6.26/6.42	c 6	29812 (70%) CSP clauses are encoded (43246 clauses, 702762 bytes)
6.46/6.60	c 6	34071 (80%) CSP clauses are encoded (68291 clauses, 1038743 bytes)
6.46/6.67	c 6	38330 (90%) CSP clauses are encoded (85890 clauses, 1321203 bytes)
6.65/6.81	c 7	42588 (100%) CSP clauses are encoded (141182 clauses, 2353935 bytes)
6.65/6.81	c 7	42588 CSP clauses encoded
6.65/6.81	c 7	Writing map file : HOME/temp.map
6.65/6.86	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.86	c 7	SAT : 23658 SAT variables, 141182 SAT clauses, 2353935 bytes
6.65/6.86	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.89	c 7	SOLVING HOME/temp.cnf
6.65/6.89	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
15.57/15.83	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.57/15.83	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.61/15.91	c 16	Decoding HOME/temp.out
15.61/16.12	s SATISFIABLE
15.61/16.25	v 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 1 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 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 1 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 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 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 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 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 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 0 0 0 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 1 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 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 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 1 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 1 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 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 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 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 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 1 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 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 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 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 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 1 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 1 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 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 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 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 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 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 1 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 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 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 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 1 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 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 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 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 1 0 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 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 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 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 1 0 0 0 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 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 1 0 0 1 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 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 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 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 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 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 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 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 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 1 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 0 0 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 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 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 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 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 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 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 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 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 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 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 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 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 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 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 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 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 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 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 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 1 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 1 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 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0
15.61/16.25	c 16	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.64/16.30	c 16	CPU 15.06 (0.05 0.03 15.01 0.94)
15.64/16.30	c 16	END Thu Jul  3 02:27:09 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049349-1215044812/watcher-1049349-1215044812 -o /tmp/evaluation-result-1049349-1215044812/solver-1049349-1215044812 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1049349-1215044812.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 4/80 2863
/proc/meminfo: memFree=1760256/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=4708 CPUtime=0
/proc/2863/stat : 2863 (sugar) R 2861 2863 1882 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1983453146 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 235368674697 0 0 4096 0 0 0 0 17 1 0 0
/proc/2863/statm: 1177 43 33 3 0 8 0

[startup+0.0966331 s]
/proc/loadavg: 2.00 2.00 1.98 4/80 2863
/proc/meminfo: memFree=1760256/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=0.03
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983453146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102631 s]
/proc/loadavg: 2.00 2.00 1.98 4/80 2863
/proc/meminfo: memFree=1760256/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=0.03
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983453146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302661 s]
/proc/loadavg: 2.00 2.00 1.98 4/80 2863
/proc/meminfo: memFree=1760256/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=0.03
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983453146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702737 s]
/proc/loadavg: 2.00 2.00 1.98 4/80 2863
/proc/meminfo: memFree=1760256/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=0.03
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983453146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 2875
/proc/meminfo: memFree=1731560/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=0.03
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983453146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 796 370 3 0 500 0
[pid=2866] ppid=2863 vsize=5356 CPUtime=0
/proc/2866/stat : 2866 (sh) S 2863 2863 1882 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983453151 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2866/statm: 1339 233 193 169 0 50 0
[pid=2867] ppid=2866 vsize=864676 CPUtime=1.41
/proc/2867/stat : 2867 (java) S 2866 2863 1882 0 -1 0 15803 0 1 0 133 8 0 0 18 0 9 0 1983453152 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2867/statm: 216169 13851 2529 9 0 210751 0
[pid=2867/tid=2868] ppid=2866 vsize=864676 CPUtime=0.78
/proc/2867/task/2868/stat : 2868 (java) R 2866 2863 1882 0 -1 64 3021 0 1 0 76 2 0 0 24 0 9 0 1983453153 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4126657589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2869] ppid=2866 vsize=864676 CPUtime=0.49
/proc/2867/task/2869/stat : 2869 (java) S 2866 2863 1882 0 -1 64 11576 0 0 0 44 5 0 0 16 0 9 0 1983453154 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2870] ppid=2866 vsize=864676 CPUtime=0
/proc/2867/task/2870/stat : 2870 (java) S 2866 2863 1882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983453154 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2871] ppid=2866 vsize=864676 CPUtime=0
/proc/2867/task/2871/stat : 2871 (java) S 2866 2863 1882 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1983453154 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2872] ppid=2866 vsize=864676 CPUtime=0
/proc/2867/task/2872/stat : 2872 (java) S 2866 2863 1882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983453156 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2873] ppid=2866 vsize=864676 CPUtime=0.11
/proc/2867/task/2873/stat : 2873 (java) S 2866 2863 1882 0 -1 64 506 0 0 0 11 0 0 0 16 0 9 0 1983453156 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2874] ppid=2866 vsize=864676 CPUtime=0
/proc/2867/task/2874/stat : 2874 (java) S 2866 2863 1882 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983453156 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2867/tid=2875] ppid=2866 vsize=864676 CPUtime=0
/proc/2867/task/2875/stat : 2875 (java) S 2866 2863 1882 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983453156 885428224 13851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883632

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 2875
/proc/meminfo: memFree=1703272/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=2.24
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 973 19365 0 1 3 0 210 11 15 0 1 0 1983453146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 13600

[startup+6.30169 s]
/proc/loadavg: 2.08 2.02 1.98 5/91 2885
/proc/meminfo: memFree=1709672/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=2.25
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 974 19365 0 1 3 1 210 11 15 0 1 0 1983453146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 797 370 3 0 500 0
[pid=2876] ppid=2863 vsize=5356 CPUtime=0
/proc/2876/stat : 2876 (sh) S 2863 2863 1882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983453377 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2876/statm: 1339 233 193 169 0 50 0
[pid=2877] ppid=2876 vsize=868528 CPUtime=3.92
/proc/2877/stat : 2877 (java) S 2876 2863 1882 0 -1 0 16581 0 1 0 382 10 0 0 18 0 9 0 1983453377 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2877/statm: 217132 14756 2565 9 0 211679 0
[pid=2877/tid=2878] ppid=2876 vsize=868528 CPUtime=2.52
/proc/2877/task/2878/stat : 2878 (java) R 2876 2863 1882 0 -1 64 3325 0 1 0 249 3 0 0 25 0 9 0 1983453378 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4126619089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2879] ppid=2876 vsize=868528 CPUtime=1.11
/proc/2877/task/2879/stat : 2879 (java) S 2876 2863 1882 0 -1 64 11034 0 0 0 106 5 0 0 16 0 9 0 1983453380 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2880] ppid=2876 vsize=868528 CPUtime=0
/proc/2877/task/2880/stat : 2880 (java) S 2876 2863 1882 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983453380 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2881] ppid=2876 vsize=868528 CPUtime=0
/proc/2877/task/2881/stat : 2881 (java) S 2876 2863 1882 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983453380 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2882] ppid=2876 vsize=868528 CPUtime=0
/proc/2877/task/2882/stat : 2882 (java) S 2876 2863 1882 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983453382 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2883] ppid=2876 vsize=868528 CPUtime=0.27
/proc/2877/task/2883/stat : 2883 (java) S 2876 2863 1882 0 -1 64 1525 0 0 0 26 1 0 0 16 0 9 0 1983453382 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2884] ppid=2876 vsize=868528 CPUtime=0
/proc/2877/task/2884/stat : 2884 (java) S 2876 2863 1882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983453382 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2877/tid=2885] ppid=2876 vsize=868528 CPUtime=0
/proc/2877/task/2885/stat : 2885 (java) S 2876 2863 1882 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983453382 889372672 14756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887484

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 1.98 3/83 2887
/proc/meminfo: memFree=1744808/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=6.76
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 1023 36284 0 2 4 1 646 25 16 0 1 0 1983453146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 799 370 3 0 500 0
[pid=2886] ppid=2863 vsize=5356 CPUtime=0
/proc/2886/stat : 2886 (sh) S 2863 2863 1882 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983453835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2886/statm: 1339 232 193 169 0 50 0
[pid=2887] ppid=2886 vsize=11000 CPUtime=5.74
/proc/2887/stat : 2887 (picosat) R 2886 2863 1882 0 -1 4194304 2498 0 0 0 511 63 0 0 25 0 1 0 1983453836 11264000 2474 996147200 134512640 134931368 4294956256 18446744073709551615 134524192 0 0 4096 0 0 0 0 17 1 0 0
/proc/2887/statm: 2750 2474 48 102 0 2645 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 29956

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

[startup+14.3061 s]
/proc/loadavg: 2.07 2.02 1.98 3/83 2887
/proc/meminfo: memFree=1744232/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=6.76
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 1023 36284 0 2 4 1 646 25 16 0 1 0 1983453146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 799 370 3 0 500 0
[pid=2886] ppid=2863 vsize=5356 CPUtime=0
/proc/2886/stat : 2886 (sh) S 2863 2863 1882 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983453835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2886/statm: 1339 232 193 169 0 50 0
[pid=2887] ppid=2886 vsize=11000 CPUtime=7.33
/proc/2887/stat : 2887 (picosat) R 2886 2863 1882 0 -1 4194304 2498 0 0 0 670 63 0 0 25 0 1 0 1983453836 11264000 2474 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/2887/statm: 2750 2474 48 102 0 2645 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 29956

[startup+15.1022 s]
/proc/loadavg: 2.07 2.02 1.98 3/83 2887
/proc/meminfo: memFree=1744232/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=6.76
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 1023 36284 0 2 4 1 646 25 16 0 1 0 1983453146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 799 370 3 0 500 0
[pid=2886] ppid=2863 vsize=5356 CPUtime=0
/proc/2886/stat : 2886 (sh) S 2863 2863 1882 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983453835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2886/statm: 1339 232 193 169 0 50 0
[pid=2887] ppid=2886 vsize=11264 CPUtime=8.12
/proc/2887/stat : 2887 (picosat) R 2886 2863 1882 0 -1 4194304 2578 0 0 0 749 63 0 0 25 0 1 0 1983453836 11534336 2554 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/2887/statm: 2816 2554 48 102 0 2711 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 30220

[startup+15.9023 s]
/proc/loadavg: 2.07 2.02 1.98 3/83 2887
/proc/meminfo: memFree=1743912/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=15.61
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 1072 39155 0 2 4 1 1467 89 17 0 1 0 1983453146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 13600

[startup+16.3014 s]
/proc/loadavg: 2.07 2.02 1.98 3/83 2887
/proc/meminfo: memFree=1743912/2055920 swapFree=4180416/4192956
[pid=2863] ppid=2861 vsize=13600 CPUtime=15.64
/proc/2863/stat : 2863 (sugar) S 2861 2863 1882 0 -1 4194304 1095 39155 0 2 5 3 1467 89 15 0 1 0 1983453146 13926400 803 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2863/statm: 3400 803 370 3 0 500 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 16.3081
CPU time (s): 16.0556
CPU user time (s): 15.0747
CPU system time (s): 0.98085
CPU usage (%): 98.4512
Max. virtual memory (cumulated for all children) (KiB): 888128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0747
system time used= 0.98085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44436
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= 9443
involuntary context switches= 9890

runsolver used 0.029995 second user time and 0.067989 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-03 02:26:53
IDJOB=1049349
IDBENCH=54672
IDSOLVER=345
FILE ID=node51/1049349-1215044812
PBS_JOBID= 7875073
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-3-13-25-26.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049349-1215044812/watcher-1049349-1215044812 -o /tmp/evaluation-result-1049349-1215044812/solver-1049349-1215044812 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1049349-1215044812.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7672cbc92c95110a92bce4d4d3f0bc43
RANDOM SEED=1851772499

node51.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.263
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.263
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:       1760736 kB
Buffers:         32660 kB
Cached:         155160 kB
SwapCached:       7000 kB
Active:         178788 kB
Inactive:        60540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760736 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            6048 kB
Writeback:           0 kB
Mapped:          67372 kB
Slab:            40976 kB
Committed_AS:  4528324 kB
PageTables:       1912 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= 66544 MiB
End job on node51 at 2008-07-03 02:27:09