Trace number 1062048

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+minisatSAT 11.3413 11.6151

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-ex5-pi.xml
MD5SUM1ac4e78a26edc4b10d5750638375b473
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6526
Satisfiable
(Un)Satisfiability was proved
Number of variables2459
Number of constraints845
Maximum constraint arity146
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Tue Jul  8 01:13:44 2008
0.00/0.17	c 0	PID 4747
0.00/0.18	c 0	HOST node24.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1062048-1215472424.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062048-1215472424.xml' 'HOME/temp.csp'
0.03/0.81	c 1	2 domains, 2459 variables, 120 predicates, 0 relations, 845 constraints
0.03/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.81	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.89	c 1	Parsing HOME/temp.csp
1.22/1.42	c 1	parsed 3426 expressions
1.22/1.43	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.43	c 1	Converting to clausal form CSP
1.22/1.46	c 2	converted 343 (10%) expressions
1.22/1.46	c 2	converted 686 (20%) expressions
1.22/1.47	c 2	converted 1028 (30%) expressions
1.22/1.47	c 2	converted 1371 (40%) expressions
1.22/1.48	c 2	converted 1713 (50%) expressions
1.22/1.48	c 2	converted 2056 (60%) expressions
1.22/1.48	c 2	converted 2399 (70%) expressions
1.61/1.86	c 2	converted 2741 (80%) expressions
2.40/2.65	c 3	converted 3084 (90%) expressions
4.20/4.48	c 5	converted 3426 (100%) expressions
4.20/4.49	c 5	CSP : 41255 integers, 0 booleans, 78437 clauses, largest domain size 74
4.20/4.49	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.20/4.49	c 5	Propagation in CSP
4.58/4.90	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.68/4.90	c 5	CSP : 41255 integers, 0 booleans, 78437 clauses, largest domain size 74
4.68/4.90	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.68/4.93	c 5	Simplifing CSP by introducing new Boolean variables
4.68/4.96	c 5	CSP : 41255 integers, 0 booleans, 78437 clauses, largest domain size 74
4.68/4.96	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.00/5.23	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.00/5.28	c 5	4126 (10%) CSP integer variables are encoded (4373 clauses, 56913 bytes)
5.09/5.30	c 5	8251 (20%) CSP integer variables are encoded (17506 clauses, 251615 bytes)
5.09/5.32	c 5	12377 (30%) CSP integer variables are encoded (32251 clauses, 472790 bytes)
5.09/5.35	c 5	16502 (40%) CSP integer variables are encoded (48081 clauses, 710240 bytes)
5.09/5.37	c 5	20628 (50%) CSP integer variables are encoded (64588 clauses, 957845 bytes)
5.20/5.41	c 5	24753 (60%) CSP integer variables are encoded (81694 clauses, 1224804 bytes)
5.20/5.44	c 6	28879 (70%) CSP integer variables are encoded (99450 clauses, 1526656 bytes)
5.20/5.47	c 6	33004 (80%) CSP integer variables are encoded (118199 clauses, 1845389 bytes)
5.20/5.50	c 6	37130 (90%) CSP integer variables are encoded (137863 clauses, 2179677 bytes)
5.29/5.53	c 6	41255 (100%) CSP integer variables are encoded (158544 clauses, 2531254 bytes)
5.59/5.83	c 6	7844 (10%) CSP clauses are encoded (231921 clauses, 3811422 bytes)
5.78/6.06	c 6	15688 (20%) CSP clauses are encoded (331722 clauses, 5713719 bytes)
6.08/6.34	c 6	23532 (30%) CSP clauses are encoded (449922 clauses, 7993599 bytes)
6.38/6.64	c 7	31375 (40%) CSP clauses are encoded (583881 clauses, 10600483 bytes)
6.68/6.96	c 7	39219 (50%) CSP clauses are encoded (734259 clauses, 13553523 bytes)
7.08/7.31	c 7	47063 (60%) CSP clauses are encoded (899107 clauses, 17058777 bytes)
7.47/7.71	c 8	54906 (70%) CSP clauses are encoded (1078722 clauses, 21106590 bytes)
7.87/8.15	c 8	62750 (80%) CSP clauses are encoded (1282702 clauses, 25732183 bytes)
8.37/8.64	c 9	70594 (90%) CSP clauses are encoded (1516988 clauses, 31086331 bytes)
8.97/9.21	c 9	78437 (100%) CSP clauses are encoded (1791687 clauses, 37419381 bytes)
8.97/9.21	c 9	78437 CSP clauses encoded
8.97/9.21	c 9	Writing map file : HOME/temp.map
8.97/9.27	c 9	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.97/9.27	c 9	SAT : 199771 SAT variables, 1791687 SAT clauses, 37419381 bytes
8.97/9.27	c 9	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.03/9.32	c 9	SOLVING HOME/temp.cnf
9.03/9.32	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.03/9.33	c 9	This is MiniSat 2.0 beta
9.03/9.33	c 9	WARNING: for repeatability, setting FPU to use double precision
9.03/9.33	c 9	============================[ Problem Statistics ]=============================
9.03/9.33	c 9	|                                                                             |
9.03/9.33	c 9	|  Number of variables:  199771                                               |
9.03/9.33	c 9	|  Number of clauses:    1791687                                              |
10.00/10.35	c 10	|  Parsing time:         0.89         s                                       |
10.10/10.40	c 10	============================[ Search Statistics ]==============================
10.10/10.40	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.10/10.40	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.10/10.40	c 10	===============================================================================
10.10/10.40	c 10	|         0 |  199771  1791687  4821159 |   597229        0    nan |  0.000 % |
10.60/10.94	c 11	===============================================================================
10.60/10.96	c 11	restarts              : 1
10.60/10.96	c 11	conflicts             : 20             (13 /sec)
10.60/10.96	c 11	decisions             : 1630           (0.74 % random) (1093 /sec)
10.60/10.96	c 11	propagations          : 411065         (275555 /sec)
10.60/10.96	c 11	conflict literals     : 202            (7.34 % deleted)
10.60/10.96	c 11	Memory used           : 87.25 MB
10.60/10.96	c 11	CPU time              : 1.49177 s
10.60/10.96	c 11	
10.70/11.05	c 11	SATISFIABLE
10.70/11.06	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.70/11.06	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.78/11.14	c 11	Decoding HOME/temp.out
10.78/11.49	s SATISFIABLE
10.79/11.58	v 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 1 1 1 0 1 1 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 0 0 0 0 1 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 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 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 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 0 0 0 1 1 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 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 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 1 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 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 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 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 1 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 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 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 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 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 0 0 0 1 0 0 0 0 0 0 0 0 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 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 1 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 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
10.79/11.58	c 12	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.79/11.60	c 12	CPU 10.67 (0.04 0.02 10.63 0.6)
10.79/11.60	c 12	END Tue Jul  8 01:13:56 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-1062048-1215472424/watcher-1062048-1215472424 -o /tmp/evaluation-result-1062048-1215472424/solver-1062048-1215472424 -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/minisat -tmp=HOME/temp HOME/instance-1062048-1215472424.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.49 2.57 1.57 4/72 4747
/proc/meminfo: memFree=1925224/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=18572 CPUtime=0
/proc/4747/stat : 4747 (runsolver) D 4745 4747 2818 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 3945302 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4747/statm: 4643 292 257 25 0 2626 0

