Trace number 1057012

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.03 1801.92

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-14_ext.xml
MD5SUM6f9ea1c2fba5afd2c11e2b260c573d4f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1189.87
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 ---
2.73/2.85	c start processing
2.73/2.85	c start relation processing
8.98/9.17	c start cnf exporting
35.72/36.16	c parsing time : 2.732
35.72/36.16	c preprocessing time : 36.036
35.72/36.16	
35.72/36.16	c Nary constraints - conflicts : 0 supports : 75
35.72/36.16	c Binary constraints - conflicts : 0 supports :0
35.72/36.16	c max arity constraint : 3
35.72/36.16	c Max Tuples generated 0
35.72/36.16	c relations : 75
35.72/36.16	c relations BDD: 75
35.72/36.16	c sampling 0/0
35.72/36.16	c vars : 296346 - clauses :  936126
35.72/36.16	
35.80/36.21	 
35.80/36.21	c --- SAT Solver Stats ---
35.80/36.21	 
35.80/36.21	c eSAT 0.1 : minisat core with additionnal features
35.80/36.21	c ============================[ Problem Statistics ]=============================
35.80/36.21	c |                                                                             |
35.80/36.21	c |  Number of variables:  296345                                               |
35.80/36.21	c |  Number of clauses:    936126                                               |
35.82/37.20	c |  Parsing time:         0.84         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-1057012-1215107756/watcher-1057012-1215107756 -o /tmp/evaluation-result-1057012-1215107756/solver-1057012-1215107756 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057012-1215107756.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 1.97 1.73 4/74 27714
/proc/meminfo: memFree=1416688/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=8652 CPUtime=0
/proc/27714/stat : 27714 (galacE.sh) R 27712 27714 27531 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1989750697 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 228706544287 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/27714/statm: 2163 279 207 79 0 156 0

[startup+0.0772201 s]
/proc/loadavg: 2.00 1.97 1.73 4/74 27714
/proc/meminfo: memFree=1416688/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101218 s]
/proc/loadavg: 2.00 1.97 1.73 4/74 27714
/proc/meminfo: memFree=1416688/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301238 s]
/proc/loadavg: 2.00 1.97 1.73 4/74 27714
/proc/meminfo: memFree=1416688/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.70128 s]
/proc/loadavg: 2.00 1.97 1.73 4/74 27714
/proc/meminfo: memFree=1416688/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50443 s]
/proc/loadavg: 2.08 1.99 1.73 3/84 27736
/proc/meminfo: memFree=1337952/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27728] ppid=27714 vsize=812628 CPUtime=1.44
/proc/27728/stat : 27728 (java) S 27714 27714 27531 0 -1 0 22478 0 1 0 131 13 0 0 18 0 9 0 1989750700 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 203157 21903 1883 9 0 197138 0
[pid=27728/tid=27729] ppid=27714 vsize=812628 CPUtime=1.22
/proc/27728/task/27729/stat : 27729 (java) R 27714 27714 27531 0 -1 64 14459 0 1 0 113 9 0 0 25 0 9 0 1989750701 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4126592335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27714 vsize=812628 CPUtime=0.08
/proc/27728/task/27730/stat : 27730 (java) S 27714 27714 27531 0 -1 64 6570 0 0 0 6 2 0 0 16 0 9 0 1989750703 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27714 vsize=812628 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27714 27714 27531 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1989750703 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27714 vsize=812628 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27714 27714 27531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989750703 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27714 vsize=812628 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27714 27714 27531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989750705 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27714 vsize=812628 CPUtime=0.11
/proc/27728/task/27734/stat : 27734 (java) S 27714 27714 27531 0 -1 64 750 0 0 0 11 0 0 0 16 0 9 0 1989750705 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27714 vsize=812628 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989750705 832131072 21903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27714 vsize=812628 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989750705 832131072 21903 996147200 134512640 134550740 4294955616 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) 860188

