Trace number 203114

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
sugar 0.40? 325.8 326.102

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-41_ext.xml
MD5SUM41df94ad0deaee9a5c81a09c6c3846eb
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 benchmark36.0975
SatisfiableYES
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/203114-1170095867/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/203114-1170095867/unknown.xml [Mon Jan 29 19:37:48 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/203114-1170095867/unknown.xml /tmp/evaluation/203114-1170095867/sugar24611.csp [Mon Jan 29 19:37:48 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203114-1170095867/sugar-v0-40.jar -convert /tmp/evaluation/203114-1170095867/unknown.xml /tmp/evaluation/203114-1170095867/sugar24611.csp
0.18	c BEGIN convert /tmp/evaluation/203114-1170095867/unknown.xml
6.15	c END convert (5.966191 seconds)
6.20	c # CONVERT_XML  END : /tmp/evaluation/203114-1170095867/sugar24611.csp 33789229 bytes (6 seconds) [Mon Jan 29 19:37:54 2007]
6.20	c # CONVERT_XML  CPU : 6.07 = 0.01 + 0 + 5.76 + 0.3
6.20	
6.20	c # GENERATE_SAT  BEGIN : /tmp/evaluation/203114-1170095867/sugar24611.bcnf [Mon Jan 29 19:37:54 2007]
6.20	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203114-1170095867/sugar-v0-40.jar -bcnf -map /tmp/evaluation/203114-1170095867/sugar24611.map /tmp/evaluation/203114-1170095867/sugar24611.csp /tmp/evaluation/203114-1170095867/sugar24611.bcnf
6.31	c BEGIN parse /tmp/evaluation/203114-1170095867/sugar24611.csp
325.95	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
326.08	s UNKNOWN
326.08	c # ERROR /tmp/evaluation/203114-1170095867/sugar24611.bcnf is not generated, at /tmp/evaluation/203114-1170095867/sugar line 310.
326.08	
326.08	c # MAIN  END :  (326 seconds) [Mon Jan 29 19:43:14 2007]
326.08	c # MAIN  CPU : 6.07 = 0.01 + 0 + 5.76 + 0.3
326.08	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-203114-1170095867 -o ROOT/results/node16/solver-203114-1170095867 -C 1800 -M 900 /tmp/evaluation/203114-1170095867/solver /tmp/evaluation/203114-1170095867 /tmp/evaluation/203114-1170095867/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: 2.54 3.26 3.19 5/87 24612
/proc/meminfo: memFree=1825752/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=12268 CPUtime=0
/proc/24611/stat : 24611 (sugar) R 24609 24611 23613 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 29541119 12562432 316 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24611/statm: 3067 316 241 3 0 167 0

[startup+0.104577 s]
/proc/loadavg: 2.54 3.26 3.19 5/87 24612
/proc/meminfo: memFree=1825752/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=0.03
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1112 0 0 0 2 1 0 0 18 0 1 0 29541119 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512529 s]
/proc/loadavg: 2.54 3.26 3.19 5/87 24612
/proc/meminfo: memFree=1825752/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=0.03
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 29541119 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33444 s]
/proc/loadavg: 2.54 3.26 3.19 3/95 24620
/proc/meminfo: memFree=1776856/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=0.03
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 29541119 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 805 368 3 0 531 0
[pid=24613] ppid=24611 vsize=807124 CPUtime=1.26
/proc/24613/stat : 24613 (java) R 24611 24611 23613 0 -1 0 15962 0 1 0 115 11 0 0 21 0 8 0 29541124 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073568530 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24613/statm: 201781 15705 1690 14 0 189059 0
[pid=24613/tid=24614] ppid=24611 vsize=807124 CPUtime=0.15
/proc/24613/task/24614/stat : 24614 (java) S 24611 24611 23613 0 -1 64 9493 0 0 0 10 5 0 0 16 0 8 0 29541128 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24615] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24615/stat : 24615 (java) S 24611 24611 23613 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29541129 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24616] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24616/stat : 24616 (java) S 24611 24611 23613 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29541129 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24617] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24617/stat : 24617 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541132 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24618] ppid=24611 vsize=807124 CPUtime=0.07
/proc/24613/task/24618/stat : 24618 (java) S 24611 24611 23613 0 -1 64 304 0 0 0 7 0 0 0 16 0 8 0 29541132 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24619] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24619/stat : 24619 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541132 826494976 15705 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24620] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24620/stat : 24620 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541132 826494976 15705 18446744073709551615 134512640 134570532 4294956528 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) 820848

