Trace number 1072228

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.08 1817.22

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-47_ext.xml
MD5SUM01d43439fdf0d343d34aa4b28756b03c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.93/3.01	c start processing
2.93/3.01	c start relation processing
9.16/9.39	c start cnf exporting
39.07/39.57	c parsing time : 2.883
39.07/39.57	c preprocessing time : 39.436
39.07/39.57	
39.07/39.57	c Nary constraints - conflicts : 0 supports : 75
39.07/39.57	c Binary constraints - conflicts : 0 supports :0
39.07/39.57	c max arity constraint : 3
39.07/39.57	c Max Tuples generated 0
39.07/39.57	c relations : 75
39.07/39.57	c relations BDD: 75
39.07/39.57	c sampling 0/0
39.07/39.57	c vars : 296581 - clauses :  936822
39.07/39.57	
39.14/39.65	 
39.14/39.65	c --- SAT Solver Stats ---
39.14/39.65	 
39.14/39.65	c eSAT 0.1 : minisat core with additionnal features
39.14/39.65	c ============================[ Problem Statistics ]=============================
39.14/39.65	c |                                                                             |
39.14/39.65	c |  Number of variables:  296580                                               |
39.14/39.65	c |  Number of clauses:    936822                                               |
40.21/40.70	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-1072228-1215172403/watcher-1072228-1215172403 -o /tmp/evaluation-result-1072228-1215172403/solver-1072228-1215172403 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072228-1215172403.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9181
/proc/meminfo: memFree=1747640/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=5224 CPUtime=0
/proc/9181/stat : 9181 (galacE.sh) R 9179 9181 5878 0 -1 4194304 58 0 0 0 0 0 0 0 21 0 1 0 1996211709 5349376 43 996147200 4194304 4520092 548682068832 18446744073709551615 217048961518 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 1306 43 32 79 0 104 0

[startup+0.107327 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9181
/proc/meminfo: memFree=1747640/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.201344 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9181
/proc/meminfo: memFree=1747640/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301366 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9181
/proc/meminfo: memFree=1747640/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701437 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9181
/proc/meminfo: memFree=1747640/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.5026 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 9203
/proc/meminfo: memFree=1669096/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9195] ppid=9181 vsize=812628 CPUtime=1.44
/proc/9195/stat : 9195 (java) S 9181 9181 5878 0 -1 0 22480 0 1 0 132 12 0 0 18 0 9 0 1996211713 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 203157 21904 1883 9 0 197138 0
[pid=9195/tid=9196] ppid=9181 vsize=812628 CPUtime=1.22
/proc/9195/task/9196/stat : 9196 (java) R 9181 9181 5878 0 -1 64 14454 0 1 0 114 8 0 0 25 0 9 0 1996211714 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4126739727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9197] ppid=9181 vsize=812628 CPUtime=0.07
/proc/9195/task/9197/stat : 9197 (java) S 9181 9181 5878 0 -1 64 6571 0 0 0 5 2 0 0 16 0 9 0 1996211715 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9181 vsize=812628 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9181 9181 5878 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996211716 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9181 vsize=812628 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9181 9181 5878 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996211716 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9200] ppid=9181 vsize=812628 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996211718 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9181 vsize=812628 CPUtime=0.11
/proc/9195/task/9201/stat : 9201 (java) S 9181 9181 5878 0 -1 64 755 0 0 0 11 0 0 0 16 0 9 0 1996211718 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9181 vsize=812628 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996211718 832131072 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9181 vsize=812628 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996211718 832131072 21904 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) 860188

[startup+3.1029 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 9203
/proc/meminfo: memFree=1659368/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9195] ppid=9181 vsize=812748 CPUtime=3.02
/proc/9195/stat : 9195 (java) S 9181 9181 5878 0 -1 0 25517 0 1 0 287 15 0 0 18 0 9 0 1996211713 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 203187 24935 1890 9 0 197168 0
[pid=9195/tid=9196] ppid=9181 vsize=812748 CPUtime=2.62
/proc/9195/task/9196/stat : 9196 (java) R 9181 9181 5878 0 -1 64 14485 0 1 0 254 8 0 0 25 0 9 0 1996211714 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9197] ppid=9181 vsize=812748 CPUtime=0.21
/proc/9195/task/9197/stat : 9197 (java) S 9181 9181 5878 0 -1 64 9554 0 0 0 17 4 0 0 16 0 9 0 1996211715 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9181 9181 5878 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996211716 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9181 9181 5878 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996211716 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9200] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996211718 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9181 vsize=812748 CPUtime=0.15
/proc/9195/task/9201/stat : 9201 (java) R 9181 9181 5878 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 1996211718 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 102484474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996211718 832253952 24935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996211718 832253952 24935 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) 860308

