Trace number 1066647

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 EUNSAT 948.661 957.233

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-11_ext.xml
MD5SUM8023827064ebe7ba1d292770f1bf93c1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.68753
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints20
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension20
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.01/0.66	c start processing
0.01/0.66	c start relation processing
0.01/0.96	c start cnf exporting
25.03/25.37	c parsing time : 0.541
25.03/25.37	c preprocessing time : 25.246
25.03/25.37	
25.03/25.37	c Nary constraints - conflicts : 0 supports : 20
25.03/25.37	c Binary constraints - conflicts : 0 supports :0
25.03/25.37	c max arity constraint : 11
25.03/25.37	c Max Tuples generated 0
25.03/25.37	c relations : 2
25.03/25.37	c relations BDD: 2
25.03/25.37	c sampling 0/0
25.03/25.37	c vars : 209350 - clauses :  740923
25.03/25.37	
25.09/25.42	 
25.09/25.42	c --- SAT Solver Stats ---
25.09/25.42	 
25.09/25.42	c eSAT 0.1 : minisat core with additionnal features
25.09/25.42	c ============================[ Problem Statistics ]=============================
25.09/25.42	c |                                                                             |
25.09/25.42	c |  Number of variables:  209349                                               |
25.09/25.42	c |  Number of clauses:    740923                                               |
25.98/26.40	c |  Parsing time:         0.88         s                                       |
948.50/957.19	c restarts              : 727
948.50/957.19	c conflicts             : 177999         (193 /sec)
948.50/957.19	c decisions             : 621384         (27.66 % random) (673 /sec)
948.50/957.19	c euip                  : 12474       
948.50/957.19	c propagations          : 868597738      (940792 /sec)
948.50/957.19	c conflict literals     : 7035799        (44.07 % deleted)
948.50/957.19	c Memory used           : 113.72 MB
948.50/957.19	c CPU time              : 923.263 s
948.50/957.19	c 
948.50/957.19	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1066647-1215148783/watcher-1066647-1215148783 -o /tmp/evaluation-result-1066647-1215148783/solver-1066647-1215148783 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066647-1215148783.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.06 2.02 2.00 4/72 21499
/proc/meminfo: memFree=1820032/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=5268 CPUtime=0
/proc/21499/stat : 21499 (galacE.sh) R 21497 21499 16538 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 1993852910 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 240469996937 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21499/statm: 1317 186 139 79 0 121 0

[startup+0.0262919 s]
/proc/loadavg: 2.06 2.02 2.00 4/72 21499
/proc/meminfo: memFree=1820032/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=8784 CPUtime=0
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 586 1319 0 0 0 0 0 0 20 0 1 0 1993852910 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 240472784978 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21499/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.101295 s]
/proc/loadavg: 2.06 2.02 2.00 4/72 21499
/proc/meminfo: memFree=1820032/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301313 s]
/proc/loadavg: 2.06 2.02 2.00 4/72 21499
/proc/meminfo: memFree=1820032/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701348 s]
/proc/loadavg: 2.06 2.02 2.00 4/72 21499
/proc/meminfo: memFree=1820032/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50142 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 21521
/proc/meminfo: memFree=1769328/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21513] ppid=21499 vsize=812552 CPUtime=1.44
/proc/21513/stat : 21513 (java) S 21499 21499 16538 0 -1 0 21734 0 1 0 134 10 0 0 18 0 9 0 1993852914 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21513/statm: 203138 21157 1913 9 0 197171 0
[pid=21513/tid=21514] ppid=21499 vsize=812552 CPUtime=1.1
/proc/21513/task/21514/stat : 21514 (java) R 21499 21499 16538 0 -1 64 14520 0 1 0 103 7 0 0 25 0 9 0 1993852915 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4126897828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21515] ppid=21499 vsize=812552 CPUtime=0.11
/proc/21513/task/21515/stat : 21515 (java) S 21499 21499 16538 0 -1 64 5697 0 0 0 9 2 0 0 17 0 9 0 1993852916 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21516] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21516/stat : 21516 (java) S 21499 21499 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21517] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21517/stat : 21517 (java) S 21499 21499 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21518] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21518/stat : 21518 (java) S 21499 21499 16538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993852918 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21519] ppid=21499 vsize=812552 CPUtime=0.21
/proc/21513/task/21519/stat : 21519 (java) S 21499 21499 16538 0 -1 64 816 0 0 0 21 0 0 0 15 0 9 0 1993852918 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21520] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21520/stat : 21520 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993852919 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21521] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21521/stat : 21521 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993852919 832053248 21157 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860116

