Trace number 206432

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? 328.16 328.587

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-33_ext.xml
MD5SUM13258892a2d67abb7fc0c486aa658227
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(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.04	c # Sugar v0-40 (/tmp/evaluation/206432-1170096571/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/206432-1170096571/unknown.xml [Mon Jan 29 19:49:33 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/206432-1170096571/unknown.xml /tmp/evaluation/206432-1170096571/sugar17051.csp [Mon Jan 29 19:49:33 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206432-1170096571/sugar-v0-40.jar -convert /tmp/evaluation/206432-1170096571/unknown.xml /tmp/evaluation/206432-1170096571/sugar17051.csp
0.17	c BEGIN convert /tmp/evaluation/206432-1170096571/unknown.xml
5.90	c END convert (5.731259 seconds)
5.93	c # CONVERT_XML  END : /tmp/evaluation/206432-1170096571/sugar17051.csp 33709369 bytes (6 seconds) [Mon Jan 29 19:49:39 2007]
5.93	c # CONVERT_XML  CPU : 5.78 = 0 + 0 + 5.53 + 0.25
5.93	
5.93	c # GENERATE_SAT  BEGIN : /tmp/evaluation/206432-1170096571/sugar17051.bcnf [Mon Jan 29 19:49:39 2007]
5.93	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206432-1170096571/sugar-v0-40.jar -bcnf -map /tmp/evaluation/206432-1170096571/sugar17051.map /tmp/evaluation/206432-1170096571/sugar17051.csp /tmp/evaluation/206432-1170096571/sugar17051.bcnf
6.04	c BEGIN parse /tmp/evaluation/206432-1170096571/sugar17051.csp
328.43	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
328.57	s UNKNOWN
328.57	c # ERROR /tmp/evaluation/206432-1170096571/sugar17051.bcnf is not generated, at /tmp/evaluation/206432-1170096571/sugar line 310.
328.57	
328.57	c # MAIN  END :  (329 seconds) [Mon Jan 29 19:55:02 2007]
328.57	c # MAIN  CPU : 5.78 = 0 + 0 + 5.53 + 0.25
328.57	

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/node40/watcher-206432-1170096571 -o ROOT/results/node40/solver-206432-1170096571 -C 1800 -M 900 /tmp/evaluation/206432-1170096571/solver /tmp/evaluation/206432-1170096571 /tmp/evaluation/206432-1170096571/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.85 1.43 2.21 3/70 17052
/proc/meminfo: memFree=1643264/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=12268 CPUtime=0
/proc/17051/stat : 17051 (sugar) R 17048 17051 16949 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 29613258 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528509950 0 0 4224 0 0 0 0 17 1 0 0
/proc/17051/statm: 3067 315 241 3 0 167 0

[startup+0.104164 s]
/proc/loadavg: 0.85 1.43 2.21 3/70 17052
/proc/meminfo: memFree=1643264/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=0.04
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29613258 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17051/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512249 s]
/proc/loadavg: 0.85 1.43 2.21 3/70 17052
/proc/meminfo: memFree=1643264/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=0.04
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29613258 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33443 s]
/proc/loadavg: 1.02 1.46 2.21 4/89 17071
/proc/meminfo: memFree=1536296/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=0.04
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29613258 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 805 368 3 0 531 0
[pid=17056] ppid=17051 vsize=807124 CPUtime=1.25
/proc/17056/stat : 17056 (java) R 17051 17051 16949 0 -1 0 15966 0 1 0 117 8 0 0 25 0 8 0 29613263 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073568983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17056/statm: 201781 15709 1693 14 0 189059 0
[pid=17056/tid=17058] ppid=17051 vsize=807124 CPUtime=0.13
/proc/17056/task/17058/stat : 17058 (java) S 17051 17051 16949 0 -1 64 9492 0 0 0 10 3 0 0 16 0 8 0 29613267 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17060] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17060/stat : 17060 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29613268 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17061] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17061/stat : 17061 (java) S 17051 17051 16949 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29613268 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17065] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17065/stat : 17065 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29613271 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17056/tid=17067] ppid=17051 vsize=807124 CPUtime=0.07
/proc/17056/task/17067/stat : 17067 (java) S 17051 17051 16949 0 -1 64 304 0 0 0 7 0 0 0 16 0 8 0 29613271 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17069] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17069/stat : 17069 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29613271 826494976 15709 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17056/tid=17071] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17071/stat : 17071 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613271 826494976 15709 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.98777 s]
/proc/loadavg: 1.02 1.46 2.21 3/89 17071
/proc/meminfo: memFree=1492584/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=0.04
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29613258 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 805 368 3 0 531 0
[pid=17056] ppid=17051 vsize=807124 CPUtime=2.89
/proc/17056/stat : 17056 (java) R 17051 17051 16949 0 -1 0 19400 0 1 0 275 14 0 0 25 0 8 0 29613263 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17056/statm: 201781 19106 1696 14 0 189059 0
[pid=17056/tid=17058] ppid=17051 vsize=807124 CPUtime=0.32
/proc/17056/task/17058/stat : 17058 (java) R 17051 17051 16949 0 -1 64 12863 0 0 0 28 4 0 0 16 0 8 0 29613267 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17060] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17060/stat : 17060 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29613268 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17061] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17061/stat : 17061 (java) S 17051 17051 16949 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29613268 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17065] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17065/stat : 17065 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29613271 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17056/tid=17067] ppid=17051 vsize=807124 CPUtime=0.08
/proc/17056/task/17067/stat : 17067 (java) S 17051 17051 16949 0 -1 64 316 0 0 0 8 0 0 0 15 0 8 0 29613271 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17056/tid=17069] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17069/stat : 17069 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29613271 826494976 19106 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17056/tid=17071] ppid=17051 vsize=807124 CPUtime=0
/proc/17056/task/17071/stat : 17071 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613271 826494976 19106 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.27746 s]
/proc/loadavg: 1.02 1.46 2.21 3/89 17071
/proc/meminfo: memFree=1431208/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 13724

