Trace number 3500822

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
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 4.01539 3.63038

General information on the benchmark

Namegmus/nadel/
edn_28491_8.cnf_0.39000000.unsat.gcnf
MD5SUM7d764322de76b3db680fb7166965cee1
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.82342
Satisfiable
(Un)Satisfiability was proved
Number of variables686711
Number of clauses2006735
Sum of the clauses size4657476
Maximum clause length3
Minimum clause length1
Number of clauses of size 11770
Number of clauses of size 21359189
Number of clauses of size 3645776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups3999
Number of clauses in the kernel (group 0)1943302
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 18

Solver Data

0.04/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.11	c See www.sat4j.org for details.
0.04/0.12	c version 2.3.0.v20110206
0.04/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.12	c java.vm.version	19.1-b02
0.04/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version		1.6.0_24
0.04/0.12	c os.name		Linux
0.04/0.12	c os.version		2.6.18-164.el5
0.04/0.12	c os.arch		amd64
0.04/0.12	c Free memory 		5997854704
0.04/0.12	c Max memory 		6029312000
0.04/0.12	c Total memory 		6029312000
0.04/0.12	c Number of processors 	8
0.04/0.14	c High Level Explanation (MUS) enabled solver
0.04/0.14	c Deletion based minimization strategy
0.04/0.14	c --- Begin Solver configuration ---
0.04/0.14	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1d73831b
0.04/0.14	c Learn all clauses as in MiniSAT
0.04/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.14	c Expensive reason simplification
0.04/0.14	c Armin Biere (Picosat) restarts strategy
0.04/0.14	c Glucose learned constraints deletion strategy
0.04/0.14	c timeout=2147483647s
0.04/0.14	c DB Simplification allowed=true
0.04/0.14	c --- End Solver configuration ---
0.04/0.14	c solving /varHOME/instance-3500822-1308036331.gcnf
0.04/0.14	c reading problem ... 
3.37/3.28	c ... done. Wall clock time 3.133s.
3.37/3.28	c #vars     690710
3.37/3.28	c #constraints  2006729
3.37/3.28	c constraints type 
3.37/3.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 707468
3.37/3.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1299223
3.85/3.59	c Unsat detection wall clock time (in seconds) : 3.444
3.85/3.59	c Size of initial high level unsat subformula: 1
3.85/3.59	c Computing high level MUS ...
3.85/3.59	c Size of the high level MUS: 1
3.85/3.59	c Unsat core  computation wall clock time (in seconds) : 0.0
3.85/3.59	c starts		: 0
3.85/3.59	c conflicts		: 0
3.85/3.59	c decisions		: 0
3.85/3.59	c propagations		: 133044
3.85/3.59	c inspects		: 372648
3.85/3.59	c shortcuts		: 0
3.85/3.59	c learnt literals	: 0
3.85/3.59	c learnt binary clauses	: 0
3.85/3.59	c learnt ternary clauses	: 0
3.85/3.59	c learnt constraints	: 0
3.85/3.59	c ignored constraints	: 0
3.85/3.59	c root simplifications	: 0
3.85/3.59	c removed literals (reason simplification)	: 0
3.85/3.59	c reason swapping (by a shorter reason)	: 0
3.85/3.59	c Calls to reduceDB	: 0
3.85/3.59	c speed (assignments/second)	: 434784.3137254902
3.85/3.59	c non guided choices	0
3.85/3.59	c learnt constraints type 
3.85/3.59	c constraints type 
3.85/3.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 707468
3.85/3.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1299223
3.85/3.59	s UNSATISFIABLE
3.85/3.59	v 3992 0
3.85/3.59	c Total wall clock time (in seconds) : 3.445

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500822-1308036331/watcher-3500822-1308036331 -o /var/tmp/evaluation-result-3500822-1308036331/solver-3500822-1308036331 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500822-1308036331.gcnf 

running on 2 cores: 1,3

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): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.24 0.36 0.12 5/241 2864
/proc/meminfo: memFree=1821196/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=11804 CPUtime=0 cores=1,3
/proc/2864/stat : 2864 (runsolver) S 2862 2864 1667 0 -1 4202560 40 0 0 0 0 0 0 0 21 0 1 0 915230211 12087296 50 33554432000 4194304 5436572 140737388930688 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 3 0 0 0
/proc/2864/statm: 2951 50 31 304 0 2643 0

[startup+0.096832 s]
/proc/loadavg: 1.24 0.36 0.12 5/241 2864
/proc/meminfo: memFree=1821196/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6358280 CPUtime=0.03 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 8144 0 1 0 2 1 0 0 22 0 13 0 915230211 6510878720 7841 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1589570 7841 1685 9 0 1580318 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6358280

[startup+0.100829 s]
/proc/loadavg: 1.24 0.36 0.12 5/241 2864
/proc/meminfo: memFree=1821196/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6358280 CPUtime=0.04 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 8208 0 1 0 3 1 0 0 22 0 13 0 915230211 6510878720 7905 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1589570 7905 1691 9 0 1580318 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6358280

