Trace number 1049433

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 8.51571 8.98788

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-3-13-19.xml
MD5SUM6cbcc6edcedb57b7f84e6e64526ef8de
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 benchmark8.51571
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30522
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30522
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.33	c 0	Sugar v1-13 + HOME/picosat
0.01/0.33	c 0	BEGIN Thu Jul  3 02:35:08 2008
0.01/0.33	c 0	PID 32247
0.01/0.33	c 0	HOST node3.alineos.net
0.01/0.33	c 0	CONVERTING HOME/instance-1049433-1215045307.xml TO HOME/temp.csp
0.01/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1049433-1215045307.xml' 'HOME/temp.csp'
2.16/2.50	c 2	1 domains, 4608 variables, 8 predicates, 0 relations, 30522 constraints
2.16/2.53	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.16/2.53	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.18/2.61	c 2	Parsing HOME/temp.csp
2.18/2.96	c 2	parsed 10000 expressions
2.82/3.29	c 3	parsed 20000 expressions
3.12/3.53	c 3	parsed 30000 expressions
3.31/3.76	c 3	parsed 35139 expressions
3.31/3.76	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.31/3.76	c 3	Converting to clausal form CSP
3.42/3.81	c 3	converted 3514 (10%) expressions
3.62/4.06	c 3	converted 7028 (20%) expressions
3.71/4.16	c 4	converted 10542 (30%) expressions
3.81/4.26	c 4	converted 14056 (40%) expressions
4.01/4.49	c 4	converted 17570 (50%) expressions
4.11/4.58	c 4	converted 21084 (60%) expressions
4.21/4.68	c 4	converted 24598 (70%) expressions
4.31/4.77	c 4	converted 28112 (80%) expressions
4.40/4.87	c 4	converted 31626 (90%) expressions
5.00/5.50	c 5	converted 35139 (100%) expressions
5.00/5.50	c 5	CSP : 9792 integers, 0 booleans, 40890 clauses, largest domain size 51
5.00/5.50	c 5	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.00/5.50	c 5	Propagation in CSP
5.39/5.86	c 5	15078 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.39/5.87	c 5	CSP : 9792 integers, 0 booleans, 40890 clauses, largest domain size 11
5.39/5.87	c 5	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.89	c 5	Simplifing CSP by introducing new Boolean variables
5.49/5.91	c 5	CSP : 9792 integers, 0 booleans, 40890 clauses, largest domain size 11
5.49/5.91	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.59/6.05	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.59/6.07	c 5	980 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.59/6.07	c 5	1959 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.59/6.07	c 5	2938 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.59/6.08	c 5	3917 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.59/6.09	c 5	4896 (50%) CSP integer variables are encoded (327 clauses, 4315 bytes)
5.59/6.09	c 5	5876 (60%) CSP integer variables are encoded (1450 clauses, 18914 bytes)
5.59/6.10	c 6	6855 (70%) CSP integer variables are encoded (2555 clauses, 33279 bytes)
5.69/6.10	c 6	7834 (80%) CSP integer variables are encoded (3694 clauses, 49729 bytes)
5.69/6.10	c 6	8813 (90%) CSP integer variables are encoded (7174 clauses, 101929 bytes)
5.69/6.11	c 6	9792 (100%) CSP integer variables are encoded (12122 clauses, 176149 bytes)
5.69/6.19	c 6	4089 (10%) CSP clauses are encoded (16211 clauses, 239089 bytes)
5.79/6.23	c 6	8178 (20%) CSP clauses are encoded (20300 clauses, 304513 bytes)
5.79/6.27	c 6	12267 (30%) CSP clauses are encoded (24389 clauses, 369937 bytes)
5.89/6.32	c 6	16356 (40%) CSP clauses are encoded (28478 clauses, 440821 bytes)
5.89/6.36	c 6	20445 (50%) CSP clauses are encoded (32567 clauses, 514423 bytes)
5.99/6.40	c 6	24534 (60%) CSP clauses are encoded (36656 clauses, 588025 bytes)
5.99/6.44	c 6	28623 (70%) CSP clauses are encoded (40745 clauses, 661627 bytes)
6.28/6.76	c 6	32712 (80%) CSP clauses are encoded (64950 clauses, 983635 bytes)
6.38/6.83	c 6	36801 (90%) CSP clauses are encoded (81782 clauses, 1248826 bytes)
6.48/6.95	c 6	40890 (100%) CSP clauses are encoded (130858 clauses, 2159777 bytes)
6.48/6.95	c 6	40890 CSP clauses encoded
6.48/6.95	c 6	Writing map file : HOME/temp.map
6.58/7.01	c 6	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.58/7.01	c 6	SAT : 21914 SAT variables, 130858 SAT clauses, 2159777 bytes
6.58/7.01	c 6	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.58/7.04	c 6	SOLVING HOME/temp.cnf
6.58/7.04	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
8.05/8.51	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.05/8.51	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.05/8.59	c 8	Decoding HOME/temp.out
8.24/8.80	s SATISFIABLE
8.43/8.93	v 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 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 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 1 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 0 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 0 0 0 0 0 0 0 0 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 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 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 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 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 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 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 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 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 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 0 0 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 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 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 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 1 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 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 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 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 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 0 1 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 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 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 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 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 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 1 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 1 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 1 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 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 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 0 0 1 0 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 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 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 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 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 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 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 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 1 0 0 0 0 1 0 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 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 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 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 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 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 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 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 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 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 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 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 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 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 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 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 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 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 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 1 0 1 0 0 0 0 0
8.43/8.94	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.43/8.98	c 8	CPU 7.59 (0.05 0.03 7.54 0.87)
8.43/8.98	c 8	END Thu Jul  3 02:35:16 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-1049433-1215045307/watcher-1049433-1215045307 -o /tmp/evaluation-result-1049433-1215045307/solver-1049433-1215045307 -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-1049433-1215045307.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: 1.92 1.98 1.94 4/72 32247
/proc/meminfo: memFree=1910960/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=18572 CPUtime=0
/proc/32247/stat : 32247 (runsolver) D 32245 32247 31351 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983506154 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/32247/statm: 4643 292 257 25 0 2626 0

