Trace number 221240

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? (MO) 93.2418 93.4808

General information on the benchmark

NamequeenAttacking/
queenAttacking-10.xml
MD5SUMaa5341730e8cf150addd79e0150f2d6f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
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
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.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/221240-1168256918/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.55	c reading domains done.
0.55	c reading variables
c reading variables (101) done.
0.83	c reading predicates 
c reading relations (4) done.
1.08	c reading constraintsc starts		: 0
93.30	c conflicts		: 0
93.30	c decisions		: 0
93.30	c propagations		: 0
93.30	c inspects		: 0
93.30	c learnt literals	: 0
93.30	c learnt binary clauses	: 0
93.30	c learnt ternary clauses	: 0
93.30	c learnt clauses	: 0
93.30	c root simplifications	: 0
93.30	c removed literals (reason simplification)	: 0
93.30	c reason swapping (by a shorter reason)	: 0
93.30	c Calls to reduceDB	: 0
93.30	c speed (decisions/second)	: 0.0
93.30	c non guided choices	0
93.30	s UNKNOWN
93.30	c Total wall clock time (in seconds) : 93.035
93.30	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/node17/watcher-221240-1168256918 -o ROOT/results/node17/solver-221240-1168256918 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221240-1168256918/sat4jCSP-bf3.jar /tmp/evaluation/221240-1168256918/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: 2.44 1.25 0.82 4/97 19963
/proc/meminfo: memFree=916896/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=894944 CPUtime=0.01
/proc/19962/stat : 19962 (java) S 19960 19962 19509 0 -1 0 2167 0 1 0 0 1 0 0 18 0 3 0 174086597 916422656 1929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 223736 1929 954 14 0 210756 0
[pid=19962/tid=19964] ppid=19960 vsize=894944 CPUtime=0
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 3 0 174086600 916422656 1929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=894944 CPUtime=0
/proc/19962/task/19965/stat : 19965 (java) R 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 19 0 3 0 174086600 916422656 1929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 3706840 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.105767 s]
/proc/loadavg: 2.44 1.25 0.82 4/97 19963
/proc/meminfo: memFree=916896/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=901540 CPUtime=0.09
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 3338 0 1 0 7 2 0 0 21 0 12 0 174086597 923176960 3098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643162 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 225385 3098 1565 14 0 212109 0
[pid=19962/tid=19964] ppid=19960 vsize=901540 CPUtime=0
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 174086600 923176960 3098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=901540 CPUtime=0
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174086600 923176960 3098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.51381 s]
/proc/loadavg: 2.44 1.25 0.82 4/97 19963
/proc/meminfo: memFree=916896/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=905236 CPUtime=0.49
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 5822 0 1 0 46 3 0 0 19 0 12 0 174086597 926961664 5417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 226309 5417 2250 14 0 212746 0
[pid=19962/tid=19964] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 174086600 926961664 5417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174086600 926961664 5417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.3359 s]
/proc/loadavg: 2.41 1.26 0.83 3/108 19974
/proc/meminfo: memFree=897608/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=905236 CPUtime=1.3
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 7879 0 1 0 125 5 0 0 19 0 12 0 174086597 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053861589 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 226309 7217 2451 14 0 212746 0
[pid=19962/tid=19964] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 174086600 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174086600 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174086603 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19967] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 174086603 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 174086603 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174086607 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=905236 CPUtime=0.29
/proc/19962/task/19971/stat : 19971 (java) S 19960 19962 19509 0 -1 64 352 0 0 0 29 0 0 0 16 0 12 0 174086607 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=905236 CPUtime=0.24
/proc/19962/task/19972/stat : 19972 (java) S 19960 19962 19509 0 -1 64 674 0 0 0 24 0 0 0 16 0 12 0 174086607 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=905236 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 926961664 7217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 905236

[startup+2.98907 s]
/proc/loadavg: 2.41 1.26 0.83 3/108 19974
/proc/meminfo: memFree=863880/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=905416 CPUtime=2.94
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 23333 0 1 0 280 14 0 0 25 0 12 0 174086597 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054257458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 226354 22584 2476 14 0 212791 0
[pid=19962/tid=19964] ppid=19960 vsize=905416 CPUtime=0.01
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 1038 0 0 0 1 0 0 0 17 0 12 0 174086600 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=905416 CPUtime=0.01
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 899 0 0 0 1 0 0 0 17 0 12 0 174086600 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 174086603 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19967] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174086603 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 174086603 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174086607 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=905416 CPUtime=0.4
/proc/19962/task/19971/stat : 19971 (java) S 19960 19962 19509 0 -1 64 427 0 0 0 40 0 0 0 16 0 12 0 174086607 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=905416 CPUtime=0.38
/proc/19962/task/19972/stat : 19972 (java) S 19960 19962 19509 0 -1 64 767 0 0 0 38 0 0 0 16 0 12 0 174086607 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=905416 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 927145984 22584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 905416

