Trace number 199343

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.12 1809.67

General information on the benchmark

NameallIntervalSeries/
series-40.xml
MD5SUM11efa2c6af729695c2a7c6fb853fbdbd
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.103983
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables79
Number of constraints1560
Maximum constraint arity3
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1560
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/199343-1170094088/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/199343-1170094088/unknown.xml [Mon Jan 29 19:08:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/199343-1170094088/unknown.xml /tmp/evaluation/199343-1170094088/sugar16293.csp [Mon Jan 29 19:08:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199343-1170094088/sugar-v0-40.jar -convert /tmp/evaluation/199343-1170094088/unknown.xml /tmp/evaluation/199343-1170094088/sugar16293.csp
0.17	c BEGIN convert /tmp/evaluation/199343-1170094088/unknown.xml
0.61	c END convert (0.435929 seconds)
0.65	c # CONVERT_XML  END : /tmp/evaluation/199343-1170094088/sugar16293.csp 23505 bytes (1 seconds) [Mon Jan 29 19:08:10 2007]
0.65	c # CONVERT_XML  CPU : 0.54 = 0 + 0 + 0.51 + 0.03
0.65	
0.65	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199343-1170094088/sugar16293.bcnf [Mon Jan 29 19:08:10 2007]
0.65	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199343-1170094088/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199343-1170094088/sugar16293.map /tmp/evaluation/199343-1170094088/sugar16293.csp /tmp/evaluation/199343-1170094088/sugar16293.bcnf
0.77	c BEGIN parse /tmp/evaluation/199343-1170094088/sugar16293.csp
1.14	c END parse (0.370326 seconds)
1.14	c BEGIN simplify
1.17	c END simplify (0.029805 seconds)
1.17	c BEGIN encode /tmp/evaluation/199343-1170094088/sugar16293.bcnf
1.63	c END encode (0.456834 seconds)
1.70	c # GENERATE_SAT  END : 9204 variables 380171 clauses 6466376 bytes (1 seconds) [Mon Jan 29 19:08:11 2007]
1.70	c # GENERATE_SAT  CPU : 1.01 = 0.03 + 0 + 0.89 + 0.09
1.70	
1.70	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199343-1170094088/sugar16293.bcnf [Mon Jan 29 19:08:11 2007]
1.70	c # CMD : /tmp/evaluation/199343-1170094088/minisat /tmp/evaluation/199343-1170094088/sugar16293.bcnf /tmp/evaluation/199343-1170094088/sugar16293.out
1.97	c ==================================[MINISAT]===================================
1.97	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.97	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.97	c ==============================================================================
1.97	c |         0 |  313169  1050736 |  104389       0        0     nan |  0.000 % |
2.07	c |       100 |  313169  1050736 |  114827     100     1611    16.1 | 16.949 % |
2.13	c |       250 |  313169  1050736 |  126310     250     4227    16.9 | 16.949 % |
2.19	c |       479 |  313169  1050736 |  138941     479     8137    17.0 | 16.949 % |
2.24	c |       817 |  313169  1050736 |  152835     817    12818    15.7 | 16.949 % |
2.45	c |      1324 |  313169  1050736 |  168119    1324    26569    20.1 | 16.949 % |
3.02	c |      2083 |  313169  1050736 |  184931    2083    58701    28.2 | 16.949 % |
3.85	c |      3222 |  313169  1050736 |  203424    3222   105901    32.9 | 16.949 % |
4.97	c |      4930 |  313169  1050736 |  223767    4930   168708    34.2 | 16.949 % |
6.82	c |      7493 |  313169  1050736 |  246143    7493   293086    39.1 | 16.949 % |
9.46	c |     11338 |  313169  1050736 |  270758   11338   489335    43.2 | 16.949 % |
15.97	c |     17105 |  313169  1050736 |  297833   17105   760477    44.5 | 16.949 % |
23.46	c |     25754 |  313169  1050736 |  327617   25754  1095031    42.5 | 16.949 % |
39.45	c |     38729 |  313169  1050736 |  360379   38729  1669116    43.1 | 16.949 % |
59.62	c |     58191 |  313169  1050736 |  396417   58191  2686760    46.2 | 16.949 % |
97.68	c |     87383 |  313169  1050736 |  436058   87383  3873904    44.3 | 16.949 % |
178.91	c |    131172 |  313169  1050736 |  479664  131172  6564245    50.0 | 16.949 % |
312.75	c |    196859 |  313169  1050736 |  527631  196859 10018697    50.9 | 16.949 % |
520.06	c |    295386 |  313169  1050736 |  580394  295386 14476204    49.0 | 16.949 % |
947.27	c |    443176 |  313169  1050736 |  638433  443176 23016210    51.9 | 16.949 % |
1808.66	
1808.66	s UNKNOWN
1808.66	c # INTERRUPTED
1808.66	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:38:18 2007]
1808.66	c # MAIN  CPU : 1.55 = 0.03 + 0 + 1.4 + 0.12
1808.66	

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/node41/watcher-199343-1170094088 -o ROOT/results/node41/solver-199343-1170094088 -C 1800 -M 900 /tmp/evaluation/199343-1170094088/solver /tmp/evaluation/199343-1170094088 /tmp/evaluation/199343-1170094088/unknown.xml 

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

/proc/loadavg: 2.17 2.52 2.77 5/74 16294
/proc/meminfo: memFree=1555800/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=18540 CPUtime=0
/proc/16293/stat : 16293 (runsolver) R 16291 16293 15769 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29364856 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238390144295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16293/statm: 4635 279 244 17 0 2626 0

[startup+0.108662 s]
/proc/loadavg: 2.17 2.52 2.77 5/74 16294
/proc/meminfo: memFree=1555800/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=13724 CPUtime=0.04
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29364856 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516686 s]
/proc/loadavg: 2.17 2.52 2.77 5/74 16294
/proc/meminfo: memFree=1555800/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=13724 CPUtime=0.04
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29364856 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33776 s]
/proc/loadavg: 2.17 2.52 2.77 4/82 16310
/proc/meminfo: memFree=1538464/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=13724 CPUtime=0.58
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1190 4652 0 1 3 1 51 3 16 0 1 0 29364856 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3431 809 371 3 0 531 0
[pid=16303] ppid=16293 vsize=807360 CPUtime=0.66
/proc/16303/stat : 16303 (java) R 16293 16293 15769 0 -1 0 6614 0 1 0 61 5 0 0 17 0 8 0 29364921 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16303/statm: 201840 6364 1510 14 0 189118 0
[pid=16303/tid=16304] ppid=16293 vsize=807360 CPUtime=0.01
/proc/16303/task/16304/stat : 16304 (java) S 16293 16293 15769 0 -1 64 458 0 0 0 1 0 0 0 16 0 8 0 29364924 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16303/tid=16305] ppid=16293 vsize=807360 CPUtime=0
/proc/16303/task/16305/stat : 16305 (java) S 16293 16293 15769 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29364925 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16303/tid=16306] ppid=16293 vsize=807360 CPUtime=0
/proc/16303/task/16306/stat : 16306 (java) S 16293 16293 15769 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29364925 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16303/tid=16307] ppid=16293 vsize=807360 CPUtime=0
/proc/16303/task/16307/stat : 16307 (java) S 16293 16293 15769 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29364928 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16303/tid=16308] ppid=16293 vsize=807360 CPUtime=0.15
/proc/16303/task/16308/stat : 16308 (java) R 16293 16293 15769 0 -1 64 422 0 0 0 15 0 0 0 20 0 8 0 29364928 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16303/tid=16309] ppid=16293 vsize=807360 CPUtime=0
/proc/16303/task/16309/stat : 16309 (java) S 16293 16293 15769 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29364928 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16303/tid=16310] ppid=16293 vsize=807360 CPUtime=0
/proc/16303/task/16310/stat : 16310 (java) S 16293 16293 15769 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29364928 826736640 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821084