[startup+2.98227 s]
/proc/loadavg: 2.54 3.26 3.19 3/95 24620
/proc/meminfo: memFree=1751320/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=0.03
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 29541119 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 805 368 3 0 531 0
[pid=24613] ppid=24611 vsize=807124 CPUtime=2.9
/proc/24613/stat : 24613 (java) R 24611 24611 23613 0 -1 0 18927 0 1 0 274 16 0 0 25 0 8 0 29541124 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24613/statm: 201781 18638 1694 14 0 189059 0
[pid=24613/tid=24614] ppid=24611 vsize=807124 CPUtime=0.34
/proc/24613/task/24614/stat : 24614 (java) S 24611 24611 23613 0 -1 64 12399 0 0 0 28 6 0 0 16 0 8 0 29541128 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24615] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24615/stat : 24615 (java) S 24611 24611 23613 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29541129 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24616] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24616/stat : 24616 (java) S 24611 24611 23613 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29541129 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24617] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24617/stat : 24617 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541132 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24618] ppid=24611 vsize=807124 CPUtime=0.09
/proc/24613/task/24618/stat : 24618 (java) S 24611 24611 23613 0 -1 64 316 0 0 0 9 0 0 0 16 0 8 0 29541132 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24619] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24619/stat : 24619 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541132 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24613/tid=24620] ppid=24611 vsize=807124 CPUtime=0
/proc/24613/task/24620/stat : 24620 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541132 826494976 18638 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 820848

[startup+6.19101 s]
/proc/loadavg: 2.50 3.24 3.18 3/95 24620
/proc/meminfo: memFree=1723096/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=0.03
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1121 0 0 0 2 1 0 0 16 0 1 0 29541119 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 805 368 3 0 531 0
[pid=24613] ppid=24611 vsize=0 CPUtime=6.05
/proc/24613/stat : 24613 (java) R 24611 24611 23613 0 -1 1028 19829 0 1 0 576 29 0 0 24 0 1 0 29541124 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 0 0 0 17 1 0 0
/proc/24613/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 13724

[startup+12.5912 s]
/proc/loadavg: 2.54 3.23 3.18 5/95 24628
/proc/meminfo: memFree=1663448/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=6.32
/proc/24621/stat : 24621 (java) R 24611 24611 23613 0 -1 0 33867 0 1 0 611 21 0 0 25 0 8 0 29541739 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 33560 1494 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=1.77
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 27759 0 0 0 162 15 0 0 15 0 8 0 29541742 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154023762 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 291 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 33560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 820788

[startup+25.4606 s]
/proc/loadavg: 2.49 3.19 3.17 4/95 24628
/proc/meminfo: memFree=1452112/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=19.19
/proc/24621/stat : 24621 (java) R 24611 24611 23613 0 -1 0 88298 0 1 0 1870 49 0 0 25 0 8 0 29541739 826433536 87909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 87910 1495 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=6.53
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 80749 0 0 0 612 41 0 0 16 0 8 0 29541742 826433536 87911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 87912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 87913 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 87913 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 87914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 87915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 87916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 820788

[startup+51.1008 s]
/proc/loadavg: 2.39 3.11 3.14 3/95 24628
/proc/meminfo: memFree=1185048/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=44.82
/proc/24621/stat : 24621 (java) S 24611 24611 23613 0 -1 0 152673 0 1 0 4400 82 0 0 18 0 8 0 29541739 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 152240 1495 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=23
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 142854 0 0 0 2230 70 0 0 25 0 8 0 29541742 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 152240 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 820788

[startup+102.38 s]
/proc/loadavg: 2.17 2.94 3.08 4/95 24628
/proc/meminfo: memFree=1166232/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=96.1
/proc/24621/stat : 24621 (java) S 24611 24611 23613 0 -1 0 157175 0 1 0 9525 85 0 0 17 0 8 0 29541739 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 156727 1495 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=71.15
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 147341 0 0 0 7042 73 0 0 25 0 8 0 29541742 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155134388 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 820788