[startup+6.1974 s]
/proc/loadavg: 2.41 1.26 0.83 3/108 19974
/proc/meminfo: memFree=814224/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=905496 CPUtime=6.15
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 30616 0 1 0 597 18 0 0 25 0 12 0 174086597 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 226374 29362 2476 14 0 212811 0
[pid=19962/tid=19964] ppid=19960 vsize=905496 CPUtime=0.09
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 5920 0 0 0 7 2 0 0 17 0 12 0 174086600 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=905496 CPUtime=0.11
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 3075 0 0 0 10 1 0 0 17 0 12 0 174086600 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 174086603 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19967] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174086603 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 174086603 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174086607 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=905496 CPUtime=0.48
/proc/19962/task/19971/stat : 19971 (java) R 19960 19962 19509 0 -1 64 458 0 0 0 48 0 0 0 16 0 12 0 174086607 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151351001 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=905496 CPUtime=0.5
/proc/19962/task/19972/stat : 19972 (java) S 19960 19962 19509 0 -1 64 949 0 0 0 50 0 0 0 16 0 12 0 174086607 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=905496 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 927227904 29362 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 905496

[startup+12.6879 s]
/proc/loadavg: 2.34 1.28 0.84 4/108 19974
/proc/meminfo: memFree=766040/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=909052 CPUtime=12.62
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 44276 0 1 0 1238 24 0 0 25 0 12 0 174086597 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 227263 40975 2476 14 0 213700 0
[pid=19962/tid=19964] ppid=19960 vsize=909052 CPUtime=0.31
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 13045 0 0 0 26 5 0 0 16 0 12 0 174086600 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=909052 CPUtime=0.27
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 7686 0 0 0 24 3 0 0 16 0 12 0 174086600 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 174086603 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19967] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174086603 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 174086603 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174086607 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=909052 CPUtime=0.69
/proc/19962/task/19971/stat : 19971 (java) R 19960 19962 19509 0 -1 64 1618 0 0 0 69 0 0 0 16 0 12 0 174086607 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152665604 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=909052 CPUtime=0.85
/proc/19962/task/19972/stat : 19972 (java) S 19960 19962 19509 0 -1 64 1697 0 0 0 85 0 0 0 18 0 12 0 174086607 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=909052 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 930869248 40975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 909052

[startup+25.5842 s]
/proc/loadavg: 2.36 1.32 0.86 3/108 19974
/proc/meminfo: memFree=692568/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=908284 CPUtime=25.47
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 62266 0 1 0 2514 33 0 0 25 0 12 0 174086597 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054208836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 227071 58385 2476 14 0 213508 0
[pid=19962/tid=19964] ppid=19960 vsize=908284 CPUtime=0.56
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 22826 0 0 0 46 10 0 0 16 0 12 0 174086600 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=908284 CPUtime=0.52
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 15830 0 0 0 45 7 0 0 16 0 12 0 174086600 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 174086603 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19967] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174086603 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 174086603 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=908284 CPUtime=0.01
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 174086607 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=908284 CPUtime=1.07
/proc/19962/task/19971/stat : 19971 (java) S 19960 19962 19509 0 -1 64 1640 0 0 0 106 1 0 0 16 0 12 0 174086607 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=908284 CPUtime=1.16
/proc/19962/task/19972/stat : 19972 (java) S 19960 19962 19509 0 -1 64 1716 0 0 0 116 0 0 0 16 0 12 0 174086607 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 930082816 58385 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 908284