[startup+2.9759 s]
/proc/loadavg: 2.17 2.52 2.77 3/75 16311
/proc/meminfo: memFree=1531224/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 15 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=16296 CPUtime=1.25
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 4637 0 0 0 123 2 0 0 25 0 1 0 29365026 16687104 3597 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 4074 3597 51 112 0 3958 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 31812

[startup+6.25519 s]
/proc/loadavg: 2.16 2.51 2.77 3/75 16311
/proc/meminfo: memFree=1529624/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=17220 CPUtime=4.52
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 4875 0 0 0 449 3 0 0 25 0 1 0 29365026 17633280 3835 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 4305 3835 52 112 0 4189 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 32736

[startup+12.7308 s]
/proc/loadavg: 2.15 2.50 2.76 3/75 16311
/proc/meminfo: memFree=1526680/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=18932 CPUtime=10.96
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 5282 0 0 0 1093 3 0 0 25 0 1 0 29365026 19386368 4242 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 4733 4242 52 112 0 4617 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 34448

[startup+25.5739 s]
/proc/loadavg: 2.11 2.47 2.75 3/75 16311
/proc/meminfo: memFree=1522200/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=21608 CPUtime=23.75
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 5960 0 0 0 2371 4 0 0 25 0 1 0 29365026 22126592 4920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 5402 4920 52 112 0 5286 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 37124

