Trace number 1107599

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.07 1814.31

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-14_ext.xml
MD5SUM6797b14732deb534296b42a9ade425c3
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 variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.23	c --- Preproc Stats ---
1.93/2.24	c start processing
1.93/2.24	c start relation processing
5.43/5.78	c start cnf exporting
126.05/126.49	c parsing time : 1.921
126.05/126.49	c preprocessing time : 126.17
126.05/126.49	
126.05/126.49	c Nary constraints - conflicts : 0 supports : 24
126.05/126.49	c Binary constraints - conflicts : 0 supports :0
126.05/126.49	c max arity constraint : 14
126.05/126.49	c Max Tuples generated 0
126.05/126.49	c relations : 2
126.05/126.49	c relations BDD: 2
126.05/126.49	c sampling 0/0
126.05/126.49	c vars : 1073479 - clauses :  3885078
126.05/126.49	
126.14/126.54	 
126.14/126.54	c --- SAT Solver Stats ---
126.14/126.54	 
126.14/126.54	c eSAT 0.1 : minisat core with additionnal features
126.14/126.54	c ============================[ Problem Statistics ]=============================
126.14/126.54	c |                                                                             |
126.14/126.54	c |  Number of variables:  1073478                                              |
126.14/126.54	c |  Number of clauses:    3885078                                              |
131.57/132.09	c |  Parsing time:         5.02         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-1107599-1215477268/watcher-1107599-1215477268 -o /tmp/evaluation-result-1107599-1215477268/solver-1107599-1215477268 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1107599-1215477268.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.99 1.41 1.15 4/82 3074
/proc/meminfo: memFree=1841528/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=18572 CPUtime=0
/proc/3074/stat : 3074 (runsolver) D 3072 3074 2725 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4423885 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3074/statm: 4643 292 257 25 0 2626 0

[startup+0.0507141 s]
/proc/loadavg: 1.99 1.41 1.15 4/82 3074
/proc/meminfo: memFree=1841528/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=544 CPUtime=0
/proc/3074/stat : 3074 (galacE.sh) D 3072 3074 2725 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 4423885 557056 1 996147200 0 0 548682069581 18446744073709551615 249069890855 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/3074/statm: 136 1 0 0 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 544

[startup+0.102724 s]
/proc/loadavg: 1.99 1.41 1.15 4/82 3074
/proc/meminfo: memFree=1841528/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=5192 CPUtime=0
/proc/3074/stat : 3074 (galacE.sh) D 3072 3074 2725 0 -1 4194304 106 0 3 0 0 0 0 0 18 0 1 0 4423885 5316608 80 996147200 4194304 4520092 548682068832 18446744073709551615 249070058994 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3074/statm: 1298 80 59 79 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5192

[startup+0.301766 s]
/proc/loadavg: 1.99 1.41 1.15 4/82 3074
/proc/meminfo: memFree=1841528/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.701833 s]
/proc/loadavg: 1.99 1.41 1.15 4/82 3074
/proc/meminfo: memFree=1841528/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.50197 s]
/proc/loadavg: 1.99 1.41 1.15 3/92 3096
/proc/meminfo: memFree=1795176/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3088] ppid=3074 vsize=812628 CPUtime=1.21
/proc/3088/stat : 3088 (java) S 3074 3074 2725 0 -1 0 26084 0 1 0 110 11 0 0 18 0 9 0 4423908 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3088/statm: 203157 25509 1883 9 0 197138 0
[pid=3088/tid=3089] ppid=3074 vsize=812628 CPUtime=0.99
/proc/3088/task/3089/stat : 3089 (java) R 3074 3074 2725 0 -1 64 14453 0 1 0 93 6 0 0 25 0 9 0 4423909 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4126767672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3090] ppid=3074 vsize=812628 CPUtime=0.08
/proc/3088/task/3090/stat : 3090 (java) S 3074 3074 2725 0 -1 64 10168 0 0 0 5 3 0 0 16 0 9 0 4423910 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3091] ppid=3074 vsize=812628 CPUtime=0
/proc/3088/task/3091/stat : 3091 (java) S 3074 3074 2725 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 4423911 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3092] ppid=3074 vsize=812628 CPUtime=0
/proc/3088/task/3092/stat : 3092 (java) S 3074 3074 2725 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 4423911 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3093] ppid=3074 vsize=812628 CPUtime=0
/proc/3088/task/3093/stat : 3093 (java) S 3074 3074 2725 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4423913 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3094] ppid=3074 vsize=812628 CPUtime=0.11
/proc/3088/task/3094/stat : 3094 (java) S 3074 3074 2725 0 -1 64 763 0 0 0 11 0 0 0 16 0 9 0 4423913 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3095] ppid=3074 vsize=812628 CPUtime=0
/proc/3088/task/3095/stat : 3095 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4423913 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3096] ppid=3074 vsize=812628 CPUtime=0
/proc/3088/task/3096/stat : 3096 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4423913 832131072 25509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 860192