[startup+6.30251 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 9203
/proc/meminfo: memFree=1619240/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9195] ppid=9181 vsize=812748 CPUtime=6.18
/proc/9195/stat : 9195 (java) S 9181 9181 5878 0 -1 0 36148 0 1 0 599 19 0 0 18 0 9 0 1996211713 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 203187 35562 1891 9 0 197168 0
[pid=9195/tid=9196] ppid=9181 vsize=812748 CPUtime=5.22
/proc/9195/task/9196/stat : 9196 (java) R 9181 9181 5878 0 -1 64 14489 0 1 0 514 8 0 0 25 0 9 0 1996211714 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4126821239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9197] ppid=9181 vsize=812748 CPUtime=0.76
/proc/9195/task/9197/stat : 9197 (java) S 9181 9181 5878 0 -1 64 20169 0 0 0 67 9 0 0 20 0 9 0 1996211715 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9181 9181 5878 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996211716 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9181 9181 5878 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996211716 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9200] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996211718 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9181 vsize=812748 CPUtime=0.17
/proc/9195/task/9201/stat : 9201 (java) S 9181 9181 5878 0 -1 64 790 0 0 0 17 0 0 0 16 0 9 0 1996211718 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996211718 832253952 35562 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996211718 832253952 35562 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) 860308

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 9203
/proc/meminfo: memFree=1535480/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9195] ppid=9181 vsize=812748 CPUtime=12.52
/proc/9195/stat : 9195 (java) S 9181 9181 5878 0 -1 0 54871 0 1 0 1220 32 0 0 18 0 9 0 1996211713 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 203187 54276 1911 9 0 197168 0
[pid=9195/tid=9196] ppid=9181 vsize=812748 CPUtime=10.56
/proc/9195/task/9196/stat : 9196 (java) R 9181 9181 5878 0 -1 64 14540 0 1 0 1046 10 0 0 25 0 9 0 1996211714 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9197] ppid=9181 vsize=812748 CPUtime=1.69
/proc/9195/task/9197/stat : 9197 (java) S 9181 9181 5878 0 -1 64 38804 0 0 0 150 19 0 0 16 0 9 0 1996211715 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9181 9181 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996211716 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9181 9181 5878 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996211716 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9200] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9181 vsize=812748 CPUtime=0.24
/proc/9195/task/9201/stat : 9201 (java) S 9181 9181 5878 0 -1 64 827 0 0 0 23 1 0 0 16 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860308

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 4/90 9203
/proc/meminfo: memFree=1528120/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=0.01
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9195] ppid=9181 vsize=812748 CPUtime=25.19
/proc/9195/stat : 9195 (java) S 9181 9181 5878 0 -1 0 54894 0 1 0 2481 38 0 0 18 0 9 0 1996211713 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 203187 54276 1911 9 0 197168 0
[pid=9195/tid=9196] ppid=9181 vsize=812748 CPUtime=23.21
/proc/9195/task/9196/stat : 9196 (java) R 9181 9181 5878 0 -1 64 14563 0 1 0 2305 16 0 0 25 0 9 0 1996211714 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 104689060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9197] ppid=9181 vsize=812748 CPUtime=1.72
/proc/9195/task/9197/stat : 9197 (java) S 9181 9181 5878 0 -1 64 38804 0 0 0 152 20 0 0 16 0 9 0 1996211715 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9181 9181 5878 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996211716 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9181 9181 5878 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996211716 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9200] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9181 vsize=812748 CPUtime=0.24
/proc/9195/task/9201/stat : 9201 (java) S 9181 9181 5878 0 -1 64 827 0 0 0 23 1 0 0 16 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9181 vsize=812748 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9181 9181 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996211718 832253952 54276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860308

