Trace number 217649

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.1 1814.47

General information on the benchmark

Nameramsey/ramsey3/
ramsey-20-3.xml
MD5SUMdc6e07306abeb6c314cb2398e097dc14
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/217649-1170101513/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/217649-1170101513/unknown.xml [Mon Jan 29 21:11:53 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/217649-1170101513/unknown.xml /tmp/evaluation/217649-1170101513/sugar28366.csp [Mon Jan 29 21:11:53 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217649-1170101513/sugar-v0-40.jar -convert /tmp/evaluation/217649-1170101513/unknown.xml /tmp/evaluation/217649-1170101513/sugar28366.csp
0.17	c BEGIN convert /tmp/evaluation/217649-1170101513/unknown.xml
0.58	c END convert (0.415959 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/217649-1170101513/sugar28366.csp 63000 bytes (1 seconds) [Mon Jan 29 21:11:54 2007]
0.60	c # CONVERT_XML  CPU : 0.53 = 0 + 0 + 0.49 + 0.04
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217649-1170101513/sugar28366.bcnf [Mon Jan 29 21:11:54 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217649-1170101513/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217649-1170101513/sugar28366.map /tmp/evaluation/217649-1170101513/sugar28366.csp /tmp/evaluation/217649-1170101513/sugar28366.bcnf
0.72	c BEGIN parse /tmp/evaluation/217649-1170101513/sugar28366.csp
1.20	c END parse (0.482088 seconds)
1.20	c BEGIN simplify
1.25	c END simplify (0.050093 seconds)
1.25	c BEGIN encode /tmp/evaluation/217649-1170101513/sugar28366.bcnf
1.35	c END encode (0.098137 seconds)
1.47	c # GENERATE_SAT  END : 7220 variables 21850 clauses 307824 bytes (1 seconds) [Mon Jan 29 21:11:55 2007]
1.47	c # GENERATE_SAT  CPU : 0.82 = 0.07 + 0 + 0.69 + 0.06
1.47	
1.47	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217649-1170101513/sugar28366.bcnf [Mon Jan 29 21:11:55 2007]
1.47	c # CMD : /tmp/evaluation/217649-1170101513/minisat /tmp/evaluation/217649-1170101513/sugar28366.bcnf /tmp/evaluation/217649-1170101513/sugar28366.out
1.49	c ==================================[MINISAT]===================================
1.49	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.49	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.49	c ==============================================================================
1.49	c |         0 |   21850    55100 |    7283       0        0     nan |  0.000 % |
1.50	c |       100 |   21850    55100 |    8011     100      559     5.6 |  0.000 % |
1.52	c |       250 |   21850    55100 |    8812     250     1355     5.4 |  0.000 % |
1.54	c |       475 |   21850    55100 |    9693     475     2611     5.5 |  0.000 % |
1.58	c |       812 |   21850    55100 |   10663     812     4642     5.7 |  0.000 % |
1.65	c |      1318 |   21850    55100 |   11729    1318     7655     5.8 |  0.000 % |
1.74	c |      2077 |   21850    55100 |   12902    2077    13023     6.3 |  0.000 % |
1.86	c |      3216 |   21850    55100 |   14192    3216    21773     6.8 |  0.000 % |
2.04	c |      4925 |   21850    55100 |   15611    4925    42163     8.6 |  0.000 % |
2.29	c |      7489 |   21850    55100 |   17172    7489    87740    11.7 |  0.000 % |
2.82	c |     11333 |   21850    55100 |   18890   11333   209365    18.5 |  0.000 % |
3.84	c |     17100 |   21850    55100 |   20779   17100   437464    25.6 |  0.000 % |
5.52	c |     25750 |   21850    55100 |   22857   14835   489873    33.0 |  0.000 % |
8.23	c |     38726 |   21850    55100 |   25142   15853   641271    40.5 |  0.000 % |
13.90	c |     58187 |   21850    55100 |   27657   22081   924295    41.9 |  0.000 % |
23.15	c |     87381 |   21850    55100 |   30422   22504   870195    38.7 |  0.000 % |
40.31	c |    131171 |   21850    55100 |   33465   16438   638644    38.9 |  0.000 % |
66.51	c |    196855 |   21850    55100 |   36811   24869  1267789    51.0 |  0.000 % |
107.81	c |    295383 |   21850    55100 |   40492   32258  1483387    46.0 |  0.000 % |
173.98	c |    443172 |   21850    55100 |   44542   29822  1670061    56.0 |  0.000 % |
299.10	c |    664856 |   21850    55100 |   48996   28298  1429238    50.5 |  0.000 % |
512.12	c |    997382 |   21850    55100 |   53896   30516  1591540    52.2 |  0.000 % |
862.47	c |   1496173 |   21850    55100 |   59285   54638  3159833    57.8 |  0.000 % |
1437.39	c |   2244356 |   21850    55100 |   65214   47977  3412018    71.1 |  0.000 % |
1813.46	
1813.46	s UNKNOWN
1813.46	c # INTERRUPTED
1813.46	c # MAIN  END :  (1814 seconds) [Mon Jan 29 21:42:07 2007]
1813.46	c # MAIN  CPU : 1.36 = 0.07 + 0.01 + 1.18 + 0.1
1813.46	

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/node9/watcher-217649-1170101513 -o ROOT/results/node9/solver-217649-1170101513 -C 1800 -M 900 /tmp/evaluation/217649-1170101513/solver /tmp/evaluation/217649-1170101513 /tmp/evaluation/217649-1170101513/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.78 3.13 2.73 5/88 28367
/proc/meminfo: memFree=1876168/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=18540 CPUtime=0
/proc/28366/stat : 28366 (runsolver) R 28364 28366 28301 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30105965 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28366/statm: 4635 279 244 17 0 2626 0

[startup+0.110438 s]
/proc/loadavg: 2.78 3.13 2.73 5/88 28367
/proc/meminfo: memFree=1876168/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=13724 CPUtime=0.03
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30105965 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.518514 s]
/proc/loadavg: 2.78 3.13 2.73 5/88 28367
/proc/meminfo: memFree=1876168/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=13724 CPUtime=0.03
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30105965 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34167 s]
/proc/loadavg: 2.78 3.13 2.73 3/96 28383
/proc/meminfo: memFree=1854600/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=13724 CPUtime=0.56
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 1190 4856 0 1 3 0 49 4 16 0 1 0 30105965 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 3431 809 371 3 0 531 0
[pid=28376] ppid=28366 vsize=807356 CPUtime=0.72
/proc/28376/stat : 28376 (java) R 28366 28366 28301 0 -1 0 7239 0 1 0 67 5 0 0 23 0 8 0 30106026 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072917019 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28376/statm: 201839 6988 1513 14 0 189117 0
[pid=28376/tid=28377] ppid=28366 vsize=807356 CPUtime=0.04
/proc/28376/task/28377/stat : 28377 (java) S 28366 28366 28301 0 -1 64 1008 0 0 0 4 0 0 0 16 0 8 0 30106029 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28376/tid=28378] ppid=28366 vsize=807356 CPUtime=0
/proc/28376/task/28378/stat : 28378 (java) S 28366 28366 28301 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30106029 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28376/tid=28379] ppid=28366 vsize=807356 CPUtime=0
/proc/28376/task/28379/stat : 28379 (java) S 28366 28366 28301 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30106030 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28376/tid=28380] ppid=28366 vsize=807356 CPUtime=0
/proc/28376/task/28380/stat : 28380 (java) S 28366 28366 28301 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30106033 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28376/tid=28381] ppid=28366 vsize=807356 CPUtime=0.16
/proc/28376/task/28381/stat : 28381 (java) S 28366 28366 28301 0 -1 64 414 0 0 0 16 0 0 0 16 0 8 0 30106033 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28376/tid=28382] ppid=28366 vsize=807356 CPUtime=0
/proc/28376/task/28382/stat : 28382 (java) S 28366 28366 28301 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30106033 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28376/tid=28383] ppid=28366 vsize=807356 CPUtime=0
/proc/28376/task/28383/stat : 28383 (java) S 28366 28366 28301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30106033 826732544 6988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821080

