Trace number 1056943

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.1 1816.91

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-37_ext.xml
MD5SUMe32f1b4415a9590afaa49b54ba5a3b59
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 benchmark1782.01
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.04	c --- Preproc Stats ---
3.03/3.15	c start processing
3.03/3.15	c start relation processing
9.37/9.57	c start cnf exporting
38.38/38.86	c parsing time : 3.02
38.38/38.86	c preprocessing time : 38.736
38.38/38.86	
38.38/38.86	c Nary constraints - conflicts : 0 supports : 75
38.38/38.86	c Binary constraints - conflicts : 0 supports :0
38.38/38.86	c max arity constraint : 3
38.38/38.86	c Max Tuples generated 0
38.38/38.86	c relations : 75
38.38/38.86	c relations BDD: 75
38.38/38.86	c sampling 0/0
38.38/38.86	c vars : 296264 - clauses :  935892
38.38/38.86	
38.45/38.95	 
38.45/38.95	c --- SAT Solver Stats ---
38.45/38.95	 
38.45/38.95	c eSAT 0.1 : minisat core with additionnal features
38.45/38.95	c ============================[ Problem Statistics ]=============================
38.45/38.95	c |                                                                             |
38.45/38.95	c |  Number of variables:  296263                                               |
38.45/38.95	c |  Number of clauses:    935892                                               |
39.52/40.00	c |  Parsing time:         0.91         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-1056943-1215107535/watcher-1056943-1215107535 -o /tmp/evaluation-result-1056943-1215107535/solver-1056943-1215107535 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1056943-1215107535.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.78 1.94 1.67 4/80 18722
/proc/meminfo: memFree=1681824/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=5316 CPUtime=0
/proc/18722/stat : 18722 (galacE.sh) R 18720 18722 18566 0 -1 4194304 229 0 0 0 0 0 0 0 22 0 1 0 1989726513 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 209133303273 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18722/statm: 1329 193 146 79 0 121 0

[startup+0.101298 s]
/proc/loadavg: 1.78 1.94 1.67 4/80 18722
/proc/meminfo: memFree=1681824/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.201301 s]
/proc/loadavg: 1.78 1.94 1.67 4/80 18722
/proc/meminfo: memFree=1681824/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301309 s]
/proc/loadavg: 1.78 1.94 1.67 4/80 18722
/proc/meminfo: memFree=1681824/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701348 s]
/proc/loadavg: 1.78 1.94 1.67 4/80 18722
/proc/meminfo: memFree=1681824/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50242 s]
/proc/loadavg: 1.78 1.94 1.67 4/90 18744
/proc/meminfo: memFree=1611472/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18736] ppid=18722 vsize=812416 CPUtime=1.44
/proc/18736/stat : 18736 (java) S 18722 18722 18566 0 -1 0 21736 0 1 0 131 13 0 0 19 0 9 0 1989726518 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18736/statm: 203104 21160 1882 9 0 197138 0
[pid=18736/tid=18737] ppid=18722 vsize=812416 CPUtime=1.22
/proc/18736/task/18737/stat : 18737 (java) R 18722 18722 18566 0 -1 64 14465 0 1 0 114 8 0 0 25 0 9 0 1989726519 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4126738767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18738] ppid=18722 vsize=812416 CPUtime=0.07
/proc/18736/task/18738/stat : 18738 (java) S 18722 18722 18566 0 -1 64 5825 0 0 0 5 2 0 0 16 0 9 0 1989726520 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18739] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18739/stat : 18739 (java) S 18722 18722 18566 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1989726520 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18740] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18740/stat : 18740 (java) S 18722 18722 18566 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989726520 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18741] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18741/stat : 18741 (java) S 18722 18722 18566 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989726522 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18742] ppid=18722 vsize=812416 CPUtime=0.11
/proc/18736/task/18742/stat : 18742 (java) S 18722 18722 18566 0 -1 64 746 0 0 0 11 0 0 0 16 0 9 0 1989726522 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18743] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18743/stat : 18743 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989726522 831913984 21160 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18744] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18744/stat : 18744 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989726522 831913984 21160 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) 859968