[startup+0.00822604 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 32247
/proc/meminfo: memFree=1910960/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=18572 CPUtime=0
/proc/32247/stat : 32247 (runsolver) D 32245 32247 31351 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983506154 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/32247/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101235 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 32247
/proc/meminfo: memFree=1910960/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=4708 CPUtime=0
/proc/32247/stat : 32247 (sugar) R 32245 32247 31351 0 -1 4194304 57 0 1 0 0 0 0 0 18 0 1 0 1983506154 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 233630103901 0 0 4096 0 0 0 0 17 1 0 0
/proc/32247/statm: 1177 43 33 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4708

[startup+0.301393 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 32247
/proc/meminfo: memFree=1910960/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=12544 CPUtime=0.01
/proc/32247/stat : 32247 (sugar) R 32245 32247 31351 0 -1 4194304 466 0 16 0 1 0 0 0 18 0 1 0 1983506154 12845056 450 996147200 4194304 4206940 548682068608 18446744073709551615 233652384226 0 0 4224 0 0 0 0 17 1 0 0
/proc/32247/statm: 3136 450 291 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.701286 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 32247
/proc/meminfo: memFree=1910960/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=0.04
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 883 127 17 0 3 1 0 0 18 0 1 0 1983506154 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 1.92 1.98 1.94 4/83 32259
/proc/meminfo: memFree=1891096/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=0.04
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 883 127 17 0 3 1 0 0 18 0 1 0 1983506154 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 796 370 3 0 500 0
[pid=32250] ppid=32247 vsize=5356 CPUtime=0
/proc/32250/stat : 32250 (sh) S 32247 32247 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983506188 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32250/statm: 1339 233 193 169 0 50 0
[pid=32251] ppid=32250 vsize=864676 CPUtime=1.14
/proc/32251/stat : 32251 (java) S 32250 32247 31351 0 -1 0 12268 0 1 0 107 7 0 0 18 0 9 0 1983506188 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32251/statm: 216169 10321 2529 9 0 210751 0
[pid=32251/tid=32252] ppid=32250 vsize=864676 CPUtime=0.66
/proc/32251/task/32252/stat : 32252 (java) R 32250 32247 31351 0 -1 64 2837 0 1 0 64 2 0 0 23 0 9 0 1983506189 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4125969905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32253] ppid=32250 vsize=864676 CPUtime=0.35
/proc/32251/task/32253/stat : 32253 (java) S 32250 32247 31351 0 -1 64 8242 0 0 0 32 3 0 0 16 0 9 0 1983506191 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32254] ppid=32250 vsize=864676 CPUtime=0
/proc/32251/task/32254/stat : 32254 (java) S 32250 32247 31351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983506191 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32255] ppid=32250 vsize=864676 CPUtime=0
/proc/32251/task/32255/stat : 32255 (java) S 32250 32247 31351 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1983506191 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32256] ppid=32250 vsize=864676 CPUtime=0
/proc/32251/task/32256/stat : 32256 (java) S 32250 32247 31351 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983506193 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32257] ppid=32250 vsize=864676 CPUtime=0.09
/proc/32251/task/32257/stat : 32257 (java) S 32250 32247 31351 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1983506193 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32258] ppid=32250 vsize=864676 CPUtime=0
/proc/32251/task/32258/stat : 32258 (java) S 32250 32247 31351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983506193 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32251/tid=32259] ppid=32250 vsize=864676 CPUtime=0
/proc/32251/task/32259/stat : 32259 (java) S 32250 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983506193 885428224 10321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 883632