[startup+3.10256 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 21521
/proc/meminfo: memFree=1735728/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21513] ppid=21499 vsize=812552 CPUtime=3.03
/proc/21513/stat : 21513 (java) S 21499 21499 16538 0 -1 0 23124 0 1 0 291 12 0 0 18 0 9 0 1993852914 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21513/statm: 203138 22543 1913 9 0 197171 0
[pid=21513/tid=21514] ppid=21499 vsize=812552 CPUtime=2.65
/proc/21513/task/21514/stat : 21514 (java) R 21499 21499 16538 0 -1 64 14526 0 1 0 257 8 0 0 25 0 9 0 1993852915 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 103232904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21515] ppid=21499 vsize=812552 CPUtime=0.13
/proc/21513/task/21515/stat : 21515 (java) S 21499 21499 16538 0 -1 64 7077 0 0 0 10 3 0 0 16 0 9 0 1993852916 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21516] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21516/stat : 21516 (java) S 21499 21499 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21517] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21517/stat : 21517 (java) S 21499 21499 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21518] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21518/stat : 21518 (java) S 21499 21499 16538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993852918 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21519] ppid=21499 vsize=812552 CPUtime=0.21
/proc/21513/task/21519/stat : 21519 (java) S 21499 21499 16538 0 -1 64 820 0 0 0 21 0 0 0 15 0 9 0 1993852918 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21520] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21520/stat : 21520 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993852919 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21521] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21521/stat : 21521 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993852919 832053248 22543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860116

[startup+6.30284 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 21521
/proc/meminfo: memFree=1733680/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21513] ppid=21499 vsize=812552 CPUtime=6.2
/proc/21513/stat : 21513 (java) S 21499 21499 16538 0 -1 0 23133 0 1 0 606 14 0 0 18 0 9 0 1993852914 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21513/statm: 203138 22546 1913 9 0 197171 0
[pid=21513/tid=21514] ppid=21499 vsize=812552 CPUtime=5.81
/proc/21513/task/21514/stat : 21514 (java) R 21499 21499 16538 0 -1 64 14532 0 1 0 572 9 0 0 25 0 9 0 1993852915 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4126592391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21515] ppid=21499 vsize=812552 CPUtime=0.14
/proc/21513/task/21515/stat : 21515 (java) S 21499 21499 16538 0 -1 64 7077 0 0 0 11 3 0 0 16 0 9 0 1993852916 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21516] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21516/stat : 21516 (java) S 21499 21499 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21517] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21517/stat : 21517 (java) S 21499 21499 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21518] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21518/stat : 21518 (java) S 21499 21499 16538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993852918 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21519] ppid=21499 vsize=812552 CPUtime=0.22
/proc/21513/task/21519/stat : 21519 (java) S 21499 21499 16538 0 -1 64 823 0 0 0 22 0 0 0 16 0 9 0 1993852918 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21520] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21520/stat : 21520 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993852919 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21521] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21521/stat : 21521 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993852919 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860116

[startup+12.7024 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 21521
/proc/meminfo: memFree=1729840/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=0.01
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21513] ppid=21499 vsize=812552 CPUtime=12.53
/proc/21513/stat : 21513 (java) S 21499 21499 16538 0 -1 0 23145 0 1 0 1238 15 0 0 18 0 9 0 1993852914 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21513/statm: 203138 22546 1913 9 0 197171 0
[pid=21513/tid=21514] ppid=21499 vsize=812552 CPUtime=12.15
/proc/21513/task/21514/stat : 21514 (java) R 21499 21499 16538 0 -1 64 14544 0 1 0 1204 11 0 0 25 0 9 0 1993852915 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4126900413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21515] ppid=21499 vsize=812552 CPUtime=0.14
/proc/21513/task/21515/stat : 21515 (java) S 21499 21499 16538 0 -1 64 7077 0 0 0 11 3 0 0 16 0 9 0 1993852916 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21516] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21516/stat : 21516 (java) S 21499 21499 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21517] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21517/stat : 21517 (java) S 21499 21499 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993852916 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21518] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21518/stat : 21518 (java) S 21499 21499 16538 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993852918 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21519] ppid=21499 vsize=812552 CPUtime=0.22
/proc/21513/task/21519/stat : 21519 (java) S 21499 21499 16538 0 -1 64 823 0 0 0 22 0 0 0 16 0 9 0 1993852918 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21520] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21520/stat : 21520 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993852919 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21513/tid=21521] ppid=21499 vsize=812552 CPUtime=0
/proc/21513/task/21521/stat : 21521 (java) S 21499 21499 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993852919 832053248 22546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860116