[startup+2.98699 s]
/proc/loadavg: 2.78 3.13 2.73 3/89 28384
/proc/meminfo: memFree=1868352/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 15 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=4124 CPUtime=1.49
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 756 0 0 0 149 0 0 0 25 0 1 0 30106113 4222976 665 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28384/statm: 1031 665 52 112 0 915 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 21740

[startup+6.26663 s]
/proc/loadavg: 2.72 3.11 2.72 3/89 28384
/proc/meminfo: memFree=1865728/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=6100 CPUtime=4.75
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 1263 0 0 0 475 0 0 0 25 0 1 0 30106113 6246400 1172 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/28384/statm: 1525 1172 52 112 0 1409 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 23716

[startup+12.7419 s]
/proc/loadavg: 2.66 3.09 2.72 3/89 28384
/proc/meminfo: memFree=1863616/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=8056 CPUtime=11.2
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 1768 0 0 0 1119 1 0 0 25 0 1 0 30106113 8249344 1677 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28384/statm: 2014 1677 52 112 0 1898 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 25672

[startup+25.5784 s]
/proc/loadavg: 2.51 3.03 2.71 3/89 28384
/proc/meminfo: memFree=1863040/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=9396 CPUtime=23.97
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 2086 0 0 0 2396 1 0 0 25 0 1 0 30106113 9621504 1995 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/28384/statm: 2349 1995 52 112 0 2233 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 27012

