Trace number 217610

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.06 1810.06

General information on the benchmark

Nameramsey/ramsey3/
ramsey-17-3.xml
MD5SUMdef456ebf25be10cb85c1030b4ef140a
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 variables136
Number of constraints680
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension680
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/217610-1170101432/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/217610-1170101432/unknown.xml [Mon Jan 29 21:10:32 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/217610-1170101432/unknown.xml /tmp/evaluation/217610-1170101432/sugar26074.csp [Mon Jan 29 21:10:32 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217610-1170101432/sugar-v0-40.jar -convert /tmp/evaluation/217610-1170101432/unknown.xml /tmp/evaluation/217610-1170101432/sugar26074.csp
0.17	c BEGIN convert /tmp/evaluation/217610-1170101432/unknown.xml
0.54	c END convert (0.374638 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/217610-1170101432/sugar26074.csp 36982 bytes (0 seconds) [Mon Jan 29 21:10:32 2007]
0.60	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217610-1170101432/sugar26074.bcnf [Mon Jan 29 21:10:32 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217610-1170101432/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217610-1170101432/sugar26074.map /tmp/evaluation/217610-1170101432/sugar26074.csp /tmp/evaluation/217610-1170101432/sugar26074.bcnf
0.72	c BEGIN parse /tmp/evaluation/217610-1170101432/sugar26074.csp
1.13	c END parse (0.405257 seconds)
1.13	c BEGIN simplify
1.15	c END simplify (0.027705 seconds)
1.15	c BEGIN encode /tmp/evaluation/217610-1170101432/sugar26074.bcnf
1.24	c END encode (0.081729 seconds)
1.29	c # GENERATE_SAT  END : 4352 variables 13056 clauses 183896 bytes (1 seconds) [Mon Jan 29 21:10:33 2007]
1.29	c # GENERATE_SAT  CPU : 0.66 = 0.04 + 0 + 0.58 + 0.04
1.29	
1.29	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217610-1170101432/sugar26074.bcnf [Mon Jan 29 21:10:33 2007]
1.29	c # CMD : /tmp/evaluation/217610-1170101432/minisat /tmp/evaluation/217610-1170101432/sugar26074.bcnf /tmp/evaluation/217610-1170101432/sugar26074.out
1.30	c ==================================[MINISAT]===================================
1.30	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.30	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.30	c ==============================================================================
1.30	c |         0 |   13056    32912 |    4352       0        0     nan |  0.000 % |
1.31	c |       100 |   13056    32912 |    4787     100      576     5.8 |  0.000 % |
1.32	c |       250 |   13056    32912 |    5265     250     1387     5.5 |  0.000 % |
1.35	c |       475 |   13056    32912 |    5792     475     2638     5.6 |  0.000 % |
1.38	c |       812 |   13056    32912 |    6371     812     4541     5.6 |  0.000 % |
1.43	c |      1318 |   13056    32912 |    7008    1318     7705     5.8 |  0.000 % |
1.50	c |      2077 |   13056    32912 |    7709    2077    13109     6.3 |  0.000 % |
1.60	c |      3216 |   13056    32912 |    8480    3216    24242     7.5 |  0.000 % |
1.73	c |      4927 |   13056    32912 |    9328    4927    47210     9.6 |  0.000 % |
1.97	c |      7489 |   13056    32912 |   10261    7489   112640    15.0 |  0.000 % |
2.40	c |     11333 |   13056    32912 |   11287    5880   128412    21.8 |  0.000 % |
3.18	c |     17099 |   13056    32912 |   12416   11646   322981    27.7 |  0.000 % |
4.53	c |     25748 |   13056    32912 |   13658    7032   230132    32.7 |  0.000 % |
6.76	c |     38724 |   13056    32912 |   15024   12752   536873    42.1 |  0.000 % |
10.11	c |     58185 |   13056    32912 |   16526    8550   262575    30.7 |  0.000 % |
15.42	c |     87378 |   13056    32912 |   18179   11531   362858    31.5 |  0.000 % |
25.65	c |    131167 |   13056    32912 |   19997   17285   751870    43.5 |  0.000 % |
43.95	c |    196851 |   13056    32912 |   21997   20712   781243    37.7 |  0.000 % |
75.44	c |    295377 |   13056    32912 |   24196   16439   845596    51.4 |  0.000 % |
125.26	c |    443166 |   13056    32912 |   26616   14827   698464    47.1 |  0.000 % |
200.56	c |    664851 |   13056    32912 |   29278   16407   750421    45.7 |  0.000 % |
337.95	c |    997377 |   13056    32912 |   32205   16464   847412    51.5 |  0.000 % |
553.11	c |   1496165 |   13056    32912 |   35426   23497  1521083    64.7 |  0.000 % |
938.81	c |   2244347 |   13056    32912 |   38969   17102   909068    53.2 |  0.000 % |
1479.06	c |   3366622 |   13056    32912 |   42866   19579  1116315    57.0 |  0.000 % |
1810.06	s UNKNOWN
1810.06	c # ERROR No such file or directory /tmp/evaluation/217610-1170101432/sugar26074.out, at /tmp/evaluation/217610-1170101432/sugar line 393.
1810.06	
1810.06	c # MAIN  END :  (1810 seconds) [Mon Jan 29 21:40:42 2007]
1810.06	c # MAIN  CPU : 1799.56 = 0.04 + 0 + 1799.26 + 0.26
1810.06	

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/node11/watcher-217610-1170101432 -o ROOT/results/node11/solver-217610-1170101432 -C 1800 -M 900 /tmp/evaluation/217610-1170101432/solver /tmp/evaluation/217610-1170101432 /tmp/evaluation/217610-1170101432/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.92 2.15 2.46 3/87 26075
/proc/meminfo: memFree=1829968/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=18540 CPUtime=0
/proc/26074/stat : 26074 (runsolver) R 26072 26074 25801 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30097729 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26074/statm: 4635 279 244 17 0 2626 0

[startup+0.102345 s]
/proc/loadavg: 1.92 2.15 2.46 3/87 26075
/proc/meminfo: memFree=1829968/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=13724 CPUtime=0.04
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30097729 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510393 s]
/proc/loadavg: 1.92 2.15 2.46 3/87 26075
/proc/meminfo: memFree=1829968/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=13724 CPUtime=0.04
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30097729 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33349 s]
/proc/loadavg: 1.92 2.15 2.46 3/96 26091
/proc/meminfo: memFree=1808648/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 16128

[startup+2.97769 s]
/proc/loadavg: 1.92 2.15 2.46 3/89 26092
/proc/meminfo: memFree=1823680/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 15 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=3804 CPUtime=1.66
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 656 0 0 0 166 0 0 0 25 0 1 0 30097859 3895296 596 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 951 596 52 112 0 835 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 19932

[startup+6.27307 s]
/proc/loadavg: 1.93 2.15 2.46 3/89 26092
/proc/meminfo: memFree=1821952/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=5128 CPUtime=4.94
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 977 0 0 0 494 0 0 0 25 0 1 0 30097859 5251072 917 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 1282 917 52 112 0 1166 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 21256

[startup+12.7508 s]
/proc/loadavg: 1.93 2.15 2.45 3/89 26092
/proc/meminfo: memFree=1821320/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=5656 CPUtime=11.38
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 1133 0 0 0 1138 0 0 0 25 0 1 0 30097859 5791744 1073 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 1414 1073 52 112 0 1298 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 21784

[startup+25.5884 s]
/proc/loadavg: 1.95 2.14 2.45 3/89 26092
/proc/meminfo: memFree=1819912/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=7040 CPUtime=24.17
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 1471 0 0 0 2416 1 0 0 25 0 1 0 30097859 7208960 1411 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 1760 1411 52 112 0 1644 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 23168

[startup+51.2884 s]
/proc/loadavg: 1.96 2.13 2.43 3/89 26092
/proc/meminfo: memFree=1818120/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=8900 CPUtime=49.75
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 1916 0 0 0 4973 2 0 0 25 0 1 0 30097859 9113600 1856 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 2225 1856 52 112 0 2109 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 25028

[startup+102.58 s]
/proc/loadavg: 1.98 2.10 2.41 3/89 26092
/proc/meminfo: memFree=1816392/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=10484 CPUtime=100.8
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 2314 0 0 0 10077 3 0 0 25 0 1 0 30097859 10735616 2254 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 2621 2254 52 112 0 2505 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 26612

[startup+162.61 s]
/proc/loadavg: 2.04 2.10 2.39 3/89 26092
/proc/meminfo: memFree=1813832/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=11852 CPUtime=160.55
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 2652 0 0 0 16051 4 0 0 25 0 1 0 30097859 12136448 2592 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 2963 2592 52 112 0 2847 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 27980

[startup+222.635 s]
/proc/loadavg: 2.11 2.11 2.37 3/89 26092
/proc/meminfo: memFree=1811144/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=13088 CPUtime=220.28
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 2972 0 0 0 22024 4 0 0 25 0 1 0 30097859 13402112 2912 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525732 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 3272 2912 52 112 0 3156 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 29216

[startup+282.663 s]
/proc/loadavg: 2.04 2.08 2.34 4/89 26092
/proc/meminfo: memFree=1809288/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=14544 CPUtime=280.02
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 3296 0 0 0 27997 5 0 0 25 0 1 0 30097859 14893056 3236 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 3636 3236 52 112 0 3520 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 30672

[startup+342.699 s]
/proc/loadavg: 2.10 2.10 2.33 3/89 26092
/proc/meminfo: memFree=1808200/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=15212 CPUtime=339.78
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 3487 0 0 0 33972 6 0 0 25 0 1 0 30097859 15577088 3427 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 3803 3427 52 112 0 3687 0
Current children cumulated CPU time (s) 340.96
Current children cumulated vsize (KiB) 31340

[startup+402.725 s]
/proc/loadavg: 2.03 2.08 2.31 3/89 26092
/proc/meminfo: memFree=1807944/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7

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

/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 4860 0 0 0 123582 15 0 0 25 0 1 0 30097859 21524480 4800 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525924 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 5255 4800 52 112 0 5139 0
Current children cumulated CPU time (s) 1237.15
Current children cumulated vsize (KiB) 37148

[startup+1303.17 s]
/proc/loadavg: 2.01 2.01 2.10 3/89 26092
/proc/meminfo: memFree=1796104/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=21172 CPUtime=1295.72
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 4886 0 0 0 129556 16 0 0 25 0 1 0 30097859 21680128 4826 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 5293 4826 52 112 0 5177 0
Current children cumulated CPU time (s) 1296.9
Current children cumulated vsize (KiB) 37300

[startup+1363.2 s]
/proc/loadavg: 2.00 2.01 2.09 3/89 26092
/proc/meminfo: memFree=1793608/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=21332 CPUtime=1355.46
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 4925 0 0 0 135530 16 0 0 25 0 1 0 30097859 21843968 4865 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 5333 4865 52 112 0 5217 0
Current children cumulated CPU time (s) 1356.64
Current children cumulated vsize (KiB) 37460

[startup+1423.22 s]
/proc/loadavg: 1.95 1.99 2.08 4/97 26156
/proc/meminfo: memFree=1639368/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=21332 CPUtime=1415.29
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 4950 0 0 0 141511 18 0 0 25 0 1 0 30097859 21843968 4890 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 5333 4890 52 112 0 5217 0
Current children cumulated CPU time (s) 1416.47
Current children cumulated vsize (KiB) 37460

[startup+1483.28 s]
/proc/loadavg: 2.37 2.09 2.11 4/97 26156
/proc/meminfo: memFree=1610568/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=23704 CPUtime=1475.13
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5532 0 0 0 147494 19 0 0 25 0 1 0 30097859 24272896 5472 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 5926 5472 52 112 0 5810 0
Current children cumulated CPU time (s) 1476.31
Current children cumulated vsize (KiB) 39832

[startup+1543.31 s]
/proc/loadavg: 2.33 2.13 2.12 3/97 26158
/proc/meminfo: memFree=1459464/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=23928 CPUtime=1534.82
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5549 0 0 0 153462 20 0 0 25 0 1 0 30097859 24502272 5489 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 5982 5489 52 112 0 5866 0
Current children cumulated CPU time (s) 1536
Current children cumulated vsize (KiB) 40056

[startup+1603.35 s]
/proc/loadavg: 2.47 2.21 2.14 4/97 26158
/proc/meminfo: memFree=1316424/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=23928 CPUtime=1594.32
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5550 0 0 0 159412 20 0 0 25 0 1 0 30097859 24502272 5490 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 5982 5490 52 112 0 5866 0
Current children cumulated CPU time (s) 1595.5
Current children cumulated vsize (KiB) 40056

[startup+1663.39 s]
/proc/loadavg: 2.46 2.25 2.16 4/97 26158
/proc/meminfo: memFree=1261704/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=23928 CPUtime=1653.74
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5566 0 0 0 165354 20 0 0 25 0 1 0 30097859 24502272 5506 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 5982 5506 52 112 0 5866 0
Current children cumulated CPU time (s) 1654.92
Current children cumulated vsize (KiB) 40056

[startup+1723.43 s]
/proc/loadavg: 2.32 2.25 2.16 3/90 26159
/proc/meminfo: memFree=1656320/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=24064 CPUtime=1713.18
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5588 0 0 0 171298 20 0 0 25 0 1 0 30097859 24641536 5528 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 6016 5528 52 112 0 5900 0
Current children cumulated CPU time (s) 1714.36
Current children cumulated vsize (KiB) 40192

[startup+1783.43 s]
/proc/loadavg: 2.11 2.20 2.15 3/90 26159
/proc/meminfo: memFree=1647872/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=24064 CPUtime=1772.55
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5602 0 0 0 177234 21 0 0 25 0 1 0 30097859 24641536 5542 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528712 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 6016 5542 52 112 0 5900 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 40192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.05 s]
/proc/loadavg: 2.07 2.18 2.15 3/90 26159
/proc/meminfo: memFree=1643968/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16128 CPUtime=0.7
/proc/26074/stat : 26074 (sugar) S 26072 26074 25801 0 -1 4194304 1877 6604 0 1 7 1 58 4 16 0 1 0 30097729 16515072 1387 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26074/statm: 4032 1387 373 3 0 1132 0
[pid=26076] ppid=26074 vsize=0 CPUtime=0.48
/proc/26076/stat : 26076 (java) Z 26074 26074 25801 0 -1 1036 4335 0 1 0 45 3 0 0 16 0 1 0 30097735 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26076/statm: 0 0 0 0 0 0 0
[pid=26092] ppid=26074 vsize=24252 CPUtime=1798.88
/proc/26092/stat : 26092 (minisat) R 26074 26074 25801 0 -1 0 5632 0 0 0 179867 21 0 0 25 0 1 0 30097859 24834048 5572 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 6063 5572 52 112 0 5947 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 40380

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26074 and gives childrusage.ru_utime.tv_sec=1799 childrusage.ru_utime.tv_usec=335459 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=282956
CPU time returned by wait4() is 1799.62
while last known CPU time is 1800.06

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

Real time (s): 1810.06
CPU time (s): 1800.06
CPU user time (s): 1799.77
CPU system time (s): 0.29
CPU usage (%): 99.4475
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14201
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 682
involuntary context switches= 62590

runsolver used 2.06069 s user time and 5.98109 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 20:10:32 UTC 2007


IDJOB= 217610
IDBENCH= 5158
IDSOLVER= 86
FILE ID= node11/217610-1170101432

PBS_JOBID= 3689528

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  def456ebf25be10cb85c1030b4ef140a

RANDOM SEED= 475180771

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.243
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.243
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:       1830448 kB
Buffers:         29400 kB
Cached:          56756 kB
SwapCached:          0 kB
Active:         140412 kB
Inactive:        36680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             968 kB
Writeback:           0 kB
Mapped:         110672 kB
Slab:            33220 kB
Committed_AS:   380228 kB
PageTables:       2236 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= 66483 MiB



End job on node11 on Mon Jan 29 20:40:42 UTC 2007