Trace number 206536

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? 334.93 338.379

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-10_ext.xml
MD5SUMf7ca2665b3aebaf283f89524bf226abc
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 benchmark1741.14
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/206536-1170096583/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/206536-1170096583/unknown.xml [Mon Jan 29 19:49:45 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/206536-1170096583/unknown.xml /tmp/evaluation/206536-1170096583/sugar21277.csp [Mon Jan 29 19:49:45 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206536-1170096583/sugar-v0-40.jar -convert /tmp/evaluation/206536-1170096583/unknown.xml /tmp/evaluation/206536-1170096583/sugar21277.csp
0.17	c BEGIN convert /tmp/evaluation/206536-1170096583/unknown.xml
6.20	c END convert (6.029954 seconds)
6.24	c # CONVERT_XML  END : /tmp/evaluation/206536-1170096583/sugar21277.csp 33692815 bytes (6 seconds) [Mon Jan 29 19:49:51 2007]
6.24	c # CONVERT_XML  CPU : 6.07 = 0 + 0 + 5.83 + 0.24
6.24	
6.24	c # GENERATE_SAT  BEGIN : /tmp/evaluation/206536-1170096583/sugar21277.bcnf [Mon Jan 29 19:49:51 2007]
6.24	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206536-1170096583/sugar-v0-40.jar -bcnf -map /tmp/evaluation/206536-1170096583/sugar21277.map /tmp/evaluation/206536-1170096583/sugar21277.csp /tmp/evaluation/206536-1170096583/sugar21277.bcnf
6.37	c BEGIN parse /tmp/evaluation/206536-1170096583/sugar21277.csp
338.23	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
338.36	s UNKNOWN
338.36	c # ERROR /tmp/evaluation/206536-1170096583/sugar21277.bcnf is not generated, at /tmp/evaluation/206536-1170096583/sugar line 310.
338.36	
338.36	c # MAIN  END :  (338 seconds) [Mon Jan 29 19:55:23 2007]
338.36	c # MAIN  CPU : 6.07 = 0 + 0 + 5.83 + 0.24
338.36	

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/node58/watcher-206536-1170096583 -o ROOT/results/node58/solver-206536-1170096583 -C 1800 -M 900 /tmp/evaluation/206536-1170096583/solver /tmp/evaluation/206536-1170096583 /tmp/evaluation/206536-1170096583/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.86 2.01 2.20 5/82 21278
/proc/meminfo: memFree=1539480/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=12268 CPUtime=0
/proc/21277/stat : 21277 (sugar) R 21275 21277 20867 0 -1 4194304 607 0 0 0 0 0 0 0 20 0 1 0 29615134 12562432 326 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226238364261 0 0 4224 0 0 0 0 17 1 0 0
/proc/21277/statm: 3067 326 246 3 0 167 0

[startup+0.105737 s]
/proc/loadavg: 1.86 2.01 2.20 5/82 21278
/proc/meminfo: memFree=1539480/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29615134 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51377 s]
/proc/loadavg: 1.86 2.01 2.20 5/82 21278
/proc/meminfo: memFree=1539480/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29615134 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33684 s]
/proc/loadavg: 1.86 2.01 2.20 4/90 21286
/proc/meminfo: memFree=1465176/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29615134 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 805 368 3 0 531 0
[pid=21279] ppid=21277 vsize=807136 CPUtime=1.26
/proc/21279/stat : 21279 (java) R 21277 21277 20867 0 -1 0 15968 0 1 0 118 8 0 0 21 0 8 0 29615139 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155769950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21279/statm: 201784 15711 1693 14 0 189062 0
[pid=21279/tid=21280] ppid=21277 vsize=807136 CPUtime=0.14
/proc/21279/task/21280/stat : 21280 (java) S 21277 21277 20867 0 -1 64 9497 0 0 0 11 3 0 0 16 0 8 0 29615143 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21281] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21281/stat : 21281 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615143 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21282] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21282/stat : 21282 (java) S 21277 21277 20867 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 29615143 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21283] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21283/stat : 21283 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615146 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21284] ppid=21277 vsize=807136 CPUtime=0.08
/proc/21279/task/21284/stat : 21284 (java) S 21277 21277 20867 0 -1 64 304 0 0 0 8 0 0 0 17 0 8 0 29615146 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21285] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21285/stat : 21285 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615146 826507264 15711 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21286] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21286/stat : 21286 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615146 826507264 15711 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) 820860

