Trace number 1084977

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
galac E? (TO) 1800.07 1808.71

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-5_ext.xml
MD5SUM6b8857b2844edd92b15e6a0cf4e8bdd0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.2983
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
16.26/16.49	c start processing
16.26/16.49	c start relation processing
36.64/36.85	c start cnf exporting
127.43/127.74	c parsing time : 16.37
127.43/127.74	c preprocessing time : 127.612
127.43/127.74	
127.43/127.74	c Nary constraints - conflicts : 0 supports : 18
127.43/127.74	c Binary constraints - conflicts : 0 supports :0
127.43/127.74	c max arity constraint : 8
127.43/127.74	c Max Tuples generated 0
127.43/127.74	c relations : 18
127.43/127.74	c relations BDD: 18
127.43/127.74	c sampling 0/0
127.43/127.74	c vars : 723040 - clauses :  2821509
127.43/127.74	
127.49/127.89	 
127.49/127.89	c --- SAT Solver Stats ---
127.49/127.89	 
127.49/127.89	c eSAT 0.1 : minisat core with additionnal features
127.49/127.89	c ============================[ Problem Statistics ]=============================
127.49/127.89	c |                                                                             |
127.49/127.90	c |  Number of variables:  723039                                               |
127.49/127.90	c |  Number of clauses:    2821509                                              |
131.56/131.97	c |  Parsing time:         3.62         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1084977-1215232461/watcher-1084977-1215232461 -o /tmp/evaluation-result-1084977-1215232461/solver-1084977-1215232461 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1084977-1215232461.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.00 2.00 2.00 4/69 12077
/proc/meminfo: memFree=1496136/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=8772 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 527 1176 0 0 0 0 0 1 18 0 1 0 2002220070 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 221780869202 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12077/statm: 2193 317 217 79 0 186 0
[pid=12085] ppid=12077 vsize=8836 CPUtime=0
/proc/12085/stat : 12085 (galacE.sh) R 12077 12077 9727 0 -1 4194368 31 0 0 0 0 0 0 0 21 0 1 0 2002220072 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 221780700455 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/12085/statm: 2209 325 217 79 0 202 0

[startup+0.0983059 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 12077
/proc/meminfo: memFree=1496136/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102303 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 12077
/proc/meminfo: memFree=1496136/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301317 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 12077
/proc/meminfo: memFree=1496136/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701335 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 12077
/proc/meminfo: memFree=1496136/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 12099
/proc/meminfo: memFree=1404920/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12091] ppid=12077 vsize=812628 CPUtime=1.44
/proc/12091/stat : 12091 (java) S 12077 12077 9727 0 -1 0 26390 0 1 0 130 14 0 0 18 0 9 0 2002220074 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12091/statm: 203157 25815 1883 9 0 197138 0
[pid=12091/tid=12092] ppid=12077 vsize=812628 CPUtime=1.21
/proc/12091/task/12092/stat : 12092 (java) R 12077 12077 9727 0 -1 64 14458 0 1 0 113 8 0 0 25 0 9 0 2002220075 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4126534262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12093] ppid=12077 vsize=812628 CPUtime=0.1
/proc/12091/task/12093/stat : 12093 (java) S 12077 12077 9727 0 -1 64 10481 0 0 0 6 4 0 0 16 0 9 0 2002220076 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12094] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12094/stat : 12094 (java) S 12077 12077 9727 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002220076 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12095] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12095/stat : 12095 (java) S 12077 12077 9727 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002220076 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12096] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12096/stat : 12096 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002220078 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12097] ppid=12077 vsize=812628 CPUtime=0.1
/proc/12091/task/12097/stat : 12097 (java) S 12077 12077 9727 0 -1 64 752 0 0 0 10 0 0 0 16 0 9 0 2002220078 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12098] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12098/stat : 12098 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002220078 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12099] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12099/stat : 12099 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220078 832131072 25815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860196