[startup+51.2499 s]
/proc/loadavg: 2.49 1.45 0.91 3/108 19974
/proc/meminfo: memFree=531544/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=908284 CPUtime=51.1
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 105285 0 1 0 5056 54 0 0 25 0 12 0 174086597 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054217274 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19962/statm: 227071 100055 2476 14 0 213508 0
[pid=19962/tid=19964] ppid=19960 vsize=908284 CPUtime=1.21
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 43197 0 0 0 101 20 0 0 16 0 12 0 174086600 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19962/tid=19965] ppid=19960 vsize=908284 CPUtime=1.16
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 37554 0 0 0 99 17 0 0 16 0 12 0 174086600 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=908284 CPUtime=0.01
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 17 0 0 0 1 0 0 0 16 0 12 0 174086603 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19962/tid=19967] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174086603 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 174086603 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=908284 CPUtime=0.01
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 174086607 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=908284 CPUtime=1.18
/proc/19962/task/19971/stat : 19971 (java) S 19960 19962 19509 0 -1 64 1642 0 0 0 117 1 0 0 16 0 12 0 174086607 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=908284 CPUtime=1.65
/proc/19962/task/19972/stat : 19972 (java) S 19960 19962 19509 0 -1 64 2604 0 0 0 164 1 0 0 16 0 12 0 174086607 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=908284 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 930082816 100055 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 908284



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+92.6252 s]
/proc/loadavg: 2.52 1.59 0.98 4/108 19974
/proc/meminfo: memFree=310424/2055920 swapFree=4192812/4192956
[pid=19962] ppid=19960 vsize=925812 CPUtime=92.38
/proc/19962/stat : 19962 (java) R 19960 19962 19509 0 -1 0 163041 0 1 0 9155 83 0 0 25 0 12 0 174086597 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19962/statm: 231453 153757 2491 14 0 217890 0
[pid=19962/tid=19964] ppid=19960 vsize=925812 CPUtime=2.22
/proc/19962/task/19964/stat : 19964 (java) S 19960 19962 19509 0 -1 64 67923 0 0 0 190 32 0 0 16 0 12 0 174086600 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19965] ppid=19960 vsize=925812 CPUtime=2.16
/proc/19962/task/19965/stat : 19965 (java) S 19960 19962 19509 0 -1 64 62912 0 0 0 186 30 0 0 16 0 12 0 174086600 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19966] ppid=19960 vsize=925812 CPUtime=0.03
/proc/19962/task/19966/stat : 19966 (java) S 19960 19962 19509 0 -1 64 17 0 0 0 3 0 0 0 16 0 12 0 174086603 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19967] ppid=19960 vsize=925812 CPUtime=0
/proc/19962/task/19967/stat : 19967 (java) S 19960 19962 19509 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174086603 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19968] ppid=19960 vsize=925812 CPUtime=0
/proc/19962/task/19968/stat : 19968 (java) S 19960 19962 19509 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 174086603 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19969] ppid=19960 vsize=925812 CPUtime=0
/proc/19962/task/19969/stat : 19969 (java) S 19960 19962 19509 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174086607 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19970] ppid=19960 vsize=925812 CPUtime=0.01
/proc/19962/task/19970/stat : 19970 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 174086607 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19971] ppid=19960 vsize=925812 CPUtime=2.26
/proc/19962/task/19971/stat : 19971 (java) S 19960 19962 19509 0 -1 64 5260 0 0 0 224 2 0 0 16 0 12 0 174086607 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19972] ppid=19960 vsize=925812 CPUtime=2.67
/proc/19962/task/19972/stat : 19972 (java) R 19960 19962 19509 0 -1 64 6607 0 0 0 264 3 0 0 16 0 12 0 174086607 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151169265 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19973] ppid=19960 vsize=925812 CPUtime=0
/proc/19962/task/19973/stat : 19973 (java) S 19960 19962 19509 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 174086607 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19962/tid=19974] ppid=19960 vsize=925812 CPUtime=0
/proc/19962/task/19974/stat : 19974 (java) S 19960 19962 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174086607 948031488 153757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.38
Current children cumulated vsize (KiB) 925812

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 93.4808
CPU time (s): 93.2418
CPU user time (s): 92.292
CPU system time (s): 0.949855
CPU usage (%): 99.7444
Max. virtual memory (cumulated for all children) (KiB): 931904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.292
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166040
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= 4120
involuntary context switches= 5455

runsolver used 0.119981 s user time and 0.308953 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan  8 11:48:38 UTC 2007


IDJOB= 221240
IDBENCH= 5403
FILE ID= node17/221240-1168256918

PBS_JOBID= 3482405

Free space on /tmp= 66323 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-10.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221240-1168256918/sat4jCSP-bf3.jar /tmp/evaluation/221240-1168256918/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-221240-1168256918 -o ROOT/results/node17/solver-221240-1168256918 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221240-1168256918/sat4jCSP-bf3.jar /tmp/evaluation/221240-1168256918/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  aa5341730e8cf150addd79e0150f2d6f

RANDOM SEED= 442097675

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.236
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.236
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:        917376 kB
Buffers:         63568 kB
Cached:         218292 kB
SwapCached:          0 kB
Active:         930980 kB
Inactive:       141944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        917376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:         820552 kB
Slab:            48924 kB
Committed_AS:  5700216 kB
PageTables:       3724 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= 66323 MiB



End job on node17 on Mon Jan  8 11:50:12 UTC 2007