Trace number 1093127

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.04 1800.81

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-13.xml
MD5SUMadcd630dea9ab37334affed6d76d8253
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 benchmark728.091
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
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 ---
22.15/22.10	c start processing
22.15/22.10	c start relation processing
41.35/41.30	c start cnf exporting
68.63/68.70	c parsing time : 21.995
68.63/68.70	c preprocessing time : 68.59
68.63/68.70	
68.63/68.70	c Nary constraints - conflicts : 0 supports : 56
68.63/68.70	c Binary constraints - conflicts : 0 supports :0
68.63/68.70	c max arity constraint : 7
68.63/68.70	c Max Tuples generated 0
68.63/68.70	c relations : 56
68.63/68.70	c relations BDD: 56
68.63/68.70	c sampling 0/0
68.63/68.70	c vars : 207044 - clauses :  809254
68.63/68.70	
68.73/68.78	 
68.73/68.78	c --- SAT Solver Stats ---
68.73/68.78	 
68.73/68.78	c eSAT 0.1 : minisat core with additionnal features
68.73/68.78	c ============================[ Problem Statistics ]=============================
68.73/68.78	c |                                                                             |
68.73/68.78	c |  Number of variables:  207043                                               |
68.73/68.78	c |  Number of clauses:    809254                                               |
69.70/69.71	c |  Parsing time:         0.83         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-1093127-1215248521/watcher-1093127-1215248521 -o /tmp/evaluation-result-1093127-1215248521/solver-1093127-1215248521 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1093127-1215248521.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.03 1.03 1.00 3/64 7950
/proc/meminfo: memFree=1858384/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=8652 CPUtime=0
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2003822093 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7950/statm: 2163 280 208 79 0 156 0
[pid=7951] ppid=7950 vsize=8688 CPUtime=0
/proc/7951/stat : 7951 (galacE.sh) S 7950 7950 4292 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 2003822094 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 257203863634 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7951/statm: 2172 286 209 79 0 165 0
[pid=7952] ppid=7951 vsize=8728 CPUtime=0
/proc/7952/stat : 7952 (galacE.sh) R 7951 7950 4292 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 2003822094 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 257203694887 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7952/statm: 2182 290 209 79 0 175 0

[startup+0.0868491 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 7950
/proc/meminfo: memFree=1858384/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101853 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 7950
/proc/meminfo: memFree=1858384/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301877 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 7950
/proc/meminfo: memFree=1858384/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701903 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 7950
/proc/meminfo: memFree=1858384/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50197 s]
/proc/loadavg: 1.03 1.03 1.00 2/74 7972
/proc/meminfo: memFree=1778560/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7964] ppid=7950 vsize=813884 CPUtime=1.56
/proc/7964/stat : 7964 (java) S 7950 7950 4292 0 -1 0 25192 0 1 0 144 12 0 0 18 0 9 0 2003822096 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7964/statm: 203471 24616 1882 9 0 197452 0
[pid=7964/tid=7965] ppid=7950 vsize=813884 CPUtime=1.33
/proc/7964/task/7965/stat : 7965 (java) R 7950 7950 4292 0 -1 64 14538 0 1 0 126 7 0 0 17 0 9 0 2003822097 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4126735287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7964/tid=7966] ppid=7950 vsize=813884 CPUtime=0.1
/proc/7964/task/7966/stat : 7966 (java) S 7950 7950 4292 0 -1 64 9258 0 0 0 6 4 0 0 17 0 9 0 2003822099 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7967] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7967/stat : 7967 (java) S 7950 7950 4292 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2003822099 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7968] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7968/stat : 7968 (java) S 7950 7950 4292 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2003822099 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7969] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7969/stat : 7969 (java) S 7950 7950 4292 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2003822101 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7970] ppid=7950 vsize=813884 CPUtime=0.11
/proc/7964/task/7970/stat : 7970 (java) S 7950 7950 4292 0 -1 64 697 0 0 0 11 0 0 0 15 0 9 0 2003822101 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7971] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7971/stat : 7971 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2003822101 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7972] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7972/stat : 7972 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003822101 833417216 24616 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 861456

[startup+3.10109 s]
/proc/loadavg: 1.03 1.03 1.00 2/74 7972
/proc/meminfo: memFree=1762368/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7964] ppid=7950 vsize=813884 CPUtime=3.16
/proc/7964/stat : 7964 (java) S 7950 7950 4292 0 -1 0 28359 0 1 0 302 14 0 0 18 0 9 0 2003822096 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7964/statm: 203471 27779 1882 9 0 197452 0
[pid=7964/tid=7965] ppid=7950 vsize=813884 CPUtime=2.83
/proc/7964/task/7965/stat : 7965 (java) R 7950 7950 4292 0 -1 64 14542 0 1 0 276 7 0 0 19 0 9 0 2003822097 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4126650544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7964/tid=7966] ppid=7950 vsize=813884 CPUtime=0.18
/proc/7964/task/7966/stat : 7966 (java) S 7950 7950 4292 0 -1 64 12420 0 0 0 13 5 0 0 16 0 9 0 2003822099 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7967] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7967/stat : 7967 (java) S 7950 7950 4292 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2003822099 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7968] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7968/stat : 7968 (java) S 7950 7950 4292 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2003822099 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7969] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7969/stat : 7969 (java) S 7950 7950 4292 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2003822101 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7970] ppid=7950 vsize=813884 CPUtime=0.11
/proc/7964/task/7970/stat : 7970 (java) S 7950 7950 4292 0 -1 64 698 0 0 0 11 0 0 0 16 0 9 0 2003822101 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7971] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7971/stat : 7971 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2003822101 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7972] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7972/stat : 7972 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003822101 833417216 27779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 861456

