Trace number 207546

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-CACHED 1.7 RC BF3? 151.804 151.19

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-3.xml
MD5SUM254a8d3f7d7300023199baca642e7b35
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.87811
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/207546-1168182236/unknown.xml
0.27	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.94	c reading variables
c reading variables (1250) done.
2.24	c reading predicates 
c reading relations (9) done.
2.49	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
151.07	c starts		: 0
151.07	c conflicts		: 0
151.07	c decisions		: 0
151.07	c propagations		: 0
151.07	c inspects		: 0
151.07	c learnt literals	: 0
151.07	c learnt binary clauses	: 0
151.07	c learnt ternary clauses	: 0
151.07	c learnt clauses	: 0
151.07	c root simplifications	: 0
151.07	c removed literals (reason simplification)	: 0
151.07	c reason swapping (by a shorter reason)	: 0
151.07	c Calls to reduceDB	: 0
151.07	c speed (decisions/second)	: 0.0
151.07	c non guided choices	0
151.07	s UNKNOWN
151.07	c Total wall clock time (in seconds) : 150.799
151.07	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/node12/watcher-207546-1168182236 -o ROOT/results/node12/solver-207546-1168182236 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207546-1168182236/sat4jCSP-bf3-cached.jar /tmp/evaluation/207546-1168182236/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: 1.98 2.09 2.06 2/94 2002
/proc/meminfo: memFree=1096968/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=894944 CPUtime=0.01
/proc/2001/stat : 2001 (java) S 1999 2001 1477 0 -1 0 2167 0 1 0 0 1 0 0 18 0 3 0 166618800 916422656 1929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2001/statm: 223736 1929 954 14 0 210756 0
[pid=2001/tid=2003] ppid=1999 vsize=894944 CPUtime=0
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 3 0 166618803 916422656 1929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=2001/tid=2004] ppid=1999 vsize=894944 CPUtime=0
/proc/2001/task/2004/stat : 2004 (java) R 1999 2001 1477 0 -1 64 0 0 0 0 0 0 0 0 19 0 3 0 166618803 916422656 1929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10543064 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.102958 s]
/proc/loadavg: 1.98 2.09 2.06 2/94 2002
/proc/meminfo: memFree=1096968/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=897120 CPUtime=0.09
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 3214 0 1 0 7 2 0 0 17 0 6 0 166618800 918650880 2974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/2001/statm: 224280 2974 1514 14 0 211300 0
[pid=2001/tid=2003] ppid=1999 vsize=897120 CPUtime=0
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 6 0 166618803 918650880 2974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
[pid=2001/tid=2004] ppid=1999 vsize=897120 CPUtime=0
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 19 0 6 0 166618803 918650880 2974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 897120

[startup+0.51503 s]
/proc/loadavg: 1.98 2.09 2.06 2/94 2002
/proc/meminfo: memFree=1096968/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=905236 CPUtime=0.5
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 5820 0 1 0 46 4 0 0 19 0 12 0 166618800 926961664 5415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2001/statm: 226309 5415 2246 14 0 212746 0
[pid=2001/tid=2003] ppid=1999 vsize=905236 CPUtime=0
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618803 926961664 5415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2004] ppid=1999 vsize=905236 CPUtime=0
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 166618803 926961664 5415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33718 s]
/proc/loadavg: 1.98 2.09 2.06 3/105 2014
/proc/meminfo: memFree=1077680/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=906592 CPUtime=1.31
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 7111 0 1 0 127 4 0 0 22 0 12 0 166618800 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2001/statm: 226648 6208 2306 14 0 213085 0
[pid=2001/tid=2003] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618803 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2004] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 166618803 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2005] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2005/stat : 2005 (java) S 1999 2001 1477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166618806 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2006] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166618807 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2007] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166618807 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2008] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166618811 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2011] ppid=1999 vsize=906592 CPUtime=0.35
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 1073 0 0 0 35 0 0 0 16 0 12 0 166618811 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2012] ppid=1999 vsize=906592 CPUtime=0.27
/proc/2001/task/2012/stat : 2012 (java) R 1999 2001 1477 0 -1 64 663 0 0 0 27 0 0 0 16 0 12 0 166618811 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151705777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2013] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=906592 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 928350208 6208 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906592

