Trace number 1091701

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 9.8415 10.0833

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-11-55-15-3-3_glb.xml
MD5SUM62723a5181062bdfc10a2938ae554d82
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.363943
Satisfiable
(Un)Satisfiability was proved
Number of variables3630
Number of constraints3146
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3025
Global constraints used (with number of constraints)weightedsum(121)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:49:35 2008
0.00/0.05	c 0	PID 3083
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091701-1215262175.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-1091701-1215262175.xml' 'HOME/temp.csp'
0.04/0.94	c 1	1 domains, 3630 variables, 1 predicates, 0 relations, 3146 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	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.92/1.07	c 1	Parsing HOME/temp.csp
1.41/1.51	c 2	parsed 6778 expressions
1.41/1.51	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.51	c 2	Converting to clausal form CSP
1.41/1.55	c 2	converted 678 (10%) expressions
1.41/1.55	c 2	converted 1356 (20%) expressions
1.41/1.56	c 2	converted 2034 (30%) expressions
1.41/1.56	c 2	converted 2712 (40%) expressions
1.41/1.57	c 2	converted 3389 (50%) expressions
1.81/1.94	c 2	converted 4067 (60%) expressions
2.11/2.21	c 2	converted 4745 (70%) expressions
2.29/2.48	c 3	converted 5423 (80%) expressions
2.49/2.65	c 3	converted 6101 (90%) expressions
3.27/3.47	c 4	converted 6778 (100%) expressions
3.27/3.47	c 4	CSP : 17666 integers, 6050 booleans, 46464 clauses, largest domain size 29
3.27/3.47	c 4	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.47	c 4	Propagation in CSP
3.58/3.79	c 4	7700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.58/3.79	c 4	CSP : 17666 integers, 6050 booleans, 46464 clauses, largest domain size 29
3.58/3.79	c 4	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.81	c 4	Simplifing CSP by introducing new Boolean variables
3.68/3.84	c 4	CSP : 17666 integers, 6050 booleans, 46464 clauses, largest domain size 29
3.68/3.84	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.88/4.03	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.88/4.06	c 4	1767 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.88/4.07	c 4	3534 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.88/4.07	c 4	5300 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.88/4.07	c 4	7067 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.88/4.07	c 4	8833 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.88/4.08	c 4	10600 (60%) CSP integer variables are encoded (1686 clauses, 24942 bytes)
3.88/4.09	c 4	12367 (70%) CSP integer variables are encoded (7707 clauses, 115257 bytes)
3.97/4.10	c 4	14133 (80%) CSP integer variables are encoded (12574 clauses, 188262 bytes)
3.97/4.11	c 4	15900 (90%) CSP integer variables are encoded (17529 clauses, 262587 bytes)
3.97/4.12	c 4	17666 (100%) CSP integer variables are encoded (22506 clauses, 337242 bytes)
4.08/4.20	c 4	4647 (10%) CSP clauses are encoded (27153 clauses, 403881 bytes)
4.08/4.24	c 4	9293 (20%) CSP clauses are encoded (31799 clauses, 471593 bytes)
4.08/4.27	c 5	13940 (30%) CSP clauses are encoded (36446 clauses, 541234 bytes)
4.18/4.30	c 5	18586 (40%) CSP clauses are encoded (41092 clauses, 610920 bytes)
4.18/4.34	c 5	23232 (50%) CSP clauses are encoded (45738 clauses, 680608 bytes)
4.18/4.37	c 5	27879 (60%) CSP clauses are encoded (50385 clauses, 750321 bytes)
4.27/4.43	c 5	32525 (70%) CSP clauses are encoded (66663 clauses, 1022683 bytes)
4.36/4.59	c 5	37172 (80%) CSP clauses are encoded (133150 clauses, 2297670 bytes)
4.56/4.74	c 5	41818 (90%) CSP clauses are encoded (189416 clauses, 3374828 bytes)
4.66/4.88	c 5	46464 (100%) CSP clauses are encoded (245718 clauses, 4452681 bytes)
4.66/4.88	c 5	46464 CSP clauses encoded
4.66/4.88	c 5	Writing map file : HOME/temp.map
4.76/4.94	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.94	c 5	SAT : 46222 SAT variables, 245718 SAT clauses, 4452681 bytes
4.76/4.94	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.97	c 5	SOLVING HOME/temp.cnf
4.76/4.97	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.09/9.39	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.09/9.39	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.20/9.47	c 10	Decoding HOME/temp.out
9.59/9.90	s SATISFIABLE
9.78/10.02	v 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 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 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 1 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 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 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 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 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 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 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 1 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 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 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 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 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 0 0 0 0 0 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 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 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 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 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0
9.78/10.02	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.78/10.08	c 10	CPU 8.48 (0.04 0.03 8.44 1.3)
9.78/10.08	c 10	END Sat Jul  5 14:49:45 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-1091701-1215262175/watcher-1091701-1215262175 -o /tmp/evaluation-result-1091701-1215262175/solver-1091701-1215262175 -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-1091701-1215262175.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.11 2.08 2.02 4/81 3083
/proc/meminfo: memFree=1668968/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=18572 CPUtime=0
/proc/3083/stat : 3083 (runsolver) R 3081 3083 1807 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1555884334 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3083/statm: 4643 292 257 25 0 2626 0