[startup+0.0690469 s]
/proc/loadavg: 2.49 2.57 1.57 4/72 4747
/proc/meminfo: memFree=1925224/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=7504 CPUtime=0
/proc/4747/stat : 4747 (sugar) D 4745 4747 2818 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 3945302 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 237785645776 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/4747/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101052 s]
/proc/loadavg: 2.49 2.57 1.57 4/72 4747
/proc/meminfo: memFree=1925224/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=12268 CPUtime=0
/proc/4747/stat : 4747 (sugar) D 4745 4747 2818 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 3945302 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/4747/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301078 s]
/proc/loadavg: 2.49 2.57 1.57 4/72 4747
/proc/meminfo: memFree=1925224/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=0.03
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 3945302 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701115 s]
/proc/loadavg: 2.49 2.57 1.57 4/72 4747
/proc/meminfo: memFree=1925224/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=0.03
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 3945302 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 2.49 2.57 1.57 4/83 4769
/proc/meminfo: memFree=1916432/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=0.65
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 970 5427 4 1 3 0 58 4 15 0 1 0 3945302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 797 370 3 0 500 0
[pid=4760] ppid=4747 vsize=5356 CPUtime=0
/proc/4760/stat : 4760 (sh) S 4747 4747 2818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3945384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4760/statm: 1339 233 193 169 0 50 0
[pid=4761] ppid=4760 vsize=864144 CPUtime=0.66
/proc/4761/stat : 4761 (java) S 4760 4747 2818 0 -1 0 6254 0 3 0 62 4 0 0 18 0 9 0 3945384 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4761/statm: 216036 5443 2542 9 0 210611 0
[pid=4761/tid=4762] ppid=4760 vsize=864144 CPUtime=0.45
/proc/4761/task/4762/stat : 4762 (java) R 4760 4747 2818 0 -1 64 2653 0 3 0 43 2 0 0 18 0 9 0 3945385 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 104251888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4763] ppid=4760 vsize=864144 CPUtime=0.11
/proc/4761/task/4763/stat : 4763 (java) S 4760 4747 2818 0 -1 64 2556 0 0 0 10 1 0 0 16 0 9 0 3945386 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4764] ppid=4760 vsize=864144 CPUtime=0
/proc/4761/task/4764/stat : 4764 (java) S 4760 4747 2818 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3945386 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4765] ppid=4760 vsize=864144 CPUtime=0
/proc/4761/task/4765/stat : 4765 (java) S 4760 4747 2818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 3945386 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4766] ppid=4760 vsize=864144 CPUtime=0
/proc/4761/task/4766/stat : 4766 (java) S 4760 4747 2818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3945388 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4767] ppid=4760 vsize=864144 CPUtime=0.08
/proc/4761/task/4767/stat : 4767 (java) S 4760 4747 2818 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 3945388 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4768] ppid=4760 vsize=864144 CPUtime=0
/proc/4761/task/4768/stat : 4768 (java) S 4760 4747 2818 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3945388 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4769] ppid=4760 vsize=864144 CPUtime=0
/proc/4761/task/4769/stat : 4769 (java) S 4760 4747 2818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3945388 884883456 5443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 883100