[startup+2.98447 s]
/proc/loadavg: 1.98 2.09 2.06 5/105 2014
/proc/meminfo: memFree=967664/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=914324 CPUtime=3.14
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 36821 0 1 0 294 20 0 0 18 0 12 0 166618800 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2001/statm: 228581 34079 2473 14 0 215018 0
[pid=2001/tid=2003] ppid=1999 vsize=914324 CPUtime=0.23
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 4100 0 0 0 21 2 0 0 16 0 12 0 166618803 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2004] ppid=1999 vsize=914324 CPUtime=0.28
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 8953 0 0 0 24 4 0 0 19 0 12 0 166618803 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2005] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2005/stat : 2005 (java) S 1999 2001 1477 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 166618806 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2006] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166618807 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2007] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166618807 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2008] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 166618811 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2011] ppid=1999 vsize=914324 CPUtime=0.67
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 2318 0 0 0 67 0 0 0 17 0 12 0 166618811 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2012] ppid=1999 vsize=914324 CPUtime=0.59
/proc/2001/task/2012/stat : 2012 (java) R 1999 2001 1477 0 -1 64 1352 0 0 0 59 0 0 0 17 0 12 0 166618811 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151172001 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2013] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=914324 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 936267776 34079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 914324

[startup+6.18804 s]
/proc/loadavg: 1.98 2.09 2.06 3/105 2014
/proc/meminfo: memFree=929712/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=914872 CPUtime=6.52
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 49517 0 1 0 625 27 0 0 25 0 12 0 166618800 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054562873 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2001/statm: 228718 43919 2479 14 0 215155 0
[pid=2001/tid=2003] ppid=1999 vsize=914872 CPUtime=0.56
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 9034 0 0 0 52 4 0 0 17 0 12 0 166618803 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2004] ppid=1999 vsize=914872 CPUtime=0.64
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 13958 0 0 0 57 7 0 0 16 0 12 0 166618803 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2005] ppid=1999 vsize=914872 CPUtime=0
/proc/2001/task/2005/stat : 2005 (java) S 1999 2001 1477 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 166618806 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2006] ppid=1999 vsize=914872 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166618807 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2007] ppid=1999 vsize=914872 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166618807 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2008] ppid=1999 vsize=914872 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=914872 CPUtime=0.01
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166618811 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2011] ppid=1999 vsize=914872 CPUtime=0.95
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 2596 0 0 0 94 1 0 0 16 0 12 0 166618811 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2012] ppid=1999 vsize=914872 CPUtime=1.18
/proc/2001/task/2012/stat : 2012 (java) S 1999 2001 1477 0 -1 64 3821 0 0 0 117 1 0 0 17 0 12 0 166618811 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2013] ppid=1999 vsize=914872 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=914872 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 936828928 43919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 914872

[startup+12.6012 s]
/proc/loadavg: 1.98 2.09 2.06 3/105 2014
/proc/meminfo: memFree=856752/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=913252 CPUtime=12.93
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 68395 0 1 0 1256 37 0 0 25 0 12 0 166618800 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054311286 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2001/statm: 228313 61344 2479 14 0 214750 0
[pid=2001/tid=2003] ppid=1999 vsize=913252 CPUtime=1.24
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 16801 0 0 0 116 8 0 0 16 0 12 0 166618803 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2004] ppid=1999 vsize=913252 CPUtime=1.46
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 25023 0 0 0 134 12 0 0 16 0 12 0 166618803 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2005] ppid=1999 vsize=913252 CPUtime=0.01
/proc/2001/task/2005/stat : 2005 (java) S 1999 2001 1477 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 166618806 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2006] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166618807 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2007] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166618807 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2008] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=913252 CPUtime=0.01
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166618811 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2011] ppid=1999 vsize=913252 CPUtime=1.15
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 2617 0 0 0 114 1 0 0 16 0 12 0 166618811 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2012] ppid=1999 vsize=913252 CPUtime=1.25
/proc/2001/task/2012/stat : 2012 (java) S 1999 2001 1477 0 -1 64 3821 0 0 0 124 1 0 0 16 0 12 0 166618811 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2013] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 935170048 61344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 913252