[startup+3.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 12099
/proc/meminfo: memFree=1374328/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12091] ppid=12077 vsize=812628 CPUtime=3.02
/proc/12091/stat : 12091 (java) S 12077 12077 9727 0 -1 0 34513 0 1 0 285 17 0 0 18 0 9 0 2002220074 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12091/statm: 203157 33935 1883 9 0 197138 0
[pid=12091/tid=12092] ppid=12077 vsize=812628 CPUtime=2.66
/proc/12091/task/12092/stat : 12092 (java) R 12077 12077 9727 0 -1 64 14461 0 1 0 258 8 0 0 25 0 9 0 2002220075 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4126666714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12093] ppid=12077 vsize=812628 CPUtime=0.23
/proc/12091/task/12093/stat : 12093 (java) S 12077 12077 9727 0 -1 64 18600 0 0 0 16 7 0 0 16 0 9 0 2002220076 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12094] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12094/stat : 12094 (java) S 12077 12077 9727 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002220076 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12095] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12095/stat : 12095 (java) S 12077 12077 9727 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002220076 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12096] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12096/stat : 12096 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002220078 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12097] ppid=12077 vsize=812628 CPUtime=0.11
/proc/12091/task/12097/stat : 12097 (java) S 12077 12077 9727 0 -1 64 753 0 0 0 11 0 0 0 16 0 9 0 2002220078 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12098] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12098/stat : 12098 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002220078 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12099] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12099/stat : 12099 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220078 832131072 33935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860196

[startup+6.3027 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 12099
/proc/meminfo: memFree=1300792/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12091] ppid=12077 vsize=812628 CPUtime=6.21
/proc/12091/stat : 12091 (java) S 12077 12077 9727 0 -1 0 49744 0 1 0 596 25 0 0 18 0 9 0 2002220074 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12091/statm: 203157 49156 1883 9 0 197138 0
[pid=12091/tid=12092] ppid=12077 vsize=812628 CPUtime=5.55
/proc/12091/task/12092/stat : 12092 (java) R 12077 12077 9727 0 -1 64 14471 0 1 0 546 9 0 0 25 0 9 0 2002220075 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 102715042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12093] ppid=12077 vsize=812628 CPUtime=0.5
/proc/12091/task/12093/stat : 12093 (java) S 12077 12077 9727 0 -1 64 33814 0 0 0 36 14 0 0 16 0 9 0 2002220076 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12094] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12094/stat : 12094 (java) S 12077 12077 9727 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002220076 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12095] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12095/stat : 12095 (java) S 12077 12077 9727 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002220076 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12096] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12096/stat : 12096 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002220078 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12097] ppid=12077 vsize=812628 CPUtime=0.12
/proc/12091/task/12097/stat : 12097 (java) S 12077 12077 9727 0 -1 64 760 0 0 0 12 0 0 0 16 0 9 0 2002220078 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12098] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12098/stat : 12098 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002220078 832131072 49156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12099] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12099/stat : 12099 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220078 832131072 49156 996147200 134512640 134550740 4294955600 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) 860196

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 12099
/proc/meminfo: memFree=1123832/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12091] ppid=12077 vsize=812628 CPUtime=12.58
/proc/12091/stat : 12091 (java) S 12077 12077 9727 0 -1 0 84386 0 1 0 1217 41 0 0 18 0 9 0 2002220074 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12091/statm: 203157 83781 1884 9 0 197138 0
[pid=12091/tid=12092] ppid=12077 vsize=812628 CPUtime=11.33
/proc/12091/task/12092/stat : 12092 (java) R 12077 12077 9727 0 -1 64 14488 0 1 0 1123 10 0 0 25 0 9 0 2002220075 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4126657612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12093] ppid=12077 vsize=812628 CPUtime=1.08
/proc/12091/task/12093/stat : 12093 (java) S 12077 12077 9727 0 -1 64 68428 0 0 0 79 29 0 0 16 0 9 0 2002220076 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12094] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12094/stat : 12094 (java) S 12077 12077 9727 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002220076 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12095] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12095/stat : 12095 (java) S 12077 12077 9727 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002220076 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12096] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12096/stat : 12096 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002220078 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12097] ppid=12077 vsize=812628 CPUtime=0.14
/proc/12091/task/12097/stat : 12097 (java) S 12077 12077 9727 0 -1 64 771 0 0 0 14 0 0 0 17 0 9 0 2002220078 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12098] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12098/stat : 12098 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002220078 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12099] ppid=12077 vsize=812628 CPUtime=0
/proc/12091/task/12099/stat : 12099 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220078 832131072 83781 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860196