[startup+3.1025 s]
/proc/loadavg: 2.08 1.99 1.73 3/84 27736
/proc/meminfo: memFree=1325856/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27728] ppid=27714 vsize=812744 CPUtime=3.03
/proc/27728/stat : 27728 (java) S 27714 27714 27531 0 -1 0 26207 0 1 0 288 15 0 0 18 0 9 0 1989750700 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 203186 25625 1891 9 0 197167 0
[pid=27728/tid=27729] ppid=27714 vsize=812744 CPUtime=2.6
/proc/27728/task/27729/stat : 27729 (java) R 27714 27714 27531 0 -1 64 14491 0 1 0 251 9 0 0 25 0 9 0 1989750701 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4126870780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27714 vsize=812744 CPUtime=0.24
/proc/27728/task/27730/stat : 27730 (java) S 27714 27714 27531 0 -1 64 10233 0 0 0 20 4 0 0 16 0 9 0 1989750703 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27714 27714 27531 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1989750703 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27714 27714 27531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989750703 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27714 27714 27531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989750705 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27714 vsize=812744 CPUtime=0.15
/proc/27728/task/27734/stat : 27734 (java) S 27714 27714 27531 0 -1 64 784 0 0 0 15 0 0 0 16 0 9 0 1989750705 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989750705 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989750705 832249856 25625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860304

[startup+6.3018 s]
/proc/loadavg: 2.08 1.99 1.73 3/84 27736
/proc/meminfo: memFree=1279968/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27728] ppid=27714 vsize=812744 CPUtime=6.19
/proc/27728/stat : 27728 (java) S 27714 27714 27531 0 -1 0 36178 0 1 0 599 20 0 0 18 0 9 0 1989750700 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 203186 35593 1891 9 0 197167 0
[pid=27728/tid=27729] ppid=27714 vsize=812744 CPUtime=5.28
/proc/27728/task/27729/stat : 27729 (java) R 27714 27714 27531 0 -1 64 14494 0 1 0 519 9 0 0 25 0 9 0 1989750701 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4126821235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27714 vsize=812744 CPUtime=0.73
/proc/27728/task/27730/stat : 27730 (java) S 27714 27714 27531 0 -1 64 20200 0 0 0 63 10 0 0 20 0 9 0 1989750703 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27714 27714 27531 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1989750703 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27714 27714 27531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989750703 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27714 27714 27531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989750705 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27714 vsize=812744 CPUtime=0.15
/proc/27728/task/27734/stat : 27734 (java) S 27714 27714 27531 0 -1 64 785 0 0 0 15 0 0 0 16 0 9 0 1989750705 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989750705 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989750705 832249856 35593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860304

[startup+12.7024 s]
/proc/loadavg: 2.07 1.99 1.73 3/84 27736
/proc/meminfo: memFree=1202408/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27728] ppid=27714 vsize=812744 CPUtime=12.53
/proc/27728/stat : 27728 (java) S 27714 27714 27531 0 -1 0 54853 0 1 0 1220 33 0 0 18 0 9 0 1989750700 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 203186 54258 1911 9 0 197167 0
[pid=27728/tid=27729] ppid=27714 vsize=812744 CPUtime=10.66
/proc/27728/task/27729/stat : 27729 (java) R 27714 27714 27531 0 -1 64 14546 0 1 0 1055 11 0 0 25 0 9 0 1989750701 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4126907751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27714 vsize=812744 CPUtime=1.62
/proc/27728/task/27730/stat : 27730 (java) S 27714 27714 27531 0 -1 64 38786 0 0 0 142 20 0 0 16 0 9 0 1989750703 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27714 27714 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989750703 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27714 27714 27531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989750703 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27714 27714 27531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27714 vsize=812744 CPUtime=0.21
/proc/27728/task/27734/stat : 27734 (java) S 27714 27714 27531 0 -1 64 822 0 0 0 21 0 0 0 15 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860304

