Trace number 238016

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? (MO) 0 1184.87

General information on the benchmark

Namehaystacks/
haystacks_42.xml
MD5SUM6036b9950a5c57b90aa6f46757fe5390
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1252.18
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1764
Number of constraints36203
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36203
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
23.37	c start processing
23.38	c start relation processing
23.38	c start cnf exporting
89.55	c parsing time : 23.201
89.55	c preprocessing time : 89.379
89.56	
89.56	c Nary constraints - conflicts : 0 supports : 0
89.56	c Binary constraints - conflicts : 36162 supports :41
89.56	c max arity constraint : 2
89.56	c Max Tuples generated 1764
89.56	c relations : 4
89.56	c relations BDD: 0
89.56	c vars : 74089 - clauses :  3046178
89.56	
89.59	 
89.59	c --- Minisat Stats ---
89.59	 

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/node42/watcher-238016-1168718975 -o ROOT/results/node42/solver-238016-1168718975 -C 1800 -M 900 /tmp/evaluation/238016-1168718975/galac.sh /tmp/evaluation/238016-1168718975/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: 0.86 0.98 1.11 5/75 904
/proc/meminfo: memFree=1443496/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=8652 CPUtime=0
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 220296765 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 2163 280 208 79 0 156 0
[pid=906] ppid=902 vsize=8688 CPUtime=0
/proc/906/stat : 906 (galac.sh) S 902 902 783 0 -1 4194368 38 0 0 0 0 0 0 0 17 0 1 0 220296765 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259415310418 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/906/statm: 2172 286 209 79 0 165 0
[pid=907] ppid=906 vsize=6912 CPUtime=0
/proc/907/stat : 907 (id) R 906 902 783 0 -1 4194304 225 0 0 0 0 0 0 0 20 0 1 0 220296765 7077888 174 18446744073709551615 4194304 4211724 548682069312 18446744073709551615 259412523097 0 0 3674112 0 0 0 0 17 1 0 0
/proc/907/statm: 1716 172 145 4 0 46 0

[startup+0.105877 s]
/proc/loadavg: 0.86 0.98 1.11 5/75 904
/proc/meminfo: memFree=1443496/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.513897 s]
/proc/loadavg: 0.86 0.98 1.11 5/75 904
/proc/meminfo: memFree=1443496/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.3354 s]
/proc/loadavg: 0.86 0.98 1.11 4/89 942
/proc/meminfo: memFree=1362424/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=927] ppid=902 vsize=861064 CPUtime=1.28
/proc/927/stat : 927 (java) R 902 902 783 0 -1 0 12197 0 1 0 119 9 0 0 17 0 8 0 220296768 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072942952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/927/statm: 215266 11949 1989 14 0 201471 0
[pid=927/tid=930] ppid=902 vsize=861064 CPUtime=0.09
/proc/927/task/930/stat : 930 (java) S 902 902 783 0 -1 64 3456 0 0 0 8 1 0 0 16 0 8 0 220296773 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=933] ppid=902 vsize=861064 CPUtime=0
/proc/927/task/933/stat : 933 (java) S 902 902 783 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220296773 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=934] ppid=902 vsize=861064 CPUtime=0
/proc/927/task/934/stat : 934 (java) S 902 902 783 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220296773 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=939] ppid=902 vsize=861064 CPUtime=0
/proc/927/task/939/stat : 939 (java) S 902 902 783 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220296777 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=940] ppid=902 vsize=861064 CPUtime=0.29
/proc/927/task/940/stat : 940 (java) R 902 902 783 0 -1 64 1022 0 0 0 27 2 0 0 21 0 8 0 220296777 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=941] ppid=902 vsize=861064 CPUtime=0
/proc/927/task/941/stat : 941 (java) S 902 902 783 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220296777 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=942] ppid=902 vsize=861064 CPUtime=0
/proc/927/task/942/stat : 942 (java) S 902 902 783 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220296777 881729536 11949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908628