[startup+3.10257 s]
/proc/loadavg: 1.78 1.94 1.67 3/90 18744
/proc/meminfo: memFree=1595728/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18736] ppid=18722 vsize=812416 CPUtime=3.02
/proc/18736/stat : 18736 (java) S 18722 18722 18566 0 -1 0 25450 0 1 0 287 15 0 0 19 0 9 0 1989726518 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18736/statm: 203104 24869 1882 9 0 197138 0
[pid=18736/tid=18737] ppid=18722 vsize=812416 CPUtime=2.66
/proc/18736/task/18737/stat : 18737 (java) R 18722 18722 18566 0 -1 64 14470 0 1 0 257 9 0 0 25 0 9 0 1989726519 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4126645719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18738] ppid=18722 vsize=812416 CPUtime=0.22
/proc/18736/task/18738/stat : 18738 (java) S 18722 18722 18566 0 -1 64 9529 0 0 0 18 4 0 0 16 0 9 0 1989726520 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18739] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18739/stat : 18739 (java) S 18722 18722 18566 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1989726520 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18740] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18740/stat : 18740 (java) S 18722 18722 18566 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989726520 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18741] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18741/stat : 18741 (java) S 18722 18722 18566 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989726522 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18742] ppid=18722 vsize=812416 CPUtime=0.12
/proc/18736/task/18742/stat : 18742 (java) S 18722 18722 18566 0 -1 64 751 0 0 0 12 0 0 0 16 0 9 0 1989726522 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18743] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18743/stat : 18743 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989726522 831913984 24869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18744] ppid=18722 vsize=812416 CPUtime=0
/proc/18736/task/18744/stat : 18744 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989726522 831913984 24869 996147200 134512640 134550740 4294955616 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) 859968

[startup+6.30185 s]
/proc/loadavg: 1.80 1.94 1.67 4/90 18744
/proc/meminfo: memFree=1568912/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18736] ppid=18722 vsize=812540 CPUtime=6.18
/proc/18736/stat : 18736 (java) S 18722 18722 18566 0 -1 0 36148 0 1 0 596 22 0 0 19 0 9 0 1989726518 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18736/statm: 203135 35563 1890 9 0 197169 0
[pid=18736/tid=18737] ppid=18722 vsize=812540 CPUtime=5.23
/proc/18736/task/18737/stat : 18737 (java) R 18722 18722 18566 0 -1 64 14500 0 1 0 513 10 0 0 25 0 9 0 1989726519 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4126818986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18738] ppid=18722 vsize=812540 CPUtime=0.75
/proc/18736/task/18738/stat : 18738 (java) S 18722 18722 18566 0 -1 64 20165 0 0 0 65 10 0 0 21 0 9 0 1989726520 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18739] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18739/stat : 18739 (java) S 18722 18722 18566 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1989726520 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18740] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18740/stat : 18740 (java) S 18722 18722 18566 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989726520 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18741] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18741/stat : 18741 (java) S 18722 18722 18566 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989726522 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18742] ppid=18722 vsize=812540 CPUtime=0.17
/proc/18736/task/18742/stat : 18742 (java) S 18722 18722 18566 0 -1 64 783 0 0 0 17 0 0 0 15 0 9 0 1989726522 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18743] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18743/stat : 18743 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989726522 832040960 35563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18744] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18744/stat : 18744 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989726522 832040960 35563 996147200 134512640 134550740 4294955616 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) 860092

[startup+12.7024 s]
/proc/loadavg: 1.82 1.94 1.68 3/90 18744
/proc/meminfo: memFree=1469712/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18736] ppid=18722 vsize=812540 CPUtime=12.53
/proc/18736/stat : 18736 (java) S 18722 18722 18566 0 -1 0 54847 0 1 0 1220 33 0 0 19 0 9 0 1989726518 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18736/statm: 203135 54253 1910 9 0 197169 0
[pid=18736/tid=18737] ppid=18722 vsize=812540 CPUtime=10.57
/proc/18736/task/18737/stat : 18737 (java) R 18722 18722 18566 0 -1 64 14551 0 1 0 1046 11 0 0 25 0 9 0 1989726519 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4126655296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18738] ppid=18722 vsize=812540 CPUtime=1.69
/proc/18736/task/18738/stat : 18738 (java) S 18722 18722 18566 0 -1 64 38777 0 0 0 150 19 0 0 16 0 9 0 1989726520 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18739] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18739/stat : 18739 (java) S 18722 18722 18566 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989726520 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18740] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18740/stat : 18740 (java) S 18722 18722 18566 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989726520 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18741] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18741/stat : 18741 (java) S 18722 18722 18566 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18742] ppid=18722 vsize=812540 CPUtime=0.24
/proc/18736/task/18742/stat : 18742 (java) S 18722 18722 18566 0 -1 64 819 0 0 0 23 1 0 0 15 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18743] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18743/stat : 18743 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18744] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18744/stat : 18744 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989726522 832040960 54253 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) 860092

