Trace number 1093709

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 45.0202 45.1567

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-120-40-3-10_glb.xml
MD5SUM195e44fba1c03f8dd1e240d02e472d19
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.870867
Satisfiable
(Un)Satisfiability was proved
Number of variables5400
Number of constraints4485
Maximum constraint arity120
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4320
Global constraints used (with number of constraints)weightedsum(165)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 15:51:41 2008
0.00/0.04	c 0	PID 5852
0.00/0.05	c 0	HOST node87.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1093709-1215265901.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-1093709-1215265901.xml' 'HOME/temp.csp'
0.03/0.78	c 1	1 domains, 5400 variables, 1 predicates, 0 relations, 4485 constraints
0.03/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.82	c 1	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'
0.03/0.90	c 1	Parsing HOME/temp.csp
1.21/1.37	c 1	parsed 9887 expressions
1.21/1.37	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.37	c 1	Converting to clausal form CSP
1.31/1.41	c 1	converted 989 (10%) expressions
1.31/1.42	c 1	converted 1978 (20%) expressions
1.31/1.42	c 1	converted 2967 (30%) expressions
1.31/1.42	c 1	converted 3955 (40%) expressions
1.31/1.46	c 1	converted 4944 (50%) expressions
1.62/1.78	c 2	converted 5933 (60%) expressions
1.92/2.08	c 2	converted 6921 (70%) expressions
2.32/2.40	c 2	converted 7910 (80%) expressions
2.61/2.75	c 3	converted 8899 (90%) expressions
3.62/3.79	c 4	converted 9887 (100%) expressions
3.71/3.80	c 4	CSP : 24660 integers, 8640 booleans, 64770 clauses, largest domain size 61
3.71/3.80	c 4	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.80	c 4	Propagation in CSP
4.01/4.13	c 4	8280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.01/4.13	c 4	CSP : 24660 integers, 8640 booleans, 64770 clauses, largest domain size 61
4.01/4.13	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.15	c 4	Simplifing CSP by introducing new Boolean variables
4.01/4.19	c 4	CSP : 24660 integers, 8640 booleans, 64770 clauses, largest domain size 61
4.01/4.19	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/4.41	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.31/4.45	c 4	2466 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.31/4.45	c 4	4932 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.31/4.45	c 4	7398 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.31/4.46	c 4	9864 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.31/4.46	c 4	12330 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.31/4.47	c 4	14796 (60%) CSP integer variables are encoded (3615 clauses, 54289 bytes)
4.31/4.48	c 4	17262 (70%) CSP integer variables are encoded (14714 clauses, 220774 bytes)
4.31/4.50	c 4	19728 (80%) CSP integer variables are encoded (24914 clauses, 373774 bytes)
4.42/4.51	c 5	22194 (90%) CSP integer variables are encoded (34931 clauses, 524029 bytes)
4.42/4.53	c 5	24660 (100%) CSP integer variables are encoded (45180 clauses, 677764 bytes)
4.51/4.62	c 5	6477 (10%) CSP clauses are encoded (51657 clauses, 772206 bytes)
4.51/4.66	c 5	12954 (20%) CSP clauses are encoded (58134 clauses, 868978 bytes)
4.51/4.70	c 5	19431 (30%) CSP clauses are encoded (64611 clauses, 966418 bytes)
4.61/4.74	c 5	25908 (40%) CSP clauses are encoded (71088 clauses, 1066234 bytes)
4.61/4.78	c 5	32385 (50%) CSP clauses are encoded (77565 clauses, 1168890 bytes)
4.71/4.82	c 5	38862 (60%) CSP clauses are encoded (84042 clauses, 1271769 bytes)
5.10/5.24	c 5	45339 (70%) CSP clauses are encoded (172821 clauses, 3083935 bytes)
5.41/5.59	c 6	51816 (80%) CSP clauses are encoded (352034 clauses, 6683342 bytes)
5.81/5.90	c 6	58293 (90%) CSP clauses are encoded (513148 clauses, 9907681 bytes)
6.10/6.22	c 6	64770 (100%) CSP clauses are encoded (674820 clauses, 13143592 bytes)
6.10/6.22	c 6	64770 CSP clauses encoded
6.10/6.22	c 6	Writing map file : HOME/temp.map
6.10/6.28	c 6	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.10/6.28	c 6	SAT : 78480 SAT variables, 674820 SAT clauses, 13143592 bytes
6.10/6.28	c 6	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.19/6.32	c 6	SOLVING HOME/temp.cnf
6.19/6.32	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
44.48/44.63	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.48/44.63	c 45	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.52/44.70	c 45	Decoding HOME/temp.out
44.52/44.97	s SATISFIABLE
44.97/45.11	v 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 1 0 1 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 0 1 1 1 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 1 1 1 1 0 0 0 1 1 1 0 1 1 1 1 1 0 1 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 1 1 0 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 1 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 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 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 1 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 1 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 1 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 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 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 1 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 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 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 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 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 1 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 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 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 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 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 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 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 1 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 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 1 0 0 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 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 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 0 0 0 0 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 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 1 0 0 0 0 0 1 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 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 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 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 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 1 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 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 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
44.97/45.11	c 45	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.97/45.15	c 45	CPU 41.74 (0.05 0.04 41.69 3.2)
44.97/45.15	c 45	END Sat Jul  5 15:52:26 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-1093709-1215265901/watcher-1093709-1215265901 -o /tmp/evaluation-result-1093709-1215265901/solver-1093709-1215265901 -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-1093709-1215265901.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 2.00 4/81 5852
/proc/meminfo: memFree=1715344/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=6268 CPUtime=0
/proc/5852/stat : 5852 (sugar) R 5850 5852 4613 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 638845766 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 254611092873 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 1567 47 36 3 0 8 0

