Trace number 229583

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 BF3SAT 128.918 127.941

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-21_ext.xml
MD5SUM812c7eddef433007453b41251fcd26a0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.42878
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/229583-1168307396/unknown.xml
0.21	c reading problem ... 
0.39	c reading problem named ?
0.39	c reading domains done.
0.39	c reading variables
c reading variables (40) done.
0.42	c reading relations
c reading relations (250) done.
1.00	c reading constraints
c reading constraints done.
1.27	c ... done. Wall clock time 1.053s.
1.27	c CPU time (experimental) 0.9s.
1.27	c #vars     640
1.27	c #constraints  80
127.87	c starts		: 15
127.87	c conflicts		: 68799
127.87	c decisions		: 103623
127.87	c propagations		: 5235969
127.87	c inspects		: 361817917
127.87	c learnt literals	: 0
127.87	c learnt binary clauses	: 0
127.87	c learnt ternary clauses	: 1
127.87	c learnt clauses	: 68799
127.87	c root simplifications	: 0
127.87	c removed literals (reason simplification)	: 0
127.87	c reason swapping (by a shorter reason)	: 0
127.87	c Calls to reduceDB	: 0
127.87	c speed (decisions/second)	: 818.494178606973
127.87	c non guided choices	64
127.87	s SATISFIABLE
127.87	v 9 6 7 15 11 5 0 8 4 12 15 12 1 2 7 11 13 13 13 13 10 11 1 8 7 8 2 4 9 5 14 8 0 12 14 8 10 6 13 3 
127.87	c Total wall clock time (in seconds) : 127.659
127.87	c Total CPU time (experimental, in seconds) : 127.26

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-229583-1168307396 -o ROOT/results/node3/solver-229583-1168307396 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/229583-1168307396/sat4jCSP-bf3.jar /tmp/evaluation/229583-1168307396/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: 0.92 1.10 1.41 3/78 12685
/proc/meminfo: memFree=1604768/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=1500 CPUtime=0
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 87 0 0 0 0 0 0 0 19 0 1 0 179135268 1536000 69 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 10895968 0 0 4096 0 0 0 0 17 1 0 0
/proc/12684/statm: 375 69 54 14 0 8 0

[startup+0.105281 s]
/proc/loadavg: 0.92 1.10 1.41 3/78 12685
/proc/meminfo: memFree=1604768/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=901540 CPUtime=0.08
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 3332 0 1 0 7 1 0 0 24 0 12 0 179135268 923176960 3092 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 11365617 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 225385 3092 1561 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.513354 s]
/proc/loadavg: 0.92 1.10 1.41 3/78 12685
/proc/meminfo: memFree=1604768/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=906412 CPUtime=0.66
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 6451 0 1 0 63 3 0 0 17 0 12 0 179135268 928165888 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 226603 6045 2310 14 0 213040 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 906412

[startup+1.33549 s]
/proc/loadavg: 0.92 1.10 1.41 2/89 12696
/proc/meminfo: memFree=1567624/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908968 CPUtime=2.1
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 12870 0 1 0 203 7 0 0 21 0 13 0 179135268 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227242 11807 2344 14 0 213679 0
[pid=12684/tid=12686] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 179135271 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 179135271 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179135274 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 179135274 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 179135274 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 179135278 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908968 CPUtime=0.51
/proc/12684/task/12693/stat : 12693 (java) R 12682 12684 10870 0 -1 64 1339 0 0 0 51 0 0 0 16 0 13 0 179135278 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152455750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908968 CPUtime=0.61
/proc/12684/task/12694/stat : 12694 (java) R 12682 12684 10870 0 -1 64 965 0 0 0 61 0 0 0 16 0 13 0 179135278 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152650366 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930783232 11807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 908968