[startup+25.4115 s]
/proc/loadavg: 2.06 2.10 2.06 3/105 2014
/proc/meminfo: memFree=735600/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=913252 CPUtime=25.82
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 98034 0 1 0 2527 55 0 0 25 0 12 0 166618800 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054502036 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2001/statm: 228313 90956 2479 14 0 214750 0
[pid=2001/tid=2003] ppid=1999 vsize=913252 CPUtime=2.48
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 32137 0 0 0 231 17 0 0 16 0 12 0 166618803 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2004] ppid=1999 vsize=913252 CPUtime=2.59
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 39297 0 0 0 238 21 0 0 16 0 12 0 166618803 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2005] ppid=1999 vsize=913252 CPUtime=0.02
/proc/2001/task/2005/stat : 2005 (java) S 1999 2001 1477 0 -1 64 14 0 0 0 2 0 0 0 16 0 12 0 166618806 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2006] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166618807 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2007] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166618807 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2008] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=913252 CPUtime=0.01
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166618811 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2011] ppid=1999 vsize=913252 CPUtime=1.16
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 2617 0 0 0 115 1 0 0 17 0 12 0 166618811 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2012] ppid=1999 vsize=913252 CPUtime=1.28
/proc/2001/task/2012/stat : 2012 (java) S 1999 2001 1477 0 -1 64 3821 0 0 0 127 1 0 0 17 0 12 0 166618811 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2013] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 935170048 90956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 913252

[startup+51.1001 s]
/proc/loadavg: 2.48 2.19 2.09 3/105 2014
/proc/meminfo: memFree=475568/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=913252 CPUtime=51.69
/proc/2001/stat : 2001 (java) R 1999 2001 1477 0 -1 0 160712 0 1 0 5081 88 0 0 25 0 12 0 166618800 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054442736 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2001/statm: 228313 153516 2480 14 0 214750 0
[pid=2001/tid=2003] ppid=1999 vsize=913252 CPUtime=4.51
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 56686 0 0 0 421 30 0 0 16 0 12 0 166618803 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2004] ppid=1999 vsize=913252 CPUtime=5.17
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 77346 0 0 0 477 40 0 0 16 0 12 0 166618803 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2005] ppid=1999 vsize=913252 CPUtime=0.03
/proc/2001/task/2005/stat : 2005 (java) S 1999 2001 1477 0 -1 64 14 0 0 0 2 1 0 0 16 0 12 0 166618806 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2006] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166618807 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2007] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166618807 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2008] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=913252 CPUtime=0.01
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166618811 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2011] ppid=1999 vsize=913252 CPUtime=1.39
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 2645 0 0 0 138 1 0 0 17 0 12 0 166618811 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2012] ppid=1999 vsize=913252 CPUtime=1.33
/proc/2001/task/2012/stat : 2012 (java) S 1999 2001 1477 0 -1 64 3821 0 0 0 132 1 0 0 17 0 12 0 166618811 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2013] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=913252 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 935170048 153516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.69
Current children cumulated vsize (KiB) 913252

