Trace number 1055679

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.02 1983.72

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-453_ext.xml
MD5SUMbc159f71b70cc6572fa8c4e05332f265
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.83526
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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 ---
0.58/1.27	c start processing
0.58/1.27	c start relation processing
1.83/3.05	c start cnf exporting
197.02/360.61	c parsing time : 0.959
197.02/360.61	c preprocessing time : 360.314
197.02/360.61	
197.02/360.61	c Nary constraints - conflicts : 0 supports : 20
197.02/360.61	c Binary constraints - conflicts : 190 supports :20
197.02/360.61	c max arity constraint : 3
197.02/360.61	c Max Tuples generated 0
197.02/360.61	c relations : 23
197.02/360.61	c relations BDD: 2
197.02/360.61	c sampling 0/0
197.02/360.61	c vars : 340196 - clauses :  11579665
197.02/360.61	
197.04/360.73	 
197.04/360.73	c --- SAT Solver Stats ---
197.04/360.73	 
197.04/360.73	c eSAT 0.1 : minisat core with additionnal features
197.04/360.73	c ============================[ Problem Statistics ]=============================
197.04/360.73	c |                                                                             |
197.04/360.73	c |  Number of variables:  340195                                               |
197.04/360.73	c |  Number of clauses:    11579665                                             |
201.31/369.27	c |  Parsing time:         3.62         s                                       |

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055679-1215060025/watcher-1055679-1215060025 -o /tmp/evaluation-result-1055679-1215060025/solver-1055679-1215060025 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055679-1215060025.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.95 2.98 2.99 5/90 17206
/proc/meminfo: memFree=1157376/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=47560 CPUtime=0
/proc/17219/stat : 17219 (galacE.sh) R 17206 17206 13131 0 -1 4194368 21 0 0 0 0 0 0 0 18 0 1 0 628928333 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251279240487 0 0 4096 73728 0 0 0 17 0 0 0
/proc/17219/statm: 11890 364 245 79 0 219 0

[startup+0.047382 s]
/proc/loadavg: 2.95 2.98 2.99 5/90 17206
/proc/meminfo: memFree=1157376/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=1616 CPUtime=0
/proc/17219/stat : 17219 (java) R 17206 17206 13131 0 -1 0 328 0 0 0 0 0 0 0 18 0 1 0 628928333 1654784 131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17219/statm: 405 138 111 9 0 47 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 49176

[startup+0.101392 s]
/proc/loadavg: 2.95 2.98 2.99 5/90 17206
/proc/meminfo: memFree=1157376/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=807552 CPUtime=0.03
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 2412 0 1 0 2 1 0 0 18 0 7 0 628928333 826933248 1981 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 201888 1981 928 9 0 196302 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 855112

[startup+0.30142 s]
/proc/loadavg: 2.95 2.98 2.99 5/90 17206
/proc/meminfo: memFree=1157376/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=811056 CPUtime=0.07
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 3672 0 1 0 5 2 0 0 18 0 9 0 628928333 830521344 3154 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 202764 3154 1647 9 0 196752 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 858616

[startup+0.701466 s]
/proc/loadavg: 2.95 2.98 2.99 5/90 17206
/proc/meminfo: memFree=1157376/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=812628 CPUtime=0.36
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 9253 0 1 0 31 5 0 0 18 0 9 0 628928333 832131072 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 203157 8675 1875 9 0 197138 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 860188

[startup+1.50157 s]
/proc/loadavg: 2.95 2.98 2.99 4/100 17228
/proc/meminfo: memFree=1113760/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=812752 CPUtime=0.87
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 13986 0 1 0 79 8 0 0 18 0 9 0 628928333 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 203188 13406 1887 9 0 197169 0
[pid=17219/tid=17221] ppid=17206 vsize=812752 CPUtime=0.69
/proc/17219/task/17221/stat : 17221 (java) R 17206 17206 13131 0 -1 64 12487 0 1 0 63 6 0 0 18 0 9 0 628928334 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4126889143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17222] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17222/stat : 17222 (java) S 17206 17206 13131 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 628928335 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17223] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17223/stat : 17223 (java) S 17206 17206 13131 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 628928336 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17224] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17224/stat : 17224 (java) S 17206 17206 13131 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 628928336 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17225] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17225/stat : 17225 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628928338 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17226] ppid=17206 vsize=812752 CPUtime=0.16
/proc/17219/task/17226/stat : 17226 (java) S 17206 17206 13131 0 -1 64 794 0 0 0 16 0 0 0 15 0 9 0 628928338 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17227] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17227/stat : 17227 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628928345 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17228] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17228/stat : 17228 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628928346 832258048 13406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 860312

