Trace number 1093773

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.58169 9.56094

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-72-24-3-6_glb.xml
MD5SUM326a98bcc691891668964095e821d10d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.30504
Satisfiable
(Un)Satisfiability was proved
Number of variables3240
Number of constraints2709
Maximum constraint arity72
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2592
Global constraints used (with number of constraints)weightedsum(117)

Solver Data (download as text)

0.03/0.45	c 0	Sugar v1-13 + HOME/picosat
0.03/0.45	c 0	BEGIN Tue Jul  8 02:32:26 2008
0.03/0.45	c 0	PID 2849
0.03/0.45	c 0	HOST node73.alineos.net
0.03/0.45	c 0	CONVERTING HOME/instance-1093773-1215477145.xml TO HOME/temp.csp
0.03/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1093773-1215477145.xml' 'HOME/temp.csp'
0.63/1.52	c 1	1 domains, 3240 variables, 1 predicates, 0 relations, 2709 constraints
0.63/1.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.63/1.56	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.66/1.65	c 1	Parsing HOME/temp.csp
0.66/2.07	c 2	parsed 5951 expressions
0.66/2.07	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/2.07	c 2	Converting to clausal form CSP
1.16/2.11	c 2	converted 596 (10%) expressions
1.16/2.12	c 2	converted 1191 (20%) expressions
1.16/2.13	c 2	converted 1786 (30%) expressions
1.16/2.13	c 2	converted 2381 (40%) expressions
1.16/2.13	c 2	converted 2976 (50%) expressions
1.49/2.43	c 2	converted 3571 (60%) expressions
1.69/2.67	c 2	converted 4166 (70%) expressions
1.90/2.83	c 2	converted 4761 (80%) expressions
2.09/3.06	c 3	converted 5356 (90%) expressions
2.77/3.77	c 3	converted 5951 (100%) expressions
2.77/3.78	c 3	CSP : 14724 integers, 5184 booleans, 38754 clauses, largest domain size 37
2.77/3.78	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.77/3.78	c 3	Propagation in CSP
3.07/4.01	c 4	4968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.07/4.02	c 4	CSP : 14724 integers, 5184 booleans, 38754 clauses, largest domain size 37
3.07/4.02	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/4.04	c 4	Simplifing CSP by introducing new Boolean variables
3.07/4.06	c 4	CSP : 14724 integers, 5184 booleans, 38754 clauses, largest domain size 37
3.07/4.06	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/4.22	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.27/4.26	c 4	1473 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.27/4.26	c 4	2945 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.27/4.27	c 4	4418 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.27/4.27	c 4	5890 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.27/4.27	c 4	7362 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.27/4.28	c 4	8835 (60%) CSP integer variables are encoded (1692 clauses, 22914 bytes)
3.27/4.29	c 4	10307 (70%) CSP integer variables are encoded (7362 clauses, 107964 bytes)
3.27/4.30	c 4	11780 (80%) CSP integer variables are encoded (12429 clauses, 183969 bytes)
3.36/4.31	c 4	13252 (90%) CSP integer variables are encoded (17456 clauses, 259374 bytes)
3.36/4.32	c 4	14724 (100%) CSP integer variables are encoded (22572 clauses, 336114 bytes)
3.36/4.40	c 4	3876 (10%) CSP clauses are encoded (26448 clauses, 391816 bytes)
3.46/4.43	c 4	7751 (20%) CSP clauses are encoded (30323 clauses, 448218 bytes)
3.46/4.46	c 4	11627 (30%) CSP clauses are encoded (34199 clauses, 506361 bytes)
3.46/4.48	c 4	15502 (40%) CSP clauses are encoded (38074 clauses, 564480 bytes)
3.55/4.51	c 4	19377 (50%) CSP clauses are encoded (41949 clauses, 622611 bytes)
3.55/4.54	c 4	23253 (60%) CSP clauses are encoded (45825 clauses, 680749 bytes)
3.86/4.80	c 4	27128 (70%) CSP clauses are encoded (83636 clauses, 1397158 bytes)
3.95/4.97	c 5	31004 (80%) CSP clauses are encoded (154382 clauses, 2778848 bytes)
4.16/5.13	c 5	34879 (90%) CSP clauses are encoded (217465 clauses, 4008646 bytes)
4.26/5.28	c 5	38754 (100%) CSP clauses are encoded (280548 clauses, 5238442 bytes)
4.26/5.28	c 5	38754 CSP clauses encoded
4.26/5.28	c 5	Writing map file : HOME/temp.map
4.35/5.35	c 5	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.35/5.35	c 5	SAT : 42480 SAT variables, 280548 SAT clauses, 5238442 bytes
4.35/5.35	c 5	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.35/5.37	c 5	SOLVING HOME/temp.cnf
4.35/5.37	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
8.11/9.13	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.11/9.13	c 9	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.15/9.21	c 9	Decoding HOME/temp.out
8.15/9.43	s SATISFIABLE
8.16/9.54	v 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 1 1 0 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 1 1 0 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 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 1 1 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 1 1 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 1 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 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 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 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 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 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 1 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 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 1 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 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 1 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 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 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 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 1 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 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 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 1 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 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 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 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 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 1 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 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 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 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 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 1 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 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 1 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 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 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 1 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 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 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 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 1 0 1 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 0 0 1 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 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 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 0 0 0 0 0 0 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 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 1 0 0 0 0 1 0 0 0 0 0 0 0 1 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 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 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 0 0 0 0 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 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 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 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 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 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 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 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
8.16/9.54	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.16/9.56	c 9	CPU 6.99 (0.04 0.02 6.95 1.54)
8.16/9.56	c 9	END Tue Jul  8 02:32:35 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-1093773-1215477145/watcher-1093773-1215477145 -o /tmp/evaluation-result-1093773-1215477145/solver-1093773-1215477145 -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-1093773-1215477145.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.01 1.00 1.00 4/84 2849
/proc/meminfo: memFree=1800656/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=18572 CPUtime=0
/proc/2849/stat : 2849 (runsolver) D 2847 2849 2742 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 4412146 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2849/statm: 4643 292 257 25 0 2626 0

