Trace number 232198

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? (TO) 1800.24 1819.67

General information on the benchmark

Namemknap/
mknap-1-0.xml
MD5SUM9745cc876d8e08ee3addbed6e9f91af6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables6
Number of constraints11
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/232198-1170106505/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232198-1170106505/unknown.xml [Mon Jan 29 22:35:11 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232198-1170106505/unknown.xml /tmp/evaluation/232198-1170106505/sugar28218.csp [Mon Jan 29 22:35:11 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232198-1170106505/sugar-v0-40.jar -convert /tmp/evaluation/232198-1170106505/unknown.xml /tmp/evaluation/232198-1170106505/sugar28218.csp
0.18	c BEGIN convert /tmp/evaluation/232198-1170106505/unknown.xml
0.27	c END convert (0.086406 seconds)
0.30	c # CONVERT_XML  END : /tmp/evaluation/232198-1170106505/sugar28218.csp 1040 bytes (1 seconds) [Mon Jan 29 22:35:12 2007]
0.30	c # CONVERT_XML  CPU : 0.19 = 0 + 0 + 0.16 + 0.03
0.30	
0.30	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232198-1170106505/sugar28218.bcnf [Mon Jan 29 22:35:12 2007]
0.30	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232198-1170106505/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232198-1170106505/sugar28218.map /tmp/evaluation/232198-1170106505/sugar28218.csp /tmp/evaluation/232198-1170106505/sugar28218.bcnf
0.41	c BEGIN parse /tmp/evaluation/232198-1170106505/sugar28218.csp
0.52	c END parse (0.104896 seconds)
0.52	c BEGIN simplify
0.52	c END simplify (2.37E-4 seconds)
0.52	c BEGIN encode /tmp/evaluation/232198-1170106505/sugar28218.bcnf
18.60	c END encode (18.081992 seconds)
18.64	c # GENERATE_SAT  END : 14159 variables 19281329 clauses 308306144 bytes (18 seconds) [Mon Jan 29 22:35:30 2007]
18.64	c # GENERATE_SAT  CPU : 17.95 = 0 + 0 + 16.8 + 1.15
18.64	
18.64	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232198-1170106505/sugar28218.bcnf [Mon Jan 29 22:35:30 2007]
18.64	c # CMD : /tmp/evaluation/232198-1170106505/minisat /tmp/evaluation/232198-1170106505/sugar28218.bcnf /tmp/evaluation/232198-1170106505/sugar28218.out
1818.50	
1818.50	s UNKNOWN
1818.50	c # INTERRUPTED
1818.50	c # MAIN  END :  (1819 seconds) [Mon Jan 29 23:05:30 2007]
1818.50	c # MAIN  CPU : 18.14 = 0 + 0 + 16.96 + 1.18
1818.50	

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/node24/watcher-232198-1170106505 -o ROOT/results/node24/solver-232198-1170106505 -C 1800 -M 900 /tmp/evaluation/232198-1170106505/solver /tmp/evaluation/232198-1170106505 /tmp/evaluation/232198-1170106505/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.78 2.55 2.75 3/94 28219
/proc/meminfo: memFree=1294584/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=18540 CPUtime=0
/proc/28218/stat : 28218 (runsolver) R 28216 28218 28009 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30605425 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28218/statm: 4635 279 244 17 0 2626 0

[startup+0.101973 s]
/proc/loadavg: 1.78 2.55 2.75 3/94 28219
/proc/meminfo: memFree=1294584/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=0.03
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30605425 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510004 s]
/proc/loadavg: 1.78 2.55 2.75 3/94 28219
/proc/meminfo: memFree=1294584/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=0.22
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1190 3477 0 1 3 0 16 3 15 0 1 0 30605425 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13724

[startup+1.33109 s]
/proc/loadavg: 1.78 2.55 2.75 3/102 28235
/proc/meminfo: memFree=1274096/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=0.22
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1190 3477 0 1 3 0 16 3 15 0 1 0 30605425 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 809 371 3 0 531 0
[pid=28228] ppid=28218 vsize=807348 CPUtime=1
/proc/28228/stat : 28228 (java) R 28218 28218 28009 0 -1 0 4302 0 1 0 94 6 0 0 25 0 8 0 30605455 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28228/statm: 201837 4053 1499 14 0 189115 0
[pid=28228/tid=28229] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28229/stat : 28229 (java) S 28218 28218 28009 0 -1 64 5 0 0 0 0 0 0 0 21 0 8 0 30605458 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28230] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28230/stat : 28230 (java) S 28218 28218 28009 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 30605458 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28231] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28231/stat : 28231 (java) S 28218 28218 28009 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 30605458 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28232] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28232/stat : 28232 (java) S 28218 28218 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30605461 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28233] ppid=28218 vsize=807348 CPUtime=0.04
/proc/28228/task/28233/stat : 28233 (java) S 28218 28218 28009 0 -1 64 336 0 0 0 4 0 0 0 16 0 8 0 30605461 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28234] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28234/stat : 28234 (java) S 28218 28218 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30605461 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28235] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28235/stat : 28235 (java) S 28218 28218 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605461 826724352 4053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 821072

