Trace number 235257

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, and are wall clock time (not CPU 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 1? (problem) 290.356 293.361

General information on the benchmark

Nametaillard/os-taillard-10/
os-taillard-10-100-1.xml
MD5SUM74cf29d3ab94d83fc52e373a6d01ad7d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.428934
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size587
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
293.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-235257-1168336701 -o ROOT/results/node4/solver-235257-1168336701 -C 1800 -M 900 /tmp/evaluation/235257-1168336701/galac.sh /tmp/evaluation/235257-1168336701/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.96 1.98 1.99 3/86 30427
/proc/meminfo: memFree=1655672/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=5264 CPUtime=0
/proc/30426/stat : 30426 (galac.sh) R 30424 30426 29623 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 182065694 5390336 167 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913626920 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30426/statm: 1316 167 123 79 0 120 0

[startup+0.104081 s]
/proc/loadavg: 1.96 1.98 1.99 3/86 30427
/proc/meminfo: memFree=1655672/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.512118 s]
/proc/loadavg: 1.96 1.98 1.99 3/86 30427
/proc/meminfo: memFree=1655672/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.3352 s]
/proc/loadavg: 1.96 1.98 1.99 6/94 30447
/proc/meminfo: memFree=1595632/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=1.27
/proc/30440/stat : 30440 (java) R 30426 30426 29623 0 -1 0 17233 0 1 0 120 7 0 0 16 0 8 0 182065698 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073741643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 16737 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=0.26
/proc/30440/task/30441/stat : 30441 (java) S 30426 30426 29623 0 -1 64 6954 0 0 0 24 2 0 0 16 0 8 0 182065702 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.11
/proc/30440/task/30445/stat : 30445 (java) R 30426 30426 29623 0 -1 64 913 0 0 0 11 0 0 0 19 0 8 0 182065706 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 16737 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908648

[startup+2.98836 s]
/proc/loadavg: 1.96 1.98 1.99 4/94 30447
/proc/meminfo: memFree=1579568/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=2.91
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 24608 0 1 0 282 9 0 0 16 0 8 0 182065698 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 23745 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=1.04
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 14318 0 0 0 100 4 0 0 16 0 8 0 182065702 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134256 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.12
/proc/30440/task/30445/stat : 30445 (java) R 30426 30426 29623 0 -1 64 922 0 0 0 12 0 0 0 20 0 8 0 182065706 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 23745 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908648

[startup+6.27567 s]
/proc/loadavg: 2.05 2.00 2.00 4/94 30447
/proc/meminfo: memFree=1539760/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=6.17
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 32388 0 1 0 605 12 0 0 16 0 8 0 182065698 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 31140 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=3.17
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 22088 0 0 0 310 7 0 0 25 0 8 0 182065702 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154022329 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.12
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 925 0 0 0 12 0 0 0 17 0 8 0 182065706 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 31140 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908648

[startup+12.6843 s]
/proc/loadavg: 2.04 2.00 2.00 4/94 30447
/proc/meminfo: memFree=1487800/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=12.51
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 44864 0 1 0 1235 16 0 0 16 0 8 0 182065698 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 43600 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=7.73
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 34543 0 0 0 762 11 0 0 25 0 8 0 182065702 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155523582 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.13
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 930 0 0 0 13 0 0 0 16 0 8 0 182065706 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 43600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 908648

[startup+25.5515 s]
/proc/loadavg: 2.11 2.02 2.01 3/94 30447
/proc/meminfo: memFree=1428600/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=25.26
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 60864 0 1 0 2504 22 0 0 16 0 8 0 182065698 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 59576 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=17.78
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 50511 0 0 0 1761 17 0 0 25 0 8 0 182065702 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134165 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.14
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 938 0 0 0 14 0 0 0 16 0 8 0 182065706 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 59576 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 908648

[startup+51.225 s]
/proc/loadavg: 2.20 2.05 2.01 3/94 30447
/proc/meminfo: memFree=1323960/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=50.69
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 87308 0 1 0 5036 33 0 0 16 0 8 0 182065698 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 85986 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=39.46
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 76911 0 0 0 3918 28 0 0 25 0 8 0 182065702 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134184 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.16
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 948 0 0 0 16 0 0 0 16 0 8 0 182065706 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 85986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 908648