[startup+51.2501 s]
/proc/loadavg: 2.07 2.43 2.73 3/75 16311
/proc/meminfo: memFree=1513368/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=26824 CPUtime=49.3
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 7248 0 0 0 4924 6 0 0 25 0 1 0 29365026 27467776 6208 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 6706 6208 52 112 0 6590 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 42340

[startup+102.494 s]
/proc/loadavg: 2.03 2.36 2.69 3/75 16311
/proc/meminfo: memFree=1499032/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=35100 CPUtime=100.31
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 9338 0 0 0 10021 10 0 0 25 0 1 0 29365026 35942400 8298 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 8775 8298 52 112 0 8659 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 50616

[startup+162.568 s]
/proc/loadavg: 2.01 2.30 2.64 3/75 16311
/proc/meminfo: memFree=1482200/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=44228 CPUtime=160.1
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 11589 0 0 0 15998 12 0 0 25 0 1 0 29365026 45289472 10549 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 11057 10549 52 112 0 10941 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 59744

[startup+222.647 s]
/proc/loadavg: 2.00 2.24 2.60 3/75 16311
/proc/meminfo: memFree=1466968/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=52248 CPUtime=219.9
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 13566 0 0 0 21975 15 0 0 25 0 1 0 29365026 53501952 12526 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 13062 12526 52 112 0 12946 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 67764

[startup+282.719 s]
/proc/loadavg: 2.00 2.19 2.56 3/75 16311
/proc/meminfo: memFree=1452184/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=59116 CPUtime=279.69
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 15319 0 0 0 27951 18 0 0 25 0 1 0 29365026 60534784 14279 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 14779 14279 52 112 0 14663 0
Current children cumulated CPU time (s) 281.28
Current children cumulated vsize (KiB) 74632

[startup+342.794 s]
/proc/loadavg: 2.00 2.16 2.52 3/75 16311
/proc/meminfo: memFree=1438616/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=65888 CPUtime=339.47
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 16917 0 0 0 33927 20 0 0 25 0 1 0 29365026 67469312 15877 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 16472 15877 52 112 0 16356 0
Current children cumulated CPU time (s) 341.06
Current children cumulated vsize (KiB) 81404

[startup+402.865 s]
/proc/loadavg: 2.00 2.12 2.49 3/75 16311
/proc/meminfo: memFree=1423640/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=72072 CPUtime=399.27
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 18492 0 0 0 39905 22 0 0 25 0 1 0 29365026 73801728 17452 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 18018 17452 52 112 0 17902 0
Current children cumulated CPU time (s) 400.86
Current children cumulated vsize (KiB) 87588

