Trace number 1084770

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 1806.01

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-1_ext.xml
MD5SUM777fc5a1408e3970fe4cdc5b66e8ea16
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 benchmark3.3155
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
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 ---
16.47/16.63	c start processing
16.47/16.63	c start relation processing
37.76/38.09	c start cnf exporting
134.07/134.89	c parsing time : 16.507
134.07/134.90	c preprocessing time : 134.771
134.07/134.90	
134.07/134.90	c Nary constraints - conflicts : 0 supports : 18
134.07/134.90	c Binary constraints - conflicts : 0 supports :0
134.07/134.90	c max arity constraint : 8
134.07/134.90	c Max Tuples generated 0
134.07/134.90	c relations : 18
134.07/134.90	c relations BDD: 18
134.07/134.90	c sampling 0/0
134.07/134.90	c vars : 723031 - clauses :  2821508
134.07/134.90	
134.25/135.03	 
134.25/135.03	c --- SAT Solver Stats ---
134.25/135.03	 
134.25/135.03	c eSAT 0.1 : minisat core with additionnal features
134.25/135.03	c ============================[ Problem Statistics ]=============================
134.25/135.03	c |                                                                             |
134.25/135.03	c |  Number of variables:  723030                                               |
134.25/135.03	c |  Number of clauses:    2821508                                              |
138.11/138.93	c |  Parsing time:         3.53         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-1084770-1215231887/watcher-1084770-1215231887 -o /tmp/evaluation-result-1084770-1215231887/solver-1084770-1215231887 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1084770-1215231887.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.99 1.98 1.99 4/72 1162
/proc/meminfo: memFree=1745640/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=18572 CPUtime=0
/proc/1162/stat : 1162 (runsolver) R 1160 1162 31525 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002161918 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1162/statm: 4643 292 257 25 0 2626 0

[startup+0.0530411 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1162
/proc/meminfo: memFree=1745640/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101673 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1162
/proc/meminfo: memFree=1745640/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301694 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1162
/proc/meminfo: memFree=1745640/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701724 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1162
/proc/meminfo: memFree=1745640/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.5028 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 1184
/proc/meminfo: memFree=1660040/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1176] ppid=1162 vsize=812416 CPUtime=1.45
/proc/1176/stat : 1176 (java) S 1162 1162 31525 0 -1 0 26400 0 1 0 133 12 0 0 18 0 9 0 2002161922 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1176/statm: 203104 25825 1882 9 0 197138 0
[pid=1176/tid=1177] ppid=1162 vsize=812416 CPUtime=1.21
/proc/1176/task/1177/stat : 1177 (java) R 1162 1162 31525 0 -1 64 14455 0 1 0 115 6 0 0 25 0 9 0 2002161923 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4126668026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1178] ppid=1162 vsize=812416 CPUtime=0.09
/proc/1176/task/1178/stat : 1178 (java) S 1162 1162 31525 0 -1 64 10494 0 0 0 5 4 0 0 16 0 9 0 2002161925 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1179] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1179/stat : 1179 (java) S 1162 1162 31525 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002161925 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1180] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1180/stat : 1180 (java) S 1162 1162 31525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002161925 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1181] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1181/stat : 1181 (java) S 1162 1162 31525 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002161927 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1182] ppid=1162 vsize=812416 CPUtime=0.12
/proc/1176/task/1182/stat : 1182 (java) S 1162 1162 31525 0 -1 64 751 0 0 0 12 0 0 0 16 0 9 0 2002161927 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1183] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1183/stat : 1183 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002161927 831913984 25825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1184] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1184/stat : 1184 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002161927 831913984 25825 996147200 134512640 134550740 4294955600 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) 859968