[startup+12.7778 s]
/proc/loadavg: 1.33 1.51 2.22 4/89 17087
/proc/meminfo: memFree=1301864/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=6.83
/proc/17072/stat : 17072 (java) R 17051 17051 16949 0 -1 0 36737 0 1 0 662 21 0 0 25 0 8 0 29613852 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482583 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 36425 1494 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=1.92
/proc/17072/task/17073/stat : 17073 (java) S 17051 17051 16949 0 -1 64 30624 0 0 0 177 15 0 0 16 0 8 0 29613855 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.04
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 291 0 0 0 4 0 0 0 17 0 8 0 29613858 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 36425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 820788

[startup+25.6015 s]
/proc/loadavg: 1.59 1.56 2.22 4/89 17087
/proc/meminfo: memFree=869928/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=19.65
/proc/17072/stat : 17072 (java) R 17051 17051 16949 0 -1 0 89845 0 1 0 1918 47 0 0 25 0 8 0 29613852 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 89455 1495 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=6.97
/proc/17072/task/17073/stat : 17073 (java) R 17051 17051 16949 0 -1 64 82293 0 0 0 660 37 0 0 16 0 8 0 29613855 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.05
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29613858 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 89455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 820788

[startup+51.2019 s]
/proc/loadavg: 1.94 1.65 2.23 3/89 17087
/proc/meminfo: memFree=364776/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=45.23
/proc/17072/stat : 17072 (java) S 17051 17051 16949 0 -1 0 151807 0 1 0 4447 76 0 0 18 0 8 0 29613852 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 151374 1495 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=23.58
/proc/17072/task/17073/stat : 17073 (java) R 17051 17051 16949 0 -1 64 141908 0 0 0 2295 63 0 0 25 0 8 0 29613855 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525070 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.05
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29613858 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 151374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 820788

[startup+102.418 s]
/proc/loadavg: 2.05 1.73 2.23 3/89 17087
/proc/meminfo: memFree=333096/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=96.43
/proc/17072/stat : 17072 (java) S 17051 17051 16949 0 -1 0 156487 0 1 0 9563 80 0 0 17 0 8 0 29613852 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 156039 1495 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=71.62
/proc/17072/task/17073/stat : 17073 (java) R 17051 17051 16949 0 -1 64 146573 0 0 0 7096 66 0 0 25 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155215785 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.05
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 820788

