Trace number 206419

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? 310.43 313.705

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-28_ext.xml
MD5SUM91e3fef88b9ca05ef4e5572a690d863f
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/206419-1170096571/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/206419-1170096571/unknown.xml [Mon Jan 29 19:49:33 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/206419-1170096571/unknown.xml /tmp/evaluation/206419-1170096571/sugar17054.csp [Mon Jan 29 19:49:33 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206419-1170096571/sugar-v0-40.jar -convert /tmp/evaluation/206419-1170096571/unknown.xml /tmp/evaluation/206419-1170096571/sugar17054.csp
0.17	c BEGIN convert /tmp/evaluation/206419-1170096571/unknown.xml
6.13	c END convert (5.958391 seconds)
6.19	c # CONVERT_XML  END : /tmp/evaluation/206419-1170096571/sugar17054.csp 33684447 bytes (6 seconds) [Mon Jan 29 19:49:39 2007]
6.19	c # CONVERT_XML  CPU : 6.06 = 0 + 0 + 5.79 + 0.27
6.19	
6.19	c # GENERATE_SAT  BEGIN : /tmp/evaluation/206419-1170096571/sugar17054.bcnf [Mon Jan 29 19:49:39 2007]
6.19	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206419-1170096571/sugar-v0-40.jar -bcnf -map /tmp/evaluation/206419-1170096571/sugar17054.map /tmp/evaluation/206419-1170096571/sugar17054.csp /tmp/evaluation/206419-1170096571/sugar17054.bcnf
6.30	c BEGIN parse /tmp/evaluation/206419-1170096571/sugar17054.csp
313.59	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
313.68	s UNKNOWN
313.69	c # ERROR /tmp/evaluation/206419-1170096571/sugar17054.bcnf is not generated, at /tmp/evaluation/206419-1170096571/sugar line 310.
313.69	
313.69	c # MAIN  END :  (314 seconds) [Mon Jan 29 19:54:47 2007]
313.69	c # MAIN  CPU : 6.06 = 0 + 0 + 5.79 + 0.27
313.69	

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-206419-1170096571 -o ROOT/results/node40/solver-206419-1170096571 -C 1800 -M 900 /tmp/evaluation/206419-1170096571/solver /tmp/evaluation/206419-1170096571 /tmp/evaluation/206419-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 5/73 17055
/proc/meminfo: memFree=1642664/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=18540 CPUtime=0
/proc/17054/stat : 17054 (runsolver) R 17049 17054 16922 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29613259 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17054/statm: 4635 279 244 17 0 2626 0

[startup+0.104224 s]
/proc/loadavg: 0.85 1.43 2.21 5/73 17055
/proc/meminfo: memFree=1642664/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=0.03
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29613259 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17054/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512309 s]
/proc/loadavg: 0.85 1.43 2.21 5/73 17055
/proc/meminfo: memFree=1642664/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=0.03
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29613259 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17054/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33448 s]
/proc/loadavg: 1.02 1.46 2.21 3/89 17071
/proc/meminfo: memFree=1536296/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=0.03
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29613259 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17054/statm: 3431 805 368 3 0 531 0
[pid=17057] ppid=17054 vsize=808160 CPUtime=1.26
/proc/17057/stat : 17057 (java) R 17054 17054 16922 0 -1 0 15967 0 1 0 118 8 0 0 25 0 8 0 29613264 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073571281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17057/statm: 202040 15710 1693 14 0 189318 0
[pid=17057/tid=17059] ppid=17054 vsize=808160 CPUtime=0.14
/proc/17057/task/17059/stat : 17059 (java) S 17054 17054 16922 0 -1 64 9497 0 0 0 10 4 0 0 16 0 8 0 29613268 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17062] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17062/stat : 17062 (java) S 17054 17054 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29613268 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17063] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17063/stat : 17063 (java) S 17054 17054 16922 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29613268 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17064] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17064/stat : 17064 (java) S 17054 17054 16922 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 29613271 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17057/tid=17066] ppid=17054 vsize=808160 CPUtime=0.07
/proc/17057/task/17066/stat : 17066 (java) S 17054 17054 16922 0 -1 64 303 0 0 0 7 0 0 0 16 0 8 0 29613271 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17068] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17068/stat : 17068 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 29613271 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17057/tid=17070] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17070/stat : 17070 (java) S 17054 17054 16922 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 29613271 827555840 15710 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 821884

