Trace number 1082604

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.04 1803.02

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-1.xml
MD5SUM1cb82225d2d6207f7df093100b92071a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.12568
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
11.84/12.04	c start processing
11.84/12.04	c start relation processing
18.08/18.37	c start cnf exporting
192.35/194.30	c parsing time : 11.909
192.35/194.30	c preprocessing time : 194.175
192.35/194.30	
192.35/194.30	c Nary constraints - conflicts : 0 supports : 0
192.35/194.30	c Binary constraints - conflicts : 271 supports :54
192.35/194.30	c max arity constraint : 2
192.35/194.30	c Max Tuples generated 90000
192.35/194.30	c relations : 121
192.35/194.30	c relations BDD: 0
192.35/194.30	c sampling 86/121
192.35/194.30	c vars : 12475 - clauses :  6449558
192.35/194.30	
192.35/194.35	 
192.35/194.35	c --- SAT Solver Stats ---
192.35/194.35	 
192.35/194.35	c eSAT 0.1 : minisat core with additionnal features
192.35/194.35	c ============================[ Problem Statistics ]=============================
192.35/194.35	c |                                                                             |
192.35/194.36	c |  Number of variables:  12474                                                |
192.35/194.36	c |  Number of clauses:    6449558                                              |
195.01/197.03	c |  Parsing time:         2.20         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-1082604-1215223501/watcher-1082604-1215223501 -o /tmp/evaluation-result-1082604-1215223501/solver-1082604-1215223501 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082604-1215223501.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: 1.95 2.02 2.00 4/72 15131
/proc/meminfo: memFree=1743696/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=6392 CPUtime=0
/proc/15131/stat : 15131 (galacE.sh) R 15129 15131 12181 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 645287247 6545408 194 996147200 4194304 4520092 548682068832 18446744073709551615 226910861356 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15131/statm: 1598 194 146 79 0 122 0

[startup+0.081053 s]
/proc/loadavg: 1.95 2.02 2.00 4/72 15131
/proc/meminfo: memFree=1743696/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102074 s]
/proc/loadavg: 1.95 2.02 2.00 4/72 15131
/proc/meminfo: memFree=1743696/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.3011 s]
/proc/loadavg: 1.95 2.02 2.00 4/72 15131
/proc/meminfo: memFree=1743696/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701175 s]
/proc/loadavg: 1.95 2.02 2.00 4/72 15131
/proc/meminfo: memFree=1743696/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50133 s]
/proc/loadavg: 1.95 2.02 2.00 3/82 15153
/proc/meminfo: memFree=1694720/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15145] ppid=15131 vsize=812736 CPUtime=1.44
/proc/15145/stat : 15145 (java) S 15131 15131 12181 0 -1 0 17591 0 1 0 135 9 0 0 18 0 9 0 645287251 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 203184 16629 2585 9 0 197165 0
[pid=15145/tid=15146] ppid=15131 vsize=812736 CPUtime=0.86
/proc/15145/task/15146/stat : 15146 (java) R 15131 15131 12181 0 -1 64 7876 0 1 0 82 4 0 0 25 0 9 0 645287252 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15131 vsize=812736 CPUtime=0.42
/proc/15145/task/15147/stat : 15147 (java) S 15131 15131 12181 0 -1 64 8260 0 0 0 39 3 0 0 17 0 9 0 645287253 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15131 vsize=812736 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15131 15131 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645287254 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15131 vsize=812736 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15131 15131 12181 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645287254 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15150] ppid=15131 vsize=812736 CPUtime=0
/proc/15145/task/15150/stat : 15150 (java) S 15131 15131 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645287256 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15151] ppid=15131 vsize=812736 CPUtime=0.12
/proc/15145/task/15151/stat : 15151 (java) S 15131 15131 12181 0 -1 64 754 0 0 0 12 0 0 0 16 0 9 0 645287256 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15131 vsize=812736 CPUtime=0
/proc/15145/task/15152/stat : 15152 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 645287256 832241664 16629 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15153] ppid=15131 vsize=812736 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645287256 832241664 16629 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) 860300