[startup+0.071305 s]
/proc/loadavg: 1.01 1.00 1.00 4/84 2849
/proc/meminfo: memFree=1800656/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=11864 CPUtime=0
/proc/2849/stat : 2849 (sugar) D 2847 2849 2742 0 -1 4194304 125 0 3 0 0 0 0 0 18 0 1 0 4412146 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 210737661776 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2849/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.101306 s]
/proc/loadavg: 1.01 1.00 1.00 4/84 2849
/proc/meminfo: memFree=1800656/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=12000 CPUtime=0
/proc/2849/stat : 2849 (sugar) D 2847 2849 2742 0 -1 4194304 200 0 8 0 0 0 0 0 18 0 1 0 4412146 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 210737550736 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/2849/statm: 3000 176 137 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301336 s]
/proc/loadavg: 1.01 1.00 1.00 4/84 2849
/proc/meminfo: memFree=1800656/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=12676 CPUtime=0.02
/proc/2849/stat : 2849 (sugar) R 2847 2849 2742 0 -1 4194304 518 0 15 0 1 1 0 0 18 0 1 0 4412146 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 0 0 0 0 17 0 0 0
/proc/2849/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12676

[startup+0.701389 s]
/proc/loadavg: 1.01 1.00 1.00 4/84 2849
/proc/meminfo: memFree=1800656/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=0.04
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4412146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2849/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 1.01 1.00 1.00 4/95 2861
/proc/meminfo: memFree=1754160/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=0.04
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4412146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2849/statm: 3400 796 370 3 0 500 0
[pid=2852] ppid=2849 vsize=5356 CPUtime=0
/proc/2852/stat : 2852 (sh) S 2849 2849 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4412192 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1339 233 193 169 0 50 0
[pid=2853] ppid=2852 vsize=865684 CPUtime=0.59
/proc/2853/stat : 2853 (java) S 2852 2849 2742 0 -1 0 6502 0 71 0 50 9 0 0 18 0 9 0 4412192 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2853/statm: 216421 5833 2529 9 0 211003 0
[pid=2853/tid=2854] ppid=2852 vsize=865684 CPUtime=0.35
/proc/2853/task/2854/stat : 2854 (java) R 2852 2849 2742 0 -1 64 2708 0 33 0 29 6 0 0 19 0 9 0 4412198 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2855] ppid=2852 vsize=865684 CPUtime=0.07
/proc/2853/task/2855/stat : 2855 (java) S 2852 2849 2742 0 -1 64 2605 0 5 0 7 0 0 0 16 0 9 0 4412202 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2856] ppid=2852 vsize=865684 CPUtime=0
/proc/2853/task/2856/stat : 2856 (java) S 2852 2849 2742 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 4412204 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2857] ppid=2852 vsize=865684 CPUtime=0
/proc/2853/task/2857/stat : 2857 (java) S 2852 2849 2742 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 4412204 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2858] ppid=2852 vsize=865684 CPUtime=0
/proc/2853/task/2858/stat : 2858 (java) S 2852 2849 2742 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4412208 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2859] ppid=2852 vsize=865684 CPUtime=0.13
/proc/2853/task/2859/stat : 2859 (java) S 2852 2849 2742 0 -1 64 520 0 1 0 13 0 0 0 16 0 9 0 4412208 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2860] ppid=2852 vsize=865684 CPUtime=0
/proc/2853/task/2860/stat : 2860 (java) S 2852 2849 2742 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 4412208 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2853/tid=2861] ppid=2852 vsize=865684 CPUtime=0
/proc/2853/task/2861/stat : 2861 (java) S 2852 2849 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412208 886460416 5833 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 884640

