Trace number 1072366

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 1802.41

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-30_ext.xml
MD5SUM9b31209915af4ea1186b01688152c5d5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.741
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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 ---
3.13/3.22	c start processing
3.13/3.22	c start relation processing
9.36/9.51	c start cnf exporting
37.38/37.82	c parsing time : 3.091
37.38/37.82	c preprocessing time : 37.683
37.38/37.82	
37.38/37.82	c Nary constraints - conflicts : 0 supports : 72
37.38/37.82	c Binary constraints - conflicts : 0 supports :0
37.38/37.82	c max arity constraint : 3
37.38/37.82	c Max Tuples generated 0
37.38/37.82	c relations : 72
37.38/37.82	c relations BDD: 72
37.38/37.82	c sampling 0/0
37.38/37.82	c vars : 277172 - clauses :  876840
37.38/37.82	
37.38/37.90	 
37.44/37.90	c --- SAT Solver Stats ---
37.44/37.90	 
37.44/37.90	c eSAT 0.1 : minisat core with additionnal features
37.44/37.90	c ============================[ Problem Statistics ]=============================
37.44/37.90	c |                                                                             |
37.44/37.90	c |  Number of variables:  277171                                               |
37.44/37.90	c |  Number of clauses:    876840                                               |
38.42/38.92	c |  Parsing time:         0.88         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-1072366-1215173586/watcher-1072366-1215173586 -o /tmp/evaluation-result-1072366-1215173586/solver-1072366-1215173586 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072366-1215173586.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.92 1.98 1.96 4/74 21379
/proc/meminfo: memFree=1722568/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=8768 CPUtime=0
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1996333880 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 2192 315 217 79 0 185 0
[pid=21386] ppid=21379 vsize=8768 CPUtime=0
/proc/21386/stat : 21386 (galacE.sh) R 21379 21379 21011 0 -1 4194368 20 0 0 0 0 0 0 0 21 0 1 0 1996333883 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 268582841639 0 0 4096 73728 0 0 0 17 1 0 0
/proc/21386/statm: 2192 315 217 79 0 185 0

[startup+0.067161 s]
/proc/loadavg: 1.92 1.98 1.96 4/74 21379
/proc/meminfo: memFree=1722568/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.100815 s]
/proc/loadavg: 1.92 1.98 1.96 4/74 21379
/proc/meminfo: memFree=1722568/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301855 s]
/proc/loadavg: 1.92 1.98 1.96 4/74 21379
/proc/meminfo: memFree=1722568/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701936 s]
/proc/loadavg: 1.92 1.98 1.96 4/74 21379
/proc/meminfo: memFree=1722568/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5021 s]
/proc/loadavg: 1.92 1.98 1.96 4/84 21401
/proc/meminfo: memFree=1654392/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21393] ppid=21379 vsize=812732 CPUtime=1.43
/proc/21393/stat : 21393 (java) S 21379 21379 21011 0 -1 0 21858 0 1 0 132 11 0 0 18 0 9 0 1996333884 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21393/statm: 203183 21284 1882 9 0 197164 0
[pid=21393/tid=21394] ppid=21379 vsize=812732 CPUtime=1.23
/proc/21393/task/21394/stat : 21394 (java) R 21379 21379 21011 0 -1 64 14461 0 1 0 115 8 0 0 25 0 9 0 1996333886 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4126627908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21395] ppid=21379 vsize=812732 CPUtime=0.06
/proc/21393/task/21395/stat : 21395 (java) S 21379 21379 21011 0 -1 64 5943 0 0 0 4 2 0 0 16 0 9 0 1996333887 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21396] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21396/stat : 21396 (java) S 21379 21379 21011 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996333887 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21397] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21397/stat : 21397 (java) S 21379 21379 21011 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996333887 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21398] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21398/stat : 21398 (java) S 21379 21379 21011 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996333889 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21399] ppid=21379 vsize=812732 CPUtime=0.12
/proc/21393/task/21399/stat : 21399 (java) S 21379 21379 21011 0 -1 64 755 0 0 0 12 0 0 0 16 0 9 0 1996333889 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21400] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21400/stat : 21400 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996333890 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21401] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21401/stat : 21401 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996333890 832237568 21284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860304