[startup+25.5029 s]
/proc/loadavg: 2.08 2.02 2.00 3/79 12126
/proc/meminfo: memFree=977208/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=0.01
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12091] ppid=12077 vsize=813652 CPUtime=25.34
/proc/12091/stat : 12091 (java) S 12077 12077 9727 0 -1 0 133118 0 1 0 2468 66 0 0 18 0 9 0 2002220074 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12091/statm: 203413 132494 1892 9 0 197394 0
[pid=12091/tid=12092] ppid=12077 vsize=813652 CPUtime=22.48
/proc/12091/task/12092/stat : 12092 (java) R 12077 12077 9727 0 -1 64 14533 0 1 0 2235 13 0 0 25 0 9 0 2002220075 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4126912972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12091/tid=12093] ppid=12077 vsize=813652 CPUtime=2.66
/proc/12091/task/12093/stat : 12093 (java) S 12077 12077 9727 0 -1 64 117093 0 0 0 215 51 0 0 16 0 9 0 2002220076 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12091/tid=12094] ppid=12077 vsize=813652 CPUtime=0
/proc/12091/task/12094/stat : 12094 (java) S 12077 12077 9727 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002220076 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12095] ppid=12077 vsize=813652 CPUtime=0
/proc/12091/task/12095/stat : 12095 (java) S 12077 12077 9727 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002220076 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12096] ppid=12077 vsize=813652 CPUtime=0
/proc/12091/task/12096/stat : 12096 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002220078 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12097] ppid=12077 vsize=813652 CPUtime=0.17
/proc/12091/task/12097/stat : 12097 (java) S 12077 12077 9727 0 -1 64 793 0 0 0 17 0 0 0 15 0 9 0 2002220078 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12091/tid=12098] ppid=12077 vsize=813652 CPUtime=0
/proc/12091/task/12098/stat : 12098 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002220078 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12091/tid=12099] ppid=12077 vsize=813652 CPUtime=0
/proc/12091/task/12099/stat : 12099 (java) S 12077 12077 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220078 833179648 132494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 861220

[startup+51.1025 s]

################
# More data... #
################

/proc/12159/statm: 85330 77814 74 162 0 85165 0
Current children cumulated CPU time (s) 1176.18
Current children cumulated vsize (KiB) 388888

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 12344
/proc/meminfo: memFree=1134232/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=350556 CPUtime=1108.35
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 3503230 0 0 0 109206 1629 0 0 25 0 1 0 2002232859 358969344 78426 996147200 134512640 135177480 4294955968 18446744073709551615 134538915 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 87639 78426 74 162 0 87474 0
Current children cumulated CPU time (s) 1235.95
Current children cumulated vsize (KiB) 398124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 12344
/proc/meminfo: memFree=1131608/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=360052 CPUtime=1168.11
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 3751480 0 0 0 115071 1740 0 0 25 0 1 0 2002232859 368693248 79119 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 90013 79119 74 162 0 89848 0
Current children cumulated CPU time (s) 1295.71
Current children cumulated vsize (KiB) 407620

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 12344
/proc/meminfo: memFree=1129944/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=361640 CPUtime=1227.86
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 3987873 0 0 0 120945 1841 0 0 25 0 1 0 2002232859 370319360 79578 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 90410 79578 74 162 0 90245 0
Current children cumulated CPU time (s) 1355.46
Current children cumulated vsize (KiB) 409208

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12344
/proc/meminfo: memFree=1128664/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=363140 CPUtime=1287.62
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 4233582 0 0 0 126813 1949 0 0 25 0 1 0 2002232859 371855360 79966 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 90785 79966 74 162 0 90620 0
Current children cumulated CPU time (s) 1415.22
Current children cumulated vsize (KiB) 410708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12344
/proc/meminfo: memFree=1127768/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=363996 CPUtime=1347.38
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 4478204 0 0 0 132676 2062 0 0 25 0 1 0 2002232859 372731904 80201 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 90999 80201 74 162 0 90834 0
Current children cumulated CPU time (s) 1474.98
Current children cumulated vsize (KiB) 411564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12344
/proc/meminfo: memFree=1126232/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=364616 CPUtime=1407.14
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 4722479 0 0 0 138539 2175 0 0 25 0 1 0 2002232859 373366784 80403 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 91154 80403 74 162 0 90989 0
Current children cumulated CPU time (s) 1534.74
Current children cumulated vsize (KiB) 412184

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12554
/proc/meminfo: memFree=1136632/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=365896 CPUtime=1466.91
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 4967054 0 0 0 144405 2286 0 0 25 0 1 0 2002232859 374677504 80682 996147200 134512640 135177480 4294955968 18446744073709551615 134538934 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 91474 80682 74 162 0 91309 0
Current children cumulated CPU time (s) 1594.51
Current children cumulated vsize (KiB) 413464