[startup+3.10266 s]
/proc/loadavg: 1.01 1.00 1.00 5/96 2872
/proc/meminfo: memFree=1693416/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=0.66
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 959 6934 15 71 3 1 53 9 15 0 1 0 4412146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2849/statm: 3400 797 370 3 0 500 0
[pid=2862] ppid=2849 vsize=5356 CPUtime=0
/proc/2862/stat : 2862 (sh) S 2849 2849 2742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2862/statm: 1339 233 193 169 0 50 0
[pid=2863] ppid=2862 vsize=868384 CPUtime=1.53
/proc/2863/stat : 2863 (java) S 2862 2849 2742 0 -1 0 9640 0 4 0 146 7 0 0 19 0 9 0 4412302 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2863/statm: 217096 8777 2540 9 0 211671 0
[pid=2863/tid=2864] ppid=2862 vsize=868384 CPUtime=0.93
/proc/2863/task/2864/stat : 2864 (java) R 2862 2849 2742 0 -1 64 2830 0 4 0 91 2 0 0 22 0 9 0 4412304 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4126860184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2865] ppid=2862 vsize=868384 CPUtime=0.35
/proc/2863/task/2865/stat : 2865 (java) S 2862 2849 2742 0 -1 64 4634 0 0 0 33 2 0 0 16 0 9 0 4412305 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2866] ppid=2862 vsize=868384 CPUtime=0
/proc/2863/task/2866/stat : 2866 (java) S 2862 2849 2742 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4412306 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2867] ppid=2862 vsize=868384 CPUtime=0
/proc/2863/task/2867/stat : 2867 (java) S 2862 2849 2742 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4412306 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2868] ppid=2862 vsize=868384 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2862 2849 2742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412308 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2869] ppid=2862 vsize=868384 CPUtime=0.22
/proc/2863/task/2869/stat : 2869 (java) S 2862 2849 2742 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 4412308 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2870] ppid=2862 vsize=868384 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2862 2849 2742 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4412308 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2862 vsize=868384 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2862 2849 2742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4412308 889225216 8777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 887340

[startup+6.30103 s]
/proc/loadavg: 1.09 1.02 1.01 3/88 2874
/proc/meminfo: memFree=1694376/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=4.44
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 1007 19915 15 75 4 1 415 24 16 0 1 0 4412146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2849/statm: 3400 799 370 3 0 500 0
[pid=2873] ppid=2849 vsize=5356 CPUtime=0
/proc/2873/stat : 2873 (sh) S 2849 2849 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4412684 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2873/statm: 1339 232 193 169 0 50 0
[pid=2874] ppid=2873 vsize=7864 CPUtime=0.9
/proc/2874/stat : 2874 (picosat) R 2873 2849 2742 0 -1 4194304 1532 0 0 0 41 49 0 0 25 0 1 0 4412684 8052736 1518 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/2874/statm: 1966 1518 40 102 0 1861 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 26820

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

