Trace number 1095793

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.06 1801.42

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-24_ext.xml
MD5SUM38b391ba8fcc4721d36ef3ba245f3445
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.31/5.42	c start processing
5.31/5.42	c start relation processing
18.58/18.87	c start cnf exporting
74.56/75.32	c parsing time : 5.296
74.56/75.32	c preprocessing time : 75.199
74.56/75.32	
74.56/75.32	c Nary constraints - conflicts : 0 supports : 93
74.56/75.32	c Binary constraints - conflicts : 0 supports :0
74.56/75.32	c max arity constraint : 3
74.56/75.32	c Max Tuples generated 0
74.56/75.32	c relations : 93
74.56/75.32	c relations BDD: 93
74.56/75.32	c sampling 0/0
74.56/75.32	c vars : 598227 - clauses :  1874557
74.56/75.32	
74.63/75.41	 
74.63/75.41	c --- SAT Solver Stats ---
74.63/75.41	 
74.63/75.41	c eSAT 0.1 : minisat core with additionnal features
74.63/75.41	c ============================[ Problem Statistics ]=============================
74.63/75.41	c |                                                                             |
74.63/75.41	c |  Number of variables:  598226                                               |
74.63/75.41	c |  Number of clauses:    1874557                                              |
76.71/77.53	c |  Parsing time:         1.90         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-1095793-1215258891/watcher-1095793-1215258891 -o /tmp/evaluation-result-1095793-1215258891/solver-1095793-1215258891 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1095793-1215258891.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.16 2.05 2.01 4/72 30809
/proc/meminfo: memFree=1757712/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=8560 CPUtime=0
/proc/30809/stat : 30809 (galacE.sh) R 30807 30809 30146 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2004863769 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 231962560399 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30809/statm: 2140 254 197 79 0 133 0

[startup+0.0753361 s]
/proc/loadavg: 2.16 2.05 2.01 4/72 30809
/proc/meminfo: memFree=1757712/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101508 s]
/proc/loadavg: 2.16 2.05 2.01 4/72 30809
/proc/meminfo: memFree=1757712/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301458 s]
/proc/loadavg: 2.16 2.05 2.01 4/72 30809
/proc/meminfo: memFree=1757712/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701352 s]
/proc/loadavg: 2.16 2.05 2.01 4/72 30809
/proc/meminfo: memFree=1757712/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50114 s]
/proc/loadavg: 2.15 2.05 2.01 4/82 30831
/proc/meminfo: memFree=1683336/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30823] ppid=30809 vsize=812420 CPUtime=1.44
/proc/30823/stat : 30823 (java) S 30809 30809 30146 0 -1 0 22159 0 1 0 132 12 0 0 18 0 9 0 2004863773 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30823/statm: 203105 21581 1883 9 0 197138 0
[pid=30823/tid=30824] ppid=30809 vsize=812420 CPUtime=1.21
/proc/30823/task/30824/stat : 30824 (java) R 30809 30809 30146 0 -1 64 14457 0 1 0 113 8 0 0 25 0 9 0 2004863774 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4126750336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30825] ppid=30809 vsize=812420 CPUtime=0.08
/proc/30823/task/30825/stat : 30825 (java) S 30809 30809 30146 0 -1 64 6248 0 0 0 6 2 0 0 16 0 9 0 2004863775 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30826] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30826/stat : 30826 (java) S 30809 30809 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004863775 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30827] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30827/stat : 30827 (java) S 30809 30809 30146 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004863775 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30828] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30828/stat : 30828 (java) S 30809 30809 30146 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004863777 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30829] ppid=30809 vsize=812420 CPUtime=0.11
/proc/30823/task/30829/stat : 30829 (java) S 30809 30809 30146 0 -1 64 749 0 0 0 11 0 0 0 16 0 9 0 2004863777 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30830] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30830/stat : 30830 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004863777 831918080 21581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30831] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30831/stat : 30831 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004863777 831918080 21581 996147200 134512640 134550740 4294955600 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) 859976

