Trace number 2068892

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.14.6+picosatSAT 6.26605 6.35598

General information on the benchmark

Namecsp/tdsp/
normalized-C3-2-31.xml
MD5SUMdaf792f61fdf819c51bec95a5a233a29
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 benchmark6.26605
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints464
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension464
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:45:20 2009
0.00/0.08	c 0	PID 18057
0.06/0.08	c 0	HOST node57.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068892-1247348720.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068892-1247348720.xml' 'HOME/temp.csp'
0.06/0.59	c 1	5 domains, 89 variables, 2 predicates, 0 relations, 464 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.69	c 1	Parsing HOME/temp.csp
0.56/0.76	c 1	parsed 560 expressions
0.56/0.78	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.78	c 1	Converting to clausal form CSP
0.56/0.81	c 1	converted 56 (10%) expressions
0.56/0.83	c 1	converted 112 (20%) expressions
0.56/0.94	c 1	converted 168 (30%) expressions
0.56/0.96	c 1	converted 224 (40%) expressions
0.56/0.98	c 1	converted 280 (50%) expressions
0.56/0.99	c 1	converted 336 (60%) expressions
0.92/1.00	c 1	converted 392 (70%) expressions
0.92/1.01	c 1	converted 448 (80%) expressions
0.92/1.02	c 1	converted 504 (90%) expressions
0.92/1.02	c 1	converted 560 (100%) expressions
0.92/1.02	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.92/1.02	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.02	c 1	Propagation in CSP
0.92/1.03	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.03	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.92/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.06	c 1	CSP : 145 integers, 1624 booleans, 2196 clauses, largest domain size 60
0.92/1.06	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.10	c 1	15 (10%) CSP integer variables are encoded (376 clauses, 3992 bytes)
1.04/1.10	c 1	29 (20%) CSP integer variables are encoded (725 clauses, 7831 bytes)
1.04/1.11	c 1	44 (30%) CSP integer variables are encoded (1114 clauses, 12413 bytes)
1.04/1.11	c 1	58 (40%) CSP integer variables are encoded (1509 clauses, 17548 bytes)
1.04/1.11	c 1	73 (50%) CSP integer variables are encoded (1896 clauses, 22579 bytes)
1.04/1.11	c 1	87 (60%) CSP integer variables are encoded (2274 clauses, 27493 bytes)
1.04/1.11	c 1	102 (70%) CSP integer variables are encoded (2369 clauses, 28728 bytes)
1.04/1.11	c 1	116 (80%) CSP integer variables are encoded (2418 clauses, 29365 bytes)
1.04/1.11	c 1	131 (90%) CSP integer variables are encoded (2521 clauses, 30704 bytes)
1.04/1.11	c 1	145 (100%) CSP integer variables are encoded (2601 clauses, 31744 bytes)
1.04/1.16	c 1	220 (10%) CSP clauses are encoded (16911 clauses, 314558 bytes)
1.13/1.27	c 1	440 (20%) CSP clauses are encoded (71541 clauses, 1478239 bytes)
1.23/1.38	c 1	659 (30%) CSP clauses are encoded (117004 clauses, 2458541 bytes)
1.33/1.45	c 1	879 (40%) CSP clauses are encoded (153473 clauses, 3243939 bytes)
1.43/1.53	c 2	1098 (50%) CSP clauses are encoded (187224 clauses, 3969901 bytes)
1.53/1.60	c 2	1318 (60%) CSP clauses are encoded (223592 clauses, 4757193 bytes)
1.53/1.69	c 2	1538 (70%) CSP clauses are encoded (262906 clauses, 5618321 bytes)
1.63/1.76	c 2	1757 (80%) CSP clauses are encoded (294858 clauses, 6340054 bytes)
1.73/1.84	c 2	1977 (90%) CSP clauses are encoded (332939 clauses, 7208313 bytes)
1.83/1.93	c 2	2196 (100%) CSP clauses are encoded (377819 clauses, 8236376 bytes)
1.83/1.93	c 2	2196 CSP clauses encoded
1.83/1.93	c 2	Writing map file : HOME/temp.map
1.83/1.94	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.94	c 2	SAT : 4366 SAT variables, 377819 SAT clauses, 8236376 bytes
1.83/1.94	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.97	c 2	SOLVING HOME/temp.cnf
1.83/1.97	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
6.00/6.18	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.00/6.18	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.09/6.26	c 6	Decoding HOME/temp.out
6.09/6.31	s SATISFIABLE
6.09/6.32	v 31 60 0 7 1 16 13 1 29 0 0 0 27 1 0 3 1 53 0 1 28 12 0 55 25 1 53 7 1 14 15 1 41 15 1 28 7 0 23 21 1 16 21 0 0 13 1 2 13 1 0 20 1 1 1 0 18 7 1 25 16 1 0 0 1 40 0 0 23 25 1 44 0 1 0 17 1 47 26 0 13 22 0 4 0 1 39 10 1
6.09/6.33	c 6	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.09/6.35	c 6	CPU 6.24 (0.06 0.01 3.96 2.21)
6.09/6.35	c 6	END Sat Jul 11 23:45:26 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068892-1247348720/watcher-2068892-1247348720 -o /tmp/evaluation-result-2068892-1247348720/solver-2068892-1247348720 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068892-1247348720.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 2.05 2.01 4/81 18057
/proc/meminfo: memFree=1817752/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=12000 CPUtime=0
/proc/18057/stat : 18057 (sugar) R 18055 18057 18020 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 21935221 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 218075650579 0 0 4224 0 0 0 0 17 1 0 0
/proc/18057/statm: 3000 163 125 3 0 100 0