[startup+51.1011 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 9204
/proc/meminfo: memFree=1542520/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18

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

/proc/9204/statm: 48045 46963 80 162 0 47880 0
Current children cumulated CPU time (s) 1171.1
Current children cumulated vsize (KiB) 239740

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1537016/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=196176 CPUtime=1191.37
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52739 0 0 0 119103 34 0 0 25 0 1 0 1996215674 200884224 47967 996147200 134512640 135177480 4294955968 18446744073709551615 134565202 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49044 47967 80 162 0 48879 0
Current children cumulated CPU time (s) 1230.55
Current children cumulated vsize (KiB) 243736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1536888/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=196176 CPUtime=1250.81
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52739 0 0 0 125046 35 0 0 25 0 1 0 1996215674 200884224 47967 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49044 47967 80 162 0 48879 0
Current children cumulated CPU time (s) 1289.99
Current children cumulated vsize (KiB) 243736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1536888/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=196176 CPUtime=1310.25
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52740 0 0 0 130990 35 0 0 25 0 1 0 1996215674 200884224 47968 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49044 47968 80 162 0 48879 0
Current children cumulated CPU time (s) 1349.43
Current children cumulated vsize (KiB) 243736

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1536824/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=196176 CPUtime=1369.7
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52740 0 0 0 136935 35 0 0 25 0 1 0 1996215674 200884224 47968 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49044 47968 80 162 0 48879 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 243736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1536824/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=196176 CPUtime=1429.13
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52741 0 0 0 142878 35 0 0 25 0 1 0 1996215674 200884224 47969 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49044 47969 80 162 0 48879 0
Current children cumulated CPU time (s) 1468.31
Current children cumulated vsize (KiB) 243736

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1536760/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=196176 CPUtime=1488.57
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52741 0 0 0 148822 35 0 0 25 0 1 0 1996215674 200884224 47969 996147200 134512640 135177480 4294955968 18446744073709551615 134547836 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49044 47969 80 162 0 48879 0
Current children cumulated CPU time (s) 1527.75
Current children cumulated vsize (KiB) 243736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9210
/proc/meminfo: memFree=1536056/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=197124 CPUtime=1548
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 52958 0 0 0 154765 35 0 0 25 0 1 0 1996215674 201854976 48186 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 49281 48186 80 162 0 49116 0
Current children cumulated CPU time (s) 1587.18
Current children cumulated vsize (KiB) 244684

[startup+1662.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 9251
/proc/meminfo: memFree=1595640/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=201564 CPUtime=1607.46
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 54062 0 0 0 160708 38 0 0 25 0 1 0 1996215674 206401536 49290 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 50391 49290 80 162 0 50226 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 249124

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 9251
/proc/meminfo: memFree=1591480/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=205924 CPUtime=1666.89
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 55091 0 0 0 166650 39 0 0 25 0 1 0 1996215674 210866176 50319 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 51481 50319 80 162 0 51316 0
Current children cumulated CPU time (s) 1706.07
Current children cumulated vsize (KiB) 253484

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 9251
/proc/meminfo: memFree=1588920/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=208204 CPUtime=1726.33
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 55670 0 0 0 172593 40 0 0 25 0 1 0 1996215674 213200896 50898 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 52051 50898 80 162 0 51886 0
Current children cumulated CPU time (s) 1765.51
Current children cumulated vsize (KiB) 255764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 9251
/proc/meminfo: memFree=1588920/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=208204 CPUtime=1760.9
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 55670 0 0 0 176050 40 0 0 25 0 1 0 1996215674 213200896 50898 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 52051 50898 80 162 0 51886 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 255764

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

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

[startup+1817.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 9251
/proc/meminfo: memFree=1588920/2055920 swapFree=4180500/4192956
[pid=9181] ppid=9179 vsize=47560 CPUtime=39.18
/proc/9181/stat : 9181 (galacE.sh) S 9179 9181 5878 0 -1 4194304 800 56629 0 1 0 0 3868 50 17 0 1 0 1996211709 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9181/statm: 11890 365 246 79 0 219 0
[pid=9204] ppid=9181 vsize=208204 CPUtime=1760.9
/proc/9204/stat : 9204 (eSAT_static) R 9181 9181 5878 0 -1 4194304 55670 0 0 0 176050 40 0 0 25 0 1 0 1996215674 213200896 50898 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9204/statm: 52051 50898 80 162 0 51886 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 255764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9181 and gives
#  childrusage.ru_utime.tv_sec=38
#  childrusage.ru_utime.tv_usec=695117
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=512922
# CPU time returned by wait4() is 39.208
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.22
CPU time (s): 1800.08
CPU user time (s): 1799.18
CPU system time (s): 0.9
CPU usage (%): 99.0569
Max. virtual memory (cumulated for all children) (KiB): 860308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6951
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57429
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= 2350
involuntary context switches= 3116

runsolver used 2.58961 second user time and 5.55316 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 13:53:23
IDJOB=1072228
IDBENCH=56241
IDSOLVER=351
FILE ID=node59/1072228-1215172403
PBS_JOBID= 7881413
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 01d43439fdf0d343d34aa4b28756b03c
RANDOM SEED=1780266342

node59.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.261
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.261
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:       1748120 kB
Buffers:         33720 kB
Cached:         118748 kB
SwapCached:       6176 kB
Active:         212592 kB
Inactive:        36600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748120 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            5972 kB
Writeback:           0 kB
Mapped:         113216 kB
Slab:            43628 kB
Committed_AS:  4809644 kB
PageTables:       2044 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= 66524 MiB
End job on node59 at 2008-07-04 14:23:43