[startup+2.96927 s]
/proc/loadavg: 1.78 2.55 2.75 3/102 28235
/proc/meminfo: memFree=1253104/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=0.22
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1190 3477 0 1 3 0 16 3 15 0 1 0 30605425 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 809 371 3 0 531 0
[pid=28228] ppid=28218 vsize=807348 CPUtime=2.62
/proc/28228/stat : 28228 (java) R 28218 28218 28009 0 -1 0 4304 0 1 0 246 16 0 0 25 0 8 0 30605455 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073554068 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28228/statm: 201837 4054 1500 14 0 189115 0
[pid=28228/tid=28229] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28229/stat : 28229 (java) S 28218 28218 28009 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30605458 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28230] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28230/stat : 28230 (java) S 28218 28218 28009 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 30605458 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28231] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28231/stat : 28231 (java) S 28218 28218 28009 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 30605458 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28232] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28232/stat : 28232 (java) S 28218 28218 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30605461 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28233] ppid=28218 vsize=807348 CPUtime=0.04
/proc/28228/task/28233/stat : 28233 (java) S 28218 28218 28009 0 -1 64 336 0 0 0 4 0 0 0 16 0 8 0 30605461 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28234] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28234/stat : 28234 (java) S 28218 28218 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30605461 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28235] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28235/stat : 28235 (java) S 28218 28218 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605461 826724352 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 821072

[startup+6.17462 s]
/proc/loadavg: 1.80 2.54 2.74 3/102 28235
/proc/meminfo: memFree=1194672/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=0.22
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1190 3477 0 1 3 0 16 3 15 0 1 0 30605425 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 809 371 3 0 531 0
[pid=28228] ppid=28218 vsize=807348 CPUtime=5.79
/proc/28228/stat : 28228 (java) R 28218 28218 28009 0 -1 0 4310 0 1 0 541 38 0 0 25 0 8 0 30605455 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563842 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28228/statm: 201837 4059 1501 14 0 189115 0
[pid=28228/tid=28229] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28229/stat : 28229 (java) S 28218 28218 28009 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30605458 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28230] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28230/stat : 28230 (java) S 28218 28218 28009 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 30605458 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28231] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28231/stat : 28231 (java) S 28218 28218 28009 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 30605458 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28232] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28232/stat : 28232 (java) S 28218 28218 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30605461 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28233] ppid=28218 vsize=807348 CPUtime=0.05
/proc/28228/task/28233/stat : 28233 (java) S 28218 28218 28009 0 -1 64 337 0 0 0 5 0 0 0 16 0 8 0 30605461 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28234] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28234/stat : 28234 (java) S 28218 28218 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30605461 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28235] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28235/stat : 28235 (java) S 28218 28218 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605461 826724352 4059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 821072