[startup+0.056414 s]
/proc/loadavg: 2.11 2.08 2.02 4/81 3083
/proc/meminfo: memFree=1668968/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=0.04
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1555884334 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102009 s]
/proc/loadavg: 2.11 2.08 2.02 4/81 3083
/proc/meminfo: memFree=1668968/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=0.04
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1555884334 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301455 s]
/proc/loadavg: 2.11 2.08 2.02 4/81 3083
/proc/meminfo: memFree=1668968/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=0.04
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1555884334 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702534 s]
/proc/loadavg: 2.11 2.08 2.02 4/81 3083
/proc/meminfo: memFree=1668968/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=0.04
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1555884334 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 2.11 2.08 2.02 3/84 3097
/proc/meminfo: memFree=1666128/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=0.92
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 973 7258 0 1 3 1 83 5 16 0 1 0 1555884334 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 797 370 3 0 500 0
[pid=3096] ppid=3083 vsize=5356 CPUtime=0
/proc/3096/stat : 3096 (sh) S 3083 3083 1807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1555884433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3096/statm: 1339 233 193 169 0 50 0
[pid=3097] ppid=3096 vsize=864012 CPUtime=0.49
/proc/3097/stat : 3097 (java) S 3096 3083 1807 0 -1 0 4152 0 1 0 46 3 0 0 19 0 9 0 1555884433 884748288 3600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3097/statm: 216003 3600 1671 9 0 210585 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10294 s]
/proc/loadavg: 2.10 2.07 2.02 4/92 3105
/proc/meminfo: memFree=1648464/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=0.92
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 974 7258 0 1 3 1 83 5 15 0 1 0 1555884334 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 797 370 3 0 500 0
[pid=3096] ppid=3083 vsize=5356 CPUtime=0
/proc/3096/stat : 3096 (sh) S 3083 3083 1807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1555884433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3096/statm: 1339 233 193 169 0 50 0
[pid=3097] ppid=3096 vsize=868384 CPUtime=2.07
/proc/3097/stat : 3097 (java) S 3096 3083 1807 0 -1 0 11464 0 1 0 200 7 0 0 19 0 9 0 1555884433 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3097/statm: 217096 10488 2541 9 0 211671 0
[pid=3097/tid=3098] ppid=3096 vsize=868384 CPUtime=1.23
/proc/3097/task/3098/stat : 3098 (java) R 3096 3083 1807 0 -1 64 2960 0 1 0 121 2 0 0 25 0 9 0 1555884435 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3099] ppid=3096 vsize=868384 CPUtime=0.58
/proc/3097/task/3099/stat : 3099 (java) R 3096 3083 1807 0 -1 64 6316 0 0 0 55 3 0 0 16 0 9 0 1555884436 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 102514720 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3100] ppid=3096 vsize=868384 CPUtime=0
/proc/3097/task/3100/stat : 3100 (java) S 3096 3083 1807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1555884436 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3101] ppid=3096 vsize=868384 CPUtime=0
/proc/3097/task/3101/stat : 3101 (java) S 3096 3083 1807 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1555884436 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3102] ppid=3096 vsize=868384 CPUtime=0
/proc/3097/task/3102/stat : 3102 (java) S 3096 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1555884438 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3103] ppid=3096 vsize=868384 CPUtime=0.23
/proc/3097/task/3103/stat : 3103 (java) S 3096 3083 1807 0 -1 64 1495 0 0 0 23 0 0 0 16 0 9 0 1555884438 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3104] ppid=3096 vsize=868384 CPUtime=0
/proc/3097/task/3104/stat : 3104 (java) S 3096 3083 1807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1555884438 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3097/tid=3105] ppid=3096 vsize=868384 CPUtime=0
/proc/3097/task/3105/stat : 3105 (java) S 3096 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1555884438 889225216 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887340