[startup+25.5015 s]
/proc/loadavg: 1.86 1.94 1.68 3/90 18744
/proc/meminfo: memFree=1462096/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=0.01
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18736] ppid=18722 vsize=812540 CPUtime=25.2
/proc/18736/stat : 18736 (java) S 18722 18722 18566 0 -1 0 54870 0 1 0 2482 38 0 0 19 0 9 0 1989726518 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18736/statm: 203135 54253 1910 9 0 197169 0
[pid=18736/tid=18737] ppid=18722 vsize=812540 CPUtime=23.23
/proc/18736/task/18737/stat : 18737 (java) R 18722 18722 18566 0 -1 64 14574 0 1 0 2307 16 0 0 25 0 9 0 1989726519 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4126950735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18738] ppid=18722 vsize=812540 CPUtime=1.71
/proc/18736/task/18738/stat : 18738 (java) S 18722 18722 18566 0 -1 64 38777 0 0 0 151 20 0 0 16 0 9 0 1989726520 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18739] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18739/stat : 18739 (java) S 18722 18722 18566 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989726520 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18740] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18740/stat : 18740 (java) S 18722 18722 18566 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989726520 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18741] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18741/stat : 18741 (java) S 18722 18722 18566 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18742] ppid=18722 vsize=812540 CPUtime=0.24
/proc/18736/task/18742/stat : 18742 (java) S 18722 18722 18566 0 -1 64 819 0 0 0 23 1 0 0 15 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18743] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18743/stat : 18743 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18736/tid=18744] ppid=18722 vsize=812540 CPUtime=0
/proc/18736/task/18744/stat : 18744 (java) S 18722 18722 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989726522 832040960 54253 996147200 134512640 134550740 4294955616 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) 860092

[startup+51.1018 s]
/proc/loadavg: 1.90 1.94 1.69 3/82 18745
/proc/meminfo: memFree=1494096/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49

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

/proc/18745/statm: 48135 47020 80 162 0 47970 0
Current children cumulated CPU time (s) 1111.71
Current children cumulated vsize (KiB) 240092

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/82 18751
/proc/meminfo: memFree=1474968/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=192540 CPUtime=1132.66
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 51743 0 0 0 113234 32 0 0 25 0 1 0 1989730408 197160960 47020 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 48135 47020 80 162 0 47970 0
Current children cumulated CPU time (s) 1171.15
Current children cumulated vsize (KiB) 240092

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/82 18751
/proc/meminfo: memFree=1474840/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=192720 CPUtime=1192.11
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 51749 0 0 0 119179 32 0 0 25 0 1 0 1989730408 197345280 47026 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 48180 47026 80 162 0 48015 0
Current children cumulated CPU time (s) 1230.6
Current children cumulated vsize (KiB) 240272

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/82 18751
/proc/meminfo: memFree=1471320/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=196264 CPUtime=1251.55
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 52634 0 0 0 125122 33 0 0 25 0 1 0 1989730408 200974336 47911 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 49066 47911 80 162 0 48901 0
Current children cumulated CPU time (s) 1290.04
Current children cumulated vsize (KiB) 243816

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/82 18751
/proc/meminfo: memFree=1467928/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=199576 CPUtime=1310.99
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53489 0 0 0 131064 35 0 0 25 0 1 0 1989730408 204365824 48766 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 49894 48766 80 162 0 49729 0
Current children cumulated CPU time (s) 1349.48
Current children cumulated vsize (KiB) 247128

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/82 18751
/proc/meminfo: memFree=1466456/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1370.44
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53814 0 0 0 137009 35 0 0 25 0 1 0 1989730408 205742080 49091 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49091 80 162 0 50065 0
Current children cumulated CPU time (s) 1408.93
Current children cumulated vsize (KiB) 248472