[startup+3.10177 s]
/proc/loadavg: 2.95 2.98 2.99 4/100 17228
/proc/meminfo: memFree=1110048/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=812752 CPUtime=1.87
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 21387 0 1 0 176 11 0 0 18 0 9 0 628928333 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 203188 20803 1914 9 0 197169 0
[pid=17219/tid=17221] ppid=17206 vsize=812752 CPUtime=1.56
/proc/17219/task/17221/stat : 17221 (java) R 17206 17206 13131 0 -1 64 14536 0 1 0 149 7 0 0 19 0 9 0 628928334 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17222] ppid=17206 vsize=812752 CPUtime=0.08
/proc/17219/task/17222/stat : 17222 (java) S 17206 17206 13131 0 -1 64 5329 0 0 0 6 2 0 0 16 0 9 0 628928335 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17223] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17223/stat : 17223 (java) S 17206 17206 13131 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17224] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17224/stat : 17224 (java) S 17206 17206 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17225] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17225/stat : 17225 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628928338 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17226] ppid=17206 vsize=812752 CPUtime=0.2
/proc/17219/task/17226/stat : 17226 (java) S 17206 17206 13131 0 -1 64 817 0 0 0 20 0 0 0 15 0 9 0 628928338 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17227] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17227/stat : 17227 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628928345 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17228] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17228/stat : 17228 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628928346 832258048 20803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 860312

[startup+6.30217 s]
/proc/loadavg: 2.95 2.98 2.99 5/100 17228
/proc/meminfo: memFree=1072032/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=812752 CPUtime=3.73
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 23202 0 1 0 361 12 0 0 18 0 9 0 628928333 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 203188 22612 1917 9 0 197169 0
[pid=17219/tid=17221] ppid=17206 vsize=812752 CPUtime=3.33
/proc/17219/task/17221/stat : 17221 (java) R 17206 17206 13131 0 -1 64 14547 0 1 0 325 8 0 0 25 0 9 0 628928334 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 101444553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17222] ppid=17206 vsize=812752 CPUtime=0.14
/proc/17219/task/17222/stat : 17222 (java) S 17206 17206 13131 0 -1 64 7101 0 0 0 12 2 0 0 17 0 9 0 628928335 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17223] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17223/stat : 17223 (java) S 17206 17206 13131 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17224] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17224/stat : 17224 (java) S 17206 17206 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17225] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17225/stat : 17225 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628928338 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17226] ppid=17206 vsize=812752 CPUtime=0.23
/proc/17219/task/17226/stat : 17226 (java) S 17206 17206 13131 0 -1 64 849 0 0 0 23 0 0 0 15 0 9 0 628928338 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17227] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17227/stat : 17227 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628928345 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17228] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17228/stat : 17228 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628928346 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 860312

[startup+12.703 s]
/proc/loadavg: 3.03 3.00 3.00 4/100 17228
/proc/meminfo: memFree=1068640/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=812752 CPUtime=7.97
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 23211 0 1 0 782 15 0 0 18 0 9 0 628928333 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 203188 22612 1917 9 0 197169 0
[pid=17219/tid=17221] ppid=17206 vsize=812752 CPUtime=7.5
/proc/17219/task/17221/stat : 17221 (java) R 17206 17206 13131 0 -1 64 14556 0 1 0 740 10 0 0 25 0 9 0 628928334 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4127012238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17222] ppid=17206 vsize=812752 CPUtime=0.2
/proc/17219/task/17222/stat : 17222 (java) S 17206 17206 13131 0 -1 64 7101 0 0 0 18 2 0 0 16 0 9 0 628928335 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17223] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17223/stat : 17223 (java) S 17206 17206 13131 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17224] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17224/stat : 17224 (java) S 17206 17206 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17225] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17225/stat : 17225 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628928338 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17226] ppid=17206 vsize=812752 CPUtime=0.23
/proc/17219/task/17226/stat : 17226 (java) S 17206 17206 13131 0 -1 64 849 0 0 0 23 0 0 0 15 0 9 0 628928338 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17227] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17227/stat : 17227 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628928345 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17228] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17228/stat : 17228 (java) S 17206 17206 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628928346 832258048 22612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 860312