[startup+51.2614 s]
/proc/loadavg: 2.34 2.95 2.69 3/89 28384
/proc/meminfo: memFree=1861504/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=10860 CPUtime=49.53
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 2433 0 0 0 4951 2 0 0 25 0 1 0 30106113 11120640 2342 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/28384/statm: 2715 2342 52 112 0 2599 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 28476

[startup+102.513 s]
/proc/loadavg: 2.14 2.80 2.65 3/89 28384
/proc/meminfo: memFree=1858624/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=13628 CPUtime=100.54
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 3139 0 0 0 10051 3 0 0 25 0 1 0 30106113 13955072 3048 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528348 0 0 4096 3 0 0 0 17 1 0 0
/proc/28384/statm: 3407 3048 52 112 0 3291 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 31244

[startup+162.599 s]
/proc/loadavg: 2.00 2.64 2.60 3/89 28483
/proc/meminfo: memFree=1837504/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=16548 CPUtime=160.46
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 3835 0 0 0 16039 7 0 0 25 0 1 0 30106113 16945152 3744 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 4137 3744 52 112 0 4021 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 34164

[startup+222.643 s]
/proc/loadavg: 2.15 2.55 2.57 4/95 28554
/proc/meminfo: memFree=1547536/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=18048 CPUtime=220.36
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 4205 0 0 0 22026 10 0 0 25 0 1 0 30106113 18481152 4114 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 4512 4114 52 112 0 4396 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 35664

[startup+282.738 s]
/proc/loadavg: 2.60 2.61 2.59 4/95 28554
/proc/meminfo: memFree=1508560/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=18784 CPUtime=280.11
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 4386 0 0 0 28000 11 0 0 25 0 1 0 30106113 19234816 4295 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 4696 4295 52 112 0 4580 0
Current children cumulated CPU time (s) 281.5
Current children cumulated vsize (KiB) 36400

[startup+342.807 s]
/proc/loadavg: 2.69 2.64 2.60 4/95 28554
/proc/meminfo: memFree=1491600/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=20200 CPUtime=339.84
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 4732 0 0 0 33973 11 0 0 25 0 1 0 30106113 20684800 4641 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 5050 4641 52 112 0 4934 0
Current children cumulated CPU time (s) 341.23
Current children cumulated vsize (KiB) 37816