[startup+1482.3 s]
/proc/loadavg: 2.03 1.99 1.90 3/82 18751
/proc/meminfo: memFree=1466456/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1429.87
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53814 0 0 0 142952 35 0 0 25 0 1 0 1989730408 205742080 49091 996147200 134512640 135177480 4294955984 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49091 80 162 0 50065 0
Current children cumulated CPU time (s) 1468.36
Current children cumulated vsize (KiB) 248472

[startup+1542.31 s]
/proc/loadavg: 2.19 2.03 1.92 3/82 18751
/proc/meminfo: memFree=1466456/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1489.32
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53814 0 0 0 148897 35 0 0 25 0 1 0 1989730408 205742080 49091 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49091 80 162 0 50065 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 248472

[startup+1602.3 s]
/proc/loadavg: 2.10 2.04 1.93 3/82 18751
/proc/meminfo: memFree=1466392/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1548.76
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53816 0 0 0 154841 35 0 0 25 0 1 0 1989730408 205742080 49093 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49093 80 162 0 50065 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 248472

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/82 18751
/proc/meminfo: memFree=1466328/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1608.2
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53817 0 0 0 160785 35 0 0 25 0 1 0 1989730408 205742080 49094 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49094 80 162 0 50065 0
Current children cumulated CPU time (s) 1646.69
Current children cumulated vsize (KiB) 248472

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 1.93 3/82 18751
/proc/meminfo: memFree=1466264/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1667.64
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53817 0 0 0 166729 35 0 0 25 0 1 0 1989730408 205742080 49094 996147200 134512640 135177480 4294955984 18446744073709551615 134548379 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49094 80 162 0 50065 0
Current children cumulated CPU time (s) 1706.13
Current children cumulated vsize (KiB) 248472

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 1.94 3/82 18751
/proc/meminfo: memFree=1466136/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1727.08
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53820 0 0 0 172673 35 0 0 25 0 1 0 1989730408 205742080 49097 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18745/statm: 50230 49097 80 162 0 50065 0
Current children cumulated CPU time (s) 1765.57
Current children cumulated vsize (KiB) 248472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.05 2.04 1.94 3/74 18780
/proc/meminfo: memFree=1546840/2055920 swapFree=4180688/4192956
[pid=18722] ppid=18720 vsize=47552 CPUtime=38.49
/proc/18722/stat : 18722 (galacE.sh) S 18720 18722 18566 0 -1 4194304 799 56929 0 1 0 0 3800 49 17 0 1 0 1989726513 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18722/statm: 11888 364 245 79 0 219 0
[pid=18745] ppid=18722 vsize=200920 CPUtime=1761.61
/proc/18745/stat : 18745 (eSAT_static) R 18722 18722 18566 0 -1 4194304 53821 0 0 0 176124 37 0 0 25 0 1 0 1989730408 205742080 49098 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/18745/statm: 50230 49098 80 162 0 50065 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 248472

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 18722 and gives
#  childrusage.ru_utime.tv_sec=38
#  childrusage.ru_utime.tv_usec=13221
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=500923
# CPU time returned by wait4() is 38.5141
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.91
CPU time (s): 1800.1
CPU user time (s): 1799.24
CPU system time (s): 0.86
CPU usage (%): 99.0747
Max. virtual memory (cumulated for all children) (KiB): 860092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0132
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57728
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= 2266
involuntary context switches= 3065

runsolver used 2.5966 second user time and 5.57815 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 19:52:15
IDJOB=1056943
IDBENCH=53981
IDSOLVER=351
FILE ID=node41/1056943-1215107535
PBS_JOBID= 7877124
Free space on /tmp= 66192 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e32f1b4415a9590afaa49b54ba5a3b59
RANDOM SEED=367468877

node41.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.232
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.232
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:       1682304 kB
Buffers:         24924 kB
Cached:         192352 kB
SwapCached:       6172 kB
Active:         220980 kB
Inactive:        94360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682304 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:           11104 kB
Writeback:           0 kB
Mapped:         114280 kB
Slab:            43428 kB
Committed_AS:  4268816 kB
PageTables:       1896 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= 66172 MiB
End job on node41 at 2008-07-03 20:22:34