[startup+3.10148 s]
/proc/loadavg: 1.92 1.98 1.94 3/83 32259
/proc/meminfo: memFree=1858520/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=2.18
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 956 18966 17 1 3 1 202 12 15 0 1 0 1983506154 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.30175 s]
/proc/loadavg: 1.93 1.98 1.94 4/83 32269
/proc/meminfo: memFree=1859736/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=2.18
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 957 18966 17 1 3 1 202 12 15 0 1 0 1983506154 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 797 370 3 0 500 0
[pid=32260] ppid=32247 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (sh) S 32247 32247 31351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983506408 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32260/statm: 1339 233 193 169 0 50 0
[pid=32261] ppid=32260 vsize=868528 CPUtime=3.71
/proc/32261/stat : 32261 (java) S 32260 32247 31351 0 -1 0 16128 0 1 0 360 11 0 0 18 0 9 0 1983506408 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32261/statm: 217132 14308 2565 9 0 211679 0
[pid=32261/tid=32262] ppid=32260 vsize=868528 CPUtime=2.34
/proc/32261/task/32262/stat : 32262 (java) R 32260 32247 31351 0 -1 64 3305 0 1 0 231 3 0 0 25 0 9 0 1983506409 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32263] ppid=32260 vsize=868528 CPUtime=1.07
/proc/32261/task/32263/stat : 32263 (java) S 32260 32247 31351 0 -1 64 10602 0 0 0 101 6 0 0 16 0 9 0 1983506410 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32264] ppid=32260 vsize=868528 CPUtime=0
/proc/32261/task/32264/stat : 32264 (java) S 32260 32247 31351 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983506410 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32265] ppid=32260 vsize=868528 CPUtime=0
/proc/32261/task/32265/stat : 32265 (java) S 32260 32247 31351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983506410 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32266] ppid=32260 vsize=868528 CPUtime=0
/proc/32261/task/32266/stat : 32266 (java) S 32260 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983506412 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32267] ppid=32260 vsize=868528 CPUtime=0.27
/proc/32261/task/32267/stat : 32267 (java) S 32260 32247 31351 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 1983506412 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32268] ppid=32260 vsize=868528 CPUtime=0
/proc/32261/task/32268/stat : 32268 (java) S 32260 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983506412 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32261/tid=32269] ppid=32260 vsize=868528 CPUtime=0
/proc/32261/task/32269/stat : 32269 (java) S 32260 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983506412 889372672 14308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 887484

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

[startup+7.90188 s]
/proc/loadavg: 1.93 1.98 1.94 3/75 32271
/proc/meminfo: memFree=1899864/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=6.61
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 1005 35433 17 2 4 1 631 25 16 0 1 0 1983506154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 799 370 3 0 500 0
[pid=32270] ppid=32247 vsize=5356 CPUtime=0
/proc/32270/stat : 32270 (sh) S 32247 32247 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983506859 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32270/statm: 1339 232 193 169 0 50 0
[pid=32271] ppid=32270 vsize=5464 CPUtime=0.83
/proc/32271/stat : 32271 (picosat) R 32270 32247 31351 0 -1 4194304 1122 0 0 0 36 47 0 0 25 0 1 0 1983506859 5595136 1108 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32271/statm: 1366 1108 40 102 0 1261 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 24420

[startup+8.70194 s]
/proc/loadavg: 1.93 1.98 1.94 3/83 32281
/proc/meminfo: memFree=1897560/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=8.07
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 1074 37154 17 2 4 1 719 83 16 0 1 0 1983506154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 799 370 3 0 500 0
[pid=32272] ppid=32247 vsize=5356 CPUtime=0
/proc/32272/stat : 32272 (sh) S 32247 32247 31351 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1983507005 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32272/statm: 1339 233 193 169 0 50 0
[pid=32273] ppid=32272 vsize=863852 CPUtime=0.17
/proc/32273/stat : 32273 (java) S 32272 32247 31351 0 -1 0 3515 0 1 0 15 2 0 0 20 0 9 0 1983507006 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32273/statm: 215963 2990 1651 9 0 210545 0
[pid=32273/tid=32274] ppid=32272 vsize=863852 CPUtime=0.12
/proc/32273/task/32274/stat : 32274 (java) R 32272 32247 31351 0 -1 64 2436 0 1 0 11 1 0 0 20 0 9 0 1983507006 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4125960279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32275] ppid=32272 vsize=863852 CPUtime=0
/proc/32273/task/32275/stat : 32275 (java) S 32272 32247 31351 0 -1 64 122 0 0 0 0 0 0 0 16 0 9 0 1983507008 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32276] ppid=32272 vsize=863852 CPUtime=0
/proc/32273/task/32276/stat : 32276 (java) S 32272 32247 31351 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1983507008 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32277] ppid=32272 vsize=863852 CPUtime=0
/proc/32273/task/32277/stat : 32277 (java) S 32272 32247 31351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983507008 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32278] ppid=32272 vsize=863852 CPUtime=0
/proc/32273/task/32278/stat : 32278 (java) S 32272 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983507010 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32279] ppid=32272 vsize=863852 CPUtime=0.03
/proc/32273/task/32279/stat : 32279 (java) S 32272 32247 31351 0 -1 64 265 0 0 0 3 0 0 0 17 0 9 0 1983507010 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32280] ppid=32272 vsize=863852 CPUtime=0
/proc/32273/task/32280/stat : 32280 (java) S 32272 32247 31351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983507010 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32281] ppid=32272 vsize=863852 CPUtime=0
/proc/32273/task/32281/stat : 32281 (java) S 32272 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 1983507010 884584448 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 882808