[startup+402.832 s]
/proc/loadavg: 2.62 2.64 2.60 4/95 28554
/proc/meminfo: memFree=1471376/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=21292 CPUtime=399.53
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 4976 0 0 0 39941 12 0 0 25 0 1 0 30106113 21803008 4885 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 5323 4885 52 112 0 5207 0
Current children cumulated CPU time (s) 400.92
Current children cumulated vsize (KiB) 38908

[startup+462.934 s]
/proc/loadavg: 2.62 2.64 2.60 3/95 28554
/proc/meminfo: memFree=1451672/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=21424 CPUtime=459.28
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 5029 0 0 0 45916 12 0 0 25 0 1 0 30106113 21938176 4938 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/loadavg: 2.52 2.68 2.63 3/95 28554
/proc/meminfo: memFree=1263192/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=28728 CPUtime=1115.73
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 6785 0 0 0 111556 17 0 0 25 0 1 0 30106113 29417472 6694 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 7182 6694 52 112 0 7066 0
Current children cumulated CPU time (s) 1117.12
Current children cumulated vsize (KiB) 46344

[startup+1183.69 s]
/proc/loadavg: 2.54 2.67 2.63 4/95 28554
/proc/meminfo: memFree=1248408/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=28728 CPUtime=1175.18
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 6812 0 0 0 117501 17 0 0 25 0 1 0 30106113 29417472 6721 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 7182 6721 52 112 0 7066 0
Current children cumulated CPU time (s) 1176.57
Current children cumulated vsize (KiB) 46344

[startup+1243.77 s]
/proc/loadavg: 2.65 2.68 2.64 4/95 28554
/proc/meminfo: memFree=1247512/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=29592 CPUtime=1234.67
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 7017 0 0 0 123449 18 0 0 25 0 1 0 30106113 30302208 6926 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 7398 6926 52 112 0 7282 0
Current children cumulated CPU time (s) 1236.06
Current children cumulated vsize (KiB) 47208

[startup+1303.77 s]
/proc/loadavg: 2.73 2.68 2.64 4/95 28554
/proc/meminfo: memFree=1247192/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=29812 CPUtime=1294.1
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 7065 0 0 0 129392 18 0 0 25 0 1 0 30106113 30527488 6974 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 7453 6974 52 112 0 7337 0
Current children cumulated CPU time (s) 1295.49
Current children cumulated vsize (KiB) 47428

[startup+1363.87 s]
/proc/loadavg: 2.82 2.72 2.65 4/95 28554
/proc/meminfo: memFree=1244376/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=30348 CPUtime=1353.58
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 7194 0 0 0 135340 18 0 0 25 0 1 0 30106113 31076352 7103 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 7587 7103 52 112 0 7471 0
Current children cumulated CPU time (s) 1354.97
Current children cumulated vsize (KiB) 47964

[startup+1423.97 s]
/proc/loadavg: 2.67 2.69 2.64 4/95 28554
/proc/meminfo: memFree=1243480/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=30912 CPUtime=1413.1
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 7346 0 0 0 141291 19 0 0 25 0 1 0 30106113 31653888 7255 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 7728 7255 52 112 0 7612 0
Current children cumulated CPU time (s) 1414.49
Current children cumulated vsize (KiB) 48528

[startup+1484.02 s]
/proc/loadavg: 2.72 2.71 2.65 3/95 28556
/proc/meminfo: memFree=1241496/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=32640 CPUtime=1472.55
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 7724 0 0 0 147235 20 0 0 25 0 1 0 30106113 33423360 7633 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8160 7633 52 112 0 8044 0
Current children cumulated CPU time (s) 1473.94
Current children cumulated vsize (KiB) 50256

[startup+1544.1 s]
/proc/loadavg: 2.85 2.75 2.66 3/95 28556
/proc/meminfo: memFree=1239000/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=34900 CPUtime=1532.02
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 8290 0 0 0 153180 22 0 0 25 0 1 0 30106113 35737600 8199 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528253 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8725 8199 52 112 0 8609 0
Current children cumulated CPU time (s) 1533.41
Current children cumulated vsize (KiB) 52516