[startup+3.10226 s]
/proc/loadavg: 1.99 1.41 1.15 3/92 3096
/proc/meminfo: memFree=1731880/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3088] ppid=3074 vsize=812752 CPUtime=2.81
/proc/3088/stat : 3088 (java) S 3074 3074 2725 0 -1 0 29190 0 1 0 268 13 0 0 18 0 9 0 4423908 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3088/statm: 203188 28612 1890 9 0 197169 0
[pid=3088/tid=3089] ppid=3074 vsize=812752 CPUtime=2.52
/proc/3088/task/3089/stat : 3089 (java) R 3074 3074 2725 0 -1 64 14477 0 1 0 246 6 0 0 25 0 9 0 4423909 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3090] ppid=3074 vsize=812752 CPUtime=0.12
/proc/3088/task/3090/stat : 3090 (java) S 3074 3074 2725 0 -1 64 13231 0 0 0 7 5 0 0 16 0 9 0 4423910 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3091] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3091/stat : 3091 (java) S 3074 3074 2725 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 4423911 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3092] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3092/stat : 3092 (java) S 3074 3074 2725 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 4423911 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3093] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3093/stat : 3093 (java) S 3074 3074 2725 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4423913 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3094] ppid=3074 vsize=812752 CPUtime=0.13
/proc/3088/task/3094/stat : 3094 (java) R 3074 3074 2725 0 -1 64 782 0 0 0 13 0 0 0 15 0 9 0 4423913 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3095] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3095/stat : 3095 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4423913 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3096] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3096/stat : 3096 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4423913 832258048 28612 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 860316

[startup+6.30183 s]
/proc/loadavg: 1.99 1.42 1.16 3/92 3096
/proc/meminfo: memFree=1731560/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3088] ppid=3074 vsize=812752 CPUtime=6.01
/proc/3088/stat : 3088 (java) S 3074 3074 2725 0 -1 0 37380 0 1 0 585 16 0 0 18 0 9 0 4423908 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3088/statm: 203188 36797 1910 9 0 197169 0
[pid=3088/tid=3089] ppid=3074 vsize=812752 CPUtime=5.31
/proc/3088/task/3089/stat : 3089 (java) R 3074 3074 2725 0 -1 64 14523 0 1 0 525 6 0 0 25 0 9 0 4423909 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4126678722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3090] ppid=3074 vsize=812752 CPUtime=0.46
/proc/3088/task/3090/stat : 3090 (java) S 3074 3074 2725 0 -1 64 21331 0 0 0 39 7 0 0 19 0 9 0 4423910 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3091] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3091/stat : 3091 (java) S 3074 3074 2725 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4423911 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3092] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3092/stat : 3092 (java) S 3074 3074 2725 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 4423911 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3093] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3093/stat : 3093 (java) S 3074 3074 2725 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4423913 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3094] ppid=3074 vsize=812752 CPUtime=0.21
/proc/3088/task/3094/stat : 3094 (java) S 3074 3074 2725 0 -1 64 826 0 0 0 20 1 0 0 16 0 9 0 4423913 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3095] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3095/stat : 3095 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4423913 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3096] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3096/stat : 3096 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4423913 832258048 36797 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 860316