[startup+25.5016 s]
/proc/loadavg: 3.03 3.00 3.00 4/100 17228
/proc/meminfo: memFree=1054432/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=0.01
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17219] ppid=17206 vsize=812752 CPUtime=20.76
/proc/17219/stat : 17219 (java) S 17206 17206 13131 0 -1 0 23634 0 1 0 2053 23 0 0 18 0 9 0 628928333 832258048 23005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17219/statm: 203188 23005 1917 9 0 197169 0
[pid=17219/tid=17221] ppid=17206 vsize=812752 CPUtime=20.25
/proc/17219/task/17221/stat : 17221 (java) R 17206 17206 13131 0 -1 64 14586 0 1 0 2007 18 0 0 25 0 9 0 628928334 832258048 23005 996147200 134512640 134550740 4294955616 18446744073709551615 4126975749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17222] ppid=17206 vsize=812752 CPUtime=0.25
/proc/17219/task/17222/stat : 17222 (java) S 17206 17206 13131 0 -1 64 7494 0 0 0 22 3 0 0 16 0 9 0 628928335 832258048 23005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17223] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17223/stat : 17223 (java) S 17206 17206 13131 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 23005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17219/tid=17224] ppid=17206 vsize=812752 CPUtime=0
/proc/17219/task/17224/stat : 17224 (java) S 17206 17206 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628928336 832258048 23005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1184.51
Current children cumulated vsize (KiB) 488664

[startup+1422.31 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538592/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1046.87
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 104621 66 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1243.94
Current children cumulated vsize (KiB) 488664

[startup+1482.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538592/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1106.3
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 110564 66 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1303.37
Current children cumulated vsize (KiB) 488664

[startup+1542.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538592/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1165.74
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 116507 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1362.81
Current children cumulated vsize (KiB) 488664

[startup+1602.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538528/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1225.17
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 122450 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134571641 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1422.24
Current children cumulated vsize (KiB) 488664

[startup+1662.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538528/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1284.6
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 128393 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134570809 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 488664

[startup+1722.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538528/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1344.04
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 134337 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1541.11
Current children cumulated vsize (KiB) 488664

[startup+1782.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538528/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1403.46
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 140279 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1600.53
Current children cumulated vsize (KiB) 488664

[startup+1842.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538464/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1462.9
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 146223 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1659.97
Current children cumulated vsize (KiB) 488664

[startup+1902.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538464/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1522.32
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 152165 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1719.39
Current children cumulated vsize (KiB) 488664

[startup+1962.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538464/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1581.75
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 158108 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1778.82
Current children cumulated vsize (KiB) 488664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1983.7 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538464/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1602.95
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 160228 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 488664

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

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

[startup+1983.7 s]
/proc/loadavg: 3.00 3.00 3.00 4/92 17237
/proc/meminfo: memFree=538464/2055920 swapFree=4179484/4192956
[pid=17206] ppid=17204 vsize=47560 CPUtime=197.07
/proc/17206/stat : 17206 (galacE.sh) S 17204 17206 13131 0 -1 4194304 799 25940 0 1 0 0 19595 112 17 0 1 0 628928329 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17206/statm: 11890 364 245 79 0 219 0
[pid=17229] ppid=17206 vsize=441104 CPUtime=1602.95
/proc/17229/stat : 17229 (eSAT_static) R 17206 17206 13131 0 -1 4194304 108175 0 0 0 160228 67 0 0 25 0 1 0 628964402 451690496 108157 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17229/statm: 110276 108157 78 162 0 110111 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 488664

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17206 and gives
#  childrusage.ru_utime.tv_sec=195
#  childrusage.ru_utime.tv_usec=953210
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=128828
# CPU time returned by wait4() is 197.082
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1983.72
CPU time (s): 1800.02
CPU user time (s): 1798.23
CPU system time (s): 1.79
CPU usage (%): 90.7398
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.953
system time used= 1.12883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26739
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= 11198
involuntary context switches= 10033

runsolver used 2.30065 second user time and 6.72798 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-03 06:40:25
IDJOB=1055679
IDBENCH=56966
IDSOLVER=351
FILE ID=node92/1055679-1215060025
PBS_JOBID= 7874993
Free space on /tmp= 66560 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-453_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055679-1215060025/watcher-1055679-1215060025 -o /tmp/evaluation-result-1055679-1215060025/solver-1055679-1215060025 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055679-1215060025.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc159f71b70cc6572fa8c4e05332f265
RANDOM SEED=1298123112

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1157792 kB
Buffers:         37632 kB
Cached:         313124 kB
SwapCached:       8352 kB
Active:         610296 kB
Inactive:       243408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157792 kB
SwapTotal:     4192956 kB
SwapFree:      4179484 kB
Dirty:            3488 kB
Writeback:           0 kB
Mapped:         520644 kB
Slab:            27796 kB
Committed_AS:  1728532 kB
PageTables:       3400 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= 66380 MiB
End job on node92 at 2008-07-03 07:13:31