[startup+2.98999 s]
/proc/loadavg: 1.86 2.01 2.20 3/90 21286
/proc/meminfo: memFree=1421272/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29615134 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 805 368 3 0 531 0
[pid=21279] ppid=21277 vsize=807136 CPUtime=2.87
/proc/21279/stat : 21279 (java) R 21277 21277 20867 0 -1 0 19203 0 1 0 274 13 0 0 25 0 8 0 29615139 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073618567 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21279/statm: 201784 18914 1696 14 0 189062 0
[pid=21279/tid=21280] ppid=21277 vsize=807136 CPUtime=0.33
/proc/21279/task/21280/stat : 21280 (java) S 21277 21277 20867 0 -1 64 12675 0 0 0 28 5 0 0 16 0 8 0 29615143 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21281] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21281/stat : 21281 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615143 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21282] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21282/stat : 21282 (java) S 21277 21277 20867 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 29615143 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21283] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21283/stat : 21283 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615146 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21284] ppid=21277 vsize=807136 CPUtime=0.1
/proc/21279/task/21284/stat : 21284 (java) S 21277 21277 20867 0 -1 64 316 0 0 0 10 0 0 0 16 0 8 0 29615146 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21285] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21285/stat : 21285 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615146 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21279/tid=21286] ppid=21277 vsize=807136 CPUtime=0
/proc/21279/task/21286/stat : 21286 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615146 826507264 18914 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 820860

[startup+6.28528 s]
/proc/loadavg: 1.87 2.01 2.20 4/90 21286
/proc/meminfo: memFree=1324824/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1181 20411 0 1 3 0 583 24 18 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 13724

[startup+12.6918 s]
/proc/loadavg: 1.96 2.03 2.20 4/90 21294
/proc/meminfo: memFree=1150104/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=6.35
/proc/21287/stat : 21287 (java) R 21277 21277 20867 0 -1 0 33925 0 1 0 615 20 0 0 25 0 8 0 29615759 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 33618 1494 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=1.79
/proc/21287/task/21288/stat : 21288 (java) R 21277 21277 20867 0 -1 64 27817 0 0 0 165 14 0 0 16 0 8 0 29615762 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.04
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 291 0 0 0 4 0 0 0 17 0 8 0 29615766 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 33618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 820788

[startup+25.553 s]
/proc/loadavg: 1.97 2.03 2.20 6/90 21294
/proc/meminfo: memFree=720536/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=19.1
/proc/21287/stat : 21287 (java) R 21277 21277 20867 0 -1 0 87433 0 1 0 1866 44 0 0 25 0 8 0 29615759 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 87046 1495 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=6.48
/proc/21287/task/21288/stat : 21288 (java) S 21277 21277 20867 0 -1 64 79884 0 0 0 612 36 0 0 16 0 8 0 29615762 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.05
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29615766 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 87046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 820788

[startup+51.2363 s]
/proc/loadavg: 2.03 2.04 2.20 3/90 21294
/proc/meminfo: memFree=337944/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=44.46
/proc/21287/stat : 21287 (java) S 21277 21277 20867 0 -1 0 151796 0 1 0 4369 77 0 0 18 0 8 0 29615759 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 151363 1495 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=22.43
/proc/21287/task/21288/stat : 21288 (java) R 21277 21277 20867 0 -1 64 141897 0 0 0 2177 66 0 0 25 0 8 0 29615762 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134573 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.05
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615766 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 151363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 820788

[startup+102.466 s]
/proc/loadavg: 2.09 2.05 2.19 3/90 21294
/proc/meminfo: memFree=319192/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=95.2
/proc/21287/stat : 21287 (java) S 21277 21277 20867 0 -1 0 156486 0 1 0 9441 79 0 0 18 0 8 0 29615759 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 156039 1495 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=70.13
/proc/21287/task/21288/stat : 21288 (java) R 21277 21277 20867 0 -1 64 146573 0 0 0 6945 68 0 0 25 0 8 0 29615762 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.05
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 820788

