Trace number 2074320

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 2.1.1UNSAT 8.17076 8.29219

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-15-15-2.xml
MD5SUMd253e49a50bf50fec79c621cae233451
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.40033
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2074320-1247359162.xml
0.19/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.48/0.55	c reading predicates  done.
0.68/0.79	c reading constraints
7.71/7.84	c done with constraints.
7.71/7.84	c ... done. Wall clock time 7.596s.
7.71/7.84	c #vars     450
7.71/7.84	c #constraints  22500
7.71/7.84	c constraints type 
7.71/7.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22050
7.71/7.84	c org.sat4j.minisat.constraints.card.AtLeast => 225
7.71/7.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 225
8.10/8.23	c starts		: 4
8.10/8.24	c conflicts		: 620
8.10/8.24	c decisions		: 861
8.10/8.24	c propagations		: 9735
8.10/8.24	c inspects		: 72253
8.10/8.24	c learnt literals	: 10
8.10/8.24	c learnt binary clauses	: 32
8.10/8.24	c learnt ternary clauses	: 46
8.10/8.24	c learnt clauses	: 609
8.10/8.24	c ignored clauses	: 0
8.10/8.24	c root simplifications	: 0
8.10/8.24	c removed literals (reason simplification)	: 380
8.10/8.24	c reason swapping (by a shorter reason)	: 0
8.10/8.24	c Calls to reduceDB	: 0
8.10/8.24	c speed (assignments/second)	: 24770.992366412214
8.10/8.24	c non guided choices	17
8.10/8.24	c learnt constraints type 
8.10/8.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
8.10/8.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 577
8.10/8.24	c constraints type 
8.10/8.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22050
8.10/8.24	c org.sat4j.minisat.constraints.card.AtLeast => 225
8.10/8.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 225
8.10/8.24	s UNSATISFIABLE
8.10/8.24	c Total wall clock time (in seconds) : 7.99

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074320-1247359162/watcher-2074320-1247359162 -o /tmp/evaluation-result-2074320-1247359162/solver-2074320-1247359162 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074320-1247359162.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): 2000 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


[startup+0 s]
/proc/loadavg: 1.17 1.70 1.88 4/74 18120
/proc/meminfo: memFree=1876904/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=18576 CPUtime=0
/proc/18120/stat : 18120 (runsolver) R 18118 18120 16538 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22979525 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 251255123239 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18120/statm: 4644 284 249 26 0 2626 0

[startup+0.0811271 s]
/proc/loadavg: 1.17 1.70 1.88 4/74 18120
/proc/meminfo: memFree=1876904/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=802164 CPUtime=0.06
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 2814 0 1 0 5 1 0 0 18 0 7 0 22979525 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 200541 2559 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101558 s]
/proc/loadavg: 1.17 1.70 1.88 4/74 18120
/proc/meminfo: memFree=1876904/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=804560 CPUtime=0.08
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 3005 0 1 0 7 1 0 0 18 0 12 0 22979525 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 201140 2748 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301569 s]
/proc/loadavg: 1.17 1.70 1.88 4/74 18120
/proc/meminfo: memFree=1876904/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=805628 CPUtime=0.28
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 4303 0 1 0 25 3 0 0 18 0 12 0 22979525 824963072 4040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 201407 4040 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701614 s]
/proc/loadavg: 1.17 1.70 1.88 4/74 18120
/proc/meminfo: memFree=1876904/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=807296 CPUtime=0.68
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 6169 0 1 0 63 5 0 0 18 0 12 0 22979525 826671104 5559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 201824 5559 1387 9 0 199151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807296

[startup+1.5017 s]
/proc/loadavg: 1.17 1.70 1.88 4/86 18132
/proc/meminfo: memFree=1858056/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=810280 CPUtime=1.47
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 9004 0 1 0 141 6 0 0 18 0 12 0 22979525 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 202570 7289 1412 9 0 199897 0
[pid=18120/tid=18122] ppid=18118 vsize=810280 CPUtime=0.84
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 5240 0 1 0 80 4 0 0 20 0 12 0 22979526 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22979527 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22979527 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22979529 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22979530 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22979530 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979534 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18129/stat : 18129 (java) S 18118 18120 16538 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979534 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=810280 CPUtime=0.61
/proc/18120/task/18130/stat : 18130 (java) R 18118 18120 16538 0 -1 64 3010 0 0 0 60 1 0 0 17 0 12 0 22979534 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 104144548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22979534 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=810280 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22979534 829726720 7289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810280