[startup+3.10264 s]
/proc/loadavg: 1.95 2.02 2.00 4/82 15153
/proc/meminfo: memFree=1681728/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15145] ppid=15131 vsize=813020 CPUtime=3.02
/proc/15145/stat : 15145 (java) S 15131 15131 12181 0 -1 0 22769 0 1 0 291 11 0 0 18 0 9 0 645287251 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 203255 21584 2585 9 0 197236 0
[pid=15145/tid=15146] ppid=15131 vsize=813020 CPUtime=1.33
/proc/15145/task/15146/stat : 15146 (java) R 15131 15131 12181 0 -1 64 7885 0 1 0 129 4 0 0 25 0 9 0 645287252 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15131 vsize=813020 CPUtime=1.5
/proc/15145/task/15147/stat : 15147 (java) R 15131 15131 12181 0 -1 64 13405 0 0 0 145 5 0 0 17 0 9 0 645287253 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 102721840 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15131 vsize=813020 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15131 15131 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645287254 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15131 vsize=813020 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15131 15131 12181 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645287254 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15150] ppid=15131 vsize=813020 CPUtime=0
/proc/15145/task/15150/stat : 15150 (java) S 15131 15131 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645287256 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15151] ppid=15131 vsize=813020 CPUtime=0.16
/proc/15145/task/15151/stat : 15151 (java) S 15131 15131 12181 0 -1 64 778 0 0 0 16 0 0 0 16 0 9 0 645287256 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15131 vsize=813020 CPUtime=0
/proc/15145/task/15152/stat : 15152 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 645287256 832532480 21584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15153] ppid=15131 vsize=813020 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645287256 832532480 21584 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) 860584

[startup+6.30126 s]
/proc/loadavg: 2.03 2.03 2.00 4/82 15153
/proc/meminfo: memFree=1625792/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15145] ppid=15131 vsize=812796 CPUtime=6.18
/proc/15145/stat : 15145 (java) S 15131 15131 12181 0 -1 0 33724 0 1 0 602 16 0 0 18 0 9 0 645287251 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 203199 32270 2587 9 0 197180 0
[pid=15145/tid=15146] ppid=15131 vsize=812796 CPUtime=2.36
/proc/15145/task/15146/stat : 15146 (java) S 15131 15131 12181 0 -1 64 9826 0 1 0 231 5 0 0 23 0 9 0 645287252 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15131 vsize=812796 CPUtime=3.58
/proc/15145/task/15147/stat : 15147 (java) R 15131 15131 12181 0 -1 64 22392 0 0 0 349 9 0 0 21 0 9 0 645287253 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 104180239 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15131 15131 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645287254 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15131 15131 12181 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645287254 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15150] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15150/stat : 15150 (java) S 15131 15131 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645287256 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15151] ppid=15131 vsize=812796 CPUtime=0.2
/proc/15145/task/15151/stat : 15151 (java) S 15131 15131 12181 0 -1 64 805 0 0 0 20 0 0 0 15 0 9 0 645287256 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15152/stat : 15152 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 645287256 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15153] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645287256 832303104 32270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860360

[startup+12.7025 s]
/proc/loadavg: 2.11 2.05 2.01 3/82 15153
/proc/meminfo: memFree=1585600/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15145] ppid=15131 vsize=812796 CPUtime=12.53
/proc/15145/stat : 15145 (java) S 15131 15131 12181 0 -1 0 43181 0 1 0 1232 21 0 0 18 0 9 0 645287251 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 203199 41715 2587 9 0 197180 0
[pid=15145/tid=15146] ppid=15131 vsize=812796 CPUtime=4.02
/proc/15145/task/15146/stat : 15146 (java) R 15131 15131 12181 0 -1 64 9838 0 1 0 397 5 0 0 25 0 9 0 645287252 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4127055193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15131 vsize=812796 CPUtime=8.23
/proc/15145/task/15147/stat : 15147 (java) S 15131 15131 12181 0 -1 64 31811 0 0 0 809 14 0 0 20 0 9 0 645287253 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15131 15131 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645287254 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15131 15131 12181 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645287254 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15150] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15150/stat : 15150 (java) S 15131 15131 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645287256 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15151] ppid=15131 vsize=812796 CPUtime=0.25
/proc/15145/task/15151/stat : 15151 (java) S 15131 15131 12181 0 -1 64 831 0 0 0 25 0 0 0 15 0 9 0 645287256 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15152/stat : 15152 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 645287256 832303104 41715 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15153] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645287256 832303104 41715 996147200 134512640 134550740 4294955600 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) 860360