[startup+3.10295 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 1184
/proc/meminfo: memFree=1648648/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1176] ppid=1162 vsize=812416 CPUtime=3.03
/proc/1176/stat : 1176 (java) S 1162 1162 31525 0 -1 0 34589 0 1 0 288 15 0 0 18 0 9 0 2002161922 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1176/statm: 203104 34010 1882 9 0 197138 0
[pid=1176/tid=1177] ppid=1162 vsize=812416 CPUtime=2.66
/proc/1176/task/1177/stat : 1177 (java) R 1162 1162 31525 0 -1 64 14459 0 1 0 259 7 0 0 25 0 9 0 2002161923 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4126670097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1178] ppid=1162 vsize=812416 CPUtime=0.23
/proc/1176/task/1178/stat : 1178 (java) S 1162 1162 31525 0 -1 64 18674 0 0 0 16 7 0 0 16 0 9 0 2002161925 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1179] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1179/stat : 1179 (java) S 1162 1162 31525 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002161925 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1180] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1180/stat : 1180 (java) S 1162 1162 31525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002161925 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1181] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1181/stat : 1181 (java) S 1162 1162 31525 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002161927 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1182] ppid=1162 vsize=812416 CPUtime=0.12
/proc/1176/task/1182/stat : 1182 (java) S 1162 1162 31525 0 -1 64 756 0 0 0 12 0 0 0 16 0 9 0 2002161927 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1183] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1183/stat : 1183 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002161927 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1184] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1184/stat : 1184 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002161927 831913984 34010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 859968

[startup+6.30121 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 1184
/proc/meminfo: memFree=1577232/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1176] ppid=1162 vsize=812416 CPUtime=6.21
/proc/1176/stat : 1176 (java) S 1162 1162 31525 0 -1 0 50409 0 1 0 595 26 0 0 18 0 9 0 2002161922 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1176/statm: 203104 49820 1882 9 0 197138 0
[pid=1176/tid=1177] ppid=1162 vsize=812416 CPUtime=5.55
/proc/1176/task/1177/stat : 1177 (java) R 1162 1162 31525 0 -1 64 14469 0 1 0 545 10 0 0 25 0 9 0 2002161923 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4126752881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1178] ppid=1162 vsize=812416 CPUtime=0.49
/proc/1176/task/1178/stat : 1178 (java) S 1162 1162 31525 0 -1 64 34478 0 0 0 35 14 0 0 16 0 9 0 2002161925 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1179] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1179/stat : 1179 (java) S 1162 1162 31525 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002161925 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1180] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1180/stat : 1180 (java) S 1162 1162 31525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002161925 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1181] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1181/stat : 1181 (java) S 1162 1162 31525 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002161927 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1182] ppid=1162 vsize=812416 CPUtime=0.13
/proc/1176/task/1182/stat : 1182 (java) S 1162 1162 31525 0 -1 64 762 0 0 0 13 0 0 0 16 0 9 0 2002161927 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1183] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1183/stat : 1183 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002161927 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1184] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1184/stat : 1184 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002161927 831913984 49820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 859968

[startup+12.7018 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 1184
/proc/meminfo: memFree=1437528/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1176] ppid=1162 vsize=812416 CPUtime=12.57
/proc/1176/stat : 1176 (java) S 1162 1162 31525 0 -1 0 81777 0 1 0 1217 40 0 0 18 0 9 0 2002161922 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1176/statm: 203104 81171 1883 9 0 197138 0
[pid=1176/tid=1177] ppid=1162 vsize=812416 CPUtime=11.38
/proc/1176/task/1177/stat : 1177 (java) R 1162 1162 31525 0 -1 64 14486 0 1 0 1126 12 0 0 25 0 9 0 2002161923 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1178] ppid=1162 vsize=812416 CPUtime=1.01
/proc/1176/task/1178/stat : 1178 (java) R 1162 1162 31525 0 -1 64 65818 0 0 0 74 27 0 0 16 0 9 0 2002161925 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 102723017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1179] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1179/stat : 1179 (java) S 1162 1162 31525 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002161925 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1180] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1180/stat : 1180 (java) S 1162 1162 31525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002161925 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1181] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1181/stat : 1181 (java) S 1162 1162 31525 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002161927 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1182] ppid=1162 vsize=812416 CPUtime=0.15
/proc/1176/task/1182/stat : 1182 (java) S 1162 1162 31525 0 -1 64 773 0 0 0 15 0 0 0 17 0 9 0 2002161927 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1183] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1183/stat : 1183 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002161927 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1184] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1184/stat : 1184 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002161927 831913984 81171 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 859968

