Trace number 246678

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 1813.04

General information on the benchmark

Namepigeons_glb/
pigeons-20_ext.xml
MD5SUM749e95144e43ee16bf2ec4810783df2a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.009997
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints1
Maximum constraint arity20
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(1)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/246678-1170109386/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/246678-1170109386/unknown.xml [Mon Jan 29 23:23:08 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/246678-1170109386/unknown.xml /tmp/evaluation/246678-1170109386/sugar30940.csp [Mon Jan 29 23:23:08 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246678-1170109386/sugar-v0-40.jar -convert /tmp/evaluation/246678-1170109386/unknown.xml /tmp/evaluation/246678-1170109386/sugar30940.csp
0.17	c BEGIN convert /tmp/evaluation/246678-1170109386/unknown.xml
0.24	c END convert (0.07283 seconds)
0.31	c # CONVERT_XML  END : /tmp/evaluation/246678-1170109386/sugar30940.csp 2800 bytes (1 seconds) [Mon Jan 29 23:23:09 2007]
0.31	c # CONVERT_XML  CPU : 0.18 = 0 + 0 + 0.16 + 0.02
0.31	
0.31	c # GENERATE_SAT  BEGIN : /tmp/evaluation/246678-1170109386/sugar30940.bcnf [Mon Jan 29 23:23:09 2007]
0.31	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246678-1170109386/sugar-v0-40.jar -bcnf -map /tmp/evaluation/246678-1170109386/sugar30940.map /tmp/evaluation/246678-1170109386/sugar30940.csp /tmp/evaluation/246678-1170109386/sugar30940.bcnf
0.43	c BEGIN parse /tmp/evaluation/246678-1170109386/sugar30940.csp
0.58	c END parse (0.153625 seconds)
0.58	c BEGIN simplify
0.59	c END simplify (0.008097 seconds)
0.59	c BEGIN encode /tmp/evaluation/246678-1170109386/sugar30940.bcnf
0.65	c END encode (0.059853 seconds)
0.70	c # GENERATE_SAT  END : 740 variables 7750 clauses 118864 bytes (0 seconds) [Mon Jan 29 23:23:09 2007]
0.70	c # GENERATE_SAT  CPU : 0.02 = 0.01 + 0.01 + 0 + 0
0.70	
0.70	c # SOLVE_SAT  BEGIN : /tmp/evaluation/246678-1170109386/sugar30940.bcnf [Mon Jan 29 23:23:09 2007]
0.70	c # CMD : /tmp/evaluation/246678-1170109386/minisat /tmp/evaluation/246678-1170109386/sugar30940.bcnf /tmp/evaluation/246678-1170109386/sugar30940.out
0.71	c ==================================[MINISAT]===================================
0.71	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.71	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.71	c ==============================================================================
0.71	c |         0 |    7750    21960 |    2583       0        0     nan |  0.000 % |
0.71	c |       100 |    7750    21960 |    2841     100      864     8.6 |  0.000 % |
0.71	c |       251 |    7750    21960 |    3125     251     2016     8.0 |  0.001 % |
0.72	c |       476 |    7750    21960 |    3437     476     3682     7.7 |  0.001 % |
0.72	c |       813 |    7750    21960 |    3781     813     5969     7.3 |  0.000 % |
0.74	c |      1319 |    7750    21960 |    4159    1319    10782     8.2 |  0.001 % |
0.76	c |      2079 |    7750    21960 |    4575    2079    17297     8.3 |  0.002 % |
0.79	c |      3218 |    7750    21960 |    5033    3218    28234     8.8 |  0.001 % |
0.84	c |      4926 |    7750    21960 |    5536    4926    42340     8.6 |  0.001 % |
0.92	c |      7489 |    7750    21960 |    6090    4373    39777     9.1 |  0.001 % |
1.13	c |     11333 |    7750    21960 |    6699    4875    58962    12.1 |  0.001 % |
1.35	c |     17100 |    7750    21960 |    7369    6970    67676     9.7 |  0.001 % |
1.71	c |     25750 |    7750    21960 |    8106    7631    77331    10.1 |  0.001 % |
2.55	c |     38725 |    7750    21960 |    8917    7701    96836    12.6 |  0.001 % |
3.53	c |     58188 |    7750    21960 |    9808    8200    91320    11.1 |  0.003 % |
5.46	c |     87380 |    7750    21960 |   10789    6497    77213    11.9 |  0.002 % |
8.82	c |    131170 |    7750    21960 |   11868   10848   143786    13.3 |  0.002 % |
13.13	c |    196854 |    7750    21960 |   13055    8743   122631    14.0 |  0.002 % |
24.74	c |    295380 |    7750    21960 |   14361    7328   109603    15.0 |  0.001 % |
35.09	c |    443169 |    7750    21960 |   15797   13524   192750    14.3 |  0.002 % |
65.04	c |    664852 |    7750    21960 |   17377   10228   193086    18.9 |  0.001 % |
96.95	c |    997377 |    7750    21960 |   19114   12065   207688    17.2 |  0.003 % |
148.65	c |   1496165 |    7750    21960 |   21026   11079   239725    21.6 |  0.003 % |
240.84	c |   2244347 |    7750    21960 |   23128   19979   391263    19.6 |  0.001 % |
421.51	c |   3366621 |    7750    21960 |   25441   14700   278927    19.0 |  0.003 % |
760.67	c |   5050032 |    7750    21960 |   27986   16335   332593    20.4 |  0.001 % |
1073.04	c |   7575155 |    7750    21960 |   30784   18415   306770    16.7 |  0.003 % |
1657.20	c |  11362831 |    7750    21960 |   33863   23356   441154    18.9 |  0.001 % |
1812.66	s UNKNOWN
1812.66	c # ERROR No such file or directory /tmp/evaluation/246678-1170109386/sugar30940.out, at /tmp/evaluation/246678-1170109386/sugar line 393.
1812.66	
1812.66	c # MAIN  END :  (1813 seconds) [Mon Jan 29 23:53:21 2007]
1812.66	c # MAIN  CPU : 1799.64 = 0.01 + 0.01 + 1794.58 + 5.04
1812.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/node3/watcher-246678-1170109386 -o ROOT/results/node3/solver-246678-1170109386 -C 1800 -M 900 /tmp/evaluation/246678-1170109386/solver /tmp/evaluation/246678-1170109386 /tmp/evaluation/246678-1170109386/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: 3.27 2.98 2.73 3/94 30941
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=12268 CPUtime=0
/proc/30940/stat : 30940 (sugar) R 30938 30940 30811 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 30893669 12562432 316 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641655294 0 0 4224 0 0 0 0 17 1 0 0
/proc/30940/statm: 3067 316 241 3 0 167 0

[startup+0.102366 s]
/proc/loadavg: 3.27 2.98 2.73 3/94 30941
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13724 CPUtime=0.03
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30893669 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514399 s]
/proc/loadavg: 3.27 2.98 2.73 3/94 30941
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13724 CPUtime=0.22
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1190 3449 0 1 3 1 16 2 15 0 1 0 30893669 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13724

[startup+1.33947 s]
/proc/loadavg: 3.27 2.98 2.73 3/96 30958
/proc/meminfo: memFree=19376/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 15 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=2712 CPUtime=0.62
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 373 0 0 0 62 0 0 0 21 0 1 0 30893740 2777088 328 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 678 328 52 112 0 562 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 16568

[startup+2.9766 s]
/proc/loadavg: 3.27 2.98 2.73 4/96 30958
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 15 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=3148 CPUtime=2.21
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 493 0 0 0 221 0 0 0 25 0 1 0 30893740 3223552 448 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 787 448 52 112 0 671 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 17004

[startup+6.25587 s]
/proc/loadavg: 3.32 3.00 2.73 3/96 30958
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=3808 CPUtime=5.47
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 651 0 0 0 547 0 0 0 25 0 1 0 30893740 3899392 606 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 952 606 52 112 0 836 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 17664

[startup+12.7454 s]
/proc/loadavg: 3.30 3.00 2.73 3/96 30958
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=4500 CPUtime=11.91
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 828 0 0 0 1190 1 0 0 25 0 1 0 30893740 4608000 783 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 1125 783 52 112 0 1009 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 18356

[startup+25.5965 s]
/proc/loadavg: 3.30 3.01 2.74 3/96 30958
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=5288 CPUtime=24.67
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 1031 0 0 0 2460 7 0 0 25 0 1 0 30893740 5414912 986 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 1322 986 52 112 0 1206 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 19144

[startup+51.2808 s]
/proc/loadavg: 2.93 2.94 2.73 3/96 30958
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=6252 CPUtime=50.18
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 1261 0 0 0 5004 14 0 0 25 0 1 0 30893740 6402048 1216 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 1563 1216 52 112 0 1447 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 20108

[startup+102.565 s]
/proc/loadavg: 2.67 2.87 2.71 3/96 30958
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=7500 CPUtime=101.13
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 1582 0 0 0 10081 32 0 0 25 0 1 0 30893740 7680000 1537 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 1875 1537 52 112 0 1759 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 21356

[startup+162.588 s]
/proc/loadavg: 2.56 2.80 2.70 3/96 30958
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=9032 CPUtime=160.76
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 1949 0 0 0 16026 50 0 0 25 0 1 0 30893740 9248768 1904 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 2258 1904 52 112 0 2142 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 22888

[startup+222.625 s]
/proc/loadavg: 2.72 2.79 2.70 3/96 30958
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=9728 CPUtime=220.41
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 2104 0 0 0 21971 70 0 0 25 0 1 0 30893740 9961472 2059 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 2432 2059 52 112 0 2316 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 23584

[startup+282.629 s]
/proc/loadavg: 3.09 2.89 2.74 3/96 30958
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=11084 CPUtime=280.02
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 2444 0 0 0 27910 92 0 0 25 0 1 0 30893740 11350016 2399 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528002 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 2771 2399 52 112 0 2655 0
Current children cumulated CPU time (s) 280.58
Current children cumulated vsize (KiB) 24940

[startup+342.718 s]
/proc/loadavg: 2.72 2.84 2.73 2/88 30959
/proc/meminfo: memFree=1811440/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=11796 CPUtime=339.33
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 2605 0 0 0 33827 106 0 0 25 0 1 0 30893740 12079104 2560 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 2949 2560 52 112 0 2833 0
Current children cumulated CPU time (s) 339.89
Current children cumulated vsize (KiB) 25652

[startup+402.819 s]

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

/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4003 0 0 0 123168 294 0 0 25 0 1 0 30893740 18030592 3958 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637434 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 4402 3958 52 112 0 4286 0
Current children cumulated CPU time (s) 1235.18
Current children cumulated vsize (KiB) 31464

[startup+1304 s]
/proc/loadavg: 2.66 2.71 2.64 3/97 31087
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=17900 CPUtime=1294.26
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4057 0 0 0 129110 316 0 0 25 0 1 0 30893740 18329600 4012 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 4475 4012 52 112 0 4359 0
Current children cumulated CPU time (s) 1294.82
Current children cumulated vsize (KiB) 31756

[startup+1364 s]
/proc/loadavg: 3.20 2.85 2.69 3/97 31087
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=18624 CPUtime=1353.88
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4241 0 0 0 135046 342 0 0 25 0 1 0 30893740 19070976 4196 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 4656 4196 52 112 0 4540 0
Current children cumulated CPU time (s) 1354.44
Current children cumulated vsize (KiB) 32480

[startup+1424.02 s]
/proc/loadavg: 3.96 3.11 2.79 3/97 31087
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=18928 CPUtime=1413.51
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4289 0 0 0 140987 364 0 0 25 0 1 0 30893740 19382272 4244 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30958/statm: 4732 4244 52 112 0 4616 0
Current children cumulated CPU time (s) 1414.07
Current children cumulated vsize (KiB) 32784

[startup+1484.05 s]
/proc/loadavg: 3.11 3.05 2.79 3/97 31087
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=19088 CPUtime=1473.11
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4346 0 0 0 146923 388 0 0 25 0 1 0 30893740 19546112 4301 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 4772 4301 52 112 0 4656 0
Current children cumulated CPU time (s) 1473.67
Current children cumulated vsize (KiB) 32944

[startup+1544.14 s]
/proc/loadavg: 2.52 2.89 2.75 3/97 31087
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=19228 CPUtime=1532.78
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4366 0 0 0 152870 408 0 0 25 0 1 0 30893740 19689472 4321 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 4807 4321 52 112 0 4691 0
Current children cumulated CPU time (s) 1533.34
Current children cumulated vsize (KiB) 33084

[startup+1604.23 s]
/proc/loadavg: 2.61 2.86 2.74 4/97 31087
/proc/meminfo: memFree=15656/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=19528 CPUtime=1592.44
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4431 0 0 0 158816 428 0 0 25 0 1 0 30893740 19996672 4386 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 4882 4386 52 112 0 4766 0
Current children cumulated CPU time (s) 1593
Current children cumulated vsize (KiB) 33384

[startup+1664.32 s]
/proc/loadavg: 2.59 2.80 2.73 3/97 31087
/proc/meminfo: memFree=15912/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=19680 CPUtime=1652.12
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4478 0 0 0 164762 450 0 0 25 0 1 0 30893740 20152320 4433 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 4920 4433 52 112 0 4804 0
Current children cumulated CPU time (s) 1652.68
Current children cumulated vsize (KiB) 33536

[startup+1724.42 s]
/proc/loadavg: 2.94 2.86 2.75 3/97 31087
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=19984 CPUtime=1711.82
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4535 0 0 0 170711 471 0 0 25 0 1 0 30893740 20463616 4490 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 4996 4490 52 112 0 4880 0
Current children cumulated CPU time (s) 1712.38
Current children cumulated vsize (KiB) 33840

[startup+1784.51 s]
/proc/loadavg: 3.18 2.93 2.78 3/97 31087
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=20132 CPUtime=1771.46
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4595 0 0 0 176654 492 0 0 25 0 1 0 30893740 20615168 4550 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 5033 4550 52 112 0 4917 0
Current children cumulated CPU time (s) 1772.02
Current children cumulated vsize (KiB) 33988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.66 s]
/proc/loadavg: 3.73 3.10 2.84 3/97 31087
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=30940] ppid=30938 vsize=13856 CPUtime=0.23
/proc/30940/stat : 30940 (sugar) S 30938 30940 30811 0 -1 4194304 1355 3449 0 1 4 1 16 2 16 0 1 0 30893669 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30940/statm: 3464 867 373 3 0 564 0
[pid=30950] ppid=30940 vsize=0 CPUtime=0.33
/proc/30950/stat : 30950 (java) Z 30940 30940 30811 0 -1 1036 4591 0 1 0 30 3 0 0 16 0 1 0 30893701 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30950/statm: 0 0 0 0 0 0 0
[pid=30958] ppid=30940 vsize=20292 CPUtime=1799.44
/proc/30958/stat : 30958 (minisat) R 30940 30940 30811 0 -1 0 4612 0 0 0 179442 502 0 0 25 0 1 0 30893740 20779008 4567 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525628 0 0 4096 3 0 0 0 17 0 0 0
/proc/30958/statm: 5073 4567 52 112 0 4957 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 34148

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30940 and gives childrusage.ru_utime.tv_sec=1794 childrusage.ru_utime.tv_usec=629174 childrusage.ru_stime.tv_sec=5 childrusage.ru_stime.tv_usec=63230
CPU time returned by wait4() is 1799.69
while last known CPU time is 1800

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