[startup+2.97317 s]
/proc/loadavg: 0.86 0.98 1.11 3/89 942
/proc/meminfo: memFree=1361464/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=927] ppid=902 vsize=861196 CPUtime=2.91
/proc/927/stat : 927 (java) R 902 902 783 0 -1 0 13899 0 1 0 281 10 0 0 25 0 8 0 220296768 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074067012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/927/statm: 215299 13649 1994 14 0 201504 0
[pid=927/tid=930] ppid=902 vsize=861196 CPUtime=0.14
/proc/927/task/930/stat : 930 (java) S 902 902 783 0 -1 64 3489 0 0 0 13 1 0 0 17 0 8 0 220296773 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=933] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/933/stat : 933 (java) S 902 902 783 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=934] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/934/stat : 934 (java) S 902 902 783 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=939] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/939/stat : 939 (java) S 902 902 783 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220296777 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=940] ppid=902 vsize=861196 CPUtime=0.34
/proc/927/task/940/stat : 940 (java) S 902 902 783 0 -1 64 1055 0 0 0 32 2 0 0 16 0 8 0 220296777 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=941] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/941/stat : 941 (java) S 902 902 783 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220296777 881864704 13649 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=942] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/942/stat : 942 (java) S 902 902 783 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220296777 881864704 13649 18446744073709551615 134512640 134570532 4294956112 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) 908760

[startup+6.17452 s]
/proc/loadavg: 0.95 1.00 1.12 3/89 942
/proc/meminfo: memFree=1302840/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=927] ppid=902 vsize=861196 CPUtime=6.11
/proc/927/stat : 927 (java) R 902 902 783 0 -1 0 19653 0 1 0 598 13 0 0 25 0 8 0 220296768 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153627200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/927/statm: 215299 19402 1997 14 0 201504 0
[pid=927/tid=930] ppid=902 vsize=861196 CPUtime=0.15
/proc/927/task/930/stat : 930 (java) S 902 902 783 0 -1 64 3648 0 0 0 14 1 0 0 16 0 8 0 220296773 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=933] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/933/stat : 933 (java) S 902 902 783 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=934] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/934/stat : 934 (java) S 902 902 783 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=939] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/939/stat : 939 (java) S 902 902 783 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220296777 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=940] ppid=902 vsize=861196 CPUtime=0.34
/proc/927/task/940/stat : 940 (java) S 902 902 783 0 -1 64 1055 0 0 0 32 2 0 0 16 0 8 0 220296777 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=941] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/941/stat : 941 (java) S 902 902 783 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220296777 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=942] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/942/stat : 942 (java) S 902 902 783 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220296777 881864704 19402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908760

[startup+12.6492 s]
/proc/loadavg: 1.04 1.01 1.12 3/89 942
/proc/meminfo: memFree=1296448/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=927] ppid=902 vsize=861196 CPUtime=12.58
/proc/927/stat : 927 (java) R 902 902 783 0 -1 0 20504 0 1 0 1244 14 0 0 25 0 8 0 220296768 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073854796 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/927/statm: 215299 20250 1997 14 0 201504 0
[pid=927/tid=930] ppid=902 vsize=861196 CPUtime=0.2
/proc/927/task/930/stat : 930 (java) S 902 902 783 0 -1 64 4495 0 0 0 18 2 0 0 16 0 8 0 220296773 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=933] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/933/stat : 933 (java) S 902 902 783 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=934] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/934/stat : 934 (java) S 902 902 783 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=939] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/939/stat : 939 (java) S 902 902 783 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220296777 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=940] ppid=902 vsize=861196 CPUtime=0.34
/proc/927/task/940/stat : 940 (java) S 902 902 783 0 -1 64 1056 0 0 0 32 2 0 0 17 0 8 0 220296777 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=941] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/941/stat : 941 (java) S 902 902 783 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220296777 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=942] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/942/stat : 942 (java) S 902 902 783 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220296777 881864704 20250 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908760

[startup+25.5257 s]
/proc/loadavg: 1.33 1.08 1.14 3/89 942
/proc/meminfo: memFree=1146240/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=927] ppid=902 vsize=861196 CPUtime=25.44
/proc/927/stat : 927 (java) R 902 902 783 0 -1 0 21722 0 2 0 2527 17 0 0 25 0 8 0 220296768 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074342159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/927/statm: 215299 21459 2015 14 0 201504 0
[pid=927/tid=930] ppid=902 vsize=861196 CPUtime=0.33
/proc/927/task/930/stat : 930 (java) S 902 902 783 0 -1 64 5607 0 0 0 30 3 0 0 16 0 8 0 220296773 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=933] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/933/stat : 933 (java) S 902 902 783 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220296773 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=934] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/934/stat : 934 (java) S 902 902 783 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=939] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/939/stat : 939 (java) S 902 902 783 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220296777 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=940] ppid=902 vsize=861196 CPUtime=0.45
/proc/927/task/940/stat : 940 (java) S 902 902 783 0 -1 64 1114 0 0 0 42 3 0 0 16 0 8 0 220296777 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=941] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/941/stat : 941 (java) S 902 902 783 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220296777 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=942] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/942/stat : 942 (java) S 902 902 783 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220296777 881864704 21459 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 908760