[startup+7.90123 s]
/proc/loadavg: 1.09 1.02 1.01 3/88 2874
/proc/meminfo: memFree=1684968/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=4.44
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 1007 19915 15 75 4 1 415 24 16 0 1 0 4412146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2849/statm: 3400 799 370 3 0 500 0
[pid=2873] ppid=2849 vsize=5356 CPUtime=0
/proc/2873/stat : 2873 (sh) S 2849 2849 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4412684 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2873/statm: 1339 232 193 169 0 50 0
[pid=2874] ppid=2873 vsize=13672 CPUtime=2.48
/proc/2874/stat : 2874 (picosat) R 2873 2849 2742 0 -1 4194304 2891 0 0 0 123 125 0 0 25 0 1 0 4412684 14000128 2857 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/2874/statm: 3418 2857 42 102 0 3313 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 32628

[startup+8.70132 s]
/proc/loadavg: 1.16 1.03 1.01 3/88 2874
/proc/meminfo: memFree=1683816/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=4.44
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 1007 19915 15 75 4 1 415 24 16 0 1 0 4412146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2849/statm: 3400 799 370 3 0 500 0
[pid=2873] ppid=2849 vsize=5356 CPUtime=0
/proc/2873/stat : 2873 (sh) S 2849 2849 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4412684 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2873/statm: 1339 232 193 169 0 50 0
[pid=2874] ppid=2873 vsize=14316 CPUtime=3.27
/proc/2874/stat : 2874 (picosat) R 2873 2849 2742 0 -1 4194304 2949 0 0 0 202 125 0 0 25 0 1 0 4412684 14659584 2915 996147200 134512640 134931368 4294956256 18446744073709551615 134544757 0 0 4096 0 0 0 0 17 1 0 0
/proc/2874/statm: 3579 2915 42 102 0 3474 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 33272

[startup+9.10136 s]
/proc/loadavg: 1.16 1.03 1.01 3/88 2874
/proc/meminfo: memFree=1683816/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=4.44
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 1007 19915 15 75 4 1 415 24 16 0 1 0 4412146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2849/statm: 3400 799 370 3 0 500 0
[pid=2873] ppid=2849 vsize=5356 CPUtime=0
/proc/2873/stat : 2873 (sh) S 2849 2849 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4412684 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2873/statm: 1339 232 193 169 0 50 0
[pid=2874] ppid=2873 vsize=14320 CPUtime=3.67
/proc/2874/stat : 2874 (picosat) R 2873 2849 2742 0 -1 4194304 2960 0 0 0 242 125 0 0 25 0 1 0 4412684 14663680 2926 996147200 134512640 134931368 4294956256 18446744073709551615 134572482 0 0 4096 0 0 0 0 17 1 0 0
/proc/2874/statm: 3580 2926 47 102 0 3475 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 33276

[startup+9.50141 s]
/proc/loadavg: 1.16 1.03 1.01 3/88 2874
/proc/meminfo: memFree=1683816/2055920 swapFree=4192956/4192956
[pid=2849] ppid=2847 vsize=13600 CPUtime=8.16
/proc/2849/stat : 2849 (sugar) S 2847 2849 2742 0 -1 4194304 1076 23161 15 75 4 2 660 150 15 0 1 0 4412146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2849/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.56094
CPU time (s): 8.58169
CPU user time (s): 7.00194
CPU system time (s): 1.57976
CPU usage (%): 89.7578
Max. virtual memory (cumulated for all children) (KiB): 887844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.00193
system time used= 1.57976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28367
page faults= 91
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7876
involuntary context switches= 7691

runsolver used 0.016997 second user time and 0.038994 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-08 02:32:26
IDJOB=1093773
IDBENCH=58725
IDSOLVER=345
FILE ID=node73/1093773-1215477145
PBS_JOBID= 7888666
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-72-24-3-6_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-1093773-1215477145/watcher-1093773-1215477145 -o /tmp/evaluation-result-1093773-1215477145/solver-1093773-1215477145 -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-1093773-1215477145.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 326a98bcc691891668964095e821d10d
RANDOM SEED=96022701

node73.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.239
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.239
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:       1801136 kB
Buffers:         19972 kB
Cached:          78356 kB
SwapCached:          0 kB
Active:         169228 kB
Inactive:        55144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9156 kB
Writeback:           0 kB
Mapped:         141408 kB
Slab:            15536 kB
Committed_AS:   786108 kB
PageTables:       1976 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 node73 at 2008-07-08 02:32:35