[startup+1662.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 12554
/proc/meminfo: memFree=1136056/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=366780 CPUtime=1526.67
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 5210308 0 0 0 150276 2391 0 0 25 0 1 0 2002232859 375582720 80932 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 91695 80932 74 162 0 91530 0
Current children cumulated CPU time (s) 1654.27
Current children cumulated vsize (KiB) 414348

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 12554
/proc/meminfo: memFree=1134712/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=367636 CPUtime=1586.42
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 5446517 0 0 0 156144 2498 0 0 25 0 1 0 2002232859 376459264 81175 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 91909 81175 74 162 0 91744 0
Current children cumulated CPU time (s) 1714.02
Current children cumulated vsize (KiB) 415204

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 12554
/proc/meminfo: memFree=1133560/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=367956 CPUtime=1646.18
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 5691879 0 0 0 162010 2608 0 0 25 0 1 0 2002232859 376786944 81280 996147200 134512640 135177480 4294955968 18446744073709551615 134935326 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 91989 81280 74 162 0 91824 0
Current children cumulated CPU time (s) 1773.78
Current children cumulated vsize (KiB) 415524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 12554
/proc/meminfo: memFree=1133240/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=369076 CPUtime=1672.47
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 5788762 0 0 0 164599 2648 0 0 25 0 1 0 2002232859 377933824 81528 996147200 134512640 135177480 4294955968 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 92269 81528 74 162 0 92104 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 416644

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

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

[startup+1808.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 12554
/proc/meminfo: memFree=1133240/2055920 swapFree=4180452/4192956
[pid=12077] ppid=12075 vsize=47568 CPUtime=127.6
/proc/12077/stat : 12077 (galacE.sh) S 12075 12077 9727 0 -1 4194304 800 184845 0 1 0 0 12620 140 17 0 1 0 2002220070 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12077/statm: 11892 365 246 79 0 219 0
[pid=12159] ppid=12077 vsize=369076 CPUtime=1672.47
/proc/12159/stat : 12159 (eSAT_static) R 12077 12077 9727 0 -1 4194304 5788762 0 0 0 164599 2648 0 0 25 0 1 0 2002232859 377933824 81528 996147200 134512640 135177480 4294955968 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 0 0 0
/proc/12159/statm: 92269 81528 74 162 0 92104 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 416644

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12077 and gives
#  childrusage.ru_utime.tv_sec=126
#  childrusage.ru_utime.tv_usec=205813
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=412785
# CPU time returned by wait4() is 127.619
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.71
CPU time (s): 1800.07
CPU user time (s): 1772.19
CPU system time (s): 27.88
CPU usage (%): 99.5221
Max. virtual memory (cumulated for all children) (KiB): 862224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.206
system time used= 1.41278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185645
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= 5193
involuntary context switches= 3786

runsolver used 1.78773 second user time and 5.13422 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 06:34:23
IDJOB=1084977
IDBENCH=57591
IDSOLVER=351
FILE ID=node29/1084977-1215232461
PBS_JOBID= 7881818
Free space on /tmp= 66452 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-5_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084977-1215232461/watcher-1084977-1215232461 -o /tmp/evaluation-result-1084977-1215232461/solver-1084977-1215232461 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1084977-1215232461.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b8857b2844edd92b15e6a0cf4e8bdd0
RANDOM SEED=865154817

node29.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:       1496616 kB
Buffers:         95968 kB
Cached:         364048 kB
SwapCached:       6872 kB
Active:         306636 kB
Inactive:       188112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496616 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:           25140 kB
Writeback:           0 kB
Mapped:          40648 kB
Slab:            49924 kB
Committed_AS:  3449728 kB
PageTables:       1968 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= 66416 MiB
End job on node29 at 2008-07-05 07:04:33