[startup+3.10241 s]
/proc/loadavg: 1.92 1.98 1.96 3/84 21401
/proc/meminfo: memFree=1638648/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21393] ppid=21379 vsize=812732 CPUtime=3.01
/proc/21393/stat : 21393 (java) S 21379 21379 21011 0 -1 0 26091 0 1 0 288 13 0 0 18 0 9 0 1996333884 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21393/statm: 203183 25511 1882 9 0 197164 0
[pid=21393/tid=21394] ppid=21379 vsize=812732 CPUtime=2.62
/proc/21393/task/21394/stat : 21394 (java) R 21379 21379 21011 0 -1 64 14467 0 1 0 254 8 0 0 25 0 9 0 1996333886 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4126735567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21395] ppid=21379 vsize=812732 CPUtime=0.25
/proc/21393/task/21395/stat : 21395 (java) S 21379 21379 21011 0 -1 64 10166 0 0 0 21 4 0 0 16 0 9 0 1996333887 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21396] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21396/stat : 21396 (java) S 21379 21379 21011 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996333887 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21397] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21397/stat : 21397 (java) S 21379 21379 21011 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996333887 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21398] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21398/stat : 21398 (java) S 21379 21379 21011 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996333889 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21399] ppid=21379 vsize=812732 CPUtime=0.12
/proc/21393/task/21399/stat : 21399 (java) S 21379 21379 21011 0 -1 64 759 0 0 0 12 0 0 0 16 0 9 0 1996333889 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21400] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21400/stat : 21400 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996333890 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21401] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21401/stat : 21401 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996333890 832237568 25511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860304

[startup+6.30204 s]
/proc/loadavg: 1.93 1.98 1.96 3/84 21401
/proc/meminfo: memFree=1604920/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21393] ppid=21379 vsize=812732 CPUtime=6.18
/proc/21393/stat : 21393 (java) S 21379 21379 21011 0 -1 0 31488 0 1 0 602 16 0 0 18 0 9 0 1996333884 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21393/statm: 203183 30904 1890 9 0 197164 0
[pid=21393/tid=21394] ppid=21379 vsize=812732 CPUtime=5.44
/proc/21393/task/21394/stat : 21394 (java) R 21379 21379 21011 0 -1 64 14490 0 1 0 536 8 0 0 25 0 9 0 1996333886 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4126821111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21395] ppid=21379 vsize=812732 CPUtime=0.54
/proc/21393/task/21395/stat : 21395 (java) S 21379 21379 21011 0 -1 64 15508 0 0 0 48 6 0 0 16 0 9 0 1996333887 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21396] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21396/stat : 21396 (java) S 21379 21379 21011 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996333887 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21397] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21397/stat : 21397 (java) S 21379 21379 21011 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996333887 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21398] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21398/stat : 21398 (java) S 21379 21379 21011 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996333889 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21399] ppid=21379 vsize=812732 CPUtime=0.17
/proc/21393/task/21399/stat : 21399 (java) S 21379 21379 21011 0 -1 64 791 0 0 0 17 0 0 0 16 0 9 0 1996333889 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21400] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21400/stat : 21400 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996333890 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21401] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21401/stat : 21401 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996333890 832237568 30904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860304

