Trace number 1068392

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.03 1809.01

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-10_ext.xml
MD5SUM65d02ec746f3e95546a88b0bab96d2df
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 variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
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 ---
1.54/1.63	c start processing
1.54/1.63	c start relation processing
3.73/3.82	c start cnf exporting
87.01/87.98	c parsing time : 1.505
87.01/87.98	c preprocessing time : 87.853
87.01/87.98	
87.01/87.98	c Nary constraints - conflicts : 0 supports : 17
87.01/87.98	c Binary constraints - conflicts : 0 supports :0
87.01/87.98	c max arity constraint : 10
87.01/87.98	c Max Tuples generated 0
87.01/87.98	c relations : 2
87.01/87.98	c relations BDD: 2
87.01/87.98	c sampling 0/0
87.01/87.98	c vars : 629843 - clauses :  2305550
87.01/87.98	
87.10/88.01	 
87.10/88.01	c --- SAT Solver Stats ---
87.10/88.01	 
87.10/88.01	c eSAT 0.1 : minisat core with additionnal features
87.10/88.01	c ============================[ Problem Statistics ]=============================
87.10/88.01	c |                                                                             |
87.10/88.01	c |  Number of variables:  629842                                               |
87.10/88.01	c |  Number of clauses:    2305550                                              |
90.45/91.41	c |  Parsing time:         3.06         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-1068392-1215153888/watcher-1068392-1215153888 -o /tmp/evaluation-result-1068392-1215153888/solver-1068392-1215153888 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1068392-1215153888.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.04 2.06 2.02 4/80 27800
/proc/meminfo: memFree=1750032/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=8652 CPUtime=0
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1994358633 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 2163 280 208 79 0 156 0
[pid=27801] ppid=27800 vsize=8688 CPUtime=0
/proc/27801/stat : 27801 (galacE.sh) S 27800 27800 25205 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1994358634 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 257203863634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27801/statm: 2172 286 209 79 0 165 0
[pid=27802] ppid=27801 vsize=8728 CPUtime=0
/proc/27802/stat : 27802 (galacE.sh) R 27801 27800 25205 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1994358634 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 257203694887 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/27802/statm: 2182 290 209 79 0 175 0

[startup+0.0904531 s]
/proc/loadavg: 2.04 2.06 2.02 4/80 27800
/proc/meminfo: memFree=1750032/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101456 s]
/proc/loadavg: 2.04 2.06 2.02 4/80 27800
/proc/meminfo: memFree=1750032/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.30147 s]
/proc/loadavg: 2.04 2.06 2.02 4/80 27800
/proc/meminfo: memFree=1750032/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701506 s]
/proc/loadavg: 2.04 2.06 2.02 4/80 27800
/proc/meminfo: memFree=1750032/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50258 s]
/proc/loadavg: 2.04 2.06 2.01 4/90 27822
/proc/meminfo: memFree=1706688/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27814] ppid=27800 vsize=812732 CPUtime=1.44
/proc/27814/stat : 27814 (java) S 27800 27800 25205 0 -1 0 22049 0 1 0 131 13 0 0 18 0 9 0 1994358637 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27814/statm: 203183 21474 1882 9 0 197164 0
[pid=27814/tid=27815] ppid=27800 vsize=812732 CPUtime=1.24
/proc/27814/task/27815/stat : 27815 (java) R 27800 27800 25205 0 -1 64 14461 0 1 0 116 8 0 0 25 0 9 0 1994358638 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4126648375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27816] ppid=27800 vsize=812732 CPUtime=0.04
/proc/27814/task/27816/stat : 27816 (java) S 27800 27800 25205 0 -1 64 6130 0 0 0 2 2 0 0 16 0 9 0 1994358639 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27817] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27817/stat : 27817 (java) S 27800 27800 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994358639 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27818] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27818/stat : 27818 (java) S 27800 27800 25205 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994358639 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27819] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27819/stat : 27819 (java) S 27800 27800 25205 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994358642 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27820] ppid=27800 vsize=812732 CPUtime=0.11
/proc/27814/task/27820/stat : 27820 (java) S 27800 27800 25205 0 -1 64 759 0 0 0 11 0 0 0 16 0 9 0 1994358642 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27821] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27821/stat : 27821 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994358642 832237568 21474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27822] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27822/stat : 27822 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994358642 832237568 21474 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) 860304