[startup+102.305 s]
/proc/loadavg: 2.55 2.25 2.11 3/105 2014
/proc/meminfo: memFree=326128/2055920 swapFree=4160348/4192956
[pid=2001] ppid=1999 vsize=915256 CPUtime=102.98
/proc/2001/stat : 2001 (java) S 1999 2001 1477 0 -1 0 200925 0 1 0 10187 111 0 0 18 0 12 0 166618800 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2001/statm: 228814 187169 2481 14 0 215251 0
[pid=2001/tid=2003] ppid=1999 vsize=915256 CPUtime=6.13
/proc/2001/task/2003/stat : 2003 (java) S 1999 2001 1477 0 -1 64 73293 0 0 0 575 38 0 0 16 0 12 0 166618803 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2004] ppid=1999 vsize=915256 CPUtime=6.83
/proc/2001/task/2004/stat : 2004 (java) S 1999 2001 1477 0 -1 64 93093 0 0 0 635 48 0 0 15 0 12 0 166618803 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2005] ppid=1999 vsize=915256 CPUtime=31.18
/proc/2001/task/2005/stat : 2005 (java) R 1999 2001 1477 0 -1 64 7831 0 0 0 3111 7 0 0 25 0 12 0 166618806 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155440544 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2006] ppid=1999 vsize=915256 CPUtime=0
/proc/2001/task/2006/stat : 2006 (java) S 1999 2001 1477 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166618807 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2007] ppid=1999 vsize=915256 CPUtime=0
/proc/2001/task/2007/stat : 2007 (java) S 1999 2001 1477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166618807 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2008] ppid=1999 vsize=915256 CPUtime=0
/proc/2001/task/2008/stat : 2008 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166618811 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2009] ppid=1999 vsize=915256 CPUtime=0.01
/proc/2001/task/2009/stat : 2009 (java) S 1999 2001 1477 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166618811 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2011] ppid=1999 vsize=915256 CPUtime=1.4
/proc/2001/task/2011/stat : 2011 (java) S 1999 2001 1477 0 -1 64 2645 0 0 0 139 1 0 0 17 0 12 0 166618811 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2012] ppid=1999 vsize=915256 CPUtime=1.33
/proc/2001/task/2012/stat : 2012 (java) S 1999 2001 1477 0 -1 64 3821 0 0 0 132 1 0 0 17 0 12 0 166618811 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2001/tid=2013] ppid=1999 vsize=915256 CPUtime=0
/proc/2001/task/2013/stat : 2013 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 166618811 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2001/tid=2014] ppid=1999 vsize=915256 CPUtime=0
/proc/2001/task/2014/stat : 2014 (java) S 1999 2001 1477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166618811 937222144 187169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.98
Current children cumulated vsize (KiB) 915256

Child status: 1
Real time (s): 151.19
CPU time (s): 151.804
CPU user time (s): 150.514
CPU system time (s): 1.2898
CPU usage (%): 100.406
Max. virtual memory (cumulated for all children) (KiB): 917012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.514
system time used= 1.2898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211419
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= 5586
involuntary context switches= 5828

runsolver used 0.188971 s user time and 0.553915 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 15:03:58 UTC 2007


IDJOB= 207546
IDBENCH= 4297
FILE ID= node12/207546-1168182236

PBS_JOBID= 3478910

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207546-1168182236/sat4jCSP-bf3-cached.jar /tmp/evaluation/207546-1168182236/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-207546-1168182236 -o ROOT/results/node12/solver-207546-1168182236 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207546-1168182236/sat4jCSP-bf3-cached.jar /tmp/evaluation/207546-1168182236/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  254a8d3f7d7300023199baca642e7b35

RANDOM SEED= 197525796

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.265
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.265
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:       1097448 kB
Buffers:         48872 kB
Cached:         362356 kB
SwapCached:       4660 kB
Active:         561000 kB
Inactive:       326724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097448 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            4968 kB
Writeback:           0 kB
Mapped:         494988 kB
Slab:            54700 kB
Committed_AS:  5359704 kB
PageTables:       3040 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= 66313 MiB



End job on node12 on Sun Jan  7 15:06:29 UTC 2007