[startup+3.10288 s]
/proc/loadavg: 1.17 1.70 1.88 4/86 18132
/proc/meminfo: memFree=1847176/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=813752 CPUtime=3.06
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 14319 0 1 0 297 9 0 0 18 0 12 0 22979525 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 203438 11623 1426 9 0 200765 0
[pid=18120/tid=18122] ppid=18118 vsize=813752 CPUtime=1.53
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 8681 0 1 0 147 6 0 0 25 0 12 0 22979526 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 103089376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22979527 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22979527 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22979529 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22979530 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22979530 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979534 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18129/stat : 18129 (java) S 18118 18120 16538 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22979534 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=813752 CPUtime=1.51
/proc/18120/task/18130/stat : 18130 (java) S 18118 18120 16538 0 -1 64 4884 0 0 0 149 2 0 0 18 0 12 0 22979534 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22979534 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22979534 833282048 11623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813752

[startup+6.30222 s]
/proc/loadavg: 1.32 1.72 1.89 3/86 18132
/proc/meminfo: memFree=1798728/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=813752 CPUtime=6.22
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 23499 0 1 0 608 14 0 0 18 0 12 0 22979525 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 203438 20800 1443 9 0 200765 0
[pid=18120/tid=18122] ppid=18118 vsize=813752 CPUtime=3.07
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 17403 0 1 0 297 10 0 0 25 0 12 0 22979526 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 254 0 0 0 0 0 0 0 17 0 12 0 22979527 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 65 0 0 0 0 0 0 0 17 0 12 0 22979527 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22979529 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979530 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979530 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979534 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=813752 CPUtime=0.1
/proc/18120/task/18129/stat : 18129 (java) R 18118 18120 16538 0 -1 64 23 0 0 0 10 0 0 0 16 0 12 0 22979534 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 103159794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=813752 CPUtime=3
/proc/18120/task/18130/stat : 18130 (java) R 18118 18120 16538 0 -1 64 5001 0 0 0 298 2 0 0 19 0 12 0 22979534 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 102535110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22979534 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22979534 833282048 20800 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 813752

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

[startup+7.10231 s]
/proc/loadavg: 1.32 1.72 1.89 3/86 18132
/proc/meminfo: memFree=1798536/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=813752 CPUtime=7.01
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 24000 0 1 0 687 14 0 0 18 0 12 0 22979525 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 203438 21300 1443 9 0 200765 0
[pid=18120/tid=18122] ppid=18118 vsize=813752 CPUtime=3.76
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 17404 0 1 0 366 10 0 0 25 0 12 0 22979526 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 104302984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=813752 CPUtime=0.01
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 429 0 0 0 1 0 0 0 17 0 12 0 22979527 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=813752 CPUtime=0.01
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 376 0 0 0 1 0 0 0 17 0 12 0 22979527 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22979529 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22979530 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22979530 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22979534 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=813752 CPUtime=0.11
/proc/18120/task/18129/stat : 18129 (java) S 18118 18120 16538 0 -1 64 23 0 0 0 11 0 0 0 16 0 12 0 22979534 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=813752 CPUtime=3.09
/proc/18120/task/18130/stat : 18130 (java) S 18118 18120 16538 0 -1 64 5009 0 0 0 307 2 0 0 16 0 12 0 22979534 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22979534 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=813752 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22979534 833282048 21300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 813752

[startup+7.9024 s]
/proc/loadavg: 1.37 1.72 1.89 4/86 18132
/proc/meminfo: memFree=1795080/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=814076 CPUtime=7.81
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 24363 0 1 0 766 15 0 0 18 0 13 0 22979525 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 203519 21661 1444 9 0 200846 0
[pid=18120/tid=18122] ppid=18118 vsize=814076 CPUtime=4.42
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 17415 0 1 0 431 11 0 0 25 0 13 0 22979526 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4109124810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=814076 CPUtime=0.02
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 503 0 0 0 2 0 0 0 16 0 13 0 22979527 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=814076 CPUtime=0.01
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 639 0 0 0 1 0 0 0 16 0 13 0 22979527 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 22979529 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22979530 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22979530 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22979534 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=814076 CPUtime=0.11
/proc/18120/task/18129/stat : 18129 (java) S 18118 18120 16538 0 -1 64 23 0 0 0 11 0 0 0 16 0 13 0 22979534 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=814076 CPUtime=3.2
/proc/18120/task/18130/stat : 18130 (java) S 18118 18120 16538 0 -1 64 5018 0 0 0 318 2 0 0 16 0 13 0 22979534 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22979534 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22979534 833613824 21661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 814076