[startup+12.702 s]
/proc/loadavg: 1.99 1.43 1.16 3/92 3096
/proc/meminfo: memFree=1689640/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3088] ppid=3074 vsize=812752 CPUtime=12.4
/proc/3088/stat : 3088 (java) S 3074 3074 2725 0 -1 0 38777 0 1 0 1221 19 0 0 18 0 9 0 4423908 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3088/statm: 203188 38181 1911 9 0 197169 0
[pid=3088/tid=3089] ppid=3074 vsize=812752 CPUtime=11.6
/proc/3088/task/3089/stat : 3089 (java) R 3074 3074 2725 0 -1 64 14537 0 1 0 1151 9 0 0 25 0 9 0 4423909 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4126885704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3090] ppid=3074 vsize=812752 CPUtime=0.56
/proc/3088/task/3090/stat : 3090 (java) S 3074 3074 2725 0 -1 64 22710 0 0 0 48 8 0 0 16 0 9 0 4423910 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3091] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3091/stat : 3091 (java) S 3074 3074 2725 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4423911 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3092] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3092/stat : 3092 (java) S 3074 3074 2725 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 4423911 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3093] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3093/stat : 3093 (java) S 3074 3074 2725 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4423913 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3094] ppid=3074 vsize=812752 CPUtime=0.21
/proc/3088/task/3094/stat : 3094 (java) S 3074 3074 2725 0 -1 64 830 0 0 0 20 1 0 0 15 0 9 0 4423913 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3095] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3095/stat : 3095 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4423913 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3096] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3096/stat : 3096 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4423913 832258048 38181 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 860316

[startup+25.5023 s]
/proc/loadavg: 2.07 1.48 1.18 3/92 3096
/proc/meminfo: memFree=1680872/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 761 1698 5 0 0 1 0 1 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3088] ppid=3074 vsize=812752 CPUtime=25.2
/proc/3088/stat : 3088 (java) S 3074 3074 2725 0 -1 0 38812 0 1 0 2495 25 0 0 18 0 9 0 4423908 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3088/statm: 203188 38191 1911 9 0 197169 0
[pid=3088/tid=3089] ppid=3074 vsize=812752 CPUtime=24.38
/proc/3088/task/3089/stat : 3089 (java) R 3074 3074 2725 0 -1 64 14562 0 1 0 2424 14 0 0 25 0 9 0 4423909 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 101444468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3090] ppid=3074 vsize=812752 CPUtime=0.57
/proc/3088/task/3090/stat : 3090 (java) S 3074 3074 2725 0 -1 64 22717 0 0 0 49 8 0 0 16 0 9 0 4423910 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3091] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3091/stat : 3091 (java) S 3074 3074 2725 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4423911 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3092] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3092/stat : 3092 (java) S 3074 3074 2725 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 4423911 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3093] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3093/stat : 3093 (java) S 3074 3074 2725 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4423913 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3094] ppid=3074 vsize=812752 CPUtime=0.22
/proc/3088/task/3094/stat : 3094 (java) S 3074 3074 2725 0 -1 64 833 0 0 0 21 1 0 0 16 0 9 0 4423913 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3095] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3095/stat : 3095 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4423913 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3088/tid=3096] ppid=3074 vsize=812752 CPUtime=0
/proc/3088/task/3096/stat : 3096 (java) S 3074 3074 2725 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4423913 832258048 38191 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860316

[startup+51.1028 s]
/proc/loadavg: 2.12 1.53 1.20 3/92 3096
/proc/meminfo: memFree=1663464/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=0.02

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