[startup+25.5015 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 21521
/proc/meminfo: memFree=1721840/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 47564

[startup+51.1018 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 21522
/proc/meminfo: memFree=1697648/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=115196 CPUtime=25.44
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30145 0 0 0 2529 15 0 0 25 0 1 0 1993855452 117960704 26766 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 28799 26766 80 162 0 28634 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 162760

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 21522
/proc/meminfo: memFree=1697520/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=115196 CPUtime=76.19
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30155 0 0 0 7603 16 0 0 25 0 1 0 1993855452 117960704 26776 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 28799 26776 80 162 0 28634 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 162760

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


[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1696816/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=115592 CPUtime=551.94
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30257 0 0 0 55174 20 0 0 25 0 1 0 1993855452 118366208 26878 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 28898 26878 80 162 0 28733 0
Current children cumulated CPU time (s) 577.05
Current children cumulated vsize (KiB) 163156

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1696432/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=115948 CPUtime=611.4
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30339 0 0 0 61120 20 0 0 25 0 1 0 1993855452 118730752 26960 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 28987 26960 80 162 0 28822 0
Current children cumulated CPU time (s) 636.51
Current children cumulated vsize (KiB) 163512

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1696368/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116080 CPUtime=670.86
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30344 0 0 0 67065 21 0 0 25 0 1 0 1993855452 118865920 26965 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29020 26965 80 162 0 28855 0
Current children cumulated CPU time (s) 695.97
Current children cumulated vsize (KiB) 163644

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1696368/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116080 CPUtime=730.33
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30352 0 0 0 73012 21 0 0 25 0 1 0 1993855452 118865920 26973 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29020 26973 80 162 0 28855 0
Current children cumulated CPU time (s) 755.44
Current children cumulated vsize (KiB) 163644

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1696240/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116236 CPUtime=789.79
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30384 0 0 0 78957 22 0 0 25 0 1 0 1993855452 119025664 27005 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29059 27005 80 162 0 28894 0
Current children cumulated CPU time (s) 814.9
Current children cumulated vsize (KiB) 163800

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695920/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=849.25
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30446 0 0 0 84903 22 0 0 25 0 1 0 1993855452 119242752 27067 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27067 80 162 0 28947 0
Current children cumulated CPU time (s) 874.36
Current children cumulated vsize (KiB) 164012

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=908.73
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30446 0 0 0 90850 23 0 0 25 0 1 0 1993855452 119242752 27067 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27067 80 162 0 28947 0
Current children cumulated CPU time (s) 933.84
Current children cumulated vsize (KiB) 164012

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

[startup+947.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=913.49
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30446 0 0 0 91326 23 0 0 25 0 1 0 1993855452 119242752 27067 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27067 80 162 0 28947 0
Current children cumulated CPU time (s) 938.6
Current children cumulated vsize (KiB) 164012

[startup+953.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=919.83
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30446 0 0 0 91960 23 0 0 25 0 1 0 1993855452 119242752 27067 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27067 80 162 0 28947 0
Current children cumulated CPU time (s) 944.94
Current children cumulated vsize (KiB) 164012

[startup+955.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=921.41
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30446 0 0 0 92118 23 0 0 25 0 1 0 1993855452 119242752 27067 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27067 80 162 0 28947 0
Current children cumulated CPU time (s) 946.52
Current children cumulated vsize (KiB) 164012

[startup+955.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=922.21
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30447 0 0 0 92198 23 0 0 25 0 1 0 1993855452 119242752 27068 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27068 80 162 0 28947 0
Current children cumulated CPU time (s) 947.32
Current children cumulated vsize (KiB) 164012

[startup+956.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=923
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30447 0 0 0 92277 23 0 0 25 0 1 0 1993855452 119242752 27068 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27068 80 162 0 28947 0
Current children cumulated CPU time (s) 948.11
Current children cumulated vsize (KiB) 164012

[startup+957.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=116448 CPUtime=923.39
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194304 30447 0 0 0 92316 23 0 0 25 0 1 0 1993855452 119242752 27068 996147200 134512640 135177480 4294955984 18446744073709551615 134566353 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 29112 27068 80 162 0 28947 0
Current children cumulated CPU time (s) 948.5
Current children cumulated vsize (KiB) 164012

[startup+957.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 21522
/proc/meminfo: memFree=1695856/2055920 swapFree=4180972/4192956
[pid=21499] ppid=21497 vsize=47564 CPUtime=25.11
/proc/21499/stat : 21499 (galacE.sh) S 21497 21499 16538 0 -1 4194304 801 24877 0 1 0 0 2488 23 17 0 1 0 1993852910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21499/statm: 11891 366 247 79 0 219 0
[pid=21522] ppid=21499 vsize=0 CPUtime=923.49
/proc/21522/stat : 21522 (eSAT_static) R 21499 21499 16538 0 -1 4194308 30458 0 0 0 92326 23 0 0 25 0 1 0 1993855452 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 948.6
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 957.233
CPU time (s): 948.661
CPU user time (s): 948.155
CPU system time (s): 0.505923
CPU usage (%): 99.1045
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 948.155
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56327
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= 1879
involuntary context switches= 22754

runsolver used 1.12983 second user time and 3.15052 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 07:19:43
IDJOB=1066647
IDBENCH=55134
IDSOLVER=351
FILE ID=node15/1066647-1215148783
PBS_JOBID= 7877322
Free space on /tmp= 66560 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-11_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066647-1215148783/watcher-1066647-1215148783 -o /tmp/evaluation-result-1066647-1215148783/solver-1066647-1215148783 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1066647-1215148783.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8023827064ebe7ba1d292770f1bf93c1
RANDOM SEED=956217610

node15.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.229
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.229
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:       1820512 kB
Buffers:         26592 kB
Cached:         136844 kB
SwapCached:       6020 kB
Active:         122768 kB
Inactive:        52444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820512 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:          19116 kB
Slab:            45504 kB
Committed_AS:  3487784 kB
PageTables:       1868 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= 66556 MiB
End job on node15 at 2008-07-04 07:35:40