[startup+51.1925 s]
/proc/loadavg: 1.63 1.17 1.17 3/90 943
/proc/meminfo: memFree=1006008/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=0.01
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=927] ppid=902 vsize=861196 CPUtime=51.06
/proc/927/stat : 927 (java) R 902 902 783 0 -1 0 22369 0 2 0 5076 30 0 0 25 0 8 0 220296768 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074375772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/927/statm: 215299 22057 2015 14 0 201504 0
[pid=927/tid=930] ppid=902 vsize=861196 CPUtime=0.45
/proc/927/task/930/stat : 930 (java) S 902 902 783 0 -1 64 6202 0 0 0 42 3 0 0 16 0 8 0 220296773 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=933] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/933/stat : 933 (java) S 902 902 783 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220296773 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=934] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/934/stat : 934 (java) S 902 902 783 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220296773 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=939] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/939/stat : 939 (java) S 902 902 783 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220296777 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=940] ppid=902 vsize=861196 CPUtime=0.46
/proc/927/task/940/stat : 940 (java) S 902 902 783 0 -1 64 1117 0 0 0 43 3 0 0 16 0 8 0 220296777 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=941] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/941/stat : 941 (java) S 902 902 783 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220296777 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=927/tid=942] ppid=902 vsize=861196 CPUtime=0
/proc/927/task/942/stat : 942 (java) S 902 902 783 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220296777 881864704 22057 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 908760

[startup+102.433 s]
/proc/loadavg: 1.84 1.29 1.21 3/83 944
/proc/meminfo: memFree=850352/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42

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

[startup+522.782 s]
/proc/loadavg: 2.05 1.84 1.49 3/83 944
/proc/meminfo: memFree=195376/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=488724 CPUtime=433.05
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 120720 0 0 0 43206 99 0 0 25 0 1 0 220305724 500453376 120702 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 122181 120702 54 142 0 122037 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 536288

[startup+582.86 s]
/proc/loadavg: 2.02 1.87 1.52 3/83 944
/proc/meminfo: memFree=170928/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=513036 CPUtime=493.12
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 126808 0 0 0 49206 106 0 0 25 0 1 0 220305724 525348864 126790 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 128259 126790 54 142 0 128115 0
Current children cumulated CPU time (s) 582.54
Current children cumulated vsize (KiB) 560600

[startup+642.945 s]
/proc/loadavg: 2.07 1.91 1.56 3/83 946
/proc/meminfo: memFree=90288/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=594132 CPUtime=553.19
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 146828 0 0 0 55196 123 0 0 25 0 1 0 220305724 608391168 146810 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 148533 146810 54 142 0 148389 0
Current children cumulated CPU time (s) 642.61
Current children cumulated vsize (KiB) 641696

[startup+703.031 s]
/proc/loadavg: 2.08 1.94 1.59 3/83 946
/proc/meminfo: memFree=55728/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=628852 CPUtime=613.26
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 155459 0 0 0 61193 133 0 0 25 0 1 0 220305724 643944448 155441 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 157213 155441 54 142 0 157069 0
Current children cumulated CPU time (s) 702.68
Current children cumulated vsize (KiB) 676416

[startup+763.107 s]
/proc/loadavg: 2.03 1.95 1.61 3/83 946
/proc/meminfo: memFree=31920/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=653072 CPUtime=673.31
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 161463 0 0 0 67193 138 0 0 25 0 1 0 220305724 668745728 161445 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 163268 161445 54 142 0 163124 0
Current children cumulated CPU time (s) 762.73
Current children cumulated vsize (KiB) 700636

[startup+823.132 s]
/proc/loadavg: 2.08 1.97 1.64 3/83 946
/proc/meminfo: memFree=15152/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=672876 CPUtime=733.33
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 166364 0 0 0 73189 144 0 0 25 0 1 0 220305724 689025024 166346 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 168219 166346 54 142 0 168075 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 720440

[startup+883.134 s]
/proc/loadavg: 2.11 1.99 1.66 3/83 946
/proc/meminfo: memFree=15280/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=695644 CPUtime=793.3
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 172052 0 0 0 79180 150 0 0 25 0 1 0 220305724 712339456 172026 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 173911 172026 54 142 0 173767 0
Current children cumulated CPU time (s) 882.72
Current children cumulated vsize (KiB) 743208