[startup+162.403 s]
/proc/loadavg: 2.06 2.76 3.01 3/95 24628
/proc/meminfo: memFree=1164696/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=156.12
/proc/24621/stat : 24621 (java) S 24611 24611 23613 0 -1 0 157193 0 1 0 15526 86 0 0 17 0 8 0 29541739 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 156727 1495 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=130.17
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 147341 0 0 0 12944 73 0 0 25 0 8 0 29541742 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155525086 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 820788

[startup+222.435 s]
/proc/loadavg: 2.13 2.65 2.95 3/95 24628
/proc/meminfo: memFree=1164440/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=216.14
/proc/24621/stat : 24621 (java) S 24611 24611 23613 0 -1 0 157212 0 1 0 21528 86 0 0 17 0 8 0 29541739 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 156727 1495 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=190.15
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 147341 0 0 0 18941 74 0 0 25 0 8 0 29541742 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 820788

[startup+282.465 s]
/proc/loadavg: 2.05 2.53 2.89 3/95 24628
/proc/meminfo: memFree=1164312/2055920 swapFree=4192812/4192956
[pid=24611] ppid=24609 vsize=13724 CPUtime=6.1
/proc/24611/stat : 24611 (sugar) S 24609 24611 23613 0 -1 4194304 1190 19829 0 1 3 1 576 30 15 0 1 0 29541119 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 3431 809 371 3 0 531 0
[pid=24621] ppid=24611 vsize=807064 CPUtime=276.17
/proc/24621/stat : 24621 (java) S 24611 24611 23613 0 -1 0 157230 0 1 0 27530 87 0 0 17 0 8 0 29541739 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24621/statm: 201766 156727 1495 14 0 189044 0
[pid=24621/tid=24622] ppid=24611 vsize=807064 CPUtime=250.17
/proc/24621/task/24622/stat : 24622 (java) R 24611 24611 23613 0 -1 64 147341 0 0 0 24943 74 0 0 25 0 8 0 29541742 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155523704 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24623] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24623/stat : 24623 (java) S 24611 24611 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24624] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24624/stat : 24624 (java) S 24611 24611 23613 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29541743 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24625] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24625/stat : 24625 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24626] ppid=24611 vsize=807064 CPUtime=0.05
/proc/24621/task/24626/stat : 24626 (java) S 24611 24611 23613 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24627] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24627/stat : 24627 (java) S 24611 24611 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24621/tid=24628] ppid=24611 vsize=807064 CPUtime=0
/proc/24621/task/24628/stat : 24628 (java) S 24611 24611 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29541746 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24611 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=801118 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=337948
CPU time returned by wait4() is 6.13907
while last known CPU time is 325.8

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 326.102
CPU time (s): 325.8
CPU user time (s): 324.57
CPU system time (s): 1.23
CPU usage (%): 99.9074
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.80112
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21097
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= 1367
involuntary context switches= 1337

runsolver used 0.407937 s user time and 1.04484 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 18:37:48 UTC 2007


IDJOB= 203114
IDBENCH= 3912
IDSOLVER= 86
FILE ID= node16/203114-1170095867

PBS_JOBID= 3689404

Free space on /tmp= 66540 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-41_ext.xml
COMMAND LINE= /tmp/evaluation/203114-1170095867/solver /tmp/evaluation/203114-1170095867 /tmp/evaluation/203114-1170095867/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-203114-1170095867 -o ROOT/results/node16/solver-203114-1170095867 -C 1800 -M 900  /tmp/evaluation/203114-1170095867/solver /tmp/evaluation/203114-1170095867 /tmp/evaluation/203114-1170095867/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  41df94ad0deaee9a5c81a09c6c3846eb

RANDOM SEED= 89628691

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.281
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.281
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:       1826232 kB
Buffers:         32232 kB
Cached:          60928 kB
SwapCached:          0 kB
Active:         122516 kB
Inactive:        51232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6672 kB
Writeback:           0 kB
Mapped:         100208 kB
Slab:            40924 kB
Committed_AS:   287420 kB
PageTables:       2152 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= 66540 MiB



End job on node16 on Mon Jan 29 18:43:15 UTC 2007