Real time (s): 1813.04
CPU time (s): 1800
CPU user time (s): 1794.92
CPU system time (s): 5.08
CPU usage (%): 99.2806
Max. virtual memory (cumulated for all children) (KiB): 34148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.63
system time used= 5.06323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9505
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= 183
involuntary context switches= 55922

runsolver used 2.47562 s user time and 5.50816 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan 29 22:23:06 UTC 2007


IDJOB= 246678
IDBENCH= 10715
IDSOLVER= 86
FILE ID= node3/246678-1170109386

PBS_JOBID= 3690017

Free space on /tmp= 43739 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons_glb/pigeons-20_ext.xml
COMMAND LINE= /tmp/evaluation/246678-1170109386/solver /tmp/evaluation/246678-1170109386 /tmp/evaluation/246678-1170109386/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-246678-1170109386 -o ROOT/results/node3/solver-246678-1170109386 -C 1800 -M 900  /tmp/evaluation/246678-1170109386/solver /tmp/evaluation/246678-1170109386 /tmp/evaluation/246678-1170109386/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  749e95144e43ee16bf2ec4810783df2a

RANDOM SEED= 597443414

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.241
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.241
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:         15648 kB
Buffers:          3128 kB
Cached:        1749980 kB
SwapCached:          0 kB
Active:         238280 kB
Inactive:      1722432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          821032 kB
Writeback:         688 kB
Mapped:         233120 kB
Slab:            64160 kB
Committed_AS:   932056 kB
PageTables:       2376 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= 49367 MiB



End job on node3 on Mon Jan 29 22:53:23 UTC 2007