Trace number 1087786

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13UNSAT 14.9337 15.1287

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph11.xml
MD5SUM0b8f61cff14be8331608c679982edff3
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 benchmark0.270958
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.38	c See www.sat4j.org for details.
0.23/0.38	c That software uses the Rhino library from the Mozilla project.
0.33/0.43	c version 9.9.9.token
0.33/0.43	c sun.arch.data.model	32
0.33/0.43	c java.version	1.6.0_06
0.33/0.43	c os.name	Linux
0.33/0.43	c os.version	2.6.9-22.EL.rootsmp
0.33/0.43	c os.arch	i386
0.33/0.43	c Free memory 669864272
0.33/0.43	c Max memory 672137216
0.33/0.43	c Total memory 672137216
0.33/0.43	c Number of processors 2
0.33/0.48	c c --- Begin Solver configuration ---
0.33/0.48	c Stops conflict analysis at the first Unique Implication Point
0.33/0.48	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.48	c Learn all clauses as in MiniSAT
0.33/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.48	c Expensive reason simplification
0.33/0.48	c MiniSAT restarts strategy
0.33/0.48	c timeout=2147483s
0.33/0.48	c DB Simplification allowed=false
0.33/0.48	c --- End Solver configuration ---
0.33/0.48	c solving HOME/instance-1087786-1215245538.xml
0.33/0.48	c reading problem ... 
0.62/0.76	c reading problem named null
0.62/0.76	c reading domains done.
0.62/0.78	c reading variables done.
1.20/1.31	c reading predicates  done.
1.39/1.51	c reading constraints
14.81/15.01	c done with constraints.
14.81/15.01	c ... done. Wall clock time 14.538s.
14.81/15.01	c #vars     25640
14.81/15.01	c #constraints  220249
14.81/15.01	c constraints type 
14.81/15.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 209008
14.81/15.01	c org.sat4j.minisat.constraints.card.AtLeast => 680
14.81/15.09	c starts		: 0
14.81/15.09	c conflicts		: 0
14.81/15.09	c decisions		: 0
14.81/15.09	c propagations		: 4
14.81/15.09	c inspects		: 1
14.81/15.09	c learnt literals	: 0
14.81/15.09	c learnt binary clauses	: 0
14.81/15.09	c learnt ternary clauses	: 0
14.81/15.09	c learnt clauses	: 0
14.81/15.09	c ignored clauses	: 0
14.81/15.09	c root simplifications	: 0
14.81/15.09	c removed literals (reason simplification)	: 0
14.81/15.09	c reason swapping (by a shorter reason)	: 0
14.81/15.09	c Calls to reduceDB	: 0
14.81/15.09	c speed (assignments/second)	: 1333.3333333333333
14.81/15.09	c non guided choices	0
14.81/15.09	s UNSATISFIABLE
14.81/15.09	c Total wall clock time (in seconds) : 14.612

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087786-1215245538/watcher-1087786-1215245538 -o /tmp/evaluation-result-1087786-1215245538/solver-1087786-1215245538 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087786-1215245538.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.19 2.24 4/73 18240
/proc/meminfo: memFree=1851192/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=18572 CPUtime=0
/proc/18240/stat : 18240 (runsolver) R 18238 18240 17952 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003525207 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18240/statm: 4643 292 257 25 0 2626 0

[startup+0.087801 s]
/proc/loadavg: 2.36 2.19 2.24 4/73 18240
/proc/meminfo: memFree=1851192/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=800592 CPUtime=0.01
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 1852 0 30 0 0 1 0 0 18 0 4 0 2003525207 819806208 1619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 200148 1619 541 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.10176 s]
/proc/loadavg: 2.36 2.19 2.24 4/73 18240
/proc/meminfo: memFree=1851192/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=800744 CPUtime=0.04
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 2413 0 30 0 2 2 0 0 18 0 4 0 2003525207 819961856 2180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 200186 2180 925 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301799 s]
/proc/loadavg: 2.36 2.19 2.24 4/73 18240
/proc/meminfo: memFree=1851192/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=808276 CPUtime=0.23
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 4630 0 30 0 20 3 0 0 18 0 12 0 2003525207 827674624 3986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 202069 3986 1295 9 0 199438 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808276

[startup+0.701874 s]
/proc/loadavg: 2.36 2.19 2.24 4/73 18240
/proc/meminfo: memFree=1851192/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=808304 CPUtime=0.62
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 6133 0 31 0 56 6 0 0 18 0 12 0 2003525207 827703296 5291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 202076 5291 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808304

[startup+1.50303 s]
/proc/loadavg: 2.33 2.18 2.23 3/85 18252
/proc/meminfo: memFree=1825816/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=808304 CPUtime=1.39
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 9119 0 31 0 131 8 0 0 18 0 12 0 2003525207 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 202076 7625 1349 9 0 199438 0
[pid=18240/tid=18242] ppid=18238 vsize=808304 CPUtime=0.77
/proc/18240/task/18242/stat : 18242 (java) R 18238 18240 17952 0 -1 64 5937 0 2 0 71 6 0 0 18 0 12 0 2003525214 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4109188674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525215 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2003525215 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2003525217 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2003525218 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2003525218 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=808304 CPUtime=0.19
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 398 0 0 0 19 0 0 0 16 0 12 0 2003525222 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=808304 CPUtime=0.39
/proc/18240/task/18250/stat : 18250 (java) S 18238 18240 17952 0 -1 64 2051 0 0 0 39 0 0 0 16 0 12 0 2003525222 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=808304 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 827703296 7625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 808304

