Trace number 237283

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, and are wall clock time (not CPU 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
sat4jCSP 1.7 RC BF3? 317.687 324.754

General information on the benchmark

Nameos-gp/
gp10-09-1112.xml
MD5SUM06eaa40bf809ba3f654c85e42e55e982
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.369943
SatisfiableYES
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

7.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
7.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
7.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
7.21	c version CSP COMPETITION BUGFIX 3
7.21	c sun.arch.data.model	32
7.21	c java.version	1.5.0_10
7.21	c os.name	Linux
7.21	c os.version	2.6.9-22.EL.rootsmp
7.21	c os.arch	i386
7.21	c Free memory 722620888
7.21	c Max memory 723845120
7.21	c Total memory 723845120
7.21	c Number of processors 2
7.29	c --- Begin Solver configuration ---
7.29	c Stops conflict analysis at the first Unique Implication Point
7.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
7.29	c Learn all clauses as in MiniSAT
7.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.29	c VSIDS like heuristics from MiniSAT using a heap
7.29	c No reason simplification
7.29	c --- End Solver configuration ---
7.29	c solving /tmp/evaluation/237283-1168347296/unknown.xml
7.29	c reading problem ... 
7.51	c reading problem named ?
7.51	c reading domains done.
7.51	c reading variables
c reading variables (101) done.
7.75	c reading predicates 
c reading relations (3) done.
8.57	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
322.35	c starts		: 0
322.35	c conflicts		: 0
322.35	c decisions		: 0
322.35	c propagations		: 0
322.35	c inspects		: 0
322.35	c learnt literals	: 0
322.35	c learnt binary clauses	: 0
322.35	c learnt ternary clauses	: 0
322.35	c learnt clauses	: 0
322.35	c root simplifications	: 0
322.35	c removed literals (reason simplification)	: 0
322.35	c reason swapping (by a shorter reason)	: 0
322.35	c Calls to reduceDB	: 0
322.35	c speed (decisions/second)	: 0.0
322.35	c non guided choices	0
322.35	s UNKNOWN
322.35	c Total wall clock time (in seconds) : 315.057
322.35	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node56/watcher-237283-1168347296 -o ROOT/results/node56/solver-237283-1168347296 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237283-1168347296/sat4jCSP-bf3.jar /tmp/evaluation/237283-1168347296/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 5.22 5.94 5.26 3/90 29979
/proc/meminfo: memFree=31240/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=18540 CPUtime=0
/proc/29978/stat : 29978 (runsolver) D 29976 29978 29130 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183128332 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 253307186471 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 4635 279 244 17 0 2626 0

[startup+0.103042 s]
/proc/loadavg: 5.22 5.94 5.26 3/90 29979
/proc/meminfo: memFree=31240/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=18540 CPUtime=0
/proc/29978/stat : 29978 (runsolver) D 29976 29978 29130 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183128332 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 253307186471 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 4635 279 244 17 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18540

[startup+0.51308 s]
/proc/loadavg: 5.22 5.94 5.26 3/90 29979
/proc/meminfo: memFree=31240/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=164 CPUtime=0
/proc/29978/stat : 29978 (java) D 29976 29978 29130 0 -1 0 18 0 0 0 0 0 0 0 18 0 1 0 183128332 167936 2 18446744073709551615 0 0 4294957047 18446744073709551615 253307186471 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/29978/statm: 41 2 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 164

[startup+1.33716 s]
/proc/loadavg: 5.22 5.94 5.26 1/90 29979
/proc/meminfo: memFree=31176/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=216 CPUtime=0
/proc/29978/stat : 29978 (java) D 29976 29978 29130 0 -1 0 45 0 1 0 0 0 0 0 18 0 1 0 183128332 221184 30 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 10027940 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 54 30 25 14 0 2 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 216

[startup+2.97432 s]
/proc/loadavg: 5.12 5.91 5.25 1/90 29979
/proc/meminfo: memFree=31304/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=11900 CPUtime=0
/proc/29978/stat : 29978 (java) D 29976 29978 29130 0 -1 0 349 0 5 0 0 0 0 0 18 0 1 0 183128332 12185600 162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10027940 0 0 4096 0 18446744072099202260 0 0 17 1 0 0
/proc/29978/statm: 2975 162 125 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11900

[startup+6.25364 s]
/proc/loadavg: 5.12 5.91 5.25 1/90 29979
/proc/meminfo: memFree=26120/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=12200 CPUtime=0.01
/proc/29978/stat : 29978 (java) D 29976 29978 29130 0 -1 0 793 0 79 0 0 1 0 0 17 0 1 0 183128332 12492800 638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 3050 638 483 14 0 1142 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12200

[startup+12.7423 s]
/proc/loadavg: 4.95 5.85 5.23 2/101 29990
/proc/meminfo: memFree=18160/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=912864 CPUtime=6.14
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 37341 0 112 0 589 25 0 0 25 0 12 0 183128332 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054214985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29978/statm: 228216 34057 2478 14 0 214653 0
[pid=29978/tid=29980] ppid=29976 vsize=912864 CPUtime=0.33
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 6852 0 0 0 28 5 0 0 16 0 12 0 183128989 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29981] ppid=29976 vsize=912864 CPUtime=0.32
/proc/29978/task/29981/stat : 29981 (java) S 29976 29978 29130 0 -1 64 6388 0 0 0 29 3 0 0 17 0 12 0 183128989 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29982] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 183128992 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29983] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 183129044 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=912864 CPUtime=0.61
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 60 1 0 0 18 0 12 0 183129044 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=912864 CPUtime=0.54
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 53 1 0 0 17 0 12 0 183129044 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=912864 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 934772736 34057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 912864