[startup+8.10242 s]
/proc/loadavg: 1.37 1.72 1.89 4/86 18132
/proc/meminfo: memFree=1795080/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=814076 CPUtime=8
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 24386 0 1 0 785 15 0 0 18 0 13 0 22979525 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 203519 21683 1451 9 0 200846 0
[pid=18120/tid=18122] ppid=18118 vsize=814076 CPUtime=4.5
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 17417 0 1 0 439 11 0 0 25 0 13 0 22979526 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=814076 CPUtime=0.02
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 503 0 0 0 2 0 0 0 16 0 13 0 22979527 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=814076 CPUtime=0.01
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 639 0 0 0 1 0 0 0 16 0 13 0 22979527 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 22979529 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22979530 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22979530 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22979534 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=814076 CPUtime=0.11
/proc/18120/task/18129/stat : 18129 (java) S 18118 18120 16538 0 -1 64 23 0 0 0 11 0 0 0 16 0 13 0 22979534 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=814076 CPUtime=3.32
/proc/18120/task/18130/stat : 18130 (java) R 18118 18120 16538 0 -1 64 5034 0 0 0 330 2 0 0 16 0 13 0 22979534 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 102092512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22979534 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22979534 833613824 21683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 814076

[startup+8.20243 s]
/proc/loadavg: 1.37 1.72 1.89 4/86 18132
/proc/meminfo: memFree=1795080/2055920 swapFree=4192812/4192956
[pid=18120] ppid=18118 vsize=814076 CPUtime=8.1
/proc/18120/stat : 18120 (java) S 18118 18120 16538 0 -1 0 24389 0 1 0 795 15 0 0 18 0 13 0 22979525 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 203519 21686 1451 9 0 200846 0
[pid=18120/tid=18122] ppid=18118 vsize=814076 CPUtime=4.52
/proc/18120/task/18122/stat : 18122 (java) R 18118 18120 16538 0 -1 64 17418 0 1 0 441 11 0 0 25 0 13 0 22979526 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18118 vsize=814076 CPUtime=0.02
/proc/18120/task/18123/stat : 18123 (java) S 18118 18120 16538 0 -1 64 503 0 0 0 2 0 0 0 16 0 13 0 22979527 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18118 vsize=814076 CPUtime=0.01
/proc/18120/task/18124/stat : 18124 (java) S 18118 18120 16538 0 -1 64 639 0 0 0 1 0 0 0 16 0 13 0 22979527 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18118 18120 16538 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 22979529 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18126/stat : 18126 (java) S 18118 18120 16538 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22979530 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18118 18120 16538 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22979530 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18118 18120 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22979534 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18129] ppid=18118 vsize=814076 CPUtime=0.11
/proc/18120/task/18129/stat : 18129 (java) S 18118 18120 16538 0 -1 64 23 0 0 0 11 0 0 0 16 0 13 0 22979534 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18130] ppid=18118 vsize=814076 CPUtime=3.39
/proc/18120/task/18130/stat : 18130 (java) R 18118 18120 16538 0 -1 64 5036 0 0 0 337 2 0 0 16 0 13 0 22979534 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 106258582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18131] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18131/stat : 18131 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22979534 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18132] ppid=18118 vsize=814076 CPUtime=0
/proc/18120/task/18132/stat : 18132 (java) S 18118 18120 16538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22979534 833613824 21686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 814076

Child status: 0
Real time (s): 8.29219
CPU time (s): 8.17076
CPU user time (s): 8.00078
CPU system time (s): 0.169974
CPU usage (%): 98.5356
Max. virtual memory (cumulated for all children) (KiB): 814076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.00078
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24404
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= 1299
involuntary context switches= 1470

runsolver used 0.011998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 02:39:22
IDJOB=2074320
IDBENCH=56088
IDSOLVER=731
FILE ID=node64/2074320-1247359162
PBS_JOBID= 9506930
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-2.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074320-1247359162/watcher-2074320-1247359162 -o /tmp/evaluation-result-2074320-1247359162/solver-2074320-1247359162 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074320-1247359162.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d253e49a50bf50fec79c621cae233451
RANDOM SEED=1275741632

node64.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.220
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.220
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:       1877384 kB
Buffers:         17564 kB
Cached:          86544 kB
SwapCached:          0 kB
Active:          81864 kB
Inactive:        47880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:          36292 kB
Slab:            33772 kB
Committed_AS:   258560 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node64 at 2009-07-12 02:39:31