[startup+943.207 s]
/proc/loadavg: 2.11 2.02 1.69 3/83 946
/proc/meminfo: memFree=15088/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=715796 CPUtime=853.34
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 177034 0 0 0 85179 155 0 0 25 0 1 0 220305724 732975104 177008 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 178949 177008 54 142 0 178805 0
Current children cumulated CPU time (s) 942.76
Current children cumulated vsize (KiB) 763360

[startup+1003.27 s]
/proc/loadavg: 2.04 2.01 1.71 4/83 946
/proc/meminfo: memFree=14960/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=731612 CPUtime=913.38
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 180933 0 0 0 91178 160 0 0 25 0 1 0 220305724 749170688 180899 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 182903 180899 54 142 0 182759 0
Current children cumulated CPU time (s) 1002.8
Current children cumulated vsize (KiB) 779176

[startup+1063.36 s]
/proc/loadavg: 2.01 2.00 1.73 3/83 946
/proc/meminfo: memFree=15408/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=747848 CPUtime=973.46
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 184987 0 0 0 97181 165 0 0 25 0 1 0 220305724 765796352 184953 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 186962 184953 54 142 0 186818 0
Current children cumulated CPU time (s) 1062.88
Current children cumulated vsize (KiB) 795412

[startup+1123.45 s]
/proc/loadavg: 2.08 2.02 1.74 3/83 946
/proc/meminfo: memFree=15536/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=770816 CPUtime=1033.51
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 190732 0 0 0 103180 171 0 0 25 0 1 0 220305724 789315584 190698 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 192704 190698 54 142 0 192560 0
Current children cumulated CPU time (s) 1122.93
Current children cumulated vsize (KiB) 818380

[startup+1183.53 s]
/proc/loadavg: 2.03 2.01 1.75 3/83 946
/proc/meminfo: memFree=15024/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=868268 CPUtime=1093.52
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 214827 0 0 0 109164 188 0 0 25 0 1 0 220305724 889106432 214793 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 217067 214793 54 142 0 216923 0
Current children cumulated CPU time (s) 1182.94
Current children cumulated vsize (KiB) 915832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1184.86 s]
/proc/loadavg: 2.02 2.01 1.76 3/83 946
/proc/meminfo: memFree=16240/2055920 swapFree=4191892/4192956
[pid=902] ppid=898 vsize=47564 CPUtime=89.42
/proc/902/stat : 902 (galac.sh) S 898 902 783 0 -1 4194304 799 24154 0 2 0 0 8897 45 17 0 1 0 220296765 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/902/statm: 11891 363 245 79 0 218 0
[pid=944] ppid=902 vsize=874340 CPUtime=1094.86
/proc/944/stat : 944 (minisat) R 902 902 783 0 -1 4194304 216332 0 0 0 109297 189 0 0 25 0 1 0 220305724 895324160 216298 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/944/statm: 218585 216298 54 142 0 218441 0
Current children cumulated CPU time (s) 1184.28
Current children cumulated vsize (KiB) 921904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 902 and gives childrusage.ru_utime.tv_sec=88 childrusage.ru_utime.tv_usec=987471 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=462929
CPU time returned by wait4() is 89.4504
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1184.87
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 921904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.9875
system time used= 0.462929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24953
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4043
involuntary context switches= 4130

runsolver used 1.23281 s user time and 3.33849 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan 13 20:09:35 UTC 2007


IDJOB= 238016
IDBENCH= 6977
IDSOLVER= 78
FILE ID= node42/238016-1168718975

PBS_JOBID= 3547644

Free space on /tmp= 66550 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_42.xml
COMMAND LINE= /tmp/evaluation/238016-1168718975/galac.sh /tmp/evaluation/238016-1168718975/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-238016-1168718975 -o ROOT/results/node42/solver-238016-1168718975 -C 1800 -M 900  /tmp/evaluation/238016-1168718975/galac.sh /tmp/evaluation/238016-1168718975/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6036b9950a5c57b90aa6f46757fe5390

RANDOM SEED= 874139489

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.229
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.229
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:       1445240 kB
Buffers:         41992 kB
Cached:         472568 kB
SwapCached:        268 kB
Active:          71884 kB
Inactive:       462336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445240 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           15248 kB
Writeback:           0 kB
Mapped:          28528 kB
Slab:            62172 kB
Committed_AS:  4642092 kB
PageTables:       1656 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= 66504 MiB



End job on node42 on Sat Jan 13 20:29:20 UTC 2007