Trace number 1058782

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 M? (TO) 1800.07 1811.81

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-32_ext.xml
MD5SUM886aa6fdfc159785179b1828f54e2900
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
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 ---
5.14/5.22	c start processing
5.14/5.22	c start relation processing
18.47/18.64	c start cnf exporting
72.58/73.06	c parsing time : 5.103
72.58/73.06	c preprocessing time : 72.942
72.58/73.06	
72.58/73.06	c Nary constraints - conflicts : 0 supports : 93
72.58/73.06	c Binary constraints - conflicts : 0 supports :0
72.58/73.06	c max arity constraint : 3
72.58/73.06	c Max Tuples generated 0
72.58/73.06	c relations : 93
72.58/73.06	c relations BDD: 93
72.58/73.06	c sampling 0/0
72.58/73.06	c vars : 597976 - clauses :  1873792
72.58/73.06	
72.67/73.13	 
72.67/73.13	c --- SAT Solver Stats ---
72.67/73.13	 

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-1058782-1215118037/watcher-1058782-1215118037 -o /tmp/evaluation-result-1058782-1215118037/solver-1058782-1215118037 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1058782-1215118037.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.00 2.00 2.00 4/73 23913
/proc/meminfo: memFree=1892256/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=8652 CPUtime=0
/proc/23913/stat : 23913 (galacM.sh) R 23911 23913 22850 0 -1 4194304 345 0 0 0 0 0 0 0 18 0 1 0 667533378 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 4317529 0 2 4096 73728 0 0 0 17 0 0 0
/proc/23913/statm: 2163 280 208 79 0 156 0
[pid=23914] ppid=23913 vsize=8688 CPUtime=0
/proc/23914/stat : 23914 (galacM.sh) S 23913 23913 22850 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 667533378 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23914/statm: 2172 286 209 79 0 165 0
[pid=23915] ppid=23914 vsize=8728 CPUtime=0
/proc/23915/stat : 23915 (galacM.sh) R 23914 23913 22850 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 667533378 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 230266826023 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23915/statm: 2182 290 209 79 0 175 0

[startup+0.0113819 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23913
/proc/meminfo: memFree=1892256/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=8652 CPUtime=0
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 667533378 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23913/statm: 2163 280 208 79 0 156 0
[pid=23914] ppid=23913 vsize=8688 CPUtime=0
/proc/23914/stat : 23914 (galacM.sh) S 23913 23913 22850 0 -1 4194368 77 485 0 0 0 0 0 0 16 0 1 0 667533378 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23914/statm: 2172 288 210 79 0 165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.103354 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23913
/proc/meminfo: memFree=1892256/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302398 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23913
/proc/meminfo: memFree=1892256/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702473 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23913
/proc/meminfo: memFree=1892256/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50161 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23935
/proc/meminfo: memFree=1820880/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23927] ppid=23913 vsize=812628 CPUtime=1.45
/proc/23927/stat : 23927 (java) S 23913 23913 22850 0 -1 0 22159 0 1 0 134 11 0 0 18 0 9 0 667533381 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23927/statm: 203157 21582 1884 9 0 197138 0
[pid=23927/tid=23928] ppid=23913 vsize=812628 CPUtime=1.22
/proc/23927/task/23928/stat : 23928 (java) R 23913 23913 22850 0 -1 64 14460 0 1 0 116 6 0 0 25 0 9 0 667533382 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4126738511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23929] ppid=23913 vsize=812628 CPUtime=0.08
/proc/23927/task/23929/stat : 23929 (java) S 23913 23913 22850 0 -1 64 6247 0 0 0 5 3 0 0 16 0 9 0 667533383 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23930] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23930/stat : 23930 (java) S 23913 23913 22850 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 667533384 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23931] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23931/stat : 23931 (java) S 23913 23913 22850 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 667533384 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23932] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23932/stat : 23932 (java) S 23913 23913 22850 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 667533386 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23933] ppid=23913 vsize=812628 CPUtime=0.11
/proc/23927/task/23933/stat : 23933 (java) S 23913 23913 22850 0 -1 64 748 0 0 0 11 0 0 0 16 0 9 0 667533386 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23934] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23934/stat : 23934 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 667533386 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23935] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23935/stat : 23935 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 667533386 832131072 21582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860196