[startup+0.300792 s]
/proc/loadavg: 1.24 0.36 0.12 5/241 2864
/proc/meminfo: memFree=1821196/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6433892 CPUtime=0.34 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 17716 0 1 0 32 2 0 0 22 0 18 0 915230211 6588305408 17153 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1608473 17153 2196 9 0 1599211 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 6433892

[startup+0.700717 s]
/proc/loadavg: 1.24 0.36 0.12 5/241 2864
/proc/meminfo: memFree=1821196/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6433440 CPUtime=0.82 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 36784 0 1 0 78 4 0 0 22 0 18 0 915230211 6587842560 35978 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1608360 35978 2202 9 0 1599098 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 6433440

[startup+1.50056 s]
/proc/loadavg: 1.78 0.49 0.16 5/260 2884
/proc/meminfo: memFree=1291936/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6433440 CPUtime=1.62 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 74075 0 1 0 153 9 0 0 22 0 18 0 915230211 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1608360 73268 2203 9 0 1599098 0
[pid=2864/tid=2866] ppid=2862 vsize=6433440 CPUtime=1.42 cores=1,3
/proc/2864/task/2866/stat : 2866 (java) R 2862 2864 1667 0 -1 4202560 70659 0 1 0 134 8 0 0 25 0 18 0 915230216 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 46912505491156 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2864/tid=2867] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2867/stat : 2867 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2868] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2868/stat : 2868 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2869] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2869/stat : 2869 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2870] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2870/stat : 2870 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2871] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2871/stat : 2871 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2872] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2872/stat : 2872 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2873] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2873/stat : 2873 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2874] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2874/stat : 2874 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2875] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2875/stat : 2875 (java) S 2862 2864 1667 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 915230218 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2876] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2876/stat : 2876 (java) S 2862 2864 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 915230219 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2877] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2877/stat : 2877 (java) S 2862 2864 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 915230219 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2878] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2878/stat : 2878 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230221 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2880] ppid=2862 vsize=6433440 CPUtime=0.07 cores=1,3
/proc/2864/task/2880/stat : 2880 (java) S 2862 2864 1667 0 -1 4202560 608 0 0 0 7 0 0 0 25 0 18 0 915230221 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2881] ppid=2862 vsize=6433440 CPUtime=0.11 cores=1,3
/proc/2864/task/2881/stat : 2881 (java) S 2862 2864 1667 0 -1 4202560 1655 0 0 0 11 0 0 0 25 0 18 0 915230221 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2882] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2882/stat : 2882 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230221 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2883] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2883/stat : 2883 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 915230221 6587842560 73268 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 6433440

[startup+3.10126 s]
/proc/loadavg: 1.78 0.49 0.16 7/261 2945
/proc/meminfo: memFree=1802448/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6433440 CPUtime=3.22 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 148296 0 1 0 304 18 0 0 22 0 18 0 915230211 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1608360 147489 2203 9 0 1599098 0
[pid=2864/tid=2866] ppid=2862 vsize=6433440 CPUtime=3.01 cores=1,3
/proc/2864/task/2866/stat : 2866 (java) R 2862 2864 1667 0 -1 4202560 144880 0 1 0 284 17 0 0 25 0 18 0 915230216 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 46912505491066 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2864/tid=2867] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2867/stat : 2867 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2868] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2868/stat : 2868 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2869] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2869/stat : 2869 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2870] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2870/stat : 2870 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2871] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2871/stat : 2871 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2872] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2872/stat : 2872 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2873] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2873/stat : 2873 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2874] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2874/stat : 2874 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2875] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2875/stat : 2875 (java) S 2862 2864 1667 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 915230218 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2876] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2876/stat : 2876 (java) S 2862 2864 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 915230219 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2877] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2877/stat : 2877 (java) S 2862 2864 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 915230219 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2878] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2878/stat : 2878 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230221 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2880] ppid=2862 vsize=6433440 CPUtime=0.07 cores=1,3
/proc/2864/task/2880/stat : 2880 (java) S 2862 2864 1667 0 -1 4202560 608 0 0 0 7 0 0 0 25 0 18 0 915230221 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2881] ppid=2862 vsize=6433440 CPUtime=0.11 cores=1,3
/proc/2864/task/2881/stat : 2881 (java) S 2862 2864 1667 0 -1 4202560 1655 0 0 0 11 0 0 0 25 0 18 0 915230221 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2882] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2882/stat : 2882 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230221 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2883] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2883/stat : 2883 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 915230221 6587842560 147489 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 6433440

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