[startup+25.6425 s]
/proc/loadavg: 4.80 5.79 5.22 2/101 29990
/proc/meminfo: memFree=15920/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=912832 CPUtime=19.23
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 63864 0 112 0 1881 42 0 0 20 0 12 0 183128332 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835904 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29978/statm: 228208 53883 2478 14 0 214645 0
[pid=29978/tid=29980] ppid=29976 vsize=912832 CPUtime=0.6
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 19545 0 0 0 49 11 0 0 16 0 12 0 183128989 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29981] ppid=29976 vsize=912832 CPUtime=0.62
/proc/29978/task/29981/stat : 29981 (java) S 29976 29978 29130 0 -1 64 20181 0 0 0 51 11 0 0 16 0 12 0 183128989 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29982] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 183128992 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29983] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183129044 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=912832 CPUtime=0.62
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 61 1 0 0 16 0 12 0 183129044 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=912832 CPUtime=0.55
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 54 1 0 0 16 0 12 0 183129044 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=912832 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 934739968 53883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (KiB) 912832

[startup+51.3372 s]
/proc/loadavg: 4.53 5.64 5.19 2/101 29990
/proc/meminfo: memFree=15216/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=910284 CPUtime=45.43
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 128350 0 112 0 4461 82 0 0 17 0 12 0 183128332 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054212598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29978/statm: 227571 104029 2478 14 0 214008 0
[pid=29978/tid=29980] ppid=29976 vsize=910284 CPUtime=1.23
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 50143 0 0 0 95 28 0 0 16 0 12 0 183128989 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29981] ppid=29976 vsize=910284 CPUtime=1.23
/proc/29978/task/29981/stat : 29981 (java) S 29976 29978 29130 0 -1 64 54014 0 0 0 93 30 0 0 16 0 12 0 183128989 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29982] ppid=29976 vsize=910284 CPUtime=0.01
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 17 0 0 0 1 0 0 0 16 0 12 0 183128992 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29983] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183129044 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=910284 CPUtime=0.63
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 62 1 0 0 16 0 12 0 183129044 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=910284 CPUtime=0.56
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 55 1 0 0 16 0 12 0 183129044 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 932130816 104029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.43
Current children cumulated vsize (KiB) 910284

[startup+102.6 s]
/proc/loadavg: 4.76 5.48 5.15 3/94 29994
/proc/meminfo: memFree=15160/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=910284 CPUtime=96.39
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 204160 0 112 0 9514 125 0 0 25 0 12 0 183128332 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29978/statm: 227571 176098 2479 14 0 214008 0
[pid=29978/tid=29980] ppid=29976 vsize=910284 CPUtime=2.14
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 87512 0 0 0 169 45 0 0 15 0 12 0 183128989 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29981] ppid=29976 vsize=910284 CPUtime=2.24
/proc/29978/task/29981/stat : 29981 (java) R 29976 29978 29130 0 -1 64 92353 0 0 0 176 48 0 0 15 0 12 0 183128989 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29982] ppid=29976 vsize=910284 CPUtime=0.05
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 18 0 0 0 4 1 0 0 15 0 12 0 183128992 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29983] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183129044 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=910284 CPUtime=0.63
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 62 1 0 0 16 0 12 0 183129044 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=910284 CPUtime=0.56
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 55 1 0 0 16 0 12 0 183129044 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 932130816 176098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.39
Current children cumulated vsize (KiB) 910284

[startup+162.643 s]
/proc/loadavg: 4.89 5.38 5.14 5/94 29996
/proc/meminfo: memFree=15672/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=910284 CPUtime=156.67
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 214201 0 112 0 15525 142 0 0 25 0 12 0 183128332 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054301286 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29978/statm: 227571 184204 2480 14 0 214008 0
[pid=29978/tid=29980] ppid=29976 vsize=910284 CPUtime=3.25
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 93282 0 0 0 276 49 0 0 16 0 12 0 183128989 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29981] ppid=29976 vsize=910284 CPUtime=3.37
/proc/29978/task/29981/stat : 29981 (java) S 29976 29978 29130 0 -1 64 96070 0 0 0 287 50 0 0 16 0 12 0 183128989 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29982] ppid=29976 vsize=910284 CPUtime=0.72
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 455 0 0 0 70 2 0 0 15 0 12 0 183128992 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29983] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183129044 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=910284 CPUtime=0.63
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 62 1 0 0 16 0 12 0 183129044 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=910284 CPUtime=0.56
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 55 1 0 0 16 0 12 0 183129044 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 932130816 184204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.67
Current children cumulated vsize (KiB) 910284