[startup+0.102518 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5852
/proc/meminfo: memFree=1715344/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 638845766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202504 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5852
/proc/meminfo: memFree=1715344/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 638845766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30252 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5852
/proc/meminfo: memFree=1715344/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 638845766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702563 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5852
/proc/meminfo: memFree=1715344/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 638845766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 5874
/proc/meminfo: memFree=1707320/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.76
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 974 8029 0 1 3 1 68 4 15 0 1 0 638845766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 4613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638845849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=864156 CPUtime=0.66
/proc/5866/stat : 5866 (java) S 5865 5852 4613 0 -1 0 6041 0 1 0 63 3 0 0 19 0 9 0 638845849 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 216039 5244 2542 9 0 210614 0
[pid=5866/tid=5867] ppid=5865 vsize=864156 CPUtime=0.47
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 4613 0 -1 64 2672 0 1 0 45 2 0 0 21 0 9 0 638845850 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4125979684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=864156 CPUtime=0.08
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 4613 0 -1 64 2327 0 0 0 8 0 0 0 16 0 9 0 638845851 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638845851 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 4613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 638845851 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 4613 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 638845853 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=864156 CPUtime=0.09
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 4613 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 638845853 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 4613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 638845853 884895744 5244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638845853 884895744 5244 996147200 134512640 134550740 4294955952 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) 883112