[startup+12.7023 s]
/proc/loadavg: 1.93 1.98 1.96 3/84 21401
/proc/meminfo: memFree=1518712/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21393] ppid=21379 vsize=812732 CPUtime=12.52
/proc/21393/stat : 21393 (java) S 21379 21379 21011 0 -1 0 52767 0 1 0 1221 31 0 0 18 0 9 0 1996333884 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21393/statm: 203183 52174 1910 9 0 197164 0
[pid=21393/tid=21394] ppid=21379 vsize=812732 CPUtime=10.58
/proc/21393/task/21394/stat : 21394 (java) R 21379 21379 21011 0 -1 64 14540 0 1 0 1048 10 0 0 25 0 9 0 1996333886 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4127008070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21395] ppid=21379 vsize=812732 CPUtime=1.68
/proc/21393/task/21395/stat : 21395 (java) S 21379 21379 21011 0 -1 64 36699 0 0 0 149 19 0 0 16 0 9 0 1996333887 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21396] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21396/stat : 21396 (java) S 21379 21379 21011 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996333887 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21397] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21397/stat : 21397 (java) S 21379 21379 21011 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996333887 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21398] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21398/stat : 21398 (java) S 21379 21379 21011 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996333889 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21399] ppid=21379 vsize=812732 CPUtime=0.23
/proc/21393/task/21399/stat : 21399 (java) S 21379 21379 21011 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 1996333889 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21400] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21400/stat : 21400 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996333890 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21401] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21401/stat : 21401 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996333890 832237568 52174 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860304

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.96 3/84 21401
/proc/meminfo: memFree=1510776/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=0.01
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21393] ppid=21379 vsize=812732 CPUtime=25.18
/proc/21393/stat : 21393 (java) S 21379 21379 21011 0 -1 0 52791 0 1 0 2482 36 0 0 18 0 9 0 1996333884 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21393/statm: 203183 52175 1910 9 0 197164 0
[pid=21393/tid=21394] ppid=21379 vsize=812732 CPUtime=23.23
/proc/21393/task/21394/stat : 21394 (java) R 21379 21379 21011 0 -1 64 14563 0 1 0 2308 15 0 0 25 0 9 0 1996333886 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4126426296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21395] ppid=21379 vsize=812732 CPUtime=1.7
/proc/21393/task/21395/stat : 21395 (java) S 21379 21379 21011 0 -1 64 36700 0 0 0 151 19 0 0 16 0 9 0 1996333887 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21396] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21396/stat : 21396 (java) S 21379 21379 21011 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996333887 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21397] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21397/stat : 21397 (java) S 21379 21379 21011 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996333887 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21398] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21398/stat : 21398 (java) S 21379 21379 21011 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996333889 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21399] ppid=21379 vsize=812732 CPUtime=0.23
/proc/21393/task/21399/stat : 21399 (java) S 21379 21379 21011 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 1996333889 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21400] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21400/stat : 21400 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996333890 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21393/tid=21401] ppid=21379 vsize=812732 CPUtime=0
/proc/21393/task/21401/stat : 21401 (java) S 21379 21379 21011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996333890 832237568 52175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 860304

[startup+51.1018 s]

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