[startup+6.30249 s]
/proc/loadavg: 2.10 2.07 2.02 3/84 3107
/proc/meminfo: memFree=1657296/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=4.82
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 1022 21407 0 2 3 1 460 18 16 0 1 0 1555884334 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 799 370 3 0 500 0
[pid=3106] ppid=3083 vsize=5356 CPUtime=0
/proc/3106/stat : 3106 (sh) S 3083 3083 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555884831 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3106/statm: 1339 232 193 169 0 50 0
[pid=3107] ppid=3106 vsize=9356 CPUtime=1.3
/proc/3107/stat : 3107 (picosat) R 3106 3083 1807 0 -1 4194304 1922 0 0 0 60 70 0 0 25 0 1 0 1555884831 9580544 1908 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3107/statm: 2339 1908 40 102 0 2234 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 28312

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

[startup+7.90178 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 3107
/proc/meminfo: memFree=1651344/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=4.82
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 1022 21407 0 2 3 1 460 18 16 0 1 0 1555884334 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 799 370 3 0 500 0
[pid=3106] ppid=3083 vsize=5356 CPUtime=0
/proc/3106/stat : 3106 (sh) S 3083 3083 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555884831 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3106/statm: 1339 232 193 169 0 50 0
[pid=3107] ppid=3106 vsize=13184 CPUtime=2.88
/proc/3107/stat : 3107 (picosat) R 3106 3083 1807 0 -1 4194304 2655 0 0 0 181 107 0 0 25 0 1 0 1555884831 13500416 2621 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/3107/statm: 3296 2621 42 102 0 3191 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 32140

[startup+8.70192 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 3107
/proc/meminfo: memFree=1651344/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=4.82
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 1022 21407 0 2 3 1 460 18 16 0 1 0 1555884334 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 799 370 3 0 500 0
[pid=3106] ppid=3083 vsize=5356 CPUtime=0
/proc/3106/stat : 3106 (sh) S 3083 3083 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555884831 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3106/statm: 1339 232 193 169 0 50 0
[pid=3107] ppid=3106 vsize=13184 CPUtime=3.68
/proc/3107/stat : 3107 (picosat) R 3106 3083 1807 0 -1 4194304 2664 0 0 0 261 107 0 0 25 0 1 0 1555884831 13500416 2630 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/3107/statm: 3296 2630 42 102 0 3191 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 32140

[startup+9.50105 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 3107
/proc/meminfo: memFree=1651344/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=9.2
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 1091 24370 0 2 3 1 790 126 16 0 1 0 1555884334 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 13600

[startup+9.90711 s]
/proc/loadavg: 2.09 2.07 2.02 4/92 3117
/proc/meminfo: memFree=1655568/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=9.2
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 1091 24370 0 2 3 1 790 126 15 0 1 0 1555884334 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 799 370 3 0 500 0
[pid=3108] ppid=3083 vsize=5356 CPUtime=0
/proc/3108/stat : 3108 (sh) S 3083 3083 1807 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1555885274 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3108/statm: 1339 233 193 169 0 50 0
[pid=3109] ppid=3108 vsize=864144 CPUtime=0.49
/proc/3109/stat : 3109 (java) S 3108 3083 1807 0 -1 0 3742 0 1 0 47 2 0 0 18 0 9 0 1555885274 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3109/statm: 216036 3212 1671 9 0 210618 0
[pid=3109/tid=3110] ppid=3108 vsize=864144 CPUtime=0.38
/proc/3109/task/3110/stat : 3110 (java) R 3108 3083 1807 0 -1 64 2475 0 1 0 37 1 0 0 20 0 9 0 1555885275 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4125976108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3111] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3111/stat : 3111 (java) S 3108 3083 1807 0 -1 64 239 0 0 0 0 0 0 0 16 0 9 0 1555885276 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3112] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3112/stat : 3112 (java) S 3108 3083 1807 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1555885276 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3113] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3113/stat : 3113 (java) S 3108 3083 1807 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1555885276 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3114] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3114/stat : 3114 (java) S 3108 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1555885278 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3115] ppid=3108 vsize=864144 CPUtime=0.08
/proc/3109/task/3115/stat : 3115 (java) S 3108 3083 1807 0 -1 64 336 0 0 0 8 0 0 0 18 0 9 0 1555885278 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3116] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3116/stat : 3116 (java) S 3108 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1555885278 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3117] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3117/stat : 3117 (java) S 3108 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1555885278 884883456 3212 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 883100