[startup+162.557 s]
/proc/loadavg: 2.07 2.05 2.18 3/90 21294
/proc/meminfo: memFree=319064/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=154.74
/proc/21287/stat : 21287 (java) S 21277 21277 20867 0 -1 0 156504 0 1 0 15395 79 0 0 17 0 8 0 29615759 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 156039 1495 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=128.52
/proc/21287/task/21288/stat : 21288 (java) R 21277 21277 20867 0 -1 64 146573 0 0 0 12784 68 0 0 25 0 8 0 29615762 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155215808 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.05
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 820788

[startup+222.565 s]
/proc/loadavg: 2.02 2.04 2.17 3/90 21294
/proc/meminfo: memFree=319000/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=214.18
/proc/21287/stat : 21287 (java) S 21277 21277 20867 0 -1 0 156522 0 1 0 21338 80 0 0 17 0 8 0 29615759 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 156039 1495 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=187.88
/proc/21287/task/21288/stat : 21288 (java) R 21277 21277 20867 0 -1 64 146573 0 0 0 18720 68 0 0 25 0 8 0 29615762 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022780 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.05
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 820788

[startup+282.569 s]
/proc/loadavg: 2.01 2.03 2.16 3/90 21294
/proc/meminfo: memFree=319000/2055920 swapFree=4192956/4192956
[pid=21277] ppid=21275 vsize=13724 CPUtime=6.1
/proc/21277/stat : 21277 (sugar) S 21275 21277 20867 0 -1 4194304 1190 20411 0 1 3 0 583 24 15 0 1 0 29615134 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3431 809 371 3 0 531 0
[pid=21287] ppid=21277 vsize=807064 CPUtime=273.51
/proc/21287/stat : 21287 (java) S 21277 21277 20867 0 -1 0 156540 0 1 0 27271 80 0 0 17 0 8 0 29615759 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21287/statm: 201766 156039 1495 14 0 189044 0
[pid=21287/tid=21288] ppid=21277 vsize=807064 CPUtime=247.21
/proc/21287/task/21288/stat : 21288 (java) R 21277 21277 20867 0 -1 64 146573 0 0 0 24653 68 0 0 25 0 8 0 29615762 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022773 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21289] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21289/stat : 21289 (java) S 21277 21277 20867 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21290] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21290/stat : 21290 (java) S 21277 21277 20867 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615763 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21291] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21291/stat : 21291 (java) S 21277 21277 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21292] ppid=21277 vsize=807064 CPUtime=0.05
/proc/21287/task/21292/stat : 21292 (java) S 21277 21277 20867 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21293] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21293/stat : 21293 (java) S 21277 21277 20867 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21287/tid=21294] ppid=21277 vsize=807064 CPUtime=0
/proc/21287/task/21294/stat : 21294 (java) S 21277 21277 20867 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615766 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21277 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=869107 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=274958
CPU time returned by wait4() is 6.14406
while last known CPU time is 334.93

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

Real time (s): 338.379
CPU time (s): 334.93
CPU user time (s): 333.81
CPU system time (s): 1.12
CPU usage (%): 98.9808
Max. virtual memory (cumulated for all children) (KiB): 820860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.86911
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21679
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= 1329
involuntary context switches= 1392

runsolver used 0.399939 s user time and 1.15082 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan 29 18:49:45 UTC 2007


IDJOB= 206536
IDBENCH= 4215
IDSOLVER= 86
FILE ID= node58/206536-1170096583

PBS_JOBID= 3689660

Free space on /tmp= 66520 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f7ca2665b3aebaf283f89524bf226abc

RANDOM SEED= 255946900

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.234
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.234
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:       1541560 kB
Buffers:         34372 kB
Cached:         334052 kB
SwapCached:          0 kB
Active:         129308 kB
Inactive:       313680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541560 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           46256 kB
Writeback:           0 kB
Mapped:          91344 kB
Slab:            56616 kB
Committed_AS:   383400 kB
PageTables:       1908 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= 66543 MiB



End job on node58 on Mon Jan 29 18:55:23 UTC 2007