[startup+3.10291 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23935
/proc/meminfo: memFree=1806992/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23927] ppid=23913 vsize=812628 CPUtime=3.04
/proc/23927/stat : 23927 (java) S 23913 23913 22850 0 -1 0 25821 0 1 0 291 13 0 0 18 0 9 0 667533381 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23927/statm: 203157 25238 1884 9 0 197138 0
[pid=23927/tid=23928] ppid=23913 vsize=812628 CPUtime=2.67
/proc/23927/task/23928/stat : 23928 (java) R 23913 23913 22850 0 -1 64 14466 0 1 0 260 7 0 0 25 0 9 0 667533382 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4126632784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23929] ppid=23913 vsize=812628 CPUtime=0.22
/proc/23927/task/23929/stat : 23929 (java) S 23913 23913 22850 0 -1 64 9899 0 0 0 17 5 0 0 16 0 9 0 667533383 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23930] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23930/stat : 23930 (java) S 23913 23913 22850 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 667533384 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23931] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23931/stat : 23931 (java) S 23913 23913 22850 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 667533384 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23932] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23932/stat : 23932 (java) S 23913 23913 22850 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 667533386 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23933] ppid=23913 vsize=812628 CPUtime=0.12
/proc/23927/task/23933/stat : 23933 (java) S 23913 23913 22850 0 -1 64 752 0 0 0 12 0 0 0 16 0 9 0 667533386 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23934] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23934/stat : 23934 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 667533386 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23935] ppid=23913 vsize=812628 CPUtime=0
/proc/23927/task/23935/stat : 23935 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 667533386 832131072 25238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860196

[startup+6.3015 s]
/proc/loadavg: 2.24 2.05 2.02 3/83 23935
/proc/meminfo: memFree=1777808/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23927] ppid=23913 vsize=812752 CPUtime=6.23
/proc/23927/stat : 23927 (java) S 23913 23913 22850 0 -1 0 33145 0 1 0 606 17 0 0 18 0 9 0 667533381 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23927/statm: 203188 32551 1892 9 0 197169 0
[pid=23927/tid=23928] ppid=23913 vsize=812752 CPUtime=5.5
/proc/23927/task/23928/stat : 23928 (java) R 23913 23913 22850 0 -1 64 14502 0 1 0 542 8 0 0 25 0 9 0 667533382 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4126908229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23929] ppid=23913 vsize=812752 CPUtime=0.51
/proc/23927/task/23929/stat : 23929 (java) S 23913 23913 22850 0 -1 64 17137 0 0 0 44 7 0 0 16 0 9 0 667533383 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23930] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23930/stat : 23930 (java) S 23913 23913 22850 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 667533384 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23931] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23931/stat : 23931 (java) S 23913 23913 22850 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 667533384 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23932] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23932/stat : 23932 (java) S 23913 23913 22850 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 667533386 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23933] ppid=23913 vsize=812752 CPUtime=0.2
/proc/23927/task/23933/stat : 23933 (java) S 23913 23913 22850 0 -1 64 802 0 0 0 19 1 0 0 16 0 9 0 667533386 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23934] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23934/stat : 23934 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 667533386 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23935] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23935/stat : 23935 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 667533386 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860320