[startup+2.98683 s]
/proc/loadavg: 1.02 1.46 2.21 3/89 17071
/proc/meminfo: memFree=1492328/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=0.03
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29613259 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17054/statm: 3431 805 368 3 0 531 0
[pid=17057] ppid=17054 vsize=808160 CPUtime=2.91
/proc/17057/stat : 17057 (java) R 17054 17054 16922 0 -1 0 19383 0 1 0 277 14 0 0 25 0 8 0 29613264 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17057/statm: 202040 19092 1696 14 0 189318 0
[pid=17057/tid=17059] ppid=17054 vsize=808160 CPUtime=0.33
/proc/17057/task/17059/stat : 17059 (java) S 17054 17054 16922 0 -1 64 12854 0 0 0 27 6 0 0 16 0 8 0 29613268 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17062] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17062/stat : 17062 (java) S 17054 17054 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29613268 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17063] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17063/stat : 17063 (java) S 17054 17054 16922 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29613268 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17064] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17064/stat : 17064 (java) S 17054 17054 16922 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 29613271 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17057/tid=17066] ppid=17054 vsize=808160 CPUtime=0.09
/proc/17057/task/17066/stat : 17066 (java) S 17054 17054 16922 0 -1 64 315 0 0 0 9 0 0 0 15 0 8 0 29613271 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17057/tid=17068] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17068/stat : 17068 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 29613271 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17057/tid=17070] ppid=17054 vsize=808160 CPUtime=0
/proc/17057/task/17070/stat : 17070 (java) S 17054 17054 16922 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 29613271 827555840 19092 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 821884

[startup+6.27852 s]
/proc/loadavg: 1.02 1.46 2.21 3/89 17071
/proc/meminfo: memFree=1431144/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1181 20679 0 1 3 0 579 27 16 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13724

[startup+12.7749 s]
/proc/loadavg: 1.33 1.51 2.22 4/89 17087
/proc/meminfo: memFree=1301864/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=6.48
/proc/17080/stat : 17080 (java) R 17054 17054 16922 0 -1 0 37225 0 1 0 627 21 0 0 25 0 8 0 29613879 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 36912 1494 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=1.85
/proc/17080/task/17081/stat : 17081 (java) S 17054 17054 16922 0 -1 64 31110 0 0 0 170 15 0 0 16 0 8 0 29613882 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 291 0 0 0 5 0 0 0 17 0 8 0 29613885 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 826433536 36912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 820788

[startup+25.5896 s]
/proc/loadavg: 1.59 1.56 2.22 4/89 17087
/proc/meminfo: memFree=869928/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=19.19
/proc/17080/stat : 17080 (java) R 17054 17054 16922 0 -1 0 89850 0 1 0 1872 47 0 0 25 0 8 0 29613879 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 89460 1495 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=7.32
/proc/17080/task/17081/stat : 17081 (java) R 17054 17054 16922 0 -1 64 82296 0 0 0 696 36 0 0 17 0 8 0 29613882 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525126 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29613885 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 826433536 89460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 820788

[startup+51.1989 s]
/proc/loadavg: 1.94 1.65 2.23 3/89 17087
/proc/meminfo: memFree=364776/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=44.46
/proc/17080/stat : 17080 (java) S 17054 17054 16922 0 -1 0 153234 0 1 0 4368 78 0 0 18 0 8 0 29613879 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 152800 1495 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=24.05
/proc/17080/task/17081/stat : 17081 (java) R 17054 17054 16922 0 -1 64 143333 0 0 0 2343 62 0 0 25 0 8 0 29613882 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022598 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29613885 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 826433536 152800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 820788

[startup+102.405 s]
/proc/loadavg: 2.05 1.73 2.23 4/89 17087
/proc/meminfo: memFree=333096/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=95.17
/proc/17080/stat : 17080 (java) S 17054 17054 16922 0 -1 0 156488 0 1 0 9437 80 0 0 18 0 8 0 29613879 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 156039 1495 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=71.9
/proc/17080/task/17081/stat : 17081 (java) R 17054 17054 16922 0 -1 64 146572 0 0 0 7126 64 0 0 25 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 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) 101.26
Current children cumulated vsize (KiB) 820788