[startup+6.30255 s]
/proc/loadavg: 1.02 1.03 1.00 2/74 7972
/proc/meminfo: memFree=1729600/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7964] ppid=7950 vsize=813884 CPUtime=6.37
/proc/7964/stat : 7964 (java) S 7950 7950 4292 0 -1 0 37249 0 1 0 619 18 0 0 18 0 9 0 2003822096 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7964/statm: 203471 36658 1882 9 0 197452 0
[pid=7964/tid=7965] ppid=7950 vsize=813884 CPUtime=5.79
/proc/7964/task/7965/stat : 7965 (java) R 7950 7950 4292 0 -1 64 14553 0 1 0 571 8 0 0 20 0 9 0 2003822097 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4126753681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7966] ppid=7950 vsize=813884 CPUtime=0.42
/proc/7964/task/7966/stat : 7966 (java) S 7950 7950 4292 0 -1 64 21295 0 0 0 34 8 0 0 16 0 9 0 2003822099 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7964/tid=7967] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7967/stat : 7967 (java) S 7950 7950 4292 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2003822099 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7968] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7968/stat : 7968 (java) S 7950 7950 4292 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2003822099 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7969] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7969/stat : 7969 (java) S 7950 7950 4292 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2003822101 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7970] ppid=7950 vsize=813884 CPUtime=0.12
/proc/7964/task/7970/stat : 7970 (java) S 7950 7950 4292 0 -1 64 702 0 0 0 12 0 0 0 16 0 9 0 2003822101 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7971] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7971/stat : 7971 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2003822101 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7972] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7972/stat : 7972 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003822101 833417216 36658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 861456

[startup+12.7021 s]
/proc/loadavg: 1.02 1.03 1.00 2/74 7972
/proc/meminfo: memFree=1657472/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7964] ppid=7950 vsize=813884 CPUtime=12.76
/proc/7964/stat : 7964 (java) S 7950 7950 4292 0 -1 0 54610 0 1 0 1250 26 0 0 18 0 9 0 2003822096 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7964/statm: 203471 54001 1883 9 0 197452 0
[pid=7964/tid=7965] ppid=7950 vsize=813884 CPUtime=11.72
/proc/7964/task/7965/stat : 7965 (java) R 7950 7950 4292 0 -1 64 14571 0 1 0 1163 9 0 0 18 0 9 0 2003822097 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4126604487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7964/tid=7966] ppid=7950 vsize=813884 CPUtime=0.87
/proc/7964/task/7966/stat : 7966 (java) S 7950 7950 4292 0 -1 64 38619 0 0 0 72 15 0 0 17 0 9 0 2003822099 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7967] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7967/stat : 7967 (java) S 7950 7950 4292 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2003822099 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7968] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7968/stat : 7968 (java) S 7950 7950 4292 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2003822099 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7969] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7969/stat : 7969 (java) S 7950 7950 4292 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2003822101 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7970] ppid=7950 vsize=813884 CPUtime=0.14
/proc/7964/task/7970/stat : 7970 (java) S 7950 7950 4292 0 -1 64 721 0 0 0 14 0 0 0 16 0 9 0 2003822101 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7971] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7971/stat : 7971 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2003822101 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7972] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7972/stat : 7972 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003822101 833417216 54001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 861456

[startup+25.5011 s]
/proc/loadavg: 1.02 1.02 1.00 2/74 7972
/proc/meminfo: memFree=1553664/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=0.01
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7964] ppid=7950 vsize=813884 CPUtime=25.55
/proc/7964/stat : 7964 (java) S 7950 7950 4292 0 -1 0 78435 0 1 0 2519 36 0 0 18 0 9 0 2003822096 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7964/statm: 203471 77794 1891 9 0 197452 0
[pid=7964/tid=7965] ppid=7950 vsize=813884 CPUtime=23.82
/proc/7964/task/7965/stat : 7965 (java) R 7950 7950 4292 0 -1 64 14620 0 1 0 2372 10 0 0 25 0 9 0 2003822097 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4126875436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7966] ppid=7950 vsize=813884 CPUtime=1.52
/proc/7964/task/7966/stat : 7966 (java) S 7950 7950 4292 0 -1 64 62367 0 0 0 128 24 0 0 16 0 9 0 2003822099 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7967] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7967/stat : 7967 (java) S 7950 7950 4292 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2003822099 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7968] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7968/stat : 7968 (java) S 7950 7950 4292 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2003822099 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7969] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7969/stat : 7969 (java) S 7950 7950 4292 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2003822101 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7970] ppid=7950 vsize=813884 CPUtime=0.18
/proc/7964/task/7970/stat : 7970 (java) S 7950 7950 4292 0 -1 64 749 0 0 0 18 0 0 0 15 0 9 0 2003822101 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7971] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7971/stat : 7971 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2003822101 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7964/tid=7972] ppid=7950 vsize=813884 CPUtime=0
/proc/7964/task/7972/stat : 7972 (java) S 7950 7950 4292 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003822101 833417216 77794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56

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