[startup+12.7017 s]
/proc/loadavg: 2.22 2.05 2.02 3/83 23935
/proc/meminfo: memFree=1687824/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23927] ppid=23913 vsize=812752 CPUtime=12.59
/proc/23927/stat : 23927 (java) S 23913 23913 22850 0 -1 0 53488 0 1 0 1232 27 0 0 18 0 9 0 667533381 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23927/statm: 203188 52891 1892 9 0 197169 0
[pid=23927/tid=23928] ppid=23913 vsize=812752 CPUtime=10.84
/proc/23927/task/23928/stat : 23928 (java) R 23913 23913 22850 0 -1 64 14505 0 1 0 1076 8 0 0 25 0 9 0 667533382 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23929] ppid=23913 vsize=812752 CPUtime=1.53
/proc/23927/task/23929/stat : 23929 (java) R 23913 23913 22850 0 -1 64 37477 0 0 0 136 17 0 0 17 0 9 0 667533383 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 102723023 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23930] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23930/stat : 23930 (java) S 23913 23913 22850 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 667533384 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23931] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23931/stat : 23931 (java) S 23913 23913 22850 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 667533384 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23932] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23932/stat : 23932 (java) S 23913 23913 22850 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 667533386 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23933] ppid=23913 vsize=812752 CPUtime=0.2
/proc/23927/task/23933/stat : 23933 (java) S 23913 23913 22850 0 -1 64 802 0 0 0 19 1 0 0 16 0 9 0 667533386 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23934] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23934/stat : 23934 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 667533386 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23935] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23935/stat : 23935 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 667533386 832258048 52891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860320