[startup+102.434 s]
/proc/loadavg: 2.14 2.05 2.01 3/94 30447
/proc/meminfo: memFree=1214776/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=101.44
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 113112 0 1 0 10102 42 0 0 17 0 8 0 182065698 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 111741 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=85.03
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 102662 0 0 0 8467 36 0 0 25 0 8 0 182065702 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772428 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.17
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 952 0 0 0 17 0 0 0 17 0 8 0 182065706 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 111741 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 908648

[startup+162.494 s]
/proc/loadavg: 2.18 2.07 2.02 3/100 30473
/proc/meminfo: memFree=1086344/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=160.92
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 144871 0 1 0 16039 53 0 0 17 0 8 0 182065698 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 143455 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=139.6
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 134372 0 0 0 13913 47 0 0 25 0 8 0 182065702 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.18
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 956 0 0 0 18 0 0 0 17 0 8 0 182065706 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 143455 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 908648

[startup+222.498 s]
/proc/loadavg: 2.10 2.07 2.02 3/100 30599
/proc/meminfo: memFree=984072/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=220.22
/proc/30440/stat : 30440 (java) R 30426 30426 29623 0 -1 0 170708 0 1 0 21958 64 0 0 17 0 8 0 182065698 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073743870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 169255 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=194.87
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 160166 0 0 0 19429 58 0 0 25 0 8 0 182065702 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 182065702 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.18
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 962 0 0 0 18 0 0 0 16 0 8 0 182065706 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 169255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 908648

[startup+282.574 s]
/proc/loadavg: 2.13 2.09 2.02 3/94 30645
/proc/meminfo: memFree=929592/2055920 swapFree=4182144/4192956
[pid=30426] ppid=30424 vsize=47556 CPUtime=0.01
/proc/30426/stat : 30426 (galac.sh) S 30424 30426 29623 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 182065694 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30426/statm: 11889 363 245 79 0 218 0
[pid=30440] ppid=30426 vsize=861092 CPUtime=279.66
/proc/30440/stat : 30440 (java) S 30426 30426 29623 0 -1 0 184276 0 1 0 27896 70 0 0 17 0 8 0 182065698 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30440/statm: 215273 182791 1989 14 0 201478 0
[pid=30440/tid=30441] ppid=30426 vsize=861092 CPUtime=250.5
/proc/30440/task/30441/stat : 30441 (java) R 30426 30426 29623 0 -1 64 166778 0 0 0 24989 61 0 0 25 0 8 0 182065702 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155523558 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30442] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30442/stat : 30442 (java) S 30426 30426 29623 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 182065702 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30443] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30443/stat : 30443 (java) S 30426 30426 29623 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182065702 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30444] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30444/stat : 30444 (java) S 30426 30426 29623 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 182065706 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30445] ppid=30426 vsize=861092 CPUtime=0.19
/proc/30440/task/30445/stat : 30445 (java) S 30426 30426 29623 0 -1 64 965 0 0 0 19 0 0 0 17 0 8 0 182065706 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30446] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30446/stat : 30446 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 182065706 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30440/tid=30447] ppid=30426 vsize=861092 CPUtime=0
/proc/30440/task/30447/stat : 30447 (java) S 30426 30426 29623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182065706 881758208 182791 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 908648

Child status: 0
Real time (s): 293.361
CPU time (s): 290.356
CPU user time (s): 289.513
CPU system time (s): 0.842871
CPU usage (%): 98.9758
Max. virtual memory (cumulated for all children) (KiB): 908900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 289.513
system time used= 0.842871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186786
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= 6785
involuntary context switches= 12634

runsolver used 0.308953 s user time and 1.04984 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 09:58:21 UTC 2007


IDJOB= 235257
IDBENCH= 6754
FILE ID= node4/235257-1168336701

PBS_JOBID= 3503108

Free space on /tmp= 66526 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-100-1.xml
COMMAND LINE= /tmp/evaluation/235257-1168336701/galac.sh /tmp/evaluation/235257-1168336701/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-235257-1168336701 -o ROOT/results/node4/solver-235257-1168336701 -C 1800 -M 900  /tmp/evaluation/235257-1168336701/galac.sh /tmp/evaluation/235257-1168336701/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  74cf29d3ab94d83fc52e373a6d01ad7d

RANDOM SEED= 715021818

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.223
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.223
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:       1656280 kB
Buffers:         55396 kB
Cached:         235352 kB
SwapCached:       2060 kB
Active:          93532 kB
Inactive:       245712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656280 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          61820 kB
Slab:            45096 kB
Committed_AS:  5459612 kB
PageTables:       2372 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= 66526 MiB



End job on node4 on Tue Jan  9 10:03:15 UTC 2007