[startup+3.10183 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 5874
/proc/meminfo: memFree=1688632/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.76
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 974 8029 0 1 3 1 68 4 15 0 1 0 638845766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 4613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638845849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=868384 CPUtime=2.26
/proc/5866/stat : 5866 (java) S 5865 5852 4613 0 -1 0 13241 0 1 0 219 7 0 0 19 0 9 0 638845849 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 217096 12192 2541 9 0 211671 0
[pid=5866/tid=5867] ppid=5865 vsize=868384 CPUtime=1.4
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 4613 0 -1 64 3013 0 1 0 138 2 0 0 25 0 9 0 638845850 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4126637792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=868384 CPUtime=0.62
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 4613 0 -1 64 8037 0 0 0 59 3 0 0 16 0 9 0 638845851 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=868384 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638845851 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=868384 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 4613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 638845851 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=868384 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 4613 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 638845853 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=868384 CPUtime=0.2
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 4613 0 -1 64 1498 0 0 0 20 0 0 0 15 0 9 0 638845853 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=868384 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 4613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 638845853 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=868384 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638845853 889225216 12192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887340

[startup+6.30219 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 5874
/proc/meminfo: memFree=1653368/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.76
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 974 8029 0 1 3 1 68 4 15 0 1 0 638845766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 4613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638845849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=868496 CPUtime=5.43
/proc/5866/stat : 5866 (java) S 5865 5852 4613 0 -1 0 17784 0 1 0 525 18 0 0 19 0 9 0 638845849 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 217124 15910 2567 9 0 211671 0
[pid=5866/tid=5867] ppid=5865 vsize=868496 CPUtime=3.86
/proc/5866/task/5867/stat : 5867 (java) S 5865 5852 4613 0 -1 64 3469 0 1 0 376 10 0 0 25 0 9 0 638845850 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=868496 CPUtime=1.23
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 4613 0 -1 64 12067 0 0 0 118 5 0 0 16 0 9 0 638845851 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=868496 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638845851 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=868496 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 4613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 638845851 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=868496 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 4613 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 638845853 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=868496 CPUtime=0.31
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 4613 0 -1 64 1555 0 0 0 30 1 0 0 15 0 9 0 638845853 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=868496 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 4613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 638845853 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=868496 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638845853 889339904 15910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887452

[startup+12.7019 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 5876
/proc/meminfo: memFree=1673272/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=30472 CPUtime=6.36
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6610 0 0 0 347 289 0 0 25 0 1 0 638846399 31203328 6577 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 7618 6577 42 102 0 7513 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 49428

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 5876
/proc/meminfo: memFree=1673016/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=31892 CPUtime=19.16
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6707 0 0 0 1627 289 0 0 25 0 1 0 638846399 32657408 6674 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 7973 6674 42 102 0 7868 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 50848

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

[startup+25.6024 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 5876
/proc/meminfo: memFree=1673016/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=31892 CPUtime=19.26
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6708 0 0 0 1637 289 0 0 25 0 1 0 638846399 32657408 6675 996147200 134512640 134931368 4294956256 18446744073709551615 134522890 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 7973 6675 42 102 0 7868 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50848

[startup+38.4018 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 5876
/proc/meminfo: memFree=1672440/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=32428 CPUtime=32.05
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6868 0 0 0 2915 290 0 0 25 0 1 0 638846399 33206272 6833 996147200 134512640 134931368 4294956256 18446744073709551615 134525957 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 8107 6833 48 102 0 8002 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 51384

[startup+41.6011 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 5876
/proc/meminfo: memFree=1672248/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=32560 CPUtime=35.25
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6914 0 0 0 3235 290 0 0 25 0 1 0 638846399 33341440 6879 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 8140 6879 48 102 0 8035 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 51516

[startup+43.2023 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 5876
/proc/meminfo: memFree=1672120/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=32692 CPUtime=36.84
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6941 0 0 0 3394 290 0 0 25 0 1 0 638846399 33476608 6906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 8173 6906 48 102 0 8068 0
Current children cumulated CPU time (s) 43.07
Current children cumulated vsize (KiB) 51648

[startup+44.0024 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 5876
/proc/meminfo: memFree=1672056/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=6.23
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1022 26105 0 2 4 1 594 24 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
[pid=5875] ppid=5852 vsize=5356 CPUtime=0
/proc/5875/stat : 5875 (sh) S 5852 5852 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638846398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5875/statm: 1339 232 193 169 0 50 0
[pid=5876] ppid=5875 vsize=32692 CPUtime=37.65
/proc/5876/stat : 5876 (picosat) R 5875 5852 4613 0 -1 4194304 6951 0 0 0 3475 290 0 0 25 0 1 0 638846399 33476608 6916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5876/statm: 8173 6916 48 102 0 8068 0
Current children cumulated CPU time (s) 43.88
Current children cumulated vsize (KiB) 51648

[startup+44.8015 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 5876
/proc/meminfo: memFree=1672056/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=44.52
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1091 33354 0 2 4 1 4131 316 16 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 44.52
Current children cumulated vsize (KiB) 13600

[startup+45.0015 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 5876
/proc/meminfo: memFree=1672056/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=44.52
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1091 33354 0 2 4 1 4131 316 15 0 1 0 638845766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 44.52
Current children cumulated vsize (KiB) 13600

[startup+45.1015 s]
/proc/loadavg: 2.05 2.01 2.00 3/92 5886
/proc/meminfo: memFree=1692408/2055920 swapFree=4179388/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=44.56
/proc/5852/stat : 5852 (sugar) S 5850 5852 4613 0 -1 4194304 1093 33354 0 2 5 4 4131 316 15 0 1 0 638845766 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 801 370 3 0 500 0
[pid=5877] ppid=5852 vsize=5356 CPUtime=0
/proc/5877/stat : 5877 (sh) S 5852 5852 4613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638850229 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5877/statm: 1339 233 193 169 0 50 0
[pid=5878] ppid=5877 vsize=864044 CPUtime=0.41
/proc/5878/stat : 5878 (java) S 5877 5852 4613 0 -1 0 3842 0 1 0 37 4 0 0 20 0 9 0 638850229 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5878/statm: 216011 3309 1672 9 0 210593 0
[pid=5878/tid=5879] ppid=5877 vsize=864044 CPUtime=0.29
/proc/5878/task/5879/stat : 5879 (java) R 5877 5852 4613 0 -1 64 2481 0 1 0 26 3 0 0 25 0 9 0 638850230 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5880] ppid=5877 vsize=864044 CPUtime=0.01
/proc/5878/task/5880/stat : 5880 (java) S 5877 5852 4613 0 -1 64 323 0 0 0 1 0 0 0 16 0 9 0 638850231 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5881] ppid=5877 vsize=864044 CPUtime=0
/proc/5878/task/5881/stat : 5881 (java) S 5877 5852 4613 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 638850231 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5882] ppid=5877 vsize=864044 CPUtime=0
/proc/5878/task/5882/stat : 5882 (java) S 5877 5852 4613 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 638850231 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5883] ppid=5877 vsize=864044 CPUtime=0
/proc/5878/task/5883/stat : 5883 (java) S 5877 5852 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638850233 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5884] ppid=5877 vsize=864044 CPUtime=0.08
/proc/5878/task/5884/stat : 5884 (java) S 5877 5852 4613 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 638850233 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5885] ppid=5877 vsize=864044 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5877 5852 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638850233 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5878/tid=5886] ppid=5877 vsize=864044 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5877 5852 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638850233 884781056 3309 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.97
Current children cumulated vsize (KiB) 883000

Child status: 0
Real time (s): 45.1567
CPU time (s): 45.0202
CPU user time (s): 41.7557
CPU system time (s): 3.2645
CPU usage (%): 99.6977
Max. virtual memory (cumulated for all children) (KiB): 888344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7557
system time used= 3.2645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38697
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= 10286
involuntary context switches= 11040

runsolver used 0.039993 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 15:51:41
IDJOB=1093709
IDBENCH=58721
IDSOLVER=345
FILE ID=node87/1093709-1215265901
PBS_JOBID= 7882135
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-120-40-3-10_glb.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-1093709-1215265901/watcher-1093709-1215265901 -o /tmp/evaluation-result-1093709-1215265901/solver-1093709-1215265901 -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-1093709-1215265901.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 195e44fba1c03f8dd1e240d02e472d19
RANDOM SEED=744878529

node87.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1715824 kB
Buffers:         25628 kB
Cached:         186704 kB
SwapCached:       7716 kB
Active:         206108 kB
Inactive:        88236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715824 kB
SwapTotal:     4192956 kB
SwapFree:      4179388 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:          98140 kB
Slab:            30776 kB
Committed_AS:  2469716 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-05 15:52:26