[startup+3.10236 s]
/proc/loadavg: 2.45 2.56 1.57 3/83 4769
/proc/meminfo: memFree=1899088/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=0.65
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 970 5427 4 1 3 0 58 4 15 0 1 0 3945302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 797 370 3 0 500 0
[pid=4760] ppid=4747 vsize=5356 CPUtime=0
/proc/4760/stat : 4760 (sh) S 4747 4747 2818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3945384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4760/statm: 1339 233 193 169 0 50 0
[pid=4761] ppid=4760 vsize=868368 CPUtime=2.25
/proc/4761/stat : 4761 (java) S 4760 4747 2818 0 -1 0 12766 0 3 0 218 7 0 0 18 0 9 0 3945384 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4761/statm: 217092 11728 2541 9 0 211667 0
[pid=4761/tid=4762] ppid=4760 vsize=868368 CPUtime=1.41
/proc/4761/task/4762/stat : 4762 (java) R 4760 4747 2818 0 -1 64 3000 0 3 0 138 3 0 0 25 0 9 0 3945385 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4126644507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4763] ppid=4760 vsize=868368 CPUtime=0.61
/proc/4761/task/4763/stat : 4763 (java) S 4760 4747 2818 0 -1 64 7586 0 0 0 58 3 0 0 16 0 9 0 3945386 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4764] ppid=4760 vsize=868368 CPUtime=0
/proc/4761/task/4764/stat : 4764 (java) S 4760 4747 2818 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3945386 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4765] ppid=4760 vsize=868368 CPUtime=0
/proc/4761/task/4765/stat : 4765 (java) S 4760 4747 2818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 3945386 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4766] ppid=4760 vsize=868368 CPUtime=0
/proc/4761/task/4766/stat : 4766 (java) S 4760 4747 2818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3945388 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4767] ppid=4760 vsize=868368 CPUtime=0.2
/proc/4761/task/4767/stat : 4767 (java) S 4760 4747 2818 0 -1 64 1483 0 0 0 20 0 0 0 16 0 9 0 3945388 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4768] ppid=4760 vsize=868368 CPUtime=0
/proc/4761/task/4768/stat : 4768 (java) S 4760 4747 2818 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3945388 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4769] ppid=4760 vsize=868368 CPUtime=0
/proc/4761/task/4769/stat : 4769 (java) S 4760 4747 2818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3945388 889208832 11728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887324