[startup+3.10297 s]
/proc/loadavg: 2.15 2.05 2.01 3/82 30831
/proc/meminfo: memFree=1672968/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30823] ppid=30809 vsize=812420 CPUtime=3.02
/proc/30823/stat : 30823 (java) S 30809 30809 30146 0 -1 0 25759 0 1 0 289 13 0 0 18 0 9 0 2004863773 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30823/statm: 203105 25175 1883 9 0 197138 0
[pid=30823/tid=30824] ppid=30809 vsize=812420 CPUtime=2.65
/proc/30823/task/30824/stat : 30824 (java) R 30809 30809 30146 0 -1 64 14463 0 1 0 257 8 0 0 25 0 9 0 2004863774 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4126738673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30825] ppid=30809 vsize=812420 CPUtime=0.22
/proc/30823/task/30825/stat : 30825 (java) S 30809 30809 30146 0 -1 64 9838 0 0 0 19 3 0 0 16 0 9 0 2004863775 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30826] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30826/stat : 30826 (java) S 30809 30809 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004863775 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30827] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30827/stat : 30827 (java) S 30809 30809 30146 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004863775 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30828] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30828/stat : 30828 (java) S 30809 30809 30146 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004863777 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30829] ppid=30809 vsize=812420 CPUtime=0.12
/proc/30823/task/30829/stat : 30829 (java) S 30809 30809 30146 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 2004863777 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30830] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30830/stat : 30830 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004863777 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30831] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30831/stat : 30831 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004863777 831918080 25175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 859976

[startup+6.30393 s]
/proc/loadavg: 2.13 2.05 2.01 3/82 30831
/proc/meminfo: memFree=1643912/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30823] ppid=30809 vsize=812420 CPUtime=6.19
/proc/30823/stat : 30823 (java) S 30809 30809 30146 0 -1 0 33139 0 1 0 602 17 0 0 18 0 9 0 2004863773 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30823/statm: 203105 32544 1891 9 0 197138 0
[pid=30823/tid=30824] ppid=30809 vsize=812420 CPUtime=5.45
/proc/30823/task/30824/stat : 30824 (java) R 30809 30809 30146 0 -1 64 14486 0 1 0 536 9 0 0 25 0 9 0 2004863774 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4126936198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30825] ppid=30809 vsize=812420 CPUtime=0.52
/proc/30823/task/30825/stat : 30825 (java) S 30809 30809 30146 0 -1 64 17148 0 0 0 46 6 0 0 16 0 9 0 2004863775 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30826] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30826/stat : 30826 (java) S 30809 30809 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004863775 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30827] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30827/stat : 30827 (java) S 30809 30809 30146 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004863775 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30828] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30828/stat : 30828 (java) S 30809 30809 30146 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004863777 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30829] ppid=30809 vsize=812420 CPUtime=0.19
/proc/30823/task/30829/stat : 30829 (java) S 30809 30809 30146 0 -1 64 800 0 0 0 19 0 0 0 15 0 9 0 2004863777 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30830] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30830/stat : 30830 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004863777 831918080 32544 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30831] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30831/stat : 30831 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004863777 831918080 32544 996147200 134512640 134550740 4294955600 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) 859976

[startup+12.7022 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 30831
/proc/meminfo: memFree=1553800/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30823] ppid=30809 vsize=812420 CPUtime=12.54
/proc/30823/stat : 30823 (java) S 30809 30809 30146 0 -1 0 53104 0 1 0 1228 26 0 0 18 0 9 0 2004863773 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30823/statm: 203105 52507 1891 9 0 197138 0
[pid=30823/tid=30824] ppid=30809 vsize=812420 CPUtime=10.81
/proc/30823/task/30824/stat : 30824 (java) R 30809 30809 30146 0 -1 64 14488 0 1 0 1072 9 0 0 25 0 9 0 2004863774 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4126886151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30825] ppid=30809 vsize=812420 CPUtime=1.5
/proc/30823/task/30825/stat : 30825 (java) S 30809 30809 30146 0 -1 64 37111 0 0 0 135 15 0 0 16 0 9 0 2004863775 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30826] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30826/stat : 30826 (java) S 30809 30809 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004863775 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30827] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30827/stat : 30827 (java) S 30809 30809 30146 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004863775 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30828] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30828/stat : 30828 (java) S 30809 30809 30146 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004863777 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30829] ppid=30809 vsize=812420 CPUtime=0.19
/proc/30823/task/30829/stat : 30829 (java) S 30809 30809 30146 0 -1 64 800 0 0 0 19 0 0 0 15 0 9 0 2004863777 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30830] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30830/stat : 30830 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004863777 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30831] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30831/stat : 30831 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004863777 831918080 52507 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 859976