[startup+3.10134 s]
/proc/loadavg: 2.33 2.18 2.23 6/85 18252
/proc/meminfo: memFree=1808344/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=816948 CPUtime=3
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 21178 0 31 0 285 15 0 0 18 0 12 0 2003525207 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 204237 17462 1379 9 0 201599 0
[pid=18240/tid=18242] ppid=18238 vsize=816948 CPUtime=1.47
/proc/18240/task/18242/stat : 18242 (java) R 18238 18240 17952 0 -1 64 13594 0 2 0 137 10 0 0 25 0 12 0 2003525214 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4109699499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525215 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2003525215 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2003525217 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2003525218 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2003525218 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=816948 CPUtime=0.83
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 4327 0 0 0 81 2 0 0 16 0 12 0 2003525222 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=816948 CPUtime=0.66
/proc/18240/task/18250/stat : 18250 (java) S 18238 18240 17952 0 -1 64 2524 0 0 0 66 0 0 0 16 0 12 0 2003525222 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=816948 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 836554752 17462 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 816948

[startup+6.30294 s]
/proc/loadavg: 2.31 2.18 2.23 3/85 18252
/proc/meminfo: memFree=1742808/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=816344 CPUtime=6.17
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 30800 0 31 0 599 18 0 0 18 0 12 0 2003525207 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 204086 26928 1384 9 0 201448 0
[pid=18240/tid=18242] ppid=18238 vsize=816344 CPUtime=3.74
/proc/18240/task/18242/stat : 18242 (java) R 18238 18240 17952 0 -1 64 17282 0 2 0 362 12 0 0 25 0 12 0 2003525214 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4109589109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=816344 CPUtime=0.13
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 3152 0 0 0 13 0 0 0 17 0 12 0 2003525215 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=816344 CPUtime=0.1
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 2614 0 0 0 10 0 0 0 17 0 12 0 2003525215 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2003525217 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003525218 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003525218 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=816344 CPUtime=1.3
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 4425 0 0 0 128 2 0 0 16 0 12 0 2003525222 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=816344 CPUtime=0.84
/proc/18240/task/18250/stat : 18250 (java) S 18238 18240 17952 0 -1 64 2538 0 0 0 84 0 0 0 15 0 12 0 2003525222 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 835936256 26928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 816344

[startup+12.7012 s]
/proc/loadavg: 2.36 2.19 2.24 3/85 18252
/proc/meminfo: memFree=1718552/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=816344 CPUtime=12.53
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 37196 0 31 0 1232 21 0 0 18 0 12 0 2003525207 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 204086 33231 1387 9 0 201448 0
[pid=18240/tid=18242] ppid=18238 vsize=816344 CPUtime=8.9
/proc/18240/task/18242/stat : 18242 (java) R 18238 18240 17952 0 -1 64 17301 0 2 0 878 12 0 0 25 0 12 0 2003525214 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4109722244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=816344 CPUtime=0.35
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 6303 0 0 0 33 2 0 0 16 0 12 0 2003525215 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=816344 CPUtime=0.34
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 5795 0 0 0 33 1 0 0 16 0 12 0 2003525215 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2003525217 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003525218 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003525218 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=816344 CPUtime=1.82
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 4462 0 0 0 180 2 0 0 16 0 12 0 2003525222 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=816344 CPUtime=1.05
/proc/18240/task/18250/stat : 18250 (java) S 18238 18240 17952 0 -1 64 2546 0 0 0 105 0 0 0 15 0 12 0 2003525222 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 835936256 33231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 816344

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

[startup+14.3065 s]
/proc/loadavg: 2.36 2.19 2.24 3/85 18252
/proc/meminfo: memFree=1711256/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=816344 CPUtime=14.12
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 38333 0 31 0 1391 21 0 0 18 0 12 0 2003525207 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 204086 34365 1387 9 0 201448 0
[pid=18240/tid=18242] ppid=18238 vsize=816344 CPUtime=10.36
/proc/18240/task/18242/stat : 18242 (java) R 18238 18240 17952 0 -1 64 17305 0 2 0 1024 12 0 0 25 0 12 0 2003525214 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=816344 CPUtime=0.37
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 6626 0 0 0 35 2 0 0 16 0 12 0 2003525215 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=816344 CPUtime=0.37
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 6605 0 0 0 35 2 0 0 16 0 12 0 2003525215 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=816344 CPUtime=0.01
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2003525217 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003525218 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003525218 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=816344 CPUtime=1.83
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 4462 0 0 0 181 2 0 0 16 0 12 0 2003525222 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=816344 CPUtime=1.11
/proc/18240/task/18250/stat : 18250 (java) R 18238 18240 17952 0 -1 64 2546 0 0 0 111 0 0 0 16 0 12 0 2003525222 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 104090783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 835936256 34365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 816344