/proc/7973/statm: 28336 27675 79 162 0 28171 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 160916

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730888/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1113.01
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31552 0 0 0 111284 17 0 0 25 0 1 0 2003828971 116064256 27678 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27678 79 162 0 28171 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 160916

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730824/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1172.98
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31554 0 0 0 117281 17 0 0 25 0 1 0 2003828971 116064256 27680 996147200 134512640 135177480 4294955968 18446744073709551615 134548385 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27680 79 162 0 28171 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 160916

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730760/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1232.96
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31559 0 0 0 123279 17 0 0 25 0 1 0 2003828971 116064256 27685 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27685 79 162 0 28171 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 160916

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730760/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1292.93
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31559 0 0 0 129276 17 0 0 25 0 1 0 2003828971 116064256 27685 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27685 79 162 0 28171 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 160916

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730696/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1352.91
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31562 0 0 0 135274 17 0 0 25 0 1 0 2003828971 116064256 27688 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27688 79 162 0 28171 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 160916

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730696/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1412.89
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31562 0 0 0 141272 17 0 0 25 0 1 0 2003828971 116064256 27688 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27688 79 162 0 28171 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 160916

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730696/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1472.85
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31562 0 0 0 147268 17 0 0 25 0 1 0 2003828971 116064256 27688 996147200 134512640 135177480 4294955968 18446744073709551615 134565301 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27688 79 162 0 28171 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 160916

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730632/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1532.83
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31564 0 0 0 153266 17 0 0 25 0 1 0 2003828971 116064256 27690 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27690 79 162 0 28171 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 160916

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730568/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1592.81
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31567 0 0 0 159263 18 0 0 25 0 1 0 2003828971 116064256 27693 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27693 79 162 0 28171 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 160916

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730568/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1652.79
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31567 0 0 0 165261 18 0 0 25 0 1 0 2003828971 116064256 27693 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27693 79 162 0 28171 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 160916

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730504/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1712.76
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31567 0 0 0 171258 18 0 0 25 0 1 0 2003828971 116064256 27693 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27693 79 162 0 28171 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 160916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7973
/proc/meminfo: memFree=1730504/2055920 swapFree=4180808/4192956
[pid=7950] ppid=7948 vsize=47572 CPUtime=68.79
/proc/7950/stat : 7950 (galacE.sh) S 7948 7950 4292 0 -1 4194304 799 104586 0 1 0 0 6813 66 16 0 1 0 2003822093 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7950/statm: 11893 364 245 79 0 219 0
[pid=7973] ppid=7950 vsize=113344 CPUtime=1731.25
/proc/7973/stat : 7973 (eSAT_static) R 7950 7950 4292 0 -1 4194304 31567 0 0 0 173107 18 0 0 25 0 1 0 2003828971 116064256 27693 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/7973/statm: 28336 27693 79 162 0 28171 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 160916

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 7950 and gives
#  childrusage.ru_utime.tv_sec=68
#  childrusage.ru_utime.tv_usec=142640
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=670898
# CPU time returned by wait4() is 68.8135
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.04
CPU user time (s): 1799.2
CPU system time (s): 0.84
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 861456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.1426
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105385
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= 2318
involuntary context switches= 1387

runsolver used 1.9647 second user time and 4.6243 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 11:02:03
IDJOB=1093127
IDBENCH=58687
IDSOLVER=351
FILE ID=node65/1093127-1215248521
PBS_JOBID= 7881879
Free space on /tmp= 66468 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-13.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093127-1215248521/watcher-1093127-1215248521 -o /tmp/evaluation-result-1093127-1215248521/solver-1093127-1215248521 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1093127-1215248521.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= adcd630dea9ab37334affed6d76d8253
RANDOM SEED=1687037991

node65.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858800 kB
Buffers:          8548 kB
Cached:         129124 kB
SwapCached:       6352 kB
Active:         106252 kB
Inactive:        40264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858800 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:           33100 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            36588 kB
Committed_AS:  3953900 kB
PageTables:       1444 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= 66448 MiB
End job on node65 at 2008-07-05 11:32:06