[startup+25.5029 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 1184
/proc/meminfo: memFree=1221464/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1176] ppid=1162 vsize=812416 CPUtime=25.31
/proc/1176/stat : 1176 (java) S 1162 1162 31525 0 -1 0 133131 0 1 0 2466 65 0 0 18 0 9 0 2002161922 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1176/statm: 203104 132506 1891 9 0 197138 0
[pid=1176/tid=1177] ppid=1162 vsize=812416 CPUtime=22.35
/proc/1176/task/1177/stat : 1177 (java) R 1162 1162 31525 0 -1 64 14522 0 1 0 2223 12 0 0 25 0 9 0 2002161923 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4126846263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1178] ppid=1162 vsize=812416 CPUtime=2.75
/proc/1176/task/1178/stat : 1178 (java) S 1162 1162 31525 0 -1 64 117113 0 0 0 224 51 0 0 20 0 9 0 2002161925 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1179] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1179/stat : 1179 (java) S 1162 1162 31525 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002161925 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1180] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1180/stat : 1180 (java) S 1162 1162 31525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002161925 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1181] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1181/stat : 1181 (java) S 1162 1162 31525 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002161927 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1182] ppid=1162 vsize=812416 CPUtime=0.19
/proc/1176/task/1182/stat : 1182 (java) S 1162 1162 31525 0 -1 64 796 0 0 0 19 0 0 0 15 0 9 0 2002161927 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1183] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1183/stat : 1183 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002161927 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1176/tid=1184] ppid=1162 vsize=812416 CPUtime=0
/proc/1176/task/1184/stat : 1184 (java) S 1162 1162 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002161927 831913984 132506 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 859968

[startup+51.1022 s]
/proc/loadavg: 2.17 2.03 2.01 3/82 1184
/proc/meminfo: memFree=1021400/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=0.01

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

/proc/1185/statm: 76196 68093 74 162 0 76031 0
Current children cumulated CPU time (s) 1117.38
Current children cumulated vsize (KiB) 352336