[startup+222.726 s]
/proc/loadavg: 4.33 5.13 5.06 2/92 29996
/proc/meminfo: memFree=24456/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=910284 CPUtime=217.41
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 216186 0 112 0 21583 158 0 0 25 0 12 0 183128332 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054198477 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29978/statm: 227571 184885 2480 14 0 214008 0
[pid=29978/tid=29980] ppid=29976 vsize=910284 CPUtime=4.71
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 93782 0 0 0 420 51 0 0 16 0 12 0 183128989 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29981] ppid=29976 vsize=910284 CPUtime=4.78
/proc/29978/task/29981/stat : 29981 (java) S 29976 29978 29130 0 -1 64 97000 0 0 0 427 51 0 0 16 0 12 0 183128989 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29982] ppid=29976 vsize=910284 CPUtime=1.71
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 891 0 0 0 167 4 0 0 16 0 12 0 183128992 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29983] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183129044 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=910284 CPUtime=0.63
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 62 1 0 0 16 0 12 0 183129044 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=910284 CPUtime=0.56
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 55 1 0 0 16 0 12 0 183129044 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 932130816 184885 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.41
Current children cumulated vsize (KiB) 910284

[startup+282.819 s]
/proc/loadavg: 4.11 4.92 4.99 3/92 29996
/proc/meminfo: memFree=15304/2055920 swapFree=4184772/4192956
[pid=29978] ppid=29976 vsize=910284 CPUtime=278.28
/proc/29978/stat : 29978 (java) R 29976 29978 29130 0 -1 0 220521 0 112 0 27653 175 0 0 25 0 12 0 183128332 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054301459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29978/statm: 227571 185343 2480 14 0 214008 0
[pid=29978/tid=29980] ppid=29976 vsize=910284 CPUtime=6.13
/proc/29978/task/29980/stat : 29980 (java) S 29976 29978 29130 0 -1 64 94862 0 0 0 561 52 0 0 16 0 12 0 183128989 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29981] ppid=29976 vsize=910284 CPUtime=6.19
/proc/29978/task/29981/stat : 29981 (java) S 29976 29978 29130 0 -1 64 98342 0 0 0 567 52 0 0 15 0 12 0 183128989 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29982] ppid=29976 vsize=910284 CPUtime=4.44
/proc/29978/task/29982/stat : 29982 (java) S 29976 29978 29130 0 -1 64 2680 0 0 0 437 7 0 0 15 0 12 0 183128992 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29983] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29983/stat : 29983 (java) S 29976 29978 29130 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29984] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29984/stat : 29984 (java) S 29976 29978 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183128993 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29985] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29985/stat : 29985 (java) S 29976 29978 29130 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183129043 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29986] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29986/stat : 29986 (java) S 29976 29978 29130 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183129044 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29987] ppid=29976 vsize=910284 CPUtime=0.63
/proc/29978/task/29987/stat : 29987 (java) S 29976 29978 29130 0 -1 64 2088 0 0 0 62 1 0 0 16 0 12 0 183129044 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29978/tid=29988] ppid=29976 vsize=910284 CPUtime=0.56
/proc/29978/task/29988/stat : 29988 (java) S 29976 29978 29130 0 -1 64 1888 0 0 0 55 1 0 0 16 0 12 0 183129044 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29989] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29989/stat : 29989 (java) S 29976 29978 29130 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183129044 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29978/tid=29990] ppid=29976 vsize=910284 CPUtime=0
/proc/29978/task/29990/stat : 29990 (java) S 29976 29978 29130 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183129044 932130816 185343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.28
Current children cumulated vsize (KiB) 910284

Child status: 1
Real time (s): 324.754
CPU time (s): 317.687
CPU user time (s): 315.581
CPU system time (s): 2.10568
CPU usage (%): 97.8237
Max. virtual memory (cumulated for all children) (KiB): 916656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.581
system time used= 2.10568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240539
page faults= 116
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13791
involuntary context switches= 13914

runsolver used 0.411937 s user time and 1.07584 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 12:55:01 UTC 2007


IDJOB= 237283
IDBENCH= 6911
FILE ID= node56/237283-1168347296

PBS_JOBID= 3503549

Free space on /tmp= 57623 MiB

BENCH NAME= HOME/pub/bench/CPAI06/os-gp/gp10-09-1112.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237283-1168347296/sat4jCSP-bf3.jar /tmp/evaluation/237283-1168347296/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-237283-1168347296 -o ROOT/results/node56/solver-237283-1168347296 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237283-1168347296/sat4jCSP-bf3.jar /tmp/evaluation/237283-1168347296/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  06eaa40bf809ba3f654c85e42e55e982

RANDOM SEED= 981242915

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.232
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.232
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:         31656 kB
Buffers:          5428 kB
Cached:        1740268 kB
SwapCached:        952 kB
Active:         161120 kB
Inactive:      1723852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         31656 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:           31168 kB
Writeback:      408712 kB
Mapped:         153876 kB
Slab:           124188 kB
Committed_AS:  4278720 kB
PageTables:       2180 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= 55374 MiB



End job on node56 on Tue Jan  9 13:00:31 UTC 2007