/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1172.86
Current children cumulated vsize (KiB) 640840

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/84 3097
/proc/meminfo: memFree=1199592/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1106.18
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 110536 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1232.35
Current children cumulated vsize (KiB) 640840

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/84 3097
/proc/meminfo: memFree=1199592/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1165.67
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 116485 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1291.84
Current children cumulated vsize (KiB) 640840

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/84 3097
/proc/meminfo: memFree=1199592/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1225.16
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 122434 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1351.33
Current children cumulated vsize (KiB) 640840

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.79 3/84 3097
/proc/meminfo: memFree=1199592/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1284.65
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 128383 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1410.82
Current children cumulated vsize (KiB) 640840

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/84 3097
/proc/meminfo: memFree=1199592/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1344.13
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 134331 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (KiB) 640840

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/84 3097
/proc/meminfo: memFree=1199528/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1403.62
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 140280 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1529.79
Current children cumulated vsize (KiB) 640840

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/84 3103
/proc/meminfo: memFree=1199464/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1463.09
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 146227 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1589.26
Current children cumulated vsize (KiB) 640840

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/84 3103
/proc/meminfo: memFree=1199464/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1522.58
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 152176 82 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1648.75
Current children cumulated vsize (KiB) 640840

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/84 3143
/proc/meminfo: memFree=1174960/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1582.26
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 158143 83 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1708.43
Current children cumulated vsize (KiB) 640840

[startup+1782.3 s]
/proc/loadavg: 2.06 1.99 1.84 3/84 3143
/proc/meminfo: memFree=1163504/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1642.02
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 164119 83 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565723 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1768.19
Current children cumulated vsize (KiB) 640840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 2.04 1.99 1.85 3/84 3143
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1673.9
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 167307 83 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 640840

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

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

[startup+1814.3 s]
/proc/loadavg: 2.04 1.99 1.85 3/84 3143
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=3074] ppid=3072 vsize=47564 CPUtime=126.17
/proc/3074/stat : 3074 (galacE.sh) S 3072 3074 2725 0 -1 4194304 795 40720 5 1 0 1 12547 69 17 0 1 0 4423885 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3074/statm: 11891 365 246 79 0 219 0
[pid=3097] ppid=3074 vsize=593276 CPUtime=1673.9
/proc/3097/stat : 3097 (eSAT_static) R 3074 3074 2725 0 -1 4194304 157326 0 0 0 167307 83 0 0 25 0 1 0 4436539 607514624 138821 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/3097/statm: 148319 138821 79 162 0 148154 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 640840

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3074 and gives
#  childrusage.ru_utime.tv_sec=125
#  childrusage.ru_utime.tv_usec=480924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=703892
# CPU time returned by wait4() is 126.185
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.31
CPU time (s): 1800.07
CPU user time (s): 1798.54
CPU system time (s): 1.53
CPU usage (%): 99.215
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.481
system time used= 0.703892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41515
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5520
involuntary context switches= 5594

runsolver used 1.66275 second user time and 5.04423 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-08 02:34:28
IDJOB=1107599
IDBENCH=56556
IDSOLVER=351
FILE ID=node89/1107599-1215477268
PBS_JOBID= 7888631
Free space on /tmp= 66520 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg10-14_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107599-1215477268/watcher-1107599-1215477268 -o /tmp/evaluation-result-1107599-1215477268/solver-1107599-1215477268 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1107599-1215477268.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6797b14732deb534296b42a9ade425c3
RANDOM SEED=569856368

node89.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.266
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.266
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:       1842072 kB
Buffers:         29664 kB
Cached:         121772 kB
SwapCached:          0 kB
Active:         106788 kB
Inactive:        75820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5628 kB
Writeback:           0 kB
Mapped:          51368 kB
Slab:            16484 kB
Committed_AS:   127708 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66432 MiB
End job on node89 at 2008-07-08 03:04:44