[startup+3.50118 s]
/proc/loadavg: 1.78 0.49 0.16 7/261 2945
/proc/meminfo: memFree=1575404/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6433440 CPUtime=3.85 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 170932 0 1 0 365 20 0 0 22 0 18 0 915230211 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1608360 168964 2220 9 0 1599098 0
[pid=2864/tid=2866] ppid=2862 vsize=6433440 CPUtime=3.41 cores=1,3
/proc/2864/task/2866/stat : 2866 (java) R 2862 2864 1667 0 -1 4202560 165258 0 1 0 321 20 0 0 25 0 18 0 915230216 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 46912505220473 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2864/tid=2867] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2867/stat : 2867 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2868] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2868/stat : 2868 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2869] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2869/stat : 2869 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2870] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2870/stat : 2870 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2871] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2871/stat : 2871 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2872] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2872/stat : 2872 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2873] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2873/stat : 2873 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2874] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2874/stat : 2874 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230217 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2875] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2875/stat : 2875 (java) S 2862 2864 1667 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 915230218 6587842560 168964 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2876] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2876/stat : 2876 (java) S 2862 2864 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 915230219 6587842560 168969 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2877] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2877/stat : 2877 (java) S 2862 2864 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 915230219 6587842560 168975 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2878] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2878/stat : 2878 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230221 6587842560 168975 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2880] ppid=2862 vsize=6433440 CPUtime=0.23 cores=1,3
/proc/2864/task/2880/stat : 2880 (java) R 2862 2864 1667 0 -1 4202560 2789 0 0 0 23 0 0 0 17 0 18 0 915230221 6587842560 168975 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 47190052872656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2864/tid=2881] ppid=2862 vsize=6433440 CPUtime=0.2 cores=1,3
/proc/2864/task/2881/stat : 2881 (java) S 2862 2864 1667 0 -1 4202560 1743 0 0 0 20 0 0 0 16 0 18 0 915230221 6587842560 168975 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2882] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2882/stat : 2882 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230221 6587842560 168975 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2883] ppid=2862 vsize=6433440 CPUtime=0 cores=1,3
/proc/2864/task/2883/stat : 2883 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 915230221 6587842560 168975 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 6433440

[startup+3.6012 s]
/proc/loadavg: 1.78 0.49 0.16 7/261 2945
/proc/meminfo: memFree=1575404/32950928 swapFree=67053956/67111528
[pid=2864] ppid=2862 vsize=6434468 CPUtime=3.98 cores=1,3
/proc/2864/stat : 2864 (java) S 2862 2864 1667 0 -1 4202496 171058 0 1 0 377 21 0 0 22 0 16 0 915230211 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2864/statm: 1608617 169089 2228 9 0 1599355 0
[pid=2864/tid=2866] ppid=2862 vsize=6434468 CPUtime=3.5 cores=1,3
/proc/2864/task/2866/stat : 2866 (java) S 2862 2864 1667 0 -1 4202560 165331 0 1 0 330 20 0 0 25 0 16 0 915230216 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2867] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2867/stat : 2867 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2868] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2868/stat : 2868 (java) S 2862 2864 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2869] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2869/stat : 2869 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2870] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2870/stat : 2870 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2871] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2871/stat : 2871 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2872] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2872/stat : 2872 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2873] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2873/stat : 2873 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2874] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2874/stat : 2874 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230217 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2875] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2875/stat : 2875 (java) S 2862 2864 1667 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 915230218 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2876] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2876/stat : 2876 (java) S 2862 2864 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 16 0 915230219 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2877] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2877/stat : 2877 (java) S 2862 2864 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 915230219 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
[pid=2864/tid=2880] ppid=2862 vsize=6434468 CPUtime=0.24 cores=1,3
/proc/2864/task/2880/stat : 2880 (java) S 2862 2864 1667 0 -1 4202560 2793 0 0 0 24 0 0 0 16 0 16 0 915230221 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2881] ppid=2862 vsize=6434468 CPUtime=0.21 cores=1,3
/proc/2864/task/2881/stat : 2881 (java) S 2862 2864 1667 0 -1 4202560 1761 0 0 0 21 0 0 0 15 0 16 0 915230221 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 1 0 0 0
[pid=2864/tid=2882] ppid=2862 vsize=6434468 CPUtime=0 cores=1,3
/proc/2864/task/2882/stat : 2882 (java) S 2862 2864 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 915230221 6588895232 169089 33554432000 1073741824 1073778376 140735160080336 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 6434468

Child status: 20
Real time (s): 3.63038
CPU time (s): 4.01539
CPU user time (s): 3.77843
CPU system time (s): 0.236963
CPU usage (%): 110.605
Max. virtual memory (cumulated for all children) (KiB): 6434468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.77842
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171058
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275
involuntary context switches= 147

runsolver used 0.005999 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-14 09:25:31
IDJOB=3500822
IDBENCH=89959
IDSOLVER=1997
FILE ID=node148/3500822-1308036331
RUNJOBID= node148-1308036326-2747
PBS_JOBID= 13563888
Free space on /var/tmp= 2772 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_28491_8.cnf_0.39000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500822-1308036331/watcher-3500822-1308036331 -o /var/tmp/evaluation-result-3500822-1308036331/solver-3500822-1308036331 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500822-1308036331.gcnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7d764322de76b3db680fb7166965cee1
RANDOM SEED=1671465068

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1828420 kB
Buffers:        138740 kB
Cached:       28869040 kB
SwapCached:      10736 kB
Active:       14233376 kB
Inactive:     15977824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1828420 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:          132796 kB
Writeback:           0 kB
AnonPages:     1200316 kB
Mapped:          21456 kB
Slab:           846076 kB
PageTables:       7700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 18924984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2812 MiB
End job on node148 at 2011-06-14 09:25:35