[startup+25.5016 s]
/proc/loadavg: 2.06 1.99 1.74 3/84 27736
/proc/meminfo: memFree=1191976/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=0.01
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27728] ppid=27714 vsize=812744 CPUtime=25.21
/proc/27728/stat : 27728 (java) S 27714 27714 27531 0 -1 0 54879 0 1 0 2483 38 0 0 18 0 9 0 1989750700 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 203186 54258 1911 9 0 197167 0
[pid=27728/tid=27729] ppid=27714 vsize=812744 CPUtime=23.32
/proc/27728/task/27729/stat : 27729 (java) R 27714 27714 27531 0 -1 64 14572 0 1 0 2316 16 0 0 25 0 9 0 1989750701 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4126725961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27714 vsize=812744 CPUtime=1.64
/proc/27728/task/27730/stat : 27730 (java) S 27714 27714 27531 0 -1 64 38786 0 0 0 144 20 0 0 16 0 9 0 1989750703 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27714 27714 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989750703 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27714 27714 27531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989750703 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27714 27714 27531 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27714 vsize=812744 CPUtime=0.21
/proc/27728/task/27734/stat : 27734 (java) S 27714 27714 27531 0 -1 64 822 0 0 0 21 0 0 0 15 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27714 vsize=812744 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27714 27714 27531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989750705 832249856 54258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860304

[startup+51.102 s]
/proc/loadavg: 2.04 1.99 1.74 3/76 27737
/proc/meminfo: memFree=1220520/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82

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

/proc/27737/statm: 49281 48200 80 162 0 49116 0
Current children cumulated CPU time (s) 1181.42
Current children cumulated vsize (KiB) 244684

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/76 27743
/proc/meminfo: memFree=1116776/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=197456 CPUtime=1205.58
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 53006 0 0 0 120521 37 0 0 25 0 1 0 1989754318 202194944 48242 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 49364 48242 80 162 0 49199 0
Current children cumulated CPU time (s) 1241.4
Current children cumulated vsize (KiB) 245016

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/76 27743
/proc/meminfo: memFree=1114856/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=197456 CPUtime=1265.57
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 53006 0 0 0 126519 38 0 0 25 0 1 0 1989754318 202194944 48242 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 49364 48242 80 162 0 49199 0
Current children cumulated CPU time (s) 1301.39
Current children cumulated vsize (KiB) 245016

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 27743
/proc/meminfo: memFree=1112680/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=197456 CPUtime=1325.54
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 53006 0 0 0 132516 38 0 0 25 0 1 0 1989754318 202194944 48242 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 49364 48242 80 162 0 49199 0
Current children cumulated CPU time (s) 1361.36
Current children cumulated vsize (KiB) 245016

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 27743
/proc/meminfo: memFree=1110376/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=197456 CPUtime=1385.52
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 53006 0 0 0 138514 38 0 0 25 0 1 0 1989754318 202194944 48242 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 49364 48242 80 162 0 49199 0
Current children cumulated CPU time (s) 1421.34
Current children cumulated vsize (KiB) 245016

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 27743
/proc/meminfo: memFree=1107368/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=198248 CPUtime=1445.49
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 53205 0 0 0 144511 38 0 0 25 0 1 0 1989754318 203005952 48441 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 49562 48441 80 162 0 49397 0
Current children cumulated CPU time (s) 1481.31
Current children cumulated vsize (KiB) 245808

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 27743
/proc/meminfo: memFree=1101096/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=202388 CPUtime=1505.46
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 54265 0 0 0 150506 40 0 0 25 0 1 0 1989754318 207245312 49501 996147200 134512640 135177480 4294955984 18446744073709551615 134565642 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 50597 49501 80 162 0 50432 0
Current children cumulated CPU time (s) 1541.28
Current children cumulated vsize (KiB) 249948

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 27743
/proc/meminfo: memFree=1095464/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=206392 CPUtime=1565.44
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 55251 0 0 0 156502 42 0 0 25 0 1 0 1989754318 211345408 50487 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27737/statm: 51598 50487 80 162 0 51433 0
Current children cumulated CPU time (s) 1601.26
Current children cumulated vsize (KiB) 253952