[startup+462.939 s]
/proc/loadavg: 2.07 2.12 2.46 3/75 16311
/proc/meminfo: memFree=1411032/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=77756 CPUtime=459.06
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 19961 0 0 0 45882 24 0 0 25 0 1 0 29365026 79622144 18921 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.02 2.21 3/75 16311
/proc/meminfo: memFree=1287640/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=136160 CPUtime=1116.81
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 34374 0 0 0 111634 47 0 0 25 0 1 0 29365026 139427840 33334 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 34040 33334 52 112 0 33924 0
Current children cumulated CPU time (s) 1118.4
Current children cumulated vsize (KiB) 151676

[startup+1183.86 s]
/proc/loadavg: 2.04 2.03 2.20 3/75 16311
/proc/meminfo: memFree=1278488/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=140132 CPUtime=1176.6
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 35358 0 0 0 117612 48 0 0 25 0 1 0 29365026 143495168 34318 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 35033 34318 52 112 0 34917 0
Current children cumulated CPU time (s) 1178.19
Current children cumulated vsize (KiB) 155648

[startup+1243.94 s]
/proc/loadavg: 2.01 2.02 2.18 3/75 16311
/proc/meminfo: memFree=1269656/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=144076 CPUtime=1236.4
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 36375 0 0 0 123590 50 0 0 25 0 1 0 29365026 147533824 35335 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 36019 35335 52 112 0 35903 0
Current children cumulated CPU time (s) 1237.99
Current children cumulated vsize (KiB) 159592

[startup+1304.02 s]
/proc/loadavg: 2.00 2.01 2.17 3/75 16311
/proc/meminfo: memFree=1261080/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=148552 CPUtime=1296.19
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 37504 0 0 0 129568 51 0 0 25 0 1 0 29365026 152117248 36464 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 37138 36464 52 112 0 37022 0
Current children cumulated CPU time (s) 1297.78
Current children cumulated vsize (KiB) 164068

[startup+1364.09 s]
/proc/loadavg: 2.00 2.01 2.16 3/75 16311
/proc/meminfo: memFree=1253016/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=152576 CPUtime=1355.99
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 38517 0 0 0 135545 54 0 0 25 0 1 0 29365026 156237824 37477 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 38144 37477 52 112 0 38028 0
Current children cumulated CPU time (s) 1357.58
Current children cumulated vsize (KiB) 168092

[startup+1424.17 s]
/proc/loadavg: 2.04 2.02 2.15 3/75 16311
/proc/meminfo: memFree=1245336/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=156532 CPUtime=1415.78
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 39501 0 0 0 141523 55 0 0 25 0 1 0 29365026 160288768 38461 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 39133 38461 52 112 0 39017 0
Current children cumulated CPU time (s) 1417.37
Current children cumulated vsize (KiB) 172048

[startup+1484.25 s]
/proc/loadavg: 2.08 2.03 2.14 3/75 16311
/proc/meminfo: memFree=1237592/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=159560 CPUtime=1475.58
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 40282 0 0 0 147502 56 0 0 25 0 1 0 29365026 163389440 39242 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 39890 39242 52 112 0 39774 0
Current children cumulated CPU time (s) 1477.17
Current children cumulated vsize (KiB) 175076

[startup+1544.33 s]
/proc/loadavg: 2.03 2.02 2.13 3/75 16311
/proc/meminfo: memFree=1228760/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=162580 CPUtime=1535.37
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 41047 0 0 0 153480 57 0 0 25 0 1 0 29365026 166481920 40007 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 40645 40007 52 112 0 40529 0
Current children cumulated CPU time (s) 1536.96
Current children cumulated vsize (KiB) 178096

[startup+1604.4 s]
/proc/loadavg: 2.01 2.02 2.12 3/75 16311
/proc/meminfo: memFree=1218072/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=165612 CPUtime=1595.16
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 41826 0 0 0 159458 58 0 0 25 0 1 0 29365026 169586688 40786 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 41403 40786 52 112 0 41287 0
Current children cumulated CPU time (s) 1596.75
Current children cumulated vsize (KiB) 181128