[startup+1182.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/74 1187
/proc/meminfo: memFree=1412376/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=306196 CPUtime=1042.86
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 4188260 0 0 0 102356 1930 0 0 25 0 1 0 2002175422 313544704 68441 996147200 134512640 135177480 4294955968 18446744073709551615 134538618 0 0 4096 3 0 0 0 17 1 0 0
/proc/1185/statm: 76549 68441 74 162 0 76384 0
Current children cumulated CPU time (s) 1177.14
Current children cumulated vsize (KiB) 353748

[startup+1242.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/74 1187
/proc/meminfo: memFree=1410904/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=308608 CPUtime=1102.6
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 4420161 0 0 0 108225 2035 0 0 25 0 1 0 2002175422 316014592 69001 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 1 0 0
/proc/1185/statm: 77152 69001 74 162 0 76987 0
Current children cumulated CPU time (s) 1236.88
Current children cumulated vsize (KiB) 356160

[startup+1302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/74 1187
/proc/meminfo: memFree=1409176/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=309500 CPUtime=1162.37
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 4663159 0 0 0 114093 2144 0 0 25 0 1 0 2002175422 316928000 69331 996147200 134512640 135177480 4294955968 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 1 0 0
/proc/1185/statm: 77375 69331 74 162 0 77210 0
Current children cumulated CPU time (s) 1296.65
Current children cumulated vsize (KiB) 357052

[startup+1362.3 s]
/proc/loadavg: 1.89 2.00 1.99 3/82 1260
/proc/meminfo: memFree=1337248/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=311168 CPUtime=1222.19
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 4895739 0 0 0 119973 2246 0 0 25 0 1 0 2002175422 318636032 69757 996147200 134512640 135177480 4294955968 18446744073709551615 134538688 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 77792 69757 74 162 0 77627 0
Current children cumulated CPU time (s) 1356.47
Current children cumulated vsize (KiB) 358720

[startup+1422.31 s]
/proc/loadavg: 1.96 2.00 1.99 3/82 1260
/proc/meminfo: memFree=1335968/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=312872 CPUtime=1282.16
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 5113594 0 0 0 125876 2340 0 0 25 0 1 0 2002175422 320380928 70184 996147200 134512640 135177480 4294955968 18446744073709551615 134538867 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 78218 70184 74 162 0 78053 0
Current children cumulated CPU time (s) 1416.44
Current children cumulated vsize (KiB) 360424

[startup+1482.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/82 1260
/proc/meminfo: memFree=1334880/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=313576 CPUtime=1342.14
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 5330698 0 0 0 131782 2432 0 0 25 0 1 0 2002175422 321101824 70337 996147200 134512640 135177480 4294955968 18446744073709551615 134745010 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 78394 70344 74 162 0 78229 0
Current children cumulated CPU time (s) 1476.42
Current children cumulated vsize (KiB) 361128

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 1260
/proc/meminfo: memFree=1333536/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=314264 CPUtime=1402.12
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 5546823 0 0 0 137688 2524 0 0 25 0 1 0 2002175422 321806336 70602 996147200 134512640 135177480 4294955968 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 78566 70602 74 162 0 78401 0
Current children cumulated CPU time (s) 1536.4
Current children cumulated vsize (KiB) 361816

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 1260
/proc/meminfo: memFree=1332192/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=315524 CPUtime=1462.1
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 5758107 0 0 0 143588 2622 0 0 25 0 1 0 2002175422 323096576 70915 996147200 134512640 135177480 4294955968 18446744073709551615 134538688 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 78881 70915 74 162 0 78716 0
Current children cumulated CPU time (s) 1596.38
Current children cumulated vsize (KiB) 363076

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 1260
/proc/meminfo: memFree=1331360/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=316668 CPUtime=1522.08
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 5975084 0 0 0 149490 2718 0 0 25 0 1 0 2002175422 324268032 71233 996147200 134512640 135177480 4294955968 18446744073709551615 134538688 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 79167 71233 74 162 0 79002 0
Current children cumulated CPU time (s) 1656.36
Current children cumulated vsize (KiB) 364220

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 1260
/proc/meminfo: memFree=1330272/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=317872 CPUtime=1582.06
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 6189078 0 0 0 155397 2809 0 0 25 0 1 0 2002175422 325500928 71563 996147200 134512640 135177480 4294955968 18446744073709551615 134538688 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 79468 71563 74 162 0 79303 0
Current children cumulated CPU time (s) 1716.34
Current children cumulated vsize (KiB) 365424

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/82 1260
/proc/meminfo: memFree=1328672/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=319288 CPUtime=1642.03
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 6401053 0 0 0 161298 2905 0 0 25 0 1 0 2002175422 326950912 71918 996147200 134512640 135177480 4294955968 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 79822 71918 74 162 0 79657 0
Current children cumulated CPU time (s) 1776.31
Current children cumulated vsize (KiB) 366840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.29 2.08 2.02 3/82 1260
/proc/meminfo: memFree=1328032/2055920 swapFree=4180688/4192956
[pid=1162] ppid=1160 vsize=47552 CPUtime=134.28
/proc/1162/stat : 1162 (galacE.sh) S 1160 1162 31525 0 -1 4194304 799 184859 0 1 0 0 13290 138 17 0 1 0 2002161918 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1162/statm: 11888 364 245 79 0 219 0
[pid=1185] ppid=1162 vsize=319024 CPUtime=1665.72
/proc/1185/stat : 1185 (eSAT_static) R 1162 1162 31525 0 -1 4194304 6491274 0 0 0 163630 2942 0 0 25 0 1 0 2002175422 326680576 71928 996147200 134512640 135177480 4294955968 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 0 0 0
/proc/1185/statm: 79756 71928 74 162 0 79591 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 366576

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 1162 and gives
#  childrusage.ru_utime.tv_sec=132
#  childrusage.ru_utime.tv_usec=914793
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=392788
# CPU time returned by wait4() is 134.308
# 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): 1806.01
CPU time (s): 1800
CPU user time (s): 1769.2
CPU system time (s): 30.8
CPU usage (%): 99.667
Max. virtual memory (cumulated for all children) (KiB): 860972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.915
system time used= 1.39279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185658
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= 5337
involuntary context switches= 6865

runsolver used 2.28065 second user time and 5.07023 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 06:24:49
IDJOB=1084770
IDBENCH=57582
IDSOLVER=351
FILE ID=node41/1084770-1215231887
PBS_JOBID= 7881816
Free space on /tmp= 66132 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-1_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084770-1215231887/watcher-1084770-1215231887 -o /tmp/evaluation-result-1084770-1215231887/solver-1084770-1215231887 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1084770-1215231887.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 777fc5a1408e3970fe4cdc5b66e8ea16
RANDOM SEED=965461100

node41.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.232
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.232
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:       1746056 kB
Buffers:         41192 kB
Cached:         202752 kB
SwapCached:       6228 kB
Active:         172180 kB
Inactive:        83520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746056 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:           25112 kB
Writeback:           0 kB
Mapped:          19464 kB
Slab:            39628 kB
Committed_AS:  3698188 kB
PageTables:       1688 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= 66076 MiB
End job on node41 at 2008-07-05 06:54:57