[startup+2.98775 s]
/proc/loadavg: 0.92 1.10 1.41 2/90 12697
/proc/meminfo: memFree=1563968/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908968 CPUtime=3.92
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 13924 0 1 0 384 8 0 0 25 0 13 0 179135268 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054393931 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227242 12859 2353 14 0 213679 0
[pid=12684/tid=12686] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 179135271 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 179135271 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179135274 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 179135274 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 179135274 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 179135278 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908968 CPUtime=0.62
/proc/12684/task/12693/stat : 12693 (java) S 12682 12684 10870 0 -1 64 1362 0 0 0 62 0 0 0 16 0 13 0 179135278 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908968 CPUtime=0.74
/proc/12684/task/12694/stat : 12694 (java) S 12682 12684 10870 0 -1 64 981 0 0 0 74 0 0 0 16 0 13 0 179135278 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12697] ppid=12682 vsize=908968 CPUtime=0
/proc/12684/task/12697/stat : 12697 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 179135395 930783232 12859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 908968

[startup+6.27828 s]
/proc/loadavg: 0.93 1.10 1.41 2/90 12697
/proc/meminfo: memFree=1558464/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908776 CPUtime=7.22
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 15017 0 1 0 713 9 0 0 20 0 13 0 179135268 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357629 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227194 13908 2353 14 0 213631 0
[pid=12684/tid=12686] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 179135271 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 179135271 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179135274 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 179135274 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 179135274 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 179135278 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908776 CPUtime=0.63
/proc/12684/task/12693/stat : 12693 (java) S 12682 12684 10870 0 -1 64 1362 0 0 0 63 0 0 0 16 0 13 0 179135278 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908776 CPUtime=0.76
/proc/12684/task/12694/stat : 12694 (java) S 12682 12684 10870 0 -1 64 983 0 0 0 76 0 0 0 16 0 13 0 179135278 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12697] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12697/stat : 12697 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 179135395 930586624 13908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 908776

[startup+12.7733 s]
/proc/loadavg: 0.93 1.10 1.40 2/90 12697
/proc/meminfo: memFree=1553544/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908776 CPUtime=13.72
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 16165 0 1 0 1362 10 0 0 25 0 13 0 179135268 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054361889 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227194 15056 2353 14 0 213631 0
[pid=12684/tid=12686] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 179135271 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 179135271 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179135274 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 179135274 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 179135274 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 179135278 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908776 CPUtime=0.63
/proc/12684/task/12693/stat : 12693 (java) S 12682 12684 10870 0 -1 64 1362 0 0 0 63 0 0 0 16 0 13 0 179135278 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908776 CPUtime=0.76
/proc/12684/task/12694/stat : 12694 (java) S 12682 12684 10870 0 -1 64 983 0 0 0 76 0 0 0 16 0 13 0 179135278 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12697] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12697/stat : 12697 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 179135395 930586624 15056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 908776

[startup+25.6354 s]
/proc/loadavg: 0.95 1.09 1.40 2/90 12697
/proc/meminfo: memFree=1547336/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908776 CPUtime=26.57
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 17747 0 1 0 2646 11 0 0 25 0 13 0 179135268 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054361795 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227194 16638 2353 14 0 213631 0
[pid=12684/tid=12686] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 179135271 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 179135271 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179135274 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 179135274 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 179135274 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 179135278 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908776 CPUtime=0.63
/proc/12684/task/12693/stat : 12693 (java) S 12682 12684 10870 0 -1 64 1362 0 0 0 63 0 0 0 16 0 13 0 179135278 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908776 CPUtime=0.76
/proc/12684/task/12694/stat : 12694 (java) S 12682 12684 10870 0 -1 64 983 0 0 0 76 0 0 0 17 0 13 0 179135278 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12697] ppid=12682 vsize=908776 CPUtime=0
/proc/12684/task/12697/stat : 12697 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 179135395 930586624 16638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.57
Current children cumulated vsize (KiB) 908776

[startup+51.2816 s]
/proc/loadavg: 0.96 1.08 1.39 2/90 12697
/proc/meminfo: memFree=1538248/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908720 CPUtime=52.22
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 20007 0 1 0 5207 15 0 0 25 0 13 0 179135268 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357303 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227180 18884 2353 14 0 213617 0
[pid=12684/tid=12686] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 179135271 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 179135271 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179135274 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 179135274 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 179135274 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 179135278 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908720 CPUtime=0.64
/proc/12684/task/12693/stat : 12693 (java) S 12682 12684 10870 0 -1 64 1363 0 0 0 64 0 0 0 17 0 13 0 179135278 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908720 CPUtime=0.76
/proc/12684/task/12694/stat : 12694 (java) S 12682 12684 10870 0 -1 64 983 0 0 0 76 0 0 0 17 0 13 0 179135278 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12697] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12697/stat : 12697 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 179135395 930529280 18884 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.22
Current children cumulated vsize (KiB) 908720