[startup+25.503 s]
/proc/loadavg: 2.08 2.05 2.01 3/82 15153
/proc/meminfo: memFree=1537856/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15145] ppid=15131 vsize=812796 CPUtime=25.2
/proc/15145/stat : 15145 (java) S 15131 15131 12181 0 -1 0 53624 0 1 0 2490 30 0 0 18 0 9 0 645287251 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 203199 52141 2592 9 0 197180 0
[pid=15145/tid=15146] ppid=15131 vsize=812796 CPUtime=16.48
/proc/15145/task/15146/stat : 15146 (java) R 15131 15131 12181 0 -1 64 14656 0 1 0 1636 12 0 0 25 0 9 0 645287252 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4127082352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15131 vsize=812796 CPUtime=8.38
/proc/15145/task/15147/stat : 15147 (java) S 15131 15131 12181 0 -1 64 37405 0 0 0 822 16 0 0 16 0 9 0 645287253 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15131 15131 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645287254 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15131 15131 12181 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645287254 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15150] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15150/stat : 15150 (java) S 15131 15131 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645287256 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15151] ppid=15131 vsize=812796 CPUtime=0.3
/proc/15145/task/15151/stat : 15151 (java) S 15131 15131 12181 0 -1 64 862 0 0 0 30 0 0 0 15 0 9 0 645287256 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15152/stat : 15152 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 645287256 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15153] ppid=15131 vsize=812796 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15131 15131 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645287256 832303104 52141 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860360

[startup+51.1019 s]
/proc/loadavg: 2.05 2.04 2.01 4/82 15153
/proc/meminfo: memFree=1518080/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=0.01

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