[startup+8.90296 s]
/proc/loadavg: 1.93 1.98 1.94 3/83 32281
/proc/meminfo: memFree=1897560/2055920 swapFree=4180472/4192956
[pid=32247] ppid=32245 vsize=13600 CPUtime=8.09
/proc/32247/stat : 32247 (sugar) S 32245 32247 31351 0 -1 4194304 1075 37154 17 2 5 2 719 83 15 0 1 0 1983506154 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32247/statm: 3400 800 370 3 0 500 0
[pid=32272] ppid=32247 vsize=5356 CPUtime=0
/proc/32272/stat : 32272 (sh) S 32247 32247 31351 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1983507005 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32272/statm: 1339 233 193 169 0 50 0
[pid=32273] ppid=32272 vsize=864012 CPUtime=0.34
/proc/32273/stat : 32273 (java) S 32272 32247 31351 0 -1 0 3779 0 1 0 32 2 0 0 20 0 9 0 1983507006 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32273/statm: 216003 3248 1672 9 0 210585 0
[pid=32273/tid=32274] ppid=32272 vsize=864012 CPUtime=0.24
/proc/32273/task/32274/stat : 32274 (java) R 32272 32247 31351 0 -1 64 2475 0 1 0 23 1 0 0 21 0 9 0 1983507006 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4160656255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32275] ppid=32272 vsize=864012 CPUtime=0
/proc/32273/task/32275/stat : 32275 (java) S 32272 32247 31351 0 -1 64 265 0 0 0 0 0 0 0 16 0 9 0 1983507008 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32276] ppid=32272 vsize=864012 CPUtime=0
/proc/32273/task/32276/stat : 32276 (java) S 32272 32247 31351 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1983507008 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32277] ppid=32272 vsize=864012 CPUtime=0
/proc/32273/task/32277/stat : 32277 (java) S 32272 32247 31351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983507008 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32278] ppid=32272 vsize=864012 CPUtime=0
/proc/32273/task/32278/stat : 32278 (java) S 32272 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983507010 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32279] ppid=32272 vsize=864012 CPUtime=0.08
/proc/32273/task/32279/stat : 32279 (java) S 32272 32247 31351 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 1983507010 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32280] ppid=32272 vsize=864012 CPUtime=0
/proc/32273/task/32280/stat : 32280 (java) S 32272 32247 31351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983507010 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32281] ppid=32272 vsize=864012 CPUtime=0
/proc/32273/task/32281/stat : 32281 (java) S 32272 32247 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983507010 884748288 3248 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 882968

Child status: 0
Real time (s): 8.98788
CPU time (s): 8.51571
CPU user time (s): 7.60184
CPU system time (s): 0.913861
CPU usage (%): 94.7466
Max. virtual memory (cumulated for all children) (KiB): 887876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.60184
system time used= 0.913861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42418
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9496
involuntary context switches= 9314

runsolver used 0.020996 second user time and 0.033994 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-03 02:35:07
IDJOB=1049433
IDBENCH=54676
IDSOLVER=345
FILE ID=node3/1049433-1215045307
PBS_JOBID= 7875168
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-3-13-19.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-1049433-1215045307/watcher-1049433-1215045307 -o /tmp/evaluation-result-1049433-1215045307/solver-1049433-1215045307 -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-1049433-1215045307.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cbcc6edcedb57b7f84e6e64526ef8de
RANDOM SEED=1808210720

node3.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.232
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.232
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:       1911440 kB
Buffers:          5796 kB
Cached:          72556 kB
SwapCached:       6308 kB
Active:          53188 kB
Inactive:        36572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911440 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            5876 kB
Writeback:           0 kB
Mapped:          19224 kB
Slab:            40076 kB
Committed_AS:  3291660 kB
PageTables:       1760 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= 66548 MiB
End job on node3 at 2008-07-03 02:35:16