[startup+12.6563 s]
/proc/loadavg: 1.83 2.52 2.73 3/102 28235
/proc/meminfo: memFree=1079344/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=0.22
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1190 3477 0 1 3 0 16 3 15 0 1 0 30605425 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 809 371 3 0 531 0
[pid=28228] ppid=28218 vsize=807348 CPUtime=12.18
/proc/28228/stat : 28228 (java) R 28218 28218 28009 0 -1 0 4311 0 1 0 1138 80 0 0 25 0 8 0 30605455 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28228/statm: 201837 4060 1501 14 0 189115 0
[pid=28228/tid=28229] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28229/stat : 28229 (java) S 28218 28218 28009 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30605458 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28230] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28230/stat : 28230 (java) S 28218 28218 28009 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 30605458 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28231] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28231/stat : 28231 (java) S 28218 28218 28009 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 30605458 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28232] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28232/stat : 28232 (java) S 28218 28218 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30605461 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28233] ppid=28218 vsize=807348 CPUtime=0.05
/proc/28228/task/28233/stat : 28233 (java) S 28218 28218 28009 0 -1 64 337 0 0 0 5 0 0 0 16 0 8 0 30605461 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28234] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28234/stat : 28234 (java) S 28218 28218 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30605461 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28228/tid=28235] ppid=28218 vsize=807348 CPUtime=0
/proc/28228/task/28235/stat : 28235 (java) S 28218 28218 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605461 826724352 4060 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 821072

[startup+25.5187 s]
/proc/loadavg: 1.85 2.51 2.72 3/96 28237
/proc/meminfo: memFree=514592/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=555484 CPUtime=6.86
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 128966 0 0 0 598 88 0 0 25 0 1 0 30607289 568815616 128953 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134646790 0 0 4096 0 0 0 0 17 1 0 0
/proc/28236/statm: 138871 128955 36 112 0 138755 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 569208

[startup+51.2025 s]
/proc/loadavg: 2.06 2.50 2.72 3/89 28340
/proc/meminfo: memFree=362688/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=32.2
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 3096 124 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 769944

[startup+102.495 s]
/proc/loadavg: 2.03 2.42 2.68 3/89 28340
/proc/meminfo: memFree=163840/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=82.84
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 8159 125 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522283 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 769944

[startup+162.5 s]
/proc/loadavg: 2.01 2.34 2.63 3/89 28340
/proc/meminfo: memFree=163776/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=142.26
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 14101 125 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 160.43
Current children cumulated vsize (KiB) 769944

[startup+222.511 s]
/proc/loadavg: 2.00 2.28 2.59 3/89 28340
/proc/meminfo: memFree=163776/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=201.66
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 20041 125 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522276 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 219.83
Current children cumulated vsize (KiB) 769944

[startup+282.561 s]
/proc/loadavg: 2.00 2.22 2.55 3/89 28340

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

/proc/loadavg: 2.00 2.01 2.21 3/89 28340
/proc/meminfo: memFree=163200/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1093.56
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 109229 127 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1111.73
Current children cumulated vsize (KiB) 769944

[startup+1183.33 s]
/proc/loadavg: 2.00 2.01 2.19 3/89 28340
/proc/meminfo: memFree=163136/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1153
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 115173 127 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522283 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1171.17
Current children cumulated vsize (KiB) 769944

[startup+1243.33 s]
/proc/loadavg: 2.00 2.00 2.17 3/89 28340
/proc/meminfo: memFree=163072/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1212.44
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 121116 128 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1230.61
Current children cumulated vsize (KiB) 769944

[startup+1303.34 s]
/proc/loadavg: 2.00 2.00 2.16 3/89 28340
/proc/meminfo: memFree=163008/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1271.83
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 127055 128 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522287 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1290
Current children cumulated vsize (KiB) 769944