[startup+1604.15 s]
/proc/loadavg: 2.85 2.76 2.67 6/95 28556
/proc/meminfo: memFree=1238616/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=35196 CPUtime=1591.47
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 8349 0 0 0 159125 22 0 0 25 0 1 0 30106113 36040704 8258 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8799 8258 52 112 0 8683 0
Current children cumulated CPU time (s) 1592.86
Current children cumulated vsize (KiB) 52812

[startup+1664.15 s]
/proc/loadavg: 2.81 2.76 2.67 4/95 28556
/proc/meminfo: memFree=1238424/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=35196 CPUtime=1650.91
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 8370 0 0 0 165069 22 0 0 25 0 1 0 30106113 36040704 8279 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8799 8279 52 112 0 8683 0
Current children cumulated CPU time (s) 1652.3
Current children cumulated vsize (KiB) 52812

[startup+1724.22 s]
/proc/loadavg: 2.84 2.77 2.67 3/95 28556
/proc/meminfo: memFree=1237848/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=35372 CPUtime=1710.36
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 8395 0 0 0 171013 23 0 0 25 0 1 0 30106113 36220928 8304 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527457 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8843 8304 52 112 0 8727 0
Current children cumulated CPU time (s) 1711.75
Current children cumulated vsize (KiB) 52988

[startup+1784.28 s]
/proc/loadavg: 2.65 2.73 2.66 4/95 28556
/proc/meminfo: memFree=1237720/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=35372 CPUtime=1769.83
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 8396 0 0 0 176960 23 0 0 25 0 1 0 30106113 36220928 8305 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8843 8305 52 112 0 8727 0
Current children cumulated CPU time (s) 1771.22
Current children cumulated vsize (KiB) 52988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.45 s]
/proc/loadavg: 2.79 2.76 2.67 4/95 28556
/proc/meminfo: memFree=1237720/2055920 swapFree=4192812/4192956
[pid=28366] ppid=28364 vsize=17616 CPUtime=1.39
/proc/28366/stat : 28366 (sugar) S 28364 28366 28301 0 -1 4194304 2243 12105 0 2 10 1 118 10 16 0 1 0 30105965 18038784 1754 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28366/statm: 4404 1754 373 3 0 1504 0
[pid=28384] ppid=28366 vsize=35372 CPUtime=1798.7
/proc/28384/stat : 28384 (minisat) R 28366 28366 28301 0 -1 0 8397 0 0 0 179847 23 0 0 25 0 1 0 30106113 36220928 8306 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28384/statm: 8843 8306 52 112 0 8727 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 52988

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28366 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=286804 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=113982
CPU time returned by wait4() is 1.40079
while last known CPU time is 1800.1

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

Real time (s): 1814.47
CPU time (s): 1800.1
CPU user time (s): 1799.75
CPU system time (s): 0.35
CPU usage (%): 99.208
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2868
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14432
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= 1310
involuntary context switches= 1238

runsolver used 2.01269 s user time and 5.83911 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 20:11:53 UTC 2007


IDJOB= 217649
IDBENCH= 5161
IDSOLVER= 86
FILE ID= node9/217649-1170101513

PBS_JOBID= 3689529

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-20-3.xml
COMMAND LINE= /tmp/evaluation/217649-1170101513/solver /tmp/evaluation/217649-1170101513 /tmp/evaluation/217649-1170101513/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-217649-1170101513 -o ROOT/results/node9/solver-217649-1170101513 -C 1800 -M 900  /tmp/evaluation/217649-1170101513/solver /tmp/evaluation/217649-1170101513 /tmp/evaluation/217649-1170101513/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  dc6e07306abeb6c314cb2398e097dc14

RANDOM SEED= 644362321

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.263
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.263
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:       1876648 kB
Buffers:         12352 kB
Cached:          46400 kB
SwapCached:          0 kB
Active:         112300 kB
Inactive:        21244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:          94512 kB
Slab:            30632 kB
Committed_AS:   611884 kB
PageTables:       2096 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= 66553 MiB



End job on node9 on Mon Jan 29 20:42:08 UTC 2007