[startup+25.5021 s]
/proc/loadavg: 2.25 2.06 2.02 3/83 23935
/proc/meminfo: memFree=1545040/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=0.01
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23927] ppid=23913 vsize=812752 CPUtime=25.33
/proc/23927/stat : 23927 (java) S 23913 23913 22850 0 -1 0 87868 0 1 0 2484 49 0 0 18 0 9 0 667533381 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23927/statm: 203188 87254 1911 9 0 197169 0
[pid=23927/tid=23928] ppid=23913 vsize=812752 CPUtime=21.93
/proc/23927/task/23928/stat : 23928 (java) R 23913 23913 22850 0 -1 64 14560 0 1 0 2182 11 0 0 25 0 9 0 667533382 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4127006079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23929] ppid=23913 vsize=812752 CPUtime=3.11
/proc/23927/task/23929/stat : 23929 (java) S 23913 23913 22850 0 -1 64 71766 0 0 0 276 35 0 0 16 0 9 0 667533383 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23930] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23930/stat : 23930 (java) S 23913 23913 22850 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 667533384 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23931] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23931/stat : 23931 (java) S 23913 23913 22850 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 667533384 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23932] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23932/stat : 23932 (java) S 23913 23913 22850 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 667533386 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23933] ppid=23913 vsize=812752 CPUtime=0.25
/proc/23927/task/23933/stat : 23933 (java) S 23913 23913 22850 0 -1 64 838 0 0 0 24 1 0 0 15 0 9 0 667533386 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23927/tid=23934] ppid=23913 vsize=812752 CPUtime=0
/proc/23927/task/23934/stat : 23934 (java) S 23913 23913 22850 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 667533386 832258048 87254 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/23936/statm: 69426 66814 57 152 0 69271 0
Current children cumulated CPU time (s) 1115.85
Current children cumulated vsize (KiB) 325272

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1594768/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=282060 CPUtime=1102.69
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 67942 0 0 0 110212 57 0 0 25 0 1 0 667540691 288829440 67923 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 70515 67923 57 152 0 70360 0
Current children cumulated CPU time (s) 1175.39
Current children cumulated vsize (KiB) 329628

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1589008/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=287756 CPUtime=1162.23
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 69355 0 0 0 116164 59 0 0 25 0 1 0 667540691 294662144 69336 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 71939 69336 57 152 0 71784 0
Current children cumulated CPU time (s) 1234.93
Current children cumulated vsize (KiB) 335324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1581648/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=294888 CPUtime=1221.77
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 71156 0 0 0 122116 61 0 0 25 0 1 0 667540691 301965312 71137 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 73722 71137 57 152 0 73567 0
Current children cumulated CPU time (s) 1294.47
Current children cumulated vsize (KiB) 342456

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1573776/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=302852 CPUtime=1281.32
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 73155 0 0 0 128068 64 0 0 25 0 1 0 667540691 310120448 73136 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 75713 73136 57 152 0 75558 0
Current children cumulated CPU time (s) 1354.02
Current children cumulated vsize (KiB) 350420

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1564880/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=311712 CPUtime=1340.86
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 75371 0 0 0 134020 66 0 0 25 0 1 0 667540691 319193088 75352 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 77928 75352 57 152 0 77773 0
Current children cumulated CPU time (s) 1413.56
Current children cumulated vsize (KiB) 359280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1554960/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=321668 CPUtime=1400.39
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 77859 0 0 0 139972 67 0 0 25 0 1 0 667540691 329388032 77840 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 80417 77840 57 152 0 80262 0
Current children cumulated CPU time (s) 1473.09
Current children cumulated vsize (KiB) 369236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1543888/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=332540 CPUtime=1459.94
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 80582 0 0 0 145924 70 0 0 25 0 1 0 667540691 340520960 80563 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 83135 80563 57 152 0 82980 0
Current children cumulated CPU time (s) 1532.64
Current children cumulated vsize (KiB) 380108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1534928/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=341608 CPUtime=1519.49
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 82836 0 0 0 151877 72 0 0 25 0 1 0 667540691 349806592 82817 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 85402 82817 57 152 0 85247 0
Current children cumulated CPU time (s) 1592.19
Current children cumulated vsize (KiB) 389176

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1528784/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=347596 CPUtime=1579.02
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 84328 0 0 0 157829 73 0 0 25 0 1 0 667540691 355938304 84309 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 86899 84309 57 152 0 86744 0
Current children cumulated CPU time (s) 1651.72
Current children cumulated vsize (KiB) 395164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1526160/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=350108 CPUtime=1638.57
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 84968 0 0 0 163783 74 0 0 25 0 1 0 667540691 358510592 84949 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 87527 84949 57 152 0 87372 0
Current children cumulated CPU time (s) 1711.27
Current children cumulated vsize (KiB) 397676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1522320/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=354212 CPUtime=1698.1
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 85913 0 0 0 169736 74 0 0 25 0 1 0 667540691 362713088 85894 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 88553 85894 57 152 0 88398 0
Current children cumulated CPU time (s) 1770.8
Current children cumulated vsize (KiB) 401780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23972
/proc/meminfo: memFree=1520592/2055924 swapFree=4176956/4192956
[pid=23913] ppid=23911 vsize=47568 CPUtime=72.7
/proc/23913/stat : 23913 (galacM.sh) S 23911 23913 22850 0 -1 4194304 799 89669 0 1 0 0 7195 75 17 0 1 0 667533378 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23913/statm: 11892 364 245 79 0 219 0
[pid=23936] ppid=23913 vsize=355940 CPUtime=1727.37
/proc/23936/stat : 23936 (minisat) R 23913 23913 22850 0 -1 4194304 86325 0 0 0 172662 75 0 0 25 0 1 0 667540691 364482560 86306 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 88985 86306 57 152 0 88830 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 403508

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 23913 and gives
#  childrusage.ru_utime.tv_sec=71
#  childrusage.ru_utime.tv_usec=962060
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=763883
# CPU time returned by wait4() is 72.7259
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.81
CPU time (s): 1800.07
CPU user time (s): 1798.57
CPU system time (s): 1.5
CPU usage (%): 99.3519
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9621
system time used= 0.763883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90468
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= 3443
involuntary context switches= 4214

runsolver used 1.89571 second user time and 4.77627 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 22:47:18
IDJOB=1058782
IDBENCH=54183
IDSOLVER=350
FILE ID=node83/1058782-1215118037
PBS_JOBID= 7877042
Free space on /tmp= 65484 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-32_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058782-1215118037/watcher-1058782-1215118037 -o /tmp/evaluation-result-1058782-1215118037/solver-1058782-1215118037 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1058782-1215118037.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 886aa6fdfc159785179b1828f54e2900
RANDOM SEED=1692804818

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1892744 kB
Buffers:          9708 kB
Cached:          85656 kB
SwapCached:       9560 kB
Active:          92912 kB
Inactive:        37648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1892744 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            8860 kB
Writeback:           0 kB
Mapped:          41248 kB
Slab:            18028 kB
Committed_AS:  1041112 kB
PageTables:       1760 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= 65448 MiB
End job on node83 at 2008-07-03 23:17:32