/proc/21402/statm: 47229 45603 80 162 0 47064 0
Current children cumulated CPU time (s) 1120.21
Current children cumulated vsize (KiB) 236488

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/86 21461
/proc/meminfo: memFree=1531360/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=194860 CPUtime=1142.74
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 51506 0 0 0 114235 39 0 0 25 0 1 0 1996337671 199536640 47100 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 48715 47100 80 162 0 48550 0
Current children cumulated CPU time (s) 1180.18
Current children cumulated vsize (KiB) 242432

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/86 21461
/proc/meminfo: memFree=1524832/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201564 CPUtime=1202.72
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53110 0 0 0 120231 41 0 0 25 0 1 0 1996337671 206401536 48704 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50391 48704 80 162 0 50226 0
Current children cumulated CPU time (s) 1240.16
Current children cumulated vsize (KiB) 249136

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/86 21461
/proc/meminfo: memFree=1524448/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201696 CPUtime=1262.69
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53147 0 0 0 126228 41 0 0 25 0 1 0 1996337671 206536704 48741 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50424 48741 80 162 0 50259 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 249268

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/86 21461
/proc/meminfo: memFree=1524448/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201696 CPUtime=1322.66
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53147 0 0 0 132225 41 0 0 25 0 1 0 1996337671 206536704 48741 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50424 48741 80 162 0 50259 0
Current children cumulated CPU time (s) 1360.1
Current children cumulated vsize (KiB) 249268

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.96 3/86 21461
/proc/meminfo: memFree=1524320/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201696 CPUtime=1382.63
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53147 0 0 0 138222 41 0 0 25 0 1 0 1996337671 206536704 48741 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50424 48741 80 162 0 50259 0
Current children cumulated CPU time (s) 1420.07
Current children cumulated vsize (KiB) 249268

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/86 21461
/proc/meminfo: memFree=1524256/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201696 CPUtime=1442.6
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53152 0 0 0 144219 41 0 0 25 0 1 0 1996337671 206536704 48746 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50424 48746 80 162 0 50259 0
Current children cumulated CPU time (s) 1480.04
Current children cumulated vsize (KiB) 249268

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/83 21509
/proc/meminfo: memFree=1363456/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201696 CPUtime=1502.58
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53154 0 0 0 150216 42 0 0 25 0 1 0 1996337671 206536704 48748 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50424 48748 80 162 0 50259 0
Current children cumulated CPU time (s) 1540.02
Current children cumulated vsize (KiB) 249268

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 21510
/proc/meminfo: memFree=1503808/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=201696 CPUtime=1562.54
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 53154 0 0 0 156212 42 0 0 25 0 1 0 1996337671 206536704 48748 996147200 134512640 135177480 4294955968 18446744073709551615 134565555 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 50424 48748 80 162 0 50259 0
Current children cumulated CPU time (s) 1599.98
Current children cumulated vsize (KiB) 249268

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 21510
/proc/meminfo: memFree=1494784/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=206788 CPUtime=1622.52
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 54413 0 0 0 162208 44 0 0 25 0 1 0 1996337671 211750912 50007 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 51697 50007 80 162 0 51532 0
Current children cumulated CPU time (s) 1659.96
Current children cumulated vsize (KiB) 254360

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 21510
/proc/meminfo: memFree=1486784/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=211468 CPUtime=1682.49
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 55598 0 0 0 168204 45 0 0 25 0 1 0 1996337671 216543232 51192 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 52867 51192 80 162 0 52702 0
Current children cumulated CPU time (s) 1719.93
Current children cumulated vsize (KiB) 259040

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 21511
/proc/meminfo: memFree=1475072/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=216548 CPUtime=1742.46
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 56842 0 0 0 174200 46 0 0 25 0 1 0 1996337671 221745152 52436 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 54137 52436 80 162 0 53972 0
Current children cumulated CPU time (s) 1779.9
Current children cumulated vsize (KiB) 264120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 21511
/proc/meminfo: memFree=1469696/2055924 swapFree=4180432/4192956
[pid=21379] ppid=21377 vsize=47572 CPUtime=37.44
/proc/21379/stat : 21379 (galacE.sh) S 21377 21379 21011 0 -1 4194304 799 54522 0 1 0 0 3698 46 17 0 1 0 1996333880 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21379/statm: 11893 364 245 79 0 219 0
[pid=21402] ppid=21379 vsize=218440 CPUtime=1762.56
/proc/21402/stat : 21402 (eSAT_static) R 21379 21379 21011 0 -1 4194304 57311 0 0 0 176209 47 0 0 25 0 1 0 1996337671 223682560 52905 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/21402/statm: 54610 52905 80 162 0 54445 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 266012

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 21379 and gives
#  childrusage.ru_utime.tv_sec=36
#  childrusage.ru_utime.tv_usec=989376
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=475927
# CPU time returned by wait4() is 37.4653
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.41
CPU time (s): 1800
CPU user time (s): 1799.07
CPU system time (s): 0.93
CPU usage (%): 99.8661
Max. virtual memory (cumulated for all children) (KiB): 860304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9894
system time used= 0.475927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55321
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= 2087
involuntary context switches= 2815

runsolver used 1.90571 second user time and 5.29919 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 14:13:06
IDJOB=1072366
IDBENCH=56249
IDSOLVER=351
FILE ID=node6/1072366-1215173586
PBS_JOBID= 7881516
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b31209915af4ea1186b01688152c5d5
RANDOM SEED=239457697

node6.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.265
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.265
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:      2055924 kB
MemFree:       1723048 kB
Buffers:         25056 kB
Cached:         180028 kB
SwapCached:       6328 kB
Active:         244748 kB
Inactive:        37384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1723048 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            5776 kB
Writeback:           0 kB
Mapped:          84500 kB
Slab:            35920 kB
Committed_AS:  3363300 kB
PageTables:       2084 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= 66456 MiB
End job on node6 at 2008-07-04 14:43:10