[startup+1363.37 s]
/proc/loadavg: 2.00 2.00 2.15 3/89 28340
/proc/meminfo: memFree=162752/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1331.27
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 132999 128 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522276 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 769944

[startup+1423.37 s]
/proc/loadavg: 2.00 2.00 2.14 3/89 28340
/proc/meminfo: memFree=162688/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1390.69
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 138941 128 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 769944

[startup+1483.38 s]
/proc/loadavg: 2.00 2.00 2.13 3/89 28340
/proc/meminfo: memFree=162688/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1450.09
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 144881 128 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1468.26
Current children cumulated vsize (KiB) 769944

[startup+1543.4 s]
/proc/loadavg: 2.00 2.00 2.12 3/89 28340
/proc/meminfo: memFree=162624/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1509.53
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 150824 129 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 769944

[startup+1603.43 s]
/proc/loadavg: 2.07 2.03 2.11 3/95 28458
/proc/meminfo: memFree=161296/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1568.93
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 156750 143 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1587.1
Current children cumulated vsize (KiB) 769944

[startup+1663.45 s]
/proc/loadavg: 2.02 2.02 2.10 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1628.31
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 162680 151 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1646.48
Current children cumulated vsize (KiB) 769944

[startup+1723.47 s]
/proc/loadavg: 2.01 2.01 2.09 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1687.76
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 168624 152 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522290 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 769944

[startup+1783.53 s]
/proc/loadavg: 2.00 2.01 2.08 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1747.22
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 174570 152 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522290 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1765.39
Current children cumulated vsize (KiB) 769944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.49 s]
/proc/loadavg: 2.00 2.01 2.08 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28218] ppid=28216 vsize=13724 CPUtime=18.17
/proc/28218/stat : 28218 (sugar) S 28216 28218 28009 0 -1 4194304 1270 7814 0 2 3 0 1696 118 16 0 1 0 30605425 14053376 817 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28218/statm: 3431 817 373 3 0 531 0
[pid=28236] ppid=28218 vsize=756220 CPUtime=1781.84
/proc/28236/stat : 28236 (minisat) R 28218 28218 28009 0 -1 0 171998 0 0 0 178032 152 0 0 25 0 1 0 30607289 774369280 170959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28236/statm: 189055 170959 36 112 0 188939 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 769944

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28218 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=2415 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=346795
CPU time returned by wait4() is 18.3492
while last known CPU time is 1800.24

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

Real time (s): 1819.67
CPU time (s): 1800.24
CPU user time (s): 1797.31
CPU system time (s): 2.93
CPU usage (%): 98.9325
Max. virtual memory (cumulated for all children) (KiB): 821072

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

runsolver used 2.13867 s user time and 5.9091 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 21:35:09 UTC 2007


IDJOB= 232198
IDBENCH= 6505
IDSOLVER= 86
FILE ID= node24/232198-1170106505

PBS_JOBID= 3689870

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/mknap/mknap-1-0.xml
COMMAND LINE= /tmp/evaluation/232198-1170106505/solver /tmp/evaluation/232198-1170106505 /tmp/evaluation/232198-1170106505/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-232198-1170106505 -o ROOT/results/node24/solver-232198-1170106505 -C 1800 -M 900  /tmp/evaluation/232198-1170106505/solver /tmp/evaluation/232198-1170106505 /tmp/evaluation/232198-1170106505/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9745cc876d8e08ee3addbed6e9f91af6

RANDOM SEED= 524366347

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.232
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.232
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:       1295192 kB
Buffers:         30956 kB
Cached:          47240 kB
SwapCached:       4628 kB
Active:         669232 kB
Inactive:        42432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295192 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:         646708 kB
Slab:            32724 kB
Committed_AS:  1111112 kB
PageTables:       3380 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= 66365 MiB



End job on node24 on Mon Jan 29 22:05:31 UTC 2007