[startup+0.0838899 s]
/proc/loadavg: 1.87 2.05 2.01 4/81 18057
/proc/meminfo: memFree=1817752/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16740 CPUtime=0.06
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21935221 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18057/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102012 s]
/proc/loadavg: 1.87 2.05 2.01 4/81 18057
/proc/meminfo: memFree=1817752/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16868 CPUtime=0.06
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21935221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18057/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301035 s]
/proc/loadavg: 1.87 2.05 2.01 4/81 18057
/proc/meminfo: memFree=1817752/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16868 CPUtime=0.06
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21935221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18057/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701109 s]
/proc/loadavg: 1.87 2.05 2.01 4/81 18057
/proc/meminfo: memFree=1817752/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16868 CPUtime=0.56
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1309 4607 0 1 5 1 47 3 16 0 1 0 21935221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18057/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 1.87 2.05 2.01 4/92 18079
/proc/meminfo: memFree=1803704/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16868 CPUtime=0.57
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1310 4607 0 1 6 1 47 3 15 0 1 0 21935221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18057/statm: 4217 1111 409 3 0 796 0
[pid=18070] ppid=18057 vsize=5356 CPUtime=0
/proc/18070/stat : 18070 (sh) S 18057 18057 18020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21935283 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18070/statm: 1339 233 193 169 0 50 0
[pid=18071] ppid=18070 vsize=868588 CPUtime=0.86
/proc/18071/stat : 18071 (java) S 18070 18057 18020 0 -1 0 6538 0 1 0 81 5 0 0 20 0 9 0 21935283 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18071/statm: 217147 5667 2589 9 0 211624 0
[pid=18071/tid=18072] ppid=18070 vsize=868588 CPUtime=0.59
/proc/18071/task/18072/stat : 18072 (java) R 18070 18057 18020 0 -1 64 2835 0 1 0 57 2 0 0 25 0 9 0 21935284 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18073] ppid=18070 vsize=868588 CPUtime=0.07
/proc/18071/task/18073/stat : 18073 (java) S 18070 18057 18020 0 -1 64 1528 0 0 0 7 0 0 0 16 0 9 0 21935285 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18074] ppid=18070 vsize=868588 CPUtime=0
/proc/18071/task/18074/stat : 18074 (java) S 18070 18057 18020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21935285 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18075] ppid=18070 vsize=868588 CPUtime=0
/proc/18071/task/18075/stat : 18075 (java) S 18070 18057 18020 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21935285 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18076] ppid=18070 vsize=868588 CPUtime=0
/proc/18071/task/18076/stat : 18076 (java) S 18070 18057 18020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21935287 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18077] ppid=18070 vsize=868588 CPUtime=0.15
/proc/18071/task/18077/stat : 18077 (java) S 18070 18057 18020 0 -1 64 1477 0 0 0 15 0 0 0 16 0 9 0 21935287 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18078] ppid=18070 vsize=868588 CPUtime=0
/proc/18071/task/18078/stat : 18078 (java) S 18070 18057 18020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21935287 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18071/tid=18079] ppid=18070 vsize=868588 CPUtime=0
/proc/18071/task/18079/stat : 18079 (java) S 18070 18057 18020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21935287 889434112 5667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890812

[startup+3.10151 s]
/proc/loadavg: 1.88 2.05 2.01 3/84 18081
/proc/meminfo: memFree=1805560/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16868 CPUtime=1.88
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1365 11601 0 2 6 1 169 12 16 0 1 0 21935221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18057/statm: 4217 1113 409 3 0 796 0
[pid=18080] ppid=18057 vsize=5356 CPUtime=0
/proc/18080/stat : 18080 (sh) S 18057 18057 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21935418 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18080/statm: 1339 232 193 169 0 50 0
[pid=18081] ppid=18080 vsize=4804 CPUtime=1.11
/proc/18081/stat : 18081 (picosat) R 18080 18057 18020 0 -1 4194304 1109 0 0 0 48 63 0 0 25 0 1 0 21935418 4919296 1095 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/18081/statm: 1201 1095 40 102 0 1096 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 27028

[startup+6.30205 s]
/proc/loadavg: 1.88 2.05 2.01 3/84 18081
/proc/meminfo: memFree=1793528/2055920 swapFree=4192812/4192956
[pid=18057] ppid=18055 vsize=16868 CPUtime=6.09
/proc/18057/stat : 18057 (sugar) S 18055 18057 18020 0 -1 4194304 1446 15413 0 2 6 1 384 218 16 0 1 0 21935221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18057/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 16868

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

Child status: 0
Real time (s): 6.35598
CPU time (s): 6.26605
CPU user time (s): 4.02639
CPU system time (s): 2.23966
CPU usage (%): 98.585
Max. virtual memory (cumulated for all children) (KiB): 890812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.02639
system time used= 2.23966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20725
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= 3636
involuntary context switches= 3595

runsolver used 0.013997 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-11 23:45:20
IDJOB=2068892
IDBENCH=54952
IDSOLVER=738
FILE ID=node57/2068892-1247348720
PBS_JOBID= 9506872
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-2-31.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068892-1247348720/watcher-2068892-1247348720 -o /tmp/evaluation-result-2068892-1247348720/solver-2068892-1247348720 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068892-1247348720.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= daf792f61fdf819c51bec95a5a233a29
RANDOM SEED=1619344892

node57.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:       1818232 kB
Buffers:         26112 kB
Cached:          95948 kB
SwapCached:          0 kB
Active:         123016 kB
Inactive:        63400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          84820 kB
Slab:            36408 kB
Committed_AS:   242796 kB
PageTables:       1944 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= 66400 MiB
End job on node57 at 2009-07-11 23:45:26