[startup+10.0021 s]
/proc/loadavg: 2.09 2.07 2.02 4/92 3117
/proc/meminfo: memFree=1655568/2055920 swapFree=4180408/4192956
[pid=3083] ppid=3081 vsize=13600 CPUtime=9.22
/proc/3083/stat : 3083 (sugar) S 3081 3083 1807 0 -1 4194304 1092 24370 0 2 4 2 790 126 15 0 1 0 1555884334 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3083/statm: 3400 800 370 3 0 500 0
[pid=3108] ppid=3083 vsize=5356 CPUtime=0
/proc/3108/stat : 3108 (sh) S 3083 3083 1807 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1555885274 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3108/statm: 1339 233 193 169 0 50 0
[pid=3109] ppid=3108 vsize=864144 CPUtime=0.56
/proc/3109/stat : 3109 (java) S 3108 3083 1807 0 -1 0 3754 0 1 0 53 3 0 0 18 0 9 0 1555885274 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3109/statm: 216036 3224 1672 9 0 210618 0
[pid=3109/tid=3110] ppid=3108 vsize=864144 CPUtime=0.44
/proc/3109/task/3110/stat : 3110 (java) R 3108 3083 1807 0 -1 64 2475 0 1 0 41 3 0 0 21 0 9 0 1555885275 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4126102464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3111] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3111/stat : 3111 (java) S 3108 3083 1807 0 -1 64 239 0 0 0 0 0 0 0 16 0 9 0 1555885276 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3112] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3112/stat : 3112 (java) S 3108 3083 1807 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1555885276 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3113] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3113/stat : 3113 (java) S 3108 3083 1807 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1555885276 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3114] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3114/stat : 3114 (java) S 3108 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1555885278 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3115] ppid=3108 vsize=864144 CPUtime=0.09
/proc/3109/task/3115/stat : 3115 (java) S 3108 3083 1807 0 -1 64 348 0 0 0 9 0 0 0 17 0 9 0 1555885278 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3116] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3116/stat : 3116 (java) S 3108 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1555885278 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3109/tid=3117] ppid=3108 vsize=864144 CPUtime=0
/proc/3109/task/3117/stat : 3117 (java) S 3108 3083 1807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1555885278 884883456 3224 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 883100

Child status: 0
Real time (s): 10.0833
CPU time (s): 9.8415
CPU user time (s): 8.49371
CPU system time (s): 1.3478
CPU usage (%): 97.6018
Max. virtual memory (cumulated for all children) (KiB): 887844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.49371
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29621
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= 7483
involuntary context switches= 7495

runsolver used 0.025996 second user time and 0.035994 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 14:49:35
IDJOB=1091701
IDBENCH=58571
IDSOLVER=345
FILE ID=node55/1091701-1215262175
PBS_JOBID= 7882064
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-11-55-15-3-3_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-1091701-1215262175/watcher-1091701-1215262175 -o /tmp/evaluation-result-1091701-1215262175/solver-1091701-1215262175 -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-1091701-1215262175.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 62723a5181062bdfc10a2938ae554d82
RANDOM SEED=1698598387

node55.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.261
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.261
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:       1669448 kB
Buffers:         23624 kB
Cached:         207232 kB
SwapCached:       6260 kB
Active:         231488 kB
Inactive:       103392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669448 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:         120380 kB
Slab:            36592 kB
Committed_AS:  3271268 kB
PageTables:       1992 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= 66428 MiB
End job on node55 at 2008-07-05 14:49:45