[startup+162.469 s]
/proc/loadavg: 2.07 1.79 2.22 3/89 17087
/proc/meminfo: memFree=333032/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=154.65
/proc/17080/stat : 17080 (java) S 17054 17054 16922 0 -1 0 156507 0 1 0 15384 81 0 0 17 0 8 0 29613879 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 156039 1495 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=130.56
/proc/17080/task/17081/stat : 17081 (java) R 17054 17054 16922 0 -1 64 146572 0 0 0 12991 65 0 0 25 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 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) 160.74
Current children cumulated vsize (KiB) 820788

[startup+222.534 s]
/proc/loadavg: 2.06 1.84 2.20 3/89 17087
/proc/meminfo: memFree=332968/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=214.14
/proc/17080/stat : 17080 (java) S 17054 17054 16922 0 -1 0 156526 0 1 0 21333 81 0 0 17 0 8 0 29613879 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 156039 1495 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=190.01
/proc/17080/task/17081/stat : 17081 (java) R 17054 17054 16922 0 -1 64 146572 0 0 0 18936 65 0 0 25 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 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) 220.23
Current children cumulated vsize (KiB) 820788

[startup+282.597 s]
/proc/loadavg: 2.02 1.87 2.19 3/89 17087
/proc/meminfo: memFree=332904/2055920 swapFree=4192956/4192956
[pid=17054] ppid=17049 vsize=13724 CPUtime=6.09
/proc/17054/stat : 17054 (sugar) S 17049 17054 16922 0 -1 4194304 1190 20679 0 1 3 0 579 27 15 0 1 0 29613259 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17054/statm: 3431 809 371 3 0 531 0
[pid=17080] ppid=17054 vsize=807064 CPUtime=273.63
/proc/17080/stat : 17080 (java) S 17054 17054 16922 0 -1 0 156545 0 1 0 27282 81 0 0 17 0 8 0 29613879 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17080/statm: 201766 156039 1495 14 0 189044 0
[pid=17080/tid=17081] ppid=17054 vsize=807064 CPUtime=249.5
/proc/17080/task/17081/stat : 17081 (java) R 17054 17054 16922 0 -1 64 146572 0 0 0 24885 65 0 0 25 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134566 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17082] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17082/stat : 17082 (java) S 17054 17054 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17083] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17083/stat : 17083 (java) S 17054 17054 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29613882 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17084] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17084/stat : 17084 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17085] ppid=17054 vsize=807064 CPUtime=0.05
/proc/17080/task/17085/stat : 17085 (java) S 17054 17054 16922 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17086] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17086/stat : 17086 (java) S 17054 17054 16922 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29613885 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17080/tid=17087] ppid=17054 vsize=807064 CPUtime=0
/proc/17080/task/17087/stat : 17087 (java) S 17054 17054 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29613885 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) 279.72
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17054 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=835112 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=300954
CPU time returned by wait4() is 6.13607
while last known CPU time is 310.43

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

Real time (s): 313.705
CPU time (s): 310.43
CPU user time (s): 309.33
CPU system time (s): 1.1
CPU usage (%): 98.956
Max. virtual memory (cumulated for all children) (KiB): 821884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.83511
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21947
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= 1382
involuntary context switches= 1341

runsolver used 0.371943 s user time and 1.01484 s system time

The end

Launcher Data (download as text)

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


IDJOB= 206419
IDBENCH= 4206
IDSOLVER= 86
FILE ID= node40/206419-1170096571

PBS_JOBID= 3689670

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-28_ext.xml
COMMAND LINE= /tmp/evaluation/206419-1170096571/solver /tmp/evaluation/206419-1170096571 /tmp/evaluation/206419-1170096571/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-206419-1170096571 -o ROOT/results/node40/solver-206419-1170096571 -C 1800 -M 900  /tmp/evaluation/206419-1170096571/solver /tmp/evaluation/206419-1170096571 /tmp/evaluation/206419-1170096571/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  91e3fef88b9ca05ef4e5572a690d863f

RANDOM SEED= 336930767

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:         165920 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:          30388 kB
Slab:            34616 kB
Committed_AS:   109572 kB
PageTables:       1644 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:54:47 UTC 2007