[startup+14.7025 s]
/proc/loadavg: 2.36 2.19 2.24 3/85 18252
/proc/meminfo: memFree=1711256/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=816344 CPUtime=14.51
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 38540 0 31 0 1430 21 0 0 18 0 12 0 2003525207 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 204086 34571 1387 9 0 201448 0
[pid=18240/tid=18242] ppid=18238 vsize=816344 CPUtime=10.71
/proc/18240/task/18242/stat : 18242 (java) R 18238 18240 17952 0 -1 64 17306 0 2 0 1059 12 0 0 25 0 12 0 2003525214 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4109696683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=816344 CPUtime=0.38
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 6731 0 0 0 36 2 0 0 16 0 12 0 2003525215 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=816344 CPUtime=0.38
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 6702 0 0 0 36 2 0 0 16 0 12 0 2003525215 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=816344 CPUtime=0.01
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2003525217 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003525218 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003525218 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=816344 CPUtime=1.83
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 4462 0 0 0 181 2 0 0 15 0 12 0 2003525222 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=816344 CPUtime=1.14
/proc/18240/task/18250/stat : 18250 (java) S 18238 18240 17952 0 -1 64 2550 0 0 0 114 0 0 0 15 0 12 0 2003525222 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=816344 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 835936256 34571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 816344

[startup+15.1026 s]
/proc/loadavg: 2.36 2.19 2.24 3/85 18252
/proc/meminfo: memFree=1711256/2055920 swapFree=4180500/4192956
[pid=18240] ppid=18238 vsize=816668 CPUtime=14.9
/proc/18240/stat : 18240 (java) S 18238 18240 17952 0 -1 0 38671 0 31 0 1469 21 0 0 18 0 12 0 2003525207 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 204167 34701 1388 9 0 201529 0
[pid=18240/tid=18242] ppid=18238 vsize=816668 CPUtime=11.04
/proc/18240/task/18242/stat : 18242 (java) S 18238 18240 17952 0 -1 64 17314 0 2 0 1092 12 0 0 25 0 12 0 2003525214 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18238 vsize=816668 CPUtime=0.38
/proc/18240/task/18243/stat : 18243 (java) S 18238 18240 17952 0 -1 64 6780 0 0 0 36 2 0 0 16 0 12 0 2003525215 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18238 vsize=816668 CPUtime=0.38
/proc/18240/task/18244/stat : 18244 (java) S 18238 18240 17952 0 -1 64 6770 0 0 0 36 2 0 0 16 0 12 0 2003525215 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18238 vsize=816668 CPUtime=0.01
/proc/18240/task/18245/stat : 18245 (java) S 18238 18240 17952 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2003525217 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18238 vsize=816668 CPUtime=0
/proc/18240/task/18246/stat : 18246 (java) S 18238 18240 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003525218 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18238 vsize=816668 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18238 18240 17952 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003525218 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18238 vsize=816668 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18238 18240 17952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003525222 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18249] ppid=18238 vsize=816668 CPUtime=1.86
/proc/18240/task/18249/stat : 18249 (java) S 18238 18240 17952 0 -1 64 4463 0 0 0 184 2 0 0 15 0 12 0 2003525222 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18250] ppid=18238 vsize=816668 CPUtime=1.16
/proc/18240/task/18250/stat : 18250 (java) S 18238 18240 17952 0 -1 64 2550 0 0 0 116 0 0 0 15 0 12 0 2003525222 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18251] ppid=18238 vsize=816668 CPUtime=0
/proc/18240/task/18251/stat : 18251 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003525222 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18252] ppid=18238 vsize=816668 CPUtime=0
/proc/18240/task/18252/stat : 18252 (java) S 18238 18240 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003525222 836268032 34701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 816668

Child status: 0
Real time (s): 15.1287
CPU time (s): 14.9337
CPU user time (s): 14.6908
CPU system time (s): 0.242963
CPU usage (%): 98.7113
Max. virtual memory (cumulated for all children) (KiB): 818288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6908
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38674
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1515
involuntary context switches= 1657

runsolver used 0.023996 second user time and 0.06099 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 10:12:18
IDJOB=1087786
IDBENCH=58048
IDSOLVER=344
FILE ID=node59/1087786-1215245538
PBS_JOBID= 7882027
Free space on /tmp= 66472 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph11.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087786-1215245538/watcher-1087786-1215245538 -o /tmp/evaluation-result-1087786-1215245538/solver-1087786-1215245538 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087786-1215245538.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b8f61cff14be8331608c679982edff3
RANDOM SEED=816479948

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
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.261
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:       1851672 kB
Buffers:          3452 kB
Cached:         112364 kB
SwapCached:       6176 kB
Active:         102100 kB
Inactive:        48616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851672 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          43092 kB
Slab:            38820 kB
Committed_AS:  4103428 kB
PageTables:       1940 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= 66472 MiB
End job on node59 at 2008-07-05 10:12:33