[startup+25.5019 s]
/proc/loadavg: 2.17 2.06 2.01 3/82 30831
/proc/meminfo: memFree=1411272/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30823] ppid=30809 vsize=812420 CPUtime=25.21
/proc/30823/stat : 30823 (java) S 30809 30809 30146 0 -1 0 87875 0 1 0 2477 44 0 0 18 0 9 0 2004863773 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30823/statm: 203105 87261 1910 9 0 197138 0
[pid=30823/tid=30824] ppid=30809 vsize=812420 CPUtime=21.73
/proc/30823/task/30824/stat : 30824 (java) R 30809 30809 30146 0 -1 64 14543 0 1 0 2161 12 0 0 25 0 9 0 2004863774 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4127081645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30825] ppid=30809 vsize=812420 CPUtime=3.2
/proc/30823/task/30825/stat : 30825 (java) S 30809 30809 30146 0 -1 64 71789 0 0 0 290 30 0 0 16 0 9 0 2004863775 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30826] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30826/stat : 30826 (java) S 30809 30809 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004863775 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30827] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30827/stat : 30827 (java) S 30809 30809 30146 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004863775 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30828] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30828/stat : 30828 (java) S 30809 30809 30146 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004863777 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30829] ppid=30809 vsize=812420 CPUtime=0.26
/proc/30823/task/30829/stat : 30829 (java) S 30809 30809 30146 0 -1 64 838 0 0 0 26 0 0 0 15 0 9 0 2004863777 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30830] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30830/stat : 30830 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004863777 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30823/tid=30831] ppid=30809 vsize=812420 CPUtime=0
/proc/30823/task/30831/stat : 30831 (java) S 30809 30809 30146 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004863777 831918080 87261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 859976

[startup+51.1012 s]
/proc/loadavg: 2.11 2.05 2.01 3/82 30831
/proc/meminfo: memFree=1395784/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=0.01

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