[startup+162.472 s]
/proc/loadavg: 2.07 1.79 2.22 3/89 17087
/proc/meminfo: memFree=333032/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=156.46
/proc/17072/stat : 17072 (java) S 17051 17051 16949 0 -1 0 156505 0 1 0 15566 80 0 0 17 0 8 0 29613852 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 156039 1495 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=130.65
/proc/17072/task/17073/stat : 17073 (java) R 17051 17051 16949 0 -1 64 146573 0 0 0 12999 66 0 0 25 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525241 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.05
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 820788

[startup+222.547 s]
/proc/loadavg: 2.06 1.84 2.20 3/89 17087
/proc/meminfo: memFree=332968/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=216.51
/proc/17072/stat : 17072 (java) S 17051 17051 16949 0 -1 0 156523 0 1 0 21571 80 0 0 17 0 8 0 29613852 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 156039 1495 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=190.65
/proc/17072/task/17073/stat : 17073 (java) R 17051 17051 16949 0 -1 64 146573 0 0 0 18999 66 0 0 25 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155523557 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.05
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 820788

[startup+282.609 s]
/proc/loadavg: 2.02 1.87 2.19 3/89 17087
/proc/meminfo: memFree=332904/2055920 swapFree=4192956/4192956
[pid=17051] ppid=17048 vsize=13724 CPUtime=5.82
/proc/17051/stat : 17051 (sugar) S 17048 17051 16949 0 -1 4194304 1190 20201 0 1 3 1 553 25 15 0 1 0 29613258 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17051/statm: 3431 809 371 3 0 531 0
[pid=17072] ppid=17051 vsize=807064 CPUtime=276.54
/proc/17072/stat : 17072 (java) S 17051 17051 16949 0 -1 0 156541 0 1 0 27574 80 0 0 17 0 8 0 29613852 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17072/statm: 201766 156039 1495 14 0 189044 0
[pid=17072/tid=17073] ppid=17051 vsize=807064 CPUtime=250.68
/proc/17072/task/17073/stat : 17073 (java) R 17051 17051 16949 0 -1 64 146573 0 0 0 25002 66 0 0 25 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155222385 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17074] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17074/stat : 17074 (java) S 17051 17051 16949 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17075] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17075/stat : 17075 (java) S 17051 17051 16949 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29613855 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17076] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17076/stat : 17076 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17077] ppid=17051 vsize=807064 CPUtime=0.05
/proc/17072/task/17077/stat : 17077 (java) S 17051 17051 16949 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17072/tid=17078] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17078/stat : 17078 (java) S 17051 17051 16949 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29613858 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17072/tid=17079] ppid=17051 vsize=807064 CPUtime=0
/proc/17072/task/17079/stat : 17079 (java) S 17051 17051 16949 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613859 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17051 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=563154 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=288956
CPU time returned by wait4() is 5.85211
while last known CPU time is 328.16

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

Real time (s): 328.587
CPU time (s): 328.16
CPU user time (s): 327
CPU system time (s): 1.16
CPU usage (%): 99.8702
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.56315
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21469
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= 1418
involuntary context switches= 1437

runsolver used 0.385941 s user time and 1.01285 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan 29 18:49:33 UTC 2007


IDJOB= 206432
IDBENCH= 4207
IDSOLVER= 86
FILE ID= node40/206432-1170096571

PBS_JOBID= 3689671

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  13258892a2d67abb7fc0c486aa658227

RANDOM SEED= 758285962

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.265
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.265
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:       1644008 kB
Buffers:         43036 kB
Cached:         299684 kB
SwapCached:          0 kB
Active:         165880 kB
Inactive:       197008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13492 kB
Writeback:           0 kB
Mapped:          30328 kB
Slab:            34616 kB
Committed_AS:   109368 kB
PageTables:       1620 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= 66520 MiB



End job on node40 on Mon Jan 29 18:55:02 UTC 2007