[startup+3.10271 s]
/proc/loadavg: 2.04 2.06 2.01 3/90 27822
/proc/meminfo: memFree=1663040/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27814] ppid=27800 vsize=812732 CPUtime=3.03
/proc/27814/stat : 27814 (java) S 27800 27800 25205 0 -1 0 23898 0 1 0 289 14 0 0 18 0 9 0 1994358637 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27814/statm: 203183 23320 1887 9 0 197164 0
[pid=27814/tid=27815] ppid=27800 vsize=812732 CPUtime=2.76
/proc/27814/task/27815/stat : 27815 (java) R 27800 27800 25205 0 -1 64 14478 0 1 0 268 8 0 0 25 0 9 0 1994358638 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4126819610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27816] ppid=27800 vsize=812732 CPUtime=0.07
/proc/27814/task/27816/stat : 27816 (java) S 27800 27800 25205 0 -1 64 7939 0 0 0 4 3 0 0 17 0 9 0 1994358639 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27817] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27817/stat : 27817 (java) S 27800 27800 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994358639 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27818] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27818/stat : 27818 (java) S 27800 27800 25205 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994358639 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27819] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27819/stat : 27819 (java) S 27800 27800 25205 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994358642 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27820] ppid=27800 vsize=812732 CPUtime=0.16
/proc/27814/task/27820/stat : 27820 (java) S 27800 27800 25205 0 -1 64 782 0 0 0 15 1 0 0 15 0 9 0 1994358642 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27821] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27821/stat : 27821 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994358642 832237568 23320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27822] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27822/stat : 27822 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994358642 832237568 23320 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) 860304

[startup+6.30197 s]
/proc/loadavg: 2.04 2.06 2.01 3/90 27822
/proc/meminfo: memFree=1624704/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27814] ppid=27800 vsize=812732 CPUtime=6.19
/proc/27814/stat : 27814 (java) S 27800 27800 25205 0 -1 0 33275 0 1 0 599 20 0 0 18 0 9 0 1994358637 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27814/statm: 203183 32689 1908 9 0 197164 0
[pid=27814/tid=27815] ppid=27800 vsize=812732 CPUtime=5.42
/proc/27814/task/27815/stat : 27815 (java) R 27800 27800 25205 0 -1 64 14528 0 1 0 533 9 0 0 25 0 9 0 1994358638 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 103207187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27816] ppid=27800 vsize=812732 CPUtime=0.51
/proc/27814/task/27816/stat : 27816 (java) S 27800 27800 25205 0 -1 64 17223 0 0 0 44 7 0 0 16 0 9 0 1994358639 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27817] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27817/stat : 27817 (java) S 27800 27800 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994358639 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27818] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27818/stat : 27818 (java) S 27800 27800 25205 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994358639 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27819] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27819/stat : 27819 (java) S 27800 27800 25205 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994358642 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27820] ppid=27800 vsize=812732 CPUtime=0.23
/proc/27814/task/27820/stat : 27820 (java) S 27800 27800 25205 0 -1 64 825 0 0 0 22 1 0 0 15 0 9 0 1994358642 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27821] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27821/stat : 27821 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994358642 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27822] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27822/stat : 27822 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994358642 832237568 32689 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860304

[startup+12.7025 s]
/proc/loadavg: 2.03 2.06 2.01 3/90 27822
/proc/meminfo: memFree=1621056/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27814] ppid=27800 vsize=812732 CPUtime=12.53
/proc/27814/stat : 27814 (java) S 27800 27800 25205 0 -1 0 33287 0 1 0 1231 22 0 0 18 0 9 0 1994358637 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27814/statm: 203183 32690 1908 9 0 197164 0
[pid=27814/tid=27815] ppid=27800 vsize=812732 CPUtime=11.74
/proc/27814/task/27815/stat : 27815 (java) R 27800 27800 25205 0 -1 64 14539 0 1 0 1163 11 0 0 25 0 9 0 1994358638 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 104689130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27816] ppid=27800 vsize=812732 CPUtime=0.52
/proc/27814/task/27816/stat : 27816 (java) S 27800 27800 25205 0 -1 64 17223 0 0 0 45 7 0 0 16 0 9 0 1994358639 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27817] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27817/stat : 27817 (java) S 27800 27800 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994358639 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27818] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27818/stat : 27818 (java) S 27800 27800 25205 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994358639 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27819] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27819/stat : 27819 (java) S 27800 27800 25205 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27820] ppid=27800 vsize=812732 CPUtime=0.23
/proc/27814/task/27820/stat : 27820 (java) S 27800 27800 25205 0 -1 64 826 0 0 0 22 1 0 0 16 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27821] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27821/stat : 27821 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27822] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27822/stat : 27822 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994358642 832237568 32690 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) 860304