[startup+1664.47 s]
/proc/loadavg: 2.00 2.01 2.11 3/75 16313
/proc/meminfo: memFree=1206296/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=168676 CPUtime=1654.96
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 42602 0 0 0 165436 60 0 0 25 0 1 0 29365026 172724224 41562 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 42169 41562 52 112 0 42053 0
Current children cumulated CPU time (s) 1656.55
Current children cumulated vsize (KiB) 184192

[startup+1724.55 s]
/proc/loadavg: 2.00 2.01 2.10 3/75 16313
/proc/meminfo: memFree=1198616/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=171852 CPUtime=1714.75
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 43411 0 0 0 171414 61 0 0 25 0 1 0 29365026 175976448 42371 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 42963 42371 52 112 0 42847 0
Current children cumulated CPU time (s) 1716.34
Current children cumulated vsize (KiB) 187368

[startup+1784.62 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 16313
/proc/meminfo: memFree=1191192/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=175440 CPUtime=1774.54
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 44295 0 0 0 177393 61 0 0 25 0 1 0 29365026 179650560 43255 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16311/statm: 43860 43255 52 112 0 43744 0
Current children cumulated CPU time (s) 1776.13
Current children cumulated vsize (KiB) 190956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.66 s]
/proc/loadavg: 2.08 2.02 2.09 3/82 16377
/proc/meminfo: memFree=1338272/2055920 swapFree=4192956/4192956
[pid=16293] ppid=16291 vsize=15516 CPUtime=1.59
/proc/16293/stat : 16293 (sugar) S 16291 16293 15769 0 -1 4194304 1737 11282 0 2 6 1 140 12 16 0 1 0 29364856 15888384 1249 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16293/statm: 3879 1249 373 3 0 979 0
[pid=16311] ppid=16293 vsize=176892 CPUtime=1798.5
/proc/16311/stat : 16311 (minisat) R 16293 16293 15769 0 -1 0 44661 0 0 0 179787 63 0 0 25 0 1 0 29365026 181137408 43621 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16311/statm: 44223 43621 52 112 0 44107 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 192408

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 16293 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=467776 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=146977
CPU time returned by wait4() is 1.61475
while last known CPU time is 1800.12

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

Real time (s): 1809.67
CPU time (s): 1800.12
CPU user time (s): 1799.33
CPU system time (s): 0.79
CPU usage (%): 99.472
Max. virtual memory (cumulated for all children) (KiB): 821084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.46778
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13103
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= 1204
involuntary context switches= 1107

runsolver used 2.40963 s user time and 5.59215 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 18:08:09 UTC 2007


IDJOB= 199343
IDBENCH= 3609
IDSOLVER= 86
FILE ID= node41/199343-1170094088

PBS_JOBID= 3689595

Free space on /tmp= 66550 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-40.xml
COMMAND LINE= /tmp/evaluation/199343-1170094088/solver /tmp/evaluation/199343-1170094088 /tmp/evaluation/199343-1170094088/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-199343-1170094088 -o ROOT/results/node41/solver-199343-1170094088 -C 1800 -M 900  /tmp/evaluation/199343-1170094088/solver /tmp/evaluation/199343-1170094088 /tmp/evaluation/199343-1170094088/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  11efa2c6af729695c2a7c6fb853fbdbd

RANDOM SEED= 914350991

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.231
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.231
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:       1556216 kB
Buffers:         47920 kB
Cached:         325196 kB
SwapCached:          0 kB
Active:         206824 kB
Inactive:       222388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           14740 kB
Writeback:           0 kB
Mapped:          67152 kB
Slab:            55772 kB
Committed_AS:   141320 kB
PageTables:       1960 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= 66525 MiB



End job on node41 on Mon Jan 29 18:38:19 UTC 2007