[startup+1662.3 s]
/proc/loadavg: 1.95 1.97 1.91 3/77 27794
/proc/meminfo: memFree=1247904/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=211220 CPUtime=1625.27
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 56386 0 0 0 162482 45 0 0 25 0 1 0 1989754318 216289280 51622 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/27737/statm: 52805 51622 80 162 0 52640 0
Current children cumulated CPU time (s) 1661.09
Current children cumulated vsize (KiB) 258780

[startup+1722.3 s]
/proc/loadavg: 1.98 1.97 1.91 3/77 27794
/proc/meminfo: memFree=1239520/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=214552 CPUtime=1684.99
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 57223 0 0 0 168453 46 0 0 25 0 1 0 1989754318 219701248 52459 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/27737/statm: 53638 52459 80 162 0 53473 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 262112

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 27794
/proc/meminfo: memFree=1236000/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=214552 CPUtime=1744.71
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 57223 0 0 0 174425 46 0 0 25 0 1 0 1989754318 219701248 52459 996147200 134512640 135177480 4294955984 18446744073709551615 134565492 0 0 4096 3 0 0 0 17 1 0 0
/proc/27737/statm: 53638 52459 80 162 0 53473 0
Current children cumulated CPU time (s) 1780.53
Current children cumulated vsize (KiB) 262112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 27794
/proc/meminfo: memFree=1234848/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=214552 CPUtime=1764.21
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 57223 0 0 0 176375 46 0 0 25 0 1 0 1989754318 219701248 52459 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/27737/statm: 53638 52459 80 162 0 53473 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 262112

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

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

[startup+1801.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 27794
/proc/meminfo: memFree=1234848/2055920 swapFree=4179560/4192956
[pid=27714] ppid=27712 vsize=47560 CPUtime=35.82
/proc/27714/stat : 27714 (galacE.sh) S 27712 27714 27531 0 -1 4194304 800 56609 0 1 0 0 3534 48 17 0 1 0 1989750697 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27714/statm: 11890 365 246 79 0 219 0
[pid=27737] ppid=27714 vsize=214552 CPUtime=1764.21
/proc/27737/stat : 27737 (eSAT_static) R 27714 27714 27531 0 -1 4194304 57223 0 0 0 176375 46 0 0 25 0 1 0 1989754318 219701248 52459 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/27737/statm: 53638 52459 80 162 0 53473 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 262112

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27714 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=349626
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=492925
# CPU time returned by wait4() is 35.8426
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.92
CPU time (s): 1800.03
CPU user time (s): 1799.09
CPU system time (s): 0.94
CPU usage (%): 99.8953
Max. virtual memory (cumulated for all children) (KiB): 860304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.3496
system time used= 0.492925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57409
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= 2285
involuntary context switches= 2927

runsolver used 2.12668 second user time and 5.74413 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 19:55:57
IDJOB=1057012
IDBENCH=53986
IDSOLVER=351
FILE ID=node8/1057012-1215107756
PBS_JOBID= 7877187
Free space on /tmp= 66528 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-14_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057012-1215107756/watcher-1057012-1215107756 -o /tmp/evaluation-result-1057012-1215107756/solver-1057012-1215107756 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1057012-1215107756.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f9ea1c2fba5afd2c11e2b260c573d4f
RANDOM SEED=860985355

node8.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1417240 kB
Buffers:         12300 kB
Cached:         495836 kB
SwapCached:       7032 kB
Active:         238432 kB
Inactive:       347248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417240 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            5964 kB
Writeback:           0 kB
Mapped:          83652 kB
Slab:            38136 kB
Committed_AS:  3302576 kB
PageTables:       1872 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= 66516 MiB
End job on node8 at 2008-07-03 20:26:00