/proc/15154/statm: 159706 157533 78 162 0 159541 0
Current children cumulated CPU time (s) 1119.65
Current children cumulated vsize (KiB) 686388

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/74 15182
/proc/meminfo: memFree=933568/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=646640 CPUtime=987.21
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 159489 0 0 0 98607 114 0 0 25 0 1 0 645306683 662159360 159471 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 161660 159471 78 162 0 161495 0
Current children cumulated CPU time (s) 1179.61
Current children cumulated vsize (KiB) 694204

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 15182
/proc/meminfo: memFree=933504/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=646640 CPUtime=1047.19
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 159498 0 0 0 104604 115 0 0 25 0 1 0 645306683 662159360 159480 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 161660 159480 78 162 0 161495 0
Current children cumulated CPU time (s) 1239.59
Current children cumulated vsize (KiB) 694204

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 15182
/proc/meminfo: memFree=933312/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=646640 CPUtime=1107.17
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 159526 0 0 0 110602 115 0 0 25 0 1 0 645306683 662159360 159508 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 161660 159508 78 162 0 161495 0
Current children cumulated CPU time (s) 1299.57
Current children cumulated vsize (KiB) 694204

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 15182
/proc/meminfo: memFree=933248/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=646640 CPUtime=1167.13
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 159546 0 0 0 116598 115 0 0 25 0 1 0 645306683 662159360 159528 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 161660 159528 78 162 0 161495 0
Current children cumulated CPU time (s) 1359.53
Current children cumulated vsize (KiB) 694204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 15182
/proc/meminfo: memFree=913024/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=666976 CPUtime=1227.11
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 164597 0 0 0 122592 119 0 0 25 0 1 0 645306683 682983424 164579 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 166744 164579 78 162 0 166579 0
Current children cumulated CPU time (s) 1419.51
Current children cumulated vsize (KiB) 714540

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=898624/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=681520 CPUtime=1287.08
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 168136 0 0 0 128587 121 0 0 25 0 1 0 645306683 697876480 168118 996147200 134512640 135177480 4294955968 18446744073709551615 134566277 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 170380 168118 78 162 0 170215 0
Current children cumulated CPU time (s) 1479.48
Current children cumulated vsize (KiB) 729084

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=898496/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=681520 CPUtime=1347.05
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 168139 0 0 0 134584 121 0 0 25 0 1 0 645306683 697876480 168121 996147200 134512640 135177480 4294955968 18446744073709551615 134564732 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 170380 168121 78 162 0 170215 0
Current children cumulated CPU time (s) 1539.45
Current children cumulated vsize (KiB) 729084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=898432/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=681520 CPUtime=1407.03
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 168154 0 0 0 140581 122 0 0 25 0 1 0 645306683 697876480 168136 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 170380 168136 78 162 0 170215 0
Current children cumulated CPU time (s) 1599.43
Current children cumulated vsize (KiB) 729084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=898240/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=681520 CPUtime=1467
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 168196 0 0 0 146578 122 0 0 25 0 1 0 645306683 697876480 168178 996147200 134512640 135177480 4294955968 18446744073709551615 134571968 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 170380 168178 78 162 0 170215 0
Current children cumulated CPU time (s) 1659.4
Current children cumulated vsize (KiB) 729084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=898176/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=681520 CPUtime=1526.97
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 168222 0 0 0 152575 122 0 0 25 0 1 0 645306683 697876480 168204 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 170380 168204 78 162 0 170215 0
Current children cumulated CPU time (s) 1719.37
Current children cumulated vsize (KiB) 729084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=883776/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=696164 CPUtime=1586.94
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 171820 0 0 0 158569 125 0 0 25 0 1 0 645306683 712871936 171802 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 174041 171802 78 162 0 173876 0
Current children cumulated CPU time (s) 1779.34
Current children cumulated vsize (KiB) 743728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15182
/proc/meminfo: memFree=869504/2055920 swapFree=4180232/4192956
[pid=15131] ppid=15129 vsize=47564 CPUtime=192.4
/proc/15131/stat : 15131 (galacE.sh) S 15129 15131 12181 0 -1 4194304 799 55724 0 1 0 0 19140 100 17 0 1 0 645287247 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15131/statm: 11891 364 245 79 0 219 0
[pid=15154] ppid=15131 vsize=710676 CPUtime=1607.64
/proc/15154/stat : 15154 (eSAT_static) R 15131 15131 12181 0 -1 4194304 175361 0 0 0 160637 127 0 0 25 0 1 0 645306683 727732224 175343 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 177669 175343 78 162 0 177504 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 758240

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15131 and gives
#  childrusage.ru_utime.tv_sec=191
#  childrusage.ru_utime.tv_usec=408901
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=15845
# CPU time returned by wait4() is 192.425
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.02
CPU time (s): 1800.04
CPU user time (s): 1797.77
CPU system time (s): 2.27
CPU usage (%): 99.835
Max. virtual memory (cumulated for all children) (KiB): 860704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.409
system time used= 1.01585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56523
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= 7360
involuntary context switches= 11570

runsolver used 2.54261 second user time and 5.54316 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 04:05:01
IDJOB=1082604
IDBENCH=57282
IDSOLVER=351
FILE ID=node5/1082604-1215223501
PBS_JOBID= 7881687
Free space on /tmp= 66532 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-1.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082604-1215223501/watcher-1082604-1215223501 -o /tmp/evaluation-result-1082604-1215223501/solver-1082604-1215223501 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1082604-1215223501.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cb82225d2d6207f7df093100b92071a
RANDOM SEED=657592678

node5.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.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1744176 kB
Buffers:         36836 kB
Cached:         167780 kB
SwapCached:       6592 kB
Active:         186240 kB
Inactive:        71156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744176 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:          60276 kB
Slab:            39568 kB
Committed_AS:   999760 kB
PageTables:       1800 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= 66432 MiB
End job on node5 at 2008-07-05 04:35:06