[startup+25.5026 s]
/proc/loadavg: 2.02 2.06 2.01 3/90 27822
/proc/meminfo: memFree=1614080/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=0.01
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27814] ppid=27800 vsize=812732 CPUtime=25.21
/proc/27814/stat : 27814 (java) S 27800 27800 25205 0 -1 0 33308 0 1 0 2494 27 0 0 18 0 9 0 1994358637 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27814/statm: 203183 32690 1908 9 0 197164 0
[pid=27814/tid=27815] ppid=27800 vsize=812732 CPUtime=24.41
/proc/27814/task/27815/stat : 27815 (java) R 27800 27800 25205 0 -1 64 14560 0 1 0 2425 16 0 0 25 0 9 0 1994358638 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4126908806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27816] ppid=27800 vsize=812732 CPUtime=0.54
/proc/27814/task/27816/stat : 27816 (java) S 27800 27800 25205 0 -1 64 17223 0 0 0 46 8 0 0 16 0 9 0 1994358639 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27817] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27817/stat : 27817 (java) S 27800 27800 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994358639 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27818] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27818/stat : 27818 (java) S 27800 27800 25205 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994358639 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27819] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27819/stat : 27819 (java) S 27800 27800 25205 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27820] ppid=27800 vsize=812732 CPUtime=0.23
/proc/27814/task/27820/stat : 27820 (java) S 27800 27800 25205 0 -1 64 826 0 0 0 22 1 0 0 16 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27821] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27821/stat : 27821 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27814/tid=27822] ppid=27800 vsize=812732 CPUtime=0
/proc/27814/task/27822/stat : 27822 (java) S 27800 27800 25205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994358642 832237568 32690 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22

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