/proc/30832/statm: 91152 86938 79 162 0 90987 0
Current children cumulated CPU time (s) 1120.96
Current children cumulated vsize (KiB) 412164

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1347904/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=364608 CPUtime=1106.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 97047 0 0 0 110579 52 0 0 25 0 1 0 2004871310 373358592 86938 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 91152 86938 79 162 0 90987 0
Current children cumulated CPU time (s) 1180.96
Current children cumulated vsize (KiB) 412164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1347904/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=364608 CPUtime=1166.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 97048 0 0 0 116578 53 0 0 25 0 1 0 2004871310 373358592 86939 996147200 134512640 135177480 4294955968 18446744073709551615 134548379 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 91152 86939 79 162 0 90987 0
Current children cumulated CPU time (s) 1240.96
Current children cumulated vsize (KiB) 412164

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1347840/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=364608 CPUtime=1226.32
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 97050 0 0 0 122579 53 0 0 25 0 1 0 2004871310 373358592 86941 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 91152 86941 79 162 0 90987 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 412164

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1347008/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=364740 CPUtime=1286.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 97215 0 0 0 128578 53 0 0 25 0 1 0 2004871310 373493760 87106 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 91185 87106 79 162 0 91020 0
Current children cumulated CPU time (s) 1360.96
Current children cumulated vsize (KiB) 412296

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1342784/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=368864 CPUtime=1346.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98255 0 0 0 134577 54 0 0 25 0 1 0 2004871310 377716736 88146 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92216 88146 79 162 0 92051 0
Current children cumulated CPU time (s) 1420.96
Current children cumulated vsize (KiB) 416420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1340352/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371224 CPUtime=1406.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98860 0 0 0 140576 55 0 0 25 0 1 0 2004871310 380133376 88751 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92806 88751 79 162 0 92641 0
Current children cumulated CPU time (s) 1480.96
Current children cumulated vsize (KiB) 418780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1340352/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371224 CPUtime=1466.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98860 0 0 0 146576 55 0 0 25 0 1 0 2004871310 380133376 88751 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92806 88751 79 162 0 92641 0
Current children cumulated CPU time (s) 1540.96
Current children cumulated vsize (KiB) 418780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1340288/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371224 CPUtime=1526.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98860 0 0 0 152576 55 0 0 25 0 1 0 2004871310 380133376 88751 996147200 134512640 135177480 4294955968 18446744073709551615 134547878 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92806 88751 79 162 0 92641 0
Current children cumulated CPU time (s) 1600.96
Current children cumulated vsize (KiB) 418780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30878
/proc/meminfo: memFree=1340288/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371224 CPUtime=1586.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98860 0 0 0 158576 55 0 0 25 0 1 0 2004871310 380133376 88751 996147200 134512640 135177480 4294955968 18446744073709551615 134571334 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92806 88751 79 162 0 92641 0
Current children cumulated CPU time (s) 1660.96
Current children cumulated vsize (KiB) 418780

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 30878
/proc/meminfo: memFree=1340224/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371224 CPUtime=1646.31
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98860 0 0 0 164576 55 0 0 25 0 1 0 2004871310 380133376 88751 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92806 88751 79 162 0 92641 0
Current children cumulated CPU time (s) 1720.96
Current children cumulated vsize (KiB) 418780

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 30878
/proc/meminfo: memFree=1340160/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371224 CPUtime=1706.3
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98861 0 0 0 170575 55 0 0 25 0 1 0 2004871310 380133376 88752 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92806 88752 79 162 0 92641 0
Current children cumulated CPU time (s) 1780.95
Current children cumulated vsize (KiB) 418780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 30878
/proc/meminfo: memFree=1340032/2055920 swapFree=4180124/4192956
[pid=30809] ppid=30807 vsize=47556 CPUtime=74.65
/proc/30809/stat : 30809 (galacE.sh) S 30807 30809 30146 0 -1 4194304 799 89678 0 1 0 0 7394 71 17 0 1 0 2004863769 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30809/statm: 11889 364 245 79 0 219 0
[pid=30832] ppid=30809 vsize=371356 CPUtime=1725.41
/proc/30832/stat : 30832 (eSAT_static) R 30809 30809 30146 0 -1 4194304 98909 0 0 0 172486 55 0 0 25 0 1 0 2004871310 380268544 88800 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30832/statm: 92839 88800 79 162 0 92674 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 418912

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 30809 and gives
#  childrusage.ru_utime.tv_sec=73
#  childrusage.ru_utime.tv_usec=943758
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=723889
# CPU time returned by wait4() is 74.6676
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.42
CPU time (s): 1800.06
CPU user time (s): 1798.8
CPU system time (s): 1.26
CPU usage (%): 99.9248
Max. virtual memory (cumulated for all children) (KiB): 859976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.9438
system time used= 0.723889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90477
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= 3479
involuntary context switches= 4970

runsolver used 2.6626 second user time and 5.56915 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 13:54:52
IDJOB=1095793
IDBENCH=58930
IDSOLVER=351
FILE ID=node16/1095793-1215258891
PBS_JOBID= 7882074
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38b391ba8fcc4721d36ef3ba245f3445
RANDOM SEED=79563188

node16.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.213
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.213
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:       1758192 kB
Buffers:         25808 kB
Cached:         195276 kB
SwapCached:       7056 kB
Active:         163312 kB
Inactive:        83944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758192 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            9316 kB
Writeback:           0 kB
Mapped:          33128 kB
Slab:            35744 kB
Committed_AS:  3511488 kB
PageTables:       1808 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= 66480 MiB
End job on node16 at 2008-07-05 14:24:55