[startup+6.30167 s]
/proc/loadavg: 2.45 2.56 1.57 3/83 4769
/proc/meminfo: memFree=1860240/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=0.66
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 970 5427 4 1 4 0 58 4 15 0 1 0 3945302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 797 370 3 0 500 0
[pid=4760] ppid=4747 vsize=5356 CPUtime=0
/proc/4760/stat : 4760 (sh) S 4747 4747 2818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3945384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4760/statm: 1339 233 193 169 0 50 0
[pid=4761] ppid=4760 vsize=868480 CPUtime=5.42
/proc/4761/stat : 4761 (java) S 4760 4747 2818 0 -1 0 19352 0 4 0 525 17 0 0 18 0 9 0 3945384 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4761/statm: 217120 17525 2565 9 0 211667 0
[pid=4761/tid=4762] ppid=4760 vsize=868480 CPUtime=3.72
/proc/4761/task/4762/stat : 4762 (java) R 4760 4747 2818 0 -1 64 3395 0 4 0 364 8 0 0 25 0 9 0 3945385 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4126621954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4763] ppid=4760 vsize=868480 CPUtime=1.4
/proc/4761/task/4763/stat : 4763 (java) S 4760 4747 2818 0 -1 64 13735 0 0 0 133 7 0 0 16 0 9 0 3945386 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4764] ppid=4760 vsize=868480 CPUtime=0
/proc/4761/task/4764/stat : 4764 (java) S 4760 4747 2818 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3945386 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4765] ppid=4760 vsize=868480 CPUtime=0
/proc/4761/task/4765/stat : 4765 (java) S 4760 4747 2818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 3945386 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4766] ppid=4760 vsize=868480 CPUtime=0
/proc/4761/task/4766/stat : 4766 (java) S 4760 4747 2818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3945388 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4767] ppid=4760 vsize=868480 CPUtime=0.27
/proc/4761/task/4767/stat : 4767 (java) S 4760 4747 2818 0 -1 64 1525 0 0 0 27 0 0 0 16 0 9 0 3945388 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4768] ppid=4760 vsize=868480 CPUtime=0
/proc/4761/task/4768/stat : 4768 (java) S 4760 4747 2818 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3945388 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4761/tid=4769] ppid=4760 vsize=868480 CPUtime=0
/proc/4761/task/4769/stat : 4769 (java) S 4760 4747 2818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3945388 889323520 17525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887436

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

[startup+9.50283 s]
/proc/loadavg: 2.42 2.55 1.57 3/83 4769
/proc/meminfo: memFree=1830160/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=9.06
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 1029 25264 4 5 4 0 860 42 16 0 1 0 3945302 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 13600

[startup+10.3021 s]
/proc/loadavg: 2.42 2.55 1.57 3/75 4771
/proc/meminfo: memFree=1838864/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=9.06
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 1029 25264 4 5 4 0 860 42 16 0 1 0 3945302 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 799 370 3 0 500 0
[pid=4770] ppid=4747 vsize=5356 CPUtime=0
/proc/4770/stat : 4770 (sh) S 4747 4747 2818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3946235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4770/statm: 1339 232 193 169 0 50 0
[pid=4771] ppid=4770 vsize=81900 CPUtime=0.94
/proc/4771/stat : 4771 (minisat) R 4770 4747 2818 0 -1 4194304 19481 0 0 0 84 10 0 0 25 0 1 0 3946235 83865600 19467 996147200 134512640 135127466 4294956256 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/4771/statm: 20475 19467 62 150 0 20322 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 100856

[startup+11.1021 s]
/proc/loadavg: 2.42 2.55 1.57 3/75 4771
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=10.78
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 1067 47014 4 5 4 0 1018 56 16 0 1 0 3945302 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 13600

[startup+11.5012 s]
/proc/loadavg: 2.42 2.55 1.57 3/75 4771
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=10.79
/proc/4747/stat : 4747 (sugar) S 4745 4747 2818 0 -1 4194304 1086 47014 4 5 4 1 1018 56 15 0 1 0 3945302 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4747/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 13600

[startup+11.6023 s]
/proc/loadavg: 2.42 2.55 1.57 3/75 4771
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=4747] ppid=4745 vsize=13600 CPUtime=11.3
/proc/4747/stat : 4747 (sugar) R 4745 4747 2818 0 -1 4194304 1116 51031 4 6 4 3 1063 60 16 0 1 0 3945302 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4747/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 11.6151
CPU time (s): 11.3413
CPU user time (s): 10.6874
CPU system time (s): 0.6539
CPU usage (%): 97.6421
Max. virtual memory (cumulated for all children) (KiB): 888328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6874
system time used= 0.6539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52177
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8665
involuntary context switches= 8590

runsolver used 0.020996 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-08 01:13:44
IDJOB=1062048
IDBENCH=54595
IDSOLVER=346
FILE ID=node24/1062048-1215472424
PBS_JOBID= 7888598
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-ex5-pi.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1062048-1215472424/watcher-1062048-1215472424 -o /tmp/evaluation-result-1062048-1215472424/solver-1062048-1215472424 -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/minisat" -tmp="HOME/temp" HOME/instance-1062048-1215472424.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ac4e78a26edc4b10d5750638375b473
RANDOM SEED=1812447446

node24.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.220
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.220
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:       1925704 kB
Buffers:         10640 kB
Cached:          67696 kB
SwapCached:          0 kB
Active:          73544 kB
Inactive:        21452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1925704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3744 kB
Writeback:           0 kB
Mapped:          28208 kB
Slab:            20660 kB
Committed_AS:    91744 kB
PageTables:       1776 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= 66460 MiB
End job on node24 at 2008-07-08 01:13:56