[startup+102.573 s]
/proc/loadavg: 0.98 1.07 1.36 2/90 12697
/proc/meminfo: memFree=1495304/2055920 swapFree=4192812/4192956
[pid=12684] ppid=12682 vsize=908720 CPUtime=103.59
/proc/12684/stat : 12684 (java) R 12682 12684 10870 0 -1 0 31141 0 1 0 10335 24 0 0 25 0 13 0 179135268 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357455 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12684/statm: 227180 29622 2355 14 0 213617 0
[pid=12684/tid=12686] ppid=12682 vsize=908720 CPUtime=0.09
/proc/12684/task/12686/stat : 12686 (java) S 12682 12684 10870 0 -1 64 6069 0 0 0 6 3 0 0 16 0 13 0 179135271 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12687] ppid=12682 vsize=908720 CPUtime=0.08
/proc/12684/task/12687/stat : 12687 (java) S 12682 12684 10870 0 -1 64 2998 0 0 0 5 3 0 0 16 0 13 0 179135271 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12688] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12688/stat : 12688 (java) S 12682 12684 10870 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 179135274 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12689] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12689/stat : 12689 (java) S 12682 12684 10870 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179135274 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12690] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12690/stat : 12690 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179135274 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12691] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12691/stat : 12691 (java) S 12682 12684 10870 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 179135278 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12692] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12692/stat : 12692 (java) S 12682 12684 10870 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 179135278 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12693] ppid=12682 vsize=908720 CPUtime=0.64
/proc/12684/task/12693/stat : 12693 (java) S 12682 12684 10870 0 -1 64 1363 0 0 0 64 0 0 0 17 0 13 0 179135278 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12694] ppid=12682 vsize=908720 CPUtime=0.76
/proc/12684/task/12694/stat : 12694 (java) S 12682 12684 10870 0 -1 64 983 0 0 0 76 0 0 0 17 0 13 0 179135278 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12695] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12695/stat : 12695 (java) S 12682 12684 10870 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179135278 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12684/tid=12696] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12696/stat : 12696 (java) S 12682 12684 10870 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179135278 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12684/tid=12697] ppid=12682 vsize=908720 CPUtime=0
/proc/12684/task/12697/stat : 12697 (java) S 12682 12684 10870 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 179135395 930529280 29622 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.59
Current children cumulated vsize (KiB) 908720

Child status: 0
Real time (s): 127.941
CPU time (s): 128.918
CPU user time (s): 128.651
CPU system time (s): 0.266959
CPU usage (%): 100.764
Max. virtual memory (cumulated for all children) (KiB): 908968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.651
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31149
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= 3071
involuntary context switches= 3191

runsolver used 0.149977 s user time and 0.317951 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Jan  9 01:49:56 UTC 2007


IDJOB= 229583
IDBENCH= 6322
FILE ID= node3/229583-1168307396

PBS_JOBID= 3502305

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-21_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/229583-1168307396/sat4jCSP-bf3.jar /tmp/evaluation/229583-1168307396/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-229583-1168307396 -o ROOT/results/node3/solver-229583-1168307396 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/229583-1168307396/sat4jCSP-bf3.jar /tmp/evaluation/229583-1168307396/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  812c7eddef433007453b41251fcd26a0

RANDOM SEED= 199439407

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.279
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.279
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:       1605120 kB
Buffers:         71812 kB
Cached:         264040 kB
SwapCached:          0 kB
Active:         248272 kB
Inactive:       138764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          70128 kB
Slab:            49308 kB
Committed_AS:  5034996 kB
PageTables:       1700 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= 66559 MiB



End job on node3 on Tue Jan  9 01:52:04 UTC 2007