/proc/27823/statm: 86589 83072 79 162 0 86424 0
Current children cumulated CPU time (s) 1113.58
Current children cumulated vsize (KiB) 393928

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/74 27858
/proc/meminfo: memFree=1418048/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346356 CPUtime=1086.47
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94162 0 0 0 108592 55 0 0 25 0 1 0 1994367434 354668544 83072 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86589 83072 79 162 0 86424 0
Current children cumulated CPU time (s) 1173.57
Current children cumulated vsize (KiB) 393928

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 27858
/proc/meminfo: memFree=1417984/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346436 CPUtime=1146.44
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94181 0 0 0 114589 55 0 0 25 0 1 0 1994367434 354750464 83091 996147200 134512640 135177480 4294955984 18446744073709551615 134547818 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86609 83091 79 162 0 86444 0
Current children cumulated CPU time (s) 1233.54
Current children cumulated vsize (KiB) 394008

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 27858
/proc/meminfo: memFree=1417984/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346436 CPUtime=1206.43
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94181 0 0 0 120588 55 0 0 25 0 1 0 1994367434 354750464 83091 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86609 83091 79 162 0 86444 0
Current children cumulated CPU time (s) 1293.53
Current children cumulated vsize (KiB) 394008

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 27858
/proc/meminfo: memFree=1417984/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346436 CPUtime=1266.4
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94181 0 0 0 126585 55 0 0 25 0 1 0 1994367434 354750464 83091 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86609 83091 79 162 0 86444 0
Current children cumulated CPU time (s) 1353.5
Current children cumulated vsize (KiB) 394008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 27858
/proc/meminfo: memFree=1417984/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346436 CPUtime=1326.38
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94181 0 0 0 132583 55 0 0 25 0 1 0 1994367434 354750464 83091 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86609 83091 79 162 0 86444 0
Current children cumulated CPU time (s) 1413.48
Current children cumulated vsize (KiB) 394008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 27858
/proc/meminfo: memFree=1417984/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346436 CPUtime=1386.35
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94181 0 0 0 138580 55 0 0 25 0 1 0 1994367434 354750464 83091 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86609 83091 79 162 0 86444 0
Current children cumulated CPU time (s) 1473.45
Current children cumulated vsize (KiB) 394008

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 27858
/proc/meminfo: memFree=1417920/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346600 CPUtime=1446.33
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94210 0 0 0 144578 55 0 0 25 0 1 0 1994367434 354918400 83120 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86650 83120 79 162 0 86485 0
Current children cumulated CPU time (s) 1533.43
Current children cumulated vsize (KiB) 394172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 27858
/proc/meminfo: memFree=1417792/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346600 CPUtime=1506.31
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94212 0 0 0 150576 55 0 0 25 0 1 0 1994367434 354918400 83122 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86650 83122 79 162 0 86485 0
Current children cumulated CPU time (s) 1593.41
Current children cumulated vsize (KiB) 394172

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/74 27858
/proc/meminfo: memFree=1417792/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346600 CPUtime=1566.28
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94214 0 0 0 156573 55 0 0 25 0 1 0 1994367434 354918400 83124 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86650 83124 79 162 0 86485 0
Current children cumulated CPU time (s) 1653.38
Current children cumulated vsize (KiB) 394172

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/74 27858
/proc/meminfo: memFree=1417728/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346600 CPUtime=1626.26
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94214 0 0 0 162571 55 0 0 25 0 1 0 1994367434 354918400 83124 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86650 83124 79 162 0 86485 0
Current children cumulated CPU time (s) 1713.36
Current children cumulated vsize (KiB) 394172

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/74 27858
/proc/meminfo: memFree=1417728/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346600 CPUtime=1686.24
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94215 0 0 0 168569 55 0 0 25 0 1 0 1994367434 354918400 83125 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86650 83125 79 162 0 86485 0
Current children cumulated CPU time (s) 1773.34
Current children cumulated vsize (KiB) 394172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.13 2.06 2.01 3/74 27858
/proc/meminfo: memFree=1417728/2055920 swapFree=4180796/4192956
[pid=27800] ppid=27798 vsize=47572 CPUtime=87.1
/proc/27800/stat : 27800 (galacE.sh) S 27798 27800 25205 0 -1 4194304 799 35124 0 1 0 0 8658 52 17 0 1 0 1994358633 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27800/statm: 11893 364 245 79 0 219 0
[pid=27823] ppid=27800 vsize=346600 CPUtime=1712.93
/proc/27823/stat : 27823 (eSAT_static) R 27800 27800 25205 0 -1 4194304 94215 0 0 0 171238 55 0 0 25 0 1 0 1994367434 354918400 83125 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/27823/statm: 86650 83125 79 162 0 86485 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 394172

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27800 and gives
#  childrusage.ru_utime.tv_sec=86
#  childrusage.ru_utime.tv_usec=591836
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=536918
# CPU time returned by wait4() is 87.1288
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.01
CPU time (s): 1800.03
CPU user time (s): 1798.96
CPU system time (s): 1.07
CPU usage (%): 99.5033
Max. virtual memory (cumulated for all children) (KiB): 860304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.5918
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35923
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= 3695
involuntary context switches= 6442

runsolver used 2.6236 second user time and 5.60315 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 08:44:48
IDJOB=1068392
IDBENCH=55514
IDSOLVER=351
FILE ID=node65/1068392-1215153888
PBS_JOBID= 7877370
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg7-10_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068392-1215153888/watcher-1068392-1215153888 -o /tmp/evaluation-result-1068392-1215153888/solver-1068392-1215153888 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1068392-1215153888.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65d02ec746f3e95546a88b0bab96d2df
RANDOM SEED=726143501

node65.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.231
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.231
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:       1750512 kB
Buffers:         37908 kB
Cached:         144568 kB
SwapCached:       5952 kB
Active:         178488 kB
Inactive:        69040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750512 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            4320 kB
Writeback:           0 kB
Mapped:          81244 kB
Slab:            43052 kB
Committed_AS:  4690380 kB
PageTables:       